7d592f4f157ca4bc2a3f8fb116d497853a01af67
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001, 2002, 2003, 2004, 2005
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars. However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @c This is updated by GNU Press.
32 @set EDITION Ninth
33
34 @c !!set GDB edit command default editor
35 @set EDITOR /bin/ex
36
37 @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39 @c This is a dir.info fragment to support semi-automated addition of
40 @c manuals to an info tree.
41 @dircategory Software development
42 @direntry
43 * Gdb: (gdb). The GNU debugger.
44 @end direntry
45
46 @ifinfo
47 This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50 This is the @value{EDITION} Edition, of @cite{Debugging with
51 @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52 Version @value{GDBVN}.
53
54 Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
57
58 Permission is granted to copy, distribute and/or modify this document
59 under the terms of the GNU Free Documentation License, Version 1.1 or
60 any later version published by the Free Software Foundation; with the
61 Invariant Sections being ``Free Software'' and ``Free Software Needs
62 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63 and with the Back-Cover Texts as in (a) below.
64
65 (a) The Free Software Foundation's Back-Cover Text is: ``You have
66 freedom to copy and modify this GNU Manual, like GNU software. Copies
67 published by the Free Software Foundation raise funds for GNU
68 development.''
69 @end ifinfo
70
71 @titlepage
72 @title Debugging with @value{GDBN}
73 @subtitle The @sc{gnu} Source-Level Debugger
74 @sp 1
75 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
76 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
77 @page
78 @tex
79 {\parskip=0pt
80 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
81 \hfill {\it Debugging with @value{GDBN}}\par
82 \hfill \TeX{}info \texinfoversion\par
83 }
84 @end tex
85
86 @vskip 0pt plus 1filll
87 Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
88 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89 Free Software Foundation, Inc.
90 @sp 2
91 Published by the Free Software Foundation @*
92 59 Temple Place - Suite 330, @*
93 Boston, MA 02111-1307 USA @*
94 ISBN 1-882114-77-9 @*
95
96 Permission is granted to copy, distribute and/or modify this document
97 under the terms of the GNU Free Documentation License, Version 1.1 or
98 any later version published by the Free Software Foundation; with the
99 Invariant Sections being ``Free Software'' and ``Free Software Needs
100 Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101 and with the Back-Cover Texts as in (a) below.
102
103 (a) The Free Software Foundation's Back-Cover Text is: ``You have
104 freedom to copy and modify this GNU Manual, like GNU software. Copies
105 published by the Free Software Foundation raise funds for GNU
106 development.''
107 @end titlepage
108 @page
109
110 @ifnottex
111 @node Top, Summary, (dir), (dir)
112
113 @top Debugging with @value{GDBN}
114
115 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
117 This is the @value{EDITION} Edition, for @value{GDBN} Version
118 @value{GDBVN}.
119
120 Copyright (C) 1988-2005 Free Software Foundation, Inc.
121
122 @menu
123 * Summary:: Summary of @value{GDBN}
124 * Sample Session:: A sample @value{GDBN} session
125
126 * Invocation:: Getting in and out of @value{GDBN}
127 * Commands:: @value{GDBN} commands
128 * Running:: Running programs under @value{GDBN}
129 * Stopping:: Stopping and continuing
130 * Stack:: Examining the stack
131 * Source:: Examining source files
132 * Data:: Examining data
133 * Macros:: Preprocessor Macros
134 * Tracepoints:: Debugging remote targets non-intrusively
135 * Overlays:: Debugging programs that use overlays
136
137 * Languages:: Using @value{GDBN} with different languages
138
139 * Symbols:: Examining the symbol table
140 * Altering:: Altering execution
141 * GDB Files:: @value{GDBN} files
142 * Targets:: Specifying a debugging target
143 * Remote Debugging:: Debugging remote programs
144 * Configurations:: Configuration-specific information
145 * Controlling GDB:: Controlling @value{GDBN}
146 * Sequences:: Canned sequences of commands
147 * TUI:: @value{GDBN} Text User Interface
148 * Interpreters:: Command Interpreters
149 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150 * Annotations:: @value{GDBN}'s annotation interface.
151 * GDB/MI:: @value{GDBN}'s Machine Interface.
152
153 * GDB Bugs:: Reporting bugs in @value{GDBN}
154 * Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156 * Command Line Editing:: Command Line Editing
157 * Using History Interactively:: Using History Interactively
158 * Installing GDB:: Installing GDB
159 * Maintenance Commands:: Maintenance Commands
160 * Remote Protocol:: GDB Remote Serial Protocol
161 * Agent Expressions:: The GDB Agent Expression Mechanism
162 * Copying:: GNU General Public License says
163 how you can copy and share GDB
164 * GNU Free Documentation License:: The license for this documentation
165 * Index:: Index
166 @end menu
167
168 @end ifnottex
169
170 @contents
171
172 @node Summary
173 @unnumbered Summary of @value{GDBN}
174
175 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176 going on ``inside'' another program while it executes---or what another
177 program was doing at the moment it crashed.
178
179 @value{GDBN} can do four main kinds of things (plus other things in support of
180 these) to help you catch bugs in the act:
181
182 @itemize @bullet
183 @item
184 Start your program, specifying anything that might affect its behavior.
185
186 @item
187 Make your program stop on specified conditions.
188
189 @item
190 Examine what has happened, when your program has stopped.
191
192 @item
193 Change things in your program, so you can experiment with correcting the
194 effects of one bug and go on to learn about another.
195 @end itemize
196
197 You can use @value{GDBN} to debug programs written in C and C@t{++}.
198 For more information, see @ref{Supported languages,,Supported languages}.
199 For more information, see @ref{C,,C and C++}.
200
201 @cindex Modula-2
202 Support for Modula-2 is partial. For information on Modula-2, see
203 @ref{Modula-2,,Modula-2}.
204
205 @cindex Pascal
206 Debugging Pascal programs which use sets, subranges, file variables, or
207 nested functions does not currently work. @value{GDBN} does not support
208 entering expressions, printing values, or similar features using Pascal
209 syntax.
210
211 @cindex Fortran
212 @value{GDBN} can be used to debug programs written in Fortran, although
213 it may be necessary to refer to some variables with a trailing
214 underscore.
215
216 @value{GDBN} can be used to debug programs written in Objective-C,
217 using either the Apple/NeXT or the GNU Objective-C runtime.
218
219 @menu
220 * Free Software:: Freely redistributable software
221 * Contributors:: Contributors to GDB
222 @end menu
223
224 @node Free Software
225 @unnumberedsec Free software
226
227 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
228 General Public License
229 (GPL). The GPL gives you the freedom to copy or adapt a licensed
230 program---but every person getting a copy also gets with it the
231 freedom to modify that copy (which means that they must get access to
232 the source code), and the freedom to distribute further copies.
233 Typical software companies use copyrights to limit your freedoms; the
234 Free Software Foundation uses the GPL to preserve these freedoms.
235
236 Fundamentally, the General Public License is a license which says that
237 you have these freedoms and that you cannot take these freedoms away
238 from anyone else.
239
240 @unnumberedsec Free Software Needs Free Documentation
241
242 The biggest deficiency in the free software community today is not in
243 the software---it is the lack of good free documentation that we can
244 include with the free software. Many of our most important
245 programs do not come with free reference manuals and free introductory
246 texts. Documentation is an essential part of any software package;
247 when an important free software package does not come with a free
248 manual and a free tutorial, that is a major gap. We have many such
249 gaps today.
250
251 Consider Perl, for instance. The tutorial manuals that people
252 normally use are non-free. How did this come about? Because the
253 authors of those manuals published them with restrictive terms---no
254 copying, no modification, source files not available---which exclude
255 them from the free software world.
256
257 That wasn't the first time this sort of thing happened, and it was far
258 from the last. Many times we have heard a GNU user eagerly describe a
259 manual that he is writing, his intended contribution to the community,
260 only to learn that he had ruined everything by signing a publication
261 contract to make it non-free.
262
263 Free documentation, like free software, is a matter of freedom, not
264 price. The problem with the non-free manual is not that publishers
265 charge a price for printed copies---that in itself is fine. (The Free
266 Software Foundation sells printed copies of manuals, too.) The
267 problem is the restrictions on the use of the manual. Free manuals
268 are available in source code form, and give you permission to copy and
269 modify. Non-free manuals do not allow this.
270
271 The criteria of freedom for a free manual are roughly the same as for
272 free software. Redistribution (including the normal kinds of
273 commercial redistribution) must be permitted, so that the manual can
274 accompany every copy of the program, both on-line and on paper.
275
276 Permission for modification of the technical content is crucial too.
277 When people modify the software, adding or changing features, if they
278 are conscientious they will change the manual too---so they can
279 provide accurate and clear documentation for the modified program. A
280 manual that leaves you no choice but to write a new manual to document
281 a changed version of the program is not really available to our
282 community.
283
284 Some kinds of limits on the way modification is handled are
285 acceptable. For example, requirements to preserve the original
286 author's copyright notice, the distribution terms, or the list of
287 authors, are ok. It is also no problem to require modified versions
288 to include notice that they were modified. Even entire sections that
289 may not be deleted or changed are acceptable, as long as they deal
290 with nontechnical topics (like this one). These kinds of restrictions
291 are acceptable because they don't obstruct the community's normal use
292 of the manual.
293
294 However, it must be possible to modify all the @emph{technical}
295 content of the manual, and then distribute the result in all the usual
296 media, through all the usual channels. Otherwise, the restrictions
297 obstruct the use of the manual, it is not free, and we need another
298 manual to replace it.
299
300 Please spread the word about this issue. Our community continues to
301 lose manuals to proprietary publishing. If we spread the word that
302 free software needs free reference manuals and free tutorials, perhaps
303 the next person who wants to contribute by writing documentation will
304 realize, before it is too late, that only free manuals contribute to
305 the free software community.
306
307 If you are writing documentation, please insist on publishing it under
308 the GNU Free Documentation License or another free documentation
309 license. Remember that this decision requires your approval---you
310 don't have to let the publisher decide. Some commercial publishers
311 will use a free license if you insist, but they will not propose the
312 option; it is up to you to raise the issue and say firmly that this is
313 what you want. If the publisher you are dealing with refuses, please
314 try other publishers. If you're not sure whether a proposed license
315 is free, write to @email{licensing@@gnu.org}.
316
317 You can encourage commercial publishers to sell more free, copylefted
318 manuals and tutorials by buying them, and particularly by buying
319 copies from the publishers that paid for their writing or for major
320 improvements. Meanwhile, try to avoid buying non-free documentation
321 at all. Check the distribution terms of a manual before you buy it,
322 and insist that whoever seeks your business must respect your freedom.
323 Check the history of the book, and try to reward the publishers that
324 have paid or pay the authors to work on it.
325
326 The Free Software Foundation maintains a list of free documentation
327 published by other publishers, at
328 @url{http://www.fsf.org/doc/other-free-books.html}.
329
330 @node Contributors
331 @unnumberedsec Contributors to @value{GDBN}
332
333 Richard Stallman was the original author of @value{GDBN}, and of many
334 other @sc{gnu} programs. Many others have contributed to its
335 development. This section attempts to credit major contributors. One
336 of the virtues of free software is that everyone is free to contribute
337 to it; with regret, we cannot actually acknowledge everyone here. The
338 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
339 blow-by-blow account.
340
341 Changes much prior to version 2.0 are lost in the mists of time.
342
343 @quotation
344 @emph{Plea:} Additions to this section are particularly welcome. If you
345 or your friends (or enemies, to be evenhanded) have been unfairly
346 omitted from this list, we would like to add your names!
347 @end quotation
348
349 So that they may not regard their many labors as thankless, we
350 particularly thank those who shepherded @value{GDBN} through major
351 releases:
352 Andrew Cagney (releases 6.3, 6.2, 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
353 Jim Blandy (release 4.18);
354 Jason Molenda (release 4.17);
355 Stan Shebs (release 4.14);
356 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359 Jim Kingdon (releases 3.5, 3.4, and 3.3);
360 and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362 Richard Stallman, assisted at various times by Peter TerMaat, Chris
363 Hanson, and Richard Mlynarik, handled releases through 2.8.
364
365 Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366 in @value{GDBN}, with significant additional contributions from Per
367 Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368 demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369 much general update work leading to release 3.0).
370
371 @value{GDBN} uses the BFD subroutine library to examine multiple
372 object-file formats; BFD was a joint project of David V.
373 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375 David Johnson wrote the original COFF support; Pace Willison did
376 the original support for encapsulated COFF.
377
378 Brent Benson of Harris Computer Systems contributed DWARF 2 support.
379
380 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382 support.
383 Jean-Daniel Fekete contributed Sun 386i support.
384 Chris Hanson improved the HP9000 support.
385 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386 David Johnson contributed Encore Umax support.
387 Jyrki Kuoppala contributed Altos 3068 support.
388 Jeff Law contributed HP PA and SOM support.
389 Keith Packard contributed NS32K support.
390 Doug Rabson contributed Acorn Risc Machine support.
391 Bob Rusk contributed Harris Nighthawk CX-UX support.
392 Chris Smith contributed Convex support (and Fortran debugging).
393 Jonathan Stone contributed Pyramid support.
394 Michael Tiemann contributed SPARC support.
395 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396 Pace Willison contributed Intel 386 support.
397 Jay Vosburgh contributed Symmetry support.
398 Marko Mlinar contributed OpenRISC 1000 support.
399
400 Andreas Schwab contributed M68K @sc{gnu}/Linux support.
401
402 Rich Schaefer and Peter Schauer helped with support of SunOS shared
403 libraries.
404
405 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406 about several machine instruction sets.
407
408 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411 and RDI targets, respectively.
412
413 Brian Fox is the author of the readline libraries providing
414 command-line editing and command history.
415
416 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417 Modula-2 support, and contributed the Languages chapter of this manual.
418
419 Fred Fish wrote most of the support for Unix System Vr4.
420 He also enhanced the command-completion support to cover C@t{++} overloaded
421 symbols.
422
423 Hitachi America (now Renesas America), Ltd. sponsored the support for
424 H8/300, H8/500, and Super-H processors.
425
426 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
428 Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429 processors.
430
431 Toshiba sponsored the support for the TX39 Mips processor.
432
433 Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
435 Fujitsu sponsored the support for SPARClite and FR30 processors.
436
437 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438 watchpoints.
439
440 Michael Snyder added support for tracepoints.
441
442 Stu Grossman wrote gdbserver.
443
444 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
445 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
446
447 The following people at the Hewlett-Packard Company contributed
448 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
449 (narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
450 compiler, and the Text User Interface (nee Terminal User Interface):
451 Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452 Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453 provided HP-specific information in this manual.
454
455 DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456 Robert Hoehne made significant contributions to the DJGPP port.
457
458 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459 development since 1991. Cygnus engineers who have worked on @value{GDBN}
460 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472 Zuhn have made contributions both large and small.
473
474 Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for
475 Cygnus Solutions, implemented the original @sc{gdb/mi} interface.
476
477 Jim Blandy added support for preprocessor macros, while working for Red
478 Hat.
479
480 Andrew Cagney designed @value{GDBN}'s architecture vector. Many
481 people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick
482 Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei
483 Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason
484 Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped
485 with the migration of old architectures to this new framework.
486
487 @node Sample Session
488 @chapter A Sample @value{GDBN} Session
489
490 You can use this manual at your leisure to read all about @value{GDBN}.
491 However, a handful of commands are enough to get started using the
492 debugger. This chapter illustrates those commands.
493
494 @iftex
495 In this sample session, we emphasize user input like this: @b{input},
496 to make it easier to pick out from the surrounding output.
497 @end iftex
498
499 @c FIXME: this example may not be appropriate for some configs, where
500 @c FIXME...primary interest is in remote use.
501
502 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
503 processor) exhibits the following bug: sometimes, when we change its
504 quote strings from the default, the commands used to capture one macro
505 definition within another stop working. In the following short @code{m4}
506 session, we define a macro @code{foo} which expands to @code{0000}; we
507 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
508 same thing. However, when we change the open quote string to
509 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
510 procedure fails to define a new synonym @code{baz}:
511
512 @smallexample
513 $ @b{cd gnu/m4}
514 $ @b{./m4}
515 @b{define(foo,0000)}
516
517 @b{foo}
518 0000
519 @b{define(bar,defn(`foo'))}
520
521 @b{bar}
522 0000
523 @b{changequote(<QUOTE>,<UNQUOTE>)}
524
525 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
526 @b{baz}
527 @b{C-d}
528 m4: End of input: 0: fatal error: EOF in string
529 @end smallexample
530
531 @noindent
532 Let us use @value{GDBN} to try to see what is going on.
533
534 @smallexample
535 $ @b{@value{GDBP} m4}
536 @c FIXME: this falsifies the exact text played out, to permit smallbook
537 @c FIXME... format to come out better.
538 @value{GDBN} is free software and you are welcome to distribute copies
539 of it under certain conditions; type "show copying" to see
540 the conditions.
541 There is absolutely no warranty for @value{GDBN}; type "show warranty"
542 for details.
543
544 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
545 (@value{GDBP})
546 @end smallexample
547
548 @noindent
549 @value{GDBN} reads only enough symbol data to know where to find the
550 rest when needed; as a result, the first prompt comes up very quickly.
551 We now tell @value{GDBN} to use a narrower display width than usual, so
552 that examples fit in this manual.
553
554 @smallexample
555 (@value{GDBP}) @b{set width 70}
556 @end smallexample
557
558 @noindent
559 We need to see how the @code{m4} built-in @code{changequote} works.
560 Having looked at the source, we know the relevant subroutine is
561 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
562 @code{break} command.
563
564 @smallexample
565 (@value{GDBP}) @b{break m4_changequote}
566 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
567 @end smallexample
568
569 @noindent
570 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
571 control; as long as control does not reach the @code{m4_changequote}
572 subroutine, the program runs as usual:
573
574 @smallexample
575 (@value{GDBP}) @b{run}
576 Starting program: /work/Editorial/gdb/gnu/m4/m4
577 @b{define(foo,0000)}
578
579 @b{foo}
580 0000
581 @end smallexample
582
583 @noindent
584 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
585 suspends execution of @code{m4}, displaying information about the
586 context where it stops.
587
588 @smallexample
589 @b{changequote(<QUOTE>,<UNQUOTE>)}
590
591 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
592 at builtin.c:879
593 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
594 @end smallexample
595
596 @noindent
597 Now we use the command @code{n} (@code{next}) to advance execution to
598 the next line of the current function.
599
600 @smallexample
601 (@value{GDBP}) @b{n}
602 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
603 : nil,
604 @end smallexample
605
606 @noindent
607 @code{set_quotes} looks like a promising subroutine. We can go into it
608 by using the command @code{s} (@code{step}) instead of @code{next}.
609 @code{step} goes to the next line to be executed in @emph{any}
610 subroutine, so it steps into @code{set_quotes}.
611
612 @smallexample
613 (@value{GDBP}) @b{s}
614 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
615 at input.c:530
616 530 if (lquote != def_lquote)
617 @end smallexample
618
619 @noindent
620 The display that shows the subroutine where @code{m4} is now
621 suspended (and its arguments) is called a stack frame display. It
622 shows a summary of the stack. We can use the @code{backtrace}
623 command (which can also be spelled @code{bt}), to see where we are
624 in the stack as a whole: the @code{backtrace} command displays a
625 stack frame for each active subroutine.
626
627 @smallexample
628 (@value{GDBP}) @b{bt}
629 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
630 at input.c:530
631 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
632 at builtin.c:882
633 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
634 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
635 at macro.c:71
636 #4 0x79dc in expand_input () at macro.c:40
637 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
638 @end smallexample
639
640 @noindent
641 We step through a few more lines to see what happens. The first two
642 times, we can use @samp{s}; the next two times we use @code{n} to avoid
643 falling into the @code{xstrdup} subroutine.
644
645 @smallexample
646 (@value{GDBP}) @b{s}
647 0x3b5c 532 if (rquote != def_rquote)
648 (@value{GDBP}) @b{s}
649 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
650 def_lquote : xstrdup(lq);
651 (@value{GDBP}) @b{n}
652 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
653 : xstrdup(rq);
654 (@value{GDBP}) @b{n}
655 538 len_lquote = strlen(rquote);
656 @end smallexample
657
658 @noindent
659 The last line displayed looks a little odd; we can examine the variables
660 @code{lquote} and @code{rquote} to see if they are in fact the new left
661 and right quotes we specified. We use the command @code{p}
662 (@code{print}) to see their values.
663
664 @smallexample
665 (@value{GDBP}) @b{p lquote}
666 $1 = 0x35d40 "<QUOTE>"
667 (@value{GDBP}) @b{p rquote}
668 $2 = 0x35d50 "<UNQUOTE>"
669 @end smallexample
670
671 @noindent
672 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
673 To look at some context, we can display ten lines of source
674 surrounding the current line with the @code{l} (@code{list}) command.
675
676 @smallexample
677 (@value{GDBP}) @b{l}
678 533 xfree(rquote);
679 534
680 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
681 : xstrdup (lq);
682 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
683 : xstrdup (rq);
684 537
685 538 len_lquote = strlen(rquote);
686 539 len_rquote = strlen(lquote);
687 540 @}
688 541
689 542 void
690 @end smallexample
691
692 @noindent
693 Let us step past the two lines that set @code{len_lquote} and
694 @code{len_rquote}, and then examine the values of those variables.
695
696 @smallexample
697 (@value{GDBP}) @b{n}
698 539 len_rquote = strlen(lquote);
699 (@value{GDBP}) @b{n}
700 540 @}
701 (@value{GDBP}) @b{p len_lquote}
702 $3 = 9
703 (@value{GDBP}) @b{p len_rquote}
704 $4 = 7
705 @end smallexample
706
707 @noindent
708 That certainly looks wrong, assuming @code{len_lquote} and
709 @code{len_rquote} are meant to be the lengths of @code{lquote} and
710 @code{rquote} respectively. We can set them to better values using
711 the @code{p} command, since it can print the value of
712 any expression---and that expression can include subroutine calls and
713 assignments.
714
715 @smallexample
716 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
717 $5 = 7
718 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
719 $6 = 9
720 @end smallexample
721
722 @noindent
723 Is that enough to fix the problem of using the new quotes with the
724 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
725 executing with the @code{c} (@code{continue}) command, and then try the
726 example that caused trouble initially:
727
728 @smallexample
729 (@value{GDBP}) @b{c}
730 Continuing.
731
732 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
733
734 baz
735 0000
736 @end smallexample
737
738 @noindent
739 Success! The new quotes now work just as well as the default ones. The
740 problem seems to have been just the two typos defining the wrong
741 lengths. We allow @code{m4} exit by giving it an EOF as input:
742
743 @smallexample
744 @b{C-d}
745 Program exited normally.
746 @end smallexample
747
748 @noindent
749 The message @samp{Program exited normally.} is from @value{GDBN}; it
750 indicates @code{m4} has finished executing. We can end our @value{GDBN}
751 session with the @value{GDBN} @code{quit} command.
752
753 @smallexample
754 (@value{GDBP}) @b{quit}
755 @end smallexample
756
757 @node Invocation
758 @chapter Getting In and Out of @value{GDBN}
759
760 This chapter discusses how to start @value{GDBN}, and how to get out of it.
761 The essentials are:
762 @itemize @bullet
763 @item
764 type @samp{@value{GDBP}} to start @value{GDBN}.
765 @item
766 type @kbd{quit} or @kbd{C-d} to exit.
767 @end itemize
768
769 @menu
770 * Invoking GDB:: How to start @value{GDBN}
771 * Quitting GDB:: How to quit @value{GDBN}
772 * Shell Commands:: How to use shell commands inside @value{GDBN}
773 * Logging output:: How to log @value{GDBN}'s output to a file
774 @end menu
775
776 @node Invoking GDB
777 @section Invoking @value{GDBN}
778
779 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
780 @value{GDBN} reads commands from the terminal until you tell it to exit.
781
782 You can also run @code{@value{GDBP}} with a variety of arguments and options,
783 to specify more of your debugging environment at the outset.
784
785 The command-line options described here are designed
786 to cover a variety of situations; in some environments, some of these
787 options may effectively be unavailable.
788
789 The most usual way to start @value{GDBN} is with one argument,
790 specifying an executable program:
791
792 @smallexample
793 @value{GDBP} @var{program}
794 @end smallexample
795
796 @noindent
797 You can also start with both an executable program and a core file
798 specified:
799
800 @smallexample
801 @value{GDBP} @var{program} @var{core}
802 @end smallexample
803
804 You can, instead, specify a process ID as a second argument, if you want
805 to debug a running process:
806
807 @smallexample
808 @value{GDBP} @var{program} 1234
809 @end smallexample
810
811 @noindent
812 would attach @value{GDBN} to process @code{1234} (unless you also have a file
813 named @file{1234}; @value{GDBN} does check for a core file first).
814
815 Taking advantage of the second command-line argument requires a fairly
816 complete operating system; when you use @value{GDBN} as a remote
817 debugger attached to a bare board, there may not be any notion of
818 ``process'', and there is often no way to get a core dump. @value{GDBN}
819 will warn you if it is unable to attach or to read core dumps.
820
821 You can optionally have @code{@value{GDBP}} pass any arguments after the
822 executable file to the inferior using @code{--args}. This option stops
823 option processing.
824 @smallexample
825 gdb --args gcc -O2 -c foo.c
826 @end smallexample
827 This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
828 @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
829
830 You can run @code{@value{GDBP}} without printing the front material, which describes
831 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
832
833 @smallexample
834 @value{GDBP} -silent
835 @end smallexample
836
837 @noindent
838 You can further control how @value{GDBN} starts up by using command-line
839 options. @value{GDBN} itself can remind you of the options available.
840
841 @noindent
842 Type
843
844 @smallexample
845 @value{GDBP} -help
846 @end smallexample
847
848 @noindent
849 to display all available options and briefly describe their use
850 (@samp{@value{GDBP} -h} is a shorter equivalent).
851
852 All options and command line arguments you give are processed
853 in sequential order. The order makes a difference when the
854 @samp{-x} option is used.
855
856
857 @menu
858 * File Options:: Choosing files
859 * Mode Options:: Choosing modes
860 * Startup:: What @value{GDBN} does during startup
861 @end menu
862
863 @node File Options
864 @subsection Choosing files
865
866 When @value{GDBN} starts, it reads any arguments other than options as
867 specifying an executable file and core file (or process ID). This is
868 the same as if the arguments were specified by the @samp{-se} and
869 @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
870 first argument that does not have an associated option flag as
871 equivalent to the @samp{-se} option followed by that argument; and the
872 second argument that does not have an associated option flag, if any, as
873 equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
874 If the second argument begins with a decimal digit, @value{GDBN} will
875 first attempt to attach to it as a process, and if that fails, attempt
876 to open it as a corefile. If you have a corefile whose name begins with
877 a digit, you can prevent @value{GDBN} from treating it as a pid by
878 prefixing it with @file{./}, eg. @file{./12345}.
879
880 If @value{GDBN} has not been configured to included core file support,
881 such as for most embedded targets, then it will complain about a second
882 argument and ignore it.
883
884 Many options have both long and short forms; both are shown in the
885 following list. @value{GDBN} also recognizes the long forms if you truncate
886 them, so long as enough of the option is present to be unambiguous.
887 (If you prefer, you can flag option arguments with @samp{--} rather
888 than @samp{-}, though we illustrate the more usual convention.)
889
890 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
891 @c way, both those who look for -foo and --foo in the index, will find
892 @c it.
893
894 @table @code
895 @item -symbols @var{file}
896 @itemx -s @var{file}
897 @cindex @code{--symbols}
898 @cindex @code{-s}
899 Read symbol table from file @var{file}.
900
901 @item -exec @var{file}
902 @itemx -e @var{file}
903 @cindex @code{--exec}
904 @cindex @code{-e}
905 Use file @var{file} as the executable file to execute when appropriate,
906 and for examining pure data in conjunction with a core dump.
907
908 @item -se @var{file}
909 @cindex @code{--se}
910 Read symbol table from file @var{file} and use it as the executable
911 file.
912
913 @item -core @var{file}
914 @itemx -c @var{file}
915 @cindex @code{--core}
916 @cindex @code{-c}
917 Use file @var{file} as a core dump to examine.
918
919 @item -c @var{number}
920 @item -pid @var{number}
921 @itemx -p @var{number}
922 @cindex @code{--pid}
923 @cindex @code{-p}
924 Connect to process ID @var{number}, as with the @code{attach} command.
925 If there is no such process, @value{GDBN} will attempt to open a core
926 file named @var{number}.
927
928 @item -command @var{file}
929 @itemx -x @var{file}
930 @cindex @code{--command}
931 @cindex @code{-x}
932 Execute @value{GDBN} commands from file @var{file}. @xref{Command
933 Files,, Command files}.
934
935 @item -directory @var{directory}
936 @itemx -d @var{directory}
937 @cindex @code{--directory}
938 @cindex @code{-d}
939 Add @var{directory} to the path to search for source files.
940
941 @item -r
942 @itemx -readnow
943 @cindex @code{--readnow}
944 @cindex @code{-r}
945 Read each symbol file's entire symbol table immediately, rather than
946 the default, which is to read it incrementally as it is needed.
947 This makes startup slower, but makes future operations faster.
948
949 @end table
950
951 @node Mode Options
952 @subsection Choosing modes
953
954 You can run @value{GDBN} in various alternative modes---for example, in
955 batch mode or quiet mode.
956
957 @table @code
958 @item -nx
959 @itemx -n
960 @cindex @code{--nx}
961 @cindex @code{-n}
962 Do not execute commands found in any initialization files. Normally,
963 @value{GDBN} executes the commands in these files after all the command
964 options and arguments have been processed. @xref{Command Files,,Command
965 files}.
966
967 @item -quiet
968 @itemx -silent
969 @itemx -q
970 @cindex @code{--quiet}
971 @cindex @code{--silent}
972 @cindex @code{-q}
973 ``Quiet''. Do not print the introductory and copyright messages. These
974 messages are also suppressed in batch mode.
975
976 @item -batch
977 @cindex @code{--batch}
978 Run in batch mode. Exit with status @code{0} after processing all the
979 command files specified with @samp{-x} (and all commands from
980 initialization files, if not inhibited with @samp{-n}). Exit with
981 nonzero status if an error occurs in executing the @value{GDBN} commands
982 in the command files.
983
984 Batch mode may be useful for running @value{GDBN} as a filter, for
985 example to download and run a program on another computer; in order to
986 make this more useful, the message
987
988 @smallexample
989 Program exited normally.
990 @end smallexample
991
992 @noindent
993 (which is ordinarily issued whenever a program running under
994 @value{GDBN} control terminates) is not issued when running in batch
995 mode.
996
997 @item -nowindows
998 @itemx -nw
999 @cindex @code{--nowindows}
1000 @cindex @code{-nw}
1001 ``No windows''. If @value{GDBN} comes with a graphical user interface
1002 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1003 interface. If no GUI is available, this option has no effect.
1004
1005 @item -windows
1006 @itemx -w
1007 @cindex @code{--windows}
1008 @cindex @code{-w}
1009 If @value{GDBN} includes a GUI, then this option requires it to be
1010 used if possible.
1011
1012 @item -cd @var{directory}
1013 @cindex @code{--cd}
1014 Run @value{GDBN} using @var{directory} as its working directory,
1015 instead of the current directory.
1016
1017 @item -fullname
1018 @itemx -f
1019 @cindex @code{--fullname}
1020 @cindex @code{-f}
1021 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1022 subprocess. It tells @value{GDBN} to output the full file name and line
1023 number in a standard, recognizable fashion each time a stack frame is
1024 displayed (which includes each time your program stops). This
1025 recognizable format looks like two @samp{\032} characters, followed by
1026 the file name, line number and character position separated by colons,
1027 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1028 @samp{\032} characters as a signal to display the source code for the
1029 frame.
1030
1031 @item -epoch
1032 @cindex @code{--epoch}
1033 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1034 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1035 routines so as to allow Epoch to display values of expressions in a
1036 separate window.
1037
1038 @item -annotate @var{level}
1039 @cindex @code{--annotate}
1040 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1041 effect is identical to using @samp{set annotate @var{level}}
1042 (@pxref{Annotations}). The annotation @var{level} controls how much
1043 information @value{GDBN} prints together with its prompt, values of
1044 expressions, source lines, and other types of output. Level 0 is the
1045 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1046 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1047 that control @value{GDBN}, and level 2 has been deprecated.
1048
1049 The annotation mechanism has largely been superseded by @sc{gdb/mi}
1050 (@pxref{GDB/MI}).
1051
1052 @item --args
1053 @cindex @code{--args}
1054 Change interpretation of command line so that arguments following the
1055 executable file are passed as command line arguments to the inferior.
1056 This option stops option processing.
1057
1058 @item -baud @var{bps}
1059 @itemx -b @var{bps}
1060 @cindex @code{--baud}
1061 @cindex @code{-b}
1062 Set the line speed (baud rate or bits per second) of any serial
1063 interface used by @value{GDBN} for remote debugging.
1064
1065 @item -l @var{timeout}
1066 @cindex @code{-l}
1067 Set the timeout (in seconds) of any communication used by @value{GDBN}
1068 for remote debugging.
1069
1070 @item -tty @var{device}
1071 @itemx -t @var{device}
1072 @cindex @code{--tty}
1073 @cindex @code{-t}
1074 Run using @var{device} for your program's standard input and output.
1075 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1076
1077 @c resolve the situation of these eventually
1078 @item -tui
1079 @cindex @code{--tui}
1080 Activate the @dfn{Text User Interface} when starting. The Text User
1081 Interface manages several text windows on the terminal, showing
1082 source, assembly, registers and @value{GDBN} command outputs
1083 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1084 Text User Interface can be enabled by invoking the program
1085 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1086 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1087
1088 @c @item -xdb
1089 @c @cindex @code{--xdb}
1090 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1091 @c For information, see the file @file{xdb_trans.html}, which is usually
1092 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1093 @c systems.
1094
1095 @item -interpreter @var{interp}
1096 @cindex @code{--interpreter}
1097 Use the interpreter @var{interp} for interface with the controlling
1098 program or device. This option is meant to be set by programs which
1099 communicate with @value{GDBN} using it as a back end.
1100 @xref{Interpreters, , Command Interpreters}.
1101
1102 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1103 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1104 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1105 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1106 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1107 @sc{gdb/mi} interfaces are no longer supported.
1108
1109 @item -write
1110 @cindex @code{--write}
1111 Open the executable and core files for both reading and writing. This
1112 is equivalent to the @samp{set write on} command inside @value{GDBN}
1113 (@pxref{Patching}).
1114
1115 @item -statistics
1116 @cindex @code{--statistics}
1117 This option causes @value{GDBN} to print statistics about time and
1118 memory usage after it completes each command and returns to the prompt.
1119
1120 @item -version
1121 @cindex @code{--version}
1122 This option causes @value{GDBN} to print its version number and
1123 no-warranty blurb, and exit.
1124
1125 @end table
1126
1127 @node Startup
1128 @subsection What @value{GDBN} does during startup
1129 @cindex @value{GDBN} startup
1130
1131 Here's the description of what @value{GDBN} does during session startup:
1132
1133 @enumerate
1134 @item
1135 Sets up the command interpreter as specified by the command line
1136 (@pxref{Mode Options, interpreter}).
1137
1138 @item
1139 @cindex init file
1140 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1141 DOS/Windows systems, the home directory is the one pointed to by the
1142 @code{HOME} environment variable.} and executes all the commands in
1143 that file.
1144
1145 @item
1146 Processes command line options and operands.
1147
1148 @item
1149 Reads and executes the commands from init file (if any) in the current
1150 working directory. This is only done if the current directory is
1151 different from your home directory. Thus, you can have more than one
1152 init file, one generic in your home directory, and another, specific
1153 to the program you are debugging, in the directory where you invoke
1154 @value{GDBN}.
1155
1156 @item
1157 Reads command files specified by the @samp{-x} option. @xref{Command
1158 Files}, for more details about @value{GDBN} command files.
1159
1160 @item
1161 Reads the command history recorded in the @dfn{history file}.
1162 @xref{Command History}, for more details about the command history and the
1163 files where @value{GDBN} records it.
1164 @end enumerate
1165
1166 Init files use the same syntax as @dfn{command files} (@pxref{Command
1167 Files}) and are processed by @value{GDBN} in the same way. The init
1168 file in your home directory can set options (such as @samp{set
1169 complaints}) that affect subsequent processing of command line options
1170 and operands. Init files are not executed if you use the @samp{-nx}
1171 option (@pxref{Mode Options, ,Choosing modes}).
1172
1173 @cindex init file name
1174 @cindex @file{.gdbinit}
1175 The @value{GDBN} init files are normally called @file{.gdbinit}.
1176 On some configurations of @value{GDBN}, the init file is known by a
1177 different name (these are typically environments where a specialized
1178 form of @value{GDBN} may need to coexist with other forms, hence a
1179 different name for the specialized version's init file). These are the
1180 environments with special init file names:
1181
1182 @itemize @bullet
1183 @cindex @file{gdb.ini}
1184 @item
1185 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1186 the limitations of file names imposed by DOS filesystems. The Windows
1187 ports of @value{GDBN} use the standard name, but if they find a
1188 @file{gdb.ini} file, they warn you about that and suggest to rename
1189 the file to the standard name.
1190
1191 @cindex @file{.vxgdbinit}
1192 @item
1193 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1194
1195 @cindex @file{.os68gdbinit}
1196 @item
1197 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1198
1199 @cindex @file{.esgdbinit}
1200 @item
1201 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1202
1203 @item
1204 CISCO 68k: @file{.cisco-gdbinit}
1205 @end itemize
1206
1207
1208 @node Quitting GDB
1209 @section Quitting @value{GDBN}
1210 @cindex exiting @value{GDBN}
1211 @cindex leaving @value{GDBN}
1212
1213 @table @code
1214 @kindex quit @r{[}@var{expression}@r{]}
1215 @kindex q @r{(@code{quit})}
1216 @item quit @r{[}@var{expression}@r{]}
1217 @itemx q
1218 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1219 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1220 do not supply @var{expression}, @value{GDBN} will terminate normally;
1221 otherwise it will terminate using the result of @var{expression} as the
1222 error code.
1223 @end table
1224
1225 @cindex interrupt
1226 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1227 terminates the action of any @value{GDBN} command that is in progress and
1228 returns to @value{GDBN} command level. It is safe to type the interrupt
1229 character at any time because @value{GDBN} does not allow it to take effect
1230 until a time when it is safe.
1231
1232 If you have been using @value{GDBN} to control an attached process or
1233 device, you can release it with the @code{detach} command
1234 (@pxref{Attach, ,Debugging an already-running process}).
1235
1236 @node Shell Commands
1237 @section Shell commands
1238
1239 If you need to execute occasional shell commands during your
1240 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1241 just use the @code{shell} command.
1242
1243 @table @code
1244 @kindex shell
1245 @cindex shell escape
1246 @item shell @var{command string}
1247 Invoke a standard shell to execute @var{command string}.
1248 If it exists, the environment variable @code{SHELL} determines which
1249 shell to run. Otherwise @value{GDBN} uses the default shell
1250 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1251 @end table
1252
1253 The utility @code{make} is often needed in development environments.
1254 You do not have to use the @code{shell} command for this purpose in
1255 @value{GDBN}:
1256
1257 @table @code
1258 @kindex make
1259 @cindex calling make
1260 @item make @var{make-args}
1261 Execute the @code{make} program with the specified
1262 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1263 @end table
1264
1265 @node Logging output
1266 @section Logging output
1267 @cindex logging @value{GDBN} output
1268 @cindex save @value{GDBN} output to a file
1269
1270 You may want to save the output of @value{GDBN} commands to a file.
1271 There are several commands to control @value{GDBN}'s logging.
1272
1273 @table @code
1274 @kindex set logging
1275 @item set logging on
1276 Enable logging.
1277 @item set logging off
1278 Disable logging.
1279 @cindex logging file name
1280 @item set logging file @var{file}
1281 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1282 @item set logging overwrite [on|off]
1283 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1284 you want @code{set logging on} to overwrite the logfile instead.
1285 @item set logging redirect [on|off]
1286 By default, @value{GDBN} output will go to both the terminal and the logfile.
1287 Set @code{redirect} if you want output to go only to the log file.
1288 @kindex show logging
1289 @item show logging
1290 Show the current values of the logging settings.
1291 @end table
1292
1293 @node Commands
1294 @chapter @value{GDBN} Commands
1295
1296 You can abbreviate a @value{GDBN} command to the first few letters of the command
1297 name, if that abbreviation is unambiguous; and you can repeat certain
1298 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1299 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1300 show you the alternatives available, if there is more than one possibility).
1301
1302 @menu
1303 * Command Syntax:: How to give commands to @value{GDBN}
1304 * Completion:: Command completion
1305 * Help:: How to ask @value{GDBN} for help
1306 @end menu
1307
1308 @node Command Syntax
1309 @section Command syntax
1310
1311 A @value{GDBN} command is a single line of input. There is no limit on
1312 how long it can be. It starts with a command name, which is followed by
1313 arguments whose meaning depends on the command name. For example, the
1314 command @code{step} accepts an argument which is the number of times to
1315 step, as in @samp{step 5}. You can also use the @code{step} command
1316 with no arguments. Some commands do not allow any arguments.
1317
1318 @cindex abbreviation
1319 @value{GDBN} command names may always be truncated if that abbreviation is
1320 unambiguous. Other possible command abbreviations are listed in the
1321 documentation for individual commands. In some cases, even ambiguous
1322 abbreviations are allowed; for example, @code{s} is specially defined as
1323 equivalent to @code{step} even though there are other commands whose
1324 names start with @code{s}. You can test abbreviations by using them as
1325 arguments to the @code{help} command.
1326
1327 @cindex repeating commands
1328 @kindex RET @r{(repeat last command)}
1329 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1330 repeat the previous command. Certain commands (for example, @code{run})
1331 will not repeat this way; these are commands whose unintentional
1332 repetition might cause trouble and which you are unlikely to want to
1333 repeat. User-defined commands can disable this feature; see
1334 @ref{Define, dont-repeat}.
1335
1336 The @code{list} and @code{x} commands, when you repeat them with
1337 @key{RET}, construct new arguments rather than repeating
1338 exactly as typed. This permits easy scanning of source or memory.
1339
1340 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1341 output, in a way similar to the common utility @code{more}
1342 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1343 @key{RET} too many in this situation, @value{GDBN} disables command
1344 repetition after any command that generates this sort of display.
1345
1346 @kindex # @r{(a comment)}
1347 @cindex comment
1348 Any text from a @kbd{#} to the end of the line is a comment; it does
1349 nothing. This is useful mainly in command files (@pxref{Command
1350 Files,,Command files}).
1351
1352 @cindex repeating command sequences
1353 @kindex C-o @r{(operate-and-get-next)}
1354 The @kbd{C-o} binding is useful for repeating a complex sequence of
1355 commands. This command accepts the current line, like @kbd{RET}, and
1356 then fetches the next line relative to the current line from the history
1357 for editing.
1358
1359 @node Completion
1360 @section Command completion
1361
1362 @cindex completion
1363 @cindex word completion
1364 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1365 only one possibility; it can also show you what the valid possibilities
1366 are for the next word in a command, at any time. This works for @value{GDBN}
1367 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1368
1369 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1370 of a word. If there is only one possibility, @value{GDBN} fills in the
1371 word, and waits for you to finish the command (or press @key{RET} to
1372 enter it). For example, if you type
1373
1374 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1375 @c complete accuracy in these examples; space introduced for clarity.
1376 @c If texinfo enhancements make it unnecessary, it would be nice to
1377 @c replace " @key" by "@key" in the following...
1378 @smallexample
1379 (@value{GDBP}) info bre @key{TAB}
1380 @end smallexample
1381
1382 @noindent
1383 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1384 the only @code{info} subcommand beginning with @samp{bre}:
1385
1386 @smallexample
1387 (@value{GDBP}) info breakpoints
1388 @end smallexample
1389
1390 @noindent
1391 You can either press @key{RET} at this point, to run the @code{info
1392 breakpoints} command, or backspace and enter something else, if
1393 @samp{breakpoints} does not look like the command you expected. (If you
1394 were sure you wanted @code{info breakpoints} in the first place, you
1395 might as well just type @key{RET} immediately after @samp{info bre},
1396 to exploit command abbreviations rather than command completion).
1397
1398 If there is more than one possibility for the next word when you press
1399 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1400 characters and try again, or just press @key{TAB} a second time;
1401 @value{GDBN} displays all the possible completions for that word. For
1402 example, you might want to set a breakpoint on a subroutine whose name
1403 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1404 just sounds the bell. Typing @key{TAB} again displays all the
1405 function names in your program that begin with those characters, for
1406 example:
1407
1408 @smallexample
1409 (@value{GDBP}) b make_ @key{TAB}
1410 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1411 make_a_section_from_file make_environ
1412 make_abs_section make_function_type
1413 make_blockvector make_pointer_type
1414 make_cleanup make_reference_type
1415 make_command make_symbol_completion_list
1416 (@value{GDBP}) b make_
1417 @end smallexample
1418
1419 @noindent
1420 After displaying the available possibilities, @value{GDBN} copies your
1421 partial input (@samp{b make_} in the example) so you can finish the
1422 command.
1423
1424 If you just want to see the list of alternatives in the first place, you
1425 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1426 means @kbd{@key{META} ?}. You can type this either by holding down a
1427 key designated as the @key{META} shift on your keyboard (if there is
1428 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1429
1430 @cindex quotes in commands
1431 @cindex completion of quoted strings
1432 Sometimes the string you need, while logically a ``word'', may contain
1433 parentheses or other characters that @value{GDBN} normally excludes from
1434 its notion of a word. To permit word completion to work in this
1435 situation, you may enclose words in @code{'} (single quote marks) in
1436 @value{GDBN} commands.
1437
1438 The most likely situation where you might need this is in typing the
1439 name of a C@t{++} function. This is because C@t{++} allows function
1440 overloading (multiple definitions of the same function, distinguished
1441 by argument type). For example, when you want to set a breakpoint you
1442 may need to distinguish whether you mean the version of @code{name}
1443 that takes an @code{int} parameter, @code{name(int)}, or the version
1444 that takes a @code{float} parameter, @code{name(float)}. To use the
1445 word-completion facilities in this situation, type a single quote
1446 @code{'} at the beginning of the function name. This alerts
1447 @value{GDBN} that it may need to consider more information than usual
1448 when you press @key{TAB} or @kbd{M-?} to request word completion:
1449
1450 @smallexample
1451 (@value{GDBP}) b 'bubble( @kbd{M-?}
1452 bubble(double,double) bubble(int,int)
1453 (@value{GDBP}) b 'bubble(
1454 @end smallexample
1455
1456 In some cases, @value{GDBN} can tell that completing a name requires using
1457 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1458 completing as much as it can) if you do not type the quote in the first
1459 place:
1460
1461 @smallexample
1462 (@value{GDBP}) b bub @key{TAB}
1463 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1464 (@value{GDBP}) b 'bubble(
1465 @end smallexample
1466
1467 @noindent
1468 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1469 you have not yet started typing the argument list when you ask for
1470 completion on an overloaded symbol.
1471
1472 For more information about overloaded functions, see @ref{C plus plus
1473 expressions, ,C@t{++} expressions}. You can use the command @code{set
1474 overload-resolution off} to disable overload resolution;
1475 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1476
1477
1478 @node Help
1479 @section Getting help
1480 @cindex online documentation
1481 @kindex help
1482
1483 You can always ask @value{GDBN} itself for information on its commands,
1484 using the command @code{help}.
1485
1486 @table @code
1487 @kindex h @r{(@code{help})}
1488 @item help
1489 @itemx h
1490 You can use @code{help} (abbreviated @code{h}) with no arguments to
1491 display a short list of named classes of commands:
1492
1493 @smallexample
1494 (@value{GDBP}) help
1495 List of classes of commands:
1496
1497 aliases -- Aliases of other commands
1498 breakpoints -- Making program stop at certain points
1499 data -- Examining data
1500 files -- Specifying and examining files
1501 internals -- Maintenance commands
1502 obscure -- Obscure features
1503 running -- Running the program
1504 stack -- Examining the stack
1505 status -- Status inquiries
1506 support -- Support facilities
1507 tracepoints -- Tracing of program execution without@*
1508 stopping the program
1509 user-defined -- User-defined commands
1510
1511 Type "help" followed by a class name for a list of
1512 commands in that class.
1513 Type "help" followed by command name for full
1514 documentation.
1515 Command name abbreviations are allowed if unambiguous.
1516 (@value{GDBP})
1517 @end smallexample
1518 @c the above line break eliminates huge line overfull...
1519
1520 @item help @var{class}
1521 Using one of the general help classes as an argument, you can get a
1522 list of the individual commands in that class. For example, here is the
1523 help display for the class @code{status}:
1524
1525 @smallexample
1526 (@value{GDBP}) help status
1527 Status inquiries.
1528
1529 List of commands:
1530
1531 @c Line break in "show" line falsifies real output, but needed
1532 @c to fit in smallbook page size.
1533 info -- Generic command for showing things
1534 about the program being debugged
1535 show -- Generic command for showing things
1536 about the debugger
1537
1538 Type "help" followed by command name for full
1539 documentation.
1540 Command name abbreviations are allowed if unambiguous.
1541 (@value{GDBP})
1542 @end smallexample
1543
1544 @item help @var{command}
1545 With a command name as @code{help} argument, @value{GDBN} displays a
1546 short paragraph on how to use that command.
1547
1548 @kindex apropos
1549 @item apropos @var{args}
1550 The @code{apropos} command searches through all of the @value{GDBN}
1551 commands, and their documentation, for the regular expression specified in
1552 @var{args}. It prints out all matches found. For example:
1553
1554 @smallexample
1555 apropos reload
1556 @end smallexample
1557
1558 @noindent
1559 results in:
1560
1561 @smallexample
1562 @c @group
1563 set symbol-reloading -- Set dynamic symbol table reloading
1564 multiple times in one run
1565 show symbol-reloading -- Show dynamic symbol table reloading
1566 multiple times in one run
1567 @c @end group
1568 @end smallexample
1569
1570 @kindex complete
1571 @item complete @var{args}
1572 The @code{complete @var{args}} command lists all the possible completions
1573 for the beginning of a command. Use @var{args} to specify the beginning of the
1574 command you want completed. For example:
1575
1576 @smallexample
1577 complete i
1578 @end smallexample
1579
1580 @noindent results in:
1581
1582 @smallexample
1583 @group
1584 if
1585 ignore
1586 info
1587 inspect
1588 @end group
1589 @end smallexample
1590
1591 @noindent This is intended for use by @sc{gnu} Emacs.
1592 @end table
1593
1594 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1595 and @code{show} to inquire about the state of your program, or the state
1596 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1597 manual introduces each of them in the appropriate context. The listings
1598 under @code{info} and under @code{show} in the Index point to
1599 all the sub-commands. @xref{Index}.
1600
1601 @c @group
1602 @table @code
1603 @kindex info
1604 @kindex i @r{(@code{info})}
1605 @item info
1606 This command (abbreviated @code{i}) is for describing the state of your
1607 program. For example, you can list the arguments given to your program
1608 with @code{info args}, list the registers currently in use with @code{info
1609 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1610 You can get a complete list of the @code{info} sub-commands with
1611 @w{@code{help info}}.
1612
1613 @kindex set
1614 @item set
1615 You can assign the result of an expression to an environment variable with
1616 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1617 @code{set prompt $}.
1618
1619 @kindex show
1620 @item show
1621 In contrast to @code{info}, @code{show} is for describing the state of
1622 @value{GDBN} itself.
1623 You can change most of the things you can @code{show}, by using the
1624 related command @code{set}; for example, you can control what number
1625 system is used for displays with @code{set radix}, or simply inquire
1626 which is currently in use with @code{show radix}.
1627
1628 @kindex info set
1629 To display all the settable parameters and their current
1630 values, you can use @code{show} with no arguments; you may also use
1631 @code{info set}. Both commands produce the same display.
1632 @c FIXME: "info set" violates the rule that "info" is for state of
1633 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1634 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1635 @end table
1636 @c @end group
1637
1638 Here are three miscellaneous @code{show} subcommands, all of which are
1639 exceptional in lacking corresponding @code{set} commands:
1640
1641 @table @code
1642 @kindex show version
1643 @cindex @value{GDBN} version number
1644 @item show version
1645 Show what version of @value{GDBN} is running. You should include this
1646 information in @value{GDBN} bug-reports. If multiple versions of
1647 @value{GDBN} are in use at your site, you may need to determine which
1648 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1649 commands are introduced, and old ones may wither away. Also, many
1650 system vendors ship variant versions of @value{GDBN}, and there are
1651 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1652 The version number is the same as the one announced when you start
1653 @value{GDBN}.
1654
1655 @kindex show copying
1656 @kindex info copying
1657 @cindex display @value{GDBN} copyright
1658 @item show copying
1659 @itemx info copying
1660 Display information about permission for copying @value{GDBN}.
1661
1662 @kindex show warranty
1663 @kindex info warranty
1664 @item show warranty
1665 @itemx info warranty
1666 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1667 if your version of @value{GDBN} comes with one.
1668
1669 @end table
1670
1671 @node Running
1672 @chapter Running Programs Under @value{GDBN}
1673
1674 When you run a program under @value{GDBN}, you must first generate
1675 debugging information when you compile it.
1676
1677 You may start @value{GDBN} with its arguments, if any, in an environment
1678 of your choice. If you are doing native debugging, you may redirect
1679 your program's input and output, debug an already running process, or
1680 kill a child process.
1681
1682 @menu
1683 * Compilation:: Compiling for debugging
1684 * Starting:: Starting your program
1685 * Arguments:: Your program's arguments
1686 * Environment:: Your program's environment
1687
1688 * Working Directory:: Your program's working directory
1689 * Input/Output:: Your program's input and output
1690 * Attach:: Debugging an already-running process
1691 * Kill Process:: Killing the child process
1692
1693 * Threads:: Debugging programs with multiple threads
1694 * Processes:: Debugging programs with multiple processes
1695 @end menu
1696
1697 @node Compilation
1698 @section Compiling for debugging
1699
1700 In order to debug a program effectively, you need to generate
1701 debugging information when you compile it. This debugging information
1702 is stored in the object file; it describes the data type of each
1703 variable or function and the correspondence between source line numbers
1704 and addresses in the executable code.
1705
1706 To request debugging information, specify the @samp{-g} option when you run
1707 the compiler.
1708
1709 Programs that are to be shipped to your customers are compiled with
1710 optimizations, using the @samp{-O} compiler option. However, many
1711 compilers are unable to handle the @samp{-g} and @samp{-O} options
1712 together. Using those compilers, you cannot generate optimized
1713 executables containing debugging information.
1714
1715 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1716 without @samp{-O}, making it possible to debug optimized code. We
1717 recommend that you @emph{always} use @samp{-g} whenever you compile a
1718 program. You may think your program is correct, but there is no sense
1719 in pushing your luck.
1720
1721 @cindex optimized code, debugging
1722 @cindex debugging optimized code
1723 When you debug a program compiled with @samp{-g -O}, remember that the
1724 optimizer is rearranging your code; the debugger shows you what is
1725 really there. Do not be too surprised when the execution path does not
1726 exactly match your source file! An extreme example: if you define a
1727 variable, but never use it, @value{GDBN} never sees that
1728 variable---because the compiler optimizes it out of existence.
1729
1730 Some things do not work as well with @samp{-g -O} as with just
1731 @samp{-g}, particularly on machines with instruction scheduling. If in
1732 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1733 please report it to us as a bug (including a test case!).
1734 @xref{Variables}, for more information about debugging optimized code.
1735
1736 Older versions of the @sc{gnu} C compiler permitted a variant option
1737 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1738 format; if your @sc{gnu} C compiler has this option, do not use it.
1739
1740 @value{GDBN} knows about preprocessor macros and can show you their
1741 expansion (@pxref{Macros}). Most compilers do not include information
1742 about preprocessor macros in the debugging information if you specify
1743 the @option{-g} flag alone, because this information is rather large.
1744 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1745 provides macro information if you specify the options
1746 @option{-gdwarf-2} and @option{-g3}; the former option requests
1747 debugging information in the Dwarf 2 format, and the latter requests
1748 ``extra information''. In the future, we hope to find more compact
1749 ways to represent macro information, so that it can be included with
1750 @option{-g} alone.
1751
1752 @need 2000
1753 @node Starting
1754 @section Starting your program
1755 @cindex starting
1756 @cindex running
1757
1758 @table @code
1759 @kindex run
1760 @kindex r @r{(@code{run})}
1761 @item run
1762 @itemx r
1763 Use the @code{run} command to start your program under @value{GDBN}.
1764 You must first specify the program name (except on VxWorks) with an
1765 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1766 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1767 (@pxref{Files, ,Commands to specify files}).
1768
1769 @end table
1770
1771 If you are running your program in an execution environment that
1772 supports processes, @code{run} creates an inferior process and makes
1773 that process run your program. (In environments without processes,
1774 @code{run} jumps to the start of your program.)
1775
1776 The execution of a program is affected by certain information it
1777 receives from its superior. @value{GDBN} provides ways to specify this
1778 information, which you must do @emph{before} starting your program. (You
1779 can change it after starting your program, but such changes only affect
1780 your program the next time you start it.) This information may be
1781 divided into four categories:
1782
1783 @table @asis
1784 @item The @emph{arguments.}
1785 Specify the arguments to give your program as the arguments of the
1786 @code{run} command. If a shell is available on your target, the shell
1787 is used to pass the arguments, so that you may use normal conventions
1788 (such as wildcard expansion or variable substitution) in describing
1789 the arguments.
1790 In Unix systems, you can control which shell is used with the
1791 @code{SHELL} environment variable.
1792 @xref{Arguments, ,Your program's arguments}.
1793
1794 @item The @emph{environment.}
1795 Your program normally inherits its environment from @value{GDBN}, but you can
1796 use the @value{GDBN} commands @code{set environment} and @code{unset
1797 environment} to change parts of the environment that affect
1798 your program. @xref{Environment, ,Your program's environment}.
1799
1800 @item The @emph{working directory.}
1801 Your program inherits its working directory from @value{GDBN}. You can set
1802 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1803 @xref{Working Directory, ,Your program's working directory}.
1804
1805 @item The @emph{standard input and output.}
1806 Your program normally uses the same device for standard input and
1807 standard output as @value{GDBN} is using. You can redirect input and output
1808 in the @code{run} command line, or you can use the @code{tty} command to
1809 set a different device for your program.
1810 @xref{Input/Output, ,Your program's input and output}.
1811
1812 @cindex pipes
1813 @emph{Warning:} While input and output redirection work, you cannot use
1814 pipes to pass the output of the program you are debugging to another
1815 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1816 wrong program.
1817 @end table
1818
1819 When you issue the @code{run} command, your program begins to execute
1820 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1821 of how to arrange for your program to stop. Once your program has
1822 stopped, you may call functions in your program, using the @code{print}
1823 or @code{call} commands. @xref{Data, ,Examining Data}.
1824
1825 If the modification time of your symbol file has changed since the last
1826 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1827 table, and reads it again. When it does this, @value{GDBN} tries to retain
1828 your current breakpoints.
1829
1830 @table @code
1831 @kindex start
1832 @item start
1833 @cindex run to main procedure
1834 The name of the main procedure can vary from language to language.
1835 With C or C@t{++}, the main procedure name is always @code{main}, but
1836 other languages such as Ada do not require a specific name for their
1837 main procedure. The debugger provides a convenient way to start the
1838 execution of the program and to stop at the beginning of the main
1839 procedure, depending on the language used.
1840
1841 The @samp{start} command does the equivalent of setting a temporary
1842 breakpoint at the beginning of the main procedure and then invoking
1843 the @samp{run} command.
1844
1845 @cindex elaboration phase
1846 Some programs contain an @dfn{elaboration} phase where some startup code is
1847 executed before the main procedure is called. This depends on the
1848 languages used to write your program. In C@t{++}, for instance,
1849 constructors for static and global objects are executed before
1850 @code{main} is called. It is therefore possible that the debugger stops
1851 before reaching the main procedure. However, the temporary breakpoint
1852 will remain to halt execution.
1853
1854 Specify the arguments to give to your program as arguments to the
1855 @samp{start} command. These arguments will be given verbatim to the
1856 underlying @samp{run} command. Note that the same arguments will be
1857 reused if no argument is provided during subsequent calls to
1858 @samp{start} or @samp{run}.
1859
1860 It is sometimes necessary to debug the program during elaboration. In
1861 these cases, using the @code{start} command would stop the execution of
1862 your program too late, as the program would have already completed the
1863 elaboration phase. Under these circumstances, insert breakpoints in your
1864 elaboration code before running your program.
1865 @end table
1866
1867 @node Arguments
1868 @section Your program's arguments
1869
1870 @cindex arguments (to your program)
1871 The arguments to your program can be specified by the arguments of the
1872 @code{run} command.
1873 They are passed to a shell, which expands wildcard characters and
1874 performs redirection of I/O, and thence to your program. Your
1875 @code{SHELL} environment variable (if it exists) specifies what shell
1876 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1877 the default shell (@file{/bin/sh} on Unix).
1878
1879 On non-Unix systems, the program is usually invoked directly by
1880 @value{GDBN}, which emulates I/O redirection via the appropriate system
1881 calls, and the wildcard characters are expanded by the startup code of
1882 the program, not by the shell.
1883
1884 @code{run} with no arguments uses the same arguments used by the previous
1885 @code{run}, or those set by the @code{set args} command.
1886
1887 @table @code
1888 @kindex set args
1889 @item set args
1890 Specify the arguments to be used the next time your program is run. If
1891 @code{set args} has no arguments, @code{run} executes your program
1892 with no arguments. Once you have run your program with arguments,
1893 using @code{set args} before the next @code{run} is the only way to run
1894 it again without arguments.
1895
1896 @kindex show args
1897 @item show args
1898 Show the arguments to give your program when it is started.
1899 @end table
1900
1901 @node Environment
1902 @section Your program's environment
1903
1904 @cindex environment (of your program)
1905 The @dfn{environment} consists of a set of environment variables and
1906 their values. Environment variables conventionally record such things as
1907 your user name, your home directory, your terminal type, and your search
1908 path for programs to run. Usually you set up environment variables with
1909 the shell and they are inherited by all the other programs you run. When
1910 debugging, it can be useful to try running your program with a modified
1911 environment without having to start @value{GDBN} over again.
1912
1913 @table @code
1914 @kindex path
1915 @item path @var{directory}
1916 Add @var{directory} to the front of the @code{PATH} environment variable
1917 (the search path for executables) that will be passed to your program.
1918 The value of @code{PATH} used by @value{GDBN} does not change.
1919 You may specify several directory names, separated by whitespace or by a
1920 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1921 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1922 is moved to the front, so it is searched sooner.
1923
1924 You can use the string @samp{$cwd} to refer to whatever is the current
1925 working directory at the time @value{GDBN} searches the path. If you
1926 use @samp{.} instead, it refers to the directory where you executed the
1927 @code{path} command. @value{GDBN} replaces @samp{.} in the
1928 @var{directory} argument (with the current path) before adding
1929 @var{directory} to the search path.
1930 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1931 @c document that, since repeating it would be a no-op.
1932
1933 @kindex show paths
1934 @item show paths
1935 Display the list of search paths for executables (the @code{PATH}
1936 environment variable).
1937
1938 @kindex show environment
1939 @item show environment @r{[}@var{varname}@r{]}
1940 Print the value of environment variable @var{varname} to be given to
1941 your program when it starts. If you do not supply @var{varname},
1942 print the names and values of all environment variables to be given to
1943 your program. You can abbreviate @code{environment} as @code{env}.
1944
1945 @kindex set environment
1946 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1947 Set environment variable @var{varname} to @var{value}. The value
1948 changes for your program only, not for @value{GDBN} itself. @var{value} may
1949 be any string; the values of environment variables are just strings, and
1950 any interpretation is supplied by your program itself. The @var{value}
1951 parameter is optional; if it is eliminated, the variable is set to a
1952 null value.
1953 @c "any string" here does not include leading, trailing
1954 @c blanks. Gnu asks: does anyone care?
1955
1956 For example, this command:
1957
1958 @smallexample
1959 set env USER = foo
1960 @end smallexample
1961
1962 @noindent
1963 tells the debugged program, when subsequently run, that its user is named
1964 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1965 are not actually required.)
1966
1967 @kindex unset environment
1968 @item unset environment @var{varname}
1969 Remove variable @var{varname} from the environment to be passed to your
1970 program. This is different from @samp{set env @var{varname} =};
1971 @code{unset environment} removes the variable from the environment,
1972 rather than assigning it an empty value.
1973 @end table
1974
1975 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1976 the shell indicated
1977 by your @code{SHELL} environment variable if it exists (or
1978 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1979 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1980 @file{.bashrc} for BASH---any variables you set in that file affect
1981 your program. You may wish to move setting of environment variables to
1982 files that are only run when you sign on, such as @file{.login} or
1983 @file{.profile}.
1984
1985 @node Working Directory
1986 @section Your program's working directory
1987
1988 @cindex working directory (of your program)
1989 Each time you start your program with @code{run}, it inherits its
1990 working directory from the current working directory of @value{GDBN}.
1991 The @value{GDBN} working directory is initially whatever it inherited
1992 from its parent process (typically the shell), but you can specify a new
1993 working directory in @value{GDBN} with the @code{cd} command.
1994
1995 The @value{GDBN} working directory also serves as a default for the commands
1996 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1997 specify files}.
1998
1999 @table @code
2000 @kindex cd
2001 @cindex change working directory
2002 @item cd @var{directory}
2003 Set the @value{GDBN} working directory to @var{directory}.
2004
2005 @kindex pwd
2006 @item pwd
2007 Print the @value{GDBN} working directory.
2008 @end table
2009
2010 It is generally impossible to find the current working directory of
2011 the process being debugged (since a program can change its directory
2012 during its run). If you work on a system where @value{GDBN} is
2013 configured with the @file{/proc} support, you can use the @code{info
2014 proc} command (@pxref{SVR4 Process Information}) to find out the
2015 current working directory of the debuggee.
2016
2017 @node Input/Output
2018 @section Your program's input and output
2019
2020 @cindex redirection
2021 @cindex i/o
2022 @cindex terminal
2023 By default, the program you run under @value{GDBN} does input and output to
2024 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2025 to its own terminal modes to interact with you, but it records the terminal
2026 modes your program was using and switches back to them when you continue
2027 running your program.
2028
2029 @table @code
2030 @kindex info terminal
2031 @item info terminal
2032 Displays information recorded by @value{GDBN} about the terminal modes your
2033 program is using.
2034 @end table
2035
2036 You can redirect your program's input and/or output using shell
2037 redirection with the @code{run} command. For example,
2038
2039 @smallexample
2040 run > outfile
2041 @end smallexample
2042
2043 @noindent
2044 starts your program, diverting its output to the file @file{outfile}.
2045
2046 @kindex tty
2047 @cindex controlling terminal
2048 Another way to specify where your program should do input and output is
2049 with the @code{tty} command. This command accepts a file name as
2050 argument, and causes this file to be the default for future @code{run}
2051 commands. It also resets the controlling terminal for the child
2052 process, for future @code{run} commands. For example,
2053
2054 @smallexample
2055 tty /dev/ttyb
2056 @end smallexample
2057
2058 @noindent
2059 directs that processes started with subsequent @code{run} commands
2060 default to do input and output on the terminal @file{/dev/ttyb} and have
2061 that as their controlling terminal.
2062
2063 An explicit redirection in @code{run} overrides the @code{tty} command's
2064 effect on the input/output device, but not its effect on the controlling
2065 terminal.
2066
2067 When you use the @code{tty} command or redirect input in the @code{run}
2068 command, only the input @emph{for your program} is affected. The input
2069 for @value{GDBN} still comes from your terminal. @code{tty} is an alias
2070 for @code{set inferior-tty}.
2071
2072 @cindex inferior tty
2073 @cindex set inferior controlling terminal
2074 You can use the @code{show inferior-tty} command to tell @value{GDBN} to
2075 display the name of the terminal that will be used for future runs of your
2076 program.
2077
2078 @table @code
2079 @item set inferior-tty /dev/ttyb
2080 @kindex set inferior-tty
2081 Set the tty for the program being debugged to /dev/ttyb.
2082
2083 @item show inferior-tty
2084 @kindex show inferior-tty
2085 Show the current tty for the program being debugged.
2086 @end table
2087
2088 @node Attach
2089 @section Debugging an already-running process
2090 @kindex attach
2091 @cindex attach
2092
2093 @table @code
2094 @item attach @var{process-id}
2095 This command attaches to a running process---one that was started
2096 outside @value{GDBN}. (@code{info files} shows your active
2097 targets.) The command takes as argument a process ID. The usual way to
2098 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2099 or with the @samp{jobs -l} shell command.
2100
2101 @code{attach} does not repeat if you press @key{RET} a second time after
2102 executing the command.
2103 @end table
2104
2105 To use @code{attach}, your program must be running in an environment
2106 which supports processes; for example, @code{attach} does not work for
2107 programs on bare-board targets that lack an operating system. You must
2108 also have permission to send the process a signal.
2109
2110 When you use @code{attach}, the debugger finds the program running in
2111 the process first by looking in the current working directory, then (if
2112 the program is not found) by using the source file search path
2113 (@pxref{Source Path, ,Specifying source directories}). You can also use
2114 the @code{file} command to load the program. @xref{Files, ,Commands to
2115 Specify Files}.
2116
2117 The first thing @value{GDBN} does after arranging to debug the specified
2118 process is to stop it. You can examine and modify an attached process
2119 with all the @value{GDBN} commands that are ordinarily available when
2120 you start processes with @code{run}. You can insert breakpoints; you
2121 can step and continue; you can modify storage. If you would rather the
2122 process continue running, you may use the @code{continue} command after
2123 attaching @value{GDBN} to the process.
2124
2125 @table @code
2126 @kindex detach
2127 @item detach
2128 When you have finished debugging the attached process, you can use the
2129 @code{detach} command to release it from @value{GDBN} control. Detaching
2130 the process continues its execution. After the @code{detach} command,
2131 that process and @value{GDBN} become completely independent once more, and you
2132 are ready to @code{attach} another process or start one with @code{run}.
2133 @code{detach} does not repeat if you press @key{RET} again after
2134 executing the command.
2135 @end table
2136
2137 If you exit @value{GDBN} or use the @code{run} command while you have an
2138 attached process, you kill that process. By default, @value{GDBN} asks
2139 for confirmation if you try to do either of these things; you can
2140 control whether or not you need to confirm by using the @code{set
2141 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2142 messages}).
2143
2144 @node Kill Process
2145 @section Killing the child process
2146
2147 @table @code
2148 @kindex kill
2149 @item kill
2150 Kill the child process in which your program is running under @value{GDBN}.
2151 @end table
2152
2153 This command is useful if you wish to debug a core dump instead of a
2154 running process. @value{GDBN} ignores any core dump file while your program
2155 is running.
2156
2157 On some operating systems, a program cannot be executed outside @value{GDBN}
2158 while you have breakpoints set on it inside @value{GDBN}. You can use the
2159 @code{kill} command in this situation to permit running your program
2160 outside the debugger.
2161
2162 The @code{kill} command is also useful if you wish to recompile and
2163 relink your program, since on many systems it is impossible to modify an
2164 executable file while it is running in a process. In this case, when you
2165 next type @code{run}, @value{GDBN} notices that the file has changed, and
2166 reads the symbol table again (while trying to preserve your current
2167 breakpoint settings).
2168
2169 @node Threads
2170 @section Debugging programs with multiple threads
2171
2172 @cindex threads of execution
2173 @cindex multiple threads
2174 @cindex switching threads
2175 In some operating systems, such as HP-UX and Solaris, a single program
2176 may have more than one @dfn{thread} of execution. The precise semantics
2177 of threads differ from one operating system to another, but in general
2178 the threads of a single program are akin to multiple processes---except
2179 that they share one address space (that is, they can all examine and
2180 modify the same variables). On the other hand, each thread has its own
2181 registers and execution stack, and perhaps private memory.
2182
2183 @value{GDBN} provides these facilities for debugging multi-thread
2184 programs:
2185
2186 @itemize @bullet
2187 @item automatic notification of new threads
2188 @item @samp{thread @var{threadno}}, a command to switch among threads
2189 @item @samp{info threads}, a command to inquire about existing threads
2190 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2191 a command to apply a command to a list of threads
2192 @item thread-specific breakpoints
2193 @end itemize
2194
2195 @quotation
2196 @emph{Warning:} These facilities are not yet available on every
2197 @value{GDBN} configuration where the operating system supports threads.
2198 If your @value{GDBN} does not support threads, these commands have no
2199 effect. For example, a system without thread support shows no output
2200 from @samp{info threads}, and always rejects the @code{thread} command,
2201 like this:
2202
2203 @smallexample
2204 (@value{GDBP}) info threads
2205 (@value{GDBP}) thread 1
2206 Thread ID 1 not known. Use the "info threads" command to
2207 see the IDs of currently known threads.
2208 @end smallexample
2209 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2210 @c doesn't support threads"?
2211 @end quotation
2212
2213 @cindex focus of debugging
2214 @cindex current thread
2215 The @value{GDBN} thread debugging facility allows you to observe all
2216 threads while your program runs---but whenever @value{GDBN} takes
2217 control, one thread in particular is always the focus of debugging.
2218 This thread is called the @dfn{current thread}. Debugging commands show
2219 program information from the perspective of the current thread.
2220
2221 @cindex @code{New} @var{systag} message
2222 @cindex thread identifier (system)
2223 @c FIXME-implementors!! It would be more helpful if the [New...] message
2224 @c included GDB's numeric thread handle, so you could just go to that
2225 @c thread without first checking `info threads'.
2226 Whenever @value{GDBN} detects a new thread in your program, it displays
2227 the target system's identification for the thread with a message in the
2228 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2229 whose form varies depending on the particular system. For example, on
2230 LynxOS, you might see
2231
2232 @smallexample
2233 [New process 35 thread 27]
2234 @end smallexample
2235
2236 @noindent
2237 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2238 the @var{systag} is simply something like @samp{process 368}, with no
2239 further qualifier.
2240
2241 @c FIXME!! (1) Does the [New...] message appear even for the very first
2242 @c thread of a program, or does it only appear for the
2243 @c second---i.e.@: when it becomes obvious we have a multithread
2244 @c program?
2245 @c (2) *Is* there necessarily a first thread always? Or do some
2246 @c multithread systems permit starting a program with multiple
2247 @c threads ab initio?
2248
2249 @cindex thread number
2250 @cindex thread identifier (GDB)
2251 For debugging purposes, @value{GDBN} associates its own thread
2252 number---always a single integer---with each thread in your program.
2253
2254 @table @code
2255 @kindex info threads
2256 @item info threads
2257 Display a summary of all threads currently in your
2258 program. @value{GDBN} displays for each thread (in this order):
2259
2260 @enumerate
2261 @item
2262 the thread number assigned by @value{GDBN}
2263
2264 @item
2265 the target system's thread identifier (@var{systag})
2266
2267 @item
2268 the current stack frame summary for that thread
2269 @end enumerate
2270
2271 @noindent
2272 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2273 indicates the current thread.
2274
2275 For example,
2276 @end table
2277 @c end table here to get a little more width for example
2278
2279 @smallexample
2280 (@value{GDBP}) info threads
2281 3 process 35 thread 27 0x34e5 in sigpause ()
2282 2 process 35 thread 23 0x34e5 in sigpause ()
2283 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2284 at threadtest.c:68
2285 @end smallexample
2286
2287 On HP-UX systems:
2288
2289 @cindex debugging multithreaded programs (on HP-UX)
2290 @cindex thread identifier (GDB), on HP-UX
2291 For debugging purposes, @value{GDBN} associates its own thread
2292 number---a small integer assigned in thread-creation order---with each
2293 thread in your program.
2294
2295 @cindex @code{New} @var{systag} message, on HP-UX
2296 @cindex thread identifier (system), on HP-UX
2297 @c FIXME-implementors!! It would be more helpful if the [New...] message
2298 @c included GDB's numeric thread handle, so you could just go to that
2299 @c thread without first checking `info threads'.
2300 Whenever @value{GDBN} detects a new thread in your program, it displays
2301 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2302 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2303 whose form varies depending on the particular system. For example, on
2304 HP-UX, you see
2305
2306 @smallexample
2307 [New thread 2 (system thread 26594)]
2308 @end smallexample
2309
2310 @noindent
2311 when @value{GDBN} notices a new thread.
2312
2313 @table @code
2314 @kindex info threads (HP-UX)
2315 @item info threads
2316 Display a summary of all threads currently in your
2317 program. @value{GDBN} displays for each thread (in this order):
2318
2319 @enumerate
2320 @item the thread number assigned by @value{GDBN}
2321
2322 @item the target system's thread identifier (@var{systag})
2323
2324 @item the current stack frame summary for that thread
2325 @end enumerate
2326
2327 @noindent
2328 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2329 indicates the current thread.
2330
2331 For example,
2332 @end table
2333 @c end table here to get a little more width for example
2334
2335 @smallexample
2336 (@value{GDBP}) info threads
2337 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2338 at quicksort.c:137
2339 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2340 from /usr/lib/libc.2
2341 1 system thread 27905 0x7b003498 in _brk () \@*
2342 from /usr/lib/libc.2
2343 @end smallexample
2344
2345 On Solaris, you can display more information about user threads with a
2346 Solaris-specific command:
2347
2348 @table @code
2349 @item maint info sol-threads
2350 @kindex maint info sol-threads
2351 @cindex thread info (Solaris)
2352 Display info on Solaris user threads.
2353 @end table
2354
2355 @table @code
2356 @kindex thread @var{threadno}
2357 @item thread @var{threadno}
2358 Make thread number @var{threadno} the current thread. The command
2359 argument @var{threadno} is the internal @value{GDBN} thread number, as
2360 shown in the first field of the @samp{info threads} display.
2361 @value{GDBN} responds by displaying the system identifier of the thread
2362 you selected, and its current stack frame summary:
2363
2364 @smallexample
2365 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2366 (@value{GDBP}) thread 2
2367 [Switching to process 35 thread 23]
2368 0x34e5 in sigpause ()
2369 @end smallexample
2370
2371 @noindent
2372 As with the @samp{[New @dots{}]} message, the form of the text after
2373 @samp{Switching to} depends on your system's conventions for identifying
2374 threads.
2375
2376 @kindex thread apply
2377 @cindex apply command to several threads
2378 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2379 The @code{thread apply} command allows you to apply a command to one or
2380 more threads. Specify the numbers of the threads that you want affected
2381 with the command argument @var{threadno}. @var{threadno} is the internal
2382 @value{GDBN} thread number, as shown in the first field of the @samp{info
2383 threads} display. To apply a command to all threads, use
2384 @code{thread apply all} @var{args}.
2385 @end table
2386
2387 @cindex automatic thread selection
2388 @cindex switching threads automatically
2389 @cindex threads, automatic switching
2390 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2391 signal, it automatically selects the thread where that breakpoint or
2392 signal happened. @value{GDBN} alerts you to the context switch with a
2393 message of the form @samp{[Switching to @var{systag}]} to identify the
2394 thread.
2395
2396 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2397 more information about how @value{GDBN} behaves when you stop and start
2398 programs with multiple threads.
2399
2400 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2401 watchpoints in programs with multiple threads.
2402
2403 @node Processes
2404 @section Debugging programs with multiple processes
2405
2406 @cindex fork, debugging programs which call
2407 @cindex multiple processes
2408 @cindex processes, multiple
2409 On most systems, @value{GDBN} has no special support for debugging
2410 programs which create additional processes using the @code{fork}
2411 function. When a program forks, @value{GDBN} will continue to debug the
2412 parent process and the child process will run unimpeded. If you have
2413 set a breakpoint in any code which the child then executes, the child
2414 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2415 will cause it to terminate.
2416
2417 However, if you want to debug the child process there is a workaround
2418 which isn't too painful. Put a call to @code{sleep} in the code which
2419 the child process executes after the fork. It may be useful to sleep
2420 only if a certain environment variable is set, or a certain file exists,
2421 so that the delay need not occur when you don't want to run @value{GDBN}
2422 on the child. While the child is sleeping, use the @code{ps} program to
2423 get its process ID. Then tell @value{GDBN} (a new invocation of
2424 @value{GDBN} if you are also debugging the parent process) to attach to
2425 the child process (@pxref{Attach}). From that point on you can debug
2426 the child process just like any other process which you attached to.
2427
2428 On some systems, @value{GDBN} provides support for debugging programs that
2429 create additional processes using the @code{fork} or @code{vfork} functions.
2430 Currently, the only platforms with this feature are HP-UX (11.x and later
2431 only?) and GNU/Linux (kernel version 2.5.60 and later).
2432
2433 By default, when a program forks, @value{GDBN} will continue to debug
2434 the parent process and the child process will run unimpeded.
2435
2436 If you want to follow the child process instead of the parent process,
2437 use the command @w{@code{set follow-fork-mode}}.
2438
2439 @table @code
2440 @kindex set follow-fork-mode
2441 @item set follow-fork-mode @var{mode}
2442 Set the debugger response to a program call of @code{fork} or
2443 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2444 process. The @var{mode} argument can be:
2445
2446 @table @code
2447 @item parent
2448 The original process is debugged after a fork. The child process runs
2449 unimpeded. This is the default.
2450
2451 @item child
2452 The new process is debugged after a fork. The parent process runs
2453 unimpeded.
2454
2455 @end table
2456
2457 @kindex show follow-fork-mode
2458 @item show follow-fork-mode
2459 Display the current debugger response to a @code{fork} or @code{vfork} call.
2460 @end table
2461
2462 If you ask to debug a child process and a @code{vfork} is followed by an
2463 @code{exec}, @value{GDBN} executes the new target up to the first
2464 breakpoint in the new target. If you have a breakpoint set on
2465 @code{main} in your original program, the breakpoint will also be set on
2466 the child process's @code{main}.
2467
2468 When a child process is spawned by @code{vfork}, you cannot debug the
2469 child or parent until an @code{exec} call completes.
2470
2471 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2472 call executes, the new target restarts. To restart the parent process,
2473 use the @code{file} command with the parent executable name as its
2474 argument.
2475
2476 You can use the @code{catch} command to make @value{GDBN} stop whenever
2477 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2478 Catchpoints, ,Setting catchpoints}.
2479
2480 @node Stopping
2481 @chapter Stopping and Continuing
2482
2483 The principal purposes of using a debugger are so that you can stop your
2484 program before it terminates; or so that, if your program runs into
2485 trouble, you can investigate and find out why.
2486
2487 Inside @value{GDBN}, your program may stop for any of several reasons,
2488 such as a signal, a breakpoint, or reaching a new line after a
2489 @value{GDBN} command such as @code{step}. You may then examine and
2490 change variables, set new breakpoints or remove old ones, and then
2491 continue execution. Usually, the messages shown by @value{GDBN} provide
2492 ample explanation of the status of your program---but you can also
2493 explicitly request this information at any time.
2494
2495 @table @code
2496 @kindex info program
2497 @item info program
2498 Display information about the status of your program: whether it is
2499 running or not, what process it is, and why it stopped.
2500 @end table
2501
2502 @menu
2503 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2504 * Continuing and Stepping:: Resuming execution
2505 * Signals:: Signals
2506 * Thread Stops:: Stopping and starting multi-thread programs
2507 @end menu
2508
2509 @node Breakpoints
2510 @section Breakpoints, watchpoints, and catchpoints
2511
2512 @cindex breakpoints
2513 A @dfn{breakpoint} makes your program stop whenever a certain point in
2514 the program is reached. For each breakpoint, you can add conditions to
2515 control in finer detail whether your program stops. You can set
2516 breakpoints with the @code{break} command and its variants (@pxref{Set
2517 Breaks, ,Setting breakpoints}), to specify the place where your program
2518 should stop by line number, function name or exact address in the
2519 program.
2520
2521 On some systems, you can set breakpoints in shared libraries before
2522 the executable is run. There is a minor limitation on HP-UX systems:
2523 you must wait until the executable is run in order to set breakpoints
2524 in shared library routines that are not called directly by the program
2525 (for example, routines that are arguments in a @code{pthread_create}
2526 call).
2527
2528 @cindex watchpoints
2529 @cindex memory tracing
2530 @cindex breakpoint on memory address
2531 @cindex breakpoint on variable modification
2532 A @dfn{watchpoint} is a special breakpoint that stops your program
2533 when the value of an expression changes. You must use a different
2534 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2535 watchpoints}), but aside from that, you can manage a watchpoint like
2536 any other breakpoint: you enable, disable, and delete both breakpoints
2537 and watchpoints using the same commands.
2538
2539 You can arrange to have values from your program displayed automatically
2540 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2541 Automatic display}.
2542
2543 @cindex catchpoints
2544 @cindex breakpoint on events
2545 A @dfn{catchpoint} is another special breakpoint that stops your program
2546 when a certain kind of event occurs, such as the throwing of a C@t{++}
2547 exception or the loading of a library. As with watchpoints, you use a
2548 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2549 catchpoints}), but aside from that, you can manage a catchpoint like any
2550 other breakpoint. (To stop when your program receives a signal, use the
2551 @code{handle} command; see @ref{Signals, ,Signals}.)
2552
2553 @cindex breakpoint numbers
2554 @cindex numbers for breakpoints
2555 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2556 catchpoint when you create it; these numbers are successive integers
2557 starting with one. In many of the commands for controlling various
2558 features of breakpoints you use the breakpoint number to say which
2559 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2560 @dfn{disabled}; if disabled, it has no effect on your program until you
2561 enable it again.
2562
2563 @cindex breakpoint ranges
2564 @cindex ranges of breakpoints
2565 Some @value{GDBN} commands accept a range of breakpoints on which to
2566 operate. A breakpoint range is either a single breakpoint number, like
2567 @samp{5}, or two such numbers, in increasing order, separated by a
2568 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2569 all breakpoint in that range are operated on.
2570
2571 @menu
2572 * Set Breaks:: Setting breakpoints
2573 * Set Watchpoints:: Setting watchpoints
2574 * Set Catchpoints:: Setting catchpoints
2575 * Delete Breaks:: Deleting breakpoints
2576 * Disabling:: Disabling breakpoints
2577 * Conditions:: Break conditions
2578 * Break Commands:: Breakpoint command lists
2579 * Breakpoint Menus:: Breakpoint menus
2580 * Error in Breakpoints:: ``Cannot insert breakpoints''
2581 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2582 @end menu
2583
2584 @node Set Breaks
2585 @subsection Setting breakpoints
2586
2587 @c FIXME LMB what does GDB do if no code on line of breakpt?
2588 @c consider in particular declaration with/without initialization.
2589 @c
2590 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2591
2592 @kindex break
2593 @kindex b @r{(@code{break})}
2594 @vindex $bpnum@r{, convenience variable}
2595 @cindex latest breakpoint
2596 Breakpoints are set with the @code{break} command (abbreviated
2597 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2598 number of the breakpoint you've set most recently; see @ref{Convenience
2599 Vars,, Convenience variables}, for a discussion of what you can do with
2600 convenience variables.
2601
2602 You have several ways to say where the breakpoint should go.
2603
2604 @table @code
2605 @item break @var{function}
2606 Set a breakpoint at entry to function @var{function}.
2607 When using source languages that permit overloading of symbols, such as
2608 C@t{++}, @var{function} may refer to more than one possible place to break.
2609 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2610
2611 @item break +@var{offset}
2612 @itemx break -@var{offset}
2613 Set a breakpoint some number of lines forward or back from the position
2614 at which execution stopped in the currently selected @dfn{stack frame}.
2615 (@xref{Frames, ,Frames}, for a description of stack frames.)
2616
2617 @item break @var{linenum}
2618 Set a breakpoint at line @var{linenum} in the current source file.
2619 The current source file is the last file whose source text was printed.
2620 The breakpoint will stop your program just before it executes any of the
2621 code on that line.
2622
2623 @item break @var{filename}:@var{linenum}
2624 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2625
2626 @item break @var{filename}:@var{function}
2627 Set a breakpoint at entry to function @var{function} found in file
2628 @var{filename}. Specifying a file name as well as a function name is
2629 superfluous except when multiple files contain similarly named
2630 functions.
2631
2632 @item break *@var{address}
2633 Set a breakpoint at address @var{address}. You can use this to set
2634 breakpoints in parts of your program which do not have debugging
2635 information or source files.
2636
2637 @item break
2638 When called without any arguments, @code{break} sets a breakpoint at
2639 the next instruction to be executed in the selected stack frame
2640 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2641 innermost, this makes your program stop as soon as control
2642 returns to that frame. This is similar to the effect of a
2643 @code{finish} command in the frame inside the selected frame---except
2644 that @code{finish} does not leave an active breakpoint. If you use
2645 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2646 the next time it reaches the current location; this may be useful
2647 inside loops.
2648
2649 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2650 least one instruction has been executed. If it did not do this, you
2651 would be unable to proceed past a breakpoint without first disabling the
2652 breakpoint. This rule applies whether or not the breakpoint already
2653 existed when your program stopped.
2654
2655 @item break @dots{} if @var{cond}
2656 Set a breakpoint with condition @var{cond}; evaluate the expression
2657 @var{cond} each time the breakpoint is reached, and stop only if the
2658 value is nonzero---that is, if @var{cond} evaluates as true.
2659 @samp{@dots{}} stands for one of the possible arguments described
2660 above (or no argument) specifying where to break. @xref{Conditions,
2661 ,Break conditions}, for more information on breakpoint conditions.
2662
2663 @kindex tbreak
2664 @item tbreak @var{args}
2665 Set a breakpoint enabled only for one stop. @var{args} are the
2666 same as for the @code{break} command, and the breakpoint is set in the same
2667 way, but the breakpoint is automatically deleted after the first time your
2668 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2669
2670 @kindex hbreak
2671 @cindex hardware breakpoints
2672 @item hbreak @var{args}
2673 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2674 @code{break} command and the breakpoint is set in the same way, but the
2675 breakpoint requires hardware support and some target hardware may not
2676 have this support. The main purpose of this is EPROM/ROM code
2677 debugging, so you can set a breakpoint at an instruction without
2678 changing the instruction. This can be used with the new trap-generation
2679 provided by SPARClite DSU and most x86-based targets. These targets
2680 will generate traps when a program accesses some data or instruction
2681 address that is assigned to the debug registers. However the hardware
2682 breakpoint registers can take a limited number of breakpoints. For
2683 example, on the DSU, only two data breakpoints can be set at a time, and
2684 @value{GDBN} will reject this command if more than two are used. Delete
2685 or disable unused hardware breakpoints before setting new ones
2686 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2687 For remote targets, you can restrict the number of hardware
2688 breakpoints @value{GDBN} will use, see @ref{set remote
2689 hardware-breakpoint-limit}.
2690
2691
2692 @kindex thbreak
2693 @item thbreak @var{args}
2694 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2695 are the same as for the @code{hbreak} command and the breakpoint is set in
2696 the same way. However, like the @code{tbreak} command,
2697 the breakpoint is automatically deleted after the
2698 first time your program stops there. Also, like the @code{hbreak}
2699 command, the breakpoint requires hardware support and some target hardware
2700 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2701 See also @ref{Conditions, ,Break conditions}.
2702
2703 @kindex rbreak
2704 @cindex regular expression
2705 @cindex breakpoints in functions matching a regexp
2706 @cindex set breakpoints in many functions
2707 @item rbreak @var{regex}
2708 Set breakpoints on all functions matching the regular expression
2709 @var{regex}. This command sets an unconditional breakpoint on all
2710 matches, printing a list of all breakpoints it set. Once these
2711 breakpoints are set, they are treated just like the breakpoints set with
2712 the @code{break} command. You can delete them, disable them, or make
2713 them conditional the same way as any other breakpoint.
2714
2715 The syntax of the regular expression is the standard one used with tools
2716 like @file{grep}. Note that this is different from the syntax used by
2717 shells, so for instance @code{foo*} matches all functions that include
2718 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2719 @code{.*} leading and trailing the regular expression you supply, so to
2720 match only functions that begin with @code{foo}, use @code{^foo}.
2721
2722 @cindex non-member C@t{++} functions, set breakpoint in
2723 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2724 breakpoints on overloaded functions that are not members of any special
2725 classes.
2726
2727 @cindex set breakpoints on all functions
2728 The @code{rbreak} command can be used to set breakpoints in
2729 @strong{all} the functions in a program, like this:
2730
2731 @smallexample
2732 (@value{GDBP}) rbreak .
2733 @end smallexample
2734
2735 @kindex info breakpoints
2736 @cindex @code{$_} and @code{info breakpoints}
2737 @item info breakpoints @r{[}@var{n}@r{]}
2738 @itemx info break @r{[}@var{n}@r{]}
2739 @itemx info watchpoints @r{[}@var{n}@r{]}
2740 Print a table of all breakpoints, watchpoints, and catchpoints set and
2741 not deleted, with the following columns for each breakpoint:
2742
2743 @table @emph
2744 @item Breakpoint Numbers
2745 @item Type
2746 Breakpoint, watchpoint, or catchpoint.
2747 @item Disposition
2748 Whether the breakpoint is marked to be disabled or deleted when hit.
2749 @item Enabled or Disabled
2750 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2751 that are not enabled.
2752 @item Address
2753 Where the breakpoint is in your program, as a memory address. If the
2754 breakpoint is pending (see below for details) on a future load of a shared library, the address
2755 will be listed as @samp{<PENDING>}.
2756 @item What
2757 Where the breakpoint is in the source for your program, as a file and
2758 line number. For a pending breakpoint, the original string passed to
2759 the breakpoint command will be listed as it cannot be resolved until
2760 the appropriate shared library is loaded in the future.
2761 @end table
2762
2763 @noindent
2764 If a breakpoint is conditional, @code{info break} shows the condition on
2765 the line following the affected breakpoint; breakpoint commands, if any,
2766 are listed after that. A pending breakpoint is allowed to have a condition
2767 specified for it. The condition is not parsed for validity until a shared
2768 library is loaded that allows the pending breakpoint to resolve to a
2769 valid location.
2770
2771 @noindent
2772 @code{info break} with a breakpoint
2773 number @var{n} as argument lists only that breakpoint. The
2774 convenience variable @code{$_} and the default examining-address for
2775 the @code{x} command are set to the address of the last breakpoint
2776 listed (@pxref{Memory, ,Examining memory}).
2777
2778 @noindent
2779 @code{info break} displays a count of the number of times the breakpoint
2780 has been hit. This is especially useful in conjunction with the
2781 @code{ignore} command. You can ignore a large number of breakpoint
2782 hits, look at the breakpoint info to see how many times the breakpoint
2783 was hit, and then run again, ignoring one less than that number. This
2784 will get you quickly to the last hit of that breakpoint.
2785 @end table
2786
2787 @value{GDBN} allows you to set any number of breakpoints at the same place in
2788 your program. There is nothing silly or meaningless about this. When
2789 the breakpoints are conditional, this is even useful
2790 (@pxref{Conditions, ,Break conditions}).
2791
2792 @cindex pending breakpoints
2793 If a specified breakpoint location cannot be found, it may be due to the fact
2794 that the location is in a shared library that is yet to be loaded. In such
2795 a case, you may want @value{GDBN} to create a special breakpoint (known as
2796 a @dfn{pending breakpoint}) that
2797 attempts to resolve itself in the future when an appropriate shared library
2798 gets loaded.
2799
2800 Pending breakpoints are useful to set at the start of your
2801 @value{GDBN} session for locations that you know will be dynamically loaded
2802 later by the program being debugged. When shared libraries are loaded,
2803 a check is made to see if the load resolves any pending breakpoint locations.
2804 If a pending breakpoint location gets resolved,
2805 a regular breakpoint is created and the original pending breakpoint is removed.
2806
2807 @value{GDBN} provides some additional commands for controlling pending
2808 breakpoint support:
2809
2810 @kindex set breakpoint pending
2811 @kindex show breakpoint pending
2812 @table @code
2813 @item set breakpoint pending auto
2814 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2815 location, it queries you whether a pending breakpoint should be created.
2816
2817 @item set breakpoint pending on
2818 This indicates that an unrecognized breakpoint location should automatically
2819 result in a pending breakpoint being created.
2820
2821 @item set breakpoint pending off
2822 This indicates that pending breakpoints are not to be created. Any
2823 unrecognized breakpoint location results in an error. This setting does
2824 not affect any pending breakpoints previously created.
2825
2826 @item show breakpoint pending
2827 Show the current behavior setting for creating pending breakpoints.
2828 @end table
2829
2830 @cindex operations allowed on pending breakpoints
2831 Normal breakpoint operations apply to pending breakpoints as well. You may
2832 specify a condition for a pending breakpoint and/or commands to run when the
2833 breakpoint is reached. You can also enable or disable
2834 the pending breakpoint. When you specify a condition for a pending breakpoint,
2835 the parsing of the condition will be deferred until the point where the
2836 pending breakpoint location is resolved. Disabling a pending breakpoint
2837 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2838 shared library load. When a pending breakpoint is re-enabled,
2839 @value{GDBN} checks to see if the location is already resolved.
2840 This is done because any number of shared library loads could have
2841 occurred since the time the breakpoint was disabled and one or more
2842 of these loads could resolve the location.
2843
2844 @cindex negative breakpoint numbers
2845 @cindex internal @value{GDBN} breakpoints
2846 @value{GDBN} itself sometimes sets breakpoints in your program for
2847 special purposes, such as proper handling of @code{longjmp} (in C
2848 programs). These internal breakpoints are assigned negative numbers,
2849 starting with @code{-1}; @samp{info breakpoints} does not display them.
2850 You can see these breakpoints with the @value{GDBN} maintenance command
2851 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2852
2853
2854 @node Set Watchpoints
2855 @subsection Setting watchpoints
2856
2857 @cindex setting watchpoints
2858 You can use a watchpoint to stop execution whenever the value of an
2859 expression changes, without having to predict a particular place where
2860 this may happen.
2861
2862 @cindex software watchpoints
2863 @cindex hardware watchpoints
2864 Depending on your system, watchpoints may be implemented in software or
2865 hardware. @value{GDBN} does software watchpointing by single-stepping your
2866 program and testing the variable's value each time, which is hundreds of
2867 times slower than normal execution. (But this may still be worth it, to
2868 catch errors where you have no clue what part of your program is the
2869 culprit.)
2870
2871 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2872 x86-based targets, @value{GDBN} includes support for hardware
2873 watchpoints, which do not slow down the running of your program.
2874
2875 @table @code
2876 @kindex watch
2877 @item watch @var{expr}
2878 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2879 is written into by the program and its value changes.
2880
2881 @kindex rwatch
2882 @item rwatch @var{expr}
2883 Set a watchpoint that will break when the value of @var{expr} is read
2884 by the program.
2885
2886 @kindex awatch
2887 @item awatch @var{expr}
2888 Set a watchpoint that will break when @var{expr} is either read from
2889 or written into by the program.
2890
2891 @kindex info watchpoints
2892 @item info watchpoints
2893 This command prints a list of watchpoints, breakpoints, and catchpoints;
2894 it is the same as @code{info break} (@pxref{Set Breaks}).
2895 @end table
2896
2897 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2898 watchpoints execute very quickly, and the debugger reports a change in
2899 value at the exact instruction where the change occurs. If @value{GDBN}
2900 cannot set a hardware watchpoint, it sets a software watchpoint, which
2901 executes more slowly and reports the change in value at the next
2902 @emph{statement}, not the instruction, after the change occurs.
2903
2904 @cindex use only software watchpoints
2905 You can force @value{GDBN} to use only software watchpoints with the
2906 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2907 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2908 the underlying system supports them. (Note that hardware-assisted
2909 watchpoints that were set @emph{before} setting
2910 @code{can-use-hw-watchpoints} to zero will still use the hardware
2911 mechanism of watching expressiion values.)
2912
2913 @table @code
2914 @item set can-use-hw-watchpoints
2915 @kindex set can-use-hw-watchpoints
2916 Set whether or not to use hardware watchpoints.
2917
2918 @item show can-use-hw-watchpoints
2919 @kindex show can-use-hw-watchpoints
2920 Show the current mode of using hardware watchpoints.
2921 @end table
2922
2923 For remote targets, you can restrict the number of hardware
2924 watchpoints @value{GDBN} will use, see @ref{set remote
2925 hardware-breakpoint-limit}.
2926
2927 When you issue the @code{watch} command, @value{GDBN} reports
2928
2929 @smallexample
2930 Hardware watchpoint @var{num}: @var{expr}
2931 @end smallexample
2932
2933 @noindent
2934 if it was able to set a hardware watchpoint.
2935
2936 Currently, the @code{awatch} and @code{rwatch} commands can only set
2937 hardware watchpoints, because accesses to data that don't change the
2938 value of the watched expression cannot be detected without examining
2939 every instruction as it is being executed, and @value{GDBN} does not do
2940 that currently. If @value{GDBN} finds that it is unable to set a
2941 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2942 will print a message like this:
2943
2944 @smallexample
2945 Expression cannot be implemented with read/access watchpoint.
2946 @end smallexample
2947
2948 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2949 data type of the watched expression is wider than what a hardware
2950 watchpoint on the target machine can handle. For example, some systems
2951 can only watch regions that are up to 4 bytes wide; on such systems you
2952 cannot set hardware watchpoints for an expression that yields a
2953 double-precision floating-point number (which is typically 8 bytes
2954 wide). As a work-around, it might be possible to break the large region
2955 into a series of smaller ones and watch them with separate watchpoints.
2956
2957 If you set too many hardware watchpoints, @value{GDBN} might be unable
2958 to insert all of them when you resume the execution of your program.
2959 Since the precise number of active watchpoints is unknown until such
2960 time as the program is about to be resumed, @value{GDBN} might not be
2961 able to warn you about this when you set the watchpoints, and the
2962 warning will be printed only when the program is resumed:
2963
2964 @smallexample
2965 Hardware watchpoint @var{num}: Could not insert watchpoint
2966 @end smallexample
2967
2968 @noindent
2969 If this happens, delete or disable some of the watchpoints.
2970
2971 The SPARClite DSU will generate traps when a program accesses some data
2972 or instruction address that is assigned to the debug registers. For the
2973 data addresses, DSU facilitates the @code{watch} command. However the
2974 hardware breakpoint registers can only take two data watchpoints, and
2975 both watchpoints must be the same kind. For example, you can set two
2976 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2977 @strong{or} two with @code{awatch} commands, but you cannot set one
2978 watchpoint with one command and the other with a different command.
2979 @value{GDBN} will reject the command if you try to mix watchpoints.
2980 Delete or disable unused watchpoint commands before setting new ones.
2981
2982 If you call a function interactively using @code{print} or @code{call},
2983 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2984 kind of breakpoint or the call completes.
2985
2986 @value{GDBN} automatically deletes watchpoints that watch local
2987 (automatic) variables, or expressions that involve such variables, when
2988 they go out of scope, that is, when the execution leaves the block in
2989 which these variables were defined. In particular, when the program
2990 being debugged terminates, @emph{all} local variables go out of scope,
2991 and so only watchpoints that watch global variables remain set. If you
2992 rerun the program, you will need to set all such watchpoints again. One
2993 way of doing that would be to set a code breakpoint at the entry to the
2994 @code{main} function and when it breaks, set all the watchpoints.
2995
2996 @quotation
2997 @cindex watchpoints and threads
2998 @cindex threads and watchpoints
2999 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3000 usefulness. With the current watchpoint implementation, @value{GDBN}
3001 can only watch the value of an expression @emph{in a single thread}. If
3002 you are confident that the expression can only change due to the current
3003 thread's activity (and if you are also confident that no other thread
3004 can become current), then you can use watchpoints as usual. However,
3005 @value{GDBN} may not notice when a non-current thread's activity changes
3006 the expression.
3007
3008 @c FIXME: this is almost identical to the previous paragraph.
3009 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3010 have only limited usefulness. If @value{GDBN} creates a software
3011 watchpoint, it can only watch the value of an expression @emph{in a
3012 single thread}. If you are confident that the expression can only
3013 change due to the current thread's activity (and if you are also
3014 confident that no other thread can become current), then you can use
3015 software watchpoints as usual. However, @value{GDBN} may not notice
3016 when a non-current thread's activity changes the expression. (Hardware
3017 watchpoints, in contrast, watch an expression in all threads.)
3018 @end quotation
3019
3020 @xref{set remote hardware-watchpoint-limit}.
3021
3022 @node Set Catchpoints
3023 @subsection Setting catchpoints
3024 @cindex catchpoints, setting
3025 @cindex exception handlers
3026 @cindex event handling
3027
3028 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3029 kinds of program events, such as C@t{++} exceptions or the loading of a
3030 shared library. Use the @code{catch} command to set a catchpoint.
3031
3032 @table @code
3033 @kindex catch
3034 @item catch @var{event}
3035 Stop when @var{event} occurs. @var{event} can be any of the following:
3036 @table @code
3037 @item throw
3038 @cindex stop on C@t{++} exceptions
3039 The throwing of a C@t{++} exception.
3040
3041 @item catch
3042 The catching of a C@t{++} exception.
3043
3044 @item exec
3045 @cindex break on fork/exec
3046 A call to @code{exec}. This is currently only available for HP-UX.
3047
3048 @item fork
3049 A call to @code{fork}. This is currently only available for HP-UX.
3050
3051 @item vfork
3052 A call to @code{vfork}. This is currently only available for HP-UX.
3053
3054 @item load
3055 @itemx load @var{libname}
3056 @cindex break on load/unload of shared library
3057 The dynamic loading of any shared library, or the loading of the library
3058 @var{libname}. This is currently only available for HP-UX.
3059
3060 @item unload
3061 @itemx unload @var{libname}
3062 The unloading of any dynamically loaded shared library, or the unloading
3063 of the library @var{libname}. This is currently only available for HP-UX.
3064 @end table
3065
3066 @item tcatch @var{event}
3067 Set a catchpoint that is enabled only for one stop. The catchpoint is
3068 automatically deleted after the first time the event is caught.
3069
3070 @end table
3071
3072 Use the @code{info break} command to list the current catchpoints.
3073
3074 There are currently some limitations to C@t{++} exception handling
3075 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3076
3077 @itemize @bullet
3078 @item
3079 If you call a function interactively, @value{GDBN} normally returns
3080 control to you when the function has finished executing. If the call
3081 raises an exception, however, the call may bypass the mechanism that
3082 returns control to you and cause your program either to abort or to
3083 simply continue running until it hits a breakpoint, catches a signal
3084 that @value{GDBN} is listening for, or exits. This is the case even if
3085 you set a catchpoint for the exception; catchpoints on exceptions are
3086 disabled within interactive calls.
3087
3088 @item
3089 You cannot raise an exception interactively.
3090
3091 @item
3092 You cannot install an exception handler interactively.
3093 @end itemize
3094
3095 @cindex raise exceptions
3096 Sometimes @code{catch} is not the best way to debug exception handling:
3097 if you need to know exactly where an exception is raised, it is better to
3098 stop @emph{before} the exception handler is called, since that way you
3099 can see the stack before any unwinding takes place. If you set a
3100 breakpoint in an exception handler instead, it may not be easy to find
3101 out where the exception was raised.
3102
3103 To stop just before an exception handler is called, you need some
3104 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
3105 raised by calling a library function named @code{__raise_exception}
3106 which has the following ANSI C interface:
3107
3108 @smallexample
3109 /* @var{addr} is where the exception identifier is stored.
3110 @var{id} is the exception identifier. */
3111 void __raise_exception (void **addr, void *id);
3112 @end smallexample
3113
3114 @noindent
3115 To make the debugger catch all exceptions before any stack
3116 unwinding takes place, set a breakpoint on @code{__raise_exception}
3117 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3118
3119 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3120 that depends on the value of @var{id}, you can stop your program when
3121 a specific exception is raised. You can use multiple conditional
3122 breakpoints to stop your program when any of a number of exceptions are
3123 raised.
3124
3125
3126 @node Delete Breaks
3127 @subsection Deleting breakpoints
3128
3129 @cindex clearing breakpoints, watchpoints, catchpoints
3130 @cindex deleting breakpoints, watchpoints, catchpoints
3131 It is often necessary to eliminate a breakpoint, watchpoint, or
3132 catchpoint once it has done its job and you no longer want your program
3133 to stop there. This is called @dfn{deleting} the breakpoint. A
3134 breakpoint that has been deleted no longer exists; it is forgotten.
3135
3136 With the @code{clear} command you can delete breakpoints according to
3137 where they are in your program. With the @code{delete} command you can
3138 delete individual breakpoints, watchpoints, or catchpoints by specifying
3139 their breakpoint numbers.
3140
3141 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3142 automatically ignores breakpoints on the first instruction to be executed
3143 when you continue execution without changing the execution address.
3144
3145 @table @code
3146 @kindex clear
3147 @item clear
3148 Delete any breakpoints at the next instruction to be executed in the
3149 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3150 the innermost frame is selected, this is a good way to delete a
3151 breakpoint where your program just stopped.
3152
3153 @item clear @var{function}
3154 @itemx clear @var{filename}:@var{function}
3155 Delete any breakpoints set at entry to the named @var{function}.
3156
3157 @item clear @var{linenum}
3158 @itemx clear @var{filename}:@var{linenum}
3159 Delete any breakpoints set at or within the code of the specified
3160 @var{linenum} of the specified @var{filename}.
3161
3162 @cindex delete breakpoints
3163 @kindex delete
3164 @kindex d @r{(@code{delete})}
3165 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3166 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3167 ranges specified as arguments. If no argument is specified, delete all
3168 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3169 confirm off}). You can abbreviate this command as @code{d}.
3170 @end table
3171
3172 @node Disabling
3173 @subsection Disabling breakpoints
3174
3175 @cindex enable/disable a breakpoint
3176 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3177 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3178 it had been deleted, but remembers the information on the breakpoint so
3179 that you can @dfn{enable} it again later.
3180
3181 You disable and enable breakpoints, watchpoints, and catchpoints with
3182 the @code{enable} and @code{disable} commands, optionally specifying one
3183 or more breakpoint numbers as arguments. Use @code{info break} or
3184 @code{info watch} to print a list of breakpoints, watchpoints, and
3185 catchpoints if you do not know which numbers to use.
3186
3187 A breakpoint, watchpoint, or catchpoint can have any of four different
3188 states of enablement:
3189
3190 @itemize @bullet
3191 @item
3192 Enabled. The breakpoint stops your program. A breakpoint set
3193 with the @code{break} command starts out in this state.
3194 @item
3195 Disabled. The breakpoint has no effect on your program.
3196 @item
3197 Enabled once. The breakpoint stops your program, but then becomes
3198 disabled.
3199 @item
3200 Enabled for deletion. The breakpoint stops your program, but
3201 immediately after it does so it is deleted permanently. A breakpoint
3202 set with the @code{tbreak} command starts out in this state.
3203 @end itemize
3204
3205 You can use the following commands to enable or disable breakpoints,
3206 watchpoints, and catchpoints:
3207
3208 @table @code
3209 @kindex disable
3210 @kindex dis @r{(@code{disable})}
3211 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3212 Disable the specified breakpoints---or all breakpoints, if none are
3213 listed. A disabled breakpoint has no effect but is not forgotten. All
3214 options such as ignore-counts, conditions and commands are remembered in
3215 case the breakpoint is enabled again later. You may abbreviate
3216 @code{disable} as @code{dis}.
3217
3218 @kindex enable
3219 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3220 Enable the specified breakpoints (or all defined breakpoints). They
3221 become effective once again in stopping your program.
3222
3223 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3224 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3225 of these breakpoints immediately after stopping your program.
3226
3227 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3228 Enable the specified breakpoints to work once, then die. @value{GDBN}
3229 deletes any of these breakpoints as soon as your program stops there.
3230 Breakpoints set by the @code{tbreak} command start out in this state.
3231 @end table
3232
3233 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3234 @c confusing: tbreak is also initially enabled.
3235 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3236 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3237 subsequently, they become disabled or enabled only when you use one of
3238 the commands above. (The command @code{until} can set and delete a
3239 breakpoint of its own, but it does not change the state of your other
3240 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3241 stepping}.)
3242
3243 @node Conditions
3244 @subsection Break conditions
3245 @cindex conditional breakpoints
3246 @cindex breakpoint conditions
3247
3248 @c FIXME what is scope of break condition expr? Context where wanted?
3249 @c in particular for a watchpoint?
3250 The simplest sort of breakpoint breaks every time your program reaches a
3251 specified place. You can also specify a @dfn{condition} for a
3252 breakpoint. A condition is just a Boolean expression in your
3253 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3254 a condition evaluates the expression each time your program reaches it,
3255 and your program stops only if the condition is @emph{true}.
3256
3257 This is the converse of using assertions for program validation; in that
3258 situation, you want to stop when the assertion is violated---that is,
3259 when the condition is false. In C, if you want to test an assertion expressed
3260 by the condition @var{assert}, you should set the condition
3261 @samp{! @var{assert}} on the appropriate breakpoint.
3262
3263 Conditions are also accepted for watchpoints; you may not need them,
3264 since a watchpoint is inspecting the value of an expression anyhow---but
3265 it might be simpler, say, to just set a watchpoint on a variable name,
3266 and specify a condition that tests whether the new value is an interesting
3267 one.
3268
3269 Break conditions can have side effects, and may even call functions in
3270 your program. This can be useful, for example, to activate functions
3271 that log program progress, or to use your own print functions to
3272 format special data structures. The effects are completely predictable
3273 unless there is another enabled breakpoint at the same address. (In
3274 that case, @value{GDBN} might see the other breakpoint first and stop your
3275 program without checking the condition of this one.) Note that
3276 breakpoint commands are usually more convenient and flexible than break
3277 conditions for the
3278 purpose of performing side effects when a breakpoint is reached
3279 (@pxref{Break Commands, ,Breakpoint command lists}).
3280
3281 Break conditions can be specified when a breakpoint is set, by using
3282 @samp{if} in the arguments to the @code{break} command. @xref{Set
3283 Breaks, ,Setting breakpoints}. They can also be changed at any time
3284 with the @code{condition} command.
3285
3286 You can also use the @code{if} keyword with the @code{watch} command.
3287 The @code{catch} command does not recognize the @code{if} keyword;
3288 @code{condition} is the only way to impose a further condition on a
3289 catchpoint.
3290
3291 @table @code
3292 @kindex condition
3293 @item condition @var{bnum} @var{expression}
3294 Specify @var{expression} as the break condition for breakpoint,
3295 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3296 breakpoint @var{bnum} stops your program only if the value of
3297 @var{expression} is true (nonzero, in C). When you use
3298 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3299 syntactic correctness, and to determine whether symbols in it have
3300 referents in the context of your breakpoint. If @var{expression} uses
3301 symbols not referenced in the context of the breakpoint, @value{GDBN}
3302 prints an error message:
3303
3304 @smallexample
3305 No symbol "foo" in current context.
3306 @end smallexample
3307
3308 @noindent
3309 @value{GDBN} does
3310 not actually evaluate @var{expression} at the time the @code{condition}
3311 command (or a command that sets a breakpoint with a condition, like
3312 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3313
3314 @item condition @var{bnum}
3315 Remove the condition from breakpoint number @var{bnum}. It becomes
3316 an ordinary unconditional breakpoint.
3317 @end table
3318
3319 @cindex ignore count (of breakpoint)
3320 A special case of a breakpoint condition is to stop only when the
3321 breakpoint has been reached a certain number of times. This is so
3322 useful that there is a special way to do it, using the @dfn{ignore
3323 count} of the breakpoint. Every breakpoint has an ignore count, which
3324 is an integer. Most of the time, the ignore count is zero, and
3325 therefore has no effect. But if your program reaches a breakpoint whose
3326 ignore count is positive, then instead of stopping, it just decrements
3327 the ignore count by one and continues. As a result, if the ignore count
3328 value is @var{n}, the breakpoint does not stop the next @var{n} times
3329 your program reaches it.
3330
3331 @table @code
3332 @kindex ignore
3333 @item ignore @var{bnum} @var{count}
3334 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3335 The next @var{count} times the breakpoint is reached, your program's
3336 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3337 takes no action.
3338
3339 To make the breakpoint stop the next time it is reached, specify
3340 a count of zero.
3341
3342 When you use @code{continue} to resume execution of your program from a
3343 breakpoint, you can specify an ignore count directly as an argument to
3344 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3345 Stepping,,Continuing and stepping}.
3346
3347 If a breakpoint has a positive ignore count and a condition, the
3348 condition is not checked. Once the ignore count reaches zero,
3349 @value{GDBN} resumes checking the condition.
3350
3351 You could achieve the effect of the ignore count with a condition such
3352 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3353 is decremented each time. @xref{Convenience Vars, ,Convenience
3354 variables}.
3355 @end table
3356
3357 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3358
3359
3360 @node Break Commands
3361 @subsection Breakpoint command lists
3362
3363 @cindex breakpoint commands
3364 You can give any breakpoint (or watchpoint or catchpoint) a series of
3365 commands to execute when your program stops due to that breakpoint. For
3366 example, you might want to print the values of certain expressions, or
3367 enable other breakpoints.
3368
3369 @table @code
3370 @kindex commands
3371 @kindex end
3372 @item commands @r{[}@var{bnum}@r{]}
3373 @itemx @dots{} @var{command-list} @dots{}
3374 @itemx end
3375 Specify a list of commands for breakpoint number @var{bnum}. The commands
3376 themselves appear on the following lines. Type a line containing just
3377 @code{end} to terminate the commands.
3378
3379 To remove all commands from a breakpoint, type @code{commands} and
3380 follow it immediately with @code{end}; that is, give no commands.
3381
3382 With no @var{bnum} argument, @code{commands} refers to the last
3383 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3384 recently encountered).
3385 @end table
3386
3387 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3388 disabled within a @var{command-list}.
3389
3390 You can use breakpoint commands to start your program up again. Simply
3391 use the @code{continue} command, or @code{step}, or any other command
3392 that resumes execution.
3393
3394 Any other commands in the command list, after a command that resumes
3395 execution, are ignored. This is because any time you resume execution
3396 (even with a simple @code{next} or @code{step}), you may encounter
3397 another breakpoint---which could have its own command list, leading to
3398 ambiguities about which list to execute.
3399
3400 @kindex silent
3401 If the first command you specify in a command list is @code{silent}, the
3402 usual message about stopping at a breakpoint is not printed. This may
3403 be desirable for breakpoints that are to print a specific message and
3404 then continue. If none of the remaining commands print anything, you
3405 see no sign that the breakpoint was reached. @code{silent} is
3406 meaningful only at the beginning of a breakpoint command list.
3407
3408 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3409 print precisely controlled output, and are often useful in silent
3410 breakpoints. @xref{Output, ,Commands for controlled output}.
3411
3412 For example, here is how you could use breakpoint commands to print the
3413 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3414
3415 @smallexample
3416 break foo if x>0
3417 commands
3418 silent
3419 printf "x is %d\n",x
3420 cont
3421 end
3422 @end smallexample
3423
3424 One application for breakpoint commands is to compensate for one bug so
3425 you can test for another. Put a breakpoint just after the erroneous line
3426 of code, give it a condition to detect the case in which something
3427 erroneous has been done, and give it commands to assign correct values
3428 to any variables that need them. End with the @code{continue} command
3429 so that your program does not stop, and start with the @code{silent}
3430 command so that no output is produced. Here is an example:
3431
3432 @smallexample
3433 break 403
3434 commands
3435 silent
3436 set x = y + 4
3437 cont
3438 end
3439 @end smallexample
3440
3441 @node Breakpoint Menus
3442 @subsection Breakpoint menus
3443 @cindex overloading
3444 @cindex symbol overloading
3445
3446 Some programming languages (notably C@t{++} and Objective-C) permit a
3447 single function name
3448 to be defined several times, for application in different contexts.
3449 This is called @dfn{overloading}. When a function name is overloaded,
3450 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3451 a breakpoint. If you realize this is a problem, you can use
3452 something like @samp{break @var{function}(@var{types})} to specify which
3453 particular version of the function you want. Otherwise, @value{GDBN} offers
3454 you a menu of numbered choices for different possible breakpoints, and
3455 waits for your selection with the prompt @samp{>}. The first two
3456 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3457 sets a breakpoint at each definition of @var{function}, and typing
3458 @kbd{0} aborts the @code{break} command without setting any new
3459 breakpoints.
3460
3461 For example, the following session excerpt shows an attempt to set a
3462 breakpoint at the overloaded symbol @code{String::after}.
3463 We choose three particular definitions of that function name:
3464
3465 @c FIXME! This is likely to change to show arg type lists, at least
3466 @smallexample
3467 @group
3468 (@value{GDBP}) b String::after
3469 [0] cancel
3470 [1] all
3471 [2] file:String.cc; line number:867
3472 [3] file:String.cc; line number:860
3473 [4] file:String.cc; line number:875
3474 [5] file:String.cc; line number:853
3475 [6] file:String.cc; line number:846
3476 [7] file:String.cc; line number:735
3477 > 2 4 6
3478 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3479 Breakpoint 2 at 0xb344: file String.cc, line 875.
3480 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3481 Multiple breakpoints were set.
3482 Use the "delete" command to delete unwanted
3483 breakpoints.
3484 (@value{GDBP})
3485 @end group
3486 @end smallexample
3487
3488 @c @ifclear BARETARGET
3489 @node Error in Breakpoints
3490 @subsection ``Cannot insert breakpoints''
3491 @c
3492 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3493 @c
3494 Under some operating systems, breakpoints cannot be used in a program if
3495 any other process is running that program. In this situation,
3496 attempting to run or continue a program with a breakpoint causes
3497 @value{GDBN} to print an error message:
3498
3499 @smallexample
3500 Cannot insert breakpoints.
3501 The same program may be running in another process.
3502 @end smallexample
3503
3504 When this happens, you have three ways to proceed:
3505
3506 @enumerate
3507 @item
3508 Remove or disable the breakpoints, then continue.
3509
3510 @item
3511 Suspend @value{GDBN}, and copy the file containing your program to a new
3512 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3513 that @value{GDBN} should run your program under that name.
3514 Then start your program again.
3515
3516 @item
3517 Relink your program so that the text segment is nonsharable, using the
3518 linker option @samp{-N}. The operating system limitation may not apply
3519 to nonsharable executables.
3520 @end enumerate
3521 @c @end ifclear
3522
3523 A similar message can be printed if you request too many active
3524 hardware-assisted breakpoints and watchpoints:
3525
3526 @c FIXME: the precise wording of this message may change; the relevant
3527 @c source change is not committed yet (Sep 3, 1999).
3528 @smallexample
3529 Stopped; cannot insert breakpoints.
3530 You may have requested too many hardware breakpoints and watchpoints.
3531 @end smallexample
3532
3533 @noindent
3534 This message is printed when you attempt to resume the program, since
3535 only then @value{GDBN} knows exactly how many hardware breakpoints and
3536 watchpoints it needs to insert.
3537
3538 When this message is printed, you need to disable or remove some of the
3539 hardware-assisted breakpoints and watchpoints, and then continue.
3540
3541 @node Breakpoint related warnings
3542 @subsection ``Breakpoint address adjusted...''
3543 @cindex breakpoint address adjusted
3544
3545 Some processor architectures place constraints on the addresses at
3546 which breakpoints may be placed. For architectures thus constrained,
3547 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3548 with the constraints dictated by the architecture.
3549
3550 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3551 a VLIW architecture in which a number of RISC-like instructions may be
3552 bundled together for parallel execution. The FR-V architecture
3553 constrains the location of a breakpoint instruction within such a
3554 bundle to the instruction with the lowest address. @value{GDBN}
3555 honors this constraint by adjusting a breakpoint's address to the
3556 first in the bundle.
3557
3558 It is not uncommon for optimized code to have bundles which contain
3559 instructions from different source statements, thus it may happen that
3560 a breakpoint's address will be adjusted from one source statement to
3561 another. Since this adjustment may significantly alter @value{GDBN}'s
3562 breakpoint related behavior from what the user expects, a warning is
3563 printed when the breakpoint is first set and also when the breakpoint
3564 is hit.
3565
3566 A warning like the one below is printed when setting a breakpoint
3567 that's been subject to address adjustment:
3568
3569 @smallexample
3570 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3571 @end smallexample
3572
3573 Such warnings are printed both for user settable and @value{GDBN}'s
3574 internal breakpoints. If you see one of these warnings, you should
3575 verify that a breakpoint set at the adjusted address will have the
3576 desired affect. If not, the breakpoint in question may be removed and
3577 other breakpoints may be set which will have the desired behavior.
3578 E.g., it may be sufficient to place the breakpoint at a later
3579 instruction. A conditional breakpoint may also be useful in some
3580 cases to prevent the breakpoint from triggering too often.
3581
3582 @value{GDBN} will also issue a warning when stopping at one of these
3583 adjusted breakpoints:
3584
3585 @smallexample
3586 warning: Breakpoint 1 address previously adjusted from 0x00010414
3587 to 0x00010410.
3588 @end smallexample
3589
3590 When this warning is encountered, it may be too late to take remedial
3591 action except in cases where the breakpoint is hit earlier or more
3592 frequently than expected.
3593
3594 @node Continuing and Stepping
3595 @section Continuing and stepping
3596
3597 @cindex stepping
3598 @cindex continuing
3599 @cindex resuming execution
3600 @dfn{Continuing} means resuming program execution until your program
3601 completes normally. In contrast, @dfn{stepping} means executing just
3602 one more ``step'' of your program, where ``step'' may mean either one
3603 line of source code, or one machine instruction (depending on what
3604 particular command you use). Either when continuing or when stepping,
3605 your program may stop even sooner, due to a breakpoint or a signal. (If
3606 it stops due to a signal, you may want to use @code{handle}, or use
3607 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3608
3609 @table @code
3610 @kindex continue
3611 @kindex c @r{(@code{continue})}
3612 @kindex fg @r{(resume foreground execution)}
3613 @item continue @r{[}@var{ignore-count}@r{]}
3614 @itemx c @r{[}@var{ignore-count}@r{]}
3615 @itemx fg @r{[}@var{ignore-count}@r{]}
3616 Resume program execution, at the address where your program last stopped;
3617 any breakpoints set at that address are bypassed. The optional argument
3618 @var{ignore-count} allows you to specify a further number of times to
3619 ignore a breakpoint at this location; its effect is like that of
3620 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3621
3622 The argument @var{ignore-count} is meaningful only when your program
3623 stopped due to a breakpoint. At other times, the argument to
3624 @code{continue} is ignored.
3625
3626 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3627 debugged program is deemed to be the foreground program) are provided
3628 purely for convenience, and have exactly the same behavior as
3629 @code{continue}.
3630 @end table
3631
3632 To resume execution at a different place, you can use @code{return}
3633 (@pxref{Returning, ,Returning from a function}) to go back to the
3634 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3635 different address}) to go to an arbitrary location in your program.
3636
3637 A typical technique for using stepping is to set a breakpoint
3638 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3639 beginning of the function or the section of your program where a problem
3640 is believed to lie, run your program until it stops at that breakpoint,
3641 and then step through the suspect area, examining the variables that are
3642 interesting, until you see the problem happen.
3643
3644 @table @code
3645 @kindex step
3646 @kindex s @r{(@code{step})}
3647 @item step
3648 Continue running your program until control reaches a different source
3649 line, then stop it and return control to @value{GDBN}. This command is
3650 abbreviated @code{s}.
3651
3652 @quotation
3653 @c "without debugging information" is imprecise; actually "without line
3654 @c numbers in the debugging information". (gcc -g1 has debugging info but
3655 @c not line numbers). But it seems complex to try to make that
3656 @c distinction here.
3657 @emph{Warning:} If you use the @code{step} command while control is
3658 within a function that was compiled without debugging information,
3659 execution proceeds until control reaches a function that does have
3660 debugging information. Likewise, it will not step into a function which
3661 is compiled without debugging information. To step through functions
3662 without debugging information, use the @code{stepi} command, described
3663 below.
3664 @end quotation
3665
3666 The @code{step} command only stops at the first instruction of a source
3667 line. This prevents the multiple stops that could otherwise occur in
3668 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3669 to stop if a function that has debugging information is called within
3670 the line. In other words, @code{step} @emph{steps inside} any functions
3671 called within the line.
3672
3673 Also, the @code{step} command only enters a function if there is line
3674 number information for the function. Otherwise it acts like the
3675 @code{next} command. This avoids problems when using @code{cc -gl}
3676 on MIPS machines. Previously, @code{step} entered subroutines if there
3677 was any debugging information about the routine.
3678
3679 @item step @var{count}
3680 Continue running as in @code{step}, but do so @var{count} times. If a
3681 breakpoint is reached, or a signal not related to stepping occurs before
3682 @var{count} steps, stepping stops right away.
3683
3684 @kindex next
3685 @kindex n @r{(@code{next})}
3686 @item next @r{[}@var{count}@r{]}
3687 Continue to the next source line in the current (innermost) stack frame.
3688 This is similar to @code{step}, but function calls that appear within
3689 the line of code are executed without stopping. Execution stops when
3690 control reaches a different line of code at the original stack level
3691 that was executing when you gave the @code{next} command. This command
3692 is abbreviated @code{n}.
3693
3694 An argument @var{count} is a repeat count, as for @code{step}.
3695
3696
3697 @c FIX ME!! Do we delete this, or is there a way it fits in with
3698 @c the following paragraph? --- Vctoria
3699 @c
3700 @c @code{next} within a function that lacks debugging information acts like
3701 @c @code{step}, but any function calls appearing within the code of the
3702 @c function are executed without stopping.
3703
3704 The @code{next} command only stops at the first instruction of a
3705 source line. This prevents multiple stops that could otherwise occur in
3706 @code{switch} statements, @code{for} loops, etc.
3707
3708 @kindex set step-mode
3709 @item set step-mode
3710 @cindex functions without line info, and stepping
3711 @cindex stepping into functions with no line info
3712 @itemx set step-mode on
3713 The @code{set step-mode on} command causes the @code{step} command to
3714 stop at the first instruction of a function which contains no debug line
3715 information rather than stepping over it.
3716
3717 This is useful in cases where you may be interested in inspecting the
3718 machine instructions of a function which has no symbolic info and do not
3719 want @value{GDBN} to automatically skip over this function.
3720
3721 @item set step-mode off
3722 Causes the @code{step} command to step over any functions which contains no
3723 debug information. This is the default.
3724
3725 @item show step-mode
3726 Show whether @value{GDBN} will stop in or step over functions without
3727 source line debug information.
3728
3729 @kindex finish
3730 @item finish
3731 Continue running until just after function in the selected stack frame
3732 returns. Print the returned value (if any).
3733
3734 Contrast this with the @code{return} command (@pxref{Returning,
3735 ,Returning from a function}).
3736
3737 @kindex until
3738 @kindex u @r{(@code{until})}
3739 @cindex run until specified location
3740 @item until
3741 @itemx u
3742 Continue running until a source line past the current line, in the
3743 current stack frame, is reached. This command is used to avoid single
3744 stepping through a loop more than once. It is like the @code{next}
3745 command, except that when @code{until} encounters a jump, it
3746 automatically continues execution until the program counter is greater
3747 than the address of the jump.
3748
3749 This means that when you reach the end of a loop after single stepping
3750 though it, @code{until} makes your program continue execution until it
3751 exits the loop. In contrast, a @code{next} command at the end of a loop
3752 simply steps back to the beginning of the loop, which forces you to step
3753 through the next iteration.
3754
3755 @code{until} always stops your program if it attempts to exit the current
3756 stack frame.
3757
3758 @code{until} may produce somewhat counterintuitive results if the order
3759 of machine code does not match the order of the source lines. For
3760 example, in the following excerpt from a debugging session, the @code{f}
3761 (@code{frame}) command shows that execution is stopped at line
3762 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3763
3764 @smallexample
3765 (@value{GDBP}) f
3766 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3767 206 expand_input();
3768 (@value{GDBP}) until
3769 195 for ( ; argc > 0; NEXTARG) @{
3770 @end smallexample
3771
3772 This happened because, for execution efficiency, the compiler had
3773 generated code for the loop closure test at the end, rather than the
3774 start, of the loop---even though the test in a C @code{for}-loop is
3775 written before the body of the loop. The @code{until} command appeared
3776 to step back to the beginning of the loop when it advanced to this
3777 expression; however, it has not really gone to an earlier
3778 statement---not in terms of the actual machine code.
3779
3780 @code{until} with no argument works by means of single
3781 instruction stepping, and hence is slower than @code{until} with an
3782 argument.
3783
3784 @item until @var{location}
3785 @itemx u @var{location}
3786 Continue running your program until either the specified location is
3787 reached, or the current stack frame returns. @var{location} is any of
3788 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3789 ,Setting breakpoints}). This form of the command uses breakpoints, and
3790 hence is quicker than @code{until} without an argument. The specified
3791 location is actually reached only if it is in the current frame. This
3792 implies that @code{until} can be used to skip over recursive function
3793 invocations. For instance in the code below, if the current location is
3794 line @code{96}, issuing @code{until 99} will execute the program up to
3795 line @code{99} in the same invocation of factorial, i.e. after the inner
3796 invocations have returned.
3797
3798 @smallexample
3799 94 int factorial (int value)
3800 95 @{
3801 96 if (value > 1) @{
3802 97 value *= factorial (value - 1);
3803 98 @}
3804 99 return (value);
3805 100 @}
3806 @end smallexample
3807
3808
3809 @kindex advance @var{location}
3810 @itemx advance @var{location}
3811 Continue running the program up to the given @var{location}. An argument is
3812 required, which should be of the same form as arguments for the @code{break}
3813 command. Execution will also stop upon exit from the current stack
3814 frame. This command is similar to @code{until}, but @code{advance} will
3815 not skip over recursive function calls, and the target location doesn't
3816 have to be in the same frame as the current one.
3817
3818
3819 @kindex stepi
3820 @kindex si @r{(@code{stepi})}
3821 @item stepi
3822 @itemx stepi @var{arg}
3823 @itemx si
3824 Execute one machine instruction, then stop and return to the debugger.
3825
3826 It is often useful to do @samp{display/i $pc} when stepping by machine
3827 instructions. This makes @value{GDBN} automatically display the next
3828 instruction to be executed, each time your program stops. @xref{Auto
3829 Display,, Automatic display}.
3830
3831 An argument is a repeat count, as in @code{step}.
3832
3833 @need 750
3834 @kindex nexti
3835 @kindex ni @r{(@code{nexti})}
3836 @item nexti
3837 @itemx nexti @var{arg}
3838 @itemx ni
3839 Execute one machine instruction, but if it is a function call,
3840 proceed until the function returns.
3841
3842 An argument is a repeat count, as in @code{next}.
3843 @end table
3844
3845 @node Signals
3846 @section Signals
3847 @cindex signals
3848
3849 A signal is an asynchronous event that can happen in a program. The
3850 operating system defines the possible kinds of signals, and gives each
3851 kind a name and a number. For example, in Unix @code{SIGINT} is the
3852 signal a program gets when you type an interrupt character (often @kbd{C-c});
3853 @code{SIGSEGV} is the signal a program gets from referencing a place in
3854 memory far away from all the areas in use; @code{SIGALRM} occurs when
3855 the alarm clock timer goes off (which happens only if your program has
3856 requested an alarm).
3857
3858 @cindex fatal signals
3859 Some signals, including @code{SIGALRM}, are a normal part of the
3860 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3861 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3862 program has not specified in advance some other way to handle the signal.
3863 @code{SIGINT} does not indicate an error in your program, but it is normally
3864 fatal so it can carry out the purpose of the interrupt: to kill the program.
3865
3866 @value{GDBN} has the ability to detect any occurrence of a signal in your
3867 program. You can tell @value{GDBN} in advance what to do for each kind of
3868 signal.
3869
3870 @cindex handling signals
3871 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3872 @code{SIGALRM} be silently passed to your program
3873 (so as not to interfere with their role in the program's functioning)
3874 but to stop your program immediately whenever an error signal happens.
3875 You can change these settings with the @code{handle} command.
3876
3877 @table @code
3878 @kindex info signals
3879 @kindex info handle
3880 @item info signals
3881 @itemx info handle
3882 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3883 handle each one. You can use this to see the signal numbers of all
3884 the defined types of signals.
3885
3886 @code{info handle} is an alias for @code{info signals}.
3887
3888 @kindex handle
3889 @item handle @var{signal} @var{keywords}@dots{}
3890 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3891 can be the number of a signal or its name (with or without the
3892 @samp{SIG} at the beginning); a list of signal numbers of the form
3893 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3894 known signals. The @var{keywords} say what change to make.
3895 @end table
3896
3897 @c @group
3898 The keywords allowed by the @code{handle} command can be abbreviated.
3899 Their full names are:
3900
3901 @table @code
3902 @item nostop
3903 @value{GDBN} should not stop your program when this signal happens. It may
3904 still print a message telling you that the signal has come in.
3905
3906 @item stop
3907 @value{GDBN} should stop your program when this signal happens. This implies
3908 the @code{print} keyword as well.
3909
3910 @item print
3911 @value{GDBN} should print a message when this signal happens.
3912
3913 @item noprint
3914 @value{GDBN} should not mention the occurrence of the signal at all. This
3915 implies the @code{nostop} keyword as well.
3916
3917 @item pass
3918 @itemx noignore
3919 @value{GDBN} should allow your program to see this signal; your program
3920 can handle the signal, or else it may terminate if the signal is fatal
3921 and not handled. @code{pass} and @code{noignore} are synonyms.
3922
3923 @item nopass
3924 @itemx ignore
3925 @value{GDBN} should not allow your program to see this signal.
3926 @code{nopass} and @code{ignore} are synonyms.
3927 @end table
3928 @c @end group
3929
3930 When a signal stops your program, the signal is not visible to the
3931 program until you
3932 continue. Your program sees the signal then, if @code{pass} is in
3933 effect for the signal in question @emph{at that time}. In other words,
3934 after @value{GDBN} reports a signal, you can use the @code{handle}
3935 command with @code{pass} or @code{nopass} to control whether your
3936 program sees that signal when you continue.
3937
3938 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3939 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3940 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3941 erroneous signals.
3942
3943 You can also use the @code{signal} command to prevent your program from
3944 seeing a signal, or cause it to see a signal it normally would not see,
3945 or to give it any signal at any time. For example, if your program stopped
3946 due to some sort of memory reference error, you might store correct
3947 values into the erroneous variables and continue, hoping to see more
3948 execution; but your program would probably terminate immediately as
3949 a result of the fatal signal once it saw the signal. To prevent this,
3950 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3951 program a signal}.
3952
3953 @node Thread Stops
3954 @section Stopping and starting multi-thread programs
3955
3956 When your program has multiple threads (@pxref{Threads,, Debugging
3957 programs with multiple threads}), you can choose whether to set
3958 breakpoints on all threads, or on a particular thread.
3959
3960 @table @code
3961 @cindex breakpoints and threads
3962 @cindex thread breakpoints
3963 @kindex break @dots{} thread @var{threadno}
3964 @item break @var{linespec} thread @var{threadno}
3965 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3966 @var{linespec} specifies source lines; there are several ways of
3967 writing them, but the effect is always to specify some source line.
3968
3969 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3970 to specify that you only want @value{GDBN} to stop the program when a
3971 particular thread reaches this breakpoint. @var{threadno} is one of the
3972 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3973 column of the @samp{info threads} display.
3974
3975 If you do not specify @samp{thread @var{threadno}} when you set a
3976 breakpoint, the breakpoint applies to @emph{all} threads of your
3977 program.
3978
3979 You can use the @code{thread} qualifier on conditional breakpoints as
3980 well; in this case, place @samp{thread @var{threadno}} before the
3981 breakpoint condition, like this:
3982
3983 @smallexample
3984 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3985 @end smallexample
3986
3987 @end table
3988
3989 @cindex stopped threads
3990 @cindex threads, stopped
3991 Whenever your program stops under @value{GDBN} for any reason,
3992 @emph{all} threads of execution stop, not just the current thread. This
3993 allows you to examine the overall state of the program, including
3994 switching between threads, without worrying that things may change
3995 underfoot.
3996
3997 @cindex thread breakpoints and system calls
3998 @cindex system calls and thread breakpoints
3999 @cindex premature return from system calls
4000 There is an unfortunate side effect. If one thread stops for a
4001 breakpoint, or for some other reason, and another thread is blocked in a
4002 system call, then the system call may return prematurely. This is a
4003 consequence of the interaction between multiple threads and the signals
4004 that @value{GDBN} uses to implement breakpoints and other events that
4005 stop execution.
4006
4007 To handle this problem, your program should check the return value of
4008 each system call and react appropriately. This is good programming
4009 style anyways.
4010
4011 For example, do not write code like this:
4012
4013 @smallexample
4014 sleep (10);
4015 @end smallexample
4016
4017 The call to @code{sleep} will return early if a different thread stops
4018 at a breakpoint or for some other reason.
4019
4020 Instead, write this:
4021
4022 @smallexample
4023 int unslept = 10;
4024 while (unslept > 0)
4025 unslept = sleep (unslept);
4026 @end smallexample
4027
4028 A system call is allowed to return early, so the system is still
4029 conforming to its specification. But @value{GDBN} does cause your
4030 multi-threaded program to behave differently than it would without
4031 @value{GDBN}.
4032
4033 Also, @value{GDBN} uses internal breakpoints in the thread library to
4034 monitor certain events such as thread creation and thread destruction.
4035 When such an event happens, a system call in another thread may return
4036 prematurely, even though your program does not appear to stop.
4037
4038 @cindex continuing threads
4039 @cindex threads, continuing
4040 Conversely, whenever you restart the program, @emph{all} threads start
4041 executing. @emph{This is true even when single-stepping} with commands
4042 like @code{step} or @code{next}.
4043
4044 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4045 Since thread scheduling is up to your debugging target's operating
4046 system (not controlled by @value{GDBN}), other threads may
4047 execute more than one statement while the current thread completes a
4048 single step. Moreover, in general other threads stop in the middle of a
4049 statement, rather than at a clean statement boundary, when the program
4050 stops.
4051
4052 You might even find your program stopped in another thread after
4053 continuing or even single-stepping. This happens whenever some other
4054 thread runs into a breakpoint, a signal, or an exception before the
4055 first thread completes whatever you requested.
4056
4057 On some OSes, you can lock the OS scheduler and thus allow only a single
4058 thread to run.
4059
4060 @table @code
4061 @item set scheduler-locking @var{mode}
4062 @cindex scheduler locking mode
4063 @cindex lock scheduler
4064 Set the scheduler locking mode. If it is @code{off}, then there is no
4065 locking and any thread may run at any time. If @code{on}, then only the
4066 current thread may run when the inferior is resumed. The @code{step}
4067 mode optimizes for single-stepping. It stops other threads from
4068 ``seizing the prompt'' by preempting the current thread while you are
4069 stepping. Other threads will only rarely (or never) get a chance to run
4070 when you step. They are more likely to run when you @samp{next} over a
4071 function call, and they are completely free to run when you use commands
4072 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
4073 thread hits a breakpoint during its timeslice, they will never steal the
4074 @value{GDBN} prompt away from the thread that you are debugging.
4075
4076 @item show scheduler-locking
4077 Display the current scheduler locking mode.
4078 @end table
4079
4080
4081 @node Stack
4082 @chapter Examining the Stack
4083
4084 When your program has stopped, the first thing you need to know is where it
4085 stopped and how it got there.
4086
4087 @cindex call stack
4088 Each time your program performs a function call, information about the call
4089 is generated.
4090 That information includes the location of the call in your program,
4091 the arguments of the call,
4092 and the local variables of the function being called.
4093 The information is saved in a block of data called a @dfn{stack frame}.
4094 The stack frames are allocated in a region of memory called the @dfn{call
4095 stack}.
4096
4097 When your program stops, the @value{GDBN} commands for examining the
4098 stack allow you to see all of this information.
4099
4100 @cindex selected frame
4101 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4102 @value{GDBN} commands refer implicitly to the selected frame. In
4103 particular, whenever you ask @value{GDBN} for the value of a variable in
4104 your program, the value is found in the selected frame. There are
4105 special @value{GDBN} commands to select whichever frame you are
4106 interested in. @xref{Selection, ,Selecting a frame}.
4107
4108 When your program stops, @value{GDBN} automatically selects the
4109 currently executing frame and describes it briefly, similar to the
4110 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4111
4112 @menu
4113 * Frames:: Stack frames
4114 * Backtrace:: Backtraces
4115 * Selection:: Selecting a frame
4116 * Frame Info:: Information on a frame
4117
4118 @end menu
4119
4120 @node Frames
4121 @section Stack frames
4122
4123 @cindex frame, definition
4124 @cindex stack frame
4125 The call stack is divided up into contiguous pieces called @dfn{stack
4126 frames}, or @dfn{frames} for short; each frame is the data associated
4127 with one call to one function. The frame contains the arguments given
4128 to the function, the function's local variables, and the address at
4129 which the function is executing.
4130
4131 @cindex initial frame
4132 @cindex outermost frame
4133 @cindex innermost frame
4134 When your program is started, the stack has only one frame, that of the
4135 function @code{main}. This is called the @dfn{initial} frame or the
4136 @dfn{outermost} frame. Each time a function is called, a new frame is
4137 made. Each time a function returns, the frame for that function invocation
4138 is eliminated. If a function is recursive, there can be many frames for
4139 the same function. The frame for the function in which execution is
4140 actually occurring is called the @dfn{innermost} frame. This is the most
4141 recently created of all the stack frames that still exist.
4142
4143 @cindex frame pointer
4144 Inside your program, stack frames are identified by their addresses. A
4145 stack frame consists of many bytes, each of which has its own address; each
4146 kind of computer has a convention for choosing one byte whose
4147 address serves as the address of the frame. Usually this address is kept
4148 in a register called the @dfn{frame pointer register}
4149 (@pxref{Registers, $fp}) while execution is going on in that frame.
4150
4151 @cindex frame number
4152 @value{GDBN} assigns numbers to all existing stack frames, starting with
4153 zero for the innermost frame, one for the frame that called it,
4154 and so on upward. These numbers do not really exist in your program;
4155 they are assigned by @value{GDBN} to give you a way of designating stack
4156 frames in @value{GDBN} commands.
4157
4158 @c The -fomit-frame-pointer below perennially causes hbox overflow
4159 @c underflow problems.
4160 @cindex frameless execution
4161 Some compilers provide a way to compile functions so that they operate
4162 without stack frames. (For example, the @value{GCC} option
4163 @smallexample
4164 @samp{-fomit-frame-pointer}
4165 @end smallexample
4166 generates functions without a frame.)
4167 This is occasionally done with heavily used library functions to save
4168 the frame setup time. @value{GDBN} has limited facilities for dealing
4169 with these function invocations. If the innermost function invocation
4170 has no stack frame, @value{GDBN} nevertheless regards it as though
4171 it had a separate frame, which is numbered zero as usual, allowing
4172 correct tracing of the function call chain. However, @value{GDBN} has
4173 no provision for frameless functions elsewhere in the stack.
4174
4175 @table @code
4176 @kindex frame@r{, command}
4177 @cindex current stack frame
4178 @item frame @var{args}
4179 The @code{frame} command allows you to move from one stack frame to another,
4180 and to print the stack frame you select. @var{args} may be either the
4181 address of the frame or the stack frame number. Without an argument,
4182 @code{frame} prints the current stack frame.
4183
4184 @kindex select-frame
4185 @cindex selecting frame silently
4186 @item select-frame
4187 The @code{select-frame} command allows you to move from one stack frame
4188 to another without printing the frame. This is the silent version of
4189 @code{frame}.
4190 @end table
4191
4192 @node Backtrace
4193 @section Backtraces
4194
4195 @cindex traceback
4196 @cindex call stack traces
4197 A backtrace is a summary of how your program got where it is. It shows one
4198 line per frame, for many frames, starting with the currently executing
4199 frame (frame zero), followed by its caller (frame one), and on up the
4200 stack.
4201
4202 @table @code
4203 @kindex backtrace
4204 @kindex bt @r{(@code{backtrace})}
4205 @item backtrace
4206 @itemx bt
4207 Print a backtrace of the entire stack: one line per frame for all
4208 frames in the stack.
4209
4210 You can stop the backtrace at any time by typing the system interrupt
4211 character, normally @kbd{C-c}.
4212
4213 @item backtrace @var{n}
4214 @itemx bt @var{n}
4215 Similar, but print only the innermost @var{n} frames.
4216
4217 @item backtrace -@var{n}
4218 @itemx bt -@var{n}
4219 Similar, but print only the outermost @var{n} frames.
4220
4221 @item backtrace full
4222 Print the values of the local variables also.
4223 @itemx bt full
4224 @end table
4225
4226 @kindex where
4227 @kindex info stack
4228 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4229 are additional aliases for @code{backtrace}.
4230
4231 Each line in the backtrace shows the frame number and the function name.
4232 The program counter value is also shown---unless you use @code{set
4233 print address off}. The backtrace also shows the source file name and
4234 line number, as well as the arguments to the function. The program
4235 counter value is omitted if it is at the beginning of the code for that
4236 line number.
4237
4238 Here is an example of a backtrace. It was made with the command
4239 @samp{bt 3}, so it shows the innermost three frames.
4240
4241 @smallexample
4242 @group
4243 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4244 at builtin.c:993
4245 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4246 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4247 at macro.c:71
4248 (More stack frames follow...)
4249 @end group
4250 @end smallexample
4251
4252 @noindent
4253 The display for frame zero does not begin with a program counter
4254 value, indicating that your program has stopped at the beginning of the
4255 code for line @code{993} of @code{builtin.c}.
4256
4257 @cindex value optimized out, in backtrace
4258 @cindex function call arguments, optimized out
4259 If your program was compiled with optimizations, some compilers will
4260 optimize away arguments passed to functions if those arguments are
4261 never used after the call. Such optimizations generate code that
4262 passes arguments through registers, but doesn't store those arguments
4263 in the stack frame. @value{GDBN} has no way of displaying such
4264 arguments in stack frames other than the innermost one. Here's what
4265 such a backtrace might look like:
4266
4267 @smallexample
4268 @group
4269 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4270 at builtin.c:993
4271 #1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4272 #2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4273 at macro.c:71
4274 (More stack frames follow...)
4275 @end group
4276 @end smallexample
4277
4278 @noindent
4279 The values of arguments that were not saved in their stack frames are
4280 shown as @samp{<value optimized out>}.
4281
4282 If you need to display the values of such optimized-out arguments,
4283 either deduce that from other variables whose values depend on the one
4284 you are interested in, or recompile without optimizations.
4285
4286 @cindex backtrace beyond @code{main} function
4287 @cindex program entry point
4288 @cindex startup code, and backtrace
4289 Most programs have a standard user entry point---a place where system
4290 libraries and startup code transition into user code. For C this is
4291 @code{main}@footnote{
4292 Note that embedded programs (the so-called ``free-standing''
4293 environment) are not required to have a @code{main} function as the
4294 entry point. They could even have multiple entry points.}.
4295 When @value{GDBN} finds the entry function in a backtrace
4296 it will terminate the backtrace, to avoid tracing into highly
4297 system-specific (and generally uninteresting) code.
4298
4299 If you need to examine the startup code, or limit the number of levels
4300 in a backtrace, you can change this behavior:
4301
4302 @table @code
4303 @item set backtrace past-main
4304 @itemx set backtrace past-main on
4305 @kindex set backtrace
4306 Backtraces will continue past the user entry point.
4307
4308 @item set backtrace past-main off
4309 Backtraces will stop when they encounter the user entry point. This is the
4310 default.
4311
4312 @item show backtrace past-main
4313 @kindex show backtrace
4314 Display the current user entry point backtrace policy.
4315
4316 @item set backtrace past-entry
4317 @itemx set backtrace past-entry on
4318 Backtraces will continue past the internal entry point of an application.
4319 This entry point is encoded by the linker when the application is built,
4320 and is likely before the user entry point @code{main} (or equivalent) is called.
4321
4322 @item set backtrace past-entry off
4323 Backtraces will stop when they encouter the internal entry point of an
4324 application. This is the default.
4325
4326 @item show backtrace past-entry
4327 Display the current internal entry point backtrace policy.
4328
4329 @item set backtrace limit @var{n}
4330 @itemx set backtrace limit 0
4331 @cindex backtrace limit
4332 Limit the backtrace to @var{n} levels. A value of zero means
4333 unlimited.
4334
4335 @item show backtrace limit
4336 Display the current limit on backtrace levels.
4337 @end table
4338
4339 @node Selection
4340 @section Selecting a frame
4341
4342 Most commands for examining the stack and other data in your program work on
4343 whichever stack frame is selected at the moment. Here are the commands for
4344 selecting a stack frame; all of them finish by printing a brief description
4345 of the stack frame just selected.
4346
4347 @table @code
4348 @kindex frame@r{, selecting}
4349 @kindex f @r{(@code{frame})}
4350 @item frame @var{n}
4351 @itemx f @var{n}
4352 Select frame number @var{n}. Recall that frame zero is the innermost
4353 (currently executing) frame, frame one is the frame that called the
4354 innermost one, and so on. The highest-numbered frame is the one for
4355 @code{main}.
4356
4357 @item frame @var{addr}
4358 @itemx f @var{addr}
4359 Select the frame at address @var{addr}. This is useful mainly if the
4360 chaining of stack frames has been damaged by a bug, making it
4361 impossible for @value{GDBN} to assign numbers properly to all frames. In
4362 addition, this can be useful when your program has multiple stacks and
4363 switches between them.
4364
4365 On the SPARC architecture, @code{frame} needs two addresses to
4366 select an arbitrary frame: a frame pointer and a stack pointer.
4367
4368 On the MIPS and Alpha architecture, it needs two addresses: a stack
4369 pointer and a program counter.
4370
4371 On the 29k architecture, it needs three addresses: a register stack
4372 pointer, a program counter, and a memory stack pointer.
4373
4374 @kindex up
4375 @item up @var{n}
4376 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4377 advances toward the outermost frame, to higher frame numbers, to frames
4378 that have existed longer. @var{n} defaults to one.
4379
4380 @kindex down
4381 @kindex do @r{(@code{down})}
4382 @item down @var{n}
4383 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4384 advances toward the innermost frame, to lower frame numbers, to frames
4385 that were created more recently. @var{n} defaults to one. You may
4386 abbreviate @code{down} as @code{do}.
4387 @end table
4388
4389 All of these commands end by printing two lines of output describing the
4390 frame. The first line shows the frame number, the function name, the
4391 arguments, and the source file and line number of execution in that
4392 frame. The second line shows the text of that source line.
4393
4394 @need 1000
4395 For example:
4396
4397 @smallexample
4398 @group
4399 (@value{GDBP}) up
4400 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4401 at env.c:10
4402 10 read_input_file (argv[i]);
4403 @end group
4404 @end smallexample
4405
4406 After such a printout, the @code{list} command with no arguments
4407 prints ten lines centered on the point of execution in the frame.
4408 You can also edit the program at the point of execution with your favorite
4409 editing program by typing @code{edit}.
4410 @xref{List, ,Printing source lines},
4411 for details.
4412
4413 @table @code
4414 @kindex down-silently
4415 @kindex up-silently
4416 @item up-silently @var{n}
4417 @itemx down-silently @var{n}
4418 These two commands are variants of @code{up} and @code{down},
4419 respectively; they differ in that they do their work silently, without
4420 causing display of the new frame. They are intended primarily for use
4421 in @value{GDBN} command scripts, where the output might be unnecessary and
4422 distracting.
4423 @end table
4424
4425 @node Frame Info
4426 @section Information about a frame
4427
4428 There are several other commands to print information about the selected
4429 stack frame.
4430
4431 @table @code
4432 @item frame
4433 @itemx f
4434 When used without any argument, this command does not change which
4435 frame is selected, but prints a brief description of the currently
4436 selected stack frame. It can be abbreviated @code{f}. With an
4437 argument, this command is used to select a stack frame.
4438 @xref{Selection, ,Selecting a frame}.
4439
4440 @kindex info frame
4441 @kindex info f @r{(@code{info frame})}
4442 @item info frame
4443 @itemx info f
4444 This command prints a verbose description of the selected stack frame,
4445 including:
4446
4447 @itemize @bullet
4448 @item
4449 the address of the frame
4450 @item
4451 the address of the next frame down (called by this frame)
4452 @item
4453 the address of the next frame up (caller of this frame)
4454 @item
4455 the language in which the source code corresponding to this frame is written
4456 @item
4457 the address of the frame's arguments
4458 @item
4459 the address of the frame's local variables
4460 @item
4461 the program counter saved in it (the address of execution in the caller frame)
4462 @item
4463 which registers were saved in the frame
4464 @end itemize
4465
4466 @noindent The verbose description is useful when
4467 something has gone wrong that has made the stack format fail to fit
4468 the usual conventions.
4469
4470 @item info frame @var{addr}
4471 @itemx info f @var{addr}
4472 Print a verbose description of the frame at address @var{addr}, without
4473 selecting that frame. The selected frame remains unchanged by this
4474 command. This requires the same kind of address (more than one for some
4475 architectures) that you specify in the @code{frame} command.
4476 @xref{Selection, ,Selecting a frame}.
4477
4478 @kindex info args
4479 @item info args
4480 Print the arguments of the selected frame, each on a separate line.
4481
4482 @item info locals
4483 @kindex info locals
4484 Print the local variables of the selected frame, each on a separate
4485 line. These are all variables (declared either static or automatic)
4486 accessible at the point of execution of the selected frame.
4487
4488 @kindex info catch
4489 @cindex catch exceptions, list active handlers
4490 @cindex exception handlers, how to list
4491 @item info catch
4492 Print a list of all the exception handlers that are active in the
4493 current stack frame at the current point of execution. To see other
4494 exception handlers, visit the associated frame (using the @code{up},
4495 @code{down}, or @code{frame} commands); then type @code{info catch}.
4496 @xref{Set Catchpoints, , Setting catchpoints}.
4497
4498 @end table
4499
4500
4501 @node Source
4502 @chapter Examining Source Files
4503
4504 @value{GDBN} can print parts of your program's source, since the debugging
4505 information recorded in the program tells @value{GDBN} what source files were
4506 used to build it. When your program stops, @value{GDBN} spontaneously prints
4507 the line where it stopped. Likewise, when you select a stack frame
4508 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4509 execution in that frame has stopped. You can print other portions of
4510 source files by explicit command.
4511
4512 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4513 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4514 @value{GDBN} under @sc{gnu} Emacs}.
4515
4516 @menu
4517 * List:: Printing source lines
4518 * Edit:: Editing source files
4519 * Search:: Searching source files
4520 * Source Path:: Specifying source directories
4521 * Machine Code:: Source and machine code
4522 @end menu
4523
4524 @node List
4525 @section Printing source lines
4526
4527 @kindex list
4528 @kindex l @r{(@code{list})}
4529 To print lines from a source file, use the @code{list} command
4530 (abbreviated @code{l}). By default, ten lines are printed.
4531 There are several ways to specify what part of the file you want to print.
4532
4533 Here are the forms of the @code{list} command most commonly used:
4534
4535 @table @code
4536 @item list @var{linenum}
4537 Print lines centered around line number @var{linenum} in the
4538 current source file.
4539
4540 @item list @var{function}
4541 Print lines centered around the beginning of function
4542 @var{function}.
4543
4544 @item list
4545 Print more lines. If the last lines printed were printed with a
4546 @code{list} command, this prints lines following the last lines
4547 printed; however, if the last line printed was a solitary line printed
4548 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4549 Stack}), this prints lines centered around that line.
4550
4551 @item list -
4552 Print lines just before the lines last printed.
4553 @end table
4554
4555 @cindex @code{list}, how many lines to display
4556 By default, @value{GDBN} prints ten source lines with any of these forms of
4557 the @code{list} command. You can change this using @code{set listsize}:
4558
4559 @table @code
4560 @kindex set listsize
4561 @item set listsize @var{count}
4562 Make the @code{list} command display @var{count} source lines (unless
4563 the @code{list} argument explicitly specifies some other number).
4564
4565 @kindex show listsize
4566 @item show listsize
4567 Display the number of lines that @code{list} prints.
4568 @end table
4569
4570 Repeating a @code{list} command with @key{RET} discards the argument,
4571 so it is equivalent to typing just @code{list}. This is more useful
4572 than listing the same lines again. An exception is made for an
4573 argument of @samp{-}; that argument is preserved in repetition so that
4574 each repetition moves up in the source file.
4575
4576 @cindex linespec
4577 In general, the @code{list} command expects you to supply zero, one or two
4578 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4579 of writing them, but the effect is always to specify some source line.
4580 Here is a complete description of the possible arguments for @code{list}:
4581
4582 @table @code
4583 @item list @var{linespec}
4584 Print lines centered around the line specified by @var{linespec}.
4585
4586 @item list @var{first},@var{last}
4587 Print lines from @var{first} to @var{last}. Both arguments are
4588 linespecs.
4589
4590 @item list ,@var{last}
4591 Print lines ending with @var{last}.
4592
4593 @item list @var{first},
4594 Print lines starting with @var{first}.
4595
4596 @item list +
4597 Print lines just after the lines last printed.
4598
4599 @item list -
4600 Print lines just before the lines last printed.
4601
4602 @item list
4603 As described in the preceding table.
4604 @end table
4605
4606 Here are the ways of specifying a single source line---all the
4607 kinds of linespec.
4608
4609 @table @code
4610 @item @var{number}
4611 Specifies line @var{number} of the current source file.
4612 When a @code{list} command has two linespecs, this refers to
4613 the same source file as the first linespec.
4614
4615 @item +@var{offset}
4616 Specifies the line @var{offset} lines after the last line printed.
4617 When used as the second linespec in a @code{list} command that has
4618 two, this specifies the line @var{offset} lines down from the
4619 first linespec.
4620
4621 @item -@var{offset}
4622 Specifies the line @var{offset} lines before the last line printed.
4623
4624 @item @var{filename}:@var{number}
4625 Specifies line @var{number} in the source file @var{filename}.
4626
4627 @item @var{function}
4628 Specifies the line that begins the body of the function @var{function}.
4629 For example: in C, this is the line with the open brace.
4630
4631 @item @var{filename}:@var{function}
4632 Specifies the line of the open-brace that begins the body of the
4633 function @var{function} in the file @var{filename}. You only need the
4634 file name with a function name to avoid ambiguity when there are
4635 identically named functions in different source files.
4636
4637 @item *@var{address}
4638 Specifies the line containing the program address @var{address}.
4639 @var{address} may be any expression.
4640 @end table
4641
4642 @node Edit
4643 @section Editing source files
4644 @cindex editing source files
4645
4646 @kindex edit
4647 @kindex e @r{(@code{edit})}
4648 To edit the lines in a source file, use the @code{edit} command.
4649 The editing program of your choice
4650 is invoked with the current line set to
4651 the active line in the program.
4652 Alternatively, there are several ways to specify what part of the file you
4653 want to print if you want to see other parts of the program.
4654
4655 Here are the forms of the @code{edit} command most commonly used:
4656
4657 @table @code
4658 @item edit
4659 Edit the current source file at the active line number in the program.
4660
4661 @item edit @var{number}
4662 Edit the current source file with @var{number} as the active line number.
4663
4664 @item edit @var{function}
4665 Edit the file containing @var{function} at the beginning of its definition.
4666
4667 @item edit @var{filename}:@var{number}
4668 Specifies line @var{number} in the source file @var{filename}.
4669
4670 @item edit @var{filename}:@var{function}
4671 Specifies the line that begins the body of the
4672 function @var{function} in the file @var{filename}. You only need the
4673 file name with a function name to avoid ambiguity when there are
4674 identically named functions in different source files.
4675
4676 @item edit *@var{address}
4677 Specifies the line containing the program address @var{address}.
4678 @var{address} may be any expression.
4679 @end table
4680
4681 @subsection Choosing your editor
4682 You can customize @value{GDBN} to use any editor you want
4683 @footnote{
4684 The only restriction is that your editor (say @code{ex}), recognizes the
4685 following command-line syntax:
4686 @smallexample
4687 ex +@var{number} file
4688 @end smallexample
4689 The optional numeric value +@var{number} specifies the number of the line in
4690 the file where to start editing.}.
4691 By default, it is @file{@value{EDITOR}}, but you can change this
4692 by setting the environment variable @code{EDITOR} before using
4693 @value{GDBN}. For example, to configure @value{GDBN} to use the
4694 @code{vi} editor, you could use these commands with the @code{sh} shell:
4695 @smallexample
4696 EDITOR=/usr/bin/vi
4697 export EDITOR
4698 gdb @dots{}
4699 @end smallexample
4700 or in the @code{csh} shell,
4701 @smallexample
4702 setenv EDITOR /usr/bin/vi
4703 gdb @dots{}
4704 @end smallexample
4705
4706 @node Search
4707 @section Searching source files
4708 @cindex searching source files
4709
4710 There are two commands for searching through the current source file for a
4711 regular expression.
4712
4713 @table @code
4714 @kindex search
4715 @kindex forward-search
4716 @item forward-search @var{regexp}
4717 @itemx search @var{regexp}
4718 The command @samp{forward-search @var{regexp}} checks each line,
4719 starting with the one following the last line listed, for a match for
4720 @var{regexp}. It lists the line that is found. You can use the
4721 synonym @samp{search @var{regexp}} or abbreviate the command name as
4722 @code{fo}.
4723
4724 @kindex reverse-search
4725 @item reverse-search @var{regexp}
4726 The command @samp{reverse-search @var{regexp}} checks each line, starting
4727 with the one before the last line listed and going backward, for a match
4728 for @var{regexp}. It lists the line that is found. You can abbreviate
4729 this command as @code{rev}.
4730 @end table
4731
4732 @node Source Path
4733 @section Specifying source directories
4734
4735 @cindex source path
4736 @cindex directories for source files
4737 Executable programs sometimes do not record the directories of the source
4738 files from which they were compiled, just the names. Even when they do,
4739 the directories could be moved between the compilation and your debugging
4740 session. @value{GDBN} has a list of directories to search for source files;
4741 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4742 it tries all the directories in the list, in the order they are present
4743 in the list, until it finds a file with the desired name.
4744
4745 For example, suppose an executable references the file
4746 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4747 @file{/mnt/cross}. The file is first looked up literally; if this
4748 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4749 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4750 message is printed. @value{GDBN} does not look up the parts of the
4751 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4752 Likewise, the subdirectories of the source path are not searched: if
4753 the source path is @file{/mnt/cross}, and the binary refers to
4754 @file{foo.c}, @value{GDBN} would not find it under
4755 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4756
4757 Plain file names, relative file names with leading directories, file
4758 names containing dots, etc.@: are all treated as described above; for
4759 instance, if the source path is @file{/mnt/cross}, and the source file
4760 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4761 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4762 that---@file{/mnt/cross/foo.c}.
4763
4764 Note that the executable search path is @emph{not} used to locate the
4765 source files. Neither is the current working directory, unless it
4766 happens to be in the source path.
4767
4768 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4769 any information it has cached about where source files are found and where
4770 each line is in the file.
4771
4772 @kindex directory
4773 @kindex dir
4774 When you start @value{GDBN}, its source path includes only @samp{cdir}
4775 and @samp{cwd}, in that order.
4776 To add other directories, use the @code{directory} command.
4777
4778 @table @code
4779 @item directory @var{dirname} @dots{}
4780 @item dir @var{dirname} @dots{}
4781 Add directory @var{dirname} to the front of the source path. Several
4782 directory names may be given to this command, separated by @samp{:}
4783 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4784 part of absolute file names) or
4785 whitespace. You may specify a directory that is already in the source
4786 path; this moves it forward, so @value{GDBN} searches it sooner.
4787
4788 @kindex cdir
4789 @kindex cwd
4790 @vindex $cdir@r{, convenience variable}
4791 @vindex $cwdr@r{, convenience variable}
4792 @cindex compilation directory
4793 @cindex current directory
4794 @cindex working directory
4795 @cindex directory, current
4796 @cindex directory, compilation
4797 You can use the string @samp{$cdir} to refer to the compilation
4798 directory (if one is recorded), and @samp{$cwd} to refer to the current
4799 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4800 tracks the current working directory as it changes during your @value{GDBN}
4801 session, while the latter is immediately expanded to the current
4802 directory at the time you add an entry to the source path.
4803
4804 @item directory
4805 Reset the source path to empty again. This requires confirmation.
4806
4807 @c RET-repeat for @code{directory} is explicitly disabled, but since
4808 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4809
4810 @item show directories
4811 @kindex show directories
4812 Print the source path: show which directories it contains.
4813 @end table
4814
4815 If your source path is cluttered with directories that are no longer of
4816 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4817 versions of source. You can correct the situation as follows:
4818
4819 @enumerate
4820 @item
4821 Use @code{directory} with no argument to reset the source path to empty.
4822
4823 @item
4824 Use @code{directory} with suitable arguments to reinstall the
4825 directories you want in the source path. You can add all the
4826 directories in one command.
4827 @end enumerate
4828
4829 @node Machine Code
4830 @section Source and machine code
4831 @cindex source line and its code address
4832
4833 You can use the command @code{info line} to map source lines to program
4834 addresses (and vice versa), and the command @code{disassemble} to display
4835 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4836 mode, the @code{info line} command causes the arrow to point to the
4837 line specified. Also, @code{info line} prints addresses in symbolic form as
4838 well as hex.
4839
4840 @table @code
4841 @kindex info line
4842 @item info line @var{linespec}
4843 Print the starting and ending addresses of the compiled code for
4844 source line @var{linespec}. You can specify source lines in any of
4845 the ways understood by the @code{list} command (@pxref{List, ,Printing
4846 source lines}).
4847 @end table
4848
4849 For example, we can use @code{info line} to discover the location of
4850 the object code for the first line of function
4851 @code{m4_changequote}:
4852
4853 @c FIXME: I think this example should also show the addresses in
4854 @c symbolic form, as they usually would be displayed.
4855 @smallexample
4856 (@value{GDBP}) info line m4_changequote
4857 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4858 @end smallexample
4859
4860 @noindent
4861 @cindex code address and its source line
4862 We can also inquire (using @code{*@var{addr}} as the form for
4863 @var{linespec}) what source line covers a particular address:
4864 @smallexample
4865 (@value{GDBP}) info line *0x63ff
4866 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4867 @end smallexample
4868
4869 @cindex @code{$_} and @code{info line}
4870 @cindex @code{x} command, default address
4871 @kindex x@r{(examine), and} info line
4872 After @code{info line}, the default address for the @code{x} command
4873 is changed to the starting address of the line, so that @samp{x/i} is
4874 sufficient to begin examining the machine code (@pxref{Memory,
4875 ,Examining memory}). Also, this address is saved as the value of the
4876 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4877 variables}).
4878
4879 @table @code
4880 @kindex disassemble
4881 @cindex assembly instructions
4882 @cindex instructions, assembly
4883 @cindex machine instructions
4884 @cindex listing machine instructions
4885 @item disassemble
4886 This specialized command dumps a range of memory as machine
4887 instructions. The default memory range is the function surrounding the
4888 program counter of the selected frame. A single argument to this
4889 command is a program counter value; @value{GDBN} dumps the function
4890 surrounding this value. Two arguments specify a range of addresses
4891 (first inclusive, second exclusive) to dump.
4892 @end table
4893
4894 The following example shows the disassembly of a range of addresses of
4895 HP PA-RISC 2.0 code:
4896
4897 @smallexample
4898 (@value{GDBP}) disas 0x32c4 0x32e4
4899 Dump of assembler code from 0x32c4 to 0x32e4:
4900 0x32c4 <main+204>: addil 0,dp
4901 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4902 0x32cc <main+212>: ldil 0x3000,r31
4903 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4904 0x32d4 <main+220>: ldo 0(r31),rp
4905 0x32d8 <main+224>: addil -0x800,dp
4906 0x32dc <main+228>: ldo 0x588(r1),r26
4907 0x32e0 <main+232>: ldil 0x3000,r31
4908 End of assembler dump.
4909 @end smallexample
4910
4911 Some architectures have more than one commonly-used set of instruction
4912 mnemonics or other syntax.
4913
4914 For programs that were dynamically linked and use shared libraries,
4915 instructions that call functions or branch to locations in the shared
4916 libraries might show a seemingly bogus location---it's actually a
4917 location of the relocation table. On some architectures, @value{GDBN}
4918 might be able to resolve these to actual function names.
4919
4920 @table @code
4921 @kindex set disassembly-flavor
4922 @cindex Intel disassembly flavor
4923 @cindex AT&T disassembly flavor
4924 @item set disassembly-flavor @var{instruction-set}
4925 Select the instruction set to use when disassembling the
4926 program via the @code{disassemble} or @code{x/i} commands.
4927
4928 Currently this command is only defined for the Intel x86 family. You
4929 can set @var{instruction-set} to either @code{intel} or @code{att}.
4930 The default is @code{att}, the AT&T flavor used by default by Unix
4931 assemblers for x86-based targets.
4932
4933 @kindex show disassembly-flavor
4934 @item show disassembly-flavor
4935 Show the current setting of the disassembly flavor.
4936 @end table
4937
4938
4939 @node Data
4940 @chapter Examining Data
4941
4942 @cindex printing data
4943 @cindex examining data
4944 @kindex print
4945 @kindex inspect
4946 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4947 @c document because it is nonstandard... Under Epoch it displays in a
4948 @c different window or something like that.
4949 The usual way to examine data in your program is with the @code{print}
4950 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4951 evaluates and prints the value of an expression of the language your
4952 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4953 Different Languages}).
4954
4955 @table @code
4956 @item print @var{expr}
4957 @itemx print /@var{f} @var{expr}
4958 @var{expr} is an expression (in the source language). By default the
4959 value of @var{expr} is printed in a format appropriate to its data type;
4960 you can choose a different format by specifying @samp{/@var{f}}, where
4961 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4962 formats}.
4963
4964 @item print
4965 @itemx print /@var{f}
4966 @cindex reprint the last value
4967 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4968 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4969 conveniently inspect the same value in an alternative format.
4970 @end table
4971
4972 A more low-level way of examining data is with the @code{x} command.
4973 It examines data in memory at a specified address and prints it in a
4974 specified format. @xref{Memory, ,Examining memory}.
4975
4976 If you are interested in information about types, or about how the
4977 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4978 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4979 Table}.
4980
4981 @menu
4982 * Expressions:: Expressions
4983 * Variables:: Program variables
4984 * Arrays:: Artificial arrays
4985 * Output Formats:: Output formats
4986 * Memory:: Examining memory
4987 * Auto Display:: Automatic display
4988 * Print Settings:: Print settings
4989 * Value History:: Value history
4990 * Convenience Vars:: Convenience variables
4991 * Registers:: Registers
4992 * Floating Point Hardware:: Floating point hardware
4993 * Vector Unit:: Vector Unit
4994 * OS Information:: Auxiliary data provided by operating system
4995 * Memory Region Attributes:: Memory region attributes
4996 * Dump/Restore Files:: Copy between memory and a file
4997 * Core File Generation:: Cause a program dump its core
4998 * Character Sets:: Debugging programs that use a different
4999 character set than GDB does
5000 * Caching Remote Data:: Data caching for remote targets
5001 @end menu
5002
5003 @node Expressions
5004 @section Expressions
5005
5006 @cindex expressions
5007 @code{print} and many other @value{GDBN} commands accept an expression and
5008 compute its value. Any kind of constant, variable or operator defined
5009 by the programming language you are using is valid in an expression in
5010 @value{GDBN}. This includes conditional expressions, function calls,
5011 casts, and string constants. It also includes preprocessor macros, if
5012 you compiled your program to include this information; see
5013 @ref{Compilation}.
5014
5015 @cindex arrays in expressions
5016 @value{GDBN} supports array constants in expressions input by
5017 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5018 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5019 memory that is @code{malloc}ed in the target program.
5020
5021 Because C is so widespread, most of the expressions shown in examples in
5022 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5023 Languages}, for information on how to use expressions in other
5024 languages.
5025
5026 In this section, we discuss operators that you can use in @value{GDBN}
5027 expressions regardless of your programming language.
5028
5029 @cindex casts, in expressions
5030 Casts are supported in all languages, not just in C, because it is so
5031 useful to cast a number into a pointer in order to examine a structure
5032 at that address in memory.
5033 @c FIXME: casts supported---Mod2 true?
5034
5035 @value{GDBN} supports these operators, in addition to those common
5036 to programming languages:
5037
5038 @table @code
5039 @item @@
5040 @samp{@@} is a binary operator for treating parts of memory as arrays.
5041 @xref{Arrays, ,Artificial arrays}, for more information.
5042
5043 @item ::
5044 @samp{::} allows you to specify a variable in terms of the file or
5045 function where it is defined. @xref{Variables, ,Program variables}.
5046
5047 @cindex @{@var{type}@}
5048 @cindex type casting memory
5049 @cindex memory, viewing as typed object
5050 @cindex casts, to view memory
5051 @item @{@var{type}@} @var{addr}
5052 Refers to an object of type @var{type} stored at address @var{addr} in
5053 memory. @var{addr} may be any expression whose value is an integer or
5054 pointer (but parentheses are required around binary operators, just as in
5055 a cast). This construct is allowed regardless of what kind of data is
5056 normally supposed to reside at @var{addr}.
5057 @end table
5058
5059 @node Variables
5060 @section Program variables
5061
5062 The most common kind of expression to use is the name of a variable
5063 in your program.
5064
5065 Variables in expressions are understood in the selected stack frame
5066 (@pxref{Selection, ,Selecting a frame}); they must be either:
5067
5068 @itemize @bullet
5069 @item
5070 global (or file-static)
5071 @end itemize
5072
5073 @noindent or
5074
5075 @itemize @bullet
5076 @item
5077 visible according to the scope rules of the
5078 programming language from the point of execution in that frame
5079 @end itemize
5080
5081 @noindent This means that in the function
5082
5083 @smallexample
5084 foo (a)
5085 int a;
5086 @{
5087 bar (a);
5088 @{
5089 int b = test ();
5090 bar (b);
5091 @}
5092 @}
5093 @end smallexample
5094
5095 @noindent
5096 you can examine and use the variable @code{a} whenever your program is
5097 executing within the function @code{foo}, but you can only use or
5098 examine the variable @code{b} while your program is executing inside
5099 the block where @code{b} is declared.
5100
5101 @cindex variable name conflict
5102 There is an exception: you can refer to a variable or function whose
5103 scope is a single source file even if the current execution point is not
5104 in this file. But it is possible to have more than one such variable or
5105 function with the same name (in different source files). If that
5106 happens, referring to that name has unpredictable effects. If you wish,
5107 you can specify a static variable in a particular function or file,
5108 using the colon-colon (@code{::}) notation:
5109
5110 @cindex colon-colon, context for variables/functions
5111 @iftex
5112 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5113 @cindex @code{::}, context for variables/functions
5114 @end iftex
5115 @smallexample
5116 @var{file}::@var{variable}
5117 @var{function}::@var{variable}
5118 @end smallexample
5119
5120 @noindent
5121 Here @var{file} or @var{function} is the name of the context for the
5122 static @var{variable}. In the case of file names, you can use quotes to
5123 make sure @value{GDBN} parses the file name as a single word---for example,
5124 to print a global value of @code{x} defined in @file{f2.c}:
5125
5126 @smallexample
5127 (@value{GDBP}) p 'f2.c'::x
5128 @end smallexample
5129
5130 @cindex C@t{++} scope resolution
5131 This use of @samp{::} is very rarely in conflict with the very similar
5132 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
5133 scope resolution operator in @value{GDBN} expressions.
5134 @c FIXME: Um, so what happens in one of those rare cases where it's in
5135 @c conflict?? --mew
5136
5137 @cindex wrong values
5138 @cindex variable values, wrong
5139 @cindex function entry/exit, wrong values of variables
5140 @cindex optimized code, wrong values of variables
5141 @quotation
5142 @emph{Warning:} Occasionally, a local variable may appear to have the
5143 wrong value at certain points in a function---just after entry to a new
5144 scope, and just before exit.
5145 @end quotation
5146 You may see this problem when you are stepping by machine instructions.
5147 This is because, on most machines, it takes more than one instruction to
5148 set up a stack frame (including local variable definitions); if you are
5149 stepping by machine instructions, variables may appear to have the wrong
5150 values until the stack frame is completely built. On exit, it usually
5151 also takes more than one machine instruction to destroy a stack frame;
5152 after you begin stepping through that group of instructions, local
5153 variable definitions may be gone.
5154
5155 This may also happen when the compiler does significant optimizations.
5156 To be sure of always seeing accurate values, turn off all optimization
5157 when compiling.
5158
5159 @cindex ``No symbol "foo" in current context''
5160 Another possible effect of compiler optimizations is to optimize
5161 unused variables out of existence, or assign variables to registers (as
5162 opposed to memory addresses). Depending on the support for such cases
5163 offered by the debug info format used by the compiler, @value{GDBN}
5164 might not be able to display values for such local variables. If that
5165 happens, @value{GDBN} will print a message like this:
5166
5167 @smallexample
5168 No symbol "foo" in current context.
5169 @end smallexample
5170
5171 To solve such problems, either recompile without optimizations, or use a
5172 different debug info format, if the compiler supports several such
5173 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5174 usually supports the @option{-gstabs+} option. @option{-gstabs+}
5175 produces debug info in a format that is superior to formats such as
5176 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5177 an effective form for debug info. @xref{Debugging Options,,Options
5178 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5179 @xref{C, , Debugging C++}, for more info about debug info formats
5180 that are best suited to C@t{++} programs.
5181
5182 If you ask to print an object whose contents are unknown to
5183 @value{GDBN}, e.g., because its data type is not completely specified
5184 by the debug information, @value{GDBN} will say @samp{<incomplete
5185 type>}. @xref{Symbols, incomplete type}, for more about this.
5186
5187 @node Arrays
5188 @section Artificial arrays
5189
5190 @cindex artificial array
5191 @cindex arrays
5192 @kindex @@@r{, referencing memory as an array}
5193 It is often useful to print out several successive objects of the
5194 same type in memory; a section of an array, or an array of
5195 dynamically determined size for which only a pointer exists in the
5196 program.
5197
5198 You can do this by referring to a contiguous span of memory as an
5199 @dfn{artificial array}, using the binary operator @samp{@@}. The left
5200 operand of @samp{@@} should be the first element of the desired array
5201 and be an individual object. The right operand should be the desired length
5202 of the array. The result is an array value whose elements are all of
5203 the type of the left argument. The first element is actually the left
5204 argument; the second element comes from bytes of memory immediately
5205 following those that hold the first element, and so on. Here is an
5206 example. If a program says
5207
5208 @smallexample
5209 int *array = (int *) malloc (len * sizeof (int));
5210 @end smallexample
5211
5212 @noindent
5213 you can print the contents of @code{array} with
5214
5215 @smallexample
5216 p *array@@len
5217 @end smallexample
5218
5219 The left operand of @samp{@@} must reside in memory. Array values made
5220 with @samp{@@} in this way behave just like other arrays in terms of
5221 subscripting, and are coerced to pointers when used in expressions.
5222 Artificial arrays most often appear in expressions via the value history
5223 (@pxref{Value History, ,Value history}), after printing one out.
5224
5225 Another way to create an artificial array is to use a cast.
5226 This re-interprets a value as if it were an array.
5227 The value need not be in memory:
5228 @smallexample
5229 (@value{GDBP}) p/x (short[2])0x12345678
5230 $1 = @{0x1234, 0x5678@}
5231 @end smallexample
5232
5233 As a convenience, if you leave the array length out (as in
5234 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5235 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5236 @smallexample
5237 (@value{GDBP}) p/x (short[])0x12345678
5238 $2 = @{0x1234, 0x5678@}
5239 @end smallexample
5240
5241 Sometimes the artificial array mechanism is not quite enough; in
5242 moderately complex data structures, the elements of interest may not
5243 actually be adjacent---for example, if you are interested in the values
5244 of pointers in an array. One useful work-around in this situation is
5245 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5246 variables}) as a counter in an expression that prints the first
5247 interesting value, and then repeat that expression via @key{RET}. For
5248 instance, suppose you have an array @code{dtab} of pointers to
5249 structures, and you are interested in the values of a field @code{fv}
5250 in each structure. Here is an example of what you might type:
5251
5252 @smallexample
5253 set $i = 0
5254 p dtab[$i++]->fv
5255 @key{RET}
5256 @key{RET}
5257 @dots{}
5258 @end smallexample
5259
5260 @node Output Formats
5261 @section Output formats
5262
5263 @cindex formatted output
5264 @cindex output formats
5265 By default, @value{GDBN} prints a value according to its data type. Sometimes
5266 this is not what you want. For example, you might want to print a number
5267 in hex, or a pointer in decimal. Or you might want to view data in memory
5268 at a certain address as a character string or as an instruction. To do
5269 these things, specify an @dfn{output format} when you print a value.
5270
5271 The simplest use of output formats is to say how to print a value
5272 already computed. This is done by starting the arguments of the
5273 @code{print} command with a slash and a format letter. The format
5274 letters supported are:
5275
5276 @table @code
5277 @item x
5278 Regard the bits of the value as an integer, and print the integer in
5279 hexadecimal.
5280
5281 @item d
5282 Print as integer in signed decimal.
5283
5284 @item u
5285 Print as integer in unsigned decimal.
5286
5287 @item o
5288 Print as integer in octal.
5289
5290 @item t
5291 Print as integer in binary. The letter @samp{t} stands for ``two''.
5292 @footnote{@samp{b} cannot be used because these format letters are also
5293 used with the @code{x} command, where @samp{b} stands for ``byte'';
5294 see @ref{Memory,,Examining memory}.}
5295
5296 @item a
5297 @cindex unknown address, locating
5298 @cindex locate address
5299 Print as an address, both absolute in hexadecimal and as an offset from
5300 the nearest preceding symbol. You can use this format used to discover
5301 where (in what function) an unknown address is located:
5302
5303 @smallexample
5304 (@value{GDBP}) p/a 0x54320
5305 $3 = 0x54320 <_initialize_vx+396>
5306 @end smallexample
5307
5308 @noindent
5309 The command @code{info symbol 0x54320} yields similar results.
5310 @xref{Symbols, info symbol}.
5311
5312 @item c
5313 Regard as an integer and print it as a character constant. This
5314 prints both the numerical value and its character representation. The
5315 character representation is replaced with the octal escape @samp{\nnn}
5316 for characters outside the 7-bit @sc{ascii} range.
5317
5318 @item f
5319 Regard the bits of the value as a floating point number and print
5320 using typical floating point syntax.
5321 @end table
5322
5323 For example, to print the program counter in hex (@pxref{Registers}), type
5324
5325 @smallexample
5326 p/x $pc
5327 @end smallexample
5328
5329 @noindent
5330 Note that no space is required before the slash; this is because command
5331 names in @value{GDBN} cannot contain a slash.
5332
5333 To reprint the last value in the value history with a different format,
5334 you can use the @code{print} command with just a format and no
5335 expression. For example, @samp{p/x} reprints the last value in hex.
5336
5337 @node Memory
5338 @section Examining memory
5339
5340 You can use the command @code{x} (for ``examine'') to examine memory in
5341 any of several formats, independently of your program's data types.
5342
5343 @cindex examining memory
5344 @table @code
5345 @kindex x @r{(examine memory)}
5346 @item x/@var{nfu} @var{addr}
5347 @itemx x @var{addr}
5348 @itemx x
5349 Use the @code{x} command to examine memory.
5350 @end table
5351
5352 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5353 much memory to display and how to format it; @var{addr} is an
5354 expression giving the address where you want to start displaying memory.
5355 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5356 Several commands set convenient defaults for @var{addr}.
5357
5358 @table @r
5359 @item @var{n}, the repeat count
5360 The repeat count is a decimal integer; the default is 1. It specifies
5361 how much memory (counting by units @var{u}) to display.
5362 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5363 @c 4.1.2.
5364
5365 @item @var{f}, the display format
5366 The display format is one of the formats used by @code{print}
5367 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
5368 @samp{f}), and in addition @samp{s} (for null-terminated strings) and
5369 @samp{i} (for machine instructions). The default is @samp{x}
5370 (hexadecimal) initially. The default changes each time you use either
5371 @code{x} or @code{print}.
5372
5373 @item @var{u}, the unit size
5374 The unit size is any of
5375
5376 @table @code
5377 @item b
5378 Bytes.
5379 @item h
5380 Halfwords (two bytes).
5381 @item w
5382 Words (four bytes). This is the initial default.
5383 @item g
5384 Giant words (eight bytes).
5385 @end table
5386
5387 Each time you specify a unit size with @code{x}, that size becomes the
5388 default unit the next time you use @code{x}. (For the @samp{s} and
5389 @samp{i} formats, the unit size is ignored and is normally not written.)
5390
5391 @item @var{addr}, starting display address
5392 @var{addr} is the address where you want @value{GDBN} to begin displaying
5393 memory. The expression need not have a pointer value (though it may);
5394 it is always interpreted as an integer address of a byte of memory.
5395 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5396 @var{addr} is usually just after the last address examined---but several
5397 other commands also set the default address: @code{info breakpoints} (to
5398 the address of the last breakpoint listed), @code{info line} (to the
5399 starting address of a line), and @code{print} (if you use it to display
5400 a value from memory).
5401 @end table
5402
5403 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5404 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5405 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5406 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5407 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5408
5409 Since the letters indicating unit sizes are all distinct from the
5410 letters specifying output formats, you do not have to remember whether
5411 unit size or format comes first; either order works. The output
5412 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5413 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5414
5415 Even though the unit size @var{u} is ignored for the formats @samp{s}
5416 and @samp{i}, you might still want to use a count @var{n}; for example,
5417 @samp{3i} specifies that you want to see three machine instructions,
5418 including any operands. The command @code{disassemble} gives an
5419 alternative way of inspecting machine instructions; see @ref{Machine
5420 Code,,Source and machine code}.
5421
5422 All the defaults for the arguments to @code{x} are designed to make it
5423 easy to continue scanning memory with minimal specifications each time
5424 you use @code{x}. For example, after you have inspected three machine
5425 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5426 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5427 the repeat count @var{n} is used again; the other arguments default as
5428 for successive uses of @code{x}.
5429
5430 @cindex @code{$_}, @code{$__}, and value history
5431 The addresses and contents printed by the @code{x} command are not saved
5432 in the value history because there is often too much of them and they
5433 would get in the way. Instead, @value{GDBN} makes these values available for
5434 subsequent use in expressions as values of the convenience variables
5435 @code{$_} and @code{$__}. After an @code{x} command, the last address
5436 examined is available for use in expressions in the convenience variable
5437 @code{$_}. The contents of that address, as examined, are available in
5438 the convenience variable @code{$__}.
5439
5440 If the @code{x} command has a repeat count, the address and contents saved
5441 are from the last memory unit printed; this is not the same as the last
5442 address printed if several units were printed on the last line of output.
5443
5444 @cindex remote memory comparison
5445 @cindex verify remote memory image
5446 When you are debugging a program running on a remote target machine
5447 (@pxref{Remote}), you may wish to verify the program's image in the
5448 remote machine's memory against the executable file you downloaded to
5449 the target. The @code{compare-sections} command is provided for such
5450 situations.
5451
5452 @table @code
5453 @kindex compare-sections
5454 @item compare-sections @r{[}@var{section-name}@r{]}
5455 Compare the data of a loadable section @var{section-name} in the
5456 executable file of the program being debugged with the same section in
5457 the remote machine's memory, and report any mismatches. With no
5458 arguments, compares all loadable sections. This command's
5459 availability depends on the target's support for the @code{"qCRC"}
5460 remote request.
5461 @end table
5462
5463 @node Auto Display
5464 @section Automatic display
5465 @cindex automatic display
5466 @cindex display of expressions
5467
5468 If you find that you want to print the value of an expression frequently
5469 (to see how it changes), you might want to add it to the @dfn{automatic
5470 display list} so that @value{GDBN} prints its value each time your program stops.
5471 Each expression added to the list is given a number to identify it;
5472 to remove an expression from the list, you specify that number.
5473 The automatic display looks like this:
5474
5475 @smallexample
5476 2: foo = 38
5477 3: bar[5] = (struct hack *) 0x3804
5478 @end smallexample
5479
5480 @noindent
5481 This display shows item numbers, expressions and their current values. As with
5482 displays you request manually using @code{x} or @code{print}, you can
5483 specify the output format you prefer; in fact, @code{display} decides
5484 whether to use @code{print} or @code{x} depending on how elaborate your
5485 format specification is---it uses @code{x} if you specify a unit size,
5486 or one of the two formats (@samp{i} and @samp{s}) that are only
5487 supported by @code{x}; otherwise it uses @code{print}.
5488
5489 @table @code
5490 @kindex display
5491 @item display @var{expr}
5492 Add the expression @var{expr} to the list of expressions to display
5493 each time your program stops. @xref{Expressions, ,Expressions}.
5494
5495 @code{display} does not repeat if you press @key{RET} again after using it.
5496
5497 @item display/@var{fmt} @var{expr}
5498 For @var{fmt} specifying only a display format and not a size or
5499 count, add the expression @var{expr} to the auto-display list but
5500 arrange to display it each time in the specified format @var{fmt}.
5501 @xref{Output Formats,,Output formats}.
5502
5503 @item display/@var{fmt} @var{addr}
5504 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5505 number of units, add the expression @var{addr} as a memory address to
5506 be examined each time your program stops. Examining means in effect
5507 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5508 @end table
5509
5510 For example, @samp{display/i $pc} can be helpful, to see the machine
5511 instruction about to be executed each time execution stops (@samp{$pc}
5512 is a common name for the program counter; @pxref{Registers, ,Registers}).
5513
5514 @table @code
5515 @kindex delete display
5516 @kindex undisplay
5517 @item undisplay @var{dnums}@dots{}
5518 @itemx delete display @var{dnums}@dots{}
5519 Remove item numbers @var{dnums} from the list of expressions to display.
5520
5521 @code{undisplay} does not repeat if you press @key{RET} after using it.
5522 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5523
5524 @kindex disable display
5525 @item disable display @var{dnums}@dots{}
5526 Disable the display of item numbers @var{dnums}. A disabled display
5527 item is not printed automatically, but is not forgotten. It may be
5528 enabled again later.
5529
5530 @kindex enable display
5531 @item enable display @var{dnums}@dots{}
5532 Enable display of item numbers @var{dnums}. It becomes effective once
5533 again in auto display of its expression, until you specify otherwise.
5534
5535 @item display
5536 Display the current values of the expressions on the list, just as is
5537 done when your program stops.
5538
5539 @kindex info display
5540 @item info display
5541 Print the list of expressions previously set up to display
5542 automatically, each one with its item number, but without showing the
5543 values. This includes disabled expressions, which are marked as such.
5544 It also includes expressions which would not be displayed right now
5545 because they refer to automatic variables not currently available.
5546 @end table
5547
5548 @cindex display disabled out of scope
5549 If a display expression refers to local variables, then it does not make
5550 sense outside the lexical context for which it was set up. Such an
5551 expression is disabled when execution enters a context where one of its
5552 variables is not defined. For example, if you give the command
5553 @code{display last_char} while inside a function with an argument
5554 @code{last_char}, @value{GDBN} displays this argument while your program
5555 continues to stop inside that function. When it stops elsewhere---where
5556 there is no variable @code{last_char}---the display is disabled
5557 automatically. The next time your program stops where @code{last_char}
5558 is meaningful, you can enable the display expression once again.
5559
5560 @node Print Settings
5561 @section Print settings
5562
5563 @cindex format options
5564 @cindex print settings
5565 @value{GDBN} provides the following ways to control how arrays, structures,
5566 and symbols are printed.
5567
5568 @noindent
5569 These settings are useful for debugging programs in any language:
5570
5571 @table @code
5572 @kindex set print
5573 @item set print address
5574 @itemx set print address on
5575 @cindex print/don't print memory addresses
5576 @value{GDBN} prints memory addresses showing the location of stack
5577 traces, structure values, pointer values, breakpoints, and so forth,
5578 even when it also displays the contents of those addresses. The default
5579 is @code{on}. For example, this is what a stack frame display looks like with
5580 @code{set print address on}:
5581
5582 @smallexample
5583 @group
5584 (@value{GDBP}) f
5585 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5586 at input.c:530
5587 530 if (lquote != def_lquote)
5588 @end group
5589 @end smallexample
5590
5591 @item set print address off
5592 Do not print addresses when displaying their contents. For example,
5593 this is the same stack frame displayed with @code{set print address off}:
5594
5595 @smallexample
5596 @group
5597 (@value{GDBP}) set print addr off
5598 (@value{GDBP}) f
5599 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5600 530 if (lquote != def_lquote)
5601 @end group
5602 @end smallexample
5603
5604 You can use @samp{set print address off} to eliminate all machine
5605 dependent displays from the @value{GDBN} interface. For example, with
5606 @code{print address off}, you should get the same text for backtraces on
5607 all machines---whether or not they involve pointer arguments.
5608
5609 @kindex show print
5610 @item show print address
5611 Show whether or not addresses are to be printed.
5612 @end table
5613
5614 When @value{GDBN} prints a symbolic address, it normally prints the
5615 closest earlier symbol plus an offset. If that symbol does not uniquely
5616 identify the address (for example, it is a name whose scope is a single
5617 source file), you may need to clarify. One way to do this is with
5618 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5619 you can set @value{GDBN} to print the source file and line number when
5620 it prints a symbolic address:
5621
5622 @table @code
5623 @item set print symbol-filename on
5624 @cindex source file and line of a symbol
5625 @cindex symbol, source file and line
5626 Tell @value{GDBN} to print the source file name and line number of a
5627 symbol in the symbolic form of an address.
5628
5629 @item set print symbol-filename off
5630 Do not print source file name and line number of a symbol. This is the
5631 default.
5632
5633 @item show print symbol-filename
5634 Show whether or not @value{GDBN} will print the source file name and
5635 line number of a symbol in the symbolic form of an address.
5636 @end table
5637
5638 Another situation where it is helpful to show symbol filenames and line
5639 numbers is when disassembling code; @value{GDBN} shows you the line
5640 number and source file that corresponds to each instruction.
5641
5642 Also, you may wish to see the symbolic form only if the address being
5643 printed is reasonably close to the closest earlier symbol:
5644
5645 @table @code
5646 @item set print max-symbolic-offset @var{max-offset}
5647 @cindex maximum value for offset of closest symbol
5648 Tell @value{GDBN} to only display the symbolic form of an address if the
5649 offset between the closest earlier symbol and the address is less than
5650 @var{max-offset}. The default is 0, which tells @value{GDBN}
5651 to always print the symbolic form of an address if any symbol precedes it.
5652
5653 @item show print max-symbolic-offset
5654 Ask how large the maximum offset is that @value{GDBN} prints in a
5655 symbolic address.
5656 @end table
5657
5658 @cindex wild pointer, interpreting
5659 @cindex pointer, finding referent
5660 If you have a pointer and you are not sure where it points, try
5661 @samp{set print symbol-filename on}. Then you can determine the name
5662 and source file location of the variable where it points, using
5663 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5664 For example, here @value{GDBN} shows that a variable @code{ptt} points
5665 at another variable @code{t}, defined in @file{hi2.c}:
5666
5667 @smallexample
5668 (@value{GDBP}) set print symbol-filename on
5669 (@value{GDBP}) p/a ptt
5670 $4 = 0xe008 <t in hi2.c>
5671 @end smallexample
5672
5673 @quotation
5674 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5675 does not show the symbol name and filename of the referent, even with
5676 the appropriate @code{set print} options turned on.
5677 @end quotation
5678
5679 Other settings control how different kinds of objects are printed:
5680
5681 @table @code
5682 @item set print array
5683 @itemx set print array on
5684 @cindex pretty print arrays
5685 Pretty print arrays. This format is more convenient to read,
5686 but uses more space. The default is off.
5687
5688 @item set print array off
5689 Return to compressed format for arrays.
5690
5691 @item show print array
5692 Show whether compressed or pretty format is selected for displaying
5693 arrays.
5694
5695 @item set print elements @var{number-of-elements}
5696 @cindex number of array elements to print
5697 @cindex limit on number of printed array elements
5698 Set a limit on how many elements of an array @value{GDBN} will print.
5699 If @value{GDBN} is printing a large array, it stops printing after it has
5700 printed the number of elements set by the @code{set print elements} command.
5701 This limit also applies to the display of strings.
5702 When @value{GDBN} starts, this limit is set to 200.
5703 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5704
5705 @item show print elements
5706 Display the number of elements of a large array that @value{GDBN} will print.
5707 If the number is 0, then the printing is unlimited.
5708
5709 @item set print repeats
5710 @cindex repeated array elements
5711 Set the threshold for suppressing display of repeated array
5712 elelments. When the number of consecutive identical elements of an
5713 array exceeds the threshold, @value{GDBN} prints the string
5714 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5715 identical repetitions, instead of displaying the identical elements
5716 themselves. Setting the threshold to zero will cause all elements to
5717 be individually printed. The default threshold is 10.
5718
5719 @item show print repeats
5720 Display the current threshold for printing repeated identical
5721 elements.
5722
5723 @item set print null-stop
5724 @cindex @sc{null} elements in arrays
5725 Cause @value{GDBN} to stop printing the characters of an array when the first
5726 @sc{null} is encountered. This is useful when large arrays actually
5727 contain only short strings.
5728 The default is off.
5729
5730 @item show print null-stop
5731 Show whether @value{GDBN} stops printing an array on the first
5732 @sc{null} character.
5733
5734 @item set print pretty on
5735 @cindex print structures in indented form
5736 @cindex indentation in structure display
5737 Cause @value{GDBN} to print structures in an indented format with one member
5738 per line, like this:
5739
5740 @smallexample
5741 @group
5742 $1 = @{
5743 next = 0x0,
5744 flags = @{
5745 sweet = 1,
5746 sour = 1
5747 @},
5748 meat = 0x54 "Pork"
5749 @}
5750 @end group
5751 @end smallexample
5752
5753 @item set print pretty off
5754 Cause @value{GDBN} to print structures in a compact format, like this:
5755
5756 @smallexample
5757 @group
5758 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5759 meat = 0x54 "Pork"@}
5760 @end group
5761 @end smallexample
5762
5763 @noindent
5764 This is the default format.
5765
5766 @item show print pretty
5767 Show which format @value{GDBN} is using to print structures.
5768
5769 @item set print sevenbit-strings on
5770 @cindex eight-bit characters in strings
5771 @cindex octal escapes in strings
5772 Print using only seven-bit characters; if this option is set,
5773 @value{GDBN} displays any eight-bit characters (in strings or
5774 character values) using the notation @code{\}@var{nnn}. This setting is
5775 best if you are working in English (@sc{ascii}) and you use the
5776 high-order bit of characters as a marker or ``meta'' bit.
5777
5778 @item set print sevenbit-strings off
5779 Print full eight-bit characters. This allows the use of more
5780 international character sets, and is the default.
5781
5782 @item show print sevenbit-strings
5783 Show whether or not @value{GDBN} is printing only seven-bit characters.
5784
5785 @item set print union on
5786 @cindex unions in structures, printing
5787 Tell @value{GDBN} to print unions which are contained in structures
5788 and other unions. This is the default setting.
5789
5790 @item set print union off
5791 Tell @value{GDBN} not to print unions which are contained in
5792 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5793 instead.
5794
5795 @item show print union
5796 Ask @value{GDBN} whether or not it will print unions which are contained in
5797 structures and other unions.
5798
5799 For example, given the declarations
5800
5801 @smallexample
5802 typedef enum @{Tree, Bug@} Species;
5803 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5804 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5805 Bug_forms;
5806
5807 struct thing @{
5808 Species it;
5809 union @{
5810 Tree_forms tree;
5811 Bug_forms bug;
5812 @} form;
5813 @};
5814
5815 struct thing foo = @{Tree, @{Acorn@}@};
5816 @end smallexample
5817
5818 @noindent
5819 with @code{set print union on} in effect @samp{p foo} would print
5820
5821 @smallexample
5822 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5823 @end smallexample
5824
5825 @noindent
5826 and with @code{set print union off} in effect it would print
5827
5828 @smallexample
5829 $1 = @{it = Tree, form = @{...@}@}
5830 @end smallexample
5831
5832 @noindent
5833 @code{set print union} affects programs written in C-like languages
5834 and in Pascal.
5835 @end table
5836
5837 @need 1000
5838 @noindent
5839 These settings are of interest when debugging C@t{++} programs:
5840
5841 @table @code
5842 @cindex demangling C@t{++} names
5843 @item set print demangle
5844 @itemx set print demangle on
5845 Print C@t{++} names in their source form rather than in the encoded
5846 (``mangled'') form passed to the assembler and linker for type-safe
5847 linkage. The default is on.
5848
5849 @item show print demangle
5850 Show whether C@t{++} names are printed in mangled or demangled form.
5851
5852 @item set print asm-demangle
5853 @itemx set print asm-demangle on
5854 Print C@t{++} names in their source form rather than their mangled form, even
5855 in assembler code printouts such as instruction disassemblies.
5856 The default is off.
5857
5858 @item show print asm-demangle
5859 Show whether C@t{++} names in assembly listings are printed in mangled
5860 or demangled form.
5861
5862 @cindex C@t{++} symbol decoding style
5863 @cindex symbol decoding style, C@t{++}
5864 @kindex set demangle-style
5865 @item set demangle-style @var{style}
5866 Choose among several encoding schemes used by different compilers to
5867 represent C@t{++} names. The choices for @var{style} are currently:
5868
5869 @table @code
5870 @item auto
5871 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5872
5873 @item gnu
5874 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5875 This is the default.
5876
5877 @item hp
5878 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5879
5880 @item lucid
5881 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5882
5883 @item arm
5884 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5885 @strong{Warning:} this setting alone is not sufficient to allow
5886 debugging @code{cfront}-generated executables. @value{GDBN} would
5887 require further enhancement to permit that.
5888
5889 @end table
5890 If you omit @var{style}, you will see a list of possible formats.
5891
5892 @item show demangle-style
5893 Display the encoding style currently in use for decoding C@t{++} symbols.
5894
5895 @item set print object
5896 @itemx set print object on
5897 @cindex derived type of an object, printing
5898 @cindex display derived types
5899 When displaying a pointer to an object, identify the @emph{actual}
5900 (derived) type of the object rather than the @emph{declared} type, using
5901 the virtual function table.
5902
5903 @item set print object off
5904 Display only the declared type of objects, without reference to the
5905 virtual function table. This is the default setting.
5906
5907 @item show print object
5908 Show whether actual, or declared, object types are displayed.
5909
5910 @item set print static-members
5911 @itemx set print static-members on
5912 @cindex static members of C@t{++} objects
5913 Print static members when displaying a C@t{++} object. The default is on.
5914
5915 @item set print static-members off
5916 Do not print static members when displaying a C@t{++} object.
5917
5918 @item show print static-members
5919 Show whether C@t{++} static members are printed or not.
5920
5921 @item set print pascal_static-members
5922 @itemx set print pascal_static-members on
5923 @cindex static members of Pacal objects
5924 @cindex Pacal objects, static members display
5925 Print static members when displaying a Pascal object. The default is on.
5926
5927 @item set print pascal_static-members off
5928 Do not print static members when displaying a Pascal object.
5929
5930 @item show print pascal_static-members
5931 Show whether Pascal static members are printed or not.
5932
5933 @c These don't work with HP ANSI C++ yet.
5934 @item set print vtbl
5935 @itemx set print vtbl on
5936 @cindex pretty print C@t{++} virtual function tables
5937 @cindex virtual functions (C@t{++}) display
5938 @cindex VTBL display
5939 Pretty print C@t{++} virtual function tables. The default is off.
5940 (The @code{vtbl} commands do not work on programs compiled with the HP
5941 ANSI C@t{++} compiler (@code{aCC}).)
5942
5943 @item set print vtbl off
5944 Do not pretty print C@t{++} virtual function tables.
5945
5946 @item show print vtbl
5947 Show whether C@t{++} virtual function tables are pretty printed, or not.
5948 @end table
5949
5950 @node Value History
5951 @section Value history
5952
5953 @cindex value history
5954 @cindex history of values printed by @value{GDBN}
5955 Values printed by the @code{print} command are saved in the @value{GDBN}
5956 @dfn{value history}. This allows you to refer to them in other expressions.
5957 Values are kept until the symbol table is re-read or discarded
5958 (for example with the @code{file} or @code{symbol-file} commands).
5959 When the symbol table changes, the value history is discarded,
5960 since the values may contain pointers back to the types defined in the
5961 symbol table.
5962
5963 @cindex @code{$}
5964 @cindex @code{$$}
5965 @cindex history number
5966 The values printed are given @dfn{history numbers} by which you can
5967 refer to them. These are successive integers starting with one.
5968 @code{print} shows you the history number assigned to a value by
5969 printing @samp{$@var{num} = } before the value; here @var{num} is the
5970 history number.
5971
5972 To refer to any previous value, use @samp{$} followed by the value's
5973 history number. The way @code{print} labels its output is designed to
5974 remind you of this. Just @code{$} refers to the most recent value in
5975 the history, and @code{$$} refers to the value before that.
5976 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5977 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5978 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5979
5980 For example, suppose you have just printed a pointer to a structure and
5981 want to see the contents of the structure. It suffices to type
5982
5983 @smallexample
5984 p *$
5985 @end smallexample
5986
5987 If you have a chain of structures where the component @code{next} points
5988 to the next one, you can print the contents of the next one with this:
5989
5990 @smallexample
5991 p *$.next
5992 @end smallexample
5993
5994 @noindent
5995 You can print successive links in the chain by repeating this
5996 command---which you can do by just typing @key{RET}.
5997
5998 Note that the history records values, not expressions. If the value of
5999 @code{x} is 4 and you type these commands:
6000
6001 @smallexample
6002 print x
6003 set x=5
6004 @end smallexample
6005
6006 @noindent
6007 then the value recorded in the value history by the @code{print} command
6008 remains 4 even though the value of @code{x} has changed.
6009
6010 @table @code
6011 @kindex show values
6012 @item show values
6013 Print the last ten values in the value history, with their item numbers.
6014 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6015 values} does not change the history.
6016
6017 @item show values @var{n}
6018 Print ten history values centered on history item number @var{n}.
6019
6020 @item show values +
6021 Print ten history values just after the values last printed. If no more
6022 values are available, @code{show values +} produces no display.
6023 @end table
6024
6025 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6026 same effect as @samp{show values +}.
6027
6028 @node Convenience Vars
6029 @section Convenience variables
6030
6031 @cindex convenience variables
6032 @cindex user-defined variables
6033 @value{GDBN} provides @dfn{convenience variables} that you can use within
6034 @value{GDBN} to hold on to a value and refer to it later. These variables
6035 exist entirely within @value{GDBN}; they are not part of your program, and
6036 setting a convenience variable has no direct effect on further execution
6037 of your program. That is why you can use them freely.
6038
6039 Convenience variables are prefixed with @samp{$}. Any name preceded by
6040 @samp{$} can be used for a convenience variable, unless it is one of
6041 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6042 (Value history references, in contrast, are @emph{numbers} preceded
6043 by @samp{$}. @xref{Value History, ,Value history}.)
6044
6045 You can save a value in a convenience variable with an assignment
6046 expression, just as you would set a variable in your program.
6047 For example:
6048
6049 @smallexample
6050 set $foo = *object_ptr
6051 @end smallexample
6052
6053 @noindent
6054 would save in @code{$foo} the value contained in the object pointed to by
6055 @code{object_ptr}.
6056
6057 Using a convenience variable for the first time creates it, but its
6058 value is @code{void} until you assign a new value. You can alter the
6059 value with another assignment at any time.
6060
6061 Convenience variables have no fixed types. You can assign a convenience
6062 variable any type of value, including structures and arrays, even if
6063 that variable already has a value of a different type. The convenience
6064 variable, when used as an expression, has the type of its current value.
6065
6066 @table @code
6067 @kindex show convenience
6068 @cindex show all user variables
6069 @item show convenience
6070 Print a list of convenience variables used so far, and their values.
6071 Abbreviated @code{show conv}.
6072 @end table
6073
6074 One of the ways to use a convenience variable is as a counter to be
6075 incremented or a pointer to be advanced. For example, to print
6076 a field from successive elements of an array of structures:
6077
6078 @smallexample
6079 set $i = 0
6080 print bar[$i++]->contents
6081 @end smallexample
6082
6083 @noindent
6084 Repeat that command by typing @key{RET}.
6085
6086 Some convenience variables are created automatically by @value{GDBN} and given
6087 values likely to be useful.
6088
6089 @table @code
6090 @vindex $_@r{, convenience variable}
6091 @item $_
6092 The variable @code{$_} is automatically set by the @code{x} command to
6093 the last address examined (@pxref{Memory, ,Examining memory}). Other
6094 commands which provide a default address for @code{x} to examine also
6095 set @code{$_} to that address; these commands include @code{info line}
6096 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6097 except when set by the @code{x} command, in which case it is a pointer
6098 to the type of @code{$__}.
6099
6100 @vindex $__@r{, convenience variable}
6101 @item $__
6102 The variable @code{$__} is automatically set by the @code{x} command
6103 to the value found in the last address examined. Its type is chosen
6104 to match the format in which the data was printed.
6105
6106 @item $_exitcode
6107 @vindex $_exitcode@r{, convenience variable}
6108 The variable @code{$_exitcode} is automatically set to the exit code when
6109 the program being debugged terminates.
6110 @end table
6111
6112 On HP-UX systems, if you refer to a function or variable name that
6113 begins with a dollar sign, @value{GDBN} searches for a user or system
6114 name first, before it searches for a convenience variable.
6115
6116 @node Registers
6117 @section Registers
6118
6119 @cindex registers
6120 You can refer to machine register contents, in expressions, as variables
6121 with names starting with @samp{$}. The names of registers are different
6122 for each machine; use @code{info registers} to see the names used on
6123 your machine.
6124
6125 @table @code
6126 @kindex info registers
6127 @item info registers
6128 Print the names and values of all registers except floating-point
6129 and vector registers (in the selected stack frame).
6130
6131 @kindex info all-registers
6132 @cindex floating point registers
6133 @item info all-registers
6134 Print the names and values of all registers, including floating-point
6135 and vector registers (in the selected stack frame).
6136
6137 @item info registers @var{regname} @dots{}
6138 Print the @dfn{relativized} value of each specified register @var{regname}.
6139 As discussed in detail below, register values are normally relative to
6140 the selected stack frame. @var{regname} may be any register name valid on
6141 the machine you are using, with or without the initial @samp{$}.
6142 @end table
6143
6144 @cindex stack pointer register
6145 @cindex program counter register
6146 @cindex process status register
6147 @cindex frame pointer register
6148 @cindex standard registers
6149 @value{GDBN} has four ``standard'' register names that are available (in
6150 expressions) on most machines---whenever they do not conflict with an
6151 architecture's canonical mnemonics for registers. The register names
6152 @code{$pc} and @code{$sp} are used for the program counter register and
6153 the stack pointer. @code{$fp} is used for a register that contains a
6154 pointer to the current stack frame, and @code{$ps} is used for a
6155 register that contains the processor status. For example,
6156 you could print the program counter in hex with
6157
6158 @smallexample
6159 p/x $pc
6160 @end smallexample
6161
6162 @noindent
6163 or print the instruction to be executed next with
6164
6165 @smallexample
6166 x/i $pc
6167 @end smallexample
6168
6169 @noindent
6170 or add four to the stack pointer@footnote{This is a way of removing
6171 one word from the stack, on machines where stacks grow downward in
6172 memory (most machines, nowadays). This assumes that the innermost
6173 stack frame is selected; setting @code{$sp} is not allowed when other
6174 stack frames are selected. To pop entire frames off the stack,
6175 regardless of machine architecture, use @code{return};
6176 see @ref{Returning, ,Returning from a function}.} with
6177
6178 @smallexample
6179 set $sp += 4
6180 @end smallexample
6181
6182 Whenever possible, these four standard register names are available on
6183 your machine even though the machine has different canonical mnemonics,
6184 so long as there is no conflict. The @code{info registers} command
6185 shows the canonical names. For example, on the SPARC, @code{info
6186 registers} displays the processor status register as @code{$psr} but you
6187 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6188 is an alias for the @sc{eflags} register.
6189
6190 @value{GDBN} always considers the contents of an ordinary register as an
6191 integer when the register is examined in this way. Some machines have
6192 special registers which can hold nothing but floating point; these
6193 registers are considered to have floating point values. There is no way
6194 to refer to the contents of an ordinary register as floating point value
6195 (although you can @emph{print} it as a floating point value with
6196 @samp{print/f $@var{regname}}).
6197
6198 Some registers have distinct ``raw'' and ``virtual'' data formats. This
6199 means that the data format in which the register contents are saved by
6200 the operating system is not the same one that your program normally
6201 sees. For example, the registers of the 68881 floating point
6202 coprocessor are always saved in ``extended'' (raw) format, but all C
6203 programs expect to work with ``double'' (virtual) format. In such
6204 cases, @value{GDBN} normally works with the virtual format only (the format
6205 that makes sense for your program), but the @code{info registers} command
6206 prints the data in both formats.
6207
6208 Normally, register values are relative to the selected stack frame
6209 (@pxref{Selection, ,Selecting a frame}). This means that you get the
6210 value that the register would contain if all stack frames farther in
6211 were exited and their saved registers restored. In order to see the
6212 true contents of hardware registers, you must select the innermost
6213 frame (with @samp{frame 0}).
6214
6215 However, @value{GDBN} must deduce where registers are saved, from the machine
6216 code generated by your compiler. If some registers are not saved, or if
6217 @value{GDBN} is unable to locate the saved registers, the selected stack
6218 frame makes no difference.
6219
6220 @node Floating Point Hardware
6221 @section Floating point hardware
6222 @cindex floating point
6223
6224 Depending on the configuration, @value{GDBN} may be able to give
6225 you more information about the status of the floating point hardware.
6226
6227 @table @code
6228 @kindex info float
6229 @item info float
6230 Display hardware-dependent information about the floating
6231 point unit. The exact contents and layout vary depending on the
6232 floating point chip. Currently, @samp{info float} is supported on
6233 the ARM and x86 machines.
6234 @end table
6235
6236 @node Vector Unit
6237 @section Vector Unit
6238 @cindex vector unit
6239
6240 Depending on the configuration, @value{GDBN} may be able to give you
6241 more information about the status of the vector unit.
6242
6243 @table @code
6244 @kindex info vector
6245 @item info vector
6246 Display information about the vector unit. The exact contents and
6247 layout vary depending on the hardware.
6248 @end table
6249
6250 @node OS Information
6251 @section Operating system auxiliary information
6252 @cindex OS information
6253
6254 @value{GDBN} provides interfaces to useful OS facilities that can help
6255 you debug your program.
6256
6257 @cindex @code{ptrace} system call
6258 @cindex @code{struct user} contents
6259 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6260 machines), it interfaces with the inferior via the @code{ptrace}
6261 system call. The operating system creates a special sata structure,
6262 called @code{struct user}, for this interface. You can use the
6263 command @code{info udot} to display the contents of this data
6264 structure.
6265
6266 @table @code
6267 @item info udot
6268 @kindex info udot
6269 Display the contents of the @code{struct user} maintained by the OS
6270 kernel for the program being debugged. @value{GDBN} displays the
6271 contents of @code{struct user} as a list of hex numbers, similar to
6272 the @code{examine} command.
6273 @end table
6274
6275 @cindex auxiliary vector
6276 @cindex vector, auxiliary
6277 Some operating systems supply an @dfn{auxiliary vector} to programs at
6278 startup. This is akin to the arguments and environment that you
6279 specify for a program, but contains a system-dependent variety of
6280 binary values that tell system libraries important details about the
6281 hardware, operating system, and process. Each value's purpose is
6282 identified by an integer tag; the meanings are well-known but system-specific.
6283 Depending on the configuration and operating system facilities,
6284 @value{GDBN} may be able to show you this information. For remote
6285 targets, this functionality may further depend on the remote stub's
6286 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6287 configuration, auxiliary vector}.
6288
6289 @table @code
6290 @kindex info auxv
6291 @item info auxv
6292 Display the auxiliary vector of the inferior, which can be either a
6293 live process or a core dump file. @value{GDBN} prints each tag value
6294 numerically, and also shows names and text descriptions for recognized
6295 tags. Some values in the vector are numbers, some bit masks, and some
6296 pointers to strings or other data. @value{GDBN} displays each value in the
6297 most appropriate form for a recognized tag, and in hexadecimal for
6298 an unrecognized tag.
6299 @end table
6300
6301
6302 @node Memory Region Attributes
6303 @section Memory region attributes
6304 @cindex memory region attributes
6305
6306 @dfn{Memory region attributes} allow you to describe special handling
6307 required by regions of your target's memory. @value{GDBN} uses attributes
6308 to determine whether to allow certain types of memory accesses; whether to
6309 use specific width accesses; and whether to cache target memory.
6310
6311 Defined memory regions can be individually enabled and disabled. When a
6312 memory region is disabled, @value{GDBN} uses the default attributes when
6313 accessing memory in that region. Similarly, if no memory regions have
6314 been defined, @value{GDBN} uses the default attributes when accessing
6315 all memory.
6316
6317 When a memory region is defined, it is given a number to identify it;
6318 to enable, disable, or remove a memory region, you specify that number.
6319
6320 @table @code
6321 @kindex mem
6322 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6323 Define a memory region bounded by @var{lower} and @var{upper} with
6324 attributes @var{attributes}@dots{}, and add it to the list of regions
6325 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6326 case: it is treated as the the target's maximum memory address.
6327 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6328
6329 @kindex delete mem
6330 @item delete mem @var{nums}@dots{}
6331 Remove memory regions @var{nums}@dots{} from the list of regions
6332 monitored by @value{GDBN}.
6333
6334 @kindex disable mem
6335 @item disable mem @var{nums}@dots{}
6336 Disable monitoring of memory regions @var{nums}@dots{}.
6337 A disabled memory region is not forgotten.
6338 It may be enabled again later.
6339
6340 @kindex enable mem
6341 @item enable mem @var{nums}@dots{}
6342 Enable monitoring of memory regions @var{nums}@dots{}.
6343
6344 @kindex info mem
6345 @item info mem
6346 Print a table of all defined memory regions, with the following columns
6347 for each region:
6348
6349 @table @emph
6350 @item Memory Region Number
6351 @item Enabled or Disabled.
6352 Enabled memory regions are marked with @samp{y}.
6353 Disabled memory regions are marked with @samp{n}.
6354
6355 @item Lo Address
6356 The address defining the inclusive lower bound of the memory region.
6357
6358 @item Hi Address
6359 The address defining the exclusive upper bound of the memory region.
6360
6361 @item Attributes
6362 The list of attributes set for this memory region.
6363 @end table
6364 @end table
6365
6366
6367 @subsection Attributes
6368
6369 @subsubsection Memory Access Mode
6370 The access mode attributes set whether @value{GDBN} may make read or
6371 write accesses to a memory region.
6372
6373 While these attributes prevent @value{GDBN} from performing invalid
6374 memory accesses, they do nothing to prevent the target system, I/O DMA,
6375 etc. from accessing memory.
6376
6377 @table @code
6378 @item ro
6379 Memory is read only.
6380 @item wo
6381 Memory is write only.
6382 @item rw
6383 Memory is read/write. This is the default.
6384 @end table
6385
6386 @subsubsection Memory Access Size
6387 The acccess size attributes tells @value{GDBN} to use specific sized
6388 accesses in the memory region. Often memory mapped device registers
6389 require specific sized accesses. If no access size attribute is
6390 specified, @value{GDBN} may use accesses of any size.
6391
6392 @table @code
6393 @item 8
6394 Use 8 bit memory accesses.
6395 @item 16
6396 Use 16 bit memory accesses.
6397 @item 32
6398 Use 32 bit memory accesses.
6399 @item 64
6400 Use 64 bit memory accesses.
6401 @end table
6402
6403 @c @subsubsection Hardware/Software Breakpoints
6404 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6405 @c will use hardware or software breakpoints for the internal breakpoints
6406 @c used by the step, next, finish, until, etc. commands.
6407 @c
6408 @c @table @code
6409 @c @item hwbreak
6410 @c Always use hardware breakpoints
6411 @c @item swbreak (default)
6412 @c @end table
6413
6414 @subsubsection Data Cache
6415 The data cache attributes set whether @value{GDBN} will cache target
6416 memory. While this generally improves performance by reducing debug
6417 protocol overhead, it can lead to incorrect results because @value{GDBN}
6418 does not know about volatile variables or memory mapped device
6419 registers.
6420
6421 @table @code
6422 @item cache
6423 Enable @value{GDBN} to cache target memory.
6424 @item nocache
6425 Disable @value{GDBN} from caching target memory. This is the default.
6426 @end table
6427
6428 @c @subsubsection Memory Write Verification
6429 @c The memory write verification attributes set whether @value{GDBN}
6430 @c will re-reads data after each write to verify the write was successful.
6431 @c
6432 @c @table @code
6433 @c @item verify
6434 @c @item noverify (default)
6435 @c @end table
6436
6437 @node Dump/Restore Files
6438 @section Copy between memory and a file
6439 @cindex dump/restore files
6440 @cindex append data to a file
6441 @cindex dump data to a file
6442 @cindex restore data from a file
6443
6444 You can use the commands @code{dump}, @code{append}, and
6445 @code{restore} to copy data between target memory and a file. The
6446 @code{dump} and @code{append} commands write data to a file, and the
6447 @code{restore} command reads data from a file back into the inferior's
6448 memory. Files may be in binary, Motorola S-record, Intel hex, or
6449 Tektronix Hex format; however, @value{GDBN} can only append to binary
6450 files.
6451
6452 @table @code
6453
6454 @kindex dump
6455 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6456 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6457 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6458 or the value of @var{expr}, to @var{filename} in the given format.
6459
6460 The @var{format} parameter may be any one of:
6461 @table @code
6462 @item binary
6463 Raw binary form.
6464 @item ihex
6465 Intel hex format.
6466 @item srec
6467 Motorola S-record format.
6468 @item tekhex
6469 Tektronix Hex format.
6470 @end table
6471
6472 @value{GDBN} uses the same definitions of these formats as the
6473 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6474 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6475 form.
6476
6477 @kindex append
6478 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6479 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6480 Append the contents of memory from @var{start_addr} to @var{end_addr},
6481 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6482 (@value{GDBN} can only append data to files in raw binary form.)
6483
6484 @kindex restore
6485 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6486 Restore the contents of file @var{filename} into memory. The
6487 @code{restore} command can automatically recognize any known @sc{bfd}
6488 file format, except for raw binary. To restore a raw binary file you
6489 must specify the optional keyword @code{binary} after the filename.
6490
6491 If @var{bias} is non-zero, its value will be added to the addresses
6492 contained in the file. Binary files always start at address zero, so
6493 they will be restored at address @var{bias}. Other bfd files have
6494 a built-in location; they will be restored at offset @var{bias}
6495 from that location.
6496
6497 If @var{start} and/or @var{end} are non-zero, then only data between
6498 file offset @var{start} and file offset @var{end} will be restored.
6499 These offsets are relative to the addresses in the file, before
6500 the @var{bias} argument is applied.
6501
6502 @end table
6503
6504 @node Core File Generation
6505 @section How to Produce a Core File from Your Program
6506 @cindex dump core from inferior
6507
6508 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6509 image of a running process and its process status (register values
6510 etc.). Its primary use is post-mortem debugging of a program that
6511 crashed while it ran outside a debugger. A program that crashes
6512 automatically produces a core file, unless this feature is disabled by
6513 the user. @xref{Files}, for information on invoking @value{GDBN} in
6514 the post-mortem debugging mode.
6515
6516 Occasionally, you may wish to produce a core file of the program you
6517 are debugging in order to preserve a snapshot of its state.
6518 @value{GDBN} has a special command for that.
6519
6520 @table @code
6521 @kindex gcore
6522 @kindex generate-core-file
6523 @item generate-core-file [@var{file}]
6524 @itemx gcore [@var{file}]
6525 Produce a core dump of the inferior process. The optional argument
6526 @var{file} specifies the file name where to put the core dump. If not
6527 specified, the file name defaults to @file{core.@var{pid}}, where
6528 @var{pid} is the inferior process ID.
6529
6530 Note that this command is implemented only for some systems (as of
6531 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6532 @end table
6533
6534 @node Character Sets
6535 @section Character Sets
6536 @cindex character sets
6537 @cindex charset
6538 @cindex translating between character sets
6539 @cindex host character set
6540 @cindex target character set
6541
6542 If the program you are debugging uses a different character set to
6543 represent characters and strings than the one @value{GDBN} uses itself,
6544 @value{GDBN} can automatically translate between the character sets for
6545 you. The character set @value{GDBN} uses we call the @dfn{host
6546 character set}; the one the inferior program uses we call the
6547 @dfn{target character set}.
6548
6549 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6550 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6551 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6552 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6553 then the host character set is Latin-1, and the target character set is
6554 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6555 target-charset EBCDIC-US}, then @value{GDBN} translates between
6556 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6557 character and string literals in expressions.
6558
6559 @value{GDBN} has no way to automatically recognize which character set
6560 the inferior program uses; you must tell it, using the @code{set
6561 target-charset} command, described below.
6562
6563 Here are the commands for controlling @value{GDBN}'s character set
6564 support:
6565
6566 @table @code
6567 @item set target-charset @var{charset}
6568 @kindex set target-charset
6569 Set the current target character set to @var{charset}. We list the
6570 character set names @value{GDBN} recognizes below, but if you type
6571 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6572 list the target character sets it supports.
6573 @end table
6574
6575 @table @code
6576 @item set host-charset @var{charset}
6577 @kindex set host-charset
6578 Set the current host character set to @var{charset}.
6579
6580 By default, @value{GDBN} uses a host character set appropriate to the
6581 system it is running on; you can override that default using the
6582 @code{set host-charset} command.
6583
6584 @value{GDBN} can only use certain character sets as its host character
6585 set. We list the character set names @value{GDBN} recognizes below, and
6586 indicate which can be host character sets, but if you type
6587 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6588 list the host character sets it supports.
6589
6590 @item set charset @var{charset}
6591 @kindex set charset
6592 Set the current host and target character sets to @var{charset}. As
6593 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6594 @value{GDBN} will list the name of the character sets that can be used
6595 for both host and target.
6596
6597
6598 @item show charset
6599 @kindex show charset
6600 Show the names of the current host and target charsets.
6601
6602 @itemx show host-charset
6603 @kindex show host-charset
6604 Show the name of the current host charset.
6605
6606 @itemx show target-charset
6607 @kindex show target-charset
6608 Show the name of the current target charset.
6609
6610 @end table
6611
6612 @value{GDBN} currently includes support for the following character
6613 sets:
6614
6615 @table @code
6616
6617 @item ASCII
6618 @cindex ASCII character set
6619 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6620 character set.
6621
6622 @item ISO-8859-1
6623 @cindex ISO 8859-1 character set
6624 @cindex ISO Latin 1 character set
6625 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6626 characters needed for French, German, and Spanish. @value{GDBN} can use
6627 this as its host character set.
6628
6629 @item EBCDIC-US
6630 @itemx IBM1047
6631 @cindex EBCDIC character set
6632 @cindex IBM1047 character set
6633 Variants of the @sc{ebcdic} character set, used on some of IBM's
6634 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6635 @value{GDBN} cannot use these as its host character set.
6636
6637 @end table
6638
6639 Note that these are all single-byte character sets. More work inside
6640 GDB is needed to support multi-byte or variable-width character
6641 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6642
6643 Here is an example of @value{GDBN}'s character set support in action.
6644 Assume that the following source code has been placed in the file
6645 @file{charset-test.c}:
6646
6647 @smallexample
6648 #include <stdio.h>
6649
6650 char ascii_hello[]
6651 = @{72, 101, 108, 108, 111, 44, 32, 119,
6652 111, 114, 108, 100, 33, 10, 0@};
6653 char ibm1047_hello[]
6654 = @{200, 133, 147, 147, 150, 107, 64, 166,
6655 150, 153, 147, 132, 90, 37, 0@};
6656
6657 main ()
6658 @{
6659 printf ("Hello, world!\n");
6660 @}
6661 @end smallexample
6662
6663 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6664 containing the string @samp{Hello, world!} followed by a newline,
6665 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6666
6667 We compile the program, and invoke the debugger on it:
6668
6669 @smallexample
6670 $ gcc -g charset-test.c -o charset-test
6671 $ gdb -nw charset-test
6672 GNU gdb 2001-12-19-cvs
6673 Copyright 2001 Free Software Foundation, Inc.
6674 @dots{}
6675 (@value{GDBP})
6676 @end smallexample
6677
6678 We can use the @code{show charset} command to see what character sets
6679 @value{GDBN} is currently using to interpret and display characters and
6680 strings:
6681
6682 @smallexample
6683 (@value{GDBP}) show charset
6684 The current host and target character set is `ISO-8859-1'.
6685 (@value{GDBP})
6686 @end smallexample
6687
6688 For the sake of printing this manual, let's use @sc{ascii} as our
6689 initial character set:
6690 @smallexample
6691 (@value{GDBP}) set charset ASCII
6692 (@value{GDBP}) show charset
6693 The current host and target character set is `ASCII'.
6694 (@value{GDBP})
6695 @end smallexample
6696
6697 Let's assume that @sc{ascii} is indeed the correct character set for our
6698 host system --- in other words, let's assume that if @value{GDBN} prints
6699 characters using the @sc{ascii} character set, our terminal will display
6700 them properly. Since our current target character set is also
6701 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6702
6703 @smallexample
6704 (@value{GDBP}) print ascii_hello
6705 $1 = 0x401698 "Hello, world!\n"
6706 (@value{GDBP}) print ascii_hello[0]
6707 $2 = 72 'H'
6708 (@value{GDBP})
6709 @end smallexample
6710
6711 @value{GDBN} uses the target character set for character and string
6712 literals you use in expressions:
6713
6714 @smallexample
6715 (@value{GDBP}) print '+'
6716 $3 = 43 '+'
6717 (@value{GDBP})
6718 @end smallexample
6719
6720 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6721 character.
6722
6723 @value{GDBN} relies on the user to tell it which character set the
6724 target program uses. If we print @code{ibm1047_hello} while our target
6725 character set is still @sc{ascii}, we get jibberish:
6726
6727 @smallexample
6728 (@value{GDBP}) print ibm1047_hello
6729 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6730 (@value{GDBP}) print ibm1047_hello[0]
6731 $5 = 200 '\310'
6732 (@value{GDBP})
6733 @end smallexample
6734
6735 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6736 @value{GDBN} tells us the character sets it supports:
6737
6738 @smallexample
6739 (@value{GDBP}) set target-charset
6740 ASCII EBCDIC-US IBM1047 ISO-8859-1
6741 (@value{GDBP}) set target-charset
6742 @end smallexample
6743
6744 We can select @sc{ibm1047} as our target character set, and examine the
6745 program's strings again. Now the @sc{ascii} string is wrong, but
6746 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6747 target character set, @sc{ibm1047}, to the host character set,
6748 @sc{ascii}, and they display correctly:
6749
6750 @smallexample
6751 (@value{GDBP}) set target-charset IBM1047
6752 (@value{GDBP}) show charset
6753 The current host character set is `ASCII'.
6754 The current target character set is `IBM1047'.
6755 (@value{GDBP}) print ascii_hello
6756 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6757 (@value{GDBP}) print ascii_hello[0]
6758 $7 = 72 '\110'
6759 (@value{GDBP}) print ibm1047_hello
6760 $8 = 0x4016a8 "Hello, world!\n"
6761 (@value{GDBP}) print ibm1047_hello[0]
6762 $9 = 200 'H'
6763 (@value{GDBP})
6764 @end smallexample
6765
6766 As above, @value{GDBN} uses the target character set for character and
6767 string literals you use in expressions:
6768
6769 @smallexample
6770 (@value{GDBP}) print '+'
6771 $10 = 78 '+'
6772 (@value{GDBP})
6773 @end smallexample
6774
6775 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6776 character.
6777
6778 @node Caching Remote Data
6779 @section Caching Data of Remote Targets
6780 @cindex caching data of remote targets
6781
6782 @value{GDBN} can cache data exchanged between the debugger and a
6783 remote target (@pxref{Remote}). Such caching generally improves
6784 performance, because it reduces the overhead of the remote protocol by
6785 bundling memory reads and writes into large chunks. Unfortunately,
6786 @value{GDBN} does not currently know anything about volatile
6787 registers, and thus data caching will produce incorrect results when
6788 volatile registers are in use.
6789
6790 @table @code
6791 @kindex set remotecache
6792 @item set remotecache on
6793 @itemx set remotecache off
6794 Set caching state for remote targets. When @code{ON}, use data
6795 caching. By default, this option is @code{OFF}.
6796
6797 @kindex show remotecache
6798 @item show remotecache
6799 Show the current state of data caching for remote targets.
6800
6801 @kindex info dcache
6802 @item info dcache
6803 Print the information about the data cache performance. The
6804 information displayed includes: the dcache width and depth; and for
6805 each cache line, how many times it was referenced, and its data and
6806 state (dirty, bad, ok, etc.). This command is useful for debugging
6807 the data cache operation.
6808 @end table
6809
6810
6811 @node Macros
6812 @chapter C Preprocessor Macros
6813
6814 Some languages, such as C and C@t{++}, provide a way to define and invoke
6815 ``preprocessor macros'' which expand into strings of tokens.
6816 @value{GDBN} can evaluate expressions containing macro invocations, show
6817 the result of macro expansion, and show a macro's definition, including
6818 where it was defined.
6819
6820 You may need to compile your program specially to provide @value{GDBN}
6821 with information about preprocessor macros. Most compilers do not
6822 include macros in their debugging information, even when you compile
6823 with the @option{-g} flag. @xref{Compilation}.
6824
6825 A program may define a macro at one point, remove that definition later,
6826 and then provide a different definition after that. Thus, at different
6827 points in the program, a macro may have different definitions, or have
6828 no definition at all. If there is a current stack frame, @value{GDBN}
6829 uses the macros in scope at that frame's source code line. Otherwise,
6830 @value{GDBN} uses the macros in scope at the current listing location;
6831 see @ref{List}.
6832
6833 At the moment, @value{GDBN} does not support the @code{##}
6834 token-splicing operator, the @code{#} stringification operator, or
6835 variable-arity macros.
6836
6837 Whenever @value{GDBN} evaluates an expression, it always expands any
6838 macro invocations present in the expression. @value{GDBN} also provides
6839 the following commands for working with macros explicitly.
6840
6841 @table @code
6842
6843 @kindex macro expand
6844 @cindex macro expansion, showing the results of preprocessor
6845 @cindex preprocessor macro expansion, showing the results of
6846 @cindex expanding preprocessor macros
6847 @item macro expand @var{expression}
6848 @itemx macro exp @var{expression}
6849 Show the results of expanding all preprocessor macro invocations in
6850 @var{expression}. Since @value{GDBN} simply expands macros, but does
6851 not parse the result, @var{expression} need not be a valid expression;
6852 it can be any string of tokens.
6853
6854 @kindex macro exp1
6855 @item macro expand-once @var{expression}
6856 @itemx macro exp1 @var{expression}
6857 @cindex expand macro once
6858 @i{(This command is not yet implemented.)} Show the results of
6859 expanding those preprocessor macro invocations that appear explicitly in
6860 @var{expression}. Macro invocations appearing in that expansion are
6861 left unchanged. This command allows you to see the effect of a
6862 particular macro more clearly, without being confused by further
6863 expansions. Since @value{GDBN} simply expands macros, but does not
6864 parse the result, @var{expression} need not be a valid expression; it
6865 can be any string of tokens.
6866
6867 @kindex info macro
6868 @cindex macro definition, showing
6869 @cindex definition, showing a macro's
6870 @item info macro @var{macro}
6871 Show the definition of the macro named @var{macro}, and describe the
6872 source location where that definition was established.
6873
6874 @kindex macro define
6875 @cindex user-defined macros
6876 @cindex defining macros interactively
6877 @cindex macros, user-defined
6878 @item macro define @var{macro} @var{replacement-list}
6879 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6880 @i{(This command is not yet implemented.)} Introduce a definition for a
6881 preprocessor macro named @var{macro}, invocations of which are replaced
6882 by the tokens given in @var{replacement-list}. The first form of this
6883 command defines an ``object-like'' macro, which takes no arguments; the
6884 second form defines a ``function-like'' macro, which takes the arguments
6885 given in @var{arglist}.
6886
6887 A definition introduced by this command is in scope in every expression
6888 evaluated in @value{GDBN}, until it is removed with the @command{macro
6889 undef} command, described below. The definition overrides all
6890 definitions for @var{macro} present in the program being debugged, as
6891 well as any previous user-supplied definition.
6892
6893 @kindex macro undef
6894 @item macro undef @var{macro}
6895 @i{(This command is not yet implemented.)} Remove any user-supplied
6896 definition for the macro named @var{macro}. This command only affects
6897 definitions provided with the @command{macro define} command, described
6898 above; it cannot remove definitions present in the program being
6899 debugged.
6900
6901 @kindex macro list
6902 @item macro list
6903 @i{(This command is not yet implemented.)} List all the macros
6904 defined using the @code{macro define} command.
6905 @end table
6906
6907 @cindex macros, example of debugging with
6908 Here is a transcript showing the above commands in action. First, we
6909 show our source files:
6910
6911 @smallexample
6912 $ cat sample.c
6913 #include <stdio.h>
6914 #include "sample.h"
6915
6916 #define M 42
6917 #define ADD(x) (M + x)
6918
6919 main ()
6920 @{
6921 #define N 28
6922 printf ("Hello, world!\n");
6923 #undef N
6924 printf ("We're so creative.\n");
6925 #define N 1729
6926 printf ("Goodbye, world!\n");
6927 @}
6928 $ cat sample.h
6929 #define Q <
6930 $
6931 @end smallexample
6932
6933 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6934 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6935 compiler includes information about preprocessor macros in the debugging
6936 information.
6937
6938 @smallexample
6939 $ gcc -gdwarf-2 -g3 sample.c -o sample
6940 $
6941 @end smallexample
6942
6943 Now, we start @value{GDBN} on our sample program:
6944
6945 @smallexample
6946 $ gdb -nw sample
6947 GNU gdb 2002-05-06-cvs
6948 Copyright 2002 Free Software Foundation, Inc.
6949 GDB is free software, @dots{}
6950 (@value{GDBP})
6951 @end smallexample
6952
6953 We can expand macros and examine their definitions, even when the
6954 program is not running. @value{GDBN} uses the current listing position
6955 to decide which macro definitions are in scope:
6956
6957 @smallexample
6958 (@value{GDBP}) list main
6959 3
6960 4 #define M 42
6961 5 #define ADD(x) (M + x)
6962 6
6963 7 main ()
6964 8 @{
6965 9 #define N 28
6966 10 printf ("Hello, world!\n");
6967 11 #undef N
6968 12 printf ("We're so creative.\n");
6969 (@value{GDBP}) info macro ADD
6970 Defined at /home/jimb/gdb/macros/play/sample.c:5
6971 #define ADD(x) (M + x)
6972 (@value{GDBP}) info macro Q
6973 Defined at /home/jimb/gdb/macros/play/sample.h:1
6974 included at /home/jimb/gdb/macros/play/sample.c:2
6975 #define Q <
6976 (@value{GDBP}) macro expand ADD(1)
6977 expands to: (42 + 1)
6978 (@value{GDBP}) macro expand-once ADD(1)
6979 expands to: once (M + 1)
6980 (@value{GDBP})
6981 @end smallexample
6982
6983 In the example above, note that @command{macro expand-once} expands only
6984 the macro invocation explicit in the original text --- the invocation of
6985 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6986 which was introduced by @code{ADD}.
6987
6988 Once the program is running, GDB uses the macro definitions in force at
6989 the source line of the current stack frame:
6990
6991 @smallexample
6992 (@value{GDBP}) break main
6993 Breakpoint 1 at 0x8048370: file sample.c, line 10.
6994 (@value{GDBP}) run
6995 Starting program: /home/jimb/gdb/macros/play/sample
6996
6997 Breakpoint 1, main () at sample.c:10
6998 10 printf ("Hello, world!\n");
6999 (@value{GDBP})
7000 @end smallexample
7001
7002 At line 10, the definition of the macro @code{N} at line 9 is in force:
7003
7004 @smallexample
7005 (@value{GDBP}) info macro N
7006 Defined at /home/jimb/gdb/macros/play/sample.c:9
7007 #define N 28
7008 (@value{GDBP}) macro expand N Q M
7009 expands to: 28 < 42
7010 (@value{GDBP}) print N Q M
7011 $1 = 1
7012 (@value{GDBP})
7013 @end smallexample
7014
7015 As we step over directives that remove @code{N}'s definition, and then
7016 give it a new definition, @value{GDBN} finds the definition (or lack
7017 thereof) in force at each point:
7018
7019 @smallexample
7020 (@value{GDBP}) next
7021 Hello, world!
7022 12 printf ("We're so creative.\n");
7023 (@value{GDBP}) info macro N
7024 The symbol `N' has no definition as a C/C++ preprocessor macro
7025 at /home/jimb/gdb/macros/play/sample.c:12
7026 (@value{GDBP}) next
7027 We're so creative.
7028 14 printf ("Goodbye, world!\n");
7029 (@value{GDBP}) info macro N
7030 Defined at /home/jimb/gdb/macros/play/sample.c:13
7031 #define N 1729
7032 (@value{GDBP}) macro expand N Q M
7033 expands to: 1729 < 42
7034 (@value{GDBP}) print N Q M
7035 $2 = 0
7036 (@value{GDBP})
7037 @end smallexample
7038
7039
7040 @node Tracepoints
7041 @chapter Tracepoints
7042 @c This chapter is based on the documentation written by Michael
7043 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7044
7045 @cindex tracepoints
7046 In some applications, it is not feasible for the debugger to interrupt
7047 the program's execution long enough for the developer to learn
7048 anything helpful about its behavior. If the program's correctness
7049 depends on its real-time behavior, delays introduced by a debugger
7050 might cause the program to change its behavior drastically, or perhaps
7051 fail, even when the code itself is correct. It is useful to be able
7052 to observe the program's behavior without interrupting it.
7053
7054 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7055 specify locations in the program, called @dfn{tracepoints}, and
7056 arbitrary expressions to evaluate when those tracepoints are reached.
7057 Later, using the @code{tfind} command, you can examine the values
7058 those expressions had when the program hit the tracepoints. The
7059 expressions may also denote objects in memory---structures or arrays,
7060 for example---whose values @value{GDBN} should record; while visiting
7061 a particular tracepoint, you may inspect those objects as if they were
7062 in memory at that moment. However, because @value{GDBN} records these
7063 values without interacting with you, it can do so quickly and
7064 unobtrusively, hopefully not disturbing the program's behavior.
7065
7066 The tracepoint facility is currently available only for remote
7067 targets. @xref{Targets}. In addition, your remote target must know how
7068 to collect trace data. This functionality is implemented in the remote
7069 stub; however, none of the stubs distributed with @value{GDBN} support
7070 tracepoints as of this writing.
7071
7072 This chapter describes the tracepoint commands and features.
7073
7074 @menu
7075 * Set Tracepoints::
7076 * Analyze Collected Data::
7077 * Tracepoint Variables::
7078 @end menu
7079
7080 @node Set Tracepoints
7081 @section Commands to Set Tracepoints
7082
7083 Before running such a @dfn{trace experiment}, an arbitrary number of
7084 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7085 tracepoint has a number assigned to it by @value{GDBN}. Like with
7086 breakpoints, tracepoint numbers are successive integers starting from
7087 one. Many of the commands associated with tracepoints take the
7088 tracepoint number as their argument, to identify which tracepoint to
7089 work on.
7090
7091 For each tracepoint, you can specify, in advance, some arbitrary set
7092 of data that you want the target to collect in the trace buffer when
7093 it hits that tracepoint. The collected data can include registers,
7094 local variables, or global data. Later, you can use @value{GDBN}
7095 commands to examine the values these data had at the time the
7096 tracepoint was hit.
7097
7098 This section describes commands to set tracepoints and associated
7099 conditions and actions.
7100
7101 @menu
7102 * Create and Delete Tracepoints::
7103 * Enable and Disable Tracepoints::
7104 * Tracepoint Passcounts::
7105 * Tracepoint Actions::
7106 * Listing Tracepoints::
7107 * Starting and Stopping Trace Experiment::
7108 @end menu
7109
7110 @node Create and Delete Tracepoints
7111 @subsection Create and Delete Tracepoints
7112
7113 @table @code
7114 @cindex set tracepoint
7115 @kindex trace
7116 @item trace
7117 The @code{trace} command is very similar to the @code{break} command.
7118 Its argument can be a source line, a function name, or an address in
7119 the target program. @xref{Set Breaks}. The @code{trace} command
7120 defines a tracepoint, which is a point in the target program where the
7121 debugger will briefly stop, collect some data, and then allow the
7122 program to continue. Setting a tracepoint or changing its commands
7123 doesn't take effect until the next @code{tstart} command; thus, you
7124 cannot change the tracepoint attributes once a trace experiment is
7125 running.
7126
7127 Here are some examples of using the @code{trace} command:
7128
7129 @smallexample
7130 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7131
7132 (@value{GDBP}) @b{trace +2} // 2 lines forward
7133
7134 (@value{GDBP}) @b{trace my_function} // first source line of function
7135
7136 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7137
7138 (@value{GDBP}) @b{trace *0x2117c4} // an address
7139 @end smallexample
7140
7141 @noindent
7142 You can abbreviate @code{trace} as @code{tr}.
7143
7144 @vindex $tpnum
7145 @cindex last tracepoint number
7146 @cindex recent tracepoint number
7147 @cindex tracepoint number
7148 The convenience variable @code{$tpnum} records the tracepoint number
7149 of the most recently set tracepoint.
7150
7151 @kindex delete tracepoint
7152 @cindex tracepoint deletion
7153 @item delete tracepoint @r{[}@var{num}@r{]}
7154 Permanently delete one or more tracepoints. With no argument, the
7155 default is to delete all tracepoints.
7156
7157 Examples:
7158
7159 @smallexample
7160 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7161
7162 (@value{GDBP}) @b{delete trace} // remove all tracepoints
7163 @end smallexample
7164
7165 @noindent
7166 You can abbreviate this command as @code{del tr}.
7167 @end table
7168
7169 @node Enable and Disable Tracepoints
7170 @subsection Enable and Disable Tracepoints
7171
7172 @table @code
7173 @kindex disable tracepoint
7174 @item disable tracepoint @r{[}@var{num}@r{]}
7175 Disable tracepoint @var{num}, or all tracepoints if no argument
7176 @var{num} is given. A disabled tracepoint will have no effect during
7177 the next trace experiment, but it is not forgotten. You can re-enable
7178 a disabled tracepoint using the @code{enable tracepoint} command.
7179
7180 @kindex enable tracepoint
7181 @item enable tracepoint @r{[}@var{num}@r{]}
7182 Enable tracepoint @var{num}, or all tracepoints. The enabled
7183 tracepoints will become effective the next time a trace experiment is
7184 run.
7185 @end table
7186
7187 @node Tracepoint Passcounts
7188 @subsection Tracepoint Passcounts
7189
7190 @table @code
7191 @kindex passcount
7192 @cindex tracepoint pass count
7193 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7194 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7195 automatically stop a trace experiment. If a tracepoint's passcount is
7196 @var{n}, then the trace experiment will be automatically stopped on
7197 the @var{n}'th time that tracepoint is hit. If the tracepoint number
7198 @var{num} is not specified, the @code{passcount} command sets the
7199 passcount of the most recently defined tracepoint. If no passcount is
7200 given, the trace experiment will run until stopped explicitly by the
7201 user.
7202
7203 Examples:
7204
7205 @smallexample
7206 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7207 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7208
7209 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
7210 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7211 (@value{GDBP}) @b{trace foo}
7212 (@value{GDBP}) @b{pass 3}
7213 (@value{GDBP}) @b{trace bar}
7214 (@value{GDBP}) @b{pass 2}
7215 (@value{GDBP}) @b{trace baz}
7216 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
7217 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7218 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7219 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7220 @end smallexample
7221 @end table
7222
7223 @node Tracepoint Actions
7224 @subsection Tracepoint Action Lists
7225
7226 @table @code
7227 @kindex actions
7228 @cindex tracepoint actions
7229 @item actions @r{[}@var{num}@r{]}
7230 This command will prompt for a list of actions to be taken when the
7231 tracepoint is hit. If the tracepoint number @var{num} is not
7232 specified, this command sets the actions for the one that was most
7233 recently defined (so that you can define a tracepoint and then say
7234 @code{actions} without bothering about its number). You specify the
7235 actions themselves on the following lines, one action at a time, and
7236 terminate the actions list with a line containing just @code{end}. So
7237 far, the only defined actions are @code{collect} and
7238 @code{while-stepping}.
7239
7240 @cindex remove actions from a tracepoint
7241 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7242 and follow it immediately with @samp{end}.
7243
7244 @smallexample
7245 (@value{GDBP}) @b{collect @var{data}} // collect some data
7246
7247 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7248
7249 (@value{GDBP}) @b{end} // signals the end of actions.
7250 @end smallexample
7251
7252 In the following example, the action list begins with @code{collect}
7253 commands indicating the things to be collected when the tracepoint is
7254 hit. Then, in order to single-step and collect additional data
7255 following the tracepoint, a @code{while-stepping} command is used,
7256 followed by the list of things to be collected while stepping. The
7257 @code{while-stepping} command is terminated by its own separate
7258 @code{end} command. Lastly, the action list is terminated by an
7259 @code{end} command.
7260
7261 @smallexample
7262 (@value{GDBP}) @b{trace foo}
7263 (@value{GDBP}) @b{actions}
7264 Enter actions for tracepoint 1, one per line:
7265 > collect bar,baz
7266 > collect $regs
7267 > while-stepping 12
7268 > collect $fp, $sp
7269 > end
7270 end
7271 @end smallexample
7272
7273 @kindex collect @r{(tracepoints)}
7274 @item collect @var{expr1}, @var{expr2}, @dots{}
7275 Collect values of the given expressions when the tracepoint is hit.
7276 This command accepts a comma-separated list of any valid expressions.
7277 In addition to global, static, or local variables, the following
7278 special arguments are supported:
7279
7280 @table @code
7281 @item $regs
7282 collect all registers
7283
7284 @item $args
7285 collect all function arguments
7286
7287 @item $locals
7288 collect all local variables.
7289 @end table
7290
7291 You can give several consecutive @code{collect} commands, each one
7292 with a single argument, or one @code{collect} command with several
7293 arguments separated by commas: the effect is the same.
7294
7295 The command @code{info scope} (@pxref{Symbols, info scope}) is
7296 particularly useful for figuring out what data to collect.
7297
7298 @kindex while-stepping @r{(tracepoints)}
7299 @item while-stepping @var{n}
7300 Perform @var{n} single-step traces after the tracepoint, collecting
7301 new data at each step. The @code{while-stepping} command is
7302 followed by the list of what to collect while stepping (followed by
7303 its own @code{end} command):
7304
7305 @smallexample
7306 > while-stepping 12
7307 > collect $regs, myglobal
7308 > end
7309 >
7310 @end smallexample
7311
7312 @noindent
7313 You may abbreviate @code{while-stepping} as @code{ws} or
7314 @code{stepping}.
7315 @end table
7316
7317 @node Listing Tracepoints
7318 @subsection Listing Tracepoints
7319
7320 @table @code
7321 @kindex info tracepoints
7322 @kindex info tp
7323 @cindex information about tracepoints
7324 @item info tracepoints @r{[}@var{num}@r{]}
7325 Display information about the tracepoint @var{num}. If you don't specify
7326 a tracepoint number, displays information about all the tracepoints
7327 defined so far. For each tracepoint, the following information is
7328 shown:
7329
7330 @itemize @bullet
7331 @item
7332 its number
7333 @item
7334 whether it is enabled or disabled
7335 @item
7336 its address
7337 @item
7338 its passcount as given by the @code{passcount @var{n}} command
7339 @item
7340 its step count as given by the @code{while-stepping @var{n}} command
7341 @item
7342 where in the source files is the tracepoint set
7343 @item
7344 its action list as given by the @code{actions} command
7345 @end itemize
7346
7347 @smallexample
7348 (@value{GDBP}) @b{info trace}
7349 Num Enb Address PassC StepC What
7350 1 y 0x002117c4 0 0 <gdb_asm>
7351 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
7352 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
7353 (@value{GDBP})
7354 @end smallexample
7355
7356 @noindent
7357 This command can be abbreviated @code{info tp}.
7358 @end table
7359
7360 @node Starting and Stopping Trace Experiment
7361 @subsection Starting and Stopping Trace Experiment
7362
7363 @table @code
7364 @kindex tstart
7365 @cindex start a new trace experiment
7366 @cindex collected data discarded
7367 @item tstart
7368 This command takes no arguments. It starts the trace experiment, and
7369 begins collecting data. This has the side effect of discarding all
7370 the data collected in the trace buffer during the previous trace
7371 experiment.
7372
7373 @kindex tstop
7374 @cindex stop a running trace experiment
7375 @item tstop
7376 This command takes no arguments. It ends the trace experiment, and
7377 stops collecting data.
7378
7379 @strong{Note}: a trace experiment and data collection may stop
7380 automatically if any tracepoint's passcount is reached
7381 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7382
7383 @kindex tstatus
7384 @cindex status of trace data collection
7385 @cindex trace experiment, status of
7386 @item tstatus
7387 This command displays the status of the current trace data
7388 collection.
7389 @end table
7390
7391 Here is an example of the commands we described so far:
7392
7393 @smallexample
7394 (@value{GDBP}) @b{trace gdb_c_test}
7395 (@value{GDBP}) @b{actions}
7396 Enter actions for tracepoint #1, one per line.
7397 > collect $regs,$locals,$args
7398 > while-stepping 11
7399 > collect $regs
7400 > end
7401 > end
7402 (@value{GDBP}) @b{tstart}
7403 [time passes @dots{}]
7404 (@value{GDBP}) @b{tstop}
7405 @end smallexample
7406
7407
7408 @node Analyze Collected Data
7409 @section Using the collected data
7410
7411 After the tracepoint experiment ends, you use @value{GDBN} commands
7412 for examining the trace data. The basic idea is that each tracepoint
7413 collects a trace @dfn{snapshot} every time it is hit and another
7414 snapshot every time it single-steps. All these snapshots are
7415 consecutively numbered from zero and go into a buffer, and you can
7416 examine them later. The way you examine them is to @dfn{focus} on a
7417 specific trace snapshot. When the remote stub is focused on a trace
7418 snapshot, it will respond to all @value{GDBN} requests for memory and
7419 registers by reading from the buffer which belongs to that snapshot,
7420 rather than from @emph{real} memory or registers of the program being
7421 debugged. This means that @strong{all} @value{GDBN} commands
7422 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7423 behave as if we were currently debugging the program state as it was
7424 when the tracepoint occurred. Any requests for data that are not in
7425 the buffer will fail.
7426
7427 @menu
7428 * tfind:: How to select a trace snapshot
7429 * tdump:: How to display all data for a snapshot
7430 * save-tracepoints:: How to save tracepoints for a future run
7431 @end menu
7432
7433 @node tfind
7434 @subsection @code{tfind @var{n}}
7435
7436 @kindex tfind
7437 @cindex select trace snapshot
7438 @cindex find trace snapshot
7439 The basic command for selecting a trace snapshot from the buffer is
7440 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7441 counting from zero. If no argument @var{n} is given, the next
7442 snapshot is selected.
7443
7444 Here are the various forms of using the @code{tfind} command.
7445
7446 @table @code
7447 @item tfind start
7448 Find the first snapshot in the buffer. This is a synonym for
7449 @code{tfind 0} (since 0 is the number of the first snapshot).
7450
7451 @item tfind none
7452 Stop debugging trace snapshots, resume @emph{live} debugging.
7453
7454 @item tfind end
7455 Same as @samp{tfind none}.
7456
7457 @item tfind
7458 No argument means find the next trace snapshot.
7459
7460 @item tfind -
7461 Find the previous trace snapshot before the current one. This permits
7462 retracing earlier steps.
7463
7464 @item tfind tracepoint @var{num}
7465 Find the next snapshot associated with tracepoint @var{num}. Search
7466 proceeds forward from the last examined trace snapshot. If no
7467 argument @var{num} is given, it means find the next snapshot collected
7468 for the same tracepoint as the current snapshot.
7469
7470 @item tfind pc @var{addr}
7471 Find the next snapshot associated with the value @var{addr} of the
7472 program counter. Search proceeds forward from the last examined trace
7473 snapshot. If no argument @var{addr} is given, it means find the next
7474 snapshot with the same value of PC as the current snapshot.
7475
7476 @item tfind outside @var{addr1}, @var{addr2}
7477 Find the next snapshot whose PC is outside the given range of
7478 addresses.
7479
7480 @item tfind range @var{addr1}, @var{addr2}
7481 Find the next snapshot whose PC is between @var{addr1} and
7482 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7483
7484 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7485 Find the next snapshot associated with the source line @var{n}. If
7486 the optional argument @var{file} is given, refer to line @var{n} in
7487 that source file. Search proceeds forward from the last examined
7488 trace snapshot. If no argument @var{n} is given, it means find the
7489 next line other than the one currently being examined; thus saying
7490 @code{tfind line} repeatedly can appear to have the same effect as
7491 stepping from line to line in a @emph{live} debugging session.
7492 @end table
7493
7494 The default arguments for the @code{tfind} commands are specifically
7495 designed to make it easy to scan through the trace buffer. For
7496 instance, @code{tfind} with no argument selects the next trace
7497 snapshot, and @code{tfind -} with no argument selects the previous
7498 trace snapshot. So, by giving one @code{tfind} command, and then
7499 simply hitting @key{RET} repeatedly you can examine all the trace
7500 snapshots in order. Or, by saying @code{tfind -} and then hitting
7501 @key{RET} repeatedly you can examine the snapshots in reverse order.
7502 The @code{tfind line} command with no argument selects the snapshot
7503 for the next source line executed. The @code{tfind pc} command with
7504 no argument selects the next snapshot with the same program counter
7505 (PC) as the current frame. The @code{tfind tracepoint} command with
7506 no argument selects the next trace snapshot collected by the same
7507 tracepoint as the current one.
7508
7509 In addition to letting you scan through the trace buffer manually,
7510 these commands make it easy to construct @value{GDBN} scripts that
7511 scan through the trace buffer and print out whatever collected data
7512 you are interested in. Thus, if we want to examine the PC, FP, and SP
7513 registers from each trace frame in the buffer, we can say this:
7514
7515 @smallexample
7516 (@value{GDBP}) @b{tfind start}
7517 (@value{GDBP}) @b{while ($trace_frame != -1)}
7518 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7519 $trace_frame, $pc, $sp, $fp
7520 > tfind
7521 > end
7522
7523 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7524 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7525 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7526 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7527 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7528 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7529 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7530 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7531 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7532 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7533 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7534 @end smallexample
7535
7536 Or, if we want to examine the variable @code{X} at each source line in
7537 the buffer:
7538
7539 @smallexample
7540 (@value{GDBP}) @b{tfind start}
7541 (@value{GDBP}) @b{while ($trace_frame != -1)}
7542 > printf "Frame %d, X == %d\n", $trace_frame, X
7543 > tfind line
7544 > end
7545
7546 Frame 0, X = 1
7547 Frame 7, X = 2
7548 Frame 13, X = 255
7549 @end smallexample
7550
7551 @node tdump
7552 @subsection @code{tdump}
7553 @kindex tdump
7554 @cindex dump all data collected at tracepoint
7555 @cindex tracepoint data, display
7556
7557 This command takes no arguments. It prints all the data collected at
7558 the current trace snapshot.
7559
7560 @smallexample
7561 (@value{GDBP}) @b{trace 444}
7562 (@value{GDBP}) @b{actions}
7563 Enter actions for tracepoint #2, one per line:
7564 > collect $regs, $locals, $args, gdb_long_test
7565 > end
7566
7567 (@value{GDBP}) @b{tstart}
7568
7569 (@value{GDBP}) @b{tfind line 444}
7570 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7571 at gdb_test.c:444
7572 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7573
7574 (@value{GDBP}) @b{tdump}
7575 Data collected at tracepoint 2, trace frame 1:
7576 d0 0xc4aa0085 -995491707
7577 d1 0x18 24
7578 d2 0x80 128
7579 d3 0x33 51
7580 d4 0x71aea3d 119204413
7581 d5 0x22 34
7582 d6 0xe0 224
7583 d7 0x380035 3670069
7584 a0 0x19e24a 1696330
7585 a1 0x3000668 50333288
7586 a2 0x100 256
7587 a3 0x322000 3284992
7588 a4 0x3000698 50333336
7589 a5 0x1ad3cc 1758156
7590 fp 0x30bf3c 0x30bf3c
7591 sp 0x30bf34 0x30bf34
7592 ps 0x0 0
7593 pc 0x20b2c8 0x20b2c8
7594 fpcontrol 0x0 0
7595 fpstatus 0x0 0
7596 fpiaddr 0x0 0
7597 p = 0x20e5b4 "gdb-test"
7598 p1 = (void *) 0x11
7599 p2 = (void *) 0x22
7600 p3 = (void *) 0x33
7601 p4 = (void *) 0x44
7602 p5 = (void *) 0x55
7603 p6 = (void *) 0x66
7604 gdb_long_test = 17 '\021'
7605
7606 (@value{GDBP})
7607 @end smallexample
7608
7609 @node save-tracepoints
7610 @subsection @code{save-tracepoints @var{filename}}
7611 @kindex save-tracepoints
7612 @cindex save tracepoints for future sessions
7613
7614 This command saves all current tracepoint definitions together with
7615 their actions and passcounts, into a file @file{@var{filename}}
7616 suitable for use in a later debugging session. To read the saved
7617 tracepoint definitions, use the @code{source} command (@pxref{Command
7618 Files}).
7619
7620 @node Tracepoint Variables
7621 @section Convenience Variables for Tracepoints
7622 @cindex tracepoint variables
7623 @cindex convenience variables for tracepoints
7624
7625 @table @code
7626 @vindex $trace_frame
7627 @item (int) $trace_frame
7628 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7629 snapshot is selected.
7630
7631 @vindex $tracepoint
7632 @item (int) $tracepoint
7633 The tracepoint for the current trace snapshot.
7634
7635 @vindex $trace_line
7636 @item (int) $trace_line
7637 The line number for the current trace snapshot.
7638
7639 @vindex $trace_file
7640 @item (char []) $trace_file
7641 The source file for the current trace snapshot.
7642
7643 @vindex $trace_func
7644 @item (char []) $trace_func
7645 The name of the function containing @code{$tracepoint}.
7646 @end table
7647
7648 Note: @code{$trace_file} is not suitable for use in @code{printf},
7649 use @code{output} instead.
7650
7651 Here's a simple example of using these convenience variables for
7652 stepping through all the trace snapshots and printing some of their
7653 data.
7654
7655 @smallexample
7656 (@value{GDBP}) @b{tfind start}
7657
7658 (@value{GDBP}) @b{while $trace_frame != -1}
7659 > output $trace_file
7660 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7661 > tfind
7662 > end
7663 @end smallexample
7664
7665 @node Overlays
7666 @chapter Debugging Programs That Use Overlays
7667 @cindex overlays
7668
7669 If your program is too large to fit completely in your target system's
7670 memory, you can sometimes use @dfn{overlays} to work around this
7671 problem. @value{GDBN} provides some support for debugging programs that
7672 use overlays.
7673
7674 @menu
7675 * How Overlays Work:: A general explanation of overlays.
7676 * Overlay Commands:: Managing overlays in @value{GDBN}.
7677 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7678 mapped by asking the inferior.
7679 * Overlay Sample Program:: A sample program using overlays.
7680 @end menu
7681
7682 @node How Overlays Work
7683 @section How Overlays Work
7684 @cindex mapped overlays
7685 @cindex unmapped overlays
7686 @cindex load address, overlay's
7687 @cindex mapped address
7688 @cindex overlay area
7689
7690 Suppose you have a computer whose instruction address space is only 64
7691 kilobytes long, but which has much more memory which can be accessed by
7692 other means: special instructions, segment registers, or memory
7693 management hardware, for example. Suppose further that you want to
7694 adapt a program which is larger than 64 kilobytes to run on this system.
7695
7696 One solution is to identify modules of your program which are relatively
7697 independent, and need not call each other directly; call these modules
7698 @dfn{overlays}. Separate the overlays from the main program, and place
7699 their machine code in the larger memory. Place your main program in
7700 instruction memory, but leave at least enough space there to hold the
7701 largest overlay as well.
7702
7703 Now, to call a function located in an overlay, you must first copy that
7704 overlay's machine code from the large memory into the space set aside
7705 for it in the instruction memory, and then jump to its entry point
7706 there.
7707
7708 @c NB: In the below the mapped area's size is greater or equal to the
7709 @c size of all overlays. This is intentional to remind the developer
7710 @c that overlays don't necessarily need to be the same size.
7711
7712 @smallexample
7713 @group
7714 Data Instruction Larger
7715 Address Space Address Space Address Space
7716 +-----------+ +-----------+ +-----------+
7717 | | | | | |
7718 +-----------+ +-----------+ +-----------+<-- overlay 1
7719 | program | | main | .----| overlay 1 | load address
7720 | variables | | program | | +-----------+
7721 | and heap | | | | | |
7722 +-----------+ | | | +-----------+<-- overlay 2
7723 | | +-----------+ | | | load address
7724 +-----------+ | | | .-| overlay 2 |
7725 | | | | | |
7726 mapped --->+-----------+ | | +-----------+
7727 address | | | | | |
7728 | overlay | <-' | | |
7729 | area | <---' +-----------+<-- overlay 3
7730 | | <---. | | load address
7731 +-----------+ `--| overlay 3 |
7732 | | | |
7733 +-----------+ | |
7734 +-----------+
7735 | |
7736 +-----------+
7737
7738 @anchor{A code overlay}A code overlay
7739 @end group
7740 @end smallexample
7741
7742 The diagram (@pxref{A code overlay}) shows a system with separate data
7743 and instruction address spaces. To map an overlay, the program copies
7744 its code from the larger address space to the instruction address space.
7745 Since the overlays shown here all use the same mapped address, only one
7746 may be mapped at a time. For a system with a single address space for
7747 data and instructions, the diagram would be similar, except that the
7748 program variables and heap would share an address space with the main
7749 program and the overlay area.
7750
7751 An overlay loaded into instruction memory and ready for use is called a
7752 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7753 instruction memory. An overlay not present (or only partially present)
7754 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7755 is its address in the larger memory. The mapped address is also called
7756 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7757 called the @dfn{load memory address}, or @dfn{LMA}.
7758
7759 Unfortunately, overlays are not a completely transparent way to adapt a
7760 program to limited instruction memory. They introduce a new set of
7761 global constraints you must keep in mind as you design your program:
7762
7763 @itemize @bullet
7764
7765 @item
7766 Before calling or returning to a function in an overlay, your program
7767 must make sure that overlay is actually mapped. Otherwise, the call or
7768 return will transfer control to the right address, but in the wrong
7769 overlay, and your program will probably crash.
7770
7771 @item
7772 If the process of mapping an overlay is expensive on your system, you
7773 will need to choose your overlays carefully to minimize their effect on
7774 your program's performance.
7775
7776 @item
7777 The executable file you load onto your system must contain each
7778 overlay's instructions, appearing at the overlay's load address, not its
7779 mapped address. However, each overlay's instructions must be relocated
7780 and its symbols defined as if the overlay were at its mapped address.
7781 You can use GNU linker scripts to specify different load and relocation
7782 addresses for pieces of your program; see @ref{Overlay Description,,,
7783 ld.info, Using ld: the GNU linker}.
7784
7785 @item
7786 The procedure for loading executable files onto your system must be able
7787 to load their contents into the larger address space as well as the
7788 instruction and data spaces.
7789
7790 @end itemize
7791
7792 The overlay system described above is rather simple, and could be
7793 improved in many ways:
7794
7795 @itemize @bullet
7796
7797 @item
7798 If your system has suitable bank switch registers or memory management
7799 hardware, you could use those facilities to make an overlay's load area
7800 contents simply appear at their mapped address in instruction space.
7801 This would probably be faster than copying the overlay to its mapped
7802 area in the usual way.
7803
7804 @item
7805 If your overlays are small enough, you could set aside more than one
7806 overlay area, and have more than one overlay mapped at a time.
7807
7808 @item
7809 You can use overlays to manage data, as well as instructions. In
7810 general, data overlays are even less transparent to your design than
7811 code overlays: whereas code overlays only require care when you call or
7812 return to functions, data overlays require care every time you access
7813 the data. Also, if you change the contents of a data overlay, you
7814 must copy its contents back out to its load address before you can copy a
7815 different data overlay into the same mapped area.
7816
7817 @end itemize
7818
7819
7820 @node Overlay Commands
7821 @section Overlay Commands
7822
7823 To use @value{GDBN}'s overlay support, each overlay in your program must
7824 correspond to a separate section of the executable file. The section's
7825 virtual memory address and load memory address must be the overlay's
7826 mapped and load addresses. Identifying overlays with sections allows
7827 @value{GDBN} to determine the appropriate address of a function or
7828 variable, depending on whether the overlay is mapped or not.
7829
7830 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7831 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7832
7833 @table @code
7834 @item overlay off
7835 @kindex overlay
7836 Disable @value{GDBN}'s overlay support. When overlay support is
7837 disabled, @value{GDBN} assumes that all functions and variables are
7838 always present at their mapped addresses. By default, @value{GDBN}'s
7839 overlay support is disabled.
7840
7841 @item overlay manual
7842 @cindex manual overlay debugging
7843 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7844 relies on you to tell it which overlays are mapped, and which are not,
7845 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7846 commands described below.
7847
7848 @item overlay map-overlay @var{overlay}
7849 @itemx overlay map @var{overlay}
7850 @cindex map an overlay
7851 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7852 be the name of the object file section containing the overlay. When an
7853 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7854 functions and variables at their mapped addresses. @value{GDBN} assumes
7855 that any other overlays whose mapped ranges overlap that of
7856 @var{overlay} are now unmapped.
7857
7858 @item overlay unmap-overlay @var{overlay}
7859 @itemx overlay unmap @var{overlay}
7860 @cindex unmap an overlay
7861 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7862 must be the name of the object file section containing the overlay.
7863 When an overlay is unmapped, @value{GDBN} assumes it can find the
7864 overlay's functions and variables at their load addresses.
7865
7866 @item overlay auto
7867 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7868 consults a data structure the overlay manager maintains in the inferior
7869 to see which overlays are mapped. For details, see @ref{Automatic
7870 Overlay Debugging}.
7871
7872 @item overlay load-target
7873 @itemx overlay load
7874 @cindex reloading the overlay table
7875 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7876 re-reads the table @value{GDBN} automatically each time the inferior
7877 stops, so this command should only be necessary if you have changed the
7878 overlay mapping yourself using @value{GDBN}. This command is only
7879 useful when using automatic overlay debugging.
7880
7881 @item overlay list-overlays
7882 @itemx overlay list
7883 @cindex listing mapped overlays
7884 Display a list of the overlays currently mapped, along with their mapped
7885 addresses, load addresses, and sizes.
7886
7887 @end table
7888
7889 Normally, when @value{GDBN} prints a code address, it includes the name
7890 of the function the address falls in:
7891
7892 @smallexample
7893 (@value{GDBP}) print main
7894 $3 = @{int ()@} 0x11a0 <main>
7895 @end smallexample
7896 @noindent
7897 When overlay debugging is enabled, @value{GDBN} recognizes code in
7898 unmapped overlays, and prints the names of unmapped functions with
7899 asterisks around them. For example, if @code{foo} is a function in an
7900 unmapped overlay, @value{GDBN} prints it this way:
7901
7902 @smallexample
7903 (@value{GDBP}) overlay list
7904 No sections are mapped.
7905 (@value{GDBP}) print foo
7906 $5 = @{int (int)@} 0x100000 <*foo*>
7907 @end smallexample
7908 @noindent
7909 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7910 name normally:
7911
7912 @smallexample
7913 (@value{GDBP}) overlay list
7914 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7915 mapped at 0x1016 - 0x104a
7916 (@value{GDBP}) print foo
7917 $6 = @{int (int)@} 0x1016 <foo>
7918 @end smallexample
7919
7920 When overlay debugging is enabled, @value{GDBN} can find the correct
7921 address for functions and variables in an overlay, whether or not the
7922 overlay is mapped. This allows most @value{GDBN} commands, like
7923 @code{break} and @code{disassemble}, to work normally, even on unmapped
7924 code. However, @value{GDBN}'s breakpoint support has some limitations:
7925
7926 @itemize @bullet
7927 @item
7928 @cindex breakpoints in overlays
7929 @cindex overlays, setting breakpoints in
7930 You can set breakpoints in functions in unmapped overlays, as long as
7931 @value{GDBN} can write to the overlay at its load address.
7932 @item
7933 @value{GDBN} can not set hardware or simulator-based breakpoints in
7934 unmapped overlays. However, if you set a breakpoint at the end of your
7935 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7936 you are using manual overlay management), @value{GDBN} will re-set its
7937 breakpoints properly.
7938 @end itemize
7939
7940
7941 @node Automatic Overlay Debugging
7942 @section Automatic Overlay Debugging
7943 @cindex automatic overlay debugging
7944
7945 @value{GDBN} can automatically track which overlays are mapped and which
7946 are not, given some simple co-operation from the overlay manager in the
7947 inferior. If you enable automatic overlay debugging with the
7948 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7949 looks in the inferior's memory for certain variables describing the
7950 current state of the overlays.
7951
7952 Here are the variables your overlay manager must define to support
7953 @value{GDBN}'s automatic overlay debugging:
7954
7955 @table @asis
7956
7957 @item @code{_ovly_table}:
7958 This variable must be an array of the following structures:
7959
7960 @smallexample
7961 struct
7962 @{
7963 /* The overlay's mapped address. */
7964 unsigned long vma;
7965
7966 /* The size of the overlay, in bytes. */
7967 unsigned long size;
7968
7969 /* The overlay's load address. */
7970 unsigned long lma;
7971
7972 /* Non-zero if the overlay is currently mapped;
7973 zero otherwise. */
7974 unsigned long mapped;
7975 @}
7976 @end smallexample
7977
7978 @item @code{_novlys}:
7979 This variable must be a four-byte signed integer, holding the total
7980 number of elements in @code{_ovly_table}.
7981
7982 @end table
7983
7984 To decide whether a particular overlay is mapped or not, @value{GDBN}
7985 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7986 @code{lma} members equal the VMA and LMA of the overlay's section in the
7987 executable file. When @value{GDBN} finds a matching entry, it consults
7988 the entry's @code{mapped} member to determine whether the overlay is
7989 currently mapped.
7990
7991 In addition, your overlay manager may define a function called
7992 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7993 will silently set a breakpoint there. If the overlay manager then
7994 calls this function whenever it has changed the overlay table, this
7995 will enable @value{GDBN} to accurately keep track of which overlays
7996 are in program memory, and update any breakpoints that may be set
7997 in overlays. This will allow breakpoints to work even if the
7998 overlays are kept in ROM or other non-writable memory while they
7999 are not being executed.
8000
8001 @node Overlay Sample Program
8002 @section Overlay Sample Program
8003 @cindex overlay example program
8004
8005 When linking a program which uses overlays, you must place the overlays
8006 at their load addresses, while relocating them to run at their mapped
8007 addresses. To do this, you must write a linker script (@pxref{Overlay
8008 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
8009 since linker scripts are specific to a particular host system, target
8010 architecture, and target memory layout, this manual cannot provide
8011 portable sample code demonstrating @value{GDBN}'s overlay support.
8012
8013 However, the @value{GDBN} source distribution does contain an overlaid
8014 program, with linker scripts for a few systems, as part of its test
8015 suite. The program consists of the following files from
8016 @file{gdb/testsuite/gdb.base}:
8017
8018 @table @file
8019 @item overlays.c
8020 The main program file.
8021 @item ovlymgr.c
8022 A simple overlay manager, used by @file{overlays.c}.
8023 @item foo.c
8024 @itemx bar.c
8025 @itemx baz.c
8026 @itemx grbx.c
8027 Overlay modules, loaded and used by @file{overlays.c}.
8028 @item d10v.ld
8029 @itemx m32r.ld
8030 Linker scripts for linking the test program on the @code{d10v-elf}
8031 and @code{m32r-elf} targets.
8032 @end table
8033
8034 You can build the test program using the @code{d10v-elf} GCC
8035 cross-compiler like this:
8036
8037 @smallexample
8038 $ d10v-elf-gcc -g -c overlays.c
8039 $ d10v-elf-gcc -g -c ovlymgr.c
8040 $ d10v-elf-gcc -g -c foo.c
8041 $ d10v-elf-gcc -g -c bar.c
8042 $ d10v-elf-gcc -g -c baz.c
8043 $ d10v-elf-gcc -g -c grbx.c
8044 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8045 baz.o grbx.o -Wl,-Td10v.ld -o overlays
8046 @end smallexample
8047
8048 The build process is identical for any other architecture, except that
8049 you must substitute the appropriate compiler and linker script for the
8050 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8051
8052
8053 @node Languages
8054 @chapter Using @value{GDBN} with Different Languages
8055 @cindex languages
8056
8057 Although programming languages generally have common aspects, they are
8058 rarely expressed in the same manner. For instance, in ANSI C,
8059 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8060 Modula-2, it is accomplished by @code{p^}. Values can also be
8061 represented (and displayed) differently. Hex numbers in C appear as
8062 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8063
8064 @cindex working language
8065 Language-specific information is built into @value{GDBN} for some languages,
8066 allowing you to express operations like the above in your program's
8067 native language, and allowing @value{GDBN} to output values in a manner
8068 consistent with the syntax of your program's native language. The
8069 language you use to build expressions is called the @dfn{working
8070 language}.
8071
8072 @menu
8073 * Setting:: Switching between source languages
8074 * Show:: Displaying the language
8075 * Checks:: Type and range checks
8076 * Supported languages:: Supported languages
8077 * Unsupported languages:: Unsupported languages
8078 @end menu
8079
8080 @node Setting
8081 @section Switching between source languages
8082
8083 There are two ways to control the working language---either have @value{GDBN}
8084 set it automatically, or select it manually yourself. You can use the
8085 @code{set language} command for either purpose. On startup, @value{GDBN}
8086 defaults to setting the language automatically. The working language is
8087 used to determine how expressions you type are interpreted, how values
8088 are printed, etc.
8089
8090 In addition to the working language, every source file that
8091 @value{GDBN} knows about has its own working language. For some object
8092 file formats, the compiler might indicate which language a particular
8093 source file is in. However, most of the time @value{GDBN} infers the
8094 language from the name of the file. The language of a source file
8095 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8096 show each frame appropriately for its own language. There is no way to
8097 set the language of a source file from within @value{GDBN}, but you can
8098 set the language associated with a filename extension. @xref{Show, ,
8099 Displaying the language}.
8100
8101 This is most commonly a problem when you use a program, such
8102 as @code{cfront} or @code{f2c}, that generates C but is written in
8103 another language. In that case, make the
8104 program use @code{#line} directives in its C output; that way
8105 @value{GDBN} will know the correct language of the source code of the original
8106 program, and will display that source code, not the generated C code.
8107
8108 @menu
8109 * Filenames:: Filename extensions and languages.
8110 * Manually:: Setting the working language manually
8111 * Automatically:: Having @value{GDBN} infer the source language
8112 @end menu
8113
8114 @node Filenames
8115 @subsection List of filename extensions and languages
8116
8117 If a source file name ends in one of the following extensions, then
8118 @value{GDBN} infers that its language is the one indicated.
8119
8120 @table @file
8121 @item .ada
8122 @itemx .ads
8123 @itemx .adb
8124 @itemx .a
8125 Ada source file.
8126
8127 @item .c
8128 C source file
8129
8130 @item .C
8131 @itemx .cc
8132 @itemx .cp
8133 @itemx .cpp
8134 @itemx .cxx
8135 @itemx .c++
8136 C@t{++} source file
8137
8138 @item .m
8139 Objective-C source file
8140
8141 @item .f
8142 @itemx .F
8143 Fortran source file
8144
8145 @item .mod
8146 Modula-2 source file
8147
8148 @item .s
8149 @itemx .S
8150 Assembler source file. This actually behaves almost like C, but
8151 @value{GDBN} does not skip over function prologues when stepping.
8152 @end table
8153
8154 In addition, you may set the language associated with a filename
8155 extension. @xref{Show, , Displaying the language}.
8156
8157 @node Manually
8158 @subsection Setting the working language
8159
8160 If you allow @value{GDBN} to set the language automatically,
8161 expressions are interpreted the same way in your debugging session and
8162 your program.
8163
8164 @kindex set language
8165 If you wish, you may set the language manually. To do this, issue the
8166 command @samp{set language @var{lang}}, where @var{lang} is the name of
8167 a language, such as
8168 @code{c} or @code{modula-2}.
8169 For a list of the supported languages, type @samp{set language}.
8170
8171 Setting the language manually prevents @value{GDBN} from updating the working
8172 language automatically. This can lead to confusion if you try
8173 to debug a program when the working language is not the same as the
8174 source language, when an expression is acceptable to both
8175 languages---but means different things. For instance, if the current
8176 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8177 command such as:
8178
8179 @smallexample
8180 print a = b + c
8181 @end smallexample
8182
8183 @noindent
8184 might not have the effect you intended. In C, this means to add
8185 @code{b} and @code{c} and place the result in @code{a}. The result
8186 printed would be the value of @code{a}. In Modula-2, this means to compare
8187 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8188
8189 @node Automatically
8190 @subsection Having @value{GDBN} infer the source language
8191
8192 To have @value{GDBN} set the working language automatically, use
8193 @samp{set language local} or @samp{set language auto}. @value{GDBN}
8194 then infers the working language. That is, when your program stops in a
8195 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8196 working language to the language recorded for the function in that
8197 frame. If the language for a frame is unknown (that is, if the function
8198 or block corresponding to the frame was defined in a source file that
8199 does not have a recognized extension), the current working language is
8200 not changed, and @value{GDBN} issues a warning.
8201
8202 This may not seem necessary for most programs, which are written
8203 entirely in one source language. However, program modules and libraries
8204 written in one source language can be used by a main program written in
8205 a different source language. Using @samp{set language auto} in this
8206 case frees you from having to set the working language manually.
8207
8208 @node Show
8209 @section Displaying the language
8210
8211 The following commands help you find out which language is the
8212 working language, and also what language source files were written in.
8213
8214 @table @code
8215 @item show language
8216 @kindex show language
8217 Display the current working language. This is the
8218 language you can use with commands such as @code{print} to
8219 build and compute expressions that may involve variables in your program.
8220
8221 @item info frame
8222 @kindex info frame@r{, show the source language}
8223 Display the source language for this frame. This language becomes the
8224 working language if you use an identifier from this frame.
8225 @xref{Frame Info, ,Information about a frame}, to identify the other
8226 information listed here.
8227
8228 @item info source
8229 @kindex info source@r{, show the source language}
8230 Display the source language of this source file.
8231 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8232 information listed here.
8233 @end table
8234
8235 In unusual circumstances, you may have source files with extensions
8236 not in the standard list. You can then set the extension associated
8237 with a language explicitly:
8238
8239 @table @code
8240 @item set extension-language @var{ext} @var{language}
8241 @kindex set extension-language
8242 Tell @value{GDBN} that source files with extension @var{ext} are to be
8243 assumed as written in the source language @var{language}.
8244
8245 @item info extensions
8246 @kindex info extensions
8247 List all the filename extensions and the associated languages.
8248 @end table
8249
8250 @node Checks
8251 @section Type and range checking
8252
8253 @quotation
8254 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8255 checking are included, but they do not yet have any effect. This
8256 section documents the intended facilities.
8257 @end quotation
8258 @c FIXME remove warning when type/range code added
8259
8260 Some languages are designed to guard you against making seemingly common
8261 errors through a series of compile- and run-time checks. These include
8262 checking the type of arguments to functions and operators, and making
8263 sure mathematical overflows are caught at run time. Checks such as
8264 these help to ensure a program's correctness once it has been compiled
8265 by eliminating type mismatches, and providing active checks for range
8266 errors when your program is running.
8267
8268 @value{GDBN} can check for conditions like the above if you wish.
8269 Although @value{GDBN} does not check the statements in your program,
8270 it can check expressions entered directly into @value{GDBN} for
8271 evaluation via the @code{print} command, for example. As with the
8272 working language, @value{GDBN} can also decide whether or not to check
8273 automatically based on your program's source language.
8274 @xref{Supported languages, ,Supported languages}, for the default
8275 settings of supported languages.
8276
8277 @menu
8278 * Type Checking:: An overview of type checking
8279 * Range Checking:: An overview of range checking
8280 @end menu
8281
8282 @cindex type checking
8283 @cindex checks, type
8284 @node Type Checking
8285 @subsection An overview of type checking
8286
8287 Some languages, such as Modula-2, are strongly typed, meaning that the
8288 arguments to operators and functions have to be of the correct type,
8289 otherwise an error occurs. These checks prevent type mismatch
8290 errors from ever causing any run-time problems. For example,
8291
8292 @smallexample
8293 1 + 2 @result{} 3
8294 @exdent but
8295 @error{} 1 + 2.3
8296 @end smallexample
8297
8298 The second example fails because the @code{CARDINAL} 1 is not
8299 type-compatible with the @code{REAL} 2.3.
8300
8301 For the expressions you use in @value{GDBN} commands, you can tell the
8302 @value{GDBN} type checker to skip checking;
8303 to treat any mismatches as errors and abandon the expression;
8304 or to only issue warnings when type mismatches occur,
8305 but evaluate the expression anyway. When you choose the last of
8306 these, @value{GDBN} evaluates expressions like the second example above, but
8307 also issues a warning.
8308
8309 Even if you turn type checking off, there may be other reasons
8310 related to type that prevent @value{GDBN} from evaluating an expression.
8311 For instance, @value{GDBN} does not know how to add an @code{int} and
8312 a @code{struct foo}. These particular type errors have nothing to do
8313 with the language in use, and usually arise from expressions, such as
8314 the one described above, which make little sense to evaluate anyway.
8315
8316 Each language defines to what degree it is strict about type. For
8317 instance, both Modula-2 and C require the arguments to arithmetical
8318 operators to be numbers. In C, enumerated types and pointers can be
8319 represented as numbers, so that they are valid arguments to mathematical
8320 operators. @xref{Supported languages, ,Supported languages}, for further
8321 details on specific languages.
8322
8323 @value{GDBN} provides some additional commands for controlling the type checker:
8324
8325 @kindex set check type
8326 @kindex show check type
8327 @table @code
8328 @item set check type auto
8329 Set type checking on or off based on the current working language.
8330 @xref{Supported languages, ,Supported languages}, for the default settings for
8331 each language.
8332
8333 @item set check type on
8334 @itemx set check type off
8335 Set type checking on or off, overriding the default setting for the
8336 current working language. Issue a warning if the setting does not
8337 match the language default. If any type mismatches occur in
8338 evaluating an expression while type checking is on, @value{GDBN} prints a
8339 message and aborts evaluation of the expression.
8340
8341 @item set check type warn
8342 Cause the type checker to issue warnings, but to always attempt to
8343 evaluate the expression. Evaluating the expression may still
8344 be impossible for other reasons. For example, @value{GDBN} cannot add
8345 numbers and structures.
8346
8347 @item show type
8348 Show the current setting of the type checker, and whether or not @value{GDBN}
8349 is setting it automatically.
8350 @end table
8351
8352 @cindex range checking
8353 @cindex checks, range
8354 @node Range Checking
8355 @subsection An overview of range checking
8356
8357 In some languages (such as Modula-2), it is an error to exceed the
8358 bounds of a type; this is enforced with run-time checks. Such range
8359 checking is meant to ensure program correctness by making sure
8360 computations do not overflow, or indices on an array element access do
8361 not exceed the bounds of the array.
8362
8363 For expressions you use in @value{GDBN} commands, you can tell
8364 @value{GDBN} to treat range errors in one of three ways: ignore them,
8365 always treat them as errors and abandon the expression, or issue
8366 warnings but evaluate the expression anyway.
8367
8368 A range error can result from numerical overflow, from exceeding an
8369 array index bound, or when you type a constant that is not a member
8370 of any type. Some languages, however, do not treat overflows as an
8371 error. In many implementations of C, mathematical overflow causes the
8372 result to ``wrap around'' to lower values---for example, if @var{m} is
8373 the largest integer value, and @var{s} is the smallest, then
8374
8375 @smallexample
8376 @var{m} + 1 @result{} @var{s}
8377 @end smallexample
8378
8379 This, too, is specific to individual languages, and in some cases
8380 specific to individual compilers or machines. @xref{Supported languages, ,
8381 Supported languages}, for further details on specific languages.
8382
8383 @value{GDBN} provides some additional commands for controlling the range checker:
8384
8385 @kindex set check range
8386 @kindex show check range
8387 @table @code
8388 @item set check range auto
8389 Set range checking on or off based on the current working language.
8390 @xref{Supported languages, ,Supported languages}, for the default settings for
8391 each language.
8392
8393 @item set check range on
8394 @itemx set check range off
8395 Set range checking on or off, overriding the default setting for the
8396 current working language. A warning is issued if the setting does not
8397 match the language default. If a range error occurs and range checking is on,
8398 then a message is printed and evaluation of the expression is aborted.
8399
8400 @item set check range warn
8401 Output messages when the @value{GDBN} range checker detects a range error,
8402 but attempt to evaluate the expression anyway. Evaluating the
8403 expression may still be impossible for other reasons, such as accessing
8404 memory that the process does not own (a typical example from many Unix
8405 systems).
8406
8407 @item show range
8408 Show the current setting of the range checker, and whether or not it is
8409 being set automatically by @value{GDBN}.
8410 @end table
8411
8412 @node Supported languages
8413 @section Supported languages
8414
8415 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8416 assembly, Modula-2, and Ada.
8417 @c This is false ...
8418 Some @value{GDBN} features may be used in expressions regardless of the
8419 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8420 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8421 ,Expressions}) can be used with the constructs of any supported
8422 language.
8423
8424 The following sections detail to what degree each source language is
8425 supported by @value{GDBN}. These sections are not meant to be language
8426 tutorials or references, but serve only as a reference guide to what the
8427 @value{GDBN} expression parser accepts, and what input and output
8428 formats should look like for different languages. There are many good
8429 books written on each of these languages; please look to these for a
8430 language reference or tutorial.
8431
8432 @menu
8433 * C:: C and C@t{++}
8434 * Objective-C:: Objective-C
8435 * Fortran:: Fortran
8436 * Pascal:: Pascal
8437 * Modula-2:: Modula-2
8438 * Ada:: Ada
8439 @end menu
8440
8441 @node C
8442 @subsection C and C@t{++}
8443
8444 @cindex C and C@t{++}
8445 @cindex expressions in C or C@t{++}
8446
8447 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8448 to both languages. Whenever this is the case, we discuss those languages
8449 together.
8450
8451 @cindex C@t{++}
8452 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8453 @cindex @sc{gnu} C@t{++}
8454 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8455 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8456 effectively, you must compile your C@t{++} programs with a supported
8457 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8458 compiler (@code{aCC}).
8459
8460 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8461 format; if it doesn't work on your system, try the stabs+ debugging
8462 format. You can select those formats explicitly with the @code{g++}
8463 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8464 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8465 CC, gcc.info, Using @sc{gnu} CC}.
8466
8467 @menu
8468 * C Operators:: C and C@t{++} operators
8469 * C Constants:: C and C@t{++} constants
8470 * C plus plus expressions:: C@t{++} expressions
8471 * C Defaults:: Default settings for C and C@t{++}
8472 * C Checks:: C and C@t{++} type and range checks
8473 * Debugging C:: @value{GDBN} and C
8474 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8475 @end menu
8476
8477 @node C Operators
8478 @subsubsection C and C@t{++} operators
8479
8480 @cindex C and C@t{++} operators
8481
8482 Operators must be defined on values of specific types. For instance,
8483 @code{+} is defined on numbers, but not on structures. Operators are
8484 often defined on groups of types.
8485
8486 For the purposes of C and C@t{++}, the following definitions hold:
8487
8488 @itemize @bullet
8489
8490 @item
8491 @emph{Integral types} include @code{int} with any of its storage-class
8492 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8493
8494 @item
8495 @emph{Floating-point types} include @code{float}, @code{double}, and
8496 @code{long double} (if supported by the target platform).
8497
8498 @item
8499 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8500
8501 @item
8502 @emph{Scalar types} include all of the above.
8503
8504 @end itemize
8505
8506 @noindent
8507 The following operators are supported. They are listed here
8508 in order of increasing precedence:
8509
8510 @table @code
8511 @item ,
8512 The comma or sequencing operator. Expressions in a comma-separated list
8513 are evaluated from left to right, with the result of the entire
8514 expression being the last expression evaluated.
8515
8516 @item =
8517 Assignment. The value of an assignment expression is the value
8518 assigned. Defined on scalar types.
8519
8520 @item @var{op}=
8521 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8522 and translated to @w{@code{@var{a} = @var{a op b}}}.
8523 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8524 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8525 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8526
8527 @item ?:
8528 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8529 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8530 integral type.
8531
8532 @item ||
8533 Logical @sc{or}. Defined on integral types.
8534
8535 @item &&
8536 Logical @sc{and}. Defined on integral types.
8537
8538 @item |
8539 Bitwise @sc{or}. Defined on integral types.
8540
8541 @item ^
8542 Bitwise exclusive-@sc{or}. Defined on integral types.
8543
8544 @item &
8545 Bitwise @sc{and}. Defined on integral types.
8546
8547 @item ==@r{, }!=
8548 Equality and inequality. Defined on scalar types. The value of these
8549 expressions is 0 for false and non-zero for true.
8550
8551 @item <@r{, }>@r{, }<=@r{, }>=
8552 Less than, greater than, less than or equal, greater than or equal.
8553 Defined on scalar types. The value of these expressions is 0 for false
8554 and non-zero for true.
8555
8556 @item <<@r{, }>>
8557 left shift, and right shift. Defined on integral types.
8558
8559 @item @@
8560 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8561
8562 @item +@r{, }-
8563 Addition and subtraction. Defined on integral types, floating-point types and
8564 pointer types.
8565
8566 @item *@r{, }/@r{, }%
8567 Multiplication, division, and modulus. Multiplication and division are
8568 defined on integral and floating-point types. Modulus is defined on
8569 integral types.
8570
8571 @item ++@r{, }--
8572 Increment and decrement. When appearing before a variable, the
8573 operation is performed before the variable is used in an expression;
8574 when appearing after it, the variable's value is used before the
8575 operation takes place.
8576
8577 @item *
8578 Pointer dereferencing. Defined on pointer types. Same precedence as
8579 @code{++}.
8580
8581 @item &
8582 Address operator. Defined on variables. Same precedence as @code{++}.
8583
8584 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8585 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8586 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8587 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8588 stored.
8589
8590 @item -
8591 Negative. Defined on integral and floating-point types. Same
8592 precedence as @code{++}.
8593
8594 @item !
8595 Logical negation. Defined on integral types. Same precedence as
8596 @code{++}.
8597
8598 @item ~
8599 Bitwise complement operator. Defined on integral types. Same precedence as
8600 @code{++}.
8601
8602
8603 @item .@r{, }->
8604 Structure member, and pointer-to-structure member. For convenience,
8605 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8606 pointer based on the stored type information.
8607 Defined on @code{struct} and @code{union} data.
8608
8609 @item .*@r{, }->*
8610 Dereferences of pointers to members.
8611
8612 @item []
8613 Array indexing. @code{@var{a}[@var{i}]} is defined as
8614 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8615
8616 @item ()
8617 Function parameter list. Same precedence as @code{->}.
8618
8619 @item ::
8620 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8621 and @code{class} types.
8622
8623 @item ::
8624 Doubled colons also represent the @value{GDBN} scope operator
8625 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8626 above.
8627 @end table
8628
8629 If an operator is redefined in the user code, @value{GDBN} usually
8630 attempts to invoke the redefined version instead of using the operator's
8631 predefined meaning.
8632
8633 @menu
8634 * C Constants::
8635 @end menu
8636
8637 @node C Constants
8638 @subsubsection C and C@t{++} constants
8639
8640 @cindex C and C@t{++} constants
8641
8642 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8643 following ways:
8644
8645 @itemize @bullet
8646 @item
8647 Integer constants are a sequence of digits. Octal constants are
8648 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8649 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8650 @samp{l}, specifying that the constant should be treated as a
8651 @code{long} value.
8652
8653 @item
8654 Floating point constants are a sequence of digits, followed by a decimal
8655 point, followed by a sequence of digits, and optionally followed by an
8656 exponent. An exponent is of the form:
8657 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8658 sequence of digits. The @samp{+} is optional for positive exponents.
8659 A floating-point constant may also end with a letter @samp{f} or
8660 @samp{F}, specifying that the constant should be treated as being of
8661 the @code{float} (as opposed to the default @code{double}) type; or with
8662 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8663 constant.
8664
8665 @item
8666 Enumerated constants consist of enumerated identifiers, or their
8667 integral equivalents.
8668
8669 @item
8670 Character constants are a single character surrounded by single quotes
8671 (@code{'}), or a number---the ordinal value of the corresponding character
8672 (usually its @sc{ascii} value). Within quotes, the single character may
8673 be represented by a letter or by @dfn{escape sequences}, which are of
8674 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8675 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8676 @samp{@var{x}} is a predefined special character---for example,
8677 @samp{\n} for newline.
8678
8679 @item
8680 String constants are a sequence of character constants surrounded by
8681 double quotes (@code{"}). Any valid character constant (as described
8682 above) may appear. Double quotes within the string must be preceded by
8683 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8684 characters.
8685
8686 @item
8687 Pointer constants are an integral value. You can also write pointers
8688 to constants using the C operator @samp{&}.
8689
8690 @item
8691 Array constants are comma-separated lists surrounded by braces @samp{@{}
8692 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8693 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8694 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8695 @end itemize
8696
8697 @menu
8698 * C plus plus expressions::
8699 * C Defaults::
8700 * C Checks::
8701
8702 * Debugging C::
8703 @end menu
8704
8705 @node C plus plus expressions
8706 @subsubsection C@t{++} expressions
8707
8708 @cindex expressions in C@t{++}
8709 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8710
8711 @cindex debugging C@t{++} programs
8712 @cindex C@t{++} compilers
8713 @cindex debug formats and C@t{++}
8714 @cindex @value{NGCC} and C@t{++}
8715 @quotation
8716 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8717 proper compiler and the proper debug format. Currently, @value{GDBN}
8718 works best when debugging C@t{++} code that is compiled with
8719 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8720 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8721 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8722 stabs+ as their default debug format, so you usually don't need to
8723 specify a debug format explicitly. Other compilers and/or debug formats
8724 are likely to work badly or not at all when using @value{GDBN} to debug
8725 C@t{++} code.
8726 @end quotation
8727
8728 @enumerate
8729
8730 @cindex member functions
8731 @item
8732 Member function calls are allowed; you can use expressions like
8733
8734 @smallexample
8735 count = aml->GetOriginal(x, y)
8736 @end smallexample
8737
8738 @vindex this@r{, inside C@t{++} member functions}
8739 @cindex namespace in C@t{++}
8740 @item
8741 While a member function is active (in the selected stack frame), your
8742 expressions have the same namespace available as the member function;
8743 that is, @value{GDBN} allows implicit references to the class instance
8744 pointer @code{this} following the same rules as C@t{++}.
8745
8746 @cindex call overloaded functions
8747 @cindex overloaded functions, calling
8748 @cindex type conversions in C@t{++}
8749 @item
8750 You can call overloaded functions; @value{GDBN} resolves the function
8751 call to the right definition, with some restrictions. @value{GDBN} does not
8752 perform overload resolution involving user-defined type conversions,
8753 calls to constructors, or instantiations of templates that do not exist
8754 in the program. It also cannot handle ellipsis argument lists or
8755 default arguments.
8756
8757 It does perform integral conversions and promotions, floating-point
8758 promotions, arithmetic conversions, pointer conversions, conversions of
8759 class objects to base classes, and standard conversions such as those of
8760 functions or arrays to pointers; it requires an exact match on the
8761 number of function arguments.
8762
8763 Overload resolution is always performed, unless you have specified
8764 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8765 ,@value{GDBN} features for C@t{++}}.
8766
8767 You must specify @code{set overload-resolution off} in order to use an
8768 explicit function signature to call an overloaded function, as in
8769 @smallexample
8770 p 'foo(char,int)'('x', 13)
8771 @end smallexample
8772
8773 The @value{GDBN} command-completion facility can simplify this;
8774 see @ref{Completion, ,Command completion}.
8775
8776 @cindex reference declarations
8777 @item
8778 @value{GDBN} understands variables declared as C@t{++} references; you can use
8779 them in expressions just as you do in C@t{++} source---they are automatically
8780 dereferenced.
8781
8782 In the parameter list shown when @value{GDBN} displays a frame, the values of
8783 reference variables are not displayed (unlike other variables); this
8784 avoids clutter, since references are often used for large structures.
8785 The @emph{address} of a reference variable is always shown, unless
8786 you have specified @samp{set print address off}.
8787
8788 @item
8789 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8790 expressions can use it just as expressions in your program do. Since
8791 one scope may be defined in another, you can use @code{::} repeatedly if
8792 necessary, for example in an expression like
8793 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8794 resolving name scope by reference to source files, in both C and C@t{++}
8795 debugging (@pxref{Variables, ,Program variables}).
8796 @end enumerate
8797
8798 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8799 calling virtual functions correctly, printing out virtual bases of
8800 objects, calling functions in a base subobject, casting objects, and
8801 invoking user-defined operators.
8802
8803 @node C Defaults
8804 @subsubsection C and C@t{++} defaults
8805
8806 @cindex C and C@t{++} defaults
8807
8808 If you allow @value{GDBN} to set type and range checking automatically, they
8809 both default to @code{off} whenever the working language changes to
8810 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8811 selects the working language.
8812
8813 If you allow @value{GDBN} to set the language automatically, it
8814 recognizes source files whose names end with @file{.c}, @file{.C}, or
8815 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8816 these files, it sets the working language to C or C@t{++}.
8817 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8818 for further details.
8819
8820 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8821 @c unimplemented. If (b) changes, it might make sense to let this node
8822 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8823
8824 @node C Checks
8825 @subsubsection C and C@t{++} type and range checks
8826
8827 @cindex C and C@t{++} checks
8828
8829 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8830 is not used. However, if you turn type checking on, @value{GDBN}
8831 considers two variables type equivalent if:
8832
8833 @itemize @bullet
8834 @item
8835 The two variables are structured and have the same structure, union, or
8836 enumerated tag.
8837
8838 @item
8839 The two variables have the same type name, or types that have been
8840 declared equivalent through @code{typedef}.
8841
8842 @ignore
8843 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8844 @c FIXME--beers?
8845 @item
8846 The two @code{struct}, @code{union}, or @code{enum} variables are
8847 declared in the same declaration. (Note: this may not be true for all C
8848 compilers.)
8849 @end ignore
8850 @end itemize
8851
8852 Range checking, if turned on, is done on mathematical operations. Array
8853 indices are not checked, since they are often used to index a pointer
8854 that is not itself an array.
8855
8856 @node Debugging C
8857 @subsubsection @value{GDBN} and C
8858
8859 The @code{set print union} and @code{show print union} commands apply to
8860 the @code{union} type. When set to @samp{on}, any @code{union} that is
8861 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8862 appears as @samp{@{...@}}.
8863
8864 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8865 with pointers and a memory allocation function. @xref{Expressions,
8866 ,Expressions}.
8867
8868 @menu
8869 * Debugging C plus plus::
8870 @end menu
8871
8872 @node Debugging C plus plus
8873 @subsubsection @value{GDBN} features for C@t{++}
8874
8875 @cindex commands for C@t{++}
8876
8877 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8878 designed specifically for use with C@t{++}. Here is a summary:
8879
8880 @table @code
8881 @cindex break in overloaded functions
8882 @item @r{breakpoint menus}
8883 When you want a breakpoint in a function whose name is overloaded,
8884 @value{GDBN} breakpoint menus help you specify which function definition
8885 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8886
8887 @cindex overloading in C@t{++}
8888 @item rbreak @var{regex}
8889 Setting breakpoints using regular expressions is helpful for setting
8890 breakpoints on overloaded functions that are not members of any special
8891 classes.
8892 @xref{Set Breaks, ,Setting breakpoints}.
8893
8894 @cindex C@t{++} exception handling
8895 @item catch throw
8896 @itemx catch catch
8897 Debug C@t{++} exception handling using these commands. @xref{Set
8898 Catchpoints, , Setting catchpoints}.
8899
8900 @cindex inheritance
8901 @item ptype @var{typename}
8902 Print inheritance relationships as well as other information for type
8903 @var{typename}.
8904 @xref{Symbols, ,Examining the Symbol Table}.
8905
8906 @cindex C@t{++} symbol display
8907 @item set print demangle
8908 @itemx show print demangle
8909 @itemx set print asm-demangle
8910 @itemx show print asm-demangle
8911 Control whether C@t{++} symbols display in their source form, both when
8912 displaying code as C@t{++} source and when displaying disassemblies.
8913 @xref{Print Settings, ,Print settings}.
8914
8915 @item set print object
8916 @itemx show print object
8917 Choose whether to print derived (actual) or declared types of objects.
8918 @xref{Print Settings, ,Print settings}.
8919
8920 @item set print vtbl
8921 @itemx show print vtbl
8922 Control the format for printing virtual function tables.
8923 @xref{Print Settings, ,Print settings}.
8924 (The @code{vtbl} commands do not work on programs compiled with the HP
8925 ANSI C@t{++} compiler (@code{aCC}).)
8926
8927 @kindex set overload-resolution
8928 @cindex overloaded functions, overload resolution
8929 @item set overload-resolution on
8930 Enable overload resolution for C@t{++} expression evaluation. The default
8931 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8932 and searches for a function whose signature matches the argument types,
8933 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8934 expressions}, for details). If it cannot find a match, it emits a
8935 message.
8936
8937 @item set overload-resolution off
8938 Disable overload resolution for C@t{++} expression evaluation. For
8939 overloaded functions that are not class member functions, @value{GDBN}
8940 chooses the first function of the specified name that it finds in the
8941 symbol table, whether or not its arguments are of the correct type. For
8942 overloaded functions that are class member functions, @value{GDBN}
8943 searches for a function whose signature @emph{exactly} matches the
8944 argument types.
8945
8946 @kindex show overload-resolution
8947 @item show overload-resolution
8948 Show the current setting of overload resolution.
8949
8950 @item @r{Overloaded symbol names}
8951 You can specify a particular definition of an overloaded symbol, using
8952 the same notation that is used to declare such symbols in C@t{++}: type
8953 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8954 also use the @value{GDBN} command-line word completion facilities to list the
8955 available choices, or to finish the type list for you.
8956 @xref{Completion,, Command completion}, for details on how to do this.
8957 @end table
8958
8959 @node Objective-C
8960 @subsection Objective-C
8961
8962 @cindex Objective-C
8963 This section provides information about some commands and command
8964 options that are useful for debugging Objective-C code. See also
8965 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8966 few more commands specific to Objective-C support.
8967
8968 @menu
8969 * Method Names in Commands::
8970 * The Print Command with Objective-C::
8971 @end menu
8972
8973 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8974 @subsubsection Method Names in Commands
8975
8976 The following commands have been extended to accept Objective-C method
8977 names as line specifications:
8978
8979 @kindex clear@r{, and Objective-C}
8980 @kindex break@r{, and Objective-C}
8981 @kindex info line@r{, and Objective-C}
8982 @kindex jump@r{, and Objective-C}
8983 @kindex list@r{, and Objective-C}
8984 @itemize
8985 @item @code{clear}
8986 @item @code{break}
8987 @item @code{info line}
8988 @item @code{jump}
8989 @item @code{list}
8990 @end itemize
8991
8992 A fully qualified Objective-C method name is specified as
8993
8994 @smallexample
8995 -[@var{Class} @var{methodName}]
8996 @end smallexample
8997
8998 where the minus sign is used to indicate an instance method and a
8999 plus sign (not shown) is used to indicate a class method. The class
9000 name @var{Class} and method name @var{methodName} are enclosed in
9001 brackets, similar to the way messages are specified in Objective-C
9002 source code. For example, to set a breakpoint at the @code{create}
9003 instance method of class @code{Fruit} in the program currently being
9004 debugged, enter:
9005
9006 @smallexample
9007 break -[Fruit create]
9008 @end smallexample
9009
9010 To list ten program lines around the @code{initialize} class method,
9011 enter:
9012
9013 @smallexample
9014 list +[NSText initialize]
9015 @end smallexample
9016
9017 In the current version of @value{GDBN}, the plus or minus sign is
9018 required. In future versions of @value{GDBN}, the plus or minus
9019 sign will be optional, but you can use it to narrow the search. It
9020 is also possible to specify just a method name:
9021
9022 @smallexample
9023 break create
9024 @end smallexample
9025
9026 You must specify the complete method name, including any colons. If
9027 your program's source files contain more than one @code{create} method,
9028 you'll be presented with a numbered list of classes that implement that
9029 method. Indicate your choice by number, or type @samp{0} to exit if
9030 none apply.
9031
9032 As another example, to clear a breakpoint established at the
9033 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9034
9035 @smallexample
9036 clear -[NSWindow makeKeyAndOrderFront:]
9037 @end smallexample
9038
9039 @node The Print Command with Objective-C
9040 @subsubsection The Print Command With Objective-C
9041 @cindex Objective-C, print objects
9042 @kindex print-object
9043 @kindex po @r{(@code{print-object})}
9044
9045 The print command has also been extended to accept methods. For example:
9046
9047 @smallexample
9048 print -[@var{object} hash]
9049 @end smallexample
9050
9051 @cindex print an Objective-C object description
9052 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9053 @noindent
9054 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9055 and print the result. Also, an additional command has been added,
9056 @code{print-object} or @code{po} for short, which is meant to print
9057 the description of an object. However, this command may only work
9058 with certain Objective-C libraries that have a particular hook
9059 function, @code{_NSPrintForDebugger}, defined.
9060
9061 @node Fortran
9062 @subsection Fortran
9063 @cindex Fortran-specific support in @value{GDBN}
9064
9065 @table @code
9066 @cindex @code{COMMON} blocks, Fortran
9067 @kindex info common
9068 @item info common @r{[}@var{common-name}@r{]}
9069 This command prints the values contained in the Fortran @code{COMMON}
9070 block whose name is @var{common-name}. With no argument, the names of
9071 all @code{COMMON} blocks visible at current program location are
9072 printed.
9073 @end table
9074
9075 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9076 default uses case-insensitive matches for Fortran symbols. You can
9077 change that with the @samp{set case-insensitive} command, see
9078 @ref{Symbols}, for the details.
9079
9080 @node Pascal
9081 @subsection Pascal
9082
9083 @cindex Pascal support in @value{GDBN}, limitations
9084 Debugging Pascal programs which use sets, subranges, file variables, or
9085 nested functions does not currently work. @value{GDBN} does not support
9086 entering expressions, printing values, or similar features using Pascal
9087 syntax.
9088
9089 The Pascal-specific command @code{set print pascal_static-members}
9090 controls whether static members of Pascal objects are displayed.
9091 @xref{Print Settings, pascal_static-members}.
9092
9093 @node Modula-2
9094 @subsection Modula-2
9095
9096 @cindex Modula-2, @value{GDBN} support
9097
9098 The extensions made to @value{GDBN} to support Modula-2 only support
9099 output from the @sc{gnu} Modula-2 compiler (which is currently being
9100 developed). Other Modula-2 compilers are not currently supported, and
9101 attempting to debug executables produced by them is most likely
9102 to give an error as @value{GDBN} reads in the executable's symbol
9103 table.
9104
9105 @cindex expressions in Modula-2
9106 @menu
9107 * M2 Operators:: Built-in operators
9108 * Built-In Func/Proc:: Built-in functions and procedures
9109 * M2 Constants:: Modula-2 constants
9110 * M2 Defaults:: Default settings for Modula-2
9111 * Deviations:: Deviations from standard Modula-2
9112 * M2 Checks:: Modula-2 type and range checks
9113 * M2 Scope:: The scope operators @code{::} and @code{.}
9114 * GDB/M2:: @value{GDBN} and Modula-2
9115 @end menu
9116
9117 @node M2 Operators
9118 @subsubsection Operators
9119 @cindex Modula-2 operators
9120
9121 Operators must be defined on values of specific types. For instance,
9122 @code{+} is defined on numbers, but not on structures. Operators are
9123 often defined on groups of types. For the purposes of Modula-2, the
9124 following definitions hold:
9125
9126 @itemize @bullet
9127
9128 @item
9129 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9130 their subranges.
9131
9132 @item
9133 @emph{Character types} consist of @code{CHAR} and its subranges.
9134
9135 @item
9136 @emph{Floating-point types} consist of @code{REAL}.
9137
9138 @item
9139 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9140 @var{type}}.
9141
9142 @item
9143 @emph{Scalar types} consist of all of the above.
9144
9145 @item
9146 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9147
9148 @item
9149 @emph{Boolean types} consist of @code{BOOLEAN}.
9150 @end itemize
9151
9152 @noindent
9153 The following operators are supported, and appear in order of
9154 increasing precedence:
9155
9156 @table @code
9157 @item ,
9158 Function argument or array index separator.
9159
9160 @item :=
9161 Assignment. The value of @var{var} @code{:=} @var{value} is
9162 @var{value}.
9163
9164 @item <@r{, }>
9165 Less than, greater than on integral, floating-point, or enumerated
9166 types.
9167
9168 @item <=@r{, }>=
9169 Less than or equal to, greater than or equal to
9170 on integral, floating-point and enumerated types, or set inclusion on
9171 set types. Same precedence as @code{<}.
9172
9173 @item =@r{, }<>@r{, }#
9174 Equality and two ways of expressing inequality, valid on scalar types.
9175 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9176 available for inequality, since @code{#} conflicts with the script
9177 comment character.
9178
9179 @item IN
9180 Set membership. Defined on set types and the types of their members.
9181 Same precedence as @code{<}.
9182
9183 @item OR
9184 Boolean disjunction. Defined on boolean types.
9185
9186 @item AND@r{, }&
9187 Boolean conjunction. Defined on boolean types.
9188
9189 @item @@
9190 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9191
9192 @item +@r{, }-
9193 Addition and subtraction on integral and floating-point types, or union
9194 and difference on set types.
9195
9196 @item *
9197 Multiplication on integral and floating-point types, or set intersection
9198 on set types.
9199
9200 @item /
9201 Division on floating-point types, or symmetric set difference on set
9202 types. Same precedence as @code{*}.
9203
9204 @item DIV@r{, }MOD
9205 Integer division and remainder. Defined on integral types. Same
9206 precedence as @code{*}.
9207
9208 @item -
9209 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9210
9211 @item ^
9212 Pointer dereferencing. Defined on pointer types.
9213
9214 @item NOT
9215 Boolean negation. Defined on boolean types. Same precedence as
9216 @code{^}.
9217
9218 @item .
9219 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
9220 precedence as @code{^}.
9221
9222 @item []
9223 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9224
9225 @item ()
9226 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9227 as @code{^}.
9228
9229 @item ::@r{, }.
9230 @value{GDBN} and Modula-2 scope operators.
9231 @end table
9232
9233 @quotation
9234 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9235 treats the use of the operator @code{IN}, or the use of operators
9236 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9237 @code{<=}, and @code{>=} on sets as an error.
9238 @end quotation
9239
9240
9241 @node Built-In Func/Proc
9242 @subsubsection Built-in functions and procedures
9243 @cindex Modula-2 built-ins
9244
9245 Modula-2 also makes available several built-in procedures and functions.
9246 In describing these, the following metavariables are used:
9247
9248 @table @var
9249
9250 @item a
9251 represents an @code{ARRAY} variable.
9252
9253 @item c
9254 represents a @code{CHAR} constant or variable.
9255
9256 @item i
9257 represents a variable or constant of integral type.
9258
9259 @item m
9260 represents an identifier that belongs to a set. Generally used in the
9261 same function with the metavariable @var{s}. The type of @var{s} should
9262 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9263
9264 @item n
9265 represents a variable or constant of integral or floating-point type.
9266
9267 @item r
9268 represents a variable or constant of floating-point type.
9269
9270 @item t
9271 represents a type.
9272
9273 @item v
9274 represents a variable.
9275
9276 @item x
9277 represents a variable or constant of one of many types. See the
9278 explanation of the function for details.
9279 @end table
9280
9281 All Modula-2 built-in procedures also return a result, described below.
9282
9283 @table @code
9284 @item ABS(@var{n})
9285 Returns the absolute value of @var{n}.
9286
9287 @item CAP(@var{c})
9288 If @var{c} is a lower case letter, it returns its upper case
9289 equivalent, otherwise it returns its argument.
9290
9291 @item CHR(@var{i})
9292 Returns the character whose ordinal value is @var{i}.
9293
9294 @item DEC(@var{v})
9295 Decrements the value in the variable @var{v} by one. Returns the new value.
9296
9297 @item DEC(@var{v},@var{i})
9298 Decrements the value in the variable @var{v} by @var{i}. Returns the
9299 new value.
9300
9301 @item EXCL(@var{m},@var{s})
9302 Removes the element @var{m} from the set @var{s}. Returns the new
9303 set.
9304
9305 @item FLOAT(@var{i})
9306 Returns the floating point equivalent of the integer @var{i}.
9307
9308 @item HIGH(@var{a})
9309 Returns the index of the last member of @var{a}.
9310
9311 @item INC(@var{v})
9312 Increments the value in the variable @var{v} by one. Returns the new value.
9313
9314 @item INC(@var{v},@var{i})
9315 Increments the value in the variable @var{v} by @var{i}. Returns the
9316 new value.
9317
9318 @item INCL(@var{m},@var{s})
9319 Adds the element @var{m} to the set @var{s} if it is not already
9320 there. Returns the new set.
9321
9322 @item MAX(@var{t})
9323 Returns the maximum value of the type @var{t}.
9324
9325 @item MIN(@var{t})
9326 Returns the minimum value of the type @var{t}.
9327
9328 @item ODD(@var{i})
9329 Returns boolean TRUE if @var{i} is an odd number.
9330
9331 @item ORD(@var{x})
9332 Returns the ordinal value of its argument. For example, the ordinal
9333 value of a character is its @sc{ascii} value (on machines supporting the
9334 @sc{ascii} character set). @var{x} must be of an ordered type, which include
9335 integral, character and enumerated types.
9336
9337 @item SIZE(@var{x})
9338 Returns the size of its argument. @var{x} can be a variable or a type.
9339
9340 @item TRUNC(@var{r})
9341 Returns the integral part of @var{r}.
9342
9343 @item VAL(@var{t},@var{i})
9344 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9345 @end table
9346
9347 @quotation
9348 @emph{Warning:} Sets and their operations are not yet supported, so
9349 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9350 an error.
9351 @end quotation
9352
9353 @cindex Modula-2 constants
9354 @node M2 Constants
9355 @subsubsection Constants
9356
9357 @value{GDBN} allows you to express the constants of Modula-2 in the following
9358 ways:
9359
9360 @itemize @bullet
9361
9362 @item
9363 Integer constants are simply a sequence of digits. When used in an
9364 expression, a constant is interpreted to be type-compatible with the
9365 rest of the expression. Hexadecimal integers are specified by a
9366 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9367
9368 @item
9369 Floating point constants appear as a sequence of digits, followed by a
9370 decimal point and another sequence of digits. An optional exponent can
9371 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9372 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9373 digits of the floating point constant must be valid decimal (base 10)
9374 digits.
9375
9376 @item
9377 Character constants consist of a single character enclosed by a pair of
9378 like quotes, either single (@code{'}) or double (@code{"}). They may
9379 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9380 followed by a @samp{C}.
9381
9382 @item
9383 String constants consist of a sequence of characters enclosed by a
9384 pair of like quotes, either single (@code{'}) or double (@code{"}).
9385 Escape sequences in the style of C are also allowed. @xref{C
9386 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9387 sequences.
9388
9389 @item
9390 Enumerated constants consist of an enumerated identifier.
9391
9392 @item
9393 Boolean constants consist of the identifiers @code{TRUE} and
9394 @code{FALSE}.
9395
9396 @item
9397 Pointer constants consist of integral values only.
9398
9399 @item
9400 Set constants are not yet supported.
9401 @end itemize
9402
9403 @node M2 Defaults
9404 @subsubsection Modula-2 defaults
9405 @cindex Modula-2 defaults
9406
9407 If type and range checking are set automatically by @value{GDBN}, they
9408 both default to @code{on} whenever the working language changes to
9409 Modula-2. This happens regardless of whether you or @value{GDBN}
9410 selected the working language.
9411
9412 If you allow @value{GDBN} to set the language automatically, then entering
9413 code compiled from a file whose name ends with @file{.mod} sets the
9414 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
9415 the language automatically}, for further details.
9416
9417 @node Deviations
9418 @subsubsection Deviations from standard Modula-2
9419 @cindex Modula-2, deviations from
9420
9421 A few changes have been made to make Modula-2 programs easier to debug.
9422 This is done primarily via loosening its type strictness:
9423
9424 @itemize @bullet
9425 @item
9426 Unlike in standard Modula-2, pointer constants can be formed by
9427 integers. This allows you to modify pointer variables during
9428 debugging. (In standard Modula-2, the actual address contained in a
9429 pointer variable is hidden from you; it can only be modified
9430 through direct assignment to another pointer variable or expression that
9431 returned a pointer.)
9432
9433 @item
9434 C escape sequences can be used in strings and characters to represent
9435 non-printable characters. @value{GDBN} prints out strings with these
9436 escape sequences embedded. Single non-printable characters are
9437 printed using the @samp{CHR(@var{nnn})} format.
9438
9439 @item
9440 The assignment operator (@code{:=}) returns the value of its right-hand
9441 argument.
9442
9443 @item
9444 All built-in procedures both modify @emph{and} return their argument.
9445 @end itemize
9446
9447 @node M2 Checks
9448 @subsubsection Modula-2 type and range checks
9449 @cindex Modula-2 checks
9450
9451 @quotation
9452 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9453 range checking.
9454 @end quotation
9455 @c FIXME remove warning when type/range checks added
9456
9457 @value{GDBN} considers two Modula-2 variables type equivalent if:
9458
9459 @itemize @bullet
9460 @item
9461 They are of types that have been declared equivalent via a @code{TYPE
9462 @var{t1} = @var{t2}} statement
9463
9464 @item
9465 They have been declared on the same line. (Note: This is true of the
9466 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9467 @end itemize
9468
9469 As long as type checking is enabled, any attempt to combine variables
9470 whose types are not equivalent is an error.
9471
9472 Range checking is done on all mathematical operations, assignment, array
9473 index bounds, and all built-in functions and procedures.
9474
9475 @node M2 Scope
9476 @subsubsection The scope operators @code{::} and @code{.}
9477 @cindex scope
9478 @cindex @code{.}, Modula-2 scope operator
9479 @cindex colon, doubled as scope operator
9480 @ifinfo
9481 @vindex colon-colon@r{, in Modula-2}
9482 @c Info cannot handle :: but TeX can.
9483 @end ifinfo
9484 @iftex
9485 @vindex ::@r{, in Modula-2}
9486 @end iftex
9487
9488 There are a few subtle differences between the Modula-2 scope operator
9489 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9490 similar syntax:
9491
9492 @smallexample
9493
9494 @var{module} . @var{id}
9495 @var{scope} :: @var{id}
9496 @end smallexample
9497
9498 @noindent
9499 where @var{scope} is the name of a module or a procedure,
9500 @var{module} the name of a module, and @var{id} is any declared
9501 identifier within your program, except another module.
9502
9503 Using the @code{::} operator makes @value{GDBN} search the scope
9504 specified by @var{scope} for the identifier @var{id}. If it is not
9505 found in the specified scope, then @value{GDBN} searches all scopes
9506 enclosing the one specified by @var{scope}.
9507
9508 Using the @code{.} operator makes @value{GDBN} search the current scope for
9509 the identifier specified by @var{id} that was imported from the
9510 definition module specified by @var{module}. With this operator, it is
9511 an error if the identifier @var{id} was not imported from definition
9512 module @var{module}, or if @var{id} is not an identifier in
9513 @var{module}.
9514
9515 @node GDB/M2
9516 @subsubsection @value{GDBN} and Modula-2
9517
9518 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9519 Five subcommands of @code{set print} and @code{show print} apply
9520 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9521 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9522 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9523 analogue in Modula-2.
9524
9525 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9526 with any language, is not useful with Modula-2. Its
9527 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9528 created in Modula-2 as they can in C or C@t{++}. However, because an
9529 address can be specified by an integral constant, the construct
9530 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9531
9532 @cindex @code{#} in Modula-2
9533 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9534 interpreted as the beginning of a comment. Use @code{<>} instead.
9535
9536 @node Ada
9537 @subsection Ada
9538 @cindex Ada
9539
9540 The extensions made to @value{GDBN} for Ada only support
9541 output from the @sc{gnu} Ada (GNAT) compiler.
9542 Other Ada compilers are not currently supported, and
9543 attempting to debug executables produced by them is most likely
9544 to be difficult.
9545
9546
9547 @cindex expressions in Ada
9548 @menu
9549 * Ada Mode Intro:: General remarks on the Ada syntax
9550 and semantics supported by Ada mode
9551 in @value{GDBN}.
9552 * Omissions from Ada:: Restrictions on the Ada expression syntax.
9553 * Additions to Ada:: Extensions of the Ada expression syntax.
9554 * Stopping Before Main Program:: Debugging the program during elaboration.
9555 * Ada Glitches:: Known peculiarities of Ada mode.
9556 @end menu
9557
9558 @node Ada Mode Intro
9559 @subsubsection Introduction
9560 @cindex Ada mode, general
9561
9562 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9563 syntax, with some extensions.
9564 The philosophy behind the design of this subset is
9565
9566 @itemize @bullet
9567 @item
9568 That @value{GDBN} should provide basic literals and access to operations for
9569 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9570 leaving more sophisticated computations to subprograms written into the
9571 program (which therefore may be called from @value{GDBN}).
9572
9573 @item
9574 That type safety and strict adherence to Ada language restrictions
9575 are not particularly important to the @value{GDBN} user.
9576
9577 @item
9578 That brevity is important to the @value{GDBN} user.
9579 @end itemize
9580
9581 Thus, for brevity, the debugger acts as if there were
9582 implicit @code{with} and @code{use} clauses in effect for all user-written
9583 packages, making it unnecessary to fully qualify most names with
9584 their packages, regardless of context. Where this causes ambiguity,
9585 @value{GDBN} asks the user's intent.
9586
9587 The debugger will start in Ada mode if it detects an Ada main program.
9588 As for other languages, it will enter Ada mode when stopped in a program that
9589 was translated from an Ada source file.
9590
9591 While in Ada mode, you may use `@t{--}' for comments. This is useful
9592 mostly for documenting command files. The standard @value{GDBN} comment
9593 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9594 middle (to allow based literals).
9595
9596 The debugger supports limited overloading. Given a subprogram call in which
9597 the function symbol has multiple definitions, it will use the number of
9598 actual parameters and some information about their types to attempt to narrow
9599 the set of definitions. It also makes very limited use of context, preferring
9600 procedures to functions in the context of the @code{call} command, and
9601 functions to procedures elsewhere.
9602
9603 @node Omissions from Ada
9604 @subsubsection Omissions from Ada
9605 @cindex Ada, omissions from
9606
9607 Here are the notable omissions from the subset:
9608
9609 @itemize @bullet
9610 @item
9611 Only a subset of the attributes are supported:
9612
9613 @itemize @minus
9614 @item
9615 @t{'First}, @t{'Last}, and @t{'Length}
9616 on array objects (not on types and subtypes).
9617
9618 @item
9619 @t{'Min} and @t{'Max}.
9620
9621 @item
9622 @t{'Pos} and @t{'Val}.
9623
9624 @item
9625 @t{'Tag}.
9626
9627 @item
9628 @t{'Range} on array objects (not subtypes), but only as the right
9629 operand of the membership (@code{in}) operator.
9630
9631 @item
9632 @t{'Access}, @t{'Unchecked_Access}, and
9633 @t{'Unrestricted_Access} (a GNAT extension).
9634
9635 @item
9636 @t{'Address}.
9637 @end itemize
9638
9639 @item
9640 The names in
9641 @code{Characters.Latin_1} are not available and
9642 concatenation is not implemented. Thus, escape characters in strings are
9643 not currently available.
9644
9645 @item
9646 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9647 equality of representations. They will generally work correctly
9648 for strings and arrays whose elements have integer or enumeration types.
9649 They may not work correctly for arrays whose element
9650 types have user-defined equality, for arrays of real values
9651 (in particular, IEEE-conformant floating point, because of negative
9652 zeroes and NaNs), and for arrays whose elements contain unused bits with
9653 indeterminate values.
9654
9655 @item
9656 The other component-by-component array operations (@code{and}, @code{or},
9657 @code{xor}, @code{not}, and relational tests other than equality)
9658 are not implemented.
9659
9660 @item
9661 There are no record or array aggregates.
9662
9663 @item
9664 Calls to dispatching subprograms are not implemented.
9665
9666 @item
9667 The overloading algorithm is much more limited (i.e., less selective)
9668 than that of real Ada. It makes only limited use of the context in which a subexpression
9669 appears to resolve its meaning, and it is much looser in its rules for allowing
9670 type matches. As a result, some function calls will be ambiguous, and the user
9671 will be asked to choose the proper resolution.
9672
9673 @item
9674 The @code{new} operator is not implemented.
9675
9676 @item
9677 Entry calls are not implemented.
9678
9679 @item
9680 Aside from printing, arithmetic operations on the native VAX floating-point
9681 formats are not supported.
9682
9683 @item
9684 It is not possible to slice a packed array.
9685 @end itemize
9686
9687 @node Additions to Ada
9688 @subsubsection Additions to Ada
9689 @cindex Ada, deviations from
9690
9691 As it does for other languages, @value{GDBN} makes certain generic
9692 extensions to Ada (@pxref{Expressions}):
9693
9694 @itemize @bullet
9695 @item
9696 If the expression @var{E} is a variable residing in memory
9697 (typically a local variable or array element) and @var{N} is
9698 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9699 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9700 In Ada, this operator is generally not necessary, since its prime use
9701 is in displaying parts of an array, and slicing will usually do this in Ada.
9702 However, there are occasional uses when debugging programs
9703 in which certain debugging information has been optimized away.
9704
9705 @item
9706 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9707 in function or file @var{B}.'' When @var{B} is a file name, you must typically
9708 surround it in single quotes.
9709
9710 @item
9711 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9712 @var{type} that appears at address @var{addr}.''
9713
9714 @item
9715 A name starting with @samp{$} is a convenience variable
9716 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9717 @end itemize
9718
9719 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9720 to Ada:
9721
9722 @itemize @bullet
9723 @item
9724 The assignment statement is allowed as an expression, returning
9725 its right-hand operand as its value. Thus, you may enter
9726
9727 @smallexample
9728 set x := y + 3
9729 print A(tmp := y + 1)
9730 @end smallexample
9731
9732 @item
9733 The semicolon is allowed as an ``operator,'' returning as its value
9734 the value of its right-hand operand.
9735 This allows, for example,
9736 complex conditional breaks:
9737
9738 @smallexample
9739 break f
9740 condition 1 (report(i); k += 1; A(k) > 100)
9741 @end smallexample
9742
9743 @item
9744 Rather than use catenation and symbolic character names to introduce special
9745 characters into strings, one may instead use a special bracket notation,
9746 which is also used to print strings. A sequence of characters of the form
9747 @samp{["@var{XX}"]} within a string or character literal denotes the
9748 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
9749 sequence of characters @samp{["""]} also denotes a single quotation mark
9750 in strings. For example,
9751 @smallexample
9752 "One line.["0a"]Next line.["0a"]"
9753 @end smallexample
9754 @noindent
9755 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9756 period.
9757
9758 @item
9759 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9760 @t{'Max} is optional (and is ignored in any case). For example, it is valid
9761 to write
9762
9763 @smallexample
9764 print 'max(x, y)
9765 @end smallexample
9766
9767 @item
9768 When printing arrays, @value{GDBN} uses positional notation when the
9769 array has a lower bound of 1, and uses a modified named notation otherwise.
9770 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9771
9772 @smallexample
9773 (3 => 10, 17, 1)
9774 @end smallexample
9775
9776 @noindent
9777 That is, in contrast to valid Ada, only the first component has a @code{=>}
9778 clause.
9779
9780 @item
9781 You may abbreviate attributes in expressions with any unique,
9782 multi-character subsequence of
9783 their names (an exact match gets preference).
9784 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9785 in place of @t{a'length}.
9786
9787 @item
9788 @cindex quoting Ada internal identifiers
9789 Since Ada is case-insensitive, the debugger normally maps identifiers you type
9790 to lower case. The GNAT compiler uses upper-case characters for
9791 some of its internal identifiers, which are normally of no interest to users.
9792 For the rare occasions when you actually have to look at them,
9793 enclose them in angle brackets to avoid the lower-case mapping.
9794 For example,
9795 @smallexample
9796 @value{GDBP} print <JMPBUF_SAVE>[0]
9797 @end smallexample
9798
9799 @item
9800 Printing an object of class-wide type or dereferencing an
9801 access-to-class-wide value will display all the components of the object's
9802 specific type (as indicated by its run-time tag). Likewise, component
9803 selection on such a value will operate on the specific type of the
9804 object.
9805
9806 @end itemize
9807
9808 @node Stopping Before Main Program
9809 @subsubsection Stopping at the Very Beginning
9810
9811 @cindex breakpointing Ada elaboration code
9812 It is sometimes necessary to debug the program during elaboration, and
9813 before reaching the main procedure.
9814 As defined in the Ada Reference
9815 Manual, the elaboration code is invoked from a procedure called
9816 @code{adainit}. To run your program up to the beginning of
9817 elaboration, simply use the following two commands:
9818 @code{tbreak adainit} and @code{run}.
9819
9820 @node Ada Glitches
9821 @subsubsection Known Peculiarities of Ada Mode
9822 @cindex Ada, problems
9823
9824 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9825 we know of several problems with and limitations of Ada mode in
9826 @value{GDBN},
9827 some of which will be fixed with planned future releases of the debugger
9828 and the GNU Ada compiler.
9829
9830 @itemize @bullet
9831 @item
9832 Currently, the debugger
9833 has insufficient information to determine whether certain pointers represent
9834 pointers to objects or the objects themselves.
9835 Thus, the user may have to tack an extra @code{.all} after an expression
9836 to get it printed properly.
9837
9838 @item
9839 Static constants that the compiler chooses not to materialize as objects in
9840 storage are invisible to the debugger.
9841
9842 @item
9843 Named parameter associations in function argument lists are ignored (the
9844 argument lists are treated as positional).
9845
9846 @item
9847 Many useful library packages are currently invisible to the debugger.
9848
9849 @item
9850 Fixed-point arithmetic, conversions, input, and output is carried out using
9851 floating-point arithmetic, and may give results that only approximate those on
9852 the host machine.
9853
9854 @item
9855 The type of the @t{'Address} attribute may not be @code{System.Address}.
9856
9857 @item
9858 The GNAT compiler never generates the prefix @code{Standard} for any of
9859 the standard symbols defined by the Ada language. @value{GDBN} knows about
9860 this: it will strip the prefix from names when you use it, and will never
9861 look for a name you have so qualified among local symbols, nor match against
9862 symbols in other packages or subprograms. If you have
9863 defined entities anywhere in your program other than parameters and
9864 local variables whose simple names match names in @code{Standard},
9865 GNAT's lack of qualification here can cause confusion. When this happens,
9866 you can usually resolve the confusion
9867 by qualifying the problematic names with package
9868 @code{Standard} explicitly.
9869 @end itemize
9870
9871 @node Unsupported languages
9872 @section Unsupported languages
9873
9874 @cindex unsupported languages
9875 @cindex minimal language
9876 In addition to the other fully-supported programming languages,
9877 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9878 It does not represent a real programming language, but provides a set
9879 of capabilities close to what the C or assembly languages provide.
9880 This should allow most simple operations to be performed while debugging
9881 an application that uses a language currently not supported by @value{GDBN}.
9882
9883 If the language is set to @code{auto}, @value{GDBN} will automatically
9884 select this language if the current frame corresponds to an unsupported
9885 language.
9886
9887 @node Symbols
9888 @chapter Examining the Symbol Table
9889
9890 The commands described in this chapter allow you to inquire about the
9891 symbols (names of variables, functions and types) defined in your
9892 program. This information is inherent in the text of your program and
9893 does not change as your program executes. @value{GDBN} finds it in your
9894 program's symbol table, in the file indicated when you started @value{GDBN}
9895 (@pxref{File Options, ,Choosing files}), or by one of the
9896 file-management commands (@pxref{Files, ,Commands to specify files}).
9897
9898 @cindex symbol names
9899 @cindex names of symbols
9900 @cindex quoting names
9901 Occasionally, you may need to refer to symbols that contain unusual
9902 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9903 most frequent case is in referring to static variables in other
9904 source files (@pxref{Variables,,Program variables}). File names
9905 are recorded in object files as debugging symbols, but @value{GDBN} would
9906 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9907 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9908 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9909
9910 @smallexample
9911 p 'foo.c'::x
9912 @end smallexample
9913
9914 @noindent
9915 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9916
9917 @table @code
9918 @cindex case-insensitive symbol names
9919 @cindex case sensitivity in symbol names
9920 @kindex set case-sensitive
9921 @item set case-sensitive on
9922 @itemx set case-sensitive off
9923 @itemx set case-sensitive auto
9924 Normally, when @value{GDBN} looks up symbols, it matches their names
9925 with case sensitivity determined by the current source language.
9926 Occasionally, you may wish to control that. The command @code{set
9927 case-sensitive} lets you do that by specifying @code{on} for
9928 case-sensitive matches or @code{off} for case-insensitive ones. If
9929 you specify @code{auto}, case sensitivity is reset to the default
9930 suitable for the source language. The default is case-sensitive
9931 matches for all languages except for Fortran, for which the default is
9932 case-insensitive matches.
9933
9934 @kindex show case-sensitive
9935 @item show case-sensitive
9936 This command shows the current setting of case sensitivity for symbols
9937 lookups.
9938
9939 @kindex info address
9940 @cindex address of a symbol
9941 @item info address @var{symbol}
9942 Describe where the data for @var{symbol} is stored. For a register
9943 variable, this says which register it is kept in. For a non-register
9944 local variable, this prints the stack-frame offset at which the variable
9945 is always stored.
9946
9947 Note the contrast with @samp{print &@var{symbol}}, which does not work
9948 at all for a register variable, and for a stack local variable prints
9949 the exact address of the current instantiation of the variable.
9950
9951 @kindex info symbol
9952 @cindex symbol from address
9953 @cindex closest symbol and offset for an address
9954 @item info symbol @var{addr}
9955 Print the name of a symbol which is stored at the address @var{addr}.
9956 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9957 nearest symbol and an offset from it:
9958
9959 @smallexample
9960 (@value{GDBP}) info symbol 0x54320
9961 _initialize_vx + 396 in section .text
9962 @end smallexample
9963
9964 @noindent
9965 This is the opposite of the @code{info address} command. You can use
9966 it to find out the name of a variable or a function given its address.
9967
9968 @kindex whatis
9969 @item whatis @var{expr}
9970 Print the data type of expression @var{expr}. @var{expr} is not
9971 actually evaluated, and any side-effecting operations (such as
9972 assignments or function calls) inside it do not take place.
9973 @xref{Expressions, ,Expressions}.
9974
9975 @item whatis
9976 Print the data type of @code{$}, the last value in the value history.
9977
9978 @kindex ptype
9979 @item ptype @var{typename}
9980 Print a description of data type @var{typename}. @var{typename} may be
9981 the name of a type, or for C code it may have the form @samp{class
9982 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9983 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9984
9985 @item ptype @var{expr}
9986 @itemx ptype
9987 Print a description of the type of expression @var{expr}. @code{ptype}
9988 differs from @code{whatis} by printing a detailed description, instead
9989 of just the name of the type.
9990
9991 For example, for this variable declaration:
9992
9993 @smallexample
9994 struct complex @{double real; double imag;@} v;
9995 @end smallexample
9996
9997 @noindent
9998 the two commands give this output:
9999
10000 @smallexample
10001 @group
10002 (@value{GDBP}) whatis v
10003 type = struct complex
10004 (@value{GDBP}) ptype v
10005 type = struct complex @{
10006 double real;
10007 double imag;
10008 @}
10009 @end group
10010 @end smallexample
10011
10012 @noindent
10013 As with @code{whatis}, using @code{ptype} without an argument refers to
10014 the type of @code{$}, the last value in the value history.
10015
10016 @cindex incomplete type
10017 Sometimes, programs use opaque data types or incomplete specifications
10018 of complex data structure. If the debug information included in the
10019 program does not allow @value{GDBN} to display a full declaration of
10020 the data type, it will say @samp{<incomplete type>}. For example,
10021 given these declarations:
10022
10023 @smallexample
10024 struct foo;
10025 struct foo *fooptr;
10026 @end smallexample
10027
10028 @noindent
10029 but no definition for @code{struct foo} itself, @value{GDBN} will say:
10030
10031 @smallexample
10032 (gdb) ptype foo
10033 $1 = <incomplete type>
10034 @end smallexample
10035
10036 @noindent
10037 ``Incomplete type'' is C terminology for data types that are not
10038 completely specified.
10039
10040 @kindex info types
10041 @item info types @var{regexp}
10042 @itemx info types
10043 Print a brief description of all types whose names match the regular
10044 expression @var{regexp} (or all types in your program, if you supply
10045 no argument). Each complete typename is matched as though it were a
10046 complete line; thus, @samp{i type value} gives information on all
10047 types in your program whose names include the string @code{value}, but
10048 @samp{i type ^value$} gives information only on types whose complete
10049 name is @code{value}.
10050
10051 This command differs from @code{ptype} in two ways: first, like
10052 @code{whatis}, it does not print a detailed description; second, it
10053 lists all source files where a type is defined.
10054
10055 @kindex info scope
10056 @cindex local variables
10057 @item info scope @var{location}
10058 List all the variables local to a particular scope. This command
10059 accepts a @var{location} argument---a function name, a source line, or
10060 an address preceded by a @samp{*}, and prints all the variables local
10061 to the scope defined by that location. For example:
10062
10063 @smallexample
10064 (@value{GDBP}) @b{info scope command_line_handler}
10065 Scope for command_line_handler:
10066 Symbol rl is an argument at stack/frame offset 8, length 4.
10067 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10068 Symbol linelength is in static storage at address 0x150a1c, length 4.
10069 Symbol p is a local variable in register $esi, length 4.
10070 Symbol p1 is a local variable in register $ebx, length 4.
10071 Symbol nline is a local variable in register $edx, length 4.
10072 Symbol repeat is a local variable at frame offset -8, length 4.
10073 @end smallexample
10074
10075 @noindent
10076 This command is especially useful for determining what data to collect
10077 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10078 collect}.
10079
10080 @kindex info source
10081 @item info source
10082 Show information about the current source file---that is, the source file for
10083 the function containing the current point of execution:
10084 @itemize @bullet
10085 @item
10086 the name of the source file, and the directory containing it,
10087 @item
10088 the directory it was compiled in,
10089 @item
10090 its length, in lines,
10091 @item
10092 which programming language it is written in,
10093 @item
10094 whether the executable includes debugging information for that file, and
10095 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10096 @item
10097 whether the debugging information includes information about
10098 preprocessor macros.
10099 @end itemize
10100
10101
10102 @kindex info sources
10103 @item info sources
10104 Print the names of all source files in your program for which there is
10105 debugging information, organized into two lists: files whose symbols
10106 have already been read, and files whose symbols will be read when needed.
10107
10108 @kindex info functions
10109 @item info functions
10110 Print the names and data types of all defined functions.
10111
10112 @item info functions @var{regexp}
10113 Print the names and data types of all defined functions
10114 whose names contain a match for regular expression @var{regexp}.
10115 Thus, @samp{info fun step} finds all functions whose names
10116 include @code{step}; @samp{info fun ^step} finds those whose names
10117 start with @code{step}. If a function name contains characters
10118 that conflict with the regular expression language (eg.
10119 @samp{operator*()}), they may be quoted with a backslash.
10120
10121 @kindex info variables
10122 @item info variables
10123 Print the names and data types of all variables that are declared
10124 outside of functions (i.e.@: excluding local variables).
10125
10126 @item info variables @var{regexp}
10127 Print the names and data types of all variables (except for local
10128 variables) whose names contain a match for regular expression
10129 @var{regexp}.
10130
10131 @kindex info classes
10132 @cindex Objective-C, classes and selectors
10133 @item info classes
10134 @itemx info classes @var{regexp}
10135 Display all Objective-C classes in your program, or
10136 (with the @var{regexp} argument) all those matching a particular regular
10137 expression.
10138
10139 @kindex info selectors
10140 @item info selectors
10141 @itemx info selectors @var{regexp}
10142 Display all Objective-C selectors in your program, or
10143 (with the @var{regexp} argument) all those matching a particular regular
10144 expression.
10145
10146 @ignore
10147 This was never implemented.
10148 @kindex info methods
10149 @item info methods
10150 @itemx info methods @var{regexp}
10151 The @code{info methods} command permits the user to examine all defined
10152 methods within C@t{++} program, or (with the @var{regexp} argument) a
10153 specific set of methods found in the various C@t{++} classes. Many
10154 C@t{++} classes provide a large number of methods. Thus, the output
10155 from the @code{ptype} command can be overwhelming and hard to use. The
10156 @code{info-methods} command filters the methods, printing only those
10157 which match the regular-expression @var{regexp}.
10158 @end ignore
10159
10160 @cindex reloading symbols
10161 Some systems allow individual object files that make up your program to
10162 be replaced without stopping and restarting your program. For example,
10163 in VxWorks you can simply recompile a defective object file and keep on
10164 running. If you are running on one of these systems, you can allow
10165 @value{GDBN} to reload the symbols for automatically relinked modules:
10166
10167 @table @code
10168 @kindex set symbol-reloading
10169 @item set symbol-reloading on
10170 Replace symbol definitions for the corresponding source file when an
10171 object file with a particular name is seen again.
10172
10173 @item set symbol-reloading off
10174 Do not replace symbol definitions when encountering object files of the
10175 same name more than once. This is the default state; if you are not
10176 running on a system that permits automatic relinking of modules, you
10177 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10178 may discard symbols when linking large programs, that may contain
10179 several modules (from different directories or libraries) with the same
10180 name.
10181
10182 @kindex show symbol-reloading
10183 @item show symbol-reloading
10184 Show the current @code{on} or @code{off} setting.
10185 @end table
10186
10187 @cindex opaque data types
10188 @kindex set opaque-type-resolution
10189 @item set opaque-type-resolution on
10190 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10191 declared as a pointer to a @code{struct}, @code{class}, or
10192 @code{union}---for example, @code{struct MyType *}---that is used in one
10193 source file although the full declaration of @code{struct MyType} is in
10194 another source file. The default is on.
10195
10196 A change in the setting of this subcommand will not take effect until
10197 the next time symbols for a file are loaded.
10198
10199 @item set opaque-type-resolution off
10200 Tell @value{GDBN} not to resolve opaque types. In this case, the type
10201 is printed as follows:
10202 @smallexample
10203 @{<no data fields>@}
10204 @end smallexample
10205
10206 @kindex show opaque-type-resolution
10207 @item show opaque-type-resolution
10208 Show whether opaque types are resolved or not.
10209
10210 @kindex maint print symbols
10211 @cindex symbol dump
10212 @kindex maint print psymbols
10213 @cindex partial symbol dump
10214 @item maint print symbols @var{filename}
10215 @itemx maint print psymbols @var{filename}
10216 @itemx maint print msymbols @var{filename}
10217 Write a dump of debugging symbol data into the file @var{filename}.
10218 These commands are used to debug the @value{GDBN} symbol-reading code. Only
10219 symbols with debugging data are included. If you use @samp{maint print
10220 symbols}, @value{GDBN} includes all the symbols for which it has already
10221 collected full details: that is, @var{filename} reflects symbols for
10222 only those files whose symbols @value{GDBN} has read. You can use the
10223 command @code{info sources} to find out which files these are. If you
10224 use @samp{maint print psymbols} instead, the dump shows information about
10225 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10226 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10227 @samp{maint print msymbols} dumps just the minimal symbol information
10228 required for each object file from which @value{GDBN} has read some symbols.
10229 @xref{Files, ,Commands to specify files}, for a discussion of how
10230 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10231
10232 @kindex maint info symtabs
10233 @kindex maint info psymtabs
10234 @cindex listing @value{GDBN}'s internal symbol tables
10235 @cindex symbol tables, listing @value{GDBN}'s internal
10236 @cindex full symbol tables, listing @value{GDBN}'s internal
10237 @cindex partial symbol tables, listing @value{GDBN}'s internal
10238 @item maint info symtabs @r{[} @var{regexp} @r{]}
10239 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10240
10241 List the @code{struct symtab} or @code{struct partial_symtab}
10242 structures whose names match @var{regexp}. If @var{regexp} is not
10243 given, list them all. The output includes expressions which you can
10244 copy into a @value{GDBN} debugging this one to examine a particular
10245 structure in more detail. For example:
10246
10247 @smallexample
10248 (@value{GDBP}) maint info psymtabs dwarf2read
10249 @{ objfile /home/gnu/build/gdb/gdb
10250 ((struct objfile *) 0x82e69d0)
10251 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10252 ((struct partial_symtab *) 0x8474b10)
10253 readin no
10254 fullname (null)
10255 text addresses 0x814d3c8 -- 0x8158074
10256 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10257 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10258 dependencies (none)
10259 @}
10260 @}
10261 (@value{GDBP}) maint info symtabs
10262 (@value{GDBP})
10263 @end smallexample
10264 @noindent
10265 We see that there is one partial symbol table whose filename contains
10266 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10267 and we see that @value{GDBN} has not read in any symtabs yet at all.
10268 If we set a breakpoint on a function, that will cause @value{GDBN} to
10269 read the symtab for the compilation unit containing that function:
10270
10271 @smallexample
10272 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10273 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10274 line 1574.
10275 (@value{GDBP}) maint info symtabs
10276 @{ objfile /home/gnu/build/gdb/gdb
10277 ((struct objfile *) 0x82e69d0)
10278 @{ symtab /home/gnu/src/gdb/dwarf2read.c
10279 ((struct symtab *) 0x86c1f38)
10280 dirname (null)
10281 fullname (null)
10282 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10283 debugformat DWARF 2
10284 @}
10285 @}
10286 (@value{GDBP})
10287 @end smallexample
10288 @end table
10289
10290
10291 @node Altering
10292 @chapter Altering Execution
10293
10294 Once you think you have found an error in your program, you might want to
10295 find out for certain whether correcting the apparent error would lead to
10296 correct results in the rest of the run. You can find the answer by
10297 experiment, using the @value{GDBN} features for altering execution of the
10298 program.
10299
10300 For example, you can store new values into variables or memory
10301 locations, give your program a signal, restart it at a different
10302 address, or even return prematurely from a function.
10303
10304 @menu
10305 * Assignment:: Assignment to variables
10306 * Jumping:: Continuing at a different address
10307 * Signaling:: Giving your program a signal
10308 * Returning:: Returning from a function
10309 * Calling:: Calling your program's functions
10310 * Patching:: Patching your program
10311 @end menu
10312
10313 @node Assignment
10314 @section Assignment to variables
10315
10316 @cindex assignment
10317 @cindex setting variables
10318 To alter the value of a variable, evaluate an assignment expression.
10319 @xref{Expressions, ,Expressions}. For example,
10320
10321 @smallexample
10322 print x=4
10323 @end smallexample
10324
10325 @noindent
10326 stores the value 4 into the variable @code{x}, and then prints the
10327 value of the assignment expression (which is 4).
10328 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10329 information on operators in supported languages.
10330
10331 @kindex set variable
10332 @cindex variables, setting
10333 If you are not interested in seeing the value of the assignment, use the
10334 @code{set} command instead of the @code{print} command. @code{set} is
10335 really the same as @code{print} except that the expression's value is
10336 not printed and is not put in the value history (@pxref{Value History,
10337 ,Value history}). The expression is evaluated only for its effects.
10338
10339 If the beginning of the argument string of the @code{set} command
10340 appears identical to a @code{set} subcommand, use the @code{set
10341 variable} command instead of just @code{set}. This command is identical
10342 to @code{set} except for its lack of subcommands. For example, if your
10343 program has a variable @code{width}, you get an error if you try to set
10344 a new value with just @samp{set width=13}, because @value{GDBN} has the
10345 command @code{set width}:
10346
10347 @smallexample
10348 (@value{GDBP}) whatis width
10349 type = double
10350 (@value{GDBP}) p width
10351 $4 = 13
10352 (@value{GDBP}) set width=47
10353 Invalid syntax in expression.
10354 @end smallexample
10355
10356 @noindent
10357 The invalid expression, of course, is @samp{=47}. In
10358 order to actually set the program's variable @code{width}, use
10359
10360 @smallexample
10361 (@value{GDBP}) set var width=47
10362 @end smallexample
10363
10364 Because the @code{set} command has many subcommands that can conflict
10365 with the names of program variables, it is a good idea to use the
10366 @code{set variable} command instead of just @code{set}. For example, if
10367 your program has a variable @code{g}, you run into problems if you try
10368 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10369 the command @code{set gnutarget}, abbreviated @code{set g}:
10370
10371 @smallexample
10372 @group
10373 (@value{GDBP}) whatis g
10374 type = double
10375 (@value{GDBP}) p g
10376 $1 = 1
10377 (@value{GDBP}) set g=4
10378 (@value{GDBP}) p g
10379 $2 = 1
10380 (@value{GDBP}) r
10381 The program being debugged has been started already.
10382 Start it from the beginning? (y or n) y
10383 Starting program: /home/smith/cc_progs/a.out
10384 "/home/smith/cc_progs/a.out": can't open to read symbols:
10385 Invalid bfd target.
10386 (@value{GDBP}) show g
10387 The current BFD target is "=4".
10388 @end group
10389 @end smallexample
10390
10391 @noindent
10392 The program variable @code{g} did not change, and you silently set the
10393 @code{gnutarget} to an invalid value. In order to set the variable
10394 @code{g}, use
10395
10396 @smallexample
10397 (@value{GDBP}) set var g=4
10398 @end smallexample
10399
10400 @value{GDBN} allows more implicit conversions in assignments than C; you can
10401 freely store an integer value into a pointer variable or vice versa,
10402 and you can convert any structure to any other structure that is the
10403 same length or shorter.
10404 @comment FIXME: how do structs align/pad in these conversions?
10405 @comment /doc@cygnus.com 18dec1990
10406
10407 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10408 construct to generate a value of specified type at a specified address
10409 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10410 to memory location @code{0x83040} as an integer (which implies a certain size
10411 and representation in memory), and
10412
10413 @smallexample
10414 set @{int@}0x83040 = 4
10415 @end smallexample
10416
10417 @noindent
10418 stores the value 4 into that memory location.
10419
10420 @node Jumping
10421 @section Continuing at a different address
10422
10423 Ordinarily, when you continue your program, you do so at the place where
10424 it stopped, with the @code{continue} command. You can instead continue at
10425 an address of your own choosing, with the following commands:
10426
10427 @table @code
10428 @kindex jump
10429 @item jump @var{linespec}
10430 Resume execution at line @var{linespec}. Execution stops again
10431 immediately if there is a breakpoint there. @xref{List, ,Printing
10432 source lines}, for a description of the different forms of
10433 @var{linespec}. It is common practice to use the @code{tbreak} command
10434 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10435 breakpoints}.
10436
10437 The @code{jump} command does not change the current stack frame, or
10438 the stack pointer, or the contents of any memory location or any
10439 register other than the program counter. If line @var{linespec} is in
10440 a different function from the one currently executing, the results may
10441 be bizarre if the two functions expect different patterns of arguments or
10442 of local variables. For this reason, the @code{jump} command requests
10443 confirmation if the specified line is not in the function currently
10444 executing. However, even bizarre results are predictable if you are
10445 well acquainted with the machine-language code of your program.
10446
10447 @item jump *@var{address}
10448 Resume execution at the instruction at address @var{address}.
10449 @end table
10450
10451 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10452 On many systems, you can get much the same effect as the @code{jump}
10453 command by storing a new value into the register @code{$pc}. The
10454 difference is that this does not start your program running; it only
10455 changes the address of where it @emph{will} run when you continue. For
10456 example,
10457
10458 @smallexample
10459 set $pc = 0x485
10460 @end smallexample
10461
10462 @noindent
10463 makes the next @code{continue} command or stepping command execute at
10464 address @code{0x485}, rather than at the address where your program stopped.
10465 @xref{Continuing and Stepping, ,Continuing and stepping}.
10466
10467 The most common occasion to use the @code{jump} command is to back
10468 up---perhaps with more breakpoints set---over a portion of a program
10469 that has already executed, in order to examine its execution in more
10470 detail.
10471
10472 @c @group
10473 @node Signaling
10474 @section Giving your program a signal
10475 @cindex deliver a signal to a program
10476
10477 @table @code
10478 @kindex signal
10479 @item signal @var{signal}
10480 Resume execution where your program stopped, but immediately give it the
10481 signal @var{signal}. @var{signal} can be the name or the number of a
10482 signal. For example, on many systems @code{signal 2} and @code{signal
10483 SIGINT} are both ways of sending an interrupt signal.
10484
10485 Alternatively, if @var{signal} is zero, continue execution without
10486 giving a signal. This is useful when your program stopped on account of
10487 a signal and would ordinary see the signal when resumed with the
10488 @code{continue} command; @samp{signal 0} causes it to resume without a
10489 signal.
10490
10491 @code{signal} does not repeat when you press @key{RET} a second time
10492 after executing the command.
10493 @end table
10494 @c @end group
10495
10496 Invoking the @code{signal} command is not the same as invoking the
10497 @code{kill} utility from the shell. Sending a signal with @code{kill}
10498 causes @value{GDBN} to decide what to do with the signal depending on
10499 the signal handling tables (@pxref{Signals}). The @code{signal} command
10500 passes the signal directly to your program.
10501
10502
10503 @node Returning
10504 @section Returning from a function
10505
10506 @table @code
10507 @cindex returning from a function
10508 @kindex return
10509 @item return
10510 @itemx return @var{expression}
10511 You can cancel execution of a function call with the @code{return}
10512 command. If you give an
10513 @var{expression} argument, its value is used as the function's return
10514 value.
10515 @end table
10516
10517 When you use @code{return}, @value{GDBN} discards the selected stack frame
10518 (and all frames within it). You can think of this as making the
10519 discarded frame return prematurely. If you wish to specify a value to
10520 be returned, give that value as the argument to @code{return}.
10521
10522 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10523 frame}), and any other frames inside of it, leaving its caller as the
10524 innermost remaining frame. That frame becomes selected. The
10525 specified value is stored in the registers used for returning values
10526 of functions.
10527
10528 The @code{return} command does not resume execution; it leaves the
10529 program stopped in the state that would exist if the function had just
10530 returned. In contrast, the @code{finish} command (@pxref{Continuing
10531 and Stepping, ,Continuing and stepping}) resumes execution until the
10532 selected stack frame returns naturally.
10533
10534 @node Calling
10535 @section Calling program functions
10536
10537 @table @code
10538 @cindex calling functions
10539 @cindex inferior functions, calling
10540 @item print @var{expr}
10541 Evaluate the expression @var{expr} and display the resuling value.
10542 @var{expr} may include calls to functions in the program being
10543 debugged.
10544
10545 @kindex call
10546 @item call @var{expr}
10547 Evaluate the expression @var{expr} without displaying @code{void}
10548 returned values.
10549
10550 You can use this variant of the @code{print} command if you want to
10551 execute a function from your program that does not return anything
10552 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10553 with @code{void} returned values that @value{GDBN} will otherwise
10554 print. If the result is not void, it is printed and saved in the
10555 value history.
10556 @end table
10557
10558 It is possible for the function you call via the @code{print} or
10559 @code{call} command to generate a signal (e.g., if there's a bug in
10560 the function, or if you passed it incorrect arguments). What happens
10561 in that case is controlled by the @code{set unwindonsignal} command.
10562
10563 @table @code
10564 @item set unwindonsignal
10565 @kindex set unwindonsignal
10566 @cindex unwind stack in called functions
10567 @cindex call dummy stack unwinding
10568 Set unwinding of the stack if a signal is received while in a function
10569 that @value{GDBN} called in the program being debugged. If set to on,
10570 @value{GDBN} unwinds the stack it created for the call and restores
10571 the context to what it was before the call. If set to off (the
10572 default), @value{GDBN} stops in the frame where the signal was
10573 received.
10574
10575 @item show unwindonsignal
10576 @kindex show unwindonsignal
10577 Show the current setting of stack unwinding in the functions called by
10578 @value{GDBN}.
10579 @end table
10580
10581 @cindex weak alias functions
10582 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10583 for another function. In such case, @value{GDBN} might not pick up
10584 the type information, including the types of the function arguments,
10585 which causes @value{GDBN} to call the inferior function incorrectly.
10586 As a result, the called function will function erroneously and may
10587 even crash. A solution to that is to use the name of the aliased
10588 function instead.
10589
10590 @node Patching
10591 @section Patching programs
10592
10593 @cindex patching binaries
10594 @cindex writing into executables
10595 @cindex writing into corefiles
10596
10597 By default, @value{GDBN} opens the file containing your program's
10598 executable code (or the corefile) read-only. This prevents accidental
10599 alterations to machine code; but it also prevents you from intentionally
10600 patching your program's binary.
10601
10602 If you'd like to be able to patch the binary, you can specify that
10603 explicitly with the @code{set write} command. For example, you might
10604 want to turn on internal debugging flags, or even to make emergency
10605 repairs.
10606
10607 @table @code
10608 @kindex set write
10609 @item set write on
10610 @itemx set write off
10611 If you specify @samp{set write on}, @value{GDBN} opens executable and
10612 core files for both reading and writing; if you specify @samp{set write
10613 off} (the default), @value{GDBN} opens them read-only.
10614
10615 If you have already loaded a file, you must load it again (using the
10616 @code{exec-file} or @code{core-file} command) after changing @code{set
10617 write}, for your new setting to take effect.
10618
10619 @item show write
10620 @kindex show write
10621 Display whether executable files and core files are opened for writing
10622 as well as reading.
10623 @end table
10624
10625 @node GDB Files
10626 @chapter @value{GDBN} Files
10627
10628 @value{GDBN} needs to know the file name of the program to be debugged,
10629 both in order to read its symbol table and in order to start your
10630 program. To debug a core dump of a previous run, you must also tell
10631 @value{GDBN} the name of the core dump file.
10632
10633 @menu
10634 * Files:: Commands to specify files
10635 * Separate Debug Files:: Debugging information in separate files
10636 * Symbol Errors:: Errors reading symbol files
10637 @end menu
10638
10639 @node Files
10640 @section Commands to specify files
10641
10642 @cindex symbol table
10643 @cindex core dump file
10644
10645 You may want to specify executable and core dump file names. The usual
10646 way to do this is at start-up time, using the arguments to
10647 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10648 Out of @value{GDBN}}).
10649
10650 Occasionally it is necessary to change to a different file during a
10651 @value{GDBN} session. Or you may run @value{GDBN} and forget to
10652 specify a file you want to use. Or you are debugging a remote target
10653 via @code{gdbserver} (@pxref{Server, file}). In these situations the
10654 @value{GDBN} commands to specify new files are useful.
10655
10656 @table @code
10657 @cindex executable file
10658 @kindex file
10659 @item file @var{filename}
10660 Use @var{filename} as the program to be debugged. It is read for its
10661 symbols and for the contents of pure memory. It is also the program
10662 executed when you use the @code{run} command. If you do not specify a
10663 directory and the file is not found in the @value{GDBN} working directory,
10664 @value{GDBN} uses the environment variable @code{PATH} as a list of
10665 directories to search, just as the shell does when looking for a program
10666 to run. You can change the value of this variable, for both @value{GDBN}
10667 and your program, using the @code{path} command.
10668
10669 @cindex unlinked object files
10670 @cindex patching object files
10671 You can load unlinked object @file{.o} files into @value{GDBN} using
10672 the @code{file} command. You will not be able to ``run'' an object
10673 file, but you can disassemble functions and inspect variables. Also,
10674 if the underlying BFD functionality supports it, you could use
10675 @kbd{gdb -write} to patch object files using this technique. Note
10676 that @value{GDBN} can neither interpret nor modify relocations in this
10677 case, so branches and some initialized variables will appear to go to
10678 the wrong place. But this feature is still handy from time to time.
10679
10680 @item file
10681 @code{file} with no argument makes @value{GDBN} discard any information it
10682 has on both executable file and the symbol table.
10683
10684 @kindex exec-file
10685 @item exec-file @r{[} @var{filename} @r{]}
10686 Specify that the program to be run (but not the symbol table) is found
10687 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10688 if necessary to locate your program. Omitting @var{filename} means to
10689 discard information on the executable file.
10690
10691 @kindex symbol-file
10692 @item symbol-file @r{[} @var{filename} @r{]}
10693 Read symbol table information from file @var{filename}. @code{PATH} is
10694 searched when necessary. Use the @code{file} command to get both symbol
10695 table and program to run from the same file.
10696
10697 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10698 program's symbol table.
10699
10700 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10701 of its convenience variables, the value history, and all breakpoints and
10702 auto-display expressions. This is because they may contain pointers to
10703 the internal data recording symbols and data types, which are part of
10704 the old symbol table data being discarded inside @value{GDBN}.
10705
10706 @code{symbol-file} does not repeat if you press @key{RET} again after
10707 executing it once.
10708
10709 When @value{GDBN} is configured for a particular environment, it
10710 understands debugging information in whatever format is the standard
10711 generated for that environment; you may use either a @sc{gnu} compiler, or
10712 other compilers that adhere to the local conventions.
10713 Best results are usually obtained from @sc{gnu} compilers; for example,
10714 using @code{@value{GCC}} you can generate debugging information for
10715 optimized code.
10716
10717 For most kinds of object files, with the exception of old SVR3 systems
10718 using COFF, the @code{symbol-file} command does not normally read the
10719 symbol table in full right away. Instead, it scans the symbol table
10720 quickly to find which source files and which symbols are present. The
10721 details are read later, one source file at a time, as they are needed.
10722
10723 The purpose of this two-stage reading strategy is to make @value{GDBN}
10724 start up faster. For the most part, it is invisible except for
10725 occasional pauses while the symbol table details for a particular source
10726 file are being read. (The @code{set verbose} command can turn these
10727 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10728 warnings and messages}.)
10729
10730 We have not implemented the two-stage strategy for COFF yet. When the
10731 symbol table is stored in COFF format, @code{symbol-file} reads the
10732 symbol table data in full right away. Note that ``stabs-in-COFF''
10733 still does the two-stage strategy, since the debug info is actually
10734 in stabs format.
10735
10736 @kindex readnow
10737 @cindex reading symbols immediately
10738 @cindex symbols, reading immediately
10739 @item symbol-file @var{filename} @r{[} -readnow @r{]}
10740 @itemx file @var{filename} @r{[} -readnow @r{]}
10741 You can override the @value{GDBN} two-stage strategy for reading symbol
10742 tables by using the @samp{-readnow} option with any of the commands that
10743 load symbol table information, if you want to be sure @value{GDBN} has the
10744 entire symbol table available.
10745
10746 @c FIXME: for now no mention of directories, since this seems to be in
10747 @c flux. 13mar1992 status is that in theory GDB would look either in
10748 @c current dir or in same dir as myprog; but issues like competing
10749 @c GDB's, or clutter in system dirs, mean that in practice right now
10750 @c only current dir is used. FFish says maybe a special GDB hierarchy
10751 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10752 @c files.
10753
10754 @kindex core-file
10755 @item core-file @r{[}@var{filename}@r{]}
10756 @itemx core
10757 Specify the whereabouts of a core dump file to be used as the ``contents
10758 of memory''. Traditionally, core files contain only some parts of the
10759 address space of the process that generated them; @value{GDBN} can access the
10760 executable file itself for other parts.
10761
10762 @code{core-file} with no argument specifies that no core file is
10763 to be used.
10764
10765 Note that the core file is ignored when your program is actually running
10766 under @value{GDBN}. So, if you have been running your program and you
10767 wish to debug a core file instead, you must kill the subprocess in which
10768 the program is running. To do this, use the @code{kill} command
10769 (@pxref{Kill Process, ,Killing the child process}).
10770
10771 @kindex add-symbol-file
10772 @cindex dynamic linking
10773 @item add-symbol-file @var{filename} @var{address}
10774 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]}
10775 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10776 The @code{add-symbol-file} command reads additional symbol table
10777 information from the file @var{filename}. You would use this command
10778 when @var{filename} has been dynamically loaded (by some other means)
10779 into the program that is running. @var{address} should be the memory
10780 address at which the file has been loaded; @value{GDBN} cannot figure
10781 this out for itself. You can additionally specify an arbitrary number
10782 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10783 section name and base address for that section. You can specify any
10784 @var{address} as an expression.
10785
10786 The symbol table of the file @var{filename} is added to the symbol table
10787 originally read with the @code{symbol-file} command. You can use the
10788 @code{add-symbol-file} command any number of times; the new symbol data
10789 thus read keeps adding to the old. To discard all old symbol data
10790 instead, use the @code{symbol-file} command without any arguments.
10791
10792 @cindex relocatable object files, reading symbols from
10793 @cindex object files, relocatable, reading symbols from
10794 @cindex reading symbols from relocatable object files
10795 @cindex symbols, reading from relocatable object files
10796 @cindex @file{.o} files, reading symbols from
10797 Although @var{filename} is typically a shared library file, an
10798 executable file, or some other object file which has been fully
10799 relocated for loading into a process, you can also load symbolic
10800 information from relocatable @file{.o} files, as long as:
10801
10802 @itemize @bullet
10803 @item
10804 the file's symbolic information refers only to linker symbols defined in
10805 that file, not to symbols defined by other object files,
10806 @item
10807 every section the file's symbolic information refers to has actually
10808 been loaded into the inferior, as it appears in the file, and
10809 @item
10810 you can determine the address at which every section was loaded, and
10811 provide these to the @code{add-symbol-file} command.
10812 @end itemize
10813
10814 @noindent
10815 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10816 relocatable files into an already running program; such systems
10817 typically make the requirements above easy to meet. However, it's
10818 important to recognize that many native systems use complex link
10819 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10820 assembly, for example) that make the requirements difficult to meet. In
10821 general, one cannot assume that using @code{add-symbol-file} to read a
10822 relocatable object file's symbolic information will have the same effect
10823 as linking the relocatable object file into the program in the normal
10824 way.
10825
10826 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10827
10828 @kindex add-symbol-file-from-memory
10829 @cindex @code{syscall DSO}
10830 @cindex load symbols from memory
10831 @item add-symbol-file-from-memory @var{address}
10832 Load symbols from the given @var{address} in a dynamically loaded
10833 object file whose image is mapped directly into the inferior's memory.
10834 For example, the Linux kernel maps a @code{syscall DSO} into each
10835 process's address space; this DSO provides kernel-specific code for
10836 some system calls. The argument can be any expression whose
10837 evaluation yields the address of the file's shared object file header.
10838 For this command to work, you must have used @code{symbol-file} or
10839 @code{exec-file} commands in advance.
10840
10841 @kindex add-shared-symbol-files
10842 @kindex assf
10843 @item add-shared-symbol-files @var{library-file}
10844 @itemx assf @var{library-file}
10845 The @code{add-shared-symbol-files} command can currently be used only
10846 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10847 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10848 @value{GDBN} automatically looks for shared libraries, however if
10849 @value{GDBN} does not find yours, you can invoke
10850 @code{add-shared-symbol-files}. It takes one argument: the shared
10851 library's file name. @code{assf} is a shorthand alias for
10852 @code{add-shared-symbol-files}.
10853
10854 @kindex section
10855 @item section @var{section} @var{addr}
10856 The @code{section} command changes the base address of the named
10857 @var{section} of the exec file to @var{addr}. This can be used if the
10858 exec file does not contain section addresses, (such as in the
10859 @code{a.out} format), or when the addresses specified in the file
10860 itself are wrong. Each section must be changed separately. The
10861 @code{info files} command, described below, lists all the sections and
10862 their addresses.
10863
10864 @kindex info files
10865 @kindex info target
10866 @item info files
10867 @itemx info target
10868 @code{info files} and @code{info target} are synonymous; both print the
10869 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10870 including the names of the executable and core dump files currently in
10871 use by @value{GDBN}, and the files from which symbols were loaded. The
10872 command @code{help target} lists all possible targets rather than
10873 current ones.
10874
10875 @kindex maint info sections
10876 @item maint info sections
10877 Another command that can give you extra information about program sections
10878 is @code{maint info sections}. In addition to the section information
10879 displayed by @code{info files}, this command displays the flags and file
10880 offset of each section in the executable and core dump files. In addition,
10881 @code{maint info sections} provides the following command options (which
10882 may be arbitrarily combined):
10883
10884 @table @code
10885 @item ALLOBJ
10886 Display sections for all loaded object files, including shared libraries.
10887 @item @var{sections}
10888 Display info only for named @var{sections}.
10889 @item @var{section-flags}
10890 Display info only for sections for which @var{section-flags} are true.
10891 The section flags that @value{GDBN} currently knows about are:
10892 @table @code
10893 @item ALLOC
10894 Section will have space allocated in the process when loaded.
10895 Set for all sections except those containing debug information.
10896 @item LOAD
10897 Section will be loaded from the file into the child process memory.
10898 Set for pre-initialized code and data, clear for @code{.bss} sections.
10899 @item RELOC
10900 Section needs to be relocated before loading.
10901 @item READONLY
10902 Section cannot be modified by the child process.
10903 @item CODE
10904 Section contains executable code only.
10905 @item DATA
10906 Section contains data only (no executable code).
10907 @item ROM
10908 Section will reside in ROM.
10909 @item CONSTRUCTOR
10910 Section contains data for constructor/destructor lists.
10911 @item HAS_CONTENTS
10912 Section is not empty.
10913 @item NEVER_LOAD
10914 An instruction to the linker to not output the section.
10915 @item COFF_SHARED_LIBRARY
10916 A notification to the linker that the section contains
10917 COFF shared library information.
10918 @item IS_COMMON
10919 Section contains common symbols.
10920 @end table
10921 @end table
10922 @kindex set trust-readonly-sections
10923 @cindex read-only sections
10924 @item set trust-readonly-sections on
10925 Tell @value{GDBN} that readonly sections in your object file
10926 really are read-only (i.e.@: that their contents will not change).
10927 In that case, @value{GDBN} can fetch values from these sections
10928 out of the object file, rather than from the target program.
10929 For some targets (notably embedded ones), this can be a significant
10930 enhancement to debugging performance.
10931
10932 The default is off.
10933
10934 @item set trust-readonly-sections off
10935 Tell @value{GDBN} not to trust readonly sections. This means that
10936 the contents of the section might change while the program is running,
10937 and must therefore be fetched from the target when needed.
10938
10939 @item show trust-readonly-sections
10940 Show the current setting of trusting readonly sections.
10941 @end table
10942
10943 All file-specifying commands allow both absolute and relative file names
10944 as arguments. @value{GDBN} always converts the file name to an absolute file
10945 name and remembers it that way.
10946
10947 @cindex shared libraries
10948 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10949 and IBM RS/6000 AIX shared libraries.
10950
10951 @value{GDBN} automatically loads symbol definitions from shared libraries
10952 when you use the @code{run} command, or when you examine a core file.
10953 (Before you issue the @code{run} command, @value{GDBN} does not understand
10954 references to a function in a shared library, however---unless you are
10955 debugging a core file).
10956
10957 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10958 automatically loads the symbols at the time of the @code{shl_load} call.
10959
10960 @c FIXME: some @value{GDBN} release may permit some refs to undef
10961 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10962 @c FIXME...lib; check this from time to time when updating manual
10963
10964 There are times, however, when you may wish to not automatically load
10965 symbol definitions from shared libraries, such as when they are
10966 particularly large or there are many of them.
10967
10968 To control the automatic loading of shared library symbols, use the
10969 commands:
10970
10971 @table @code
10972 @kindex set auto-solib-add
10973 @item set auto-solib-add @var{mode}
10974 If @var{mode} is @code{on}, symbols from all shared object libraries
10975 will be loaded automatically when the inferior begins execution, you
10976 attach to an independently started inferior, or when the dynamic linker
10977 informs @value{GDBN} that a new library has been loaded. If @var{mode}
10978 is @code{off}, symbols must be loaded manually, using the
10979 @code{sharedlibrary} command. The default value is @code{on}.
10980
10981 @cindex memory used for symbol tables
10982 If your program uses lots of shared libraries with debug info that
10983 takes large amounts of memory, you can decrease the @value{GDBN}
10984 memory footprint by preventing it from automatically loading the
10985 symbols from shared libraries. To that end, type @kbd{set
10986 auto-solib-add off} before running the inferior, then load each
10987 library whose debug symbols you do need with @kbd{sharedlibrary
10988 @var{regexp}}, where @var{regexp} is a regular expresion that matches
10989 the libraries whose symbols you want to be loaded.
10990
10991 @kindex show auto-solib-add
10992 @item show auto-solib-add
10993 Display the current autoloading mode.
10994 @end table
10995
10996 @cindex load shared library
10997 To explicitly load shared library symbols, use the @code{sharedlibrary}
10998 command:
10999
11000 @table @code
11001 @kindex info sharedlibrary
11002 @kindex info share
11003 @item info share
11004 @itemx info sharedlibrary
11005 Print the names of the shared libraries which are currently loaded.
11006
11007 @kindex sharedlibrary
11008 @kindex share
11009 @item sharedlibrary @var{regex}
11010 @itemx share @var{regex}
11011 Load shared object library symbols for files matching a
11012 Unix regular expression.
11013 As with files loaded automatically, it only loads shared libraries
11014 required by your program for a core file or after typing @code{run}. If
11015 @var{regex} is omitted all shared libraries required by your program are
11016 loaded.
11017
11018 @item nosharedlibrary
11019 @kindex nosharedlibrary
11020 @cindex unload symbols from shared libraries
11021 Unload all shared object library symbols. This discards all symbols
11022 that have been loaded from all shared libraries. Symbols from shared
11023 libraries that were loaded by explicit user requests are not
11024 discarded.
11025 @end table
11026
11027 Sometimes you may wish that @value{GDBN} stops and gives you control
11028 when any of shared library events happen. Use the @code{set
11029 stop-on-solib-events} command for this:
11030
11031 @table @code
11032 @item set stop-on-solib-events
11033 @kindex set stop-on-solib-events
11034 This command controls whether @value{GDBN} should give you control
11035 when the dynamic linker notifies it about some shared library event.
11036 The most common event of interest is loading or unloading of a new
11037 shared library.
11038
11039 @item show stop-on-solib-events
11040 @kindex show stop-on-solib-events
11041 Show whether @value{GDBN} stops and gives you control when shared
11042 library events happen.
11043 @end table
11044
11045 Shared libraries are also supported in many cross or remote debugging
11046 configurations. A copy of the target's libraries need to be present on the
11047 host system; they need to be the same as the target libraries, although the
11048 copies on the target can be stripped as long as the copies on the host are
11049 not.
11050
11051 @cindex where to look for shared libraries
11052 For remote debugging, you need to tell @value{GDBN} where the target
11053 libraries are, so that it can load the correct copies---otherwise, it
11054 may try to load the host's libraries. @value{GDBN} has two variables
11055 to specify the search directories for target libraries.
11056
11057 @table @code
11058 @cindex prefix for shared library file names
11059 @kindex set solib-absolute-prefix
11060 @item set solib-absolute-prefix @var{path}
11061 If this variable is set, @var{path} will be used as a prefix for any
11062 absolute shared library paths; many runtime loaders store the absolute
11063 paths to the shared library in the target program's memory. If you use
11064 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11065 out in the same way that they are on the target, with e.g.@: a
11066 @file{/usr/lib} hierarchy under @var{path}.
11067
11068 @cindex default value of @samp{solib-absolute-prefix}
11069 @cindex @samp{--with-sysroot}
11070 You can set the default value of @samp{solib-absolute-prefix} by using the
11071 configure-time @samp{--with-sysroot} option.
11072
11073 @kindex show solib-absolute-prefix
11074 @item show solib-absolute-prefix
11075 Display the current shared library prefix.
11076
11077 @kindex set solib-search-path
11078 @item set solib-search-path @var{path}
11079 If this variable is set, @var{path} is a colon-separated list of directories
11080 to search for shared libraries. @samp{solib-search-path} is used after
11081 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11082 the library is relative instead of absolute. If you want to use
11083 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11084 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11085 @value{GDBN} from finding your host's libraries.
11086
11087 @kindex show solib-search-path
11088 @item show solib-search-path
11089 Display the current shared library search path.
11090 @end table
11091
11092
11093 @node Separate Debug Files
11094 @section Debugging Information in Separate Files
11095 @cindex separate debugging information files
11096 @cindex debugging information in separate files
11097 @cindex @file{.debug} subdirectories
11098 @cindex debugging information directory, global
11099 @cindex global debugging information directory
11100
11101 @value{GDBN} allows you to put a program's debugging information in a
11102 file separate from the executable itself, in a way that allows
11103 @value{GDBN} to find and load the debugging information automatically.
11104 Since debugging information can be very large --- sometimes larger
11105 than the executable code itself --- some systems distribute debugging
11106 information for their executables in separate files, which users can
11107 install only when they need to debug a problem.
11108
11109 If an executable's debugging information has been extracted to a
11110 separate file, the executable should contain a @dfn{debug link} giving
11111 the name of the debugging information file (with no directory
11112 components), and a checksum of its contents. (The exact form of a
11113 debug link is described below.) If the full name of the directory
11114 containing the executable is @var{execdir}, and the executable has a
11115 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11116 will automatically search for the debugging information file in three
11117 places:
11118
11119 @itemize @bullet
11120 @item
11121 the directory containing the executable file (that is, it will look
11122 for a file named @file{@var{execdir}/@var{debugfile}},
11123 @item
11124 a subdirectory of that directory named @file{.debug} (that is, the
11125 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11126 @item
11127 a subdirectory of the global debug file directory that includes the
11128 executable's full path, and the name from the link (that is, the file
11129 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11130 @var{globaldebugdir} is the global debug file directory, and
11131 @var{execdir} has been turned into a relative path).
11132 @end itemize
11133 @noindent
11134 @value{GDBN} checks under each of these names for a debugging
11135 information file whose checksum matches that given in the link, and
11136 reads the debugging information from the first one it finds.
11137
11138 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11139 which has a link containing the name @file{ls.debug}, and the global
11140 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11141 for debug information in @file{/usr/bin/ls.debug},
11142 @file{/usr/bin/.debug/ls.debug}, and
11143 @file{/usr/lib/debug/usr/bin/ls.debug}.
11144
11145 You can set the global debugging info directory's name, and view the
11146 name @value{GDBN} is currently using.
11147
11148 @table @code
11149
11150 @kindex set debug-file-directory
11151 @item set debug-file-directory @var{directory}
11152 Set the directory which @value{GDBN} searches for separate debugging
11153 information files to @var{directory}.
11154
11155 @kindex show debug-file-directory
11156 @item show debug-file-directory
11157 Show the directory @value{GDBN} searches for separate debugging
11158 information files.
11159
11160 @end table
11161
11162 @cindex @code{.gnu_debuglink} sections
11163 @cindex debug links
11164 A debug link is a special section of the executable file named
11165 @code{.gnu_debuglink}. The section must contain:
11166
11167 @itemize
11168 @item
11169 A filename, with any leading directory components removed, followed by
11170 a zero byte,
11171 @item
11172 zero to three bytes of padding, as needed to reach the next four-byte
11173 boundary within the section, and
11174 @item
11175 a four-byte CRC checksum, stored in the same endianness used for the
11176 executable file itself. The checksum is computed on the debugging
11177 information file's full contents by the function given below, passing
11178 zero as the @var{crc} argument.
11179 @end itemize
11180
11181 Any executable file format can carry a debug link, as long as it can
11182 contain a section named @code{.gnu_debuglink} with the contents
11183 described above.
11184
11185 The debugging information file itself should be an ordinary
11186 executable, containing a full set of linker symbols, sections, and
11187 debugging information. The sections of the debugging information file
11188 should have the same names, addresses and sizes as the original file,
11189 but they need not contain any data --- much like a @code{.bss} section
11190 in an ordinary executable.
11191
11192 As of December 2002, there is no standard GNU utility to produce
11193 separated executable / debugging information file pairs. Ulrich
11194 Drepper's @file{elfutils} package, starting with version 0.53,
11195 contains a version of the @code{strip} command such that the command
11196 @kbd{strip foo -f foo.debug} removes the debugging information from
11197 the executable file @file{foo}, places it in the file
11198 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11199
11200 Since there are many different ways to compute CRC's (different
11201 polynomials, reversals, byte ordering, etc.), the simplest way to
11202 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11203 complete code for a function that computes it:
11204
11205 @kindex gnu_debuglink_crc32
11206 @smallexample
11207 unsigned long
11208 gnu_debuglink_crc32 (unsigned long crc,
11209 unsigned char *buf, size_t len)
11210 @{
11211 static const unsigned long crc32_table[256] =
11212 @{
11213 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11214 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11215 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11216 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11217 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11218 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11219 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11220 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11221 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11222 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11223 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11224 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11225 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11226 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11227 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11228 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11229 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11230 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11231 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11232 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11233 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11234 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11235 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11236 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11237 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11238 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11239 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11240 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11241 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11242 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11243 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11244 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11245 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11246 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11247 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11248 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11249 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11250 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11251 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11252 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11253 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11254 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11255 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11256 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11257 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11258 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11259 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11260 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11261 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11262 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11263 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11264 0x2d02ef8d
11265 @};
11266 unsigned char *end;
11267
11268 crc = ~crc & 0xffffffff;
11269 for (end = buf + len; buf < end; ++buf)
11270 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11271 return ~crc & 0xffffffff;
11272 @}
11273 @end smallexample
11274
11275
11276 @node Symbol Errors
11277 @section Errors reading symbol files
11278
11279 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11280 such as symbol types it does not recognize, or known bugs in compiler
11281 output. By default, @value{GDBN} does not notify you of such problems, since
11282 they are relatively common and primarily of interest to people
11283 debugging compilers. If you are interested in seeing information
11284 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11285 only one message about each such type of problem, no matter how many
11286 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11287 to see how many times the problems occur, with the @code{set
11288 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11289 messages}).
11290
11291 The messages currently printed, and their meanings, include:
11292
11293 @table @code
11294 @item inner block not inside outer block in @var{symbol}
11295
11296 The symbol information shows where symbol scopes begin and end
11297 (such as at the start of a function or a block of statements). This
11298 error indicates that an inner scope block is not fully contained
11299 in its outer scope blocks.
11300
11301 @value{GDBN} circumvents the problem by treating the inner block as if it had
11302 the same scope as the outer block. In the error message, @var{symbol}
11303 may be shown as ``@code{(don't know)}'' if the outer block is not a
11304 function.
11305
11306 @item block at @var{address} out of order
11307
11308 The symbol information for symbol scope blocks should occur in
11309 order of increasing addresses. This error indicates that it does not
11310 do so.
11311
11312 @value{GDBN} does not circumvent this problem, and has trouble
11313 locating symbols in the source file whose symbols it is reading. (You
11314 can often determine what source file is affected by specifying
11315 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11316 messages}.)
11317
11318 @item bad block start address patched
11319
11320 The symbol information for a symbol scope block has a start address
11321 smaller than the address of the preceding source line. This is known
11322 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11323
11324 @value{GDBN} circumvents the problem by treating the symbol scope block as
11325 starting on the previous source line.
11326
11327 @item bad string table offset in symbol @var{n}
11328
11329 @cindex foo
11330 Symbol number @var{n} contains a pointer into the string table which is
11331 larger than the size of the string table.
11332
11333 @value{GDBN} circumvents the problem by considering the symbol to have the
11334 name @code{foo}, which may cause other problems if many symbols end up
11335 with this name.
11336
11337 @item unknown symbol type @code{0x@var{nn}}
11338
11339 The symbol information contains new data types that @value{GDBN} does
11340 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
11341 uncomprehended information, in hexadecimal.
11342
11343 @value{GDBN} circumvents the error by ignoring this symbol information.
11344 This usually allows you to debug your program, though certain symbols
11345 are not accessible. If you encounter such a problem and feel like
11346 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11347 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11348 and examine @code{*bufp} to see the symbol.
11349
11350 @item stub type has NULL name
11351
11352 @value{GDBN} could not find the full definition for a struct or class.
11353
11354 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11355 The symbol information for a C@t{++} member function is missing some
11356 information that recent versions of the compiler should have output for
11357 it.
11358
11359 @item info mismatch between compiler and debugger
11360
11361 @value{GDBN} could not parse a type specification output by the compiler.
11362
11363 @end table
11364
11365 @node Targets
11366 @chapter Specifying a Debugging Target
11367
11368 @cindex debugging target
11369 A @dfn{target} is the execution environment occupied by your program.
11370
11371 Often, @value{GDBN} runs in the same host environment as your program;
11372 in that case, the debugging target is specified as a side effect when
11373 you use the @code{file} or @code{core} commands. When you need more
11374 flexibility---for example, running @value{GDBN} on a physically separate
11375 host, or controlling a standalone system over a serial port or a
11376 realtime system over a TCP/IP connection---you can use the @code{target}
11377 command to specify one of the target types configured for @value{GDBN}
11378 (@pxref{Target Commands, ,Commands for managing targets}).
11379
11380 @cindex target architecture
11381 It is possible to build @value{GDBN} for several different @dfn{target
11382 architectures}. When @value{GDBN} is built like that, you can choose
11383 one of the available architectures with the @kbd{set architecture}
11384 command.
11385
11386 @table @code
11387 @kindex set architecture
11388 @kindex show architecture
11389 @item set architecture @var{arch}
11390 This command sets the current target architecture to @var{arch}. The
11391 value of @var{arch} can be @code{"auto"}, in addition to one of the
11392 supported architectures.
11393
11394 @item show architecture
11395 Show the current target architecture.
11396
11397 @item set processor
11398 @itemx processor
11399 @kindex set processor
11400 @kindex show processor
11401 These are alias commands for, respectively, @code{set architecture}
11402 and @code{show architecture}.
11403 @end table
11404
11405 @menu
11406 * Active Targets:: Active targets
11407 * Target Commands:: Commands for managing targets
11408 * Byte Order:: Choosing target byte order
11409 * Remote:: Remote debugging
11410 * KOD:: Kernel Object Display
11411
11412 @end menu
11413
11414 @node Active Targets
11415 @section Active targets
11416
11417 @cindex stacking targets
11418 @cindex active targets
11419 @cindex multiple targets
11420
11421 There are three classes of targets: processes, core files, and
11422 executable files. @value{GDBN} can work concurrently on up to three
11423 active targets, one in each class. This allows you to (for example)
11424 start a process and inspect its activity without abandoning your work on
11425 a core file.
11426
11427 For example, if you execute @samp{gdb a.out}, then the executable file
11428 @code{a.out} is the only active target. If you designate a core file as
11429 well---presumably from a prior run that crashed and coredumped---then
11430 @value{GDBN} has two active targets and uses them in tandem, looking
11431 first in the corefile target, then in the executable file, to satisfy
11432 requests for memory addresses. (Typically, these two classes of target
11433 are complementary, since core files contain only a program's
11434 read-write memory---variables and so on---plus machine status, while
11435 executable files contain only the program text and initialized data.)
11436
11437 When you type @code{run}, your executable file becomes an active process
11438 target as well. When a process target is active, all @value{GDBN}
11439 commands requesting memory addresses refer to that target; addresses in
11440 an active core file or executable file target are obscured while the
11441 process target is active.
11442
11443 Use the @code{core-file} and @code{exec-file} commands to select a new
11444 core file or executable target (@pxref{Files, ,Commands to specify
11445 files}). To specify as a target a process that is already running, use
11446 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11447 process}).
11448
11449 @node Target Commands
11450 @section Commands for managing targets
11451
11452 @table @code
11453 @item target @var{type} @var{parameters}
11454 Connects the @value{GDBN} host environment to a target machine or
11455 process. A target is typically a protocol for talking to debugging
11456 facilities. You use the argument @var{type} to specify the type or
11457 protocol of the target machine.
11458
11459 Further @var{parameters} are interpreted by the target protocol, but
11460 typically include things like device names or host names to connect
11461 with, process numbers, and baud rates.
11462
11463 The @code{target} command does not repeat if you press @key{RET} again
11464 after executing the command.
11465
11466 @kindex help target
11467 @item help target
11468 Displays the names of all targets available. To display targets
11469 currently selected, use either @code{info target} or @code{info files}
11470 (@pxref{Files, ,Commands to specify files}).
11471
11472 @item help target @var{name}
11473 Describe a particular target, including any parameters necessary to
11474 select it.
11475
11476 @kindex set gnutarget
11477 @item set gnutarget @var{args}
11478 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
11479 knows whether it is reading an @dfn{executable},
11480 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11481 with the @code{set gnutarget} command. Unlike most @code{target} commands,
11482 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11483
11484 @quotation
11485 @emph{Warning:} To specify a file format with @code{set gnutarget},
11486 you must know the actual BFD name.
11487 @end quotation
11488
11489 @noindent
11490 @xref{Files, , Commands to specify files}.
11491
11492 @kindex show gnutarget
11493 @item show gnutarget
11494 Use the @code{show gnutarget} command to display what file format
11495 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
11496 @value{GDBN} will determine the file format for each file automatically,
11497 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11498 @end table
11499
11500 @cindex common targets
11501 Here are some common targets (available, or not, depending on the GDB
11502 configuration):
11503
11504 @table @code
11505 @kindex target
11506 @item target exec @var{program}
11507 @cindex executable file target
11508 An executable file. @samp{target exec @var{program}} is the same as
11509 @samp{exec-file @var{program}}.
11510
11511 @item target core @var{filename}
11512 @cindex core dump file target
11513 A core dump file. @samp{target core @var{filename}} is the same as
11514 @samp{core-file @var{filename}}.
11515
11516 @item target remote @var{dev}
11517 @cindex remote target
11518 Remote serial target in GDB-specific protocol. The argument @var{dev}
11519 specifies what serial device to use for the connection (e.g.
11520 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
11521 supports the @code{load} command. This is only useful if you have
11522 some other way of getting the stub to the target system, and you can put
11523 it somewhere in memory where it won't get clobbered by the download.
11524
11525 @item target sim
11526 @cindex built-in simulator target
11527 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
11528 In general,
11529 @smallexample
11530 target sim
11531 load
11532 run
11533 @end smallexample
11534 @noindent
11535 works; however, you cannot assume that a specific memory map, device
11536 drivers, or even basic I/O is available, although some simulators do
11537 provide these. For info about any processor-specific simulator details,
11538 see the appropriate section in @ref{Embedded Processors, ,Embedded
11539 Processors}.
11540
11541 @end table
11542
11543 Some configurations may include these targets as well:
11544
11545 @table @code
11546
11547 @item target nrom @var{dev}
11548 @cindex NetROM ROM emulator target
11549 NetROM ROM emulator. This target only supports downloading.
11550
11551 @end table
11552
11553 Different targets are available on different configurations of @value{GDBN};
11554 your configuration may have more or fewer targets.
11555
11556 Many remote targets require you to download the executable's code once
11557 you've successfully established a connection. You may wish to control
11558 various aspects of this process, such as the size of the data chunks
11559 used by @value{GDBN} to download program parts to the remote target.
11560
11561 @table @code
11562 @kindex set download-write-size
11563 @item set download-write-size @var{size}
11564 Set the write size used when downloading a program. Only used when
11565 downloading a program onto a remote target. Specify zero or a
11566 negative value to disable blocked writes. The actual size of each
11567 transfer is also limited by the size of the target packet and the
11568 memory cache.
11569
11570 @kindex show download-write-size
11571 @item show download-write-size
11572 @kindex show download-write-size
11573 Show the current value of the write size.
11574
11575 @item set hash
11576 @kindex set hash@r{, for remote monitors}
11577 @cindex hash mark while downloading
11578 This command controls whether a hash mark @samp{#} is displayed while
11579 downloading a file to the remote monitor. If on, a hash mark is
11580 displayed after each S-record is successfully downloaded to the
11581 monitor.
11582
11583 @item show hash
11584 @kindex show hash@r{, for remote monitors}
11585 Show the current status of displaying the hash mark.
11586
11587 @item set debug monitor
11588 @kindex set debug monitor
11589 @cindex display remote monitor communications
11590 Enable or disable display of communications messages between
11591 @value{GDBN} and the remote monitor.
11592
11593 @item show debug monitor
11594 @kindex show debug monitor
11595 Show the current status of displaying communications between
11596 @value{GDBN} and the remote monitor.
11597 @end table
11598
11599 @table @code
11600
11601 @kindex load @var{filename}
11602 @item load @var{filename}
11603 Depending on what remote debugging facilities are configured into
11604 @value{GDBN}, the @code{load} command may be available. Where it exists, it
11605 is meant to make @var{filename} (an executable) available for debugging
11606 on the remote system---by downloading, or dynamic linking, for example.
11607 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11608 the @code{add-symbol-file} command.
11609
11610 If your @value{GDBN} does not have a @code{load} command, attempting to
11611 execute it gets the error message ``@code{You can't do that when your
11612 target is @dots{}}''
11613
11614 The file is loaded at whatever address is specified in the executable.
11615 For some object file formats, you can specify the load address when you
11616 link the program; for other formats, like a.out, the object file format
11617 specifies a fixed address.
11618 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11619
11620 @code{load} does not repeat if you press @key{RET} again after using it.
11621 @end table
11622
11623 @node Byte Order
11624 @section Choosing target byte order
11625
11626 @cindex choosing target byte order
11627 @cindex target byte order
11628
11629 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11630 offer the ability to run either big-endian or little-endian byte
11631 orders. Usually the executable or symbol will include a bit to
11632 designate the endian-ness, and you will not need to worry about
11633 which to use. However, you may still find it useful to adjust
11634 @value{GDBN}'s idea of processor endian-ness manually.
11635
11636 @table @code
11637 @kindex set endian
11638 @item set endian big
11639 Instruct @value{GDBN} to assume the target is big-endian.
11640
11641 @item set endian little
11642 Instruct @value{GDBN} to assume the target is little-endian.
11643
11644 @item set endian auto
11645 Instruct @value{GDBN} to use the byte order associated with the
11646 executable.
11647
11648 @item show endian
11649 Display @value{GDBN}'s current idea of the target byte order.
11650
11651 @end table
11652
11653 Note that these commands merely adjust interpretation of symbolic
11654 data on the host, and that they have absolutely no effect on the
11655 target system.
11656
11657 @node Remote
11658 @section Remote debugging
11659 @cindex remote debugging
11660
11661 If you are trying to debug a program running on a machine that cannot run
11662 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11663 For example, you might use remote debugging on an operating system kernel,
11664 or on a small system which does not have a general purpose operating system
11665 powerful enough to run a full-featured debugger.
11666
11667 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11668 to make this work with particular debugging targets. In addition,
11669 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11670 but not specific to any particular target system) which you can use if you
11671 write the remote stubs---the code that runs on the remote system to
11672 communicate with @value{GDBN}.
11673
11674 Other remote targets may be available in your
11675 configuration of @value{GDBN}; use @code{help target} to list them.
11676
11677 Once you've connected to the remote target, @value{GDBN} allows you to
11678 send arbitrary commands to the remote monitor:
11679
11680 @table @code
11681 @item remote @var{command}
11682 @kindex remote@r{, a command}
11683 @cindex send command to remote monitor
11684 Send an arbitrary @var{command} string to the remote monitor.
11685 @end table
11686
11687
11688 @node KOD
11689 @section Kernel Object Display
11690 @cindex kernel object display
11691 @cindex KOD
11692
11693 Some targets support kernel object display. Using this facility,
11694 @value{GDBN} communicates specially with the underlying operating system
11695 and can display information about operating system-level objects such as
11696 mutexes and other synchronization objects. Exactly which objects can be
11697 displayed is determined on a per-OS basis.
11698
11699 @kindex set os
11700 Use the @code{set os} command to set the operating system. This tells
11701 @value{GDBN} which kernel object display module to initialize:
11702
11703 @smallexample
11704 (@value{GDBP}) set os cisco
11705 @end smallexample
11706
11707 @kindex show os
11708 The associated command @code{show os} displays the operating system
11709 set with the @code{set os} command; if no operating system has been
11710 set, @code{show os} will display an empty string @samp{""}.
11711
11712 If @code{set os} succeeds, @value{GDBN} will display some information
11713 about the operating system, and will create a new @code{info} command
11714 which can be used to query the target. The @code{info} command is named
11715 after the operating system:
11716
11717 @kindex info cisco
11718 @smallexample
11719 (@value{GDBP}) info cisco
11720 List of Cisco Kernel Objects
11721 Object Description
11722 any Any and all objects
11723 @end smallexample
11724
11725 Further subcommands can be used to query about particular objects known
11726 by the kernel.
11727
11728 There is currently no way to determine whether a given operating
11729 system is supported other than to try setting it with @kbd{set os
11730 @var{name}}, where @var{name} is the name of the operating system you
11731 want to try.
11732
11733
11734 @node Remote Debugging
11735 @chapter Debugging remote programs
11736
11737 @menu
11738 * Connecting:: Connecting to a remote target
11739 * Server:: Using the gdbserver program
11740 * NetWare:: Using the gdbserve.nlm program
11741 * Remote configuration:: Remote configuration
11742 * remote stub:: Implementing a remote stub
11743 @end menu
11744
11745 @node Connecting
11746 @section Connecting to a remote target
11747
11748 On the @value{GDBN} host machine, you will need an unstripped copy of
11749 your program, since @value{GDBN} needs symobl and debugging information.
11750 Start up @value{GDBN} as usual, using the name of the local copy of your
11751 program as the first argument.
11752
11753 @cindex serial line, @code{target remote}
11754 If you're using a serial line, you may want to give @value{GDBN} the
11755 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11756 (@pxref{Remote configuration, set remotebaud}) before the
11757 @code{target} command.
11758
11759 After that, use @code{target remote} to establish communications with
11760 the target machine. Its argument specifies how to communicate---either
11761 via a devicename attached to a direct serial line, or a TCP or UDP port
11762 (possibly to a terminal server which in turn has a serial line to the
11763 target). For example, to use a serial line connected to the device
11764 named @file{/dev/ttyb}:
11765
11766 @smallexample
11767 target remote /dev/ttyb
11768 @end smallexample
11769
11770 @cindex TCP port, @code{target remote}
11771 To use a TCP connection, use an argument of the form
11772 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11773 For example, to connect to port 2828 on a
11774 terminal server named @code{manyfarms}:
11775
11776 @smallexample
11777 target remote manyfarms:2828
11778 @end smallexample
11779
11780 If your remote target is actually running on the same machine as
11781 your debugger session (e.g.@: a simulator of your target running on
11782 the same host), you can omit the hostname. For example, to connect
11783 to port 1234 on your local machine:
11784
11785 @smallexample
11786 target remote :1234
11787 @end smallexample
11788 @noindent
11789
11790 Note that the colon is still required here.
11791
11792 @cindex UDP port, @code{target remote}
11793 To use a UDP connection, use an argument of the form
11794 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11795 on a terminal server named @code{manyfarms}:
11796
11797 @smallexample
11798 target remote udp:manyfarms:2828
11799 @end smallexample
11800
11801 When using a UDP connection for remote debugging, you should keep in mind
11802 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11803 busy or unreliable networks, which will cause havoc with your debugging
11804 session.
11805
11806 Now you can use all the usual commands to examine and change data and to
11807 step and continue the remote program.
11808
11809 @cindex interrupting remote programs
11810 @cindex remote programs, interrupting
11811 Whenever @value{GDBN} is waiting for the remote program, if you type the
11812 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11813 program. This may or may not succeed, depending in part on the hardware
11814 and the serial drivers the remote system uses. If you type the
11815 interrupt character once again, @value{GDBN} displays this prompt:
11816
11817 @smallexample
11818 Interrupted while waiting for the program.
11819 Give up (and stop debugging it)? (y or n)
11820 @end smallexample
11821
11822 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11823 (If you decide you want to try again later, you can use @samp{target
11824 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11825 goes back to waiting.
11826
11827 @table @code
11828 @kindex detach (remote)
11829 @item detach
11830 When you have finished debugging the remote program, you can use the
11831 @code{detach} command to release it from @value{GDBN} control.
11832 Detaching from the target normally resumes its execution, but the results
11833 will depend on your particular remote stub. After the @code{detach}
11834 command, @value{GDBN} is free to connect to another target.
11835
11836 @kindex disconnect
11837 @item disconnect
11838 The @code{disconnect} command behaves like @code{detach}, except that
11839 the target is generally not resumed. It will wait for @value{GDBN}
11840 (this instance or another one) to connect and continue debugging. After
11841 the @code{disconnect} command, @value{GDBN} is again free to connect to
11842 another target.
11843
11844 @cindex send command to remote monitor
11845 @kindex monitor
11846 @item monitor @var{cmd}
11847 This command allows you to send commands directly to the remote
11848 monitor.
11849 @end table
11850
11851 @node Server
11852 @section Using the @code{gdbserver} program
11853
11854 @kindex gdbserver
11855 @cindex remote connection without stubs
11856 @code{gdbserver} is a control program for Unix-like systems, which
11857 allows you to connect your program with a remote @value{GDBN} via
11858 @code{target remote}---but without linking in the usual debugging stub.
11859
11860 @code{gdbserver} is not a complete replacement for the debugging stubs,
11861 because it requires essentially the same operating-system facilities
11862 that @value{GDBN} itself does. In fact, a system that can run
11863 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11864 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11865 because it is a much smaller program than @value{GDBN} itself. It is
11866 also easier to port than all of @value{GDBN}, so you may be able to get
11867 started more quickly on a new system by using @code{gdbserver}.
11868 Finally, if you develop code for real-time systems, you may find that
11869 the tradeoffs involved in real-time operation make it more convenient to
11870 do as much development work as possible on another system, for example
11871 by cross-compiling. You can use @code{gdbserver} to make a similar
11872 choice for debugging.
11873
11874 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11875 or a TCP connection, using the standard @value{GDBN} remote serial
11876 protocol.
11877
11878 @table @emph
11879 @item On the target machine,
11880 you need to have a copy of the program you want to debug.
11881 @code{gdbserver} does not need your program's symbol table, so you can
11882 strip the program if necessary to save space. @value{GDBN} on the host
11883 system does all the symbol handling.
11884
11885 To use the server, you must tell it how to communicate with @value{GDBN};
11886 the name of your program; and the arguments for your program. The usual
11887 syntax is:
11888
11889 @smallexample
11890 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11891 @end smallexample
11892
11893 @var{comm} is either a device name (to use a serial line) or a TCP
11894 hostname and portnumber. For example, to debug Emacs with the argument
11895 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11896 @file{/dev/com1}:
11897
11898 @smallexample
11899 target> gdbserver /dev/com1 emacs foo.txt
11900 @end smallexample
11901
11902 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11903 with it.
11904
11905 To use a TCP connection instead of a serial line:
11906
11907 @smallexample
11908 target> gdbserver host:2345 emacs foo.txt
11909 @end smallexample
11910
11911 The only difference from the previous example is the first argument,
11912 specifying that you are communicating with the host @value{GDBN} via
11913 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11914 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11915 (Currently, the @samp{host} part is ignored.) You can choose any number
11916 you want for the port number as long as it does not conflict with any
11917 TCP ports already in use on the target system (for example, @code{23} is
11918 reserved for @code{telnet}).@footnote{If you choose a port number that
11919 conflicts with another service, @code{gdbserver} prints an error message
11920 and exits.} You must use the same port number with the host @value{GDBN}
11921 @code{target remote} command.
11922
11923 On some targets, @code{gdbserver} can also attach to running programs.
11924 This is accomplished via the @code{--attach} argument. The syntax is:
11925
11926 @smallexample
11927 target> gdbserver @var{comm} --attach @var{pid}
11928 @end smallexample
11929
11930 @var{pid} is the process ID of a currently running process. It isn't necessary
11931 to point @code{gdbserver} at a binary for the running process.
11932
11933 @pindex pidof
11934 @cindex attach to a program by name
11935 You can debug processes by name instead of process ID if your target has the
11936 @code{pidof} utility:
11937
11938 @smallexample
11939 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11940 @end smallexample
11941
11942 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11943 has multiple threads, most versions of @code{pidof} support the
11944 @code{-s} option to only return the first process ID.
11945
11946 @item On the host machine,
11947 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11948 For TCP connections, you must start up @code{gdbserver} prior to using
11949 the @code{target remote} command. Otherwise you may get an error whose
11950 text depends on the host system, but which usually looks something like
11951 @samp{Connection refused}. You don't need to use the @code{load}
11952 command in @value{GDBN} when using @code{gdbserver}, since the program is
11953 already on the target. However, if you want to load the symbols (as
11954 you normally would), do that with the @code{file} command, and issue
11955 it @emph{before} connecting to the server; otherwise, you will get an
11956 error message saying @code{"Program is already running"}, since the
11957 program is considered running after the connection.
11958
11959 @end table
11960
11961 @node NetWare
11962 @section Using the @code{gdbserve.nlm} program
11963
11964 @kindex gdbserve.nlm
11965 @code{gdbserve.nlm} is a control program for NetWare systems, which
11966 allows you to connect your program with a remote @value{GDBN} via
11967 @code{target remote}.
11968
11969 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11970 using the standard @value{GDBN} remote serial protocol.
11971
11972 @table @emph
11973 @item On the target machine,
11974 you need to have a copy of the program you want to debug.
11975 @code{gdbserve.nlm} does not need your program's symbol table, so you
11976 can strip the program if necessary to save space. @value{GDBN} on the
11977 host system does all the symbol handling.
11978
11979 To use the server, you must tell it how to communicate with
11980 @value{GDBN}; the name of your program; and the arguments for your
11981 program. The syntax is:
11982
11983 @smallexample
11984 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11985 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11986 @end smallexample
11987
11988 @var{board} and @var{port} specify the serial line; @var{baud} specifies
11989 the baud rate used by the connection. @var{port} and @var{node} default
11990 to 0, @var{baud} defaults to 9600@dmn{bps}.
11991
11992 For example, to debug Emacs with the argument @samp{foo.txt}and
11993 communicate with @value{GDBN} over serial port number 2 or board 1
11994 using a 19200@dmn{bps} connection:
11995
11996 @smallexample
11997 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11998 @end smallexample
11999
12000 @item
12001 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
12002 Connecting to a remote target}).
12003
12004 @end table
12005
12006 @node Remote configuration
12007 @section Remote configuration
12008
12009 @kindex set remote
12010 @kindex show remote
12011 This section documents the configuration options available when
12012 debugging remote programs. For the options related to the File I/O
12013 extensions of the remote protocol, see @ref{The system call,
12014 system-call-allowed}.
12015
12016 @table @code
12017 @item set remoteaddresssize @var{bits}
12018 @cindex adress size for remote targets
12019 @cindex bits in remote address
12020 Set the maximum size of address in a memory packet to the specified
12021 number of bits. @value{GDBN} will mask off the address bits above
12022 that number, when it passes addresses to the remote target. The
12023 default value is the number of bits in the target's address.
12024
12025 @item show remoteaddresssize
12026 Show the current value of remote address size in bits.
12027
12028 @item set remotebaud @var{n}
12029 @cindex baud rate for remote targets
12030 Set the baud rate for the remote serial I/O to @var{n} baud. The
12031 value is used to set the speed of the serial port used for debugging
12032 remote targets.
12033
12034 @item show remotebaud
12035 Show the current speed of the remote connection.
12036
12037 @item set remotebreak
12038 @cindex interrupt remote programs
12039 @cindex BREAK signal instead of Ctrl-C
12040 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12041 when you press the @key{Ctrl-C} key to interrupt the program running
12042 on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12043 character instead. The default is off, since most remote systems
12044 expect to see @samp{Ctrl-C} as the interrupt signal.
12045
12046 @item show remotebreak
12047 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12048 interrupt the remote program.
12049
12050 @item set remotedebug
12051 @cindex debug remote protocol
12052 @cindex remote protocol debugging
12053 @cindex display remote packets
12054 Control the debugging of the remote protocol. When enabled, each
12055 packet sent to or received from the remote target is displayed. The
12056 defaults is off.
12057
12058 @item show remotedebug
12059 Show the current setting of the remote protocol debugging.
12060
12061 @item set remotedevice @var{device}
12062 @cindex serial port name
12063 Set the name of the serial port through which to communicate to the
12064 remote target to @var{device}. This is the device used by
12065 @value{GDBN} to open the serial communications line to the remote
12066 target. There's no default, so you must set a valid port name for the
12067 remote serial communications to work. (Some varieties of the
12068 @code{target} command accept the port name as part of their
12069 arguments.)
12070
12071 @item show remotedevice
12072 Show the current name of the serial port.
12073
12074 @item set remotelogbase @var{base}
12075 Set the base (a.k.a.@: radix) of logging serial protocol
12076 communications to @var{base}. Supported values of @var{base} are:
12077 @code{ascii}, @code{octal}, and @code{hex}. The default is
12078 @code{ascii}.
12079
12080 @item show remotelogbase
12081 Show the current setting of the radix for logging remote serial
12082 protocol.
12083
12084 @item set remotelogfile @var{file}
12085 @cindex record serial communications on file
12086 Record remote serial communications on the named @var{file}. The
12087 default is not to record at all.
12088
12089 @item show remotelogfile.
12090 Show the current setting of the file name on which to record the
12091 serial communications.
12092
12093 @item set remotetimeout @var{num}
12094 @cindex timeout for serial communications
12095 @cindex remote timeout
12096 Set the timeout limit to wait for the remote target to respond to
12097 @var{num} seconds. The default is 2 seconds.
12098
12099 @item show remotetimeout
12100 Show the current number of seconds to wait for the remote target
12101 responses.
12102
12103 @cindex limit hardware breakpoints and watchpoints
12104 @cindex remote target, limit break- and watchpoints
12105 @anchor{set remote hardware-watchpoint-limit}
12106 @anchor{set remote hardware-breakpoint-limit}
12107 @item set remote hardware-watchpoint-limit @var{limit}
12108 @itemx set remote hardware-breakpoint-limit @var{limit}
12109 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12110 watchpoints. A limit of -1, the default, is treated as unlimited.
12111
12112 @item set remote fetch-register-packet
12113 @itemx set remote set-register-packet
12114 @itemx set remote P-packet
12115 @itemx set remote p-packet
12116 @cindex P-packet
12117 @cindex fetch registers from remote targets
12118 @cindex set registers in remote targets
12119 Determine whether @value{GDBN} can set and fetch registers from the
12120 remote target using the @samp{P} packets. The default depends on the
12121 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12122 the stub when this packet is first required).
12123
12124 @item show remote fetch-register-packet
12125 @itemx show remote set-register-packet
12126 @itemx show remote P-packet
12127 @itemx show remote p-packet
12128 Show the current setting of using the @samp{P} packets for setting and
12129 fetching registers from the remote target.
12130
12131 @cindex binary downloads
12132 @cindex X-packet
12133 @item set remote binary-download-packet
12134 @itemx set remote X-packet
12135 Determine whether @value{GDBN} sends downloads in binary mode using
12136 the @samp{X} packets. The default is on.
12137
12138 @item show remote binary-download-packet
12139 @itemx show remote X-packet
12140 Show the current setting of using the @samp{X} packets for binary
12141 downloads.
12142
12143 @item set remote read-aux-vector-packet
12144 @cindex auxiliary vector of remote target
12145 @cindex @code{auxv}, and remote targets
12146 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12147 auxiliary vector read) request. This request is used to fetch the
12148 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12149 Auxiliary Vector}. The default setting depends on the remote stub's
12150 support of this request (@value{GDBN} queries the stub when this
12151 request is first required). @xref{General Query Packets, qPart}, for
12152 more information about this request.
12153
12154 @item show remote read-aux-vector-packet
12155 Show the current setting of use of the @samp{qPart:auxv:read} request.
12156
12157 @item set remote symbol-lookup-packet
12158 @cindex remote symbol lookup request
12159 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12160 lookup) request. This request is used to communicate symbol
12161 information to the remote target, e.g., whenever a new shared library
12162 is loaded by the remote (@pxref{Files, shared libraries}). The
12163 default setting depends on the remote stub's support of this request
12164 (@value{GDBN} queries the stub when this request is first required).
12165 @xref{General Query Packets, qSymbol}, for more information about this
12166 request.
12167
12168 @item show remote symbol-lookup-packet
12169 Show the current setting of use of the @samp{qSymbol} request.
12170
12171 @item set remote verbose-resume-packet
12172 @cindex resume remote target
12173 @cindex signal thread, and remote targets
12174 @cindex single-step thread, and remote targets
12175 @cindex thread-specific operations on remote targets
12176 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12177 request. This request is used to resume specific threads in the
12178 remote target, and to single-step or signal them. The default setting
12179 depends on the remote stub's support of this request (@value{GDBN}
12180 queries the stub when this request is first required). This setting
12181 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12182 used, @value{GDBN} might be unable to single-step a specific thread,
12183 especially under @code{set scheduler-locking off}; it is also
12184 impossible to pause a specific thread. @xref{Packets, vCont}, for
12185 more details.
12186
12187 @item show remote verbose-resume-packet
12188 Show the current setting of use of the @samp{vCont} request
12189
12190 @item set remote software-breakpoint-packet
12191 @itemx set remote hardware-breakpoint-packet
12192 @itemx set remote write-watchpoint-packet
12193 @itemx set remote read-watchpoint-packet
12194 @itemx set remote access-watchpoint-packet
12195 @itemx set remote Z-packet
12196 @cindex Z-packet
12197 @cindex remote hardware breakpoints and watchpoints
12198 These commands enable or disable the use of @samp{Z} packets for
12199 setting breakpoints and watchpoints in the remote target. The default
12200 depends on the remote stub's support of the @samp{Z} packets
12201 (@value{GDBN} queries the stub when each packet is first required).
12202 The command @code{set remote Z-packet}, kept for back-compatibility,
12203 turns on or off all the features that require the use of @samp{Z}
12204 packets.
12205
12206 @item show remote software-breakpoint-packet
12207 @itemx show remote hardware-breakpoint-packet
12208 @itemx show remote write-watchpoint-packet
12209 @itemx show remote read-watchpoint-packet
12210 @itemx show remote access-watchpoint-packet
12211 @itemx show remote Z-packet
12212 Show the current setting of @samp{Z} packets usage.
12213
12214 @item set remote get-thread-local-storage-address
12215 @kindex set remote get-thread-local-storage-address
12216 @cindex thread local storage of remote targets
12217 This command enables or disables the use of the @samp{qGetTLSAddr}
12218 (Get Thread Local Storage Address) request packet. The default
12219 depends on whether the remote stub supports this request.
12220 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12221 packet.
12222
12223 @item show remote get-thread-local-storage-address
12224 @kindex show remote get-thread-local-storage-address
12225 Show the current setting of @samp{qGetTLSAddr} packet usage.
12226 @end table
12227
12228 @node remote stub
12229 @section Implementing a remote stub
12230
12231 @cindex debugging stub, example
12232 @cindex remote stub, example
12233 @cindex stub example, remote debugging
12234 The stub files provided with @value{GDBN} implement the target side of the
12235 communication protocol, and the @value{GDBN} side is implemented in the
12236 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12237 these subroutines to communicate, and ignore the details. (If you're
12238 implementing your own stub file, you can still ignore the details: start
12239 with one of the existing stub files. @file{sparc-stub.c} is the best
12240 organized, and therefore the easiest to read.)
12241
12242 @cindex remote serial debugging, overview
12243 To debug a program running on another machine (the debugging
12244 @dfn{target} machine), you must first arrange for all the usual
12245 prerequisites for the program to run by itself. For example, for a C
12246 program, you need:
12247
12248 @enumerate
12249 @item
12250 A startup routine to set up the C runtime environment; these usually
12251 have a name like @file{crt0}. The startup routine may be supplied by
12252 your hardware supplier, or you may have to write your own.
12253
12254 @item
12255 A C subroutine library to support your program's
12256 subroutine calls, notably managing input and output.
12257
12258 @item
12259 A way of getting your program to the other machine---for example, a
12260 download program. These are often supplied by the hardware
12261 manufacturer, but you may have to write your own from hardware
12262 documentation.
12263 @end enumerate
12264
12265 The next step is to arrange for your program to use a serial port to
12266 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12267 machine). In general terms, the scheme looks like this:
12268
12269 @table @emph
12270 @item On the host,
12271 @value{GDBN} already understands how to use this protocol; when everything
12272 else is set up, you can simply use the @samp{target remote} command
12273 (@pxref{Targets,,Specifying a Debugging Target}).
12274
12275 @item On the target,
12276 you must link with your program a few special-purpose subroutines that
12277 implement the @value{GDBN} remote serial protocol. The file containing these
12278 subroutines is called a @dfn{debugging stub}.
12279
12280 On certain remote targets, you can use an auxiliary program
12281 @code{gdbserver} instead of linking a stub into your program.
12282 @xref{Server,,Using the @code{gdbserver} program}, for details.
12283 @end table
12284
12285 The debugging stub is specific to the architecture of the remote
12286 machine; for example, use @file{sparc-stub.c} to debug programs on
12287 @sc{sparc} boards.
12288
12289 @cindex remote serial stub list
12290 These working remote stubs are distributed with @value{GDBN}:
12291
12292 @table @code
12293
12294 @item i386-stub.c
12295 @cindex @file{i386-stub.c}
12296 @cindex Intel
12297 @cindex i386
12298 For Intel 386 and compatible architectures.
12299
12300 @item m68k-stub.c
12301 @cindex @file{m68k-stub.c}
12302 @cindex Motorola 680x0
12303 @cindex m680x0
12304 For Motorola 680x0 architectures.
12305
12306 @item sh-stub.c
12307 @cindex @file{sh-stub.c}
12308 @cindex Renesas
12309 @cindex SH
12310 For Renesas SH architectures.
12311
12312 @item sparc-stub.c
12313 @cindex @file{sparc-stub.c}
12314 @cindex Sparc
12315 For @sc{sparc} architectures.
12316
12317 @item sparcl-stub.c
12318 @cindex @file{sparcl-stub.c}
12319 @cindex Fujitsu
12320 @cindex SparcLite
12321 For Fujitsu @sc{sparclite} architectures.
12322
12323 @end table
12324
12325 The @file{README} file in the @value{GDBN} distribution may list other
12326 recently added stubs.
12327
12328 @menu
12329 * Stub Contents:: What the stub can do for you
12330 * Bootstrapping:: What you must do for the stub
12331 * Debug Session:: Putting it all together
12332 @end menu
12333
12334 @node Stub Contents
12335 @subsection What the stub can do for you
12336
12337 @cindex remote serial stub
12338 The debugging stub for your architecture supplies these three
12339 subroutines:
12340
12341 @table @code
12342 @item set_debug_traps
12343 @findex set_debug_traps
12344 @cindex remote serial stub, initialization
12345 This routine arranges for @code{handle_exception} to run when your
12346 program stops. You must call this subroutine explicitly near the
12347 beginning of your program.
12348
12349 @item handle_exception
12350 @findex handle_exception
12351 @cindex remote serial stub, main routine
12352 This is the central workhorse, but your program never calls it
12353 explicitly---the setup code arranges for @code{handle_exception} to
12354 run when a trap is triggered.
12355
12356 @code{handle_exception} takes control when your program stops during
12357 execution (for example, on a breakpoint), and mediates communications
12358 with @value{GDBN} on the host machine. This is where the communications
12359 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12360 representative on the target machine. It begins by sending summary
12361 information on the state of your program, then continues to execute,
12362 retrieving and transmitting any information @value{GDBN} needs, until you
12363 execute a @value{GDBN} command that makes your program resume; at that point,
12364 @code{handle_exception} returns control to your own code on the target
12365 machine.
12366
12367 @item breakpoint
12368 @cindex @code{breakpoint} subroutine, remote
12369 Use this auxiliary subroutine to make your program contain a
12370 breakpoint. Depending on the particular situation, this may be the only
12371 way for @value{GDBN} to get control. For instance, if your target
12372 machine has some sort of interrupt button, you won't need to call this;
12373 pressing the interrupt button transfers control to
12374 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12375 simply receiving characters on the serial port may also trigger a trap;
12376 again, in that situation, you don't need to call @code{breakpoint} from
12377 your own program---simply running @samp{target remote} from the host
12378 @value{GDBN} session gets control.
12379
12380 Call @code{breakpoint} if none of these is true, or if you simply want
12381 to make certain your program stops at a predetermined point for the
12382 start of your debugging session.
12383 @end table
12384
12385 @node Bootstrapping
12386 @subsection What you must do for the stub
12387
12388 @cindex remote stub, support routines
12389 The debugging stubs that come with @value{GDBN} are set up for a particular
12390 chip architecture, but they have no information about the rest of your
12391 debugging target machine.
12392
12393 First of all you need to tell the stub how to communicate with the
12394 serial port.
12395
12396 @table @code
12397 @item int getDebugChar()
12398 @findex getDebugChar
12399 Write this subroutine to read a single character from the serial port.
12400 It may be identical to @code{getchar} for your target system; a
12401 different name is used to allow you to distinguish the two if you wish.
12402
12403 @item void putDebugChar(int)
12404 @findex putDebugChar
12405 Write this subroutine to write a single character to the serial port.
12406 It may be identical to @code{putchar} for your target system; a
12407 different name is used to allow you to distinguish the two if you wish.
12408 @end table
12409
12410 @cindex control C, and remote debugging
12411 @cindex interrupting remote targets
12412 If you want @value{GDBN} to be able to stop your program while it is
12413 running, you need to use an interrupt-driven serial driver, and arrange
12414 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12415 character). That is the character which @value{GDBN} uses to tell the
12416 remote system to stop.
12417
12418 Getting the debugging target to return the proper status to @value{GDBN}
12419 probably requires changes to the standard stub; one quick and dirty way
12420 is to just execute a breakpoint instruction (the ``dirty'' part is that
12421 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12422
12423 Other routines you need to supply are:
12424
12425 @table @code
12426 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12427 @findex exceptionHandler
12428 Write this function to install @var{exception_address} in the exception
12429 handling tables. You need to do this because the stub does not have any
12430 way of knowing what the exception handling tables on your target system
12431 are like (for example, the processor's table might be in @sc{rom},
12432 containing entries which point to a table in @sc{ram}).
12433 @var{exception_number} is the exception number which should be changed;
12434 its meaning is architecture-dependent (for example, different numbers
12435 might represent divide by zero, misaligned access, etc). When this
12436 exception occurs, control should be transferred directly to
12437 @var{exception_address}, and the processor state (stack, registers,
12438 and so on) should be just as it is when a processor exception occurs. So if
12439 you want to use a jump instruction to reach @var{exception_address}, it
12440 should be a simple jump, not a jump to subroutine.
12441
12442 For the 386, @var{exception_address} should be installed as an interrupt
12443 gate so that interrupts are masked while the handler runs. The gate
12444 should be at privilege level 0 (the most privileged level). The
12445 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12446 help from @code{exceptionHandler}.
12447
12448 @item void flush_i_cache()
12449 @findex flush_i_cache
12450 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12451 instruction cache, if any, on your target machine. If there is no
12452 instruction cache, this subroutine may be a no-op.
12453
12454 On target machines that have instruction caches, @value{GDBN} requires this
12455 function to make certain that the state of your program is stable.
12456 @end table
12457
12458 @noindent
12459 You must also make sure this library routine is available:
12460
12461 @table @code
12462 @item void *memset(void *, int, int)
12463 @findex memset
12464 This is the standard library function @code{memset} that sets an area of
12465 memory to a known value. If you have one of the free versions of
12466 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12467 either obtain it from your hardware manufacturer, or write your own.
12468 @end table
12469
12470 If you do not use the GNU C compiler, you may need other standard
12471 library subroutines as well; this varies from one stub to another,
12472 but in general the stubs are likely to use any of the common library
12473 subroutines which @code{@value{GCC}} generates as inline code.
12474
12475
12476 @node Debug Session
12477 @subsection Putting it all together
12478
12479 @cindex remote serial debugging summary
12480 In summary, when your program is ready to debug, you must follow these
12481 steps.
12482
12483 @enumerate
12484 @item
12485 Make sure you have defined the supporting low-level routines
12486 (@pxref{Bootstrapping,,What you must do for the stub}):
12487 @display
12488 @code{getDebugChar}, @code{putDebugChar},
12489 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12490 @end display
12491
12492 @item
12493 Insert these lines near the top of your program:
12494
12495 @smallexample
12496 set_debug_traps();
12497 breakpoint();
12498 @end smallexample
12499
12500 @item
12501 For the 680x0 stub only, you need to provide a variable called
12502 @code{exceptionHook}. Normally you just use:
12503
12504 @smallexample
12505 void (*exceptionHook)() = 0;
12506 @end smallexample
12507
12508 @noindent
12509 but if before calling @code{set_debug_traps}, you set it to point to a
12510 function in your program, that function is called when
12511 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12512 error). The function indicated by @code{exceptionHook} is called with
12513 one parameter: an @code{int} which is the exception number.
12514
12515 @item
12516 Compile and link together: your program, the @value{GDBN} debugging stub for
12517 your target architecture, and the supporting subroutines.
12518
12519 @item
12520 Make sure you have a serial connection between your target machine and
12521 the @value{GDBN} host, and identify the serial port on the host.
12522
12523 @item
12524 @c The "remote" target now provides a `load' command, so we should
12525 @c document that. FIXME.
12526 Download your program to your target machine (or get it there by
12527 whatever means the manufacturer provides), and start it.
12528
12529 @item
12530 Start @value{GDBN} on the host, and connect to the target
12531 (@pxref{Connecting,,Connecting to a remote target}).
12532
12533 @end enumerate
12534
12535 @node Configurations
12536 @chapter Configuration-Specific Information
12537
12538 While nearly all @value{GDBN} commands are available for all native and
12539 cross versions of the debugger, there are some exceptions. This chapter
12540 describes things that are only available in certain configurations.
12541
12542 There are three major categories of configurations: native
12543 configurations, where the host and target are the same, embedded
12544 operating system configurations, which are usually the same for several
12545 different processor architectures, and bare embedded processors, which
12546 are quite different from each other.
12547
12548 @menu
12549 * Native::
12550 * Embedded OS::
12551 * Embedded Processors::
12552 * Architectures::
12553 @end menu
12554
12555 @node Native
12556 @section Native
12557
12558 This section describes details specific to particular native
12559 configurations.
12560
12561 @menu
12562 * HP-UX:: HP-UX
12563 * BSD libkvm Interface:: Debugging BSD kernel memory images
12564 * SVR4 Process Information:: SVR4 process information
12565 * DJGPP Native:: Features specific to the DJGPP port
12566 * Cygwin Native:: Features specific to the Cygwin port
12567 * Hurd Native:: Features specific to @sc{gnu} Hurd
12568 * Neutrino:: Features specific to QNX Neutrino
12569 @end menu
12570
12571 @node HP-UX
12572 @subsection HP-UX
12573
12574 On HP-UX systems, if you refer to a function or variable name that
12575 begins with a dollar sign, @value{GDBN} searches for a user or system
12576 name first, before it searches for a convenience variable.
12577
12578
12579 @node BSD libkvm Interface
12580 @subsection BSD libkvm Interface
12581
12582 @cindex libkvm
12583 @cindex kernel memory image
12584 @cindex kernel crash dump
12585
12586 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12587 interface that provides a uniform interface for accessing kernel virtual
12588 memory images, including live systems and crash dumps. @value{GDBN}
12589 uses this interface to allow you to debug live kernels and kernel crash
12590 dumps on many native BSD configurations. This is implemented as a
12591 special @code{kvm} debugging target. For debugging a live system, load
12592 the currently running kernel into @value{GDBN} and connect to the
12593 @code{kvm} target:
12594
12595 @smallexample
12596 (@value{GDBP}) @b{target kvm}
12597 @end smallexample
12598
12599 For debugging crash dumps, provide the file name of the crash dump as an
12600 argument:
12601
12602 @smallexample
12603 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12604 @end smallexample
12605
12606 Once connected to the @code{kvm} target, the following commands are
12607 available:
12608
12609 @table @code
12610 @kindex kvm
12611 @item kvm pcb
12612 Set current context from the @dfn{Process Control Block} (PCB) address.
12613
12614 @item kvm proc
12615 Set current context from proc address. This command isn't available on
12616 modern FreeBSD systems.
12617 @end table
12618
12619 @node SVR4 Process Information
12620 @subsection SVR4 process information
12621 @cindex /proc
12622 @cindex examine process image
12623 @cindex process info via @file{/proc}
12624
12625 Many versions of SVR4 and compatible systems provide a facility called
12626 @samp{/proc} that can be used to examine the image of a running
12627 process using file-system subroutines. If @value{GDBN} is configured
12628 for an operating system with this facility, the command @code{info
12629 proc} is available to report information about the process running
12630 your program, or about any process running on your system. @code{info
12631 proc} works only on SVR4 systems that include the @code{procfs} code.
12632 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12633 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12634
12635 @table @code
12636 @kindex info proc
12637 @cindex process ID
12638 @item info proc
12639 @itemx info proc @var{process-id}
12640 Summarize available information about any running process. If a
12641 process ID is specified by @var{process-id}, display information about
12642 that process; otherwise display information about the program being
12643 debugged. The summary includes the debugged process ID, the command
12644 line used to invoke it, its current working directory, and its
12645 executable file's absolute file name.
12646
12647 On some systems, @var{process-id} can be of the form
12648 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12649 within a process. If the optional @var{pid} part is missing, it means
12650 a thread from the process being debugged (the leading @samp{/} still
12651 needs to be present, or else @value{GDBN} will interpret the number as
12652 a process ID rather than a thread ID).
12653
12654 @item info proc mappings
12655 @cindex memory address space mappings
12656 Report the memory address space ranges accessible in the program, with
12657 information on whether the process has read, write, or execute access
12658 rights to each range. On @sc{gnu}/Linux systems, each memory range
12659 includes the object file which is mapped to that range, instead of the
12660 memory access rights to that range.
12661
12662 @item info proc stat
12663 @itemx info proc status
12664 @cindex process detailed status information
12665 These subcommands are specific to @sc{gnu}/Linux systems. They show
12666 the process-related information, including the user ID and group ID;
12667 how many threads are there in the process; its virtual memory usage;
12668 the signals that are pending, blocked, and ignored; its TTY; its
12669 consumption of system and user time; its stack size; its @samp{nice}
12670 value; etc. For more information, see the @samp{proc} man page
12671 (type @kbd{man 5 proc} from your shell prompt).
12672
12673 @item info proc all
12674 Show all the information about the process described under all of the
12675 above @code{info proc} subcommands.
12676
12677 @ignore
12678 @comment These sub-options of 'info proc' were not included when
12679 @comment procfs.c was re-written. Keep their descriptions around
12680 @comment against the day when someone finds the time to put them back in.
12681 @kindex info proc times
12682 @item info proc times
12683 Starting time, user CPU time, and system CPU time for your program and
12684 its children.
12685
12686 @kindex info proc id
12687 @item info proc id
12688 Report on the process IDs related to your program: its own process ID,
12689 the ID of its parent, the process group ID, and the session ID.
12690 @end ignore
12691
12692 @item set procfs-trace
12693 @kindex set procfs-trace
12694 @cindex @code{procfs} API calls
12695 This command enables and disables tracing of @code{procfs} API calls.
12696
12697 @item show procfs-trace
12698 @kindex show procfs-trace
12699 Show the current state of @code{procfs} API call tracing.
12700
12701 @item set procfs-file @var{file}
12702 @kindex set procfs-file
12703 Tell @value{GDBN} to write @code{procfs} API trace to the named
12704 @var{file}. @value{GDBN} appends the trace info to the previous
12705 contents of the file. The default is to display the trace on the
12706 standard output.
12707
12708 @item show procfs-file
12709 @kindex show procfs-file
12710 Show the file to which @code{procfs} API trace is written.
12711
12712 @item proc-trace-entry
12713 @itemx proc-trace-exit
12714 @itemx proc-untrace-entry
12715 @itemx proc-untrace-exit
12716 @kindex proc-trace-entry
12717 @kindex proc-trace-exit
12718 @kindex proc-untrace-entry
12719 @kindex proc-untrace-exit
12720 These commands enable and disable tracing of entries into and exits
12721 from the @code{syscall} interface.
12722
12723 @item info pidlist
12724 @kindex info pidlist
12725 @cindex process list, QNX Neutrino
12726 For QNX Neutrino only, this command displays the list of all the
12727 processes and all the threads within each process.
12728
12729 @item info meminfo
12730 @kindex info meminfo
12731 @cindex mapinfo list, QNX Neutrino
12732 For QNX Neutrino only, this command displays the list of all mapinfos.
12733 @end table
12734
12735 @node DJGPP Native
12736 @subsection Features for Debugging @sc{djgpp} Programs
12737 @cindex @sc{djgpp} debugging
12738 @cindex native @sc{djgpp} debugging
12739 @cindex MS-DOS-specific commands
12740
12741 @cindex DPMI
12742 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12743 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12744 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12745 top of real-mode DOS systems and their emulations.
12746
12747 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12748 defines a few commands specific to the @sc{djgpp} port. This
12749 subsection describes those commands.
12750
12751 @table @code
12752 @kindex info dos
12753 @item info dos
12754 This is a prefix of @sc{djgpp}-specific commands which print
12755 information about the target system and important OS structures.
12756
12757 @kindex sysinfo
12758 @cindex MS-DOS system info
12759 @cindex free memory information (MS-DOS)
12760 @item info dos sysinfo
12761 This command displays assorted information about the underlying
12762 platform: the CPU type and features, the OS version and flavor, the
12763 DPMI version, and the available conventional and DPMI memory.
12764
12765 @cindex GDT
12766 @cindex LDT
12767 @cindex IDT
12768 @cindex segment descriptor tables
12769 @cindex descriptor tables display
12770 @item info dos gdt
12771 @itemx info dos ldt
12772 @itemx info dos idt
12773 These 3 commands display entries from, respectively, Global, Local,
12774 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12775 tables are data structures which store a descriptor for each segment
12776 that is currently in use. The segment's selector is an index into a
12777 descriptor table; the table entry for that index holds the
12778 descriptor's base address and limit, and its attributes and access
12779 rights.
12780
12781 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12782 segment (used for both data and the stack), and a DOS segment (which
12783 allows access to DOS/BIOS data structures and absolute addresses in
12784 conventional memory). However, the DPMI host will usually define
12785 additional segments in order to support the DPMI environment.
12786
12787 @cindex garbled pointers
12788 These commands allow to display entries from the descriptor tables.
12789 Without an argument, all entries from the specified table are
12790 displayed. An argument, which should be an integer expression, means
12791 display a single entry whose index is given by the argument. For
12792 example, here's a convenient way to display information about the
12793 debugged program's data segment:
12794
12795 @smallexample
12796 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12797 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12798 @end smallexample
12799
12800 @noindent
12801 This comes in handy when you want to see whether a pointer is outside
12802 the data segment's limit (i.e.@: @dfn{garbled}).
12803
12804 @cindex page tables display (MS-DOS)
12805 @item info dos pde
12806 @itemx info dos pte
12807 These two commands display entries from, respectively, the Page
12808 Directory and the Page Tables. Page Directories and Page Tables are
12809 data structures which control how virtual memory addresses are mapped
12810 into physical addresses. A Page Table includes an entry for every
12811 page of memory that is mapped into the program's address space; there
12812 may be several Page Tables, each one holding up to 4096 entries. A
12813 Page Directory has up to 4096 entries, one each for every Page Table
12814 that is currently in use.
12815
12816 Without an argument, @kbd{info dos pde} displays the entire Page
12817 Directory, and @kbd{info dos pte} displays all the entries in all of
12818 the Page Tables. An argument, an integer expression, given to the
12819 @kbd{info dos pde} command means display only that entry from the Page
12820 Directory table. An argument given to the @kbd{info dos pte} command
12821 means display entries from a single Page Table, the one pointed to by
12822 the specified entry in the Page Directory.
12823
12824 @cindex direct memory access (DMA) on MS-DOS
12825 These commands are useful when your program uses @dfn{DMA} (Direct
12826 Memory Access), which needs physical addresses to program the DMA
12827 controller.
12828
12829 These commands are supported only with some DPMI servers.
12830
12831 @cindex physical address from linear address
12832 @item info dos address-pte @var{addr}
12833 This command displays the Page Table entry for a specified linear
12834 address. The argument @var{addr} is a linear address which should
12835 already have the appropriate segment's base address added to it,
12836 because this command accepts addresses which may belong to @emph{any}
12837 segment. For example, here's how to display the Page Table entry for
12838 the page where a variable @code{i} is stored:
12839
12840 @smallexample
12841 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12842 @exdent @code{Page Table entry for address 0x11a00d30:}
12843 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12844 @end smallexample
12845
12846 @noindent
12847 This says that @code{i} is stored at offset @code{0xd30} from the page
12848 whose physical base address is @code{0x02698000}, and shows all the
12849 attributes of that page.
12850
12851 Note that you must cast the addresses of variables to a @code{char *},
12852 since otherwise the value of @code{__djgpp_base_address}, the base
12853 address of all variables and functions in a @sc{djgpp} program, will
12854 be added using the rules of C pointer arithmetics: if @code{i} is
12855 declared an @code{int}, @value{GDBN} will add 4 times the value of
12856 @code{__djgpp_base_address} to the address of @code{i}.
12857
12858 Here's another example, it displays the Page Table entry for the
12859 transfer buffer:
12860
12861 @smallexample
12862 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12863 @exdent @code{Page Table entry for address 0x29110:}
12864 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12865 @end smallexample
12866
12867 @noindent
12868 (The @code{+ 3} offset is because the transfer buffer's address is the
12869 3rd member of the @code{_go32_info_block} structure.) The output
12870 clearly shows that this DPMI server maps the addresses in conventional
12871 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12872 linear (@code{0x29110}) addresses are identical.
12873
12874 This command is supported only with some DPMI servers.
12875 @end table
12876
12877 @cindex DOS serial data link, remote debugging
12878 In addition to native debugging, the DJGPP port supports remote
12879 debugging via a serial data link. The following commands are specific
12880 to remote serial debugging in the DJGPP port of @value{GDBN}.
12881
12882 @table @code
12883 @kindex set com1base
12884 @kindex set com1irq
12885 @kindex set com2base
12886 @kindex set com2irq
12887 @kindex set com3base
12888 @kindex set com3irq
12889 @kindex set com4base
12890 @kindex set com4irq
12891 @item set com1base @var{addr}
12892 This command sets the base I/O port address of the @file{COM1} serial
12893 port.
12894
12895 @item set com1irq @var{irq}
12896 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12897 for the @file{COM1} serial port.
12898
12899 There are similar commands @samp{set com2base}, @samp{set com3irq},
12900 etc.@: for setting the port address and the @code{IRQ} lines for the
12901 other 3 COM ports.
12902
12903 @kindex show com1base
12904 @kindex show com1irq
12905 @kindex show com2base
12906 @kindex show com2irq
12907 @kindex show com3base
12908 @kindex show com3irq
12909 @kindex show com4base
12910 @kindex show com4irq
12911 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12912 display the current settings of the base address and the @code{IRQ}
12913 lines used by the COM ports.
12914
12915 @item info serial
12916 @kindex info serial
12917 @cindex DOS serial port status
12918 This command prints the status of the 4 DOS serial ports. For each
12919 port, it prints whether it's active or not, its I/O base address and
12920 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12921 counts of various errors encountered so far.
12922 @end table
12923
12924
12925 @node Cygwin Native
12926 @subsection Features for Debugging MS Windows PE executables
12927 @cindex MS Windows debugging
12928 @cindex native Cygwin debugging
12929 @cindex Cygwin-specific commands
12930
12931 @value{GDBN} supports native debugging of MS Windows programs, including
12932 DLLs with and without symbolic debugging information. There are various
12933 additional Cygwin-specific commands, described in this subsection. The
12934 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12935 that have no debugging symbols.
12936
12937
12938 @table @code
12939 @kindex info w32
12940 @item info w32
12941 This is a prefix of MS Windows specific commands which print
12942 information about the target system and important OS structures.
12943
12944 @item info w32 selector
12945 This command displays information returned by
12946 the Win32 API @code{GetThreadSelectorEntry} function.
12947 It takes an optional argument that is evaluated to
12948 a long value to give the information about this given selector.
12949 Without argument, this command displays information
12950 about the the six segment registers.
12951
12952 @kindex info dll
12953 @item info dll
12954 This is a Cygwin specific alias of info shared.
12955
12956 @kindex dll-symbols
12957 @item dll-symbols
12958 This command loads symbols from a dll similarly to
12959 add-sym command but without the need to specify a base address.
12960
12961 @kindex set new-console
12962 @item set new-console @var{mode}
12963 If @var{mode} is @code{on} the debuggee will
12964 be started in a new console on next start.
12965 If @var{mode} is @code{off}i, the debuggee will
12966 be started in the same console as the debugger.
12967
12968 @kindex show new-console
12969 @item show new-console
12970 Displays whether a new console is used
12971 when the debuggee is started.
12972
12973 @kindex set new-group
12974 @item set new-group @var{mode}
12975 This boolean value controls whether the debuggee should
12976 start a new group or stay in the same group as the debugger.
12977 This affects the way the Windows OS handles
12978 Ctrl-C.
12979
12980 @kindex show new-group
12981 @item show new-group
12982 Displays current value of new-group boolean.
12983
12984 @kindex set debugevents
12985 @item set debugevents
12986 This boolean value adds debug output concerning events seen by the debugger.
12987
12988 @kindex set debugexec
12989 @item set debugexec
12990 This boolean value adds debug output concerning execute events
12991 seen by the debugger.
12992
12993 @kindex set debugexceptions
12994 @item set debugexceptions
12995 This boolean value adds debug ouptut concerning exception events
12996 seen by the debugger.
12997
12998 @kindex set debugmemory
12999 @item set debugmemory
13000 This boolean value adds debug ouptut concerning memory events
13001 seen by the debugger.
13002
13003 @kindex set shell
13004 @item set shell
13005 This boolean values specifies whether the debuggee is called
13006 via a shell or directly (default value is on).
13007
13008 @kindex show shell
13009 @item show shell
13010 Displays if the debuggee will be started with a shell.
13011
13012 @end table
13013
13014 @menu
13015 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
13016 @end menu
13017
13018 @node Non-debug DLL symbols
13019 @subsubsection Support for DLLs without debugging symbols
13020 @cindex DLLs with no debugging symbols
13021 @cindex Minimal symbols and DLLs
13022
13023 Very often on windows, some of the DLLs that your program relies on do
13024 not include symbolic debugging information (for example,
13025 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13026 symbols in a DLL, it relies on the minimal amount of symbolic
13027 information contained in the DLL's export table. This subsubsection
13028 describes working with such symbols, known internally to @value{GDBN} as
13029 ``minimal symbols''.
13030
13031 Note that before the debugged program has started execution, no DLLs
13032 will have been loaded. The easiest way around this problem is simply to
13033 start the program --- either by setting a breakpoint or letting the
13034 program run once to completion. It is also possible to force
13035 @value{GDBN} to load a particular DLL before starting the executable ---
13036 see the shared library information in @pxref{Files} or the
13037 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13038 explicitly loading symbols from a DLL with no debugging information will
13039 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13040 which may adversely affect symbol lookup performance.
13041
13042 @subsubsection DLL name prefixes
13043
13044 In keeping with the naming conventions used by the Microsoft debugging
13045 tools, DLL export symbols are made available with a prefix based on the
13046 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13047 also entered into the symbol table, so @code{CreateFileA} is often
13048 sufficient. In some cases there will be name clashes within a program
13049 (particularly if the executable itself includes full debugging symbols)
13050 necessitating the use of the fully qualified name when referring to the
13051 contents of the DLL. Use single-quotes around the name to avoid the
13052 exclamation mark (``!'') being interpreted as a language operator.
13053
13054 Note that the internal name of the DLL may be all upper-case, even
13055 though the file name of the DLL is lower-case, or vice-versa. Since
13056 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13057 some confusion. If in doubt, try the @code{info functions} and
13058 @code{info variables} commands or even @code{maint print msymbols} (see
13059 @pxref{Symbols}). Here's an example:
13060
13061 @smallexample
13062 (@value{GDBP}) info function CreateFileA
13063 All functions matching regular expression "CreateFileA":
13064
13065 Non-debugging symbols:
13066 0x77e885f4 CreateFileA
13067 0x77e885f4 KERNEL32!CreateFileA
13068 @end smallexample
13069
13070 @smallexample
13071 (@value{GDBP}) info function !
13072 All functions matching regular expression "!":
13073
13074 Non-debugging symbols:
13075 0x6100114c cygwin1!__assert
13076 0x61004034 cygwin1!_dll_crt0@@0
13077 0x61004240 cygwin1!dll_crt0(per_process *)
13078 [etc...]
13079 @end smallexample
13080
13081 @subsubsection Working with minimal symbols
13082
13083 Symbols extracted from a DLL's export table do not contain very much
13084 type information. All that @value{GDBN} can do is guess whether a symbol
13085 refers to a function or variable depending on the linker section that
13086 contains the symbol. Also note that the actual contents of the memory
13087 contained in a DLL are not available unless the program is running. This
13088 means that you cannot examine the contents of a variable or disassemble
13089 a function within a DLL without a running program.
13090
13091 Variables are generally treated as pointers and dereferenced
13092 automatically. For this reason, it is often necessary to prefix a
13093 variable name with the address-of operator (``&'') and provide explicit
13094 type information in the command. Here's an example of the type of
13095 problem:
13096
13097 @smallexample
13098 (@value{GDBP}) print 'cygwin1!__argv'
13099 $1 = 268572168
13100 @end smallexample
13101
13102 @smallexample
13103 (@value{GDBP}) x 'cygwin1!__argv'
13104 0x10021610: "\230y\""
13105 @end smallexample
13106
13107 And two possible solutions:
13108
13109 @smallexample
13110 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13111 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13112 @end smallexample
13113
13114 @smallexample
13115 (@value{GDBP}) x/2x &'cygwin1!__argv'
13116 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
13117 (@value{GDBP}) x/x 0x10021608
13118 0x10021608: 0x0022fd98
13119 (@value{GDBP}) x/s 0x0022fd98
13120 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
13121 @end smallexample
13122
13123 Setting a break point within a DLL is possible even before the program
13124 starts execution. However, under these circumstances, @value{GDBN} can't
13125 examine the initial instructions of the function in order to skip the
13126 function's frame set-up code. You can work around this by using ``*&''
13127 to set the breakpoint at a raw memory address:
13128
13129 @smallexample
13130 (@value{GDBP}) break *&'python22!PyOS_Readline'
13131 Breakpoint 1 at 0x1e04eff0
13132 @end smallexample
13133
13134 The author of these extensions is not entirely convinced that setting a
13135 break point within a shared DLL like @file{kernel32.dll} is completely
13136 safe.
13137
13138 @node Hurd Native
13139 @subsection Commands specific to @sc{gnu} Hurd systems
13140 @cindex @sc{gnu} Hurd debugging
13141
13142 This subsection describes @value{GDBN} commands specific to the
13143 @sc{gnu} Hurd native debugging.
13144
13145 @table @code
13146 @item set signals
13147 @itemx set sigs
13148 @kindex set signals@r{, Hurd command}
13149 @kindex set sigs@r{, Hurd command}
13150 This command toggles the state of inferior signal interception by
13151 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13152 affected by this command. @code{sigs} is a shorthand alias for
13153 @code{signals}.
13154
13155 @item show signals
13156 @itemx show sigs
13157 @kindex show signals@r{, Hurd command}
13158 @kindex show sigs@r{, Hurd command}
13159 Show the current state of intercepting inferior's signals.
13160
13161 @item set signal-thread
13162 @itemx set sigthread
13163 @kindex set signal-thread
13164 @kindex set sigthread
13165 This command tells @value{GDBN} which thread is the @code{libc} signal
13166 thread. That thread is run when a signal is delivered to a running
13167 process. @code{set sigthread} is the shorthand alias of @code{set
13168 signal-thread}.
13169
13170 @item show signal-thread
13171 @itemx show sigthread
13172 @kindex show signal-thread
13173 @kindex show sigthread
13174 These two commands show which thread will run when the inferior is
13175 delivered a signal.
13176
13177 @item set stopped
13178 @kindex set stopped@r{, Hurd command}
13179 This commands tells @value{GDBN} that the inferior process is stopped,
13180 as with the @code{SIGSTOP} signal. The stopped process can be
13181 continued by delivering a signal to it.
13182
13183 @item show stopped
13184 @kindex show stopped@r{, Hurd command}
13185 This command shows whether @value{GDBN} thinks the debuggee is
13186 stopped.
13187
13188 @item set exceptions
13189 @kindex set exceptions@r{, Hurd command}
13190 Use this command to turn off trapping of exceptions in the inferior.
13191 When exception trapping is off, neither breakpoints nor
13192 single-stepping will work. To restore the default, set exception
13193 trapping on.
13194
13195 @item show exceptions
13196 @kindex show exceptions@r{, Hurd command}
13197 Show the current state of trapping exceptions in the inferior.
13198
13199 @item set task pause
13200 @kindex set task@r{, Hurd commands}
13201 @cindex task attributes (@sc{gnu} Hurd)
13202 @cindex pause current task (@sc{gnu} Hurd)
13203 This command toggles task suspension when @value{GDBN} has control.
13204 Setting it to on takes effect immediately, and the task is suspended
13205 whenever @value{GDBN} gets control. Setting it to off will take
13206 effect the next time the inferior is continued. If this option is set
13207 to off, you can use @code{set thread default pause on} or @code{set
13208 thread pause on} (see below) to pause individual threads.
13209
13210 @item show task pause
13211 @kindex show task@r{, Hurd commands}
13212 Show the current state of task suspension.
13213
13214 @item set task detach-suspend-count
13215 @cindex task suspend count
13216 @cindex detach from task, @sc{gnu} Hurd
13217 This command sets the suspend count the task will be left with when
13218 @value{GDBN} detaches from it.
13219
13220 @item show task detach-suspend-count
13221 Show the suspend count the task will be left with when detaching.
13222
13223 @item set task exception-port
13224 @itemx set task excp
13225 @cindex task exception port, @sc{gnu} Hurd
13226 This command sets the task exception port to which @value{GDBN} will
13227 forward exceptions. The argument should be the value of the @dfn{send
13228 rights} of the task. @code{set task excp} is a shorthand alias.
13229
13230 @item set noninvasive
13231 @cindex noninvasive task options
13232 This command switches @value{GDBN} to a mode that is the least
13233 invasive as far as interfering with the inferior is concerned. This
13234 is the same as using @code{set task pause}, @code{set exceptions}, and
13235 @code{set signals} to values opposite to the defaults.
13236
13237 @item info send-rights
13238 @itemx info receive-rights
13239 @itemx info port-rights
13240 @itemx info port-sets
13241 @itemx info dead-names
13242 @itemx info ports
13243 @itemx info psets
13244 @cindex send rights, @sc{gnu} Hurd
13245 @cindex receive rights, @sc{gnu} Hurd
13246 @cindex port rights, @sc{gnu} Hurd
13247 @cindex port sets, @sc{gnu} Hurd
13248 @cindex dead names, @sc{gnu} Hurd
13249 These commands display information about, respectively, send rights,
13250 receive rights, port rights, port sets, and dead names of a task.
13251 There are also shorthand aliases: @code{info ports} for @code{info
13252 port-rights} and @code{info psets} for @code{info port-sets}.
13253
13254 @item set thread pause
13255 @kindex set thread@r{, Hurd command}
13256 @cindex thread properties, @sc{gnu} Hurd
13257 @cindex pause current thread (@sc{gnu} Hurd)
13258 This command toggles current thread suspension when @value{GDBN} has
13259 control. Setting it to on takes effect immediately, and the current
13260 thread is suspended whenever @value{GDBN} gets control. Setting it to
13261 off will take effect the next time the inferior is continued.
13262 Normally, this command has no effect, since when @value{GDBN} has
13263 control, the whole task is suspended. However, if you used @code{set
13264 task pause off} (see above), this command comes in handy to suspend
13265 only the current thread.
13266
13267 @item show thread pause
13268 @kindex show thread@r{, Hurd command}
13269 This command shows the state of current thread suspension.
13270
13271 @item set thread run
13272 This comamnd sets whether the current thread is allowed to run.
13273
13274 @item show thread run
13275 Show whether the current thread is allowed to run.
13276
13277 @item set thread detach-suspend-count
13278 @cindex thread suspend count, @sc{gnu} Hurd
13279 @cindex detach from thread, @sc{gnu} Hurd
13280 This command sets the suspend count @value{GDBN} will leave on a
13281 thread when detaching. This number is relative to the suspend count
13282 found by @value{GDBN} when it notices the thread; use @code{set thread
13283 takeover-suspend-count} to force it to an absolute value.
13284
13285 @item show thread detach-suspend-count
13286 Show the suspend count @value{GDBN} will leave on the thread when
13287 detaching.
13288
13289 @item set thread exception-port
13290 @itemx set thread excp
13291 Set the thread exception port to which to forward exceptions. This
13292 overrides the port set by @code{set task exception-port} (see above).
13293 @code{set thread excp} is the shorthand alias.
13294
13295 @item set thread takeover-suspend-count
13296 Normally, @value{GDBN}'s thread suspend counts are relative to the
13297 value @value{GDBN} finds when it notices each thread. This command
13298 changes the suspend counts to be absolute instead.
13299
13300 @item set thread default
13301 @itemx show thread default
13302 @cindex thread default settings, @sc{gnu} Hurd
13303 Each of the above @code{set thread} commands has a @code{set thread
13304 default} counterpart (e.g., @code{set thread default pause}, @code{set
13305 thread default exception-port}, etc.). The @code{thread default}
13306 variety of commands sets the default thread properties for all
13307 threads; you can then change the properties of individual threads with
13308 the non-default commands.
13309 @end table
13310
13311
13312 @node Neutrino
13313 @subsection QNX Neutrino
13314 @cindex QNX Neutrino
13315
13316 @value{GDBN} provides the following commands specific to the QNX
13317 Neutrino target:
13318
13319 @table @code
13320 @item set debug nto-debug
13321 @kindex set debug nto-debug
13322 When set to on, enables debugging messages specific to the QNX
13323 Neutrino support.
13324
13325 @item show debug nto-debug
13326 @kindex show debug nto-debug
13327 Show the current state of QNX Neutrino messages.
13328 @end table
13329
13330
13331 @node Embedded OS
13332 @section Embedded Operating Systems
13333
13334 This section describes configurations involving the debugging of
13335 embedded operating systems that are available for several different
13336 architectures.
13337
13338 @menu
13339 * VxWorks:: Using @value{GDBN} with VxWorks
13340 @end menu
13341
13342 @value{GDBN} includes the ability to debug programs running on
13343 various real-time operating systems.
13344
13345 @node VxWorks
13346 @subsection Using @value{GDBN} with VxWorks
13347
13348 @cindex VxWorks
13349
13350 @table @code
13351
13352 @kindex target vxworks
13353 @item target vxworks @var{machinename}
13354 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13355 is the target system's machine name or IP address.
13356
13357 @end table
13358
13359 On VxWorks, @code{load} links @var{filename} dynamically on the
13360 current target system as well as adding its symbols in @value{GDBN}.
13361
13362 @value{GDBN} enables developers to spawn and debug tasks running on networked
13363 VxWorks targets from a Unix host. Already-running tasks spawned from
13364 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13365 both the Unix host and on the VxWorks target. The program
13366 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13367 installed with the name @code{vxgdb}, to distinguish it from a
13368 @value{GDBN} for debugging programs on the host itself.)
13369
13370 @table @code
13371 @item VxWorks-timeout @var{args}
13372 @kindex vxworks-timeout
13373 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13374 This option is set by the user, and @var{args} represents the number of
13375 seconds @value{GDBN} waits for responses to rpc's. You might use this if
13376 your VxWorks target is a slow software simulator or is on the far side
13377 of a thin network line.
13378 @end table
13379
13380 The following information on connecting to VxWorks was current when
13381 this manual was produced; newer releases of VxWorks may use revised
13382 procedures.
13383
13384 @findex INCLUDE_RDB
13385 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13386 to include the remote debugging interface routines in the VxWorks
13387 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13388 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13389 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13390 source debugging task @code{tRdbTask} when VxWorks is booted. For more
13391 information on configuring and remaking VxWorks, see the manufacturer's
13392 manual.
13393 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13394
13395 Once you have included @file{rdb.a} in your VxWorks system image and set
13396 your Unix execution search path to find @value{GDBN}, you are ready to
13397 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13398 @code{vxgdb}, depending on your installation).
13399
13400 @value{GDBN} comes up showing the prompt:
13401
13402 @smallexample
13403 (vxgdb)
13404 @end smallexample
13405
13406 @menu
13407 * VxWorks Connection:: Connecting to VxWorks
13408 * VxWorks Download:: VxWorks download
13409 * VxWorks Attach:: Running tasks
13410 @end menu
13411
13412 @node VxWorks Connection
13413 @subsubsection Connecting to VxWorks
13414
13415 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13416 network. To connect to a target whose host name is ``@code{tt}'', type:
13417
13418 @smallexample
13419 (vxgdb) target vxworks tt
13420 @end smallexample
13421
13422 @need 750
13423 @value{GDBN} displays messages like these:
13424
13425 @smallexample
13426 Attaching remote machine across net...
13427 Connected to tt.
13428 @end smallexample
13429
13430 @need 1000
13431 @value{GDBN} then attempts to read the symbol tables of any object modules
13432 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13433 these files by searching the directories listed in the command search
13434 path (@pxref{Environment, ,Your program's environment}); if it fails
13435 to find an object file, it displays a message such as:
13436
13437 @smallexample
13438 prog.o: No such file or directory.
13439 @end smallexample
13440
13441 When this happens, add the appropriate directory to the search path with
13442 the @value{GDBN} command @code{path}, and execute the @code{target}
13443 command again.
13444
13445 @node VxWorks Download
13446 @subsubsection VxWorks download
13447
13448 @cindex download to VxWorks
13449 If you have connected to the VxWorks target and you want to debug an
13450 object that has not yet been loaded, you can use the @value{GDBN}
13451 @code{load} command to download a file from Unix to VxWorks
13452 incrementally. The object file given as an argument to the @code{load}
13453 command is actually opened twice: first by the VxWorks target in order
13454 to download the code, then by @value{GDBN} in order to read the symbol
13455 table. This can lead to problems if the current working directories on
13456 the two systems differ. If both systems have NFS mounted the same
13457 filesystems, you can avoid these problems by using absolute paths.
13458 Otherwise, it is simplest to set the working directory on both systems
13459 to the directory in which the object file resides, and then to reference
13460 the file by its name, without any path. For instance, a program
13461 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13462 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13463 program, type this on VxWorks:
13464
13465 @smallexample
13466 -> cd "@var{vxpath}/vw/demo/rdb"
13467 @end smallexample
13468
13469 @noindent
13470 Then, in @value{GDBN}, type:
13471
13472 @smallexample
13473 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13474 (vxgdb) load prog.o
13475 @end smallexample
13476
13477 @value{GDBN} displays a response similar to this:
13478
13479 @smallexample
13480 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13481 @end smallexample
13482
13483 You can also use the @code{load} command to reload an object module
13484 after editing and recompiling the corresponding source file. Note that
13485 this makes @value{GDBN} delete all currently-defined breakpoints,
13486 auto-displays, and convenience variables, and to clear the value
13487 history. (This is necessary in order to preserve the integrity of
13488 debugger's data structures that reference the target system's symbol
13489 table.)
13490
13491 @node VxWorks Attach
13492 @subsubsection Running tasks
13493
13494 @cindex running VxWorks tasks
13495 You can also attach to an existing task using the @code{attach} command as
13496 follows:
13497
13498 @smallexample
13499 (vxgdb) attach @var{task}
13500 @end smallexample
13501
13502 @noindent
13503 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13504 or suspended when you attach to it. Running tasks are suspended at
13505 the time of attachment.
13506
13507 @node Embedded Processors
13508 @section Embedded Processors
13509
13510 This section goes into details specific to particular embedded
13511 configurations.
13512
13513 @cindex send command to simulator
13514 Whenever a specific embedded processor has a simulator, @value{GDBN}
13515 allows to send an arbitrary command to the simulator.
13516
13517 @table @code
13518 @item sim @var{command}
13519 @kindex sim@r{, a command}
13520 Send an arbitrary @var{command} string to the simulator. Consult the
13521 documentation for the specific simulator in use for information about
13522 acceptable commands.
13523 @end table
13524
13525
13526 @menu
13527 * ARM:: ARM RDI
13528 * H8/300:: Renesas H8/300
13529 * H8/500:: Renesas H8/500
13530 * M32R/D:: Renesas M32R/D
13531 * M68K:: Motorola M68K
13532 * MIPS Embedded:: MIPS Embedded
13533 * OpenRISC 1000:: OpenRisc 1000
13534 * PA:: HP PA Embedded
13535 * PowerPC: PowerPC
13536 * SH:: Renesas SH
13537 * Sparclet:: Tsqware Sparclet
13538 * Sparclite:: Fujitsu Sparclite
13539 * ST2000:: Tandem ST2000
13540 * Z8000:: Zilog Z8000
13541 * AVR:: Atmel AVR
13542 * CRIS:: CRIS
13543 * Super-H:: Renesas Super-H
13544 * WinCE:: Windows CE child processes
13545 @end menu
13546
13547 @node ARM
13548 @subsection ARM
13549 @cindex ARM RDI
13550
13551 @table @code
13552 @kindex target rdi
13553 @item target rdi @var{dev}
13554 ARM Angel monitor, via RDI library interface to ADP protocol. You may
13555 use this target to communicate with both boards running the Angel
13556 monitor, or with the EmbeddedICE JTAG debug device.
13557
13558 @kindex target rdp
13559 @item target rdp @var{dev}
13560 ARM Demon monitor.
13561
13562 @end table
13563
13564 @value{GDBN} provides the following ARM-specific commands:
13565
13566 @table @code
13567 @item set arm disassembler
13568 @kindex set arm
13569 This commands selects from a list of disassembly styles. The
13570 @code{"std"} style is the standard style.
13571
13572 @item show arm disassembler
13573 @kindex show arm
13574 Show the current disassembly style.
13575
13576 @item set arm apcs32
13577 @cindex ARM 32-bit mode
13578 This command toggles ARM operation mode between 32-bit and 26-bit.
13579
13580 @item show arm apcs32
13581 Display the current usage of the ARM 32-bit mode.
13582
13583 @item set arm fpu @var{fputype}
13584 This command sets the ARM floating-point unit (FPU) type. The
13585 argument @var{fputype} can be one of these:
13586
13587 @table @code
13588 @item auto
13589 Determine the FPU type by querying the OS ABI.
13590 @item softfpa
13591 Software FPU, with mixed-endian doubles on little-endian ARM
13592 processors.
13593 @item fpa
13594 GCC-compiled FPA co-processor.
13595 @item softvfp
13596 Software FPU with pure-endian doubles.
13597 @item vfp
13598 VFP co-processor.
13599 @end table
13600
13601 @item show arm fpu
13602 Show the current type of the FPU.
13603
13604 @item set arm abi
13605 This command forces @value{GDBN} to use the specified ABI.
13606
13607 @item show arm abi
13608 Show the currently used ABI.
13609
13610 @item set debug arm
13611 Toggle whether to display ARM-specific debugging messages from the ARM
13612 target support subsystem.
13613
13614 @item show debug arm
13615 Show whether ARM-specific debugging messages are enabled.
13616 @end table
13617
13618 The following commands are available when an ARM target is debugged
13619 using the RDI interface:
13620
13621 @table @code
13622 @item rdilogfile @r{[}@var{file}@r{]}
13623 @kindex rdilogfile
13624 @cindex ADP (Angel Debugger Protocol) logging
13625 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13626 With an argument, sets the log file to the specified @var{file}. With
13627 no argument, show the current log file name. The default log file is
13628 @file{rdi.log}.
13629
13630 @item rdilogenable @r{[}@var{arg}@r{]}
13631 @kindex rdilogenable
13632 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13633 enables logging, with an argument 0 or @code{"no"} disables it. With
13634 no arguments displays the current setting. When logging is enabled,
13635 ADP packets exchanged between @value{GDBN} and the RDI target device
13636 are logged to a file.
13637
13638 @item set rdiromatzero
13639 @kindex set rdiromatzero
13640 @cindex ROM at zero address, RDI
13641 Tell @value{GDBN} whether the target has ROM at address 0. If on,
13642 vector catching is disabled, so that zero address can be used. If off
13643 (the default), vector catching is enabled. For this command to take
13644 effect, it needs to be invoked prior to the @code{target rdi} command.
13645
13646 @item show rdiromatzero
13647 @kindex show rdiromatzero
13648 Show the current setting of ROM at zero address.
13649
13650 @item set rdiheartbeat
13651 @kindex set rdiheartbeat
13652 @cindex RDI heartbeat
13653 Enable or disable RDI heartbeat packets. It is not recommended to
13654 turn on this option, since it confuses ARM and EPI JTAG interface, as
13655 well as the Angel monitor.
13656
13657 @item show rdiheartbeat
13658 @kindex show rdiheartbeat
13659 Show the setting of RDI heartbeat packets.
13660 @end table
13661
13662
13663 @node H8/300
13664 @subsection Renesas H8/300
13665
13666 @table @code
13667
13668 @kindex target hms@r{, with H8/300}
13669 @item target hms @var{dev}
13670 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13671 Use special commands @code{device} and @code{speed} to control the serial
13672 line and the communications speed used.
13673
13674 @kindex target e7000@r{, with H8/300}
13675 @item target e7000 @var{dev}
13676 E7000 emulator for Renesas H8 and SH.
13677
13678 @kindex target sh3@r{, with H8/300}
13679 @kindex target sh3e@r{, with H8/300}
13680 @item target sh3 @var{dev}
13681 @itemx target sh3e @var{dev}
13682 Renesas SH-3 and SH-3E target systems.
13683
13684 @end table
13685
13686 @cindex download to H8/300 or H8/500
13687 @cindex H8/300 or H8/500 download
13688 @cindex download to Renesas SH
13689 @cindex Renesas SH download
13690 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13691 board, the @code{load} command downloads your program to the Renesas
13692 board and also opens it as the current executable target for
13693 @value{GDBN} on your host (like the @code{file} command).
13694
13695 @value{GDBN} needs to know these things to talk to your
13696 Renesas SH, H8/300, or H8/500:
13697
13698 @enumerate
13699 @item
13700 that you want to use @samp{target hms}, the remote debugging interface
13701 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13702 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13703 the default when @value{GDBN} is configured specifically for the Renesas SH,
13704 H8/300, or H8/500.)
13705
13706 @item
13707 what serial device connects your host to your Renesas board (the first
13708 serial device available on your host is the default).
13709
13710 @item
13711 what speed to use over the serial device.
13712 @end enumerate
13713
13714 @menu
13715 * Renesas Boards:: Connecting to Renesas boards.
13716 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
13717 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
13718 @end menu
13719
13720 @node Renesas Boards
13721 @subsubsection Connecting to Renesas boards
13722
13723 @c only for Unix hosts
13724 @kindex device
13725 @cindex serial device, Renesas micros
13726 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13727 need to explicitly set the serial device. The default @var{port} is the
13728 first available port on your host. This is only necessary on Unix
13729 hosts, where it is typically something like @file{/dev/ttya}.
13730
13731 @kindex speed
13732 @cindex serial line speed, Renesas micros
13733 @code{@value{GDBN}} has another special command to set the communications
13734 speed: @samp{speed @var{bps}}. This command also is only used from Unix
13735 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13736 the DOS @code{mode} command (for instance,
13737 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13738
13739 The @samp{device} and @samp{speed} commands are available only when you
13740 use a Unix host to debug your Renesas microprocessor programs. If you
13741 use a DOS host,
13742 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13743 called @code{asynctsr} to communicate with the development board
13744 through a PC serial port. You must also use the DOS @code{mode} command
13745 to set up the serial port on the DOS side.
13746
13747 The following sample session illustrates the steps needed to start a
13748 program under @value{GDBN} control on an H8/300. The example uses a
13749 sample H8/300 program called @file{t.x}. The procedure is the same for
13750 the Renesas SH and the H8/500.
13751
13752 First hook up your development board. In this example, we use a
13753 board attached to serial port @code{COM2}; if you use a different serial
13754 port, substitute its name in the argument of the @code{mode} command.
13755 When you call @code{asynctsr}, the auxiliary comms program used by the
13756 debugger, you give it just the numeric part of the serial port's name;
13757 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13758 @code{COM2}.
13759
13760 @smallexample
13761 C:\H8300\TEST> asynctsr 2
13762 C:\H8300\TEST> mode com2:9600,n,8,1,p
13763
13764 Resident portion of MODE loaded
13765
13766 COM2: 9600, n, 8, 1, p
13767
13768 @end smallexample
13769
13770 @quotation
13771 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13772 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13773 disable it, or even boot without it, to use @code{asynctsr} to control
13774 your development board.
13775 @end quotation
13776
13777 @kindex target hms@r{, and serial protocol}
13778 Now that serial communications are set up, and the development board is
13779 connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
13780 the name of your program as the argument. @code{@value{GDBN}} prompts
13781 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13782 commands to begin your debugging session: @samp{target hms} to specify
13783 cross-debugging to the Renesas board, and the @code{load} command to
13784 download your program to the board. @code{load} displays the names of
13785 the program's sections, and a @samp{*} for each 2K of data downloaded.
13786 (If you want to refresh @value{GDBN} data on symbols or on the
13787 executable file without downloading, use the @value{GDBN} commands
13788 @code{file} or @code{symbol-file}. These commands, and @code{load}
13789 itself, are described in @ref{Files,,Commands to specify files}.)
13790
13791 @smallexample
13792 (eg-C:\H8300\TEST) @value{GDBP} t.x
13793 @value{GDBN} is free software and you are welcome to distribute copies
13794 of it under certain conditions; type "show copying" to see
13795 the conditions.
13796 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13797 for details.
13798 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13799 (@value{GDBP}) target hms
13800 Connected to remote H8/300 HMS system.
13801 (@value{GDBP}) load t.x
13802 .text : 0x8000 .. 0xabde ***********
13803 .data : 0xabde .. 0xad30 *
13804 .stack : 0xf000 .. 0xf014 *
13805 @end smallexample
13806
13807 At this point, you're ready to run or debug your program. From here on,
13808 you can use all the usual @value{GDBN} commands. The @code{break} command
13809 sets breakpoints; the @code{run} command starts your program;
13810 @code{print} or @code{x} display data; the @code{continue} command
13811 resumes execution after stopping at a breakpoint. You can use the
13812 @code{help} command at any time to find out more about @value{GDBN} commands.
13813
13814 Remember, however, that @emph{operating system} facilities aren't
13815 available on your development board; for example, if your program hangs,
13816 you can't send an interrupt---but you can press the @sc{reset} switch!
13817
13818 Use the @sc{reset} button on the development board
13819 @itemize @bullet
13820 @item
13821 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13822 no way to pass an interrupt signal to the development board); and
13823
13824 @item
13825 to return to the @value{GDBN} command prompt after your program finishes
13826 normally. The communications protocol provides no other way for @value{GDBN}
13827 to detect program completion.
13828 @end itemize
13829
13830 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13831 development board as a ``normal exit'' of your program.
13832
13833 @node Renesas ICE
13834 @subsubsection Using the E7000 in-circuit emulator
13835
13836 @kindex target e7000@r{, with Renesas ICE}
13837 You can use the E7000 in-circuit emulator to develop code for either the
13838 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
13839 e7000} command to connect @value{GDBN} to your E7000:
13840
13841 @table @code
13842 @item target e7000 @var{port} @var{speed}
13843 Use this form if your E7000 is connected to a serial port. The
13844 @var{port} argument identifies what serial port to use (for example,
13845 @samp{com2}). The third argument is the line speed in bits per second
13846 (for example, @samp{9600}).
13847
13848 @item target e7000 @var{hostname}
13849 If your E7000 is installed as a host on a TCP/IP network, you can just
13850 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13851 @end table
13852
13853 The following special commands are available when debugging with the
13854 Renesas E7000 ICE:
13855
13856 @table @code
13857 @item e7000 @var{command}
13858 @kindex e7000
13859 @cindex send command to E7000 monitor
13860 This sends the specified @var{command} to the E7000 monitor.
13861
13862 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13863 @kindex ftplogin@r{, E7000}
13864 This command records information for subsequent interface with the
13865 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13866 named @var{machine} using specified @var{username} and @var{password},
13867 and then chdir to the named directory @var{dir}.
13868
13869 @item ftpload @var{file}
13870 @kindex ftpload@r{, E7000}
13871 This command uses credentials recorded by @code{ftplogin} to fetch and
13872 load the named @var{file} from the E7000 monitor.
13873
13874 @item drain
13875 @kindex drain@r{, E7000}
13876 This command drains any pending text buffers stored on the E7000.
13877
13878 @item set usehardbreakpoints
13879 @itemx show usehardbreakpoints
13880 @kindex set usehardbreakpoints@r{, E7000}
13881 @kindex show usehardbreakpoints@r{, E7000}
13882 @cindex hardware breakpoints, and E7000
13883 These commands set and show the use of hardware breakpoints for all
13884 breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13885 more information about using hardware breakpoints selectively.
13886 @end table
13887
13888 @node Renesas Special
13889 @subsubsection Special @value{GDBN} commands for Renesas micros
13890
13891 Some @value{GDBN} commands are available only for the H8/300:
13892
13893 @table @code
13894
13895 @kindex set machine
13896 @kindex show machine
13897 @item set machine h8300
13898 @itemx set machine h8300h
13899 Condition @value{GDBN} for one of the two variants of the H8/300
13900 architecture with @samp{set machine}. You can use @samp{show machine}
13901 to check which variant is currently in effect.
13902
13903 @end table
13904
13905 @node H8/500
13906 @subsection H8/500
13907
13908 @table @code
13909
13910 @kindex set memory @var{mod}
13911 @cindex memory models, H8/500
13912 @item set memory @var{mod}
13913 @itemx show memory
13914 Specify which H8/500 memory model (@var{mod}) you are using with
13915 @samp{set memory}; check which memory model is in effect with @samp{show
13916 memory}. The accepted values for @var{mod} are @code{small},
13917 @code{big}, @code{medium}, and @code{compact}.
13918
13919 @end table
13920
13921 @node M32R/D
13922 @subsection Renesas M32R/D and M32R/SDI
13923
13924 @table @code
13925 @kindex target m32r
13926 @item target m32r @var{dev}
13927 Renesas M32R/D ROM monitor.
13928
13929 @kindex target m32rsdi
13930 @item target m32rsdi @var{dev}
13931 Renesas M32R SDI server, connected via parallel port to the board.
13932 @end table
13933
13934 The following @value{GDBN} commands are specific to the M32R monitor:
13935
13936 @table @code
13937 @item set download-path @var{path}
13938 @kindex set download-path
13939 @cindex find downloadable @sc{srec} files (M32R)
13940 Set the default path for finding donwloadable @sc{srec} files.
13941
13942 @item show download-path
13943 @kindex show download-path
13944 Show the default path for downloadable @sc{srec} files.
13945
13946 @item set board-address @var{addr}
13947 @kindex set board-address
13948 @cindex M32-EVA target board address
13949 Set the IP address for the M32R-EVA target board.
13950
13951 @item show board-address
13952 @kindex show board-address
13953 Show the current IP address of the target board.
13954
13955 @item set server-address @var{addr}
13956 @kindex set server-address
13957 @cindex download server address (M32R)
13958 Set the IP address for the download server, which is the @value{GDBN}'s
13959 host machine.
13960
13961 @item show server-address
13962 @kindex show server-address
13963 Display the IP address of the download server.
13964
13965 @item upload @r{[}@var{file}@r{]}
13966 @kindex upload@r{, M32R}
13967 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13968 upload capability. If no @var{file} argument is given, the current
13969 executable file is uploaded.
13970
13971 @item tload @r{[}@var{file}@r{]}
13972 @kindex tload@r{, M32R}
13973 Test the @code{upload} command.
13974 @end table
13975
13976 The following commands are available for M32R/SDI:
13977
13978 @table @code
13979 @item sdireset
13980 @kindex sdireset
13981 @cindex reset SDI connection, M32R
13982 This command resets the SDI connection.
13983
13984 @item sdistatus
13985 @kindex sdistatus
13986 This command shows the SDI connection status.
13987
13988 @item debug_chaos
13989 @kindex debug_chaos
13990 @cindex M32R/Chaos debugging
13991 Instructs the remote that M32R/Chaos debugging is to be used.
13992
13993 @item use_debug_dma
13994 @kindex use_debug_dma
13995 Instructs the remote to use the DEBUG_DMA method of accessing memory.
13996
13997 @item use_mon_code
13998 @kindex use_mon_code
13999 Instructs the remote to use the MON_CODE method of accessing memory.
14000
14001 @item use_ib_break
14002 @kindex use_ib_break
14003 Instructs the remote to set breakpoints by IB break.
14004
14005 @item use_dbt_break
14006 @kindex use_dbt_break
14007 Instructs the remote to set breakpoints by DBT.
14008 @end table
14009
14010 @node M68K
14011 @subsection M68k
14012
14013 The Motorola m68k configuration includes ColdFire support, and
14014 target command for the following ROM monitors.
14015
14016 @table @code
14017
14018 @kindex target abug
14019 @item target abug @var{dev}
14020 ABug ROM monitor for M68K.
14021
14022 @kindex target cpu32bug
14023 @item target cpu32bug @var{dev}
14024 CPU32BUG monitor, running on a CPU32 (M68K) board.
14025
14026 @kindex target dbug
14027 @item target dbug @var{dev}
14028 dBUG ROM monitor for Motorola ColdFire.
14029
14030 @kindex target est
14031 @item target est @var{dev}
14032 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14033
14034 @kindex target rom68k
14035 @item target rom68k @var{dev}
14036 ROM 68K monitor, running on an M68K IDP board.
14037
14038 @end table
14039
14040 @table @code
14041
14042 @kindex target rombug
14043 @item target rombug @var{dev}
14044 ROMBUG ROM monitor for OS/9000.
14045
14046 @end table
14047
14048 @node MIPS Embedded
14049 @subsection MIPS Embedded
14050
14051 @cindex MIPS boards
14052 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14053 MIPS board attached to a serial line. This is available when
14054 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14055
14056 @need 1000
14057 Use these @value{GDBN} commands to specify the connection to your target board:
14058
14059 @table @code
14060 @item target mips @var{port}
14061 @kindex target mips @var{port}
14062 To run a program on the board, start up @code{@value{GDBP}} with the
14063 name of your program as the argument. To connect to the board, use the
14064 command @samp{target mips @var{port}}, where @var{port} is the name of
14065 the serial port connected to the board. If the program has not already
14066 been downloaded to the board, you may use the @code{load} command to
14067 download it. You can then use all the usual @value{GDBN} commands.
14068
14069 For example, this sequence connects to the target board through a serial
14070 port, and loads and runs a program called @var{prog} through the
14071 debugger:
14072
14073 @smallexample
14074 host$ @value{GDBP} @var{prog}
14075 @value{GDBN} is free software and @dots{}
14076 (@value{GDBP}) target mips /dev/ttyb
14077 (@value{GDBP}) load @var{prog}
14078 (@value{GDBP}) run
14079 @end smallexample
14080
14081 @item target mips @var{hostname}:@var{portnumber}
14082 On some @value{GDBN} host configurations, you can specify a TCP
14083 connection (for instance, to a serial line managed by a terminal
14084 concentrator) instead of a serial port, using the syntax
14085 @samp{@var{hostname}:@var{portnumber}}.
14086
14087 @item target pmon @var{port}
14088 @kindex target pmon @var{port}
14089 PMON ROM monitor.
14090
14091 @item target ddb @var{port}
14092 @kindex target ddb @var{port}
14093 NEC's DDB variant of PMON for Vr4300.
14094
14095 @item target lsi @var{port}
14096 @kindex target lsi @var{port}
14097 LSI variant of PMON.
14098
14099 @kindex target r3900
14100 @item target r3900 @var{dev}
14101 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14102
14103 @kindex target array
14104 @item target array @var{dev}
14105 Array Tech LSI33K RAID controller board.
14106
14107 @end table
14108
14109
14110 @noindent
14111 @value{GDBN} also supports these special commands for MIPS targets:
14112
14113 @table @code
14114 @item set mipsfpu double
14115 @itemx set mipsfpu single
14116 @itemx set mipsfpu none
14117 @itemx set mipsfpu auto
14118 @itemx show mipsfpu
14119 @kindex set mipsfpu
14120 @kindex show mipsfpu
14121 @cindex MIPS remote floating point
14122 @cindex floating point, MIPS remote
14123 If your target board does not support the MIPS floating point
14124 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14125 need this, you may wish to put the command in your @value{GDBN} init
14126 file). This tells @value{GDBN} how to find the return value of
14127 functions which return floating point values. It also allows
14128 @value{GDBN} to avoid saving the floating point registers when calling
14129 functions on the board. If you are using a floating point coprocessor
14130 with only single precision floating point support, as on the @sc{r4650}
14131 processor, use the command @samp{set mipsfpu single}. The default
14132 double precision floating point coprocessor may be selected using
14133 @samp{set mipsfpu double}.
14134
14135 In previous versions the only choices were double precision or no
14136 floating point, so @samp{set mipsfpu on} will select double precision
14137 and @samp{set mipsfpu off} will select no floating point.
14138
14139 As usual, you can inquire about the @code{mipsfpu} variable with
14140 @samp{show mipsfpu}.
14141
14142 @item set timeout @var{seconds}
14143 @itemx set retransmit-timeout @var{seconds}
14144 @itemx show timeout
14145 @itemx show retransmit-timeout
14146 @cindex @code{timeout}, MIPS protocol
14147 @cindex @code{retransmit-timeout}, MIPS protocol
14148 @kindex set timeout
14149 @kindex show timeout
14150 @kindex set retransmit-timeout
14151 @kindex show retransmit-timeout
14152 You can control the timeout used while waiting for a packet, in the MIPS
14153 remote protocol, with the @code{set timeout @var{seconds}} command. The
14154 default is 5 seconds. Similarly, you can control the timeout used while
14155 waiting for an acknowledgement of a packet with the @code{set
14156 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14157 You can inspect both values with @code{show timeout} and @code{show
14158 retransmit-timeout}. (These commands are @emph{only} available when
14159 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14160
14161 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14162 is waiting for your program to stop. In that case, @value{GDBN} waits
14163 forever because it has no way of knowing how long the program is going
14164 to run before stopping.
14165
14166 @item set syn-garbage-limit @var{num}
14167 @kindex set syn-garbage-limit@r{, MIPS remote}
14168 @cindex synchronize with remote MIPS target
14169 Limit the maximum number of characters @value{GDBN} should ignore when
14170 it tries to synchronize with the remote target. The default is 10
14171 characters. Setting the limit to -1 means there's no limit.
14172
14173 @item show syn-garbage-limit
14174 @kindex show syn-garbage-limit@r{, MIPS remote}
14175 Show the current limit on the number of characters to ignore when
14176 trying to synchronize with the remote system.
14177
14178 @item set monitor-prompt @var{prompt}
14179 @kindex set monitor-prompt@r{, MIPS remote}
14180 @cindex remote monitor prompt
14181 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14182 remote monitor. The default depends on the target:
14183 @table @asis
14184 @item pmon target
14185 @samp{PMON}
14186 @item ddb target
14187 @samp{NEC010}
14188 @item lsi target
14189 @samp{PMON>}
14190 @end table
14191
14192 @item show monitor-prompt
14193 @kindex show monitor-prompt@r{, MIPS remote}
14194 Show the current strings @value{GDBN} expects as the prompt from the
14195 remote monitor.
14196
14197 @item set monitor-warnings
14198 @kindex set monitor-warnings@r{, MIPS remote}
14199 Enable or disable monitor warnings about hardware breakpoints. This
14200 has effect only for the @code{lsi} target. When on, @value{GDBN} will
14201 display warning messages whose codes are returned by the @code{lsi}
14202 PMON monitor for breakpoint commands.
14203
14204 @item show monitor-warnings
14205 @kindex show monitor-warnings@r{, MIPS remote}
14206 Show the current setting of printing monitor warnings.
14207
14208 @item pmon @var{command}
14209 @kindex pmon@r{, MIPS remote}
14210 @cindex send PMON command
14211 This command allows sending an arbitrary @var{command} string to the
14212 monitor. The monitor must be in debug mode for this to work.
14213 @end table
14214
14215 @node OpenRISC 1000
14216 @subsection OpenRISC 1000
14217 @cindex OpenRISC 1000
14218
14219 @cindex or1k boards
14220 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14221 about platform and commands.
14222
14223 @table @code
14224
14225 @kindex target jtag
14226 @item target jtag jtag://@var{host}:@var{port}
14227
14228 Connects to remote JTAG server.
14229 JTAG remote server can be either an or1ksim or JTAG server,
14230 connected via parallel port to the board.
14231
14232 Example: @code{target jtag jtag://localhost:9999}
14233
14234 @kindex or1ksim
14235 @item or1ksim @var{command}
14236 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14237 Simulator, proprietary commands can be executed.
14238
14239 @kindex info or1k spr
14240 @item info or1k spr
14241 Displays spr groups.
14242
14243 @item info or1k spr @var{group}
14244 @itemx info or1k spr @var{groupno}
14245 Displays register names in selected group.
14246
14247 @item info or1k spr @var{group} @var{register}
14248 @itemx info or1k spr @var{register}
14249 @itemx info or1k spr @var{groupno} @var{registerno}
14250 @itemx info or1k spr @var{registerno}
14251 Shows information about specified spr register.
14252
14253 @kindex spr
14254 @item spr @var{group} @var{register} @var{value}
14255 @itemx spr @var{register @var{value}}
14256 @itemx spr @var{groupno} @var{registerno @var{value}}
14257 @itemx spr @var{registerno @var{value}}
14258 Writes @var{value} to specified spr register.
14259 @end table
14260
14261 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14262 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14263 program execution and is thus much faster. Hardware breakpoints/watchpoint
14264 triggers can be set using:
14265 @table @code
14266 @item $LEA/$LDATA
14267 Load effective address/data
14268 @item $SEA/$SDATA
14269 Store effective address/data
14270 @item $AEA/$ADATA
14271 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14272 @item $FETCH
14273 Fetch data
14274 @end table
14275
14276 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14277 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14278
14279 @code{htrace} commands:
14280 @cindex OpenRISC 1000 htrace
14281 @table @code
14282 @kindex hwatch
14283 @item hwatch @var{conditional}
14284 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14285 or Data. For example:
14286
14287 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14288
14289 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14290
14291 @kindex htrace
14292 @item htrace info
14293 Display information about current HW trace configuration.
14294
14295 @item htrace trigger @var{conditional}
14296 Set starting criteria for HW trace.
14297
14298 @item htrace qualifier @var{conditional}
14299 Set acquisition qualifier for HW trace.
14300
14301 @item htrace stop @var{conditional}
14302 Set HW trace stopping criteria.
14303
14304 @item htrace record [@var{data}]*
14305 Selects the data to be recorded, when qualifier is met and HW trace was
14306 triggered.
14307
14308 @item htrace enable
14309 @itemx htrace disable
14310 Enables/disables the HW trace.
14311
14312 @item htrace rewind [@var{filename}]
14313 Clears currently recorded trace data.
14314
14315 If filename is specified, new trace file is made and any newly collected data
14316 will be written there.
14317
14318 @item htrace print [@var{start} [@var{len}]]
14319 Prints trace buffer, using current record configuration.
14320
14321 @item htrace mode continuous
14322 Set continuous trace mode.
14323
14324 @item htrace mode suspend
14325 Set suspend trace mode.
14326
14327 @end table
14328
14329 @node PowerPC
14330 @subsection PowerPC
14331
14332 @table @code
14333 @kindex target dink32
14334 @item target dink32 @var{dev}
14335 DINK32 ROM monitor.
14336
14337 @kindex target ppcbug
14338 @item target ppcbug @var{dev}
14339 @kindex target ppcbug1
14340 @item target ppcbug1 @var{dev}
14341 PPCBUG ROM monitor for PowerPC.
14342
14343 @kindex target sds
14344 @item target sds @var{dev}
14345 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14346 @end table
14347
14348 @cindex SDS protocol
14349 The following commands specifi to the SDS protocol are supported
14350 by@value{GDBN}:
14351
14352 @table @code
14353 @item set sdstimeout @var{nsec}
14354 @kindex set sdstimeout
14355 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14356 default is 2 seconds.
14357
14358 @item show sdstimeout
14359 @kindex show sdstimeout
14360 Show the current value of the SDS timeout.
14361
14362 @item sds @var{command}
14363 @kindex sds@r{, a command}
14364 Send the specified @var{command} string to the SDS monitor.
14365 @end table
14366
14367
14368 @node PA
14369 @subsection HP PA Embedded
14370
14371 @table @code
14372
14373 @kindex target op50n
14374 @item target op50n @var{dev}
14375 OP50N monitor, running on an OKI HPPA board.
14376
14377 @kindex target w89k
14378 @item target w89k @var{dev}
14379 W89K monitor, running on a Winbond HPPA board.
14380
14381 @end table
14382
14383 @node SH
14384 @subsection Renesas SH
14385
14386 @table @code
14387
14388 @kindex target hms@r{, with Renesas SH}
14389 @item target hms @var{dev}
14390 A Renesas SH board attached via serial line to your host. Use special
14391 commands @code{device} and @code{speed} to control the serial line and
14392 the communications speed used.
14393
14394 @kindex target e7000@r{, with Renesas SH}
14395 @item target e7000 @var{dev}
14396 E7000 emulator for Renesas SH.
14397
14398 @kindex target sh3@r{, with SH}
14399 @kindex target sh3e@r{, with SH}
14400 @item target sh3 @var{dev}
14401 @item target sh3e @var{dev}
14402 Renesas SH-3 and SH-3E target systems.
14403
14404 @end table
14405
14406 @node Sparclet
14407 @subsection Tsqware Sparclet
14408
14409 @cindex Sparclet
14410
14411 @value{GDBN} enables developers to debug tasks running on
14412 Sparclet targets from a Unix host.
14413 @value{GDBN} uses code that runs on
14414 both the Unix host and on the Sparclet target. The program
14415 @code{@value{GDBP}} is installed and executed on the Unix host.
14416
14417 @table @code
14418 @item remotetimeout @var{args}
14419 @kindex remotetimeout
14420 @value{GDBN} supports the option @code{remotetimeout}.
14421 This option is set by the user, and @var{args} represents the number of
14422 seconds @value{GDBN} waits for responses.
14423 @end table
14424
14425 @cindex compiling, on Sparclet
14426 When compiling for debugging, include the options @samp{-g} to get debug
14427 information and @samp{-Ttext} to relocate the program to where you wish to
14428 load it on the target. You may also want to add the options @samp{-n} or
14429 @samp{-N} in order to reduce the size of the sections. Example:
14430
14431 @smallexample
14432 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14433 @end smallexample
14434
14435 You can use @code{objdump} to verify that the addresses are what you intended:
14436
14437 @smallexample
14438 sparclet-aout-objdump --headers --syms prog
14439 @end smallexample
14440
14441 @cindex running, on Sparclet
14442 Once you have set
14443 your Unix execution search path to find @value{GDBN}, you are ready to
14444 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14445 (or @code{sparclet-aout-gdb}, depending on your installation).
14446
14447 @value{GDBN} comes up showing the prompt:
14448
14449 @smallexample
14450 (gdbslet)
14451 @end smallexample
14452
14453 @menu
14454 * Sparclet File:: Setting the file to debug
14455 * Sparclet Connection:: Connecting to Sparclet
14456 * Sparclet Download:: Sparclet download
14457 * Sparclet Execution:: Running and debugging
14458 @end menu
14459
14460 @node Sparclet File
14461 @subsubsection Setting file to debug
14462
14463 The @value{GDBN} command @code{file} lets you choose with program to debug.
14464
14465 @smallexample
14466 (gdbslet) file prog
14467 @end smallexample
14468
14469 @need 1000
14470 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14471 @value{GDBN} locates
14472 the file by searching the directories listed in the command search
14473 path.
14474 If the file was compiled with debug information (option "-g"), source
14475 files will be searched as well.
14476 @value{GDBN} locates
14477 the source files by searching the directories listed in the directory search
14478 path (@pxref{Environment, ,Your program's environment}).
14479 If it fails
14480 to find a file, it displays a message such as:
14481
14482 @smallexample
14483 prog: No such file or directory.
14484 @end smallexample
14485
14486 When this happens, add the appropriate directories to the search paths with
14487 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14488 @code{target} command again.
14489
14490 @node Sparclet Connection
14491 @subsubsection Connecting to Sparclet
14492
14493 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14494 To connect to a target on serial port ``@code{ttya}'', type:
14495
14496 @smallexample
14497 (gdbslet) target sparclet /dev/ttya
14498 Remote target sparclet connected to /dev/ttya
14499 main () at ../prog.c:3
14500 @end smallexample
14501
14502 @need 750
14503 @value{GDBN} displays messages like these:
14504
14505 @smallexample
14506 Connected to ttya.
14507 @end smallexample
14508
14509 @node Sparclet Download
14510 @subsubsection Sparclet download
14511
14512 @cindex download to Sparclet
14513 Once connected to the Sparclet target,
14514 you can use the @value{GDBN}
14515 @code{load} command to download the file from the host to the target.
14516 The file name and load offset should be given as arguments to the @code{load}
14517 command.
14518 Since the file format is aout, the program must be loaded to the starting
14519 address. You can use @code{objdump} to find out what this value is. The load
14520 offset is an offset which is added to the VMA (virtual memory address)
14521 of each of the file's sections.
14522 For instance, if the program
14523 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14524 and bss at 0x12010170, in @value{GDBN}, type:
14525
14526 @smallexample
14527 (gdbslet) load prog 0x12010000
14528 Loading section .text, size 0xdb0 vma 0x12010000
14529 @end smallexample
14530
14531 If the code is loaded at a different address then what the program was linked
14532 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14533 to tell @value{GDBN} where to map the symbol table.
14534
14535 @node Sparclet Execution
14536 @subsubsection Running and debugging
14537
14538 @cindex running and debugging Sparclet programs
14539 You can now begin debugging the task using @value{GDBN}'s execution control
14540 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14541 manual for the list of commands.
14542
14543 @smallexample
14544 (gdbslet) b main
14545 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14546 (gdbslet) run
14547 Starting program: prog
14548 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14549 3 char *symarg = 0;
14550 (gdbslet) step
14551 4 char *execarg = "hello!";
14552 (gdbslet)
14553 @end smallexample
14554
14555 @node Sparclite
14556 @subsection Fujitsu Sparclite
14557
14558 @table @code
14559
14560 @kindex target sparclite
14561 @item target sparclite @var{dev}
14562 Fujitsu sparclite boards, used only for the purpose of loading.
14563 You must use an additional command to debug the program.
14564 For example: target remote @var{dev} using @value{GDBN} standard
14565 remote protocol.
14566
14567 @end table
14568
14569 @node ST2000
14570 @subsection Tandem ST2000
14571
14572 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14573 STDBUG protocol.
14574
14575 To connect your ST2000 to the host system, see the manufacturer's
14576 manual. Once the ST2000 is physically attached, you can run:
14577
14578 @smallexample
14579 target st2000 @var{dev} @var{speed}
14580 @end smallexample
14581
14582 @noindent
14583 to establish it as your debugging environment. @var{dev} is normally
14584 the name of a serial device, such as @file{/dev/ttya}, connected to the
14585 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14586 connection (for example, to a serial line attached via a terminal
14587 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14588
14589 The @code{load} and @code{attach} commands are @emph{not} defined for
14590 this target; you must load your program into the ST2000 as you normally
14591 would for standalone operation. @value{GDBN} reads debugging information
14592 (such as symbols) from a separate, debugging version of the program
14593 available on your host computer.
14594 @c FIXME!! This is terribly vague; what little content is here is
14595 @c basically hearsay.
14596
14597 @cindex ST2000 auxiliary commands
14598 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14599 environment:
14600
14601 @table @code
14602 @item st2000 @var{command}
14603 @kindex st2000 @var{cmd}
14604 @cindex STDBUG commands (ST2000)
14605 @cindex commands to STDBUG (ST2000)
14606 Send a @var{command} to the STDBUG monitor. See the manufacturer's
14607 manual for available commands.
14608
14609 @item connect
14610 @cindex connect (to STDBUG)
14611 Connect the controlling terminal to the STDBUG command monitor. When
14612 you are done interacting with STDBUG, typing either of two character
14613 sequences gets you back to the @value{GDBN} command prompt:
14614 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14615 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14616 @end table
14617
14618 @node Z8000
14619 @subsection Zilog Z8000
14620
14621 @cindex Z8000
14622 @cindex simulator, Z8000
14623 @cindex Zilog Z8000 simulator
14624
14625 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14626 a Z8000 simulator.
14627
14628 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14629 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14630 segmented variant). The simulator recognizes which architecture is
14631 appropriate by inspecting the object code.
14632
14633 @table @code
14634 @item target sim @var{args}
14635 @kindex sim
14636 @kindex target sim@r{, with Z8000}
14637 Debug programs on a simulated CPU. If the simulator supports setup
14638 options, specify them via @var{args}.
14639 @end table
14640
14641 @noindent
14642 After specifying this target, you can debug programs for the simulated
14643 CPU in the same style as programs for your host computer; use the
14644 @code{file} command to load a new program image, the @code{run} command
14645 to run your program, and so on.
14646
14647 As well as making available all the usual machine registers
14648 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14649 additional items of information as specially named registers:
14650
14651 @table @code
14652
14653 @item cycles
14654 Counts clock-ticks in the simulator.
14655
14656 @item insts
14657 Counts instructions run in the simulator.
14658
14659 @item time
14660 Execution time in 60ths of a second.
14661
14662 @end table
14663
14664 You can refer to these values in @value{GDBN} expressions with the usual
14665 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14666 conditional breakpoint that suspends only after at least 5000
14667 simulated clock ticks.
14668
14669 @node AVR
14670 @subsection Atmel AVR
14671 @cindex AVR
14672
14673 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14674 following AVR-specific commands:
14675
14676 @table @code
14677 @item info io_registers
14678 @kindex info io_registers@r{, AVR}
14679 @cindex I/O registers (Atmel AVR)
14680 This command displays information about the AVR I/O registers. For
14681 each register, @value{GDBN} prints its number and value.
14682 @end table
14683
14684 @node CRIS
14685 @subsection CRIS
14686 @cindex CRIS
14687
14688 When configured for debugging CRIS, @value{GDBN} provides the
14689 following CRIS-specific commands:
14690
14691 @table @code
14692 @item set cris-version @var{ver}
14693 @cindex CRIS version
14694 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14695 The CRIS version affects register names and sizes. This command is useful in
14696 case autodetection of the CRIS version fails.
14697
14698 @item show cris-version
14699 Show the current CRIS version.
14700
14701 @item set cris-dwarf2-cfi
14702 @cindex DWARF-2 CFI and CRIS
14703 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14704 Change to @samp{off} when using @code{gcc-cris} whose version is below
14705 @code{R59}.
14706
14707 @item show cris-dwarf2-cfi
14708 Show the current state of using DWARF-2 CFI.
14709
14710 @item set cris-mode @var{mode}
14711 @cindex CRIS mode
14712 Set the current CRIS mode to @var{mode}. It should only be changed when
14713 debugging in guru mode, in which case it should be set to
14714 @samp{guru} (the default is @samp{normal}).
14715
14716 @item show cris-mode
14717 Show the current CRIS mode.
14718 @end table
14719
14720 @node Super-H
14721 @subsection Renesas Super-H
14722 @cindex Super-H
14723
14724 For the Renesas Super-H processor, @value{GDBN} provides these
14725 commands:
14726
14727 @table @code
14728 @item regs
14729 @kindex regs@r{, Super-H}
14730 Show the values of all Super-H registers.
14731 @end table
14732
14733 @node WinCE
14734 @subsection Windows CE
14735 @cindex Windows CE
14736
14737 The following commands are available for Windows CE:
14738
14739 @table @code
14740 @item set remotedirectory @var{dir}
14741 @kindex set remotedirectory
14742 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14743 The default is @file{/gdb}, i.e.@: the root directory on the current
14744 drive.
14745
14746 @item show remotedirectory
14747 @kindex show remotedirectory
14748 Show the current value of the upload directory.
14749
14750 @item set remoteupload @var{method}
14751 @kindex set remoteupload
14752 Set the method used to upload files to remote device. Valid values
14753 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14754 The default is @samp{newer}.
14755
14756 @item show remoteupload
14757 @kindex show remoteupload
14758 Show the current setting of the upload method.
14759
14760 @item set remoteaddhost
14761 @kindex set remoteaddhost
14762 Tell @value{GDBN} whether to add this host to the remote stub's
14763 arguments when you debug over a network.
14764
14765 @item show remoteaddhost
14766 @kindex show remoteaddhost
14767 Show whether to add this host to remote stub's arguments when
14768 debugging over a network.
14769 @end table
14770
14771
14772 @node Architectures
14773 @section Architectures
14774
14775 This section describes characteristics of architectures that affect
14776 all uses of @value{GDBN} with the architecture, both native and cross.
14777
14778 @menu
14779 * i386::
14780 * A29K::
14781 * Alpha::
14782 * MIPS::
14783 * HPPA:: HP PA architecture
14784 @end menu
14785
14786 @node i386
14787 @subsection x86 Architecture-specific issues.
14788
14789 @table @code
14790 @item set struct-convention @var{mode}
14791 @kindex set struct-convention
14792 @cindex struct return convention
14793 @cindex struct/union returned in registers
14794 Set the convention used by the inferior to return @code{struct}s and
14795 @code{union}s from functions to @var{mode}. Possible values of
14796 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14797 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14798 are returned on the stack, while @code{"reg"} means that a
14799 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14800 be returned in a register.
14801
14802 @item show struct-convention
14803 @kindex show struct-convention
14804 Show the current setting of the convention to return @code{struct}s
14805 from functions.
14806 @end table
14807
14808 @node A29K
14809 @subsection A29K
14810
14811 @table @code
14812
14813 @kindex set rstack_high_address
14814 @cindex AMD 29K register stack
14815 @cindex register stack, AMD29K
14816 @item set rstack_high_address @var{address}
14817 On AMD 29000 family processors, registers are saved in a separate
14818 @dfn{register stack}. There is no way for @value{GDBN} to determine the
14819 extent of this stack. Normally, @value{GDBN} just assumes that the
14820 stack is ``large enough''. This may result in @value{GDBN} referencing
14821 memory locations that do not exist. If necessary, you can get around
14822 this problem by specifying the ending address of the register stack with
14823 the @code{set rstack_high_address} command. The argument should be an
14824 address, which you probably want to precede with @samp{0x} to specify in
14825 hexadecimal.
14826
14827 @kindex show rstack_high_address
14828 @item show rstack_high_address
14829 Display the current limit of the register stack, on AMD 29000 family
14830 processors.
14831
14832 @end table
14833
14834 @node Alpha
14835 @subsection Alpha
14836
14837 See the following section.
14838
14839 @node MIPS
14840 @subsection MIPS
14841
14842 @cindex stack on Alpha
14843 @cindex stack on MIPS
14844 @cindex Alpha stack
14845 @cindex MIPS stack
14846 Alpha- and MIPS-based computers use an unusual stack frame, which
14847 sometimes requires @value{GDBN} to search backward in the object code to
14848 find the beginning of a function.
14849
14850 @cindex response time, MIPS debugging
14851 To improve response time (especially for embedded applications, where
14852 @value{GDBN} may be restricted to a slow serial line for this search)
14853 you may want to limit the size of this search, using one of these
14854 commands:
14855
14856 @table @code
14857 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14858 @item set heuristic-fence-post @var{limit}
14859 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14860 search for the beginning of a function. A value of @var{0} (the
14861 default) means there is no limit. However, except for @var{0}, the
14862 larger the limit the more bytes @code{heuristic-fence-post} must search
14863 and therefore the longer it takes to run. You should only need to use
14864 this command when debugging a stripped executable.
14865
14866 @item show heuristic-fence-post
14867 Display the current limit.
14868 @end table
14869
14870 @noindent
14871 These commands are available @emph{only} when @value{GDBN} is configured
14872 for debugging programs on Alpha or MIPS processors.
14873
14874 Several MIPS-specific commands are available when debugging MIPS
14875 programs:
14876
14877 @table @code
14878 @item set mips saved-gpreg-size @var{size}
14879 @kindex set mips saved-gpreg-size
14880 @cindex MIPS GP register size on stack
14881 Set the size of MIPS general-purpose registers saved on the stack.
14882 The argument @var{size} can be one of the following:
14883
14884 @table @samp
14885 @item 32
14886 32-bit GP registers
14887 @item 64
14888 64-bit GP registers
14889 @item auto
14890 Use the target's default setting or autodetect the saved size from the
14891 information contained in the executable. This is the default
14892 @end table
14893
14894 @item show mips saved-gpreg-size
14895 @kindex show mips saved-gpreg-size
14896 Show the current size of MIPS GP registers on the stack.
14897
14898 @item set mips stack-arg-size @var{size}
14899 @kindex set mips stack-arg-size
14900 @cindex MIPS stack space for arguments
14901 Set the amount of stack space reserved for arguments to functions.
14902 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14903 (the default).
14904
14905 @item set mips abi @var{arg}
14906 @kindex set mips abi
14907 @cindex set ABI for MIPS
14908 Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14909 values of @var{arg} are:
14910
14911 @table @samp
14912 @item auto
14913 The default ABI associated with the current binary (this is the
14914 default).
14915 @item o32
14916 @item o64
14917 @item n32
14918 @item n64
14919 @item eabi32
14920 @item eabi64
14921 @item auto
14922 @end table
14923
14924 @item show mips abi
14925 @kindex show mips abi
14926 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14927
14928 @item set mipsfpu
14929 @itemx show mipsfpu
14930 @xref{MIPS Embedded, set mipsfpu}.
14931
14932 @item set mips mask-address @var{arg}
14933 @kindex set mips mask-address
14934 @cindex MIPS addresses, masking
14935 This command determines whether the most-significant 32 bits of 64-bit
14936 MIPS addresses are masked off. The argument @var{arg} can be
14937 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14938 setting, which lets @value{GDBN} determine the correct value.
14939
14940 @item show mips mask-address
14941 @kindex show mips mask-address
14942 Show whether the upper 32 bits of MIPS addresses are masked off or
14943 not.
14944
14945 @item set remote-mips64-transfers-32bit-regs
14946 @kindex set remote-mips64-transfers-32bit-regs
14947 This command controls compatibility with 64-bit MIPS targets that
14948 transfer data in 32-bit quantities. If you have an old MIPS 64 target
14949 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14950 and 64 bits for other registers, set this option to @samp{on}.
14951
14952 @item show remote-mips64-transfers-32bit-regs
14953 @kindex show remote-mips64-transfers-32bit-regs
14954 Show the current setting of compatibility with older MIPS 64 targets.
14955
14956 @item set debug mips
14957 @kindex set debug mips
14958 This command turns on and off debugging messages for the MIPS-specific
14959 target code in @value{GDBN}.
14960
14961 @item show debug mips
14962 @kindex show debug mips
14963 Show the current setting of MIPS debugging messages.
14964 @end table
14965
14966
14967 @node HPPA
14968 @subsection HPPA
14969 @cindex HPPA support
14970
14971 When @value{GDBN} is debugging te HP PA architecture, it provides the
14972 following special commands:
14973
14974 @table @code
14975 @item set debug hppa
14976 @kindex set debug hppa
14977 THis command determines whether HPPA architecture specific debugging
14978 messages are to be displayed.
14979
14980 @item show debug hppa
14981 Show whether HPPA debugging messages are displayed.
14982
14983 @item maint print unwind @var{address}
14984 @kindex maint print unwind@r{, HPPA}
14985 This command displays the contents of the unwind table entry at the
14986 given @var{address}.
14987
14988 @end table
14989
14990
14991 @node Controlling GDB
14992 @chapter Controlling @value{GDBN}
14993
14994 You can alter the way @value{GDBN} interacts with you by using the
14995 @code{set} command. For commands controlling how @value{GDBN} displays
14996 data, see @ref{Print Settings, ,Print settings}. Other settings are
14997 described here.
14998
14999 @menu
15000 * Prompt:: Prompt
15001 * Editing:: Command editing
15002 * Command History:: Command history
15003 * Screen Size:: Screen size
15004 * Numbers:: Numbers
15005 * ABI:: Configuring the current ABI
15006 * Messages/Warnings:: Optional warnings and messages
15007 * Debugging Output:: Optional messages about internal happenings
15008 @end menu
15009
15010 @node Prompt
15011 @section Prompt
15012
15013 @cindex prompt
15014
15015 @value{GDBN} indicates its readiness to read a command by printing a string
15016 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
15017 can change the prompt string with the @code{set prompt} command. For
15018 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
15019 the prompt in one of the @value{GDBN} sessions so that you can always tell
15020 which one you are talking to.
15021
15022 @emph{Note:} @code{set prompt} does not add a space for you after the
15023 prompt you set. This allows you to set a prompt which ends in a space
15024 or a prompt that does not.
15025
15026 @table @code
15027 @kindex set prompt
15028 @item set prompt @var{newprompt}
15029 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15030
15031 @kindex show prompt
15032 @item show prompt
15033 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15034 @end table
15035
15036 @node Editing
15037 @section Command editing
15038 @cindex readline
15039 @cindex command line editing
15040
15041 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
15042 @sc{gnu} library provides consistent behavior for programs which provide a
15043 command line interface to the user. Advantages are @sc{gnu} Emacs-style
15044 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15045 substitution, and a storage and recall of command history across
15046 debugging sessions.
15047
15048 You may control the behavior of command line editing in @value{GDBN} with the
15049 command @code{set}.
15050
15051 @table @code
15052 @kindex set editing
15053 @cindex editing
15054 @item set editing
15055 @itemx set editing on
15056 Enable command line editing (enabled by default).
15057
15058 @item set editing off
15059 Disable command line editing.
15060
15061 @kindex show editing
15062 @item show editing
15063 Show whether command line editing is enabled.
15064 @end table
15065
15066 @xref{Command Line Editing}, for more details about the Readline
15067 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15068 encouraged to read that chapter.
15069
15070 @node Command History
15071 @section Command history
15072 @cindex command history
15073
15074 @value{GDBN} can keep track of the commands you type during your
15075 debugging sessions, so that you can be certain of precisely what
15076 happened. Use these commands to manage the @value{GDBN} command
15077 history facility.
15078
15079 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15080 package, to provide the history facility. @xref{Using History
15081 Interactively}, for the detailed description of the History library.
15082
15083 To issue a command to @value{GDBN} without affecting certain aspects of
15084 the state which is seen by users, prefix it with @samp{server }. This
15085 means that this command will not affect the command history, nor will it
15086 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
15087 pressed on a line by itself.
15088
15089 @cindex @code{server}, command prefix
15090 The server prefix does not affect the recording of values into the value
15091 history; to print a value without recording it into the value history,
15092 use the @code{output} command instead of the @code{print} command.
15093
15094 Here is the description of @value{GDBN} commands related to command
15095 history.
15096
15097 @table @code
15098 @cindex history substitution
15099 @cindex history file
15100 @kindex set history filename
15101 @cindex @env{GDBHISTFILE}, environment variable
15102 @item set history filename @var{fname}
15103 Set the name of the @value{GDBN} command history file to @var{fname}.
15104 This is the file where @value{GDBN} reads an initial command history
15105 list, and where it writes the command history from this session when it
15106 exits. You can access this list through history expansion or through
15107 the history command editing characters listed below. This file defaults
15108 to the value of the environment variable @code{GDBHISTFILE}, or to
15109 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15110 is not set.
15111
15112 @cindex save command history
15113 @kindex set history save
15114 @item set history save
15115 @itemx set history save on
15116 Record command history in a file, whose name may be specified with the
15117 @code{set history filename} command. By default, this option is disabled.
15118
15119 @item set history save off
15120 Stop recording command history in a file.
15121
15122 @cindex history size
15123 @kindex set history size
15124 @cindex @env{HISTSIZE}, environment variable
15125 @item set history size @var{size}
15126 Set the number of commands which @value{GDBN} keeps in its history list.
15127 This defaults to the value of the environment variable
15128 @code{HISTSIZE}, or to 256 if this variable is not set.
15129 @end table
15130
15131 History expansion assigns special meaning to the character @kbd{!}.
15132 @xref{Event Designators}, for more details.
15133
15134 @cindex history expansion, turn on/off
15135 Since @kbd{!} is also the logical not operator in C, history expansion
15136 is off by default. If you decide to enable history expansion with the
15137 @code{set history expansion on} command, you may sometimes need to
15138 follow @kbd{!} (when it is used as logical not, in an expression) with
15139 a space or a tab to prevent it from being expanded. The readline
15140 history facilities do not attempt substitution on the strings
15141 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15142
15143 The commands to control history expansion are:
15144
15145 @table @code
15146 @item set history expansion on
15147 @itemx set history expansion
15148 @kindex set history expansion
15149 Enable history expansion. History expansion is off by default.
15150
15151 @item set history expansion off
15152 Disable history expansion.
15153
15154 @c @group
15155 @kindex show history
15156 @item show history
15157 @itemx show history filename
15158 @itemx show history save
15159 @itemx show history size
15160 @itemx show history expansion
15161 These commands display the state of the @value{GDBN} history parameters.
15162 @code{show history} by itself displays all four states.
15163 @c @end group
15164 @end table
15165
15166 @table @code
15167 @kindex show commands
15168 @cindex show last commands
15169 @cindex display command history
15170 @item show commands
15171 Display the last ten commands in the command history.
15172
15173 @item show commands @var{n}
15174 Print ten commands centered on command number @var{n}.
15175
15176 @item show commands +
15177 Print ten commands just after the commands last printed.
15178 @end table
15179
15180 @node Screen Size
15181 @section Screen size
15182 @cindex size of screen
15183 @cindex pauses in output
15184
15185 Certain commands to @value{GDBN} may produce large amounts of
15186 information output to the screen. To help you read all of it,
15187 @value{GDBN} pauses and asks you for input at the end of each page of
15188 output. Type @key{RET} when you want to continue the output, or @kbd{q}
15189 to discard the remaining output. Also, the screen width setting
15190 determines when to wrap lines of output. Depending on what is being
15191 printed, @value{GDBN} tries to break the line at a readable place,
15192 rather than simply letting it overflow onto the following line.
15193
15194 Normally @value{GDBN} knows the size of the screen from the terminal
15195 driver software. For example, on Unix @value{GDBN} uses the termcap data base
15196 together with the value of the @code{TERM} environment variable and the
15197 @code{stty rows} and @code{stty cols} settings. If this is not correct,
15198 you can override it with the @code{set height} and @code{set
15199 width} commands:
15200
15201 @table @code
15202 @kindex set height
15203 @kindex set width
15204 @kindex show width
15205 @kindex show height
15206 @item set height @var{lpp}
15207 @itemx show height
15208 @itemx set width @var{cpl}
15209 @itemx show width
15210 These @code{set} commands specify a screen height of @var{lpp} lines and
15211 a screen width of @var{cpl} characters. The associated @code{show}
15212 commands display the current settings.
15213
15214 If you specify a height of zero lines, @value{GDBN} does not pause during
15215 output no matter how long the output is. This is useful if output is to a
15216 file or to an editor buffer.
15217
15218 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15219 from wrapping its output.
15220
15221 @item set pagination on
15222 @itemx set pagination off
15223 @kindex set pagination
15224 Turn the output pagination on or off; the default is on. Turning
15225 pagination off is the alternative to @code{set height 0}.
15226
15227 @item show pagination
15228 @kindex show pagination
15229 Show the current pagination mode.
15230 @end table
15231
15232 @node Numbers
15233 @section Numbers
15234 @cindex number representation
15235 @cindex entering numbers
15236
15237 You can always enter numbers in octal, decimal, or hexadecimal in
15238 @value{GDBN} by the usual conventions: octal numbers begin with
15239 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15240 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15241 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15242 10; likewise, the default display for numbers---when no particular
15243 format is specified---is base 10. You can change the default base for
15244 both input and output with the commands described below.
15245
15246 @table @code
15247 @kindex set input-radix
15248 @item set input-radix @var{base}
15249 Set the default base for numeric input. Supported choices
15250 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15251 specified either unambiguously or using the current input radix; for
15252 example, any of
15253
15254 @smallexample
15255 set input-radix 012
15256 set input-radix 10.
15257 set input-radix 0xa
15258 @end smallexample
15259
15260 @noindent
15261 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15262 leaves the input radix unchanged, no matter what it was, since
15263 @samp{10}, being without any leading or trailing signs of its base, is
15264 interpreted in the current radix. Thus, if the current radix is 16,
15265 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15266 change the radix.
15267
15268 @kindex set output-radix
15269 @item set output-radix @var{base}
15270 Set the default base for numeric display. Supported choices
15271 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15272 specified either unambiguously or using the current input radix.
15273
15274 @kindex show input-radix
15275 @item show input-radix
15276 Display the current default base for numeric input.
15277
15278 @kindex show output-radix
15279 @item show output-radix
15280 Display the current default base for numeric display.
15281
15282 @item set radix @r{[}@var{base}@r{]}
15283 @itemx show radix
15284 @kindex set radix
15285 @kindex show radix
15286 These commands set and show the default base for both input and output
15287 of numbers. @code{set radix} sets the radix of input and output to
15288 the same base; without an argument, it resets the radix back to its
15289 default value of 10.
15290
15291 @end table
15292
15293 @node ABI
15294 @section Configuring the current ABI
15295
15296 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15297 application automatically. However, sometimes you need to override its
15298 conclusions. Use these commands to manage @value{GDBN}'s view of the
15299 current ABI.
15300
15301 @cindex OS ABI
15302 @kindex set osabi
15303 @kindex show osabi
15304
15305 One @value{GDBN} configuration can debug binaries for multiple operating
15306 system targets, either via remote debugging or native emulation.
15307 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15308 but you can override its conclusion using the @code{set osabi} command.
15309 One example where this is useful is in debugging of binaries which use
15310 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15311 not have the same identifying marks that the standard C library for your
15312 platform provides.
15313
15314 @table @code
15315 @item show osabi
15316 Show the OS ABI currently in use.
15317
15318 @item set osabi
15319 With no argument, show the list of registered available OS ABI's.
15320
15321 @item set osabi @var{abi}
15322 Set the current OS ABI to @var{abi}.
15323 @end table
15324
15325 @cindex float promotion
15326
15327 Generally, the way that an argument of type @code{float} is passed to a
15328 function depends on whether the function is prototyped. For a prototyped
15329 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15330 according to the architecture's convention for @code{float}. For unprototyped
15331 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15332 @code{double} and then passed.
15333
15334 Unfortunately, some forms of debug information do not reliably indicate whether
15335 a function is prototyped. If @value{GDBN} calls a function that is not marked
15336 as prototyped, it consults @kbd{set coerce-float-to-double}.
15337
15338 @table @code
15339 @kindex set coerce-float-to-double
15340 @item set coerce-float-to-double
15341 @itemx set coerce-float-to-double on
15342 Arguments of type @code{float} will be promoted to @code{double} when passed
15343 to an unprototyped function. This is the default setting.
15344
15345 @item set coerce-float-to-double off
15346 Arguments of type @code{float} will be passed directly to unprototyped
15347 functions.
15348
15349 @kindex show coerce-float-to-double
15350 @item show coerce-float-to-double
15351 Show the current setting of promoting @code{float} to @code{double}.
15352 @end table
15353
15354 @kindex set cp-abi
15355 @kindex show cp-abi
15356 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15357 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15358 used to build your application. @value{GDBN} only fully supports
15359 programs with a single C@t{++} ABI; if your program contains code using
15360 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15361 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15362 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15363 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15364 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15365 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15366 ``auto''.
15367
15368 @table @code
15369 @item show cp-abi
15370 Show the C@t{++} ABI currently in use.
15371
15372 @item set cp-abi
15373 With no argument, show the list of supported C@t{++} ABI's.
15374
15375 @item set cp-abi @var{abi}
15376 @itemx set cp-abi auto
15377 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15378 @end table
15379
15380 @node Messages/Warnings
15381 @section Optional warnings and messages
15382
15383 @cindex verbose operation
15384 @cindex optional warnings
15385 By default, @value{GDBN} is silent about its inner workings. If you are
15386 running on a slow machine, you may want to use the @code{set verbose}
15387 command. This makes @value{GDBN} tell you when it does a lengthy
15388 internal operation, so you will not think it has crashed.
15389
15390 Currently, the messages controlled by @code{set verbose} are those
15391 which announce that the symbol table for a source file is being read;
15392 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15393
15394 @table @code
15395 @kindex set verbose
15396 @item set verbose on
15397 Enables @value{GDBN} output of certain informational messages.
15398
15399 @item set verbose off
15400 Disables @value{GDBN} output of certain informational messages.
15401
15402 @kindex show verbose
15403 @item show verbose
15404 Displays whether @code{set verbose} is on or off.
15405 @end table
15406
15407 By default, if @value{GDBN} encounters bugs in the symbol table of an
15408 object file, it is silent; but if you are debugging a compiler, you may
15409 find this information useful (@pxref{Symbol Errors, ,Errors reading
15410 symbol files}).
15411
15412 @table @code
15413
15414 @kindex set complaints
15415 @item set complaints @var{limit}
15416 Permits @value{GDBN} to output @var{limit} complaints about each type of
15417 unusual symbols before becoming silent about the problem. Set
15418 @var{limit} to zero to suppress all complaints; set it to a large number
15419 to prevent complaints from being suppressed.
15420
15421 @kindex show complaints
15422 @item show complaints
15423 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15424
15425 @end table
15426
15427 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15428 lot of stupid questions to confirm certain commands. For example, if
15429 you try to run a program which is already running:
15430
15431 @smallexample
15432 (@value{GDBP}) run
15433 The program being debugged has been started already.
15434 Start it from the beginning? (y or n)
15435 @end smallexample
15436
15437 If you are willing to unflinchingly face the consequences of your own
15438 commands, you can disable this ``feature'':
15439
15440 @table @code
15441
15442 @kindex set confirm
15443 @cindex flinching
15444 @cindex confirmation
15445 @cindex stupid questions
15446 @item set confirm off
15447 Disables confirmation requests.
15448
15449 @item set confirm on
15450 Enables confirmation requests (the default).
15451
15452 @kindex show confirm
15453 @item show confirm
15454 Displays state of confirmation requests.
15455
15456 @end table
15457
15458 @node Debugging Output
15459 @section Optional messages about internal happenings
15460 @cindex optional debugging messages
15461
15462 @value{GDBN} has commands that enable optional debugging messages from
15463 various @value{GDBN} subsystems; normally these commands are of
15464 interest to @value{GDBN} maintainers, or when reporting a bug. This
15465 section documents those commands.
15466
15467 @table @code
15468 @kindex set exec-done-display
15469 @item set exec-done-display
15470 Turns on or off the notification of asynchronous commands'
15471 completion. When on, @value{GDBN} will print a message when an
15472 asynchronous command finishes its execution. The default is off.
15473 @kindex show exec-done-display
15474 @item show exec-done-display
15475 Displays the current setting of asynchronous command completion
15476 notification.
15477 @kindex set debug
15478 @cindex gdbarch debugging info
15479 @cindex architecture debugging info
15480 @item set debug arch
15481 Turns on or off display of gdbarch debugging info. The default is off
15482 @kindex show debug
15483 @item show debug arch
15484 Displays the current state of displaying gdbarch debugging info.
15485 @item set debug aix-thread
15486 @cindex AIX threads
15487 Display debugging messages about inner workings of the AIX thread
15488 module.
15489 @item show debug aix-thread
15490 Show the current state of AIX thread debugging info display.
15491 @item set debug event
15492 @cindex event debugging info
15493 Turns on or off display of @value{GDBN} event debugging info. The
15494 default is off.
15495 @item show debug event
15496 Displays the current state of displaying @value{GDBN} event debugging
15497 info.
15498 @item set debug expression
15499 @cindex expression debugging info
15500 Turns on or off display of debugging info about @value{GDBN}
15501 expression parsing. The default is off.
15502 @item show debug expression
15503 Displays the current state of displaying debugging info about
15504 @value{GDBN} expression parsing.
15505 @item set debug frame
15506 @cindex frame debugging info
15507 Turns on or off display of @value{GDBN} frame debugging info. The
15508 default is off.
15509 @item show debug frame
15510 Displays the current state of displaying @value{GDBN} frame debugging
15511 info.
15512 @item set debug infrun
15513 @cindex inferior debugging info
15514 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15515 The default is off. @file{infrun.c} contains GDB's runtime state machine used
15516 for implementing operations such as single-stepping the inferior.
15517 @item show debug infrun
15518 Displays the current state of @value{GDBN} inferior debugging.
15519 @item set debug lin-lwp
15520 @cindex @sc{gnu}/Linux LWP debug messages
15521 @cindex Linux lightweight processes
15522 Turns on or off debugging messages from the Linux LWP debug support.
15523 @item show debug lin-lwp
15524 Show the current state of Linux LWP debugging messages.
15525 @item set debug observer
15526 @cindex observer debugging info
15527 Turns on or off display of @value{GDBN} observer debugging. This
15528 includes info such as the notification of observable events.
15529 @item show debug observer
15530 Displays the current state of observer debugging.
15531 @item set debug overload
15532 @cindex C@t{++} overload debugging info
15533 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15534 info. This includes info such as ranking of functions, etc. The default
15535 is off.
15536 @item show debug overload
15537 Displays the current state of displaying @value{GDBN} C@t{++} overload
15538 debugging info.
15539 @cindex packets, reporting on stdout
15540 @cindex serial connections, debugging
15541 @item set debug remote
15542 Turns on or off display of reports on all packets sent back and forth across
15543 the serial line to the remote machine. The info is printed on the
15544 @value{GDBN} standard output stream. The default is off.
15545 @item show debug remote
15546 Displays the state of display of remote packets.
15547 @item set debug serial
15548 Turns on or off display of @value{GDBN} serial debugging info. The
15549 default is off.
15550 @item show debug serial
15551 Displays the current state of displaying @value{GDBN} serial debugging
15552 info.
15553 @item set debug solib-frv
15554 @cindex FR-V shared-library debugging
15555 Turns on or off debugging messages for FR-V shared-library code.
15556 @item show debug solib-frv
15557 Display the current state of FR-V shared-library code debugging
15558 messages.
15559 @item set debug target
15560 @cindex target debugging info
15561 Turns on or off display of @value{GDBN} target debugging info. This info
15562 includes what is going on at the target level of GDB, as it happens. The
15563 default is 0. Set it to 1 to track events, and to 2 to also track the
15564 value of large memory transfers. Changes to this flag do not take effect
15565 until the next time you connect to a target or use the @code{run} command.
15566 @item show debug target
15567 Displays the current state of displaying @value{GDBN} target debugging
15568 info.
15569 @item set debugvarobj
15570 @cindex variable object debugging info
15571 Turns on or off display of @value{GDBN} variable object debugging
15572 info. The default is off.
15573 @item show debugvarobj
15574 Displays the current state of displaying @value{GDBN} variable object
15575 debugging info.
15576 @end table
15577
15578 @node Sequences
15579 @chapter Canned Sequences of Commands
15580
15581 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15582 command lists}), @value{GDBN} provides two ways to store sequences of
15583 commands for execution as a unit: user-defined commands and command
15584 files.
15585
15586 @menu
15587 * Define:: User-defined commands
15588 * Hooks:: User-defined command hooks
15589 * Command Files:: Command files
15590 * Output:: Commands for controlled output
15591 @end menu
15592
15593 @node Define
15594 @section User-defined commands
15595
15596 @cindex user-defined command
15597 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15598 which you assign a new name as a command. This is done with the
15599 @code{define} command. User commands may accept up to 10 arguments
15600 separated by whitespace. Arguments are accessed within the user command
15601 via @var{$arg0@dots{}$arg9}. A trivial example:
15602
15603 @smallexample
15604 define adder
15605 print $arg0 + $arg1 + $arg2
15606 @end smallexample
15607
15608 @noindent
15609 To execute the command use:
15610
15611 @smallexample
15612 adder 1 2 3
15613 @end smallexample
15614
15615 @noindent
15616 This defines the command @code{adder}, which prints the sum of
15617 its three arguments. Note the arguments are text substitutions, so they may
15618 reference variables, use complex expressions, or even perform inferior
15619 functions calls.
15620
15621 @table @code
15622
15623 @kindex define
15624 @item define @var{commandname}
15625 Define a command named @var{commandname}. If there is already a command
15626 by that name, you are asked to confirm that you want to redefine it.
15627
15628 The definition of the command is made up of other @value{GDBN} command lines,
15629 which are given following the @code{define} command. The end of these
15630 commands is marked by a line containing @code{end}.
15631
15632 @kindex if
15633 @kindex else
15634 @item if
15635 @itemx else
15636 Takes a single argument, which is an expression to evaluate.
15637 It is followed by a series of commands that are executed
15638 only if the expression is true (nonzero).
15639 There can then optionally be a line @code{else}, followed
15640 by a series of commands that are only executed if the expression
15641 was false. The end of the list is marked by a line containing @code{end}.
15642
15643 @kindex while
15644 @item while
15645 The syntax is similar to @code{if}: the command takes a single argument,
15646 which is an expression to evaluate, and must be followed by the commands to
15647 execute, one per line, terminated by an @code{end}.
15648 The commands are executed repeatedly as long as the expression
15649 evaluates to true.
15650
15651 @kindex document
15652 @item document @var{commandname}
15653 Document the user-defined command @var{commandname}, so that it can be
15654 accessed by @code{help}. The command @var{commandname} must already be
15655 defined. This command reads lines of documentation just as @code{define}
15656 reads the lines of the command definition, ending with @code{end}.
15657 After the @code{document} command is finished, @code{help} on command
15658 @var{commandname} displays the documentation you have written.
15659
15660 You may use the @code{document} command again to change the
15661 documentation of a command. Redefining the command with @code{define}
15662 does not change the documentation.
15663
15664 @kindex dont-repeat
15665 @cindex don't repeat command
15666 @item dont-repeat
15667 Used inside a user-defined command, this tells @value{GDBN} that this
15668 command should not be repeated when the user hits @key{RET}
15669 (@pxref{Command Syntax, repeat last command}).
15670
15671 @kindex help user-defined
15672 @item help user-defined
15673 List all user-defined commands, with the first line of the documentation
15674 (if any) for each.
15675
15676 @kindex show user
15677 @item show user
15678 @itemx show user @var{commandname}
15679 Display the @value{GDBN} commands used to define @var{commandname} (but
15680 not its documentation). If no @var{commandname} is given, display the
15681 definitions for all user-defined commands.
15682
15683 @cindex infinite recusrion in user-defined commands
15684 @kindex show max-user-call-depth
15685 @kindex set max-user-call-depth
15686 @item show max-user-call-depth
15687 @itemx set max-user-call-depth
15688 The value of @code{max-user-call-depth} controls how many recursion
15689 levels are allowed in user-defined commands before GDB suspects an
15690 infinite recursion and aborts the command.
15691
15692 @end table
15693
15694 When user-defined commands are executed, the
15695 commands of the definition are not printed. An error in any command
15696 stops execution of the user-defined command.
15697
15698 If used interactively, commands that would ask for confirmation proceed
15699 without asking when used inside a user-defined command. Many @value{GDBN}
15700 commands that normally print messages to say what they are doing omit the
15701 messages when used in a user-defined command.
15702
15703 @node Hooks
15704 @section User-defined command hooks
15705 @cindex command hooks
15706 @cindex hooks, for commands
15707 @cindex hooks, pre-command
15708
15709 @kindex hook
15710 You may define @dfn{hooks}, which are a special kind of user-defined
15711 command. Whenever you run the command @samp{foo}, if the user-defined
15712 command @samp{hook-foo} exists, it is executed (with no arguments)
15713 before that command.
15714
15715 @cindex hooks, post-command
15716 @kindex hookpost
15717 A hook may also be defined which is run after the command you executed.
15718 Whenever you run the command @samp{foo}, if the user-defined command
15719 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15720 that command. Post-execution hooks may exist simultaneously with
15721 pre-execution hooks, for the same command.
15722
15723 It is valid for a hook to call the command which it hooks. If this
15724 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15725
15726 @c It would be nice if hookpost could be passed a parameter indicating
15727 @c if the command it hooks executed properly or not. FIXME!
15728
15729 @kindex stop@r{, a pseudo-command}
15730 In addition, a pseudo-command, @samp{stop} exists. Defining
15731 (@samp{hook-stop}) makes the associated commands execute every time
15732 execution stops in your program: before breakpoint commands are run,
15733 displays are printed, or the stack frame is printed.
15734
15735 For example, to ignore @code{SIGALRM} signals while
15736 single-stepping, but treat them normally during normal execution,
15737 you could define:
15738
15739 @smallexample
15740 define hook-stop
15741 handle SIGALRM nopass
15742 end
15743
15744 define hook-run
15745 handle SIGALRM pass
15746 end
15747
15748 define hook-continue
15749 handle SIGLARM pass
15750 end
15751 @end smallexample
15752
15753 As a further example, to hook at the begining and end of the @code{echo}
15754 command, and to add extra text to the beginning and end of the message,
15755 you could define:
15756
15757 @smallexample
15758 define hook-echo
15759 echo <<<---
15760 end
15761
15762 define hookpost-echo
15763 echo --->>>\n
15764 end
15765
15766 (@value{GDBP}) echo Hello World
15767 <<<---Hello World--->>>
15768 (@value{GDBP})
15769
15770 @end smallexample
15771
15772 You can define a hook for any single-word command in @value{GDBN}, but
15773 not for command aliases; you should define a hook for the basic command
15774 name, e.g. @code{backtrace} rather than @code{bt}.
15775 @c FIXME! So how does Joe User discover whether a command is an alias
15776 @c or not?
15777 If an error occurs during the execution of your hook, execution of
15778 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15779 (before the command that you actually typed had a chance to run).
15780
15781 If you try to define a hook which does not match any known command, you
15782 get a warning from the @code{define} command.
15783
15784 @node Command Files
15785 @section Command files
15786
15787 @cindex command files
15788 A command file for @value{GDBN} is a text file made of lines that are
15789 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15790 also be included. An empty line in a command file does nothing; it
15791 does not mean to repeat the last command, as it would from the
15792 terminal.
15793
15794 You can request the execution of a command file with the @code{source}
15795 command:
15796
15797 @table @code
15798 @kindex source
15799 @item source @var{filename}
15800 Execute the command file @var{filename}.
15801 @end table
15802
15803 The lines in a command file are executed sequentially. They are not
15804 printed as they are executed. An error in any command terminates
15805 execution of the command file and control is returned to the console.
15806
15807 Commands that would ask for confirmation if used interactively proceed
15808 without asking when used in a command file. Many @value{GDBN} commands that
15809 normally print messages to say what they are doing omit the messages
15810 when called from command files.
15811
15812 @value{GDBN} also accepts command input from standard input. In this
15813 mode, normal output goes to standard output and error output goes to
15814 standard error. Errors in a command file supplied on standard input do
15815 not terminate execution of the command file---execution continues with
15816 the next command.
15817
15818 @smallexample
15819 gdb < cmds > log 2>&1
15820 @end smallexample
15821
15822 (The syntax above will vary depending on the shell used.) This example
15823 will execute commands from the file @file{cmds}. All output and errors
15824 would be directed to @file{log}.
15825
15826 @node Output
15827 @section Commands for controlled output
15828
15829 During the execution of a command file or a user-defined command, normal
15830 @value{GDBN} output is suppressed; the only output that appears is what is
15831 explicitly printed by the commands in the definition. This section
15832 describes three commands useful for generating exactly the output you
15833 want.
15834
15835 @table @code
15836 @kindex echo
15837 @item echo @var{text}
15838 @c I do not consider backslash-space a standard C escape sequence
15839 @c because it is not in ANSI.
15840 Print @var{text}. Nonprinting characters can be included in
15841 @var{text} using C escape sequences, such as @samp{\n} to print a
15842 newline. @strong{No newline is printed unless you specify one.}
15843 In addition to the standard C escape sequences, a backslash followed
15844 by a space stands for a space. This is useful for displaying a
15845 string with spaces at the beginning or the end, since leading and
15846 trailing spaces are otherwise trimmed from all arguments.
15847 To print @samp{@w{ }and foo =@w{ }}, use the command
15848 @samp{echo \@w{ }and foo = \@w{ }}.
15849
15850 A backslash at the end of @var{text} can be used, as in C, to continue
15851 the command onto subsequent lines. For example,
15852
15853 @smallexample
15854 echo This is some text\n\
15855 which is continued\n\
15856 onto several lines.\n
15857 @end smallexample
15858
15859 produces the same output as
15860
15861 @smallexample
15862 echo This is some text\n
15863 echo which is continued\n
15864 echo onto several lines.\n
15865 @end smallexample
15866
15867 @kindex output
15868 @item output @var{expression}
15869 Print the value of @var{expression} and nothing but that value: no
15870 newlines, no @samp{$@var{nn} = }. The value is not entered in the
15871 value history either. @xref{Expressions, ,Expressions}, for more information
15872 on expressions.
15873
15874 @item output/@var{fmt} @var{expression}
15875 Print the value of @var{expression} in format @var{fmt}. You can use
15876 the same formats as for @code{print}. @xref{Output Formats,,Output
15877 formats}, for more information.
15878
15879 @kindex printf
15880 @item printf @var{string}, @var{expressions}@dots{}
15881 Print the values of the @var{expressions} under the control of
15882 @var{string}. The @var{expressions} are separated by commas and may be
15883 either numbers or pointers. Their values are printed as specified by
15884 @var{string}, exactly as if your program were to execute the C
15885 subroutine
15886 @c FIXME: the above implies that at least all ANSI C formats are
15887 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15888 @c Either this is a bug, or the manual should document what formats are
15889 @c supported.
15890
15891 @smallexample
15892 printf (@var{string}, @var{expressions}@dots{});
15893 @end smallexample
15894
15895 For example, you can print two values in hex like this:
15896
15897 @smallexample
15898 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15899 @end smallexample
15900
15901 The only backslash-escape sequences that you can use in the format
15902 string are the simple ones that consist of backslash followed by a
15903 letter.
15904 @end table
15905
15906 @node Interpreters
15907 @chapter Command Interpreters
15908 @cindex command interpreters
15909
15910 @value{GDBN} supports multiple command interpreters, and some command
15911 infrastructure to allow users or user interface writers to switch
15912 between interpreters or run commands in other interpreters.
15913
15914 @value{GDBN} currently supports two command interpreters, the console
15915 interpreter (sometimes called the command-line interpreter or @sc{cli})
15916 and the machine interface interpreter (or @sc{gdb/mi}). This manual
15917 describes both of these interfaces in great detail.
15918
15919 By default, @value{GDBN} will start with the console interpreter.
15920 However, the user may choose to start @value{GDBN} with another
15921 interpreter by specifying the @option{-i} or @option{--interpreter}
15922 startup options. Defined interpreters include:
15923
15924 @table @code
15925 @item console
15926 @cindex console interpreter
15927 The traditional console or command-line interpreter. This is the most often
15928 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15929 @value{GDBN} will use this interpreter.
15930
15931 @item mi
15932 @cindex mi interpreter
15933 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15934 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15935 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15936 Interface}.
15937
15938 @item mi2
15939 @cindex mi2 interpreter
15940 The current @sc{gdb/mi} interface.
15941
15942 @item mi1
15943 @cindex mi1 interpreter
15944 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15945
15946 @end table
15947
15948 @cindex invoke another interpreter
15949 The interpreter being used by @value{GDBN} may not be dynamically
15950 switched at runtime. Although possible, this could lead to a very
15951 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15952 enters the command "interpreter-set console" in a console view,
15953 @value{GDBN} would switch to using the console interpreter, rendering
15954 the IDE inoperable!
15955
15956 @kindex interpreter-exec
15957 Although you may only choose a single interpreter at startup, you may execute
15958 commands in any interpreter from the current interpreter using the appropriate
15959 command. If you are running the console interpreter, simply use the
15960 @code{interpreter-exec} command:
15961
15962 @smallexample
15963 interpreter-exec mi "-data-list-register-names"
15964 @end smallexample
15965
15966 @sc{gdb/mi} has a similar command, although it is only available in versions of
15967 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15968
15969 @node TUI
15970 @chapter @value{GDBN} Text User Interface
15971 @cindex TUI
15972 @cindex Text User Interface
15973
15974 @menu
15975 * TUI Overview:: TUI overview
15976 * TUI Keys:: TUI key bindings
15977 * TUI Single Key Mode:: TUI single key mode
15978 * TUI Commands:: TUI specific commands
15979 * TUI Configuration:: TUI configuration variables
15980 @end menu
15981
15982 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15983 interface which uses the @code{curses} library to show the source
15984 file, the assembly output, the program registers and @value{GDBN}
15985 commands in separate text windows.
15986
15987 The TUI is enabled by invoking @value{GDBN} using either
15988 @pindex gdbtui
15989 @samp{gdbtui} or @samp{gdb -tui}.
15990
15991 @node TUI Overview
15992 @section TUI overview
15993
15994 The TUI has two display modes that can be switched while
15995 @value{GDBN} runs:
15996
15997 @itemize @bullet
15998 @item
15999 A curses (or TUI) mode in which it displays several text
16000 windows on the terminal.
16001
16002 @item
16003 A standard mode which corresponds to the @value{GDBN} configured without
16004 the TUI.
16005 @end itemize
16006
16007 In the TUI mode, @value{GDBN} can display several text window
16008 on the terminal:
16009
16010 @table @emph
16011 @item command
16012 This window is the @value{GDBN} command window with the @value{GDBN}
16013 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
16014 managed using readline but through the TUI. The @emph{command}
16015 window is always visible.
16016
16017 @item source
16018 The source window shows the source file of the program. The current
16019 line as well as active breakpoints are displayed in this window.
16020
16021 @item assembly
16022 The assembly window shows the disassembly output of the program.
16023
16024 @item register
16025 This window shows the processor registers. It detects when
16026 a register is changed and when this is the case, registers that have
16027 changed are highlighted.
16028
16029 @end table
16030
16031 The source and assembly windows show the current program position
16032 by highlighting the current line and marking them with the @samp{>} marker.
16033 Breakpoints are also indicated with two markers. A first one
16034 indicates the breakpoint type:
16035
16036 @table @code
16037 @item B
16038 Breakpoint which was hit at least once.
16039
16040 @item b
16041 Breakpoint which was never hit.
16042
16043 @item H
16044 Hardware breakpoint which was hit at least once.
16045
16046 @item h
16047 Hardware breakpoint which was never hit.
16048
16049 @end table
16050
16051 The second marker indicates whether the breakpoint is enabled or not:
16052
16053 @table @code
16054 @item +
16055 Breakpoint is enabled.
16056
16057 @item -
16058 Breakpoint is disabled.
16059
16060 @end table
16061
16062 The source, assembly and register windows are attached to the thread
16063 and the frame position. They are updated when the current thread
16064 changes, when the frame changes or when the program counter changes.
16065 These three windows are arranged by the TUI according to several
16066 layouts. The layout defines which of these three windows are visible.
16067 The following layouts are available:
16068
16069 @itemize @bullet
16070 @item
16071 source
16072
16073 @item
16074 assembly
16075
16076 @item
16077 source and assembly
16078
16079 @item
16080 source and registers
16081
16082 @item
16083 assembly and registers
16084
16085 @end itemize
16086
16087 On top of the command window a status line gives various information
16088 concerning the current process begin debugged. The status line is
16089 updated when the information it shows changes. The following fields
16090 are displayed:
16091
16092 @table @emph
16093 @item target
16094 Indicates the current gdb target
16095 (@pxref{Targets, ,Specifying a Debugging Target}).
16096
16097 @item process
16098 Gives information about the current process or thread number.
16099 When no process is being debugged, this field is set to @code{No process}.
16100
16101 @item function
16102 Gives the current function name for the selected frame.
16103 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16104 When there is no symbol corresponding to the current program counter
16105 the string @code{??} is displayed.
16106
16107 @item line
16108 Indicates the current line number for the selected frame.
16109 When the current line number is not known the string @code{??} is displayed.
16110
16111 @item pc
16112 Indicates the current program counter address.
16113
16114 @end table
16115
16116 @node TUI Keys
16117 @section TUI Key Bindings
16118 @cindex TUI key bindings
16119
16120 The TUI installs several key bindings in the readline keymaps
16121 (@pxref{Command Line Editing}).
16122 They allow to leave or enter in the TUI mode or they operate
16123 directly on the TUI layout and windows. The TUI also provides
16124 a @emph{SingleKey} keymap which binds several keys directly to
16125 @value{GDBN} commands. The following key bindings
16126 are installed for both TUI mode and the @value{GDBN} standard mode.
16127
16128 @table @kbd
16129 @kindex C-x C-a
16130 @item C-x C-a
16131 @kindex C-x a
16132 @itemx C-x a
16133 @kindex C-x A
16134 @itemx C-x A
16135 Enter or leave the TUI mode. When the TUI mode is left,
16136 the curses window management is left and @value{GDBN} operates using
16137 its standard mode writing on the terminal directly. When the TUI
16138 mode is entered, the control is given back to the curses windows.
16139 The screen is then refreshed.
16140
16141 @kindex C-x 1
16142 @item C-x 1
16143 Use a TUI layout with only one window. The layout will
16144 either be @samp{source} or @samp{assembly}. When the TUI mode
16145 is not active, it will switch to the TUI mode.
16146
16147 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16148
16149 @kindex C-x 2
16150 @item C-x 2
16151 Use a TUI layout with at least two windows. When the current
16152 layout shows already two windows, a next layout with two windows is used.
16153 When a new layout is chosen, one window will always be common to the
16154 previous layout and the new one.
16155
16156 Think of it as the Emacs @kbd{C-x 2} binding.
16157
16158 @kindex C-x o
16159 @item C-x o
16160 Change the active window. The TUI associates several key bindings
16161 (like scrolling and arrow keys) to the active window. This command
16162 gives the focus to the next TUI window.
16163
16164 Think of it as the Emacs @kbd{C-x o} binding.
16165
16166 @kindex C-x s
16167 @item C-x s
16168 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16169 (@pxref{TUI Single Key Mode}).
16170
16171 @end table
16172
16173 The following key bindings are handled only by the TUI mode:
16174
16175 @table @key
16176 @kindex PgUp
16177 @item PgUp
16178 Scroll the active window one page up.
16179
16180 @kindex PgDn
16181 @item PgDn
16182 Scroll the active window one page down.
16183
16184 @kindex Up
16185 @item Up
16186 Scroll the active window one line up.
16187
16188 @kindex Down
16189 @item Down
16190 Scroll the active window one line down.
16191
16192 @kindex Left
16193 @item Left
16194 Scroll the active window one column left.
16195
16196 @kindex Right
16197 @item Right
16198 Scroll the active window one column right.
16199
16200 @kindex C-L
16201 @item C-L
16202 Refresh the screen.
16203
16204 @end table
16205
16206 In the TUI mode, the arrow keys are used by the active window
16207 for scrolling. This means they are available for readline when the
16208 active window is the command window. When the command window
16209 does not have the focus, it is necessary to use other readline
16210 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16211
16212 @node TUI Single Key Mode
16213 @section TUI Single Key Mode
16214 @cindex TUI single key mode
16215
16216 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16217 key binding in the readline keymaps to connect single keys to
16218 some gdb commands.
16219
16220 @table @kbd
16221 @kindex c @r{(SingleKey TUI key)}
16222 @item c
16223 continue
16224
16225 @kindex d @r{(SingleKey TUI key)}
16226 @item d
16227 down
16228
16229 @kindex f @r{(SingleKey TUI key)}
16230 @item f
16231 finish
16232
16233 @kindex n @r{(SingleKey TUI key)}
16234 @item n
16235 next
16236
16237 @kindex q @r{(SingleKey TUI key)}
16238 @item q
16239 exit the @emph{SingleKey} mode.
16240
16241 @kindex r @r{(SingleKey TUI key)}
16242 @item r
16243 run
16244
16245 @kindex s @r{(SingleKey TUI key)}
16246 @item s
16247 step
16248
16249 @kindex u @r{(SingleKey TUI key)}
16250 @item u
16251 up
16252
16253 @kindex v @r{(SingleKey TUI key)}
16254 @item v
16255 info locals
16256
16257 @kindex w @r{(SingleKey TUI key)}
16258 @item w
16259 where
16260
16261 @end table
16262
16263 Other keys temporarily switch to the @value{GDBN} command prompt.
16264 The key that was pressed is inserted in the editing buffer so that
16265 it is possible to type most @value{GDBN} commands without interaction
16266 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16267 @emph{SingleKey} mode is restored. The only way to permanently leave
16268 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16269
16270
16271 @node TUI Commands
16272 @section TUI specific commands
16273 @cindex TUI commands
16274
16275 The TUI has specific commands to control the text windows.
16276 These commands are always available, that is they do not depend on
16277 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16278 is in the standard mode, using these commands will automatically switch
16279 in the TUI mode.
16280
16281 @table @code
16282 @item info win
16283 @kindex info win
16284 List and give the size of all displayed windows.
16285
16286 @item layout next
16287 @kindex layout
16288 Display the next layout.
16289
16290 @item layout prev
16291 Display the previous layout.
16292
16293 @item layout src
16294 Display the source window only.
16295
16296 @item layout asm
16297 Display the assembly window only.
16298
16299 @item layout split
16300 Display the source and assembly window.
16301
16302 @item layout regs
16303 Display the register window together with the source or assembly window.
16304
16305 @item focus next | prev | src | asm | regs | split
16306 @kindex focus
16307 Set the focus to the named window.
16308 This command allows to change the active window so that scrolling keys
16309 can be affected to another window.
16310
16311 @item refresh
16312 @kindex refresh
16313 Refresh the screen. This is similar to using @key{C-L} key.
16314
16315 @item tui reg float
16316 @kindex tui reg
16317 Show the floating point registers in the register window.
16318
16319 @item tui reg general
16320 Show the general registers in the register window.
16321
16322 @item tui reg next
16323 Show the next register group. The list of register groups as well as
16324 their order is target specific. The predefined register groups are the
16325 following: @code{general}, @code{float}, @code{system}, @code{vector},
16326 @code{all}, @code{save}, @code{restore}.
16327
16328 @item tui reg system
16329 Show the system registers in the register window.
16330
16331 @item update
16332 @kindex update
16333 Update the source window and the current execution point.
16334
16335 @item winheight @var{name} +@var{count}
16336 @itemx winheight @var{name} -@var{count}
16337 @kindex winheight
16338 Change the height of the window @var{name} by @var{count}
16339 lines. Positive counts increase the height, while negative counts
16340 decrease it.
16341
16342 @item tabset
16343 @kindex tabset @var{nchars}
16344 Set the width of tab stops to be @var{nchars} characters.
16345
16346 @end table
16347
16348 @node TUI Configuration
16349 @section TUI configuration variables
16350 @cindex TUI configuration variables
16351
16352 The TUI has several configuration variables that control the
16353 appearance of windows on the terminal.
16354
16355 @table @code
16356 @item set tui border-kind @var{kind}
16357 @kindex set tui border-kind
16358 Select the border appearance for the source, assembly and register windows.
16359 The possible values are the following:
16360 @table @code
16361 @item space
16362 Use a space character to draw the border.
16363
16364 @item ascii
16365 Use ascii characters + - and | to draw the border.
16366
16367 @item acs
16368 Use the Alternate Character Set to draw the border. The border is
16369 drawn using character line graphics if the terminal supports them.
16370
16371 @end table
16372
16373 @item set tui active-border-mode @var{mode}
16374 @kindex set tui active-border-mode
16375 Select the attributes to display the border of the active window.
16376 The possible values are @code{normal}, @code{standout}, @code{reverse},
16377 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16378
16379 @item set tui border-mode @var{mode}
16380 @kindex set tui border-mode
16381 Select the attributes to display the border of other windows.
16382 The @var{mode} can be one of the following:
16383 @table @code
16384 @item normal
16385 Use normal attributes to display the border.
16386
16387 @item standout
16388 Use standout mode.
16389
16390 @item reverse
16391 Use reverse video mode.
16392
16393 @item half
16394 Use half bright mode.
16395
16396 @item half-standout
16397 Use half bright and standout mode.
16398
16399 @item bold
16400 Use extra bright or bold mode.
16401
16402 @item bold-standout
16403 Use extra bright or bold and standout mode.
16404
16405 @end table
16406
16407 @end table
16408
16409 @node Emacs
16410 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16411
16412 @cindex Emacs
16413 @cindex @sc{gnu} Emacs
16414 A special interface allows you to use @sc{gnu} Emacs to view (and
16415 edit) the source files for the program you are debugging with
16416 @value{GDBN}.
16417
16418 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16419 executable file you want to debug as an argument. This command starts
16420 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16421 created Emacs buffer.
16422 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16423
16424 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16425 things:
16426
16427 @itemize @bullet
16428 @item
16429 All ``terminal'' input and output goes through the Emacs buffer.
16430 @end itemize
16431
16432 This applies both to @value{GDBN} commands and their output, and to the input
16433 and output done by the program you are debugging.
16434
16435 This is useful because it means that you can copy the text of previous
16436 commands and input them again; you can even use parts of the output
16437 in this way.
16438
16439 All the facilities of Emacs' Shell mode are available for interacting
16440 with your program. In particular, you can send signals the usual
16441 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16442 stop.
16443
16444 @itemize @bullet
16445 @item
16446 @value{GDBN} displays source code through Emacs.
16447 @end itemize
16448
16449 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16450 source file for that frame and puts an arrow (@samp{=>}) at the
16451 left margin of the current line. Emacs uses a separate buffer for
16452 source display, and splits the screen to show both your @value{GDBN} session
16453 and the source.
16454
16455 Explicit @value{GDBN} @code{list} or search commands still produce output as
16456 usual, but you probably have no reason to use them from Emacs.
16457
16458 If you specify an absolute file name when prompted for the @kbd{M-x
16459 gdb} argument, then Emacs sets your current working directory to where
16460 your program resides. If you only specify the file name, then Emacs
16461 sets your current working directory to to the directory associated
16462 with the previous buffer. In this case, @value{GDBN} may find your
16463 program by searching your environment's @code{PATH} variable, but on
16464 some operating systems it might not find the source. So, although the
16465 @value{GDBN} input and output session proceeds normally, the auxiliary
16466 buffer does not display the current source and line of execution.
16467
16468 The initial working directory of @value{GDBN} is printed on the top
16469 line of the @value{GDBN} I/O buffer and this serves as a default for
16470 the commands that specify files for @value{GDBN} to operate
16471 on. @xref{Files, ,Commands to specify files}.
16472
16473 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16474 need to call @value{GDBN} by a different name (for example, if you
16475 keep several configurations around, with different names) you can
16476 customize the Emacs variable @code{gud-gdb-command-name} to run the
16477 one you want.
16478
16479 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16480 addition to the standard Shell mode commands:
16481
16482 @table @kbd
16483 @item C-h m
16484 Describe the features of Emacs' @value{GDBN} Mode.
16485
16486 @item C-c C-s
16487 Execute to another source line, like the @value{GDBN} @code{step} command; also
16488 update the display window to show the current file and location.
16489
16490 @item C-c C-n
16491 Execute to next source line in this function, skipping all function
16492 calls, like the @value{GDBN} @code{next} command. Then update the display window
16493 to show the current file and location.
16494
16495 @item C-c C-i
16496 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16497 display window accordingly.
16498
16499 @item C-c C-f
16500 Execute until exit from the selected stack frame, like the @value{GDBN}
16501 @code{finish} command.
16502
16503 @item C-c C-r
16504 Continue execution of your program, like the @value{GDBN} @code{continue}
16505 command.
16506
16507 @item C-c <
16508 Go up the number of frames indicated by the numeric argument
16509 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16510 like the @value{GDBN} @code{up} command.
16511
16512 @item C-c >
16513 Go down the number of frames indicated by the numeric argument, like the
16514 @value{GDBN} @code{down} command.
16515 @end table
16516
16517 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16518 tells @value{GDBN} to set a breakpoint on the source line point is on.
16519
16520 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16521 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16522 point to any frame in the stack and type @key{RET} to make it become the
16523 current frame and display the associated source in the source buffer.
16524 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16525 current one.
16526
16527 If you accidentally delete the source-display buffer, an easy way to get
16528 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16529 request a frame display; when you run under Emacs, this recreates
16530 the source buffer if necessary to show you the context of the current
16531 frame.
16532
16533 The source files displayed in Emacs are in ordinary Emacs buffers
16534 which are visiting the source files in the usual way. You can edit
16535 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16536 communicates with Emacs in terms of line numbers. If you add or
16537 delete lines from the text, the line numbers that @value{GDBN} knows cease
16538 to correspond properly with the code.
16539
16540 The description given here is for GNU Emacs version 21.3 and a more
16541 detailed description of its interaction with @value{GDBN} is given in
16542 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16543
16544 @c The following dropped because Epoch is nonstandard. Reactivate
16545 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16546 @ignore
16547 @kindex Emacs Epoch environment
16548 @kindex Epoch
16549 @kindex inspect
16550
16551 Version 18 of @sc{gnu} Emacs has a built-in window system
16552 called the @code{epoch}
16553 environment. Users of this environment can use a new command,
16554 @code{inspect} which performs identically to @code{print} except that
16555 each value is printed in its own window.
16556 @end ignore
16557
16558
16559 @node GDB/MI
16560 @chapter The @sc{gdb/mi} Interface
16561
16562 @unnumberedsec Function and Purpose
16563
16564 @cindex @sc{gdb/mi}, its purpose
16565 @sc{gdb/mi} is a line based machine oriented text interface to
16566 @value{GDBN} and is activated by specifying using the
16567 @option{--interpreter} command line option (@pxref{Mode Options}). It
16568 is specifically intended to support the development of systems which
16569 use the debugger as just one small component of a larger system.
16570
16571 This chapter is a specification of the @sc{gdb/mi} interface. It is written
16572 in the form of a reference manual.
16573
16574 Note that @sc{gdb/mi} is still under construction, so some of the
16575 features described below are incomplete and subject to change.
16576
16577 @unnumberedsec Notation and Terminology
16578
16579 @cindex notational conventions, for @sc{gdb/mi}
16580 This chapter uses the following notation:
16581
16582 @itemize @bullet
16583 @item
16584 @code{|} separates two alternatives.
16585
16586 @item
16587 @code{[ @var{something} ]} indicates that @var{something} is optional:
16588 it may or may not be given.
16589
16590 @item
16591 @code{( @var{group} )*} means that @var{group} inside the parentheses
16592 may repeat zero or more times.
16593
16594 @item
16595 @code{( @var{group} )+} means that @var{group} inside the parentheses
16596 may repeat one or more times.
16597
16598 @item
16599 @code{"@var{string}"} means a literal @var{string}.
16600 @end itemize
16601
16602 @ignore
16603 @heading Dependencies
16604 @end ignore
16605
16606 @heading Acknowledgments
16607
16608 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16609 Elena Zannoni.
16610
16611 @menu
16612 * GDB/MI Command Syntax::
16613 * GDB/MI Compatibility with CLI::
16614 * GDB/MI Output Records::
16615 * GDB/MI Command Description Format::
16616 * GDB/MI Breakpoint Table Commands::
16617 * GDB/MI Data Manipulation::
16618 * GDB/MI Program Control::
16619 * GDB/MI Miscellaneous Commands::
16620 @ignore
16621 * GDB/MI Kod Commands::
16622 * GDB/MI Memory Overlay Commands::
16623 * GDB/MI Signal Handling Commands::
16624 @end ignore
16625 * GDB/MI Stack Manipulation::
16626 * GDB/MI Symbol Query::
16627 * GDB/MI Target Manipulation::
16628 * GDB/MI Thread Commands::
16629 * GDB/MI Tracepoint Commands::
16630 * GDB/MI Variable Objects::
16631 @end menu
16632
16633 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16634 @node GDB/MI Command Syntax
16635 @section @sc{gdb/mi} Command Syntax
16636
16637 @menu
16638 * GDB/MI Input Syntax::
16639 * GDB/MI Output Syntax::
16640 * GDB/MI Simple Examples::
16641 @end menu
16642
16643 @node GDB/MI Input Syntax
16644 @subsection @sc{gdb/mi} Input Syntax
16645
16646 @cindex input syntax for @sc{gdb/mi}
16647 @cindex @sc{gdb/mi}, input syntax
16648 @table @code
16649 @item @var{command} @expansion{}
16650 @code{@var{cli-command} | @var{mi-command}}
16651
16652 @item @var{cli-command} @expansion{}
16653 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16654 @var{cli-command} is any existing @value{GDBN} CLI command.
16655
16656 @item @var{mi-command} @expansion{}
16657 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16658 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16659
16660 @item @var{token} @expansion{}
16661 "any sequence of digits"
16662
16663 @item @var{option} @expansion{}
16664 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16665
16666 @item @var{parameter} @expansion{}
16667 @code{@var{non-blank-sequence} | @var{c-string}}
16668
16669 @item @var{operation} @expansion{}
16670 @emph{any of the operations described in this chapter}
16671
16672 @item @var{non-blank-sequence} @expansion{}
16673 @emph{anything, provided it doesn't contain special characters such as
16674 "-", @var{nl}, """ and of course " "}
16675
16676 @item @var{c-string} @expansion{}
16677 @code{""" @var{seven-bit-iso-c-string-content} """}
16678
16679 @item @var{nl} @expansion{}
16680 @code{CR | CR-LF}
16681 @end table
16682
16683 @noindent
16684 Notes:
16685
16686 @itemize @bullet
16687 @item
16688 The CLI commands are still handled by the @sc{mi} interpreter; their
16689 output is described below.
16690
16691 @item
16692 The @code{@var{token}}, when present, is passed back when the command
16693 finishes.
16694
16695 @item
16696 Some @sc{mi} commands accept optional arguments as part of the parameter
16697 list. Each option is identified by a leading @samp{-} (dash) and may be
16698 followed by an optional argument parameter. Options occur first in the
16699 parameter list and can be delimited from normal parameters using
16700 @samp{--} (this is useful when some parameters begin with a dash).
16701 @end itemize
16702
16703 Pragmatics:
16704
16705 @itemize @bullet
16706 @item
16707 We want easy access to the existing CLI syntax (for debugging).
16708
16709 @item
16710 We want it to be easy to spot a @sc{mi} operation.
16711 @end itemize
16712
16713 @node GDB/MI Output Syntax
16714 @subsection @sc{gdb/mi} Output Syntax
16715
16716 @cindex output syntax of @sc{gdb/mi}
16717 @cindex @sc{gdb/mi}, output syntax
16718 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16719 followed, optionally, by a single result record. This result record
16720 is for the most recent command. The sequence of output records is
16721 terminated by @samp{(@value{GDBP})}.
16722
16723 If an input command was prefixed with a @code{@var{token}} then the
16724 corresponding output for that command will also be prefixed by that same
16725 @var{token}.
16726
16727 @table @code
16728 @item @var{output} @expansion{}
16729 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16730
16731 @item @var{result-record} @expansion{}
16732 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16733
16734 @item @var{out-of-band-record} @expansion{}
16735 @code{@var{async-record} | @var{stream-record}}
16736
16737 @item @var{async-record} @expansion{}
16738 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16739
16740 @item @var{exec-async-output} @expansion{}
16741 @code{[ @var{token} ] "*" @var{async-output}}
16742
16743 @item @var{status-async-output} @expansion{}
16744 @code{[ @var{token} ] "+" @var{async-output}}
16745
16746 @item @var{notify-async-output} @expansion{}
16747 @code{[ @var{token} ] "=" @var{async-output}}
16748
16749 @item @var{async-output} @expansion{}
16750 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16751
16752 @item @var{result-class} @expansion{}
16753 @code{"done" | "running" | "connected" | "error" | "exit"}
16754
16755 @item @var{async-class} @expansion{}
16756 @code{"stopped" | @var{others}} (where @var{others} will be added
16757 depending on the needs---this is still in development).
16758
16759 @item @var{result} @expansion{}
16760 @code{ @var{variable} "=" @var{value}}
16761
16762 @item @var{variable} @expansion{}
16763 @code{ @var{string} }
16764
16765 @item @var{value} @expansion{}
16766 @code{ @var{const} | @var{tuple} | @var{list} }
16767
16768 @item @var{const} @expansion{}
16769 @code{@var{c-string}}
16770
16771 @item @var{tuple} @expansion{}
16772 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16773
16774 @item @var{list} @expansion{}
16775 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16776 @var{result} ( "," @var{result} )* "]" }
16777
16778 @item @var{stream-record} @expansion{}
16779 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16780
16781 @item @var{console-stream-output} @expansion{}
16782 @code{"~" @var{c-string}}
16783
16784 @item @var{target-stream-output} @expansion{}
16785 @code{"@@" @var{c-string}}
16786
16787 @item @var{log-stream-output} @expansion{}
16788 @code{"&" @var{c-string}}
16789
16790 @item @var{nl} @expansion{}
16791 @code{CR | CR-LF}
16792
16793 @item @var{token} @expansion{}
16794 @emph{any sequence of digits}.
16795 @end table
16796
16797 @noindent
16798 Notes:
16799
16800 @itemize @bullet
16801 @item
16802 All output sequences end in a single line containing a period.
16803
16804 @item
16805 The @code{@var{token}} is from the corresponding request. If an execution
16806 command is interrupted by the @samp{-exec-interrupt} command, the
16807 @var{token} associated with the @samp{*stopped} message is the one of the
16808 original execution command, not the one of the interrupt command.
16809
16810 @item
16811 @cindex status output in @sc{gdb/mi}
16812 @var{status-async-output} contains on-going status information about the
16813 progress of a slow operation. It can be discarded. All status output is
16814 prefixed by @samp{+}.
16815
16816 @item
16817 @cindex async output in @sc{gdb/mi}
16818 @var{exec-async-output} contains asynchronous state change on the target
16819 (stopped, started, disappeared). All async output is prefixed by
16820 @samp{*}.
16821
16822 @item
16823 @cindex notify output in @sc{gdb/mi}
16824 @var{notify-async-output} contains supplementary information that the
16825 client should handle (e.g., a new breakpoint information). All notify
16826 output is prefixed by @samp{=}.
16827
16828 @item
16829 @cindex console output in @sc{gdb/mi}
16830 @var{console-stream-output} is output that should be displayed as is in the
16831 console. It is the textual response to a CLI command. All the console
16832 output is prefixed by @samp{~}.
16833
16834 @item
16835 @cindex target output in @sc{gdb/mi}
16836 @var{target-stream-output} is the output produced by the target program.
16837 All the target output is prefixed by @samp{@@}.
16838
16839 @item
16840 @cindex log output in @sc{gdb/mi}
16841 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16842 instance messages that should be displayed as part of an error log. All
16843 the log output is prefixed by @samp{&}.
16844
16845 @item
16846 @cindex list output in @sc{gdb/mi}
16847 New @sc{gdb/mi} commands should only output @var{lists} containing
16848 @var{values}.
16849
16850
16851 @end itemize
16852
16853 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16854 details about the various output records.
16855
16856 @node GDB/MI Simple Examples
16857 @subsection Simple Examples of @sc{gdb/mi} Interaction
16858 @cindex @sc{gdb/mi}, simple examples
16859
16860 This subsection presents several simple examples of interaction using
16861 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16862 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16863 the output received from @sc{gdb/mi}.
16864
16865 @subsubheading Target Stop
16866 @c Ummm... There is no "-stop" command. This assumes async, no?
16867 Here's an example of stopping the inferior process:
16868
16869 @smallexample
16870 -> -stop
16871 <- (@value{GDBP})
16872 @end smallexample
16873
16874 @noindent
16875 and later:
16876
16877 @smallexample
16878 <- *stop,reason="stop",address="0x123",source="a.c:123"
16879 <- (@value{GDBP})
16880 @end smallexample
16881
16882 @subsubheading Simple CLI Command
16883
16884 Here's an example of a simple CLI command being passed through
16885 @sc{gdb/mi} and on to the CLI.
16886
16887 @smallexample
16888 -> print 1+2
16889 <- &"print 1+2\n"
16890 <- ~"$1 = 3\n"
16891 <- ^done
16892 <- (@value{GDBP})
16893 @end smallexample
16894
16895 @subsubheading Command With Side Effects
16896
16897 @smallexample
16898 -> -symbol-file xyz.exe
16899 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16900 <- (@value{GDBP})
16901 @end smallexample
16902
16903 @subsubheading A Bad Command
16904
16905 Here's what happens if you pass a non-existent command:
16906
16907 @smallexample
16908 -> -rubbish
16909 <- ^error,msg="Undefined MI command: rubbish"
16910 <- (@value{GDBP})
16911 @end smallexample
16912
16913 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16914 @node GDB/MI Compatibility with CLI
16915 @section @sc{gdb/mi} Compatibility with CLI
16916
16917 @cindex compatibility, @sc{gdb/mi} and CLI
16918 @cindex @sc{gdb/mi}, compatibility with CLI
16919 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16920 accepts existing CLI commands. As specified by the syntax, such
16921 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16922 respond.
16923
16924 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16925 clients and not as a reliable interface into the CLI. Since the command
16926 is being interpreteted in an environment that assumes @sc{gdb/mi}
16927 behaviour, the exact output of such commands is likely to end up being
16928 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16929
16930 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16931 @node GDB/MI Output Records
16932 @section @sc{gdb/mi} Output Records
16933
16934 @menu
16935 * GDB/MI Result Records::
16936 * GDB/MI Stream Records::
16937 * GDB/MI Out-of-band Records::
16938 @end menu
16939
16940 @node GDB/MI Result Records
16941 @subsection @sc{gdb/mi} Result Records
16942
16943 @cindex result records in @sc{gdb/mi}
16944 @cindex @sc{gdb/mi}, result records
16945 In addition to a number of out-of-band notifications, the response to a
16946 @sc{gdb/mi} command includes one of the following result indications:
16947
16948 @table @code
16949 @findex ^done
16950 @item "^done" [ "," @var{results} ]
16951 The synchronous operation was successful, @code{@var{results}} are the return
16952 values.
16953
16954 @item "^running"
16955 @findex ^running
16956 @c Is this one correct? Should it be an out-of-band notification?
16957 The asynchronous operation was successfully started. The target is
16958 running.
16959
16960 @item "^error" "," @var{c-string}
16961 @findex ^error
16962 The operation failed. The @code{@var{c-string}} contains the corresponding
16963 error message.
16964 @end table
16965
16966 @node GDB/MI Stream Records
16967 @subsection @sc{gdb/mi} Stream Records
16968
16969 @cindex @sc{gdb/mi}, stream records
16970 @cindex stream records in @sc{gdb/mi}
16971 @value{GDBN} internally maintains a number of output streams: the console, the
16972 target, and the log. The output intended for each of these streams is
16973 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16974
16975 Each stream record begins with a unique @dfn{prefix character} which
16976 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16977 Syntax}). In addition to the prefix, each stream record contains a
16978 @code{@var{string-output}}. This is either raw text (with an implicit new
16979 line) or a quoted C string (which does not contain an implicit newline).
16980
16981 @table @code
16982 @item "~" @var{string-output}
16983 The console output stream contains text that should be displayed in the
16984 CLI console window. It contains the textual responses to CLI commands.
16985
16986 @item "@@" @var{string-output}
16987 The target output stream contains any textual output from the running
16988 target.
16989
16990 @item "&" @var{string-output}
16991 The log stream contains debugging messages being produced by @value{GDBN}'s
16992 internals.
16993 @end table
16994
16995 @node GDB/MI Out-of-band Records
16996 @subsection @sc{gdb/mi} Out-of-band Records
16997
16998 @cindex out-of-band records in @sc{gdb/mi}
16999 @cindex @sc{gdb/mi}, out-of-band records
17000 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
17001 additional changes that have occurred. Those changes can either be a
17002 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
17003 target activity (e.g., target stopped).
17004
17005 The following is a preliminary list of possible out-of-band records.
17006 In particular, the @var{exec-async-output} records.
17007
17008 @table @code
17009 @item *stopped,reason="@var{reason}"
17010 @end table
17011
17012 @var{reason} can be one of the following:
17013
17014 @table @code
17015 @item breakpoint-hit
17016 A breakpoint was reached.
17017 @item watchpoint-trigger
17018 A watchpoint was triggered.
17019 @item read-watchpoint-trigger
17020 A read watchpoint was triggered.
17021 @item access-watchpoint-trigger
17022 An access watchpoint was triggered.
17023 @item function-finished
17024 An -exec-finish or similar CLI command was accomplished.
17025 @item location-reached
17026 An -exec-until or similar CLI command was accomplished.
17027 @item watchpoint-scope
17028 A watchpoint has gone out of scope.
17029 @item end-stepping-range
17030 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
17031 similar CLI command was accomplished.
17032 @item exited-signalled
17033 The inferior exited because of a signal.
17034 @item exited
17035 The inferior exited.
17036 @item exited-normally
17037 The inferior exited normally.
17038 @item signal-received
17039 A signal was received by the inferior.
17040 @end table
17041
17042
17043 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17044 @node GDB/MI Command Description Format
17045 @section @sc{gdb/mi} Command Description Format
17046
17047 The remaining sections describe blocks of commands. Each block of
17048 commands is laid out in a fashion similar to this section.
17049
17050 Note the the line breaks shown in the examples are here only for
17051 readability. They don't appear in the real output.
17052 Also note that the commands with a non-available example (N.A.@:) are
17053 not yet implemented.
17054
17055 @subheading Motivation
17056
17057 The motivation for this collection of commands.
17058
17059 @subheading Introduction
17060
17061 A brief introduction to this collection of commands as a whole.
17062
17063 @subheading Commands
17064
17065 For each command in the block, the following is described:
17066
17067 @subsubheading Synopsis
17068
17069 @smallexample
17070 -command @var{args}@dots{}
17071 @end smallexample
17072
17073 @subsubheading Result
17074
17075 @subsubheading @value{GDBN} Command
17076
17077 The corresponding @value{GDBN} CLI command(s), if any.
17078
17079 @subsubheading Example
17080
17081 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17082 @node GDB/MI Breakpoint Table Commands
17083 @section @sc{gdb/mi} Breakpoint table commands
17084
17085 @cindex breakpoint commands for @sc{gdb/mi}
17086 @cindex @sc{gdb/mi}, breakpoint commands
17087 This section documents @sc{gdb/mi} commands for manipulating
17088 breakpoints.
17089
17090 @subheading The @code{-break-after} Command
17091 @findex -break-after
17092
17093 @subsubheading Synopsis
17094
17095 @smallexample
17096 -break-after @var{number} @var{count}
17097 @end smallexample
17098
17099 The breakpoint number @var{number} is not in effect until it has been
17100 hit @var{count} times. To see how this is reflected in the output of
17101 the @samp{-break-list} command, see the description of the
17102 @samp{-break-list} command below.
17103
17104 @subsubheading @value{GDBN} Command
17105
17106 The corresponding @value{GDBN} command is @samp{ignore}.
17107
17108 @subsubheading Example
17109
17110 @smallexample
17111 (@value{GDBP})
17112 -break-insert main
17113 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17114 (@value{GDBP})
17115 -break-after 1 3
17116 ~
17117 ^done
17118 (@value{GDBP})
17119 -break-list
17120 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17121 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17122 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17123 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17124 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17125 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17126 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17127 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17128 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17129 ignore="3"@}]@}
17130 (@value{GDBP})
17131 @end smallexample
17132
17133 @ignore
17134 @subheading The @code{-break-catch} Command
17135 @findex -break-catch
17136
17137 @subheading The @code{-break-commands} Command
17138 @findex -break-commands
17139 @end ignore
17140
17141
17142 @subheading The @code{-break-condition} Command
17143 @findex -break-condition
17144
17145 @subsubheading Synopsis
17146
17147 @smallexample
17148 -break-condition @var{number} @var{expr}
17149 @end smallexample
17150
17151 Breakpoint @var{number} will stop the program only if the condition in
17152 @var{expr} is true. The condition becomes part of the
17153 @samp{-break-list} output (see the description of the @samp{-break-list}
17154 command below).
17155
17156 @subsubheading @value{GDBN} Command
17157
17158 The corresponding @value{GDBN} command is @samp{condition}.
17159
17160 @subsubheading Example
17161
17162 @smallexample
17163 (@value{GDBP})
17164 -break-condition 1 1
17165 ^done
17166 (@value{GDBP})
17167 -break-list
17168 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17169 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17170 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17171 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17172 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17173 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17174 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17175 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17176 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17177 times="0",ignore="3"@}]@}
17178 (@value{GDBP})
17179 @end smallexample
17180
17181 @subheading The @code{-break-delete} Command
17182 @findex -break-delete
17183
17184 @subsubheading Synopsis
17185
17186 @smallexample
17187 -break-delete ( @var{breakpoint} )+
17188 @end smallexample
17189
17190 Delete the breakpoint(s) whose number(s) are specified in the argument
17191 list. This is obviously reflected in the breakpoint list.
17192
17193 @subsubheading @value{GDBN} command
17194
17195 The corresponding @value{GDBN} command is @samp{delete}.
17196
17197 @subsubheading Example
17198
17199 @smallexample
17200 (@value{GDBP})
17201 -break-delete 1
17202 ^done
17203 (@value{GDBP})
17204 -break-list
17205 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17206 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17207 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17208 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17209 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17210 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17211 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17212 body=[]@}
17213 (@value{GDBP})
17214 @end smallexample
17215
17216 @subheading The @code{-break-disable} Command
17217 @findex -break-disable
17218
17219 @subsubheading Synopsis
17220
17221 @smallexample
17222 -break-disable ( @var{breakpoint} )+
17223 @end smallexample
17224
17225 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17226 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17227
17228 @subsubheading @value{GDBN} Command
17229
17230 The corresponding @value{GDBN} command is @samp{disable}.
17231
17232 @subsubheading Example
17233
17234 @smallexample
17235 (@value{GDBP})
17236 -break-disable 2
17237 ^done
17238 (@value{GDBP})
17239 -break-list
17240 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17241 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17242 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17243 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17244 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17245 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17246 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17247 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17248 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17249 (@value{GDBP})
17250 @end smallexample
17251
17252 @subheading The @code{-break-enable} Command
17253 @findex -break-enable
17254
17255 @subsubheading Synopsis
17256
17257 @smallexample
17258 -break-enable ( @var{breakpoint} )+
17259 @end smallexample
17260
17261 Enable (previously disabled) @var{breakpoint}(s).
17262
17263 @subsubheading @value{GDBN} Command
17264
17265 The corresponding @value{GDBN} command is @samp{enable}.
17266
17267 @subsubheading Example
17268
17269 @smallexample
17270 (@value{GDBP})
17271 -break-enable 2
17272 ^done
17273 (@value{GDBP})
17274 -break-list
17275 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17276 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17277 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17278 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17279 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17280 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17281 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17282 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17283 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17284 (@value{GDBP})
17285 @end smallexample
17286
17287 @subheading The @code{-break-info} Command
17288 @findex -break-info
17289
17290 @subsubheading Synopsis
17291
17292 @smallexample
17293 -break-info @var{breakpoint}
17294 @end smallexample
17295
17296 @c REDUNDANT???
17297 Get information about a single breakpoint.
17298
17299 @subsubheading @value{GDBN} command
17300
17301 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17302
17303 @subsubheading Example
17304 N.A.
17305
17306 @subheading The @code{-break-insert} Command
17307 @findex -break-insert
17308
17309 @subsubheading Synopsis
17310
17311 @smallexample
17312 -break-insert [ -t ] [ -h ] [ -r ]
17313 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17314 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17315 @end smallexample
17316
17317 @noindent
17318 If specified, @var{line}, can be one of:
17319
17320 @itemize @bullet
17321 @item function
17322 @c @item +offset
17323 @c @item -offset
17324 @c @item linenum
17325 @item filename:linenum
17326 @item filename:function
17327 @item *address
17328 @end itemize
17329
17330 The possible optional parameters of this command are:
17331
17332 @table @samp
17333 @item -t
17334 Insert a tempoary breakpoint.
17335 @item -h
17336 Insert a hardware breakpoint.
17337 @item -c @var{condition}
17338 Make the breakpoint conditional on @var{condition}.
17339 @item -i @var{ignore-count}
17340 Initialize the @var{ignore-count}.
17341 @item -r
17342 Insert a regular breakpoint in all the functions whose names match the
17343 given regular expression. Other flags are not applicable to regular
17344 expresson.
17345 @end table
17346
17347 @subsubheading Result
17348
17349 The result is in the form:
17350
17351 @smallexample
17352 ^done,bkptno="@var{number}",func="@var{funcname}",
17353 file="@var{filename}",line="@var{lineno}"
17354 @end smallexample
17355
17356 @noindent
17357 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17358 is the name of the function where the breakpoint was inserted,
17359 @var{filename} is the name of the source file which contains this
17360 function, and @var{lineno} is the source line number within that file.
17361
17362 Note: this format is open to change.
17363 @c An out-of-band breakpoint instead of part of the result?
17364
17365 @subsubheading @value{GDBN} Command
17366
17367 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17368 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17369
17370 @subsubheading Example
17371
17372 @smallexample
17373 (@value{GDBP})
17374 -break-insert main
17375 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17376 (@value{GDBP})
17377 -break-insert -t foo
17378 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17379 (@value{GDBP})
17380 -break-list
17381 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17382 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17383 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17384 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17385 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17386 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17387 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17388 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17389 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17390 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17391 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17392 (@value{GDBP})
17393 -break-insert -r foo.*
17394 ~int foo(int, int);
17395 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17396 (@value{GDBP})
17397 @end smallexample
17398
17399 @subheading The @code{-break-list} Command
17400 @findex -break-list
17401
17402 @subsubheading Synopsis
17403
17404 @smallexample
17405 -break-list
17406 @end smallexample
17407
17408 Displays the list of inserted breakpoints, showing the following fields:
17409
17410 @table @samp
17411 @item Number
17412 number of the breakpoint
17413 @item Type
17414 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17415 @item Disposition
17416 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17417 or @samp{nokeep}
17418 @item Enabled
17419 is the breakpoint enabled or no: @samp{y} or @samp{n}
17420 @item Address
17421 memory location at which the breakpoint is set
17422 @item What
17423 logical location of the breakpoint, expressed by function name, file
17424 name, line number
17425 @item Times
17426 number of times the breakpoint has been hit
17427 @end table
17428
17429 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17430 @code{body} field is an empty list.
17431
17432 @subsubheading @value{GDBN} Command
17433
17434 The corresponding @value{GDBN} command is @samp{info break}.
17435
17436 @subsubheading Example
17437
17438 @smallexample
17439 (@value{GDBP})
17440 -break-list
17441 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17442 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17443 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17444 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17445 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17446 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17447 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17448 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17449 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17450 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17451 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17452 (@value{GDBP})
17453 @end smallexample
17454
17455 Here's an example of the result when there are no breakpoints:
17456
17457 @smallexample
17458 (@value{GDBP})
17459 -break-list
17460 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17461 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17462 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17463 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17464 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17465 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17466 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17467 body=[]@}
17468 (@value{GDBP})
17469 @end smallexample
17470
17471 @subheading The @code{-break-watch} Command
17472 @findex -break-watch
17473
17474 @subsubheading Synopsis
17475
17476 @smallexample
17477 -break-watch [ -a | -r ]
17478 @end smallexample
17479
17480 Create a watchpoint. With the @samp{-a} option it will create an
17481 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17482 read from or on a write to the memory location. With the @samp{-r}
17483 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17484 trigger only when the memory location is accessed for reading. Without
17485 either of the options, the watchpoint created is a regular watchpoint,
17486 i.e. it will trigger when the memory location is accessed for writing.
17487 @xref{Set Watchpoints, , Setting watchpoints}.
17488
17489 Note that @samp{-break-list} will report a single list of watchpoints and
17490 breakpoints inserted.
17491
17492 @subsubheading @value{GDBN} Command
17493
17494 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17495 @samp{rwatch}.
17496
17497 @subsubheading Example
17498
17499 Setting a watchpoint on a variable in the @code{main} function:
17500
17501 @smallexample
17502 (@value{GDBP})
17503 -break-watch x
17504 ^done,wpt=@{number="2",exp="x"@}
17505 (@value{GDBP})
17506 -exec-continue
17507 ^running
17508 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17509 value=@{old="-268439212",new="55"@},
17510 frame=@{func="main",args=[],file="recursive2.c",
17511 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17512 (@value{GDBP})
17513 @end smallexample
17514
17515 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17516 the program execution twice: first for the variable changing value, then
17517 for the watchpoint going out of scope.
17518
17519 @smallexample
17520 (@value{GDBP})
17521 -break-watch C
17522 ^done,wpt=@{number="5",exp="C"@}
17523 (@value{GDBP})
17524 -exec-continue
17525 ^running
17526 ^done,reason="watchpoint-trigger",
17527 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17528 frame=@{func="callee4",args=[],
17529 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17530 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17531 (@value{GDBP})
17532 -exec-continue
17533 ^running
17534 ^done,reason="watchpoint-scope",wpnum="5",
17535 frame=@{func="callee3",args=[@{name="strarg",
17536 value="0x11940 \"A string argument.\""@}],
17537 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17538 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17539 (@value{GDBP})
17540 @end smallexample
17541
17542 Listing breakpoints and watchpoints, at different points in the program
17543 execution. Note that once the watchpoint goes out of scope, it is
17544 deleted.
17545
17546 @smallexample
17547 (@value{GDBP})
17548 -break-watch C
17549 ^done,wpt=@{number="2",exp="C"@}
17550 (@value{GDBP})
17551 -break-list
17552 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17553 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17554 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17555 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17556 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17557 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17558 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17559 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17560 addr="0x00010734",func="callee4",
17561 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17562 bkpt=@{number="2",type="watchpoint",disp="keep",
17563 enabled="y",addr="",what="C",times="0"@}]@}
17564 (@value{GDBP})
17565 -exec-continue
17566 ^running
17567 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17568 value=@{old="-276895068",new="3"@},
17569 frame=@{func="callee4",args=[],
17570 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17571 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17572 (@value{GDBP})
17573 -break-list
17574 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17575 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17576 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17577 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17578 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17579 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17580 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17581 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17582 addr="0x00010734",func="callee4",
17583 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17584 bkpt=@{number="2",type="watchpoint",disp="keep",
17585 enabled="y",addr="",what="C",times="-5"@}]@}
17586 (@value{GDBP})
17587 -exec-continue
17588 ^running
17589 ^done,reason="watchpoint-scope",wpnum="2",
17590 frame=@{func="callee3",args=[@{name="strarg",
17591 value="0x11940 \"A string argument.\""@}],
17592 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17593 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17594 (@value{GDBP})
17595 -break-list
17596 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17597 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17598 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17599 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17600 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17601 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17602 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17603 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17604 addr="0x00010734",func="callee4",
17605 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17606 (@value{GDBP})
17607 @end smallexample
17608
17609 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17610 @node GDB/MI Data Manipulation
17611 @section @sc{gdb/mi} Data Manipulation
17612
17613 @cindex data manipulation, in @sc{gdb/mi}
17614 @cindex @sc{gdb/mi}, data manipulation
17615 This section describes the @sc{gdb/mi} commands that manipulate data:
17616 examine memory and registers, evaluate expressions, etc.
17617
17618 @c REMOVED FROM THE INTERFACE.
17619 @c @subheading -data-assign
17620 @c Change the value of a program variable. Plenty of side effects.
17621 @c @subsubheading GDB command
17622 @c set variable
17623 @c @subsubheading Example
17624 @c N.A.
17625
17626 @subheading The @code{-data-disassemble} Command
17627 @findex -data-disassemble
17628
17629 @subsubheading Synopsis
17630
17631 @smallexample
17632 -data-disassemble
17633 [ -s @var{start-addr} -e @var{end-addr} ]
17634 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17635 -- @var{mode}
17636 @end smallexample
17637
17638 @noindent
17639 Where:
17640
17641 @table @samp
17642 @item @var{start-addr}
17643 is the beginning address (or @code{$pc})
17644 @item @var{end-addr}
17645 is the end address
17646 @item @var{filename}
17647 is the name of the file to disassemble
17648 @item @var{linenum}
17649 is the line number to disassemble around
17650 @item @var{lines}
17651 is the the number of disassembly lines to be produced. If it is -1,
17652 the whole function will be disassembled, in case no @var{end-addr} is
17653 specified. If @var{end-addr} is specified as a non-zero value, and
17654 @var{lines} is lower than the number of disassembly lines between
17655 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17656 displayed; if @var{lines} is higher than the number of lines between
17657 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17658 are displayed.
17659 @item @var{mode}
17660 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17661 disassembly).
17662 @end table
17663
17664 @subsubheading Result
17665
17666 The output for each instruction is composed of four fields:
17667
17668 @itemize @bullet
17669 @item Address
17670 @item Func-name
17671 @item Offset
17672 @item Instruction
17673 @end itemize
17674
17675 Note that whatever included in the instruction field, is not manipulated
17676 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17677
17678 @subsubheading @value{GDBN} Command
17679
17680 There's no direct mapping from this command to the CLI.
17681
17682 @subsubheading Example
17683
17684 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17685
17686 @smallexample
17687 (@value{GDBP})
17688 -data-disassemble -s $pc -e "$pc + 20" -- 0
17689 ^done,
17690 asm_insns=[
17691 @{address="0x000107c0",func-name="main",offset="4",
17692 inst="mov 2, %o0"@},
17693 @{address="0x000107c4",func-name="main",offset="8",
17694 inst="sethi %hi(0x11800), %o2"@},
17695 @{address="0x000107c8",func-name="main",offset="12",
17696 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17697 @{address="0x000107cc",func-name="main",offset="16",
17698 inst="sethi %hi(0x11800), %o2"@},
17699 @{address="0x000107d0",func-name="main",offset="20",
17700 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17701 (@value{GDBP})
17702 @end smallexample
17703
17704 Disassemble the whole @code{main} function. Line 32 is part of
17705 @code{main}.
17706
17707 @smallexample
17708 -data-disassemble -f basics.c -l 32 -- 0
17709 ^done,asm_insns=[
17710 @{address="0x000107bc",func-name="main",offset="0",
17711 inst="save %sp, -112, %sp"@},
17712 @{address="0x000107c0",func-name="main",offset="4",
17713 inst="mov 2, %o0"@},
17714 @{address="0x000107c4",func-name="main",offset="8",
17715 inst="sethi %hi(0x11800), %o2"@},
17716 [@dots{}]
17717 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17718 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17719 (@value{GDBP})
17720 @end smallexample
17721
17722 Disassemble 3 instructions from the start of @code{main}:
17723
17724 @smallexample
17725 (@value{GDBP})
17726 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17727 ^done,asm_insns=[
17728 @{address="0x000107bc",func-name="main",offset="0",
17729 inst="save %sp, -112, %sp"@},
17730 @{address="0x000107c0",func-name="main",offset="4",
17731 inst="mov 2, %o0"@},
17732 @{address="0x000107c4",func-name="main",offset="8",
17733 inst="sethi %hi(0x11800), %o2"@}]
17734 (@value{GDBP})
17735 @end smallexample
17736
17737 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17738
17739 @smallexample
17740 (@value{GDBP})
17741 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17742 ^done,asm_insns=[
17743 src_and_asm_line=@{line="31",
17744 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17745 testsuite/gdb.mi/basics.c",line_asm_insn=[
17746 @{address="0x000107bc",func-name="main",offset="0",
17747 inst="save %sp, -112, %sp"@}]@},
17748 src_and_asm_line=@{line="32",
17749 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17750 testsuite/gdb.mi/basics.c",line_asm_insn=[
17751 @{address="0x000107c0",func-name="main",offset="4",
17752 inst="mov 2, %o0"@},
17753 @{address="0x000107c4",func-name="main",offset="8",
17754 inst="sethi %hi(0x11800), %o2"@}]@}]
17755 (@value{GDBP})
17756 @end smallexample
17757
17758
17759 @subheading The @code{-data-evaluate-expression} Command
17760 @findex -data-evaluate-expression
17761
17762 @subsubheading Synopsis
17763
17764 @smallexample
17765 -data-evaluate-expression @var{expr}
17766 @end smallexample
17767
17768 Evaluate @var{expr} as an expression. The expression could contain an
17769 inferior function call. The function call will execute synchronously.
17770 If the expression contains spaces, it must be enclosed in double quotes.
17771
17772 @subsubheading @value{GDBN} Command
17773
17774 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17775 @samp{call}. In @code{gdbtk} only, there's a corresponding
17776 @samp{gdb_eval} command.
17777
17778 @subsubheading Example
17779
17780 In the following example, the numbers that precede the commands are the
17781 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17782 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17783 output.
17784
17785 @smallexample
17786 211-data-evaluate-expression A
17787 211^done,value="1"
17788 (@value{GDBP})
17789 311-data-evaluate-expression &A
17790 311^done,value="0xefffeb7c"
17791 (@value{GDBP})
17792 411-data-evaluate-expression A+3
17793 411^done,value="4"
17794 (@value{GDBP})
17795 511-data-evaluate-expression "A + 3"
17796 511^done,value="4"
17797 (@value{GDBP})
17798 @end smallexample
17799
17800
17801 @subheading The @code{-data-list-changed-registers} Command
17802 @findex -data-list-changed-registers
17803
17804 @subsubheading Synopsis
17805
17806 @smallexample
17807 -data-list-changed-registers
17808 @end smallexample
17809
17810 Display a list of the registers that have changed.
17811
17812 @subsubheading @value{GDBN} Command
17813
17814 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17815 has the corresponding command @samp{gdb_changed_register_list}.
17816
17817 @subsubheading Example
17818
17819 On a PPC MBX board:
17820
17821 @smallexample
17822 (@value{GDBP})
17823 -exec-continue
17824 ^running
17825
17826 (@value{GDBP})
17827 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17828 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17829 (@value{GDBP})
17830 -data-list-changed-registers
17831 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17832 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17833 "24","25","26","27","28","30","31","64","65","66","67","69"]
17834 (@value{GDBP})
17835 @end smallexample
17836
17837
17838 @subheading The @code{-data-list-register-names} Command
17839 @findex -data-list-register-names
17840
17841 @subsubheading Synopsis
17842
17843 @smallexample
17844 -data-list-register-names [ ( @var{regno} )+ ]
17845 @end smallexample
17846
17847 Show a list of register names for the current target. If no arguments
17848 are given, it shows a list of the names of all the registers. If
17849 integer numbers are given as arguments, it will print a list of the
17850 names of the registers corresponding to the arguments. To ensure
17851 consistency between a register name and its number, the output list may
17852 include empty register names.
17853
17854 @subsubheading @value{GDBN} Command
17855
17856 @value{GDBN} does not have a command which corresponds to
17857 @samp{-data-list-register-names}. In @code{gdbtk} there is a
17858 corresponding command @samp{gdb_regnames}.
17859
17860 @subsubheading Example
17861
17862 For the PPC MBX board:
17863 @smallexample
17864 (@value{GDBP})
17865 -data-list-register-names
17866 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17867 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17868 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17869 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17870 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17871 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17872 "", "pc","ps","cr","lr","ctr","xer"]
17873 (@value{GDBP})
17874 -data-list-register-names 1 2 3
17875 ^done,register-names=["r1","r2","r3"]
17876 (@value{GDBP})
17877 @end smallexample
17878
17879 @subheading The @code{-data-list-register-values} Command
17880 @findex -data-list-register-values
17881
17882 @subsubheading Synopsis
17883
17884 @smallexample
17885 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17886 @end smallexample
17887
17888 Display the registers' contents. @var{fmt} is the format according to
17889 which the registers' contents are to be returned, followed by an optional
17890 list of numbers specifying the registers to display. A missing list of
17891 numbers indicates that the contents of all the registers must be returned.
17892
17893 Allowed formats for @var{fmt} are:
17894
17895 @table @code
17896 @item x
17897 Hexadecimal
17898 @item o
17899 Octal
17900 @item t
17901 Binary
17902 @item d
17903 Decimal
17904 @item r
17905 Raw
17906 @item N
17907 Natural
17908 @end table
17909
17910 @subsubheading @value{GDBN} Command
17911
17912 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17913 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17914
17915 @subsubheading Example
17916
17917 For a PPC MBX board (note: line breaks are for readability only, they
17918 don't appear in the actual output):
17919
17920 @smallexample
17921 (@value{GDBP})
17922 -data-list-register-values r 64 65
17923 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17924 @{number="65",value="0x00029002"@}]
17925 (@value{GDBP})
17926 -data-list-register-values x
17927 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17928 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17929 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17930 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17931 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17932 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17933 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17934 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17935 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17936 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17937 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17938 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17939 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17940 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17941 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17942 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17943 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17944 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17945 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17946 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17947 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17948 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17949 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17950 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17951 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17952 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17953 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17954 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17955 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17956 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17957 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17958 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17959 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17960 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17961 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17962 @{number="69",value="0x20002b03"@}]
17963 (@value{GDBP})
17964 @end smallexample
17965
17966
17967 @subheading The @code{-data-read-memory} Command
17968 @findex -data-read-memory
17969
17970 @subsubheading Synopsis
17971
17972 @smallexample
17973 -data-read-memory [ -o @var{byte-offset} ]
17974 @var{address} @var{word-format} @var{word-size}
17975 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17976 @end smallexample
17977
17978 @noindent
17979 where:
17980
17981 @table @samp
17982 @item @var{address}
17983 An expression specifying the address of the first memory word to be
17984 read. Complex expressions containing embedded white space should be
17985 quoted using the C convention.
17986
17987 @item @var{word-format}
17988 The format to be used to print the memory words. The notation is the
17989 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17990 ,Output formats}).
17991
17992 @item @var{word-size}
17993 The size of each memory word in bytes.
17994
17995 @item @var{nr-rows}
17996 The number of rows in the output table.
17997
17998 @item @var{nr-cols}
17999 The number of columns in the output table.
18000
18001 @item @var{aschar}
18002 If present, indicates that each row should include an @sc{ascii} dump. The
18003 value of @var{aschar} is used as a padding character when a byte is not a
18004 member of the printable @sc{ascii} character set (printable @sc{ascii}
18005 characters are those whose code is between 32 and 126, inclusively).
18006
18007 @item @var{byte-offset}
18008 An offset to add to the @var{address} before fetching memory.
18009 @end table
18010
18011 This command displays memory contents as a table of @var{nr-rows} by
18012 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
18013 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
18014 (returned as @samp{total-bytes}). Should less than the requested number
18015 of bytes be returned by the target, the missing words are identified
18016 using @samp{N/A}. The number of bytes read from the target is returned
18017 in @samp{nr-bytes} and the starting address used to read memory in
18018 @samp{addr}.
18019
18020 The address of the next/previous row or page is available in
18021 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
18022 @samp{prev-page}.
18023
18024 @subsubheading @value{GDBN} Command
18025
18026 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
18027 @samp{gdb_get_mem} memory read command.
18028
18029 @subsubheading Example
18030
18031 Read six bytes of memory starting at @code{bytes+6} but then offset by
18032 @code{-6} bytes. Format as three rows of two columns. One byte per
18033 word. Display each word in hex.
18034
18035 @smallexample
18036 (@value{GDBP})
18037 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
18038 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
18039 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
18040 prev-page="0x0000138a",memory=[
18041 @{addr="0x00001390",data=["0x00","0x01"]@},
18042 @{addr="0x00001392",data=["0x02","0x03"]@},
18043 @{addr="0x00001394",data=["0x04","0x05"]@}]
18044 (@value{GDBP})
18045 @end smallexample
18046
18047 Read two bytes of memory starting at address @code{shorts + 64} and
18048 display as a single word formatted in decimal.
18049
18050 @smallexample
18051 (@value{GDBP})
18052 5-data-read-memory shorts+64 d 2 1 1
18053 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
18054 next-row="0x00001512",prev-row="0x0000150e",
18055 next-page="0x00001512",prev-page="0x0000150e",memory=[
18056 @{addr="0x00001510",data=["128"]@}]
18057 (@value{GDBP})
18058 @end smallexample
18059
18060 Read thirty two bytes of memory starting at @code{bytes+16} and format
18061 as eight rows of four columns. Include a string encoding with @samp{x}
18062 used as the non-printable character.
18063
18064 @smallexample
18065 (@value{GDBP})
18066 4-data-read-memory bytes+16 x 1 8 4 x
18067 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18068 next-row="0x000013c0",prev-row="0x0000139c",
18069 next-page="0x000013c0",prev-page="0x00001380",memory=[
18070 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18071 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18072 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18073 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18074 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18075 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18076 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18077 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18078 (@value{GDBP})
18079 @end smallexample
18080
18081 @subheading The @code{-display-delete} Command
18082 @findex -display-delete
18083
18084 @subsubheading Synopsis
18085
18086 @smallexample
18087 -display-delete @var{number}
18088 @end smallexample
18089
18090 Delete the display @var{number}.
18091
18092 @subsubheading @value{GDBN} Command
18093
18094 The corresponding @value{GDBN} command is @samp{delete display}.
18095
18096 @subsubheading Example
18097 N.A.
18098
18099
18100 @subheading The @code{-display-disable} Command
18101 @findex -display-disable
18102
18103 @subsubheading Synopsis
18104
18105 @smallexample
18106 -display-disable @var{number}
18107 @end smallexample
18108
18109 Disable display @var{number}.
18110
18111 @subsubheading @value{GDBN} Command
18112
18113 The corresponding @value{GDBN} command is @samp{disable display}.
18114
18115 @subsubheading Example
18116 N.A.
18117
18118
18119 @subheading The @code{-display-enable} Command
18120 @findex -display-enable
18121
18122 @subsubheading Synopsis
18123
18124 @smallexample
18125 -display-enable @var{number}
18126 @end smallexample
18127
18128 Enable display @var{number}.
18129
18130 @subsubheading @value{GDBN} Command
18131
18132 The corresponding @value{GDBN} command is @samp{enable display}.
18133
18134 @subsubheading Example
18135 N.A.
18136
18137
18138 @subheading The @code{-display-insert} Command
18139 @findex -display-insert
18140
18141 @subsubheading Synopsis
18142
18143 @smallexample
18144 -display-insert @var{expression}
18145 @end smallexample
18146
18147 Display @var{expression} every time the program stops.
18148
18149 @subsubheading @value{GDBN} Command
18150
18151 The corresponding @value{GDBN} command is @samp{display}.
18152
18153 @subsubheading Example
18154 N.A.
18155
18156
18157 @subheading The @code{-display-list} Command
18158 @findex -display-list
18159
18160 @subsubheading Synopsis
18161
18162 @smallexample
18163 -display-list
18164 @end smallexample
18165
18166 List the displays. Do not show the current values.
18167
18168 @subsubheading @value{GDBN} Command
18169
18170 The corresponding @value{GDBN} command is @samp{info display}.
18171
18172 @subsubheading Example
18173 N.A.
18174
18175
18176 @subheading The @code{-environment-cd} Command
18177 @findex -environment-cd
18178
18179 @subsubheading Synopsis
18180
18181 @smallexample
18182 -environment-cd @var{pathdir}
18183 @end smallexample
18184
18185 Set @value{GDBN}'s working directory.
18186
18187 @subsubheading @value{GDBN} Command
18188
18189 The corresponding @value{GDBN} command is @samp{cd}.
18190
18191 @subsubheading Example
18192
18193 @smallexample
18194 (@value{GDBP})
18195 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18196 ^done
18197 (@value{GDBP})
18198 @end smallexample
18199
18200
18201 @subheading The @code{-environment-directory} Command
18202 @findex -environment-directory
18203
18204 @subsubheading Synopsis
18205
18206 @smallexample
18207 -environment-directory [ -r ] [ @var{pathdir} ]+
18208 @end smallexample
18209
18210 Add directories @var{pathdir} to beginning of search path for source files.
18211 If the @samp{-r} option is used, the search path is reset to the default
18212 search path. If directories @var{pathdir} are supplied in addition to the
18213 @samp{-r} option, the search path is first reset and then addition
18214 occurs as normal.
18215 Multiple directories may be specified, separated by blanks. Specifying
18216 multiple directories in a single command
18217 results in the directories added to the beginning of the
18218 search path in the same order they were presented in the command.
18219 If blanks are needed as
18220 part of a directory name, double-quotes should be used around
18221 the name. In the command output, the path will show up separated
18222 by the system directory-separator character. The directory-seperator
18223 character must not be used
18224 in any directory name.
18225 If no directories are specified, the current search path is displayed.
18226
18227 @subsubheading @value{GDBN} Command
18228
18229 The corresponding @value{GDBN} command is @samp{dir}.
18230
18231 @subsubheading Example
18232
18233 @smallexample
18234 (@value{GDBP})
18235 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18236 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18237 (@value{GDBP})
18238 -environment-directory ""
18239 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18240 (@value{GDBP})
18241 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18242 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18243 (@value{GDBP})
18244 -environment-directory -r
18245 ^done,source-path="$cdir:$cwd"
18246 (@value{GDBP})
18247 @end smallexample
18248
18249
18250 @subheading The @code{-environment-path} Command
18251 @findex -environment-path
18252
18253 @subsubheading Synopsis
18254
18255 @smallexample
18256 -environment-path [ -r ] [ @var{pathdir} ]+
18257 @end smallexample
18258
18259 Add directories @var{pathdir} to beginning of search path for object files.
18260 If the @samp{-r} option is used, the search path is reset to the original
18261 search path that existed at gdb start-up. If directories @var{pathdir} are
18262 supplied in addition to the
18263 @samp{-r} option, the search path is first reset and then addition
18264 occurs as normal.
18265 Multiple directories may be specified, separated by blanks. Specifying
18266 multiple directories in a single command
18267 results in the directories added to the beginning of the
18268 search path in the same order they were presented in the command.
18269 If blanks are needed as
18270 part of a directory name, double-quotes should be used around
18271 the name. In the command output, the path will show up separated
18272 by the system directory-separator character. The directory-seperator
18273 character must not be used
18274 in any directory name.
18275 If no directories are specified, the current path is displayed.
18276
18277
18278 @subsubheading @value{GDBN} Command
18279
18280 The corresponding @value{GDBN} command is @samp{path}.
18281
18282 @subsubheading Example
18283
18284 @smallexample
18285 (@value{GDBP})
18286 -environment-path
18287 ^done,path="/usr/bin"
18288 (@value{GDBP})
18289 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18290 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18291 (@value{GDBP})
18292 -environment-path -r /usr/local/bin
18293 ^done,path="/usr/local/bin:/usr/bin"
18294 (@value{GDBP})
18295 @end smallexample
18296
18297
18298 @subheading The @code{-environment-pwd} Command
18299 @findex -environment-pwd
18300
18301 @subsubheading Synopsis
18302
18303 @smallexample
18304 -environment-pwd
18305 @end smallexample
18306
18307 Show the current working directory.
18308
18309 @subsubheading @value{GDBN} command
18310
18311 The corresponding @value{GDBN} command is @samp{pwd}.
18312
18313 @subsubheading Example
18314
18315 @smallexample
18316 (@value{GDBP})
18317 -environment-pwd
18318 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18319 (@value{GDBP})
18320 @end smallexample
18321
18322 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18323 @node GDB/MI Program Control
18324 @section @sc{gdb/mi} Program control
18325
18326 @subsubheading Program termination
18327
18328 As a result of execution, the inferior program can run to completion, if
18329 it doesn't encounter any breakpoints. In this case the output will
18330 include an exit code, if the program has exited exceptionally.
18331
18332 @subsubheading Examples
18333
18334 @noindent
18335 Program exited normally:
18336
18337 @smallexample
18338 (@value{GDBP})
18339 -exec-run
18340 ^running
18341 (@value{GDBP})
18342 x = 55
18343 *stopped,reason="exited-normally"
18344 (@value{GDBP})
18345 @end smallexample
18346
18347 @noindent
18348 Program exited exceptionally:
18349
18350 @smallexample
18351 (@value{GDBP})
18352 -exec-run
18353 ^running
18354 (@value{GDBP})
18355 x = 55
18356 *stopped,reason="exited",exit-code="01"
18357 (@value{GDBP})
18358 @end smallexample
18359
18360 Another way the program can terminate is if it receives a signal such as
18361 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18362
18363 @smallexample
18364 (@value{GDBP})
18365 *stopped,reason="exited-signalled",signal-name="SIGINT",
18366 signal-meaning="Interrupt"
18367 @end smallexample
18368
18369
18370 @subheading The @code{-exec-abort} Command
18371 @findex -exec-abort
18372
18373 @subsubheading Synopsis
18374
18375 @smallexample
18376 -exec-abort
18377 @end smallexample
18378
18379 Kill the inferior running program.
18380
18381 @subsubheading @value{GDBN} Command
18382
18383 The corresponding @value{GDBN} command is @samp{kill}.
18384
18385 @subsubheading Example
18386 N.A.
18387
18388
18389 @subheading The @code{-exec-arguments} Command
18390 @findex -exec-arguments
18391
18392 @subsubheading Synopsis
18393
18394 @smallexample
18395 -exec-arguments @var{args}
18396 @end smallexample
18397
18398 Set the inferior program arguments, to be used in the next
18399 @samp{-exec-run}.
18400
18401 @subsubheading @value{GDBN} Command
18402
18403 The corresponding @value{GDBN} command is @samp{set args}.
18404
18405 @subsubheading Example
18406
18407 @c FIXME!
18408 Don't have one around.
18409
18410
18411 @subheading The @code{-exec-continue} Command
18412 @findex -exec-continue
18413
18414 @subsubheading Synopsis
18415
18416 @smallexample
18417 -exec-continue
18418 @end smallexample
18419
18420 Asynchronous command. Resumes the execution of the inferior program
18421 until a breakpoint is encountered, or until the inferior exits.
18422
18423 @subsubheading @value{GDBN} Command
18424
18425 The corresponding @value{GDBN} corresponding is @samp{continue}.
18426
18427 @subsubheading Example
18428
18429 @smallexample
18430 -exec-continue
18431 ^running
18432 (@value{GDBP})
18433 @@Hello world
18434 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18435 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18436 (@value{GDBP})
18437 @end smallexample
18438
18439
18440 @subheading The @code{-exec-finish} Command
18441 @findex -exec-finish
18442
18443 @subsubheading Synopsis
18444
18445 @smallexample
18446 -exec-finish
18447 @end smallexample
18448
18449 Asynchronous command. Resumes the execution of the inferior program
18450 until the current function is exited. Displays the results returned by
18451 the function.
18452
18453 @subsubheading @value{GDBN} Command
18454
18455 The corresponding @value{GDBN} command is @samp{finish}.
18456
18457 @subsubheading Example
18458
18459 Function returning @code{void}.
18460
18461 @smallexample
18462 -exec-finish
18463 ^running
18464 (@value{GDBP})
18465 @@hello from foo
18466 *stopped,reason="function-finished",frame=@{func="main",args=[],
18467 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18468 (@value{GDBP})
18469 @end smallexample
18470
18471 Function returning other than @code{void}. The name of the internal
18472 @value{GDBN} variable storing the result is printed, together with the
18473 value itself.
18474
18475 @smallexample
18476 -exec-finish
18477 ^running
18478 (@value{GDBP})
18479 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18480 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18481 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18482 gdb-result-var="$1",return-value="0"
18483 (@value{GDBP})
18484 @end smallexample
18485
18486
18487 @subheading The @code{-exec-interrupt} Command
18488 @findex -exec-interrupt
18489
18490 @subsubheading Synopsis
18491
18492 @smallexample
18493 -exec-interrupt
18494 @end smallexample
18495
18496 Asynchronous command. Interrupts the background execution of the target.
18497 Note how the token associated with the stop message is the one for the
18498 execution command that has been interrupted. The token for the interrupt
18499 itself only appears in the @samp{^done} output. If the user is trying to
18500 interrupt a non-running program, an error message will be printed.
18501
18502 @subsubheading @value{GDBN} Command
18503
18504 The corresponding @value{GDBN} command is @samp{interrupt}.
18505
18506 @subsubheading Example
18507
18508 @smallexample
18509 (@value{GDBP})
18510 111-exec-continue
18511 111^running
18512
18513 (@value{GDBP})
18514 222-exec-interrupt
18515 222^done
18516 (@value{GDBP})
18517 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18518 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18519 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18520 (@value{GDBP})
18521
18522 (@value{GDBP})
18523 -exec-interrupt
18524 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18525 (@value{GDBP})
18526 @end smallexample
18527
18528
18529 @subheading The @code{-exec-next} Command
18530 @findex -exec-next
18531
18532 @subsubheading Synopsis
18533
18534 @smallexample
18535 -exec-next
18536 @end smallexample
18537
18538 Asynchronous command. Resumes execution of the inferior program, stopping
18539 when the beginning of the next source line is reached.
18540
18541 @subsubheading @value{GDBN} Command
18542
18543 The corresponding @value{GDBN} command is @samp{next}.
18544
18545 @subsubheading Example
18546
18547 @smallexample
18548 -exec-next
18549 ^running
18550 (@value{GDBP})
18551 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18552 (@value{GDBP})
18553 @end smallexample
18554
18555
18556 @subheading The @code{-exec-next-instruction} Command
18557 @findex -exec-next-instruction
18558
18559 @subsubheading Synopsis
18560
18561 @smallexample
18562 -exec-next-instruction
18563 @end smallexample
18564
18565 Asynchronous command. Executes one machine instruction. If the
18566 instruction is a function call continues until the function returns. If
18567 the program stops at an instruction in the middle of a source line, the
18568 address will be printed as well.
18569
18570 @subsubheading @value{GDBN} Command
18571
18572 The corresponding @value{GDBN} command is @samp{nexti}.
18573
18574 @subsubheading Example
18575
18576 @smallexample
18577 (@value{GDBP})
18578 -exec-next-instruction
18579 ^running
18580
18581 (@value{GDBP})
18582 *stopped,reason="end-stepping-range",
18583 addr="0x000100d4",line="5",file="hello.c"
18584 (@value{GDBP})
18585 @end smallexample
18586
18587
18588 @subheading The @code{-exec-return} Command
18589 @findex -exec-return
18590
18591 @subsubheading Synopsis
18592
18593 @smallexample
18594 -exec-return
18595 @end smallexample
18596
18597 Makes current function return immediately. Doesn't execute the inferior.
18598 Displays the new current frame.
18599
18600 @subsubheading @value{GDBN} Command
18601
18602 The corresponding @value{GDBN} command is @samp{return}.
18603
18604 @subsubheading Example
18605
18606 @smallexample
18607 (@value{GDBP})
18608 200-break-insert callee4
18609 200^done,bkpt=@{number="1",addr="0x00010734",
18610 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18611 (@value{GDBP})
18612 000-exec-run
18613 000^running
18614 (@value{GDBP})
18615 000*stopped,reason="breakpoint-hit",bkptno="1",
18616 frame=@{func="callee4",args=[],
18617 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18618 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18619 (@value{GDBP})
18620 205-break-delete
18621 205^done
18622 (@value{GDBP})
18623 111-exec-return
18624 111^done,frame=@{level="0",func="callee3",
18625 args=[@{name="strarg",
18626 value="0x11940 \"A string argument.\""@}],
18627 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18628 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18629 (@value{GDBP})
18630 @end smallexample
18631
18632
18633 @subheading The @code{-exec-run} Command
18634 @findex -exec-run
18635
18636 @subsubheading Synopsis
18637
18638 @smallexample
18639 -exec-run
18640 @end smallexample
18641
18642 Asynchronous command. Starts execution of the inferior from the
18643 beginning. The inferior executes until either a breakpoint is
18644 encountered or the program exits.
18645
18646 @subsubheading @value{GDBN} Command
18647
18648 The corresponding @value{GDBN} command is @samp{run}.
18649
18650 @subsubheading Example
18651
18652 @smallexample
18653 (@value{GDBP})
18654 -break-insert main
18655 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18656 (@value{GDBP})
18657 -exec-run
18658 ^running
18659 (@value{GDBP})
18660 *stopped,reason="breakpoint-hit",bkptno="1",
18661 frame=@{func="main",args=[],file="recursive2.c",
18662 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18663 (@value{GDBP})
18664 @end smallexample
18665
18666
18667 @subheading The @code{-exec-show-arguments} Command
18668 @findex -exec-show-arguments
18669
18670 @subsubheading Synopsis
18671
18672 @smallexample
18673 -exec-show-arguments
18674 @end smallexample
18675
18676 Print the arguments of the program.
18677
18678 @subsubheading @value{GDBN} Command
18679
18680 The corresponding @value{GDBN} command is @samp{show args}.
18681
18682 @subsubheading Example
18683 N.A.
18684
18685 @c @subheading -exec-signal
18686
18687 @subheading The @code{-exec-step} Command
18688 @findex -exec-step
18689
18690 @subsubheading Synopsis
18691
18692 @smallexample
18693 -exec-step
18694 @end smallexample
18695
18696 Asynchronous command. Resumes execution of the inferior program, stopping
18697 when the beginning of the next source line is reached, if the next
18698 source line is not a function call. If it is, stop at the first
18699 instruction of the called function.
18700
18701 @subsubheading @value{GDBN} Command
18702
18703 The corresponding @value{GDBN} command is @samp{step}.
18704
18705 @subsubheading Example
18706
18707 Stepping into a function:
18708
18709 @smallexample
18710 -exec-step
18711 ^running
18712 (@value{GDBP})
18713 *stopped,reason="end-stepping-range",
18714 frame=@{func="foo",args=[@{name="a",value="10"@},
18715 @{name="b",value="0"@}],file="recursive2.c",
18716 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18717 (@value{GDBP})
18718 @end smallexample
18719
18720 Regular stepping:
18721
18722 @smallexample
18723 -exec-step
18724 ^running
18725 (@value{GDBP})
18726 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18727 (@value{GDBP})
18728 @end smallexample
18729
18730
18731 @subheading The @code{-exec-step-instruction} Command
18732 @findex -exec-step-instruction
18733
18734 @subsubheading Synopsis
18735
18736 @smallexample
18737 -exec-step-instruction
18738 @end smallexample
18739
18740 Asynchronous command. Resumes the inferior which executes one machine
18741 instruction. The output, once @value{GDBN} has stopped, will vary depending on
18742 whether we have stopped in the middle of a source line or not. In the
18743 former case, the address at which the program stopped will be printed as
18744 well.
18745
18746 @subsubheading @value{GDBN} Command
18747
18748 The corresponding @value{GDBN} command is @samp{stepi}.
18749
18750 @subsubheading Example
18751
18752 @smallexample
18753 (@value{GDBP})
18754 -exec-step-instruction
18755 ^running
18756
18757 (@value{GDBP})
18758 *stopped,reason="end-stepping-range",
18759 frame=@{func="foo",args=[],file="try.c",
18760 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18761 (@value{GDBP})
18762 -exec-step-instruction
18763 ^running
18764
18765 (@value{GDBP})
18766 *stopped,reason="end-stepping-range",
18767 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18768 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18769 (@value{GDBP})
18770 @end smallexample
18771
18772
18773 @subheading The @code{-exec-until} Command
18774 @findex -exec-until
18775
18776 @subsubheading Synopsis
18777
18778 @smallexample
18779 -exec-until [ @var{location} ]
18780 @end smallexample
18781
18782 Asynchronous command. Executes the inferior until the @var{location}
18783 specified in the argument is reached. If there is no argument, the inferior
18784 executes until a source line greater than the current one is reached.
18785 The reason for stopping in this case will be @samp{location-reached}.
18786
18787 @subsubheading @value{GDBN} Command
18788
18789 The corresponding @value{GDBN} command is @samp{until}.
18790
18791 @subsubheading Example
18792
18793 @smallexample
18794 (@value{GDBP})
18795 -exec-until recursive2.c:6
18796 ^running
18797 (@value{GDBP})
18798 x = 55
18799 *stopped,reason="location-reached",frame=@{func="main",args=[],
18800 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18801 (@value{GDBP})
18802 @end smallexample
18803
18804 @ignore
18805 @subheading -file-clear
18806 Is this going away????
18807 @end ignore
18808
18809
18810 @subheading The @code{-file-exec-and-symbols} Command
18811 @findex -file-exec-and-symbols
18812
18813 @subsubheading Synopsis
18814
18815 @smallexample
18816 -file-exec-and-symbols @var{file}
18817 @end smallexample
18818
18819 Specify the executable file to be debugged. This file is the one from
18820 which the symbol table is also read. If no file is specified, the
18821 command clears the executable and symbol information. If breakpoints
18822 are set when using this command with no arguments, @value{GDBN} will produce
18823 error messages. Otherwise, no output is produced, except a completion
18824 notification.
18825
18826 @subsubheading @value{GDBN} Command
18827
18828 The corresponding @value{GDBN} command is @samp{file}.
18829
18830 @subsubheading Example
18831
18832 @smallexample
18833 (@value{GDBP})
18834 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18835 ^done
18836 (@value{GDBP})
18837 @end smallexample
18838
18839
18840 @subheading The @code{-file-exec-file} Command
18841 @findex -file-exec-file
18842
18843 @subsubheading Synopsis
18844
18845 @smallexample
18846 -file-exec-file @var{file}
18847 @end smallexample
18848
18849 Specify the executable file to be debugged. Unlike
18850 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18851 from this file. If used without argument, @value{GDBN} clears the information
18852 about the executable file. No output is produced, except a completion
18853 notification.
18854
18855 @subsubheading @value{GDBN} Command
18856
18857 The corresponding @value{GDBN} command is @samp{exec-file}.
18858
18859 @subsubheading Example
18860
18861 @smallexample
18862 (@value{GDBP})
18863 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18864 ^done
18865 (@value{GDBP})
18866 @end smallexample
18867
18868
18869 @subheading The @code{-file-list-exec-sections} Command
18870 @findex -file-list-exec-sections
18871
18872 @subsubheading Synopsis
18873
18874 @smallexample
18875 -file-list-exec-sections
18876 @end smallexample
18877
18878 List the sections of the current executable file.
18879
18880 @subsubheading @value{GDBN} Command
18881
18882 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18883 information as this command. @code{gdbtk} has a corresponding command
18884 @samp{gdb_load_info}.
18885
18886 @subsubheading Example
18887 N.A.
18888
18889
18890 @subheading The @code{-file-list-exec-source-file} Command
18891 @findex -file-list-exec-source-file
18892
18893 @subsubheading Synopsis
18894
18895 @smallexample
18896 -file-list-exec-source-file
18897 @end smallexample
18898
18899 List the line number, the current source file, and the absolute path
18900 to the current source file for the current executable.
18901
18902 @subsubheading @value{GDBN} Command
18903
18904 There's no @value{GDBN} command which directly corresponds to this one.
18905
18906 @subsubheading Example
18907
18908 @smallexample
18909 (@value{GDBP})
18910 123-file-list-exec-source-file
18911 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18912 (@value{GDBP})
18913 @end smallexample
18914
18915
18916 @subheading The @code{-file-list-exec-source-files} Command
18917 @findex -file-list-exec-source-files
18918
18919 @subsubheading Synopsis
18920
18921 @smallexample
18922 -file-list-exec-source-files
18923 @end smallexample
18924
18925 List the source files for the current executable.
18926
18927 It will always output the filename, but only when GDB can find the absolute
18928 file name of a source file, will it output the fullname.
18929
18930 @subsubheading @value{GDBN} Command
18931
18932 There's no @value{GDBN} command which directly corresponds to this one.
18933 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18934
18935 @subsubheading Example
18936 @smallexample
18937 (@value{GDBP})
18938 -file-list-exec-source-files
18939 ^done,files=[
18940 @{file=foo.c,fullname=/home/foo.c@},
18941 @{file=/home/bar.c,fullname=/home/bar.c@},
18942 @{file=gdb_could_not_find_fullpath.c@}]
18943 (@value{GDBP})
18944 @end smallexample
18945
18946 @subheading The @code{-file-list-shared-libraries} Command
18947 @findex -file-list-shared-libraries
18948
18949 @subsubheading Synopsis
18950
18951 @smallexample
18952 -file-list-shared-libraries
18953 @end smallexample
18954
18955 List the shared libraries in the program.
18956
18957 @subsubheading @value{GDBN} Command
18958
18959 The corresponding @value{GDBN} command is @samp{info shared}.
18960
18961 @subsubheading Example
18962 N.A.
18963
18964
18965 @subheading The @code{-file-list-symbol-files} Command
18966 @findex -file-list-symbol-files
18967
18968 @subsubheading Synopsis
18969
18970 @smallexample
18971 -file-list-symbol-files
18972 @end smallexample
18973
18974 List symbol files.
18975
18976 @subsubheading @value{GDBN} Command
18977
18978 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18979
18980 @subsubheading Example
18981 N.A.
18982
18983
18984 @subheading The @code{-file-symbol-file} Command
18985 @findex -file-symbol-file
18986
18987 @subsubheading Synopsis
18988
18989 @smallexample
18990 -file-symbol-file @var{file}
18991 @end smallexample
18992
18993 Read symbol table info from the specified @var{file} argument. When
18994 used without arguments, clears @value{GDBN}'s symbol table info. No output is
18995 produced, except for a completion notification.
18996
18997 @subsubheading @value{GDBN} Command
18998
18999 The corresponding @value{GDBN} command is @samp{symbol-file}.
19000
19001 @subsubheading Example
19002
19003 @smallexample
19004 (@value{GDBP})
19005 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
19006 ^done
19007 (@value{GDBP})
19008 @end smallexample
19009
19010 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19011 @node GDB/MI Miscellaneous Commands
19012 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
19013
19014 @c @subheading -gdb-complete
19015
19016 @subheading The @code{-gdb-exit} Command
19017 @findex -gdb-exit
19018
19019 @subsubheading Synopsis
19020
19021 @smallexample
19022 -gdb-exit
19023 @end smallexample
19024
19025 Exit @value{GDBN} immediately.
19026
19027 @subsubheading @value{GDBN} Command
19028
19029 Approximately corresponds to @samp{quit}.
19030
19031 @subsubheading Example
19032
19033 @smallexample
19034 (@value{GDBP})
19035 -gdb-exit
19036 @end smallexample
19037
19038 @subheading The @code{-gdb-set} Command
19039 @findex -gdb-set
19040
19041 @subsubheading Synopsis
19042
19043 @smallexample
19044 -gdb-set
19045 @end smallexample
19046
19047 Set an internal @value{GDBN} variable.
19048 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
19049
19050 @subsubheading @value{GDBN} Command
19051
19052 The corresponding @value{GDBN} command is @samp{set}.
19053
19054 @subsubheading Example
19055
19056 @smallexample
19057 (@value{GDBP})
19058 -gdb-set $foo=3
19059 ^done
19060 (@value{GDBP})
19061 @end smallexample
19062
19063
19064 @subheading The @code{-gdb-show} Command
19065 @findex -gdb-show
19066
19067 @subsubheading Synopsis
19068
19069 @smallexample
19070 -gdb-show
19071 @end smallexample
19072
19073 Show the current value of a @value{GDBN} variable.
19074
19075 @subsubheading @value{GDBN} command
19076
19077 The corresponding @value{GDBN} command is @samp{show}.
19078
19079 @subsubheading Example
19080
19081 @smallexample
19082 (@value{GDBP})
19083 -gdb-show annotate
19084 ^done,value="0"
19085 (@value{GDBP})
19086 @end smallexample
19087
19088 @c @subheading -gdb-source
19089
19090
19091 @subheading The @code{-gdb-version} Command
19092 @findex -gdb-version
19093
19094 @subsubheading Synopsis
19095
19096 @smallexample
19097 -gdb-version
19098 @end smallexample
19099
19100 Show version information for @value{GDBN}. Used mostly in testing.
19101
19102 @subsubheading @value{GDBN} Command
19103
19104 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19105 information when you start an interactive session.
19106
19107 @subsubheading Example
19108
19109 @c This example modifies the actual output from GDB to avoid overfull
19110 @c box in TeX.
19111 @smallexample
19112 (@value{GDBP})
19113 -gdb-version
19114 ~GNU gdb 5.2.1
19115 ~Copyright 2000 Free Software Foundation, Inc.
19116 ~GDB is free software, covered by the GNU General Public License, and
19117 ~you are welcome to change it and/or distribute copies of it under
19118 ~ certain conditions.
19119 ~Type "show copying" to see the conditions.
19120 ~There is absolutely no warranty for GDB. Type "show warranty" for
19121 ~ details.
19122 ~This GDB was configured as
19123 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19124 ^done
19125 (@value{GDBP})
19126 @end smallexample
19127
19128 @subheading The @code{-interpreter-exec} Command
19129 @findex -interpreter-exec
19130
19131 @subheading Synopsis
19132
19133 @smallexample
19134 -interpreter-exec @var{interpreter} @var{command}
19135 @end smallexample
19136
19137 Execute the specified @var{command} in the given @var{interpreter}.
19138
19139 @subheading @value{GDBN} Command
19140
19141 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19142
19143 @subheading Example
19144
19145 @smallexample
19146 (@value{GDBP})
19147 -interpreter-exec console "break main"
19148 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19149 &"During symbol reading, bad structure-type format.\n"
19150 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19151 ^done
19152 (@value{GDBP})
19153 @end smallexample
19154
19155 @subheading The @code{-inferior-tty-set} Command
19156 @findex -inferior-tty-set
19157
19158 @subheading Synopsis
19159
19160 @smallexample
19161 -inferior-tty-set /dev/pts/1
19162 @end smallexample
19163
19164 Set terminal for future runs of the program being debugged.
19165
19166 @subheading @value{GDBN} Command
19167
19168 The corresponding @value{GDBN} command is @samp{set inferior-tty /dev/pts/1}.
19169
19170 @subheading Example
19171
19172 @smallexample
19173 (@value{GDBP})
19174 -inferior-tty-set /dev/pts/1
19175 ^done
19176 (@value{GDBP})
19177 @end smallexample
19178
19179 @subheading The @code{-inferior-tty-show} Command
19180 @findex -inferior-tty-show
19181
19182 @subheading Synopsis
19183
19184 @smallexample
19185 -inferior-tty-show
19186 @end smallexample
19187
19188 Show terminal for future runs of program being debugged.
19189
19190 @subheading @value{GDBN} Command
19191
19192 The corresponding @value{GDBN} command is @samp{show inferior-tty}.
19193
19194 @subheading Example
19195
19196 @smallexample
19197 (@value{GDBP})
19198 -inferior-tty-set /dev/pts/1
19199 ^done
19200 (@value{GDBP})
19201 -inferior-tty-show
19202 ^done,inferior_tty_terminal="/dev/pts/1"
19203 (@value{GDBP})
19204 @end smallexample
19205
19206 @ignore
19207 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19208 @node GDB/MI Kod Commands
19209 @section @sc{gdb/mi} Kod Commands
19210
19211 The Kod commands are not implemented.
19212
19213 @c @subheading -kod-info
19214
19215 @c @subheading -kod-list
19216
19217 @c @subheading -kod-list-object-types
19218
19219 @c @subheading -kod-show
19220
19221 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19222 @node GDB/MI Memory Overlay Commands
19223 @section @sc{gdb/mi} Memory Overlay Commands
19224
19225 The memory overlay commands are not implemented.
19226
19227 @c @subheading -overlay-auto
19228
19229 @c @subheading -overlay-list-mapping-state
19230
19231 @c @subheading -overlay-list-overlays
19232
19233 @c @subheading -overlay-map
19234
19235 @c @subheading -overlay-off
19236
19237 @c @subheading -overlay-on
19238
19239 @c @subheading -overlay-unmap
19240
19241 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19242 @node GDB/MI Signal Handling Commands
19243 @section @sc{gdb/mi} Signal Handling Commands
19244
19245 Signal handling commands are not implemented.
19246
19247 @c @subheading -signal-handle
19248
19249 @c @subheading -signal-list-handle-actions
19250
19251 @c @subheading -signal-list-signal-types
19252 @end ignore
19253
19254
19255 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19256 @node GDB/MI Stack Manipulation
19257 @section @sc{gdb/mi} Stack Manipulation Commands
19258
19259
19260 @subheading The @code{-stack-info-frame} Command
19261 @findex -stack-info-frame
19262
19263 @subsubheading Synopsis
19264
19265 @smallexample
19266 -stack-info-frame
19267 @end smallexample
19268
19269 Get info on the selected frame.
19270
19271 @subsubheading @value{GDBN} Command
19272
19273 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19274 (without arguments).
19275
19276 @subsubheading Example
19277
19278 @smallexample
19279 (@value{GDBP})
19280 -stack-info-frame
19281 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
19282 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19283 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
19284 (@value{GDBP})
19285 @end smallexample
19286
19287 @subheading The @code{-stack-info-depth} Command
19288 @findex -stack-info-depth
19289
19290 @subsubheading Synopsis
19291
19292 @smallexample
19293 -stack-info-depth [ @var{max-depth} ]
19294 @end smallexample
19295
19296 Return the depth of the stack. If the integer argument @var{max-depth}
19297 is specified, do not count beyond @var{max-depth} frames.
19298
19299 @subsubheading @value{GDBN} Command
19300
19301 There's no equivalent @value{GDBN} command.
19302
19303 @subsubheading Example
19304
19305 For a stack with frame levels 0 through 11:
19306
19307 @smallexample
19308 (@value{GDBP})
19309 -stack-info-depth
19310 ^done,depth="12"
19311 (@value{GDBP})
19312 -stack-info-depth 4
19313 ^done,depth="4"
19314 (@value{GDBP})
19315 -stack-info-depth 12
19316 ^done,depth="12"
19317 (@value{GDBP})
19318 -stack-info-depth 11
19319 ^done,depth="11"
19320 (@value{GDBP})
19321 -stack-info-depth 13
19322 ^done,depth="12"
19323 (@value{GDBP})
19324 @end smallexample
19325
19326 @subheading The @code{-stack-list-arguments} Command
19327 @findex -stack-list-arguments
19328
19329 @subsubheading Synopsis
19330
19331 @smallexample
19332 -stack-list-arguments @var{show-values}
19333 [ @var{low-frame} @var{high-frame} ]
19334 @end smallexample
19335
19336 Display a list of the arguments for the frames between @var{low-frame}
19337 and @var{high-frame} (inclusive). If @var{low-frame} and
19338 @var{high-frame} are not provided, list the arguments for the whole call
19339 stack.
19340
19341 The @var{show-values} argument must have a value of 0 or 1. A value of
19342 0 means that only the names of the arguments are listed, a value of 1
19343 means that both names and values of the arguments are printed.
19344
19345 @subsubheading @value{GDBN} Command
19346
19347 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19348 @samp{gdb_get_args} command which partially overlaps with the
19349 functionality of @samp{-stack-list-arguments}.
19350
19351 @subsubheading Example
19352
19353 @smallexample
19354 (@value{GDBP})
19355 -stack-list-frames
19356 ^done,
19357 stack=[
19358 frame=@{level="0",addr="0x00010734",func="callee4",
19359 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19360 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19361 frame=@{level="1",addr="0x0001076c",func="callee3",
19362 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19363 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19364 frame=@{level="2",addr="0x0001078c",func="callee2",
19365 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19366 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19367 frame=@{level="3",addr="0x000107b4",func="callee1",
19368 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19369 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19370 frame=@{level="4",addr="0x000107e0",func="main",
19371 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19372 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19373 (@value{GDBP})
19374 -stack-list-arguments 0
19375 ^done,
19376 stack-args=[
19377 frame=@{level="0",args=[]@},
19378 frame=@{level="1",args=[name="strarg"]@},
19379 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19380 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19381 frame=@{level="4",args=[]@}]
19382 (@value{GDBP})
19383 -stack-list-arguments 1
19384 ^done,
19385 stack-args=[
19386 frame=@{level="0",args=[]@},
19387 frame=@{level="1",
19388 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19389 frame=@{level="2",args=[
19390 @{name="intarg",value="2"@},
19391 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19392 @{frame=@{level="3",args=[
19393 @{name="intarg",value="2"@},
19394 @{name="strarg",value="0x11940 \"A string argument.\""@},
19395 @{name="fltarg",value="3.5"@}]@},
19396 frame=@{level="4",args=[]@}]
19397 (@value{GDBP})
19398 -stack-list-arguments 0 2 2
19399 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19400 (@value{GDBP})
19401 -stack-list-arguments 1 2 2
19402 ^done,stack-args=[frame=@{level="2",
19403 args=[@{name="intarg",value="2"@},
19404 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19405 (@value{GDBP})
19406 @end smallexample
19407
19408 @c @subheading -stack-list-exception-handlers
19409
19410
19411 @subheading The @code{-stack-list-frames} Command
19412 @findex -stack-list-frames
19413
19414 @subsubheading Synopsis
19415
19416 @smallexample
19417 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19418 @end smallexample
19419
19420 List the frames currently on the stack. For each frame it displays the
19421 following info:
19422
19423 @table @samp
19424 @item @var{level}
19425 The frame number, 0 being the topmost frame, i.e. the innermost function.
19426 @item @var{addr}
19427 The @code{$pc} value for that frame.
19428 @item @var{func}
19429 Function name.
19430 @item @var{file}
19431 File name of the source file where the function lives.
19432 @item @var{line}
19433 Line number corresponding to the @code{$pc}.
19434 @end table
19435
19436 If invoked without arguments, this command prints a backtrace for the
19437 whole stack. If given two integer arguments, it shows the frames whose
19438 levels are between the two arguments (inclusive). If the two arguments
19439 are equal, it shows the single frame at the corresponding level.
19440
19441 @subsubheading @value{GDBN} Command
19442
19443 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19444
19445 @subsubheading Example
19446
19447 Full stack backtrace:
19448
19449 @smallexample
19450 (@value{GDBP})
19451 -stack-list-frames
19452 ^done,stack=
19453 [frame=@{level="0",addr="0x0001076c",func="foo",
19454 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19455 frame=@{level="1",addr="0x000107a4",func="foo",
19456 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19457 frame=@{level="2",addr="0x000107a4",func="foo",
19458 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19459 frame=@{level="3",addr="0x000107a4",func="foo",
19460 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19461 frame=@{level="4",addr="0x000107a4",func="foo",
19462 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19463 frame=@{level="5",addr="0x000107a4",func="foo",
19464 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19465 frame=@{level="6",addr="0x000107a4",func="foo",
19466 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19467 frame=@{level="7",addr="0x000107a4",func="foo",
19468 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19469 frame=@{level="8",addr="0x000107a4",func="foo",
19470 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19471 frame=@{level="9",addr="0x000107a4",func="foo",
19472 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19473 frame=@{level="10",addr="0x000107a4",func="foo",
19474 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19475 frame=@{level="11",addr="0x00010738",func="main",
19476 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19477 (@value{GDBP})
19478 @end smallexample
19479
19480 Show frames between @var{low_frame} and @var{high_frame}:
19481
19482 @smallexample
19483 (@value{GDBP})
19484 -stack-list-frames 3 5
19485 ^done,stack=
19486 [frame=@{level="3",addr="0x000107a4",func="foo",
19487 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19488 frame=@{level="4",addr="0x000107a4",func="foo",
19489 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19490 frame=@{level="5",addr="0x000107a4",func="foo",
19491 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19492 (@value{GDBP})
19493 @end smallexample
19494
19495 Show a single frame:
19496
19497 @smallexample
19498 (@value{GDBP})
19499 -stack-list-frames 3 3
19500 ^done,stack=
19501 [frame=@{level="3",addr="0x000107a4",func="foo",
19502 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19503 (@value{GDBP})
19504 @end smallexample
19505
19506
19507 @subheading The @code{-stack-list-locals} Command
19508 @findex -stack-list-locals
19509
19510 @subsubheading Synopsis
19511
19512 @smallexample
19513 -stack-list-locals @var{print-values}
19514 @end smallexample
19515
19516 Display the local variable names for the selected frame. If
19517 @var{print-values} is 0 or @code{--no-values}, print only the names of
19518 the variables; if it is 1 or @code{--all-values}, print also their
19519 values; and if it is 2 or @code{--simple-values}, print the name,
19520 type and value for simple data types and the name and type for arrays,
19521 structures and unions. In this last case, a frontend can immediately
19522 display the value of simple data types and create variable objects for
19523 other data types when the the user wishes to explore their values in
19524 more detail.
19525
19526 @subsubheading @value{GDBN} Command
19527
19528 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19529
19530 @subsubheading Example
19531
19532 @smallexample
19533 (@value{GDBP})
19534 -stack-list-locals 0
19535 ^done,locals=[name="A",name="B",name="C"]
19536 (@value{GDBP})
19537 -stack-list-locals --all-values
19538 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19539 @{name="C",value="@{1, 2, 3@}"@}]
19540 -stack-list-locals --simple-values
19541 ^done,locals=[@{name="A",type="int",value="1"@},
19542 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19543 (@value{GDBP})
19544 @end smallexample
19545
19546
19547 @subheading The @code{-stack-select-frame} Command
19548 @findex -stack-select-frame
19549
19550 @subsubheading Synopsis
19551
19552 @smallexample
19553 -stack-select-frame @var{framenum}
19554 @end smallexample
19555
19556 Change the selected frame. Select a different frame @var{framenum} on
19557 the stack.
19558
19559 @subsubheading @value{GDBN} Command
19560
19561 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19562 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19563
19564 @subsubheading Example
19565
19566 @smallexample
19567 (@value{GDBP})
19568 -stack-select-frame 2
19569 ^done
19570 (@value{GDBP})
19571 @end smallexample
19572
19573 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19574 @node GDB/MI Symbol Query
19575 @section @sc{gdb/mi} Symbol Query Commands
19576
19577
19578 @subheading The @code{-symbol-info-address} Command
19579 @findex -symbol-info-address
19580
19581 @subsubheading Synopsis
19582
19583 @smallexample
19584 -symbol-info-address @var{symbol}
19585 @end smallexample
19586
19587 Describe where @var{symbol} is stored.
19588
19589 @subsubheading @value{GDBN} Command
19590
19591 The corresponding @value{GDBN} command is @samp{info address}.
19592
19593 @subsubheading Example
19594 N.A.
19595
19596
19597 @subheading The @code{-symbol-info-file} Command
19598 @findex -symbol-info-file
19599
19600 @subsubheading Synopsis
19601
19602 @smallexample
19603 -symbol-info-file
19604 @end smallexample
19605
19606 Show the file for the symbol.
19607
19608 @subsubheading @value{GDBN} Command
19609
19610 There's no equivalent @value{GDBN} command. @code{gdbtk} has
19611 @samp{gdb_find_file}.
19612
19613 @subsubheading Example
19614 N.A.
19615
19616
19617 @subheading The @code{-symbol-info-function} Command
19618 @findex -symbol-info-function
19619
19620 @subsubheading Synopsis
19621
19622 @smallexample
19623 -symbol-info-function
19624 @end smallexample
19625
19626 Show which function the symbol lives in.
19627
19628 @subsubheading @value{GDBN} Command
19629
19630 @samp{gdb_get_function} in @code{gdbtk}.
19631
19632 @subsubheading Example
19633 N.A.
19634
19635
19636 @subheading The @code{-symbol-info-line} Command
19637 @findex -symbol-info-line
19638
19639 @subsubheading Synopsis
19640
19641 @smallexample
19642 -symbol-info-line
19643 @end smallexample
19644
19645 Show the core addresses of the code for a source line.
19646
19647 @subsubheading @value{GDBN} Command
19648
19649 The corresponding @value{GDBN} command is @samp{info line}.
19650 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19651
19652 @subsubheading Example
19653 N.A.
19654
19655
19656 @subheading The @code{-symbol-info-symbol} Command
19657 @findex -symbol-info-symbol
19658
19659 @subsubheading Synopsis
19660
19661 @smallexample
19662 -symbol-info-symbol @var{addr}
19663 @end smallexample
19664
19665 Describe what symbol is at location @var{addr}.
19666
19667 @subsubheading @value{GDBN} Command
19668
19669 The corresponding @value{GDBN} command is @samp{info symbol}.
19670
19671 @subsubheading Example
19672 N.A.
19673
19674
19675 @subheading The @code{-symbol-list-functions} Command
19676 @findex -symbol-list-functions
19677
19678 @subsubheading Synopsis
19679
19680 @smallexample
19681 -symbol-list-functions
19682 @end smallexample
19683
19684 List the functions in the executable.
19685
19686 @subsubheading @value{GDBN} Command
19687
19688 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19689 @samp{gdb_search} in @code{gdbtk}.
19690
19691 @subsubheading Example
19692 N.A.
19693
19694
19695 @subheading The @code{-symbol-list-lines} Command
19696 @findex -symbol-list-lines
19697
19698 @subsubheading Synopsis
19699
19700 @smallexample
19701 -symbol-list-lines @var{filename}
19702 @end smallexample
19703
19704 Print the list of lines that contain code and their associated program
19705 addresses for the given source filename. The entries are sorted in
19706 ascending PC order.
19707
19708 @subsubheading @value{GDBN} Command
19709
19710 There is no corresponding @value{GDBN} command.
19711
19712 @subsubheading Example
19713 @smallexample
19714 (@value{GDBP})
19715 -symbol-list-lines basics.c
19716 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19717 (@value{GDBP})
19718 @end smallexample
19719
19720
19721 @subheading The @code{-symbol-list-types} Command
19722 @findex -symbol-list-types
19723
19724 @subsubheading Synopsis
19725
19726 @smallexample
19727 -symbol-list-types
19728 @end smallexample
19729
19730 List all the type names.
19731
19732 @subsubheading @value{GDBN} Command
19733
19734 The corresponding commands are @samp{info types} in @value{GDBN},
19735 @samp{gdb_search} in @code{gdbtk}.
19736
19737 @subsubheading Example
19738 N.A.
19739
19740
19741 @subheading The @code{-symbol-list-variables} Command
19742 @findex -symbol-list-variables
19743
19744 @subsubheading Synopsis
19745
19746 @smallexample
19747 -symbol-list-variables
19748 @end smallexample
19749
19750 List all the global and static variable names.
19751
19752 @subsubheading @value{GDBN} Command
19753
19754 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19755
19756 @subsubheading Example
19757 N.A.
19758
19759
19760 @subheading The @code{-symbol-locate} Command
19761 @findex -symbol-locate
19762
19763 @subsubheading Synopsis
19764
19765 @smallexample
19766 -symbol-locate
19767 @end smallexample
19768
19769 @subsubheading @value{GDBN} Command
19770
19771 @samp{gdb_loc} in @code{gdbtk}.
19772
19773 @subsubheading Example
19774 N.A.
19775
19776
19777 @subheading The @code{-symbol-type} Command
19778 @findex -symbol-type
19779
19780 @subsubheading Synopsis
19781
19782 @smallexample
19783 -symbol-type @var{variable}
19784 @end smallexample
19785
19786 Show type of @var{variable}.
19787
19788 @subsubheading @value{GDBN} Command
19789
19790 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19791 @samp{gdb_obj_variable}.
19792
19793 @subsubheading Example
19794 N.A.
19795
19796
19797 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19798 @node GDB/MI Target Manipulation
19799 @section @sc{gdb/mi} Target Manipulation Commands
19800
19801
19802 @subheading The @code{-target-attach} Command
19803 @findex -target-attach
19804
19805 @subsubheading Synopsis
19806
19807 @smallexample
19808 -target-attach @var{pid} | @var{file}
19809 @end smallexample
19810
19811 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19812
19813 @subsubheading @value{GDBN} command
19814
19815 The corresponding @value{GDBN} command is @samp{attach}.
19816
19817 @subsubheading Example
19818 N.A.
19819
19820
19821 @subheading The @code{-target-compare-sections} Command
19822 @findex -target-compare-sections
19823
19824 @subsubheading Synopsis
19825
19826 @smallexample
19827 -target-compare-sections [ @var{section} ]
19828 @end smallexample
19829
19830 Compare data of section @var{section} on target to the exec file.
19831 Without the argument, all sections are compared.
19832
19833 @subsubheading @value{GDBN} Command
19834
19835 The @value{GDBN} equivalent is @samp{compare-sections}.
19836
19837 @subsubheading Example
19838 N.A.
19839
19840
19841 @subheading The @code{-target-detach} Command
19842 @findex -target-detach
19843
19844 @subsubheading Synopsis
19845
19846 @smallexample
19847 -target-detach
19848 @end smallexample
19849
19850 Disconnect from the remote target. There's no output.
19851
19852 @subsubheading @value{GDBN} command
19853
19854 The corresponding @value{GDBN} command is @samp{detach}.
19855
19856 @subsubheading Example
19857
19858 @smallexample
19859 (@value{GDBP})
19860 -target-detach
19861 ^done
19862 (@value{GDBP})
19863 @end smallexample
19864
19865
19866 @subheading The @code{-target-disconnect} Command
19867 @findex -target-disconnect
19868
19869 @subsubheading Synopsis
19870
19871 @example
19872 -target-disconnect
19873 @end example
19874
19875 Disconnect from the remote target. There's no output.
19876
19877 @subsubheading @value{GDBN} command
19878
19879 The corresponding @value{GDBN} command is @samp{disconnect}.
19880
19881 @subsubheading Example
19882
19883 @smallexample
19884 (@value{GDBP})
19885 -target-disconnect
19886 ^done
19887 (@value{GDBP})
19888 @end smallexample
19889
19890
19891 @subheading The @code{-target-download} Command
19892 @findex -target-download
19893
19894 @subsubheading Synopsis
19895
19896 @smallexample
19897 -target-download
19898 @end smallexample
19899
19900 Loads the executable onto the remote target.
19901 It prints out an update message every half second, which includes the fields:
19902
19903 @table @samp
19904 @item section
19905 The name of the section.
19906 @item section-sent
19907 The size of what has been sent so far for that section.
19908 @item section-size
19909 The size of the section.
19910 @item total-sent
19911 The total size of what was sent so far (the current and the previous sections).
19912 @item total-size
19913 The size of the overall executable to download.
19914 @end table
19915
19916 @noindent
19917 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19918 @sc{gdb/mi} Output Syntax}).
19919
19920 In addition, it prints the name and size of the sections, as they are
19921 downloaded. These messages include the following fields:
19922
19923 @table @samp
19924 @item section
19925 The name of the section.
19926 @item section-size
19927 The size of the section.
19928 @item total-size
19929 The size of the overall executable to download.
19930 @end table
19931
19932 @noindent
19933 At the end, a summary is printed.
19934
19935 @subsubheading @value{GDBN} Command
19936
19937 The corresponding @value{GDBN} command is @samp{load}.
19938
19939 @subsubheading Example
19940
19941 Note: each status message appears on a single line. Here the messages
19942 have been broken down so that they can fit onto a page.
19943
19944 @smallexample
19945 (@value{GDBP})
19946 -target-download
19947 +download,@{section=".text",section-size="6668",total-size="9880"@}
19948 +download,@{section=".text",section-sent="512",section-size="6668",
19949 total-sent="512",total-size="9880"@}
19950 +download,@{section=".text",section-sent="1024",section-size="6668",
19951 total-sent="1024",total-size="9880"@}
19952 +download,@{section=".text",section-sent="1536",section-size="6668",
19953 total-sent="1536",total-size="9880"@}
19954 +download,@{section=".text",section-sent="2048",section-size="6668",
19955 total-sent="2048",total-size="9880"@}
19956 +download,@{section=".text",section-sent="2560",section-size="6668",
19957 total-sent="2560",total-size="9880"@}
19958 +download,@{section=".text",section-sent="3072",section-size="6668",
19959 total-sent="3072",total-size="9880"@}
19960 +download,@{section=".text",section-sent="3584",section-size="6668",
19961 total-sent="3584",total-size="9880"@}
19962 +download,@{section=".text",section-sent="4096",section-size="6668",
19963 total-sent="4096",total-size="9880"@}
19964 +download,@{section=".text",section-sent="4608",section-size="6668",
19965 total-sent="4608",total-size="9880"@}
19966 +download,@{section=".text",section-sent="5120",section-size="6668",
19967 total-sent="5120",total-size="9880"@}
19968 +download,@{section=".text",section-sent="5632",section-size="6668",
19969 total-sent="5632",total-size="9880"@}
19970 +download,@{section=".text",section-sent="6144",section-size="6668",
19971 total-sent="6144",total-size="9880"@}
19972 +download,@{section=".text",section-sent="6656",section-size="6668",
19973 total-sent="6656",total-size="9880"@}
19974 +download,@{section=".init",section-size="28",total-size="9880"@}
19975 +download,@{section=".fini",section-size="28",total-size="9880"@}
19976 +download,@{section=".data",section-size="3156",total-size="9880"@}
19977 +download,@{section=".data",section-sent="512",section-size="3156",
19978 total-sent="7236",total-size="9880"@}
19979 +download,@{section=".data",section-sent="1024",section-size="3156",
19980 total-sent="7748",total-size="9880"@}
19981 +download,@{section=".data",section-sent="1536",section-size="3156",
19982 total-sent="8260",total-size="9880"@}
19983 +download,@{section=".data",section-sent="2048",section-size="3156",
19984 total-sent="8772",total-size="9880"@}
19985 +download,@{section=".data",section-sent="2560",section-size="3156",
19986 total-sent="9284",total-size="9880"@}
19987 +download,@{section=".data",section-sent="3072",section-size="3156",
19988 total-sent="9796",total-size="9880"@}
19989 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19990 write-rate="429"
19991 (@value{GDBP})
19992 @end smallexample
19993
19994
19995 @subheading The @code{-target-exec-status} Command
19996 @findex -target-exec-status
19997
19998 @subsubheading Synopsis
19999
20000 @smallexample
20001 -target-exec-status
20002 @end smallexample
20003
20004 Provide information on the state of the target (whether it is running or
20005 not, for instance).
20006
20007 @subsubheading @value{GDBN} Command
20008
20009 There's no equivalent @value{GDBN} command.
20010
20011 @subsubheading Example
20012 N.A.
20013
20014
20015 @subheading The @code{-target-list-available-targets} Command
20016 @findex -target-list-available-targets
20017
20018 @subsubheading Synopsis
20019
20020 @smallexample
20021 -target-list-available-targets
20022 @end smallexample
20023
20024 List the possible targets to connect to.
20025
20026 @subsubheading @value{GDBN} Command
20027
20028 The corresponding @value{GDBN} command is @samp{help target}.
20029
20030 @subsubheading Example
20031 N.A.
20032
20033
20034 @subheading The @code{-target-list-current-targets} Command
20035 @findex -target-list-current-targets
20036
20037 @subsubheading Synopsis
20038
20039 @smallexample
20040 -target-list-current-targets
20041 @end smallexample
20042
20043 Describe the current target.
20044
20045 @subsubheading @value{GDBN} Command
20046
20047 The corresponding information is printed by @samp{info file} (among
20048 other things).
20049
20050 @subsubheading Example
20051 N.A.
20052
20053
20054 @subheading The @code{-target-list-parameters} Command
20055 @findex -target-list-parameters
20056
20057 @subsubheading Synopsis
20058
20059 @smallexample
20060 -target-list-parameters
20061 @end smallexample
20062
20063 @c ????
20064
20065 @subsubheading @value{GDBN} Command
20066
20067 No equivalent.
20068
20069 @subsubheading Example
20070 N.A.
20071
20072
20073 @subheading The @code{-target-select} Command
20074 @findex -target-select
20075
20076 @subsubheading Synopsis
20077
20078 @smallexample
20079 -target-select @var{type} @var{parameters @dots{}}
20080 @end smallexample
20081
20082 Connect @value{GDBN} to the remote target. This command takes two args:
20083
20084 @table @samp
20085 @item @var{type}
20086 The type of target, for instance @samp{async}, @samp{remote}, etc.
20087 @item @var{parameters}
20088 Device names, host names and the like. @xref{Target Commands, ,
20089 Commands for managing targets}, for more details.
20090 @end table
20091
20092 The output is a connection notification, followed by the address at
20093 which the target program is, in the following form:
20094
20095 @smallexample
20096 ^connected,addr="@var{address}",func="@var{function name}",
20097 args=[@var{arg list}]
20098 @end smallexample
20099
20100 @subsubheading @value{GDBN} Command
20101
20102 The corresponding @value{GDBN} command is @samp{target}.
20103
20104 @subsubheading Example
20105
20106 @smallexample
20107 (@value{GDBP})
20108 -target-select async /dev/ttya
20109 ^connected,addr="0xfe00a300",func="??",args=[]
20110 (@value{GDBP})
20111 @end smallexample
20112
20113 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20114 @node GDB/MI Thread Commands
20115 @section @sc{gdb/mi} Thread Commands
20116
20117
20118 @subheading The @code{-thread-info} Command
20119 @findex -thread-info
20120
20121 @subsubheading Synopsis
20122
20123 @smallexample
20124 -thread-info
20125 @end smallexample
20126
20127 @subsubheading @value{GDBN} command
20128
20129 No equivalent.
20130
20131 @subsubheading Example
20132 N.A.
20133
20134
20135 @subheading The @code{-thread-list-all-threads} Command
20136 @findex -thread-list-all-threads
20137
20138 @subsubheading Synopsis
20139
20140 @smallexample
20141 -thread-list-all-threads
20142 @end smallexample
20143
20144 @subsubheading @value{GDBN} Command
20145
20146 The equivalent @value{GDBN} command is @samp{info threads}.
20147
20148 @subsubheading Example
20149 N.A.
20150
20151
20152 @subheading The @code{-thread-list-ids} Command
20153 @findex -thread-list-ids
20154
20155 @subsubheading Synopsis
20156
20157 @smallexample
20158 -thread-list-ids
20159 @end smallexample
20160
20161 Produces a list of the currently known @value{GDBN} thread ids. At the
20162 end of the list it also prints the total number of such threads.
20163
20164 @subsubheading @value{GDBN} Command
20165
20166 Part of @samp{info threads} supplies the same information.
20167
20168 @subsubheading Example
20169
20170 No threads present, besides the main process:
20171
20172 @smallexample
20173 (@value{GDBP})
20174 -thread-list-ids
20175 ^done,thread-ids=@{@},number-of-threads="0"
20176 (@value{GDBP})
20177 @end smallexample
20178
20179
20180 Several threads:
20181
20182 @smallexample
20183 (@value{GDBP})
20184 -thread-list-ids
20185 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20186 number-of-threads="3"
20187 (@value{GDBP})
20188 @end smallexample
20189
20190
20191 @subheading The @code{-thread-select} Command
20192 @findex -thread-select
20193
20194 @subsubheading Synopsis
20195
20196 @smallexample
20197 -thread-select @var{threadnum}
20198 @end smallexample
20199
20200 Make @var{threadnum} the current thread. It prints the number of the new
20201 current thread, and the topmost frame for that thread.
20202
20203 @subsubheading @value{GDBN} Command
20204
20205 The corresponding @value{GDBN} command is @samp{thread}.
20206
20207 @subsubheading Example
20208
20209 @smallexample
20210 (@value{GDBP})
20211 -exec-next
20212 ^running
20213 (@value{GDBP})
20214 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20215 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20216 (@value{GDBP})
20217 -thread-list-ids
20218 ^done,
20219 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20220 number-of-threads="3"
20221 (@value{GDBP})
20222 -thread-select 3
20223 ^done,new-thread-id="3",
20224 frame=@{level="0",func="vprintf",
20225 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20226 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20227 (@value{GDBP})
20228 @end smallexample
20229
20230 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20231 @node GDB/MI Tracepoint Commands
20232 @section @sc{gdb/mi} Tracepoint Commands
20233
20234 The tracepoint commands are not yet implemented.
20235
20236 @c @subheading -trace-actions
20237
20238 @c @subheading -trace-delete
20239
20240 @c @subheading -trace-disable
20241
20242 @c @subheading -trace-dump
20243
20244 @c @subheading -trace-enable
20245
20246 @c @subheading -trace-exists
20247
20248 @c @subheading -trace-find
20249
20250 @c @subheading -trace-frame-number
20251
20252 @c @subheading -trace-info
20253
20254 @c @subheading -trace-insert
20255
20256 @c @subheading -trace-list
20257
20258 @c @subheading -trace-pass-count
20259
20260 @c @subheading -trace-save
20261
20262 @c @subheading -trace-start
20263
20264 @c @subheading -trace-stop
20265
20266
20267 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20268 @node GDB/MI Variable Objects
20269 @section @sc{gdb/mi} Variable Objects
20270
20271
20272 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20273
20274 For the implementation of a variable debugger window (locals, watched
20275 expressions, etc.), we are proposing the adaptation of the existing code
20276 used by @code{Insight}.
20277
20278 The two main reasons for that are:
20279
20280 @enumerate 1
20281 @item
20282 It has been proven in practice (it is already on its second generation).
20283
20284 @item
20285 It will shorten development time (needless to say how important it is
20286 now).
20287 @end enumerate
20288
20289 The original interface was designed to be used by Tcl code, so it was
20290 slightly changed so it could be used through @sc{gdb/mi}. This section
20291 describes the @sc{gdb/mi} operations that will be available and gives some
20292 hints about their use.
20293
20294 @emph{Note}: In addition to the set of operations described here, we
20295 expect the @sc{gui} implementation of a variable window to require, at
20296 least, the following operations:
20297
20298 @itemize @bullet
20299 @item @code{-gdb-show} @code{output-radix}
20300 @item @code{-stack-list-arguments}
20301 @item @code{-stack-list-locals}
20302 @item @code{-stack-select-frame}
20303 @end itemize
20304
20305 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20306
20307 @cindex variable objects in @sc{gdb/mi}
20308 The basic idea behind variable objects is the creation of a named object
20309 to represent a variable, an expression, a memory location or even a CPU
20310 register. For each object created, a set of operations is available for
20311 examining or changing its properties.
20312
20313 Furthermore, complex data types, such as C structures, are represented
20314 in a tree format. For instance, the @code{struct} type variable is the
20315 root and the children will represent the struct members. If a child
20316 is itself of a complex type, it will also have children of its own.
20317 Appropriate language differences are handled for C, C@t{++} and Java.
20318
20319 When returning the actual values of the objects, this facility allows
20320 for the individual selection of the display format used in the result
20321 creation. It can be chosen among: binary, decimal, hexadecimal, octal
20322 and natural. Natural refers to a default format automatically
20323 chosen based on the variable type (like decimal for an @code{int}, hex
20324 for pointers, etc.).
20325
20326 The following is the complete set of @sc{gdb/mi} operations defined to
20327 access this functionality:
20328
20329 @multitable @columnfractions .4 .6
20330 @item @strong{Operation}
20331 @tab @strong{Description}
20332
20333 @item @code{-var-create}
20334 @tab create a variable object
20335 @item @code{-var-delete}
20336 @tab delete the variable object and its children
20337 @item @code{-var-set-format}
20338 @tab set the display format of this variable
20339 @item @code{-var-show-format}
20340 @tab show the display format of this variable
20341 @item @code{-var-info-num-children}
20342 @tab tells how many children this object has
20343 @item @code{-var-list-children}
20344 @tab return a list of the object's children
20345 @item @code{-var-info-type}
20346 @tab show the type of this variable object
20347 @item @code{-var-info-expression}
20348 @tab print what this variable object represents
20349 @item @code{-var-show-attributes}
20350 @tab is this variable editable? does it exist here?
20351 @item @code{-var-evaluate-expression}
20352 @tab get the value of this variable
20353 @item @code{-var-assign}
20354 @tab set the value of this variable
20355 @item @code{-var-update}
20356 @tab update the variable and its children
20357 @end multitable
20358
20359 In the next subsection we describe each operation in detail and suggest
20360 how it can be used.
20361
20362 @subheading Description And Use of Operations on Variable Objects
20363
20364 @subheading The @code{-var-create} Command
20365 @findex -var-create
20366
20367 @subsubheading Synopsis
20368
20369 @smallexample
20370 -var-create @{@var{name} | "-"@}
20371 @{@var{frame-addr} | "*"@} @var{expression}
20372 @end smallexample
20373
20374 This operation creates a variable object, which allows the monitoring of
20375 a variable, the result of an expression, a memory cell or a CPU
20376 register.
20377
20378 The @var{name} parameter is the string by which the object can be
20379 referenced. It must be unique. If @samp{-} is specified, the varobj
20380 system will generate a string ``varNNNNNN'' automatically. It will be
20381 unique provided that one does not specify @var{name} on that format.
20382 The command fails if a duplicate name is found.
20383
20384 The frame under which the expression should be evaluated can be
20385 specified by @var{frame-addr}. A @samp{*} indicates that the current
20386 frame should be used.
20387
20388 @var{expression} is any expression valid on the current language set (must not
20389 begin with a @samp{*}), or one of the following:
20390
20391 @itemize @bullet
20392 @item
20393 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20394
20395 @item
20396 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20397
20398 @item
20399 @samp{$@var{regname}} --- a CPU register name
20400 @end itemize
20401
20402 @subsubheading Result
20403
20404 This operation returns the name, number of children and the type of the
20405 object created. Type is returned as a string as the ones generated by
20406 the @value{GDBN} CLI:
20407
20408 @smallexample
20409 name="@var{name}",numchild="N",type="@var{type}"
20410 @end smallexample
20411
20412
20413 @subheading The @code{-var-delete} Command
20414 @findex -var-delete
20415
20416 @subsubheading Synopsis
20417
20418 @smallexample
20419 -var-delete @var{name}
20420 @end smallexample
20421
20422 Deletes a previously created variable object and all of its children.
20423
20424 Returns an error if the object @var{name} is not found.
20425
20426
20427 @subheading The @code{-var-set-format} Command
20428 @findex -var-set-format
20429
20430 @subsubheading Synopsis
20431
20432 @smallexample
20433 -var-set-format @var{name} @var{format-spec}
20434 @end smallexample
20435
20436 Sets the output format for the value of the object @var{name} to be
20437 @var{format-spec}.
20438
20439 The syntax for the @var{format-spec} is as follows:
20440
20441 @smallexample
20442 @var{format-spec} @expansion{}
20443 @{binary | decimal | hexadecimal | octal | natural@}
20444 @end smallexample
20445
20446
20447 @subheading The @code{-var-show-format} Command
20448 @findex -var-show-format
20449
20450 @subsubheading Synopsis
20451
20452 @smallexample
20453 -var-show-format @var{name}
20454 @end smallexample
20455
20456 Returns the format used to display the value of the object @var{name}.
20457
20458 @smallexample
20459 @var{format} @expansion{}
20460 @var{format-spec}
20461 @end smallexample
20462
20463
20464 @subheading The @code{-var-info-num-children} Command
20465 @findex -var-info-num-children
20466
20467 @subsubheading Synopsis
20468
20469 @smallexample
20470 -var-info-num-children @var{name}
20471 @end smallexample
20472
20473 Returns the number of children of a variable object @var{name}:
20474
20475 @smallexample
20476 numchild=@var{n}
20477 @end smallexample
20478
20479
20480 @subheading The @code{-var-list-children} Command
20481 @findex -var-list-children
20482
20483 @subsubheading Synopsis
20484
20485 @smallexample
20486 -var-list-children [@var{print-values}] @var{name}
20487 @end smallexample
20488 @anchor{-var-list-children}
20489
20490 Return a list of the children of the specified variable object and
20491 create variable objects for them, if they do not already exist. With
20492 a single argument or if @var{print-values} has a value for of 0 or
20493 @code{--no-values}, print only the names of the variables; if
20494 @var{print-values} is 1 or @code{--all-values}, also print their
20495 values; and if it is 2 or @code{--simple-values} print the name and
20496 value for simple data types and just the name for arrays, structures
20497 and unions.
20498
20499 @subsubheading Example
20500
20501 @smallexample
20502 (@value{GDBP})
20503 -var-list-children n
20504 ^done,numchild=@var{n},children=[@{name=@var{name},
20505 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20506 (@value{GDBP})
20507 -var-list-children --all-values n
20508 ^done,numchild=@var{n},children=[@{name=@var{name},
20509 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20510 @end smallexample
20511
20512
20513 @subheading The @code{-var-info-type} Command
20514 @findex -var-info-type
20515
20516 @subsubheading Synopsis
20517
20518 @smallexample
20519 -var-info-type @var{name}
20520 @end smallexample
20521
20522 Returns the type of the specified variable @var{name}. The type is
20523 returned as a string in the same format as it is output by the
20524 @value{GDBN} CLI:
20525
20526 @smallexample
20527 type=@var{typename}
20528 @end smallexample
20529
20530
20531 @subheading The @code{-var-info-expression} Command
20532 @findex -var-info-expression
20533
20534 @subsubheading Synopsis
20535
20536 @smallexample
20537 -var-info-expression @var{name}
20538 @end smallexample
20539
20540 Returns what is represented by the variable object @var{name}:
20541
20542 @smallexample
20543 lang=@var{lang-spec},exp=@var{expression}
20544 @end smallexample
20545
20546 @noindent
20547 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20548
20549 @subheading The @code{-var-show-attributes} Command
20550 @findex -var-show-attributes
20551
20552 @subsubheading Synopsis
20553
20554 @smallexample
20555 -var-show-attributes @var{name}
20556 @end smallexample
20557
20558 List attributes of the specified variable object @var{name}:
20559
20560 @smallexample
20561 status=@var{attr} [ ( ,@var{attr} )* ]
20562 @end smallexample
20563
20564 @noindent
20565 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20566
20567 @subheading The @code{-var-evaluate-expression} Command
20568 @findex -var-evaluate-expression
20569
20570 @subsubheading Synopsis
20571
20572 @smallexample
20573 -var-evaluate-expression @var{name}
20574 @end smallexample
20575
20576 Evaluates the expression that is represented by the specified variable
20577 object and returns its value as a string in the current format specified
20578 for the object:
20579
20580 @smallexample
20581 value=@var{value}
20582 @end smallexample
20583
20584 Note that one must invoke @code{-var-list-children} for a variable
20585 before the value of a child variable can be evaluated.
20586
20587 @subheading The @code{-var-assign} Command
20588 @findex -var-assign
20589
20590 @subsubheading Synopsis
20591
20592 @smallexample
20593 -var-assign @var{name} @var{expression}
20594 @end smallexample
20595
20596 Assigns the value of @var{expression} to the variable object specified
20597 by @var{name}. The object must be @samp{editable}. If the variable's
20598 value is altered by the assign, the variable will show up in any
20599 subsequent @code{-var-update} list.
20600
20601 @subsubheading Example
20602
20603 @smallexample
20604 (@value{GDBP})
20605 -var-assign var1 3
20606 ^done,value="3"
20607 (@value{GDBP})
20608 -var-update *
20609 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20610 (@value{GDBP})
20611 @end smallexample
20612
20613 @subheading The @code{-var-update} Command
20614 @findex -var-update
20615
20616 @subsubheading Synopsis
20617
20618 @smallexample
20619 -var-update [@var{print-values}] @{@var{name} | "*"@}
20620 @end smallexample
20621
20622 Update the value of the variable object @var{name} by evaluating its
20623 expression after fetching all the new values from memory or registers.
20624 A @samp{*} causes all existing variable objects to be updated. The
20625 option @var{print-values} determines whether names and values, or just
20626 names are printed in the manner described for
20627 @code{@pxref{-var-list-children}}.
20628
20629 @subsubheading Example
20630
20631 @smallexample
20632 (@value{GDBP})
20633 -var-assign var1 3
20634 ^done,value="3"
20635 (@value{GDBP})
20636 -var-update --all-values var1
20637 ^done,changelist=[@{name="var1",value="3",in_scope="true",
20638 type_changed="false"@}]
20639 (@value{GDBP})
20640 @end smallexample
20641
20642 @node Annotations
20643 @chapter @value{GDBN} Annotations
20644
20645 This chapter describes annotations in @value{GDBN}. Annotations were
20646 designed to interface @value{GDBN} to graphical user interfaces or other
20647 similar programs which want to interact with @value{GDBN} at a
20648 relatively high level.
20649
20650 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20651 (@pxref{GDB/MI}).
20652
20653 @ignore
20654 This is Edition @value{EDITION}, @value{DATE}.
20655 @end ignore
20656
20657 @menu
20658 * Annotations Overview:: What annotations are; the general syntax.
20659 * Prompting:: Annotations marking @value{GDBN}'s need for input.
20660 * Errors:: Annotations for error messages.
20661 * Invalidation:: Some annotations describe things now invalid.
20662 * Annotations for Running::
20663 Whether the program is running, how it stopped, etc.
20664 * Source Annotations:: Annotations describing source code.
20665 @end menu
20666
20667 @node Annotations Overview
20668 @section What is an Annotation?
20669 @cindex annotations
20670
20671 Annotations start with a newline character, two @samp{control-z}
20672 characters, and the name of the annotation. If there is no additional
20673 information associated with this annotation, the name of the annotation
20674 is followed immediately by a newline. If there is additional
20675 information, the name of the annotation is followed by a space, the
20676 additional information, and a newline. The additional information
20677 cannot contain newline characters.
20678
20679 Any output not beginning with a newline and two @samp{control-z}
20680 characters denotes literal output from @value{GDBN}. Currently there is
20681 no need for @value{GDBN} to output a newline followed by two
20682 @samp{control-z} characters, but if there was such a need, the
20683 annotations could be extended with an @samp{escape} annotation which
20684 means those three characters as output.
20685
20686 The annotation @var{level}, which is specified using the
20687 @option{--annotate} command line option (@pxref{Mode Options}), controls
20688 how much information @value{GDBN} prints together with its prompt,
20689 values of expressions, source lines, and other types of output. Level 0
20690 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20691 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20692 for programs that control @value{GDBN}, and level 2 annotations have
20693 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20694 Interface, annotate, GDB's Obsolete Annotations}).
20695
20696 @table @code
20697 @kindex set annotate
20698 @item set annotate @var{level}
20699 The @value{GDBN} command @code{set annotate} sets the level of
20700 annotations to the specified @var{level}.
20701
20702 @item show annotate
20703 @kindex show annotate
20704 Show the current annotation level.
20705 @end table
20706
20707 This chapter describes level 3 annotations.
20708
20709 A simple example of starting up @value{GDBN} with annotations is:
20710
20711 @smallexample
20712 $ @kbd{gdb --annotate=3}
20713 GNU gdb 6.0
20714 Copyright 2003 Free Software Foundation, Inc.
20715 GDB is free software, covered by the GNU General Public License,
20716 and you are welcome to change it and/or distribute copies of it
20717 under certain conditions.
20718 Type "show copying" to see the conditions.
20719 There is absolutely no warranty for GDB. Type "show warranty"
20720 for details.
20721 This GDB was configured as "i386-pc-linux-gnu"
20722
20723 ^Z^Zpre-prompt
20724 (@value{GDBP})
20725 ^Z^Zprompt
20726 @kbd{quit}
20727
20728 ^Z^Zpost-prompt
20729 $
20730 @end smallexample
20731
20732 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20733 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20734 denotes a @samp{control-z} character) are annotations; the rest is
20735 output from @value{GDBN}.
20736
20737 @node Prompting
20738 @section Annotation for @value{GDBN} Input
20739
20740 @cindex annotations for prompts
20741 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20742 to know when to send output, when the output from a given command is
20743 over, etc.
20744
20745 Different kinds of input each have a different @dfn{input type}. Each
20746 input type has three annotations: a @code{pre-} annotation, which
20747 denotes the beginning of any prompt which is being output, a plain
20748 annotation, which denotes the end of the prompt, and then a @code{post-}
20749 annotation which denotes the end of any echo which may (or may not) be
20750 associated with the input. For example, the @code{prompt} input type
20751 features the following annotations:
20752
20753 @smallexample
20754 ^Z^Zpre-prompt
20755 ^Z^Zprompt
20756 ^Z^Zpost-prompt
20757 @end smallexample
20758
20759 The input types are
20760
20761 @table @code
20762 @findex pre-prompt
20763 @findex prompt
20764 @findex post-prompt
20765 @item prompt
20766 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20767
20768 @findex pre-commands
20769 @findex commands
20770 @findex post-commands
20771 @item commands
20772 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20773 command. The annotations are repeated for each command which is input.
20774
20775 @findex pre-overload-choice
20776 @findex overload-choice
20777 @findex post-overload-choice
20778 @item overload-choice
20779 When @value{GDBN} wants the user to select between various overloaded functions.
20780
20781 @findex pre-query
20782 @findex query
20783 @findex post-query
20784 @item query
20785 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20786
20787 @findex pre-prompt-for-continue
20788 @findex prompt-for-continue
20789 @findex post-prompt-for-continue
20790 @item prompt-for-continue
20791 When @value{GDBN} is asking the user to press return to continue. Note: Don't
20792 expect this to work well; instead use @code{set height 0} to disable
20793 prompting. This is because the counting of lines is buggy in the
20794 presence of annotations.
20795 @end table
20796
20797 @node Errors
20798 @section Errors
20799 @cindex annotations for errors, warnings and interrupts
20800
20801 @findex quit
20802 @smallexample
20803 ^Z^Zquit
20804 @end smallexample
20805
20806 This annotation occurs right before @value{GDBN} responds to an interrupt.
20807
20808 @findex error
20809 @smallexample
20810 ^Z^Zerror
20811 @end smallexample
20812
20813 This annotation occurs right before @value{GDBN} responds to an error.
20814
20815 Quit and error annotations indicate that any annotations which @value{GDBN} was
20816 in the middle of may end abruptly. For example, if a
20817 @code{value-history-begin} annotation is followed by a @code{error}, one
20818 cannot expect to receive the matching @code{value-history-end}. One
20819 cannot expect not to receive it either, however; an error annotation
20820 does not necessarily mean that @value{GDBN} is immediately returning all the way
20821 to the top level.
20822
20823 @findex error-begin
20824 A quit or error annotation may be preceded by
20825
20826 @smallexample
20827 ^Z^Zerror-begin
20828 @end smallexample
20829
20830 Any output between that and the quit or error annotation is the error
20831 message.
20832
20833 Warning messages are not yet annotated.
20834 @c If we want to change that, need to fix warning(), type_error(),
20835 @c range_error(), and possibly other places.
20836
20837 @node Invalidation
20838 @section Invalidation Notices
20839
20840 @cindex annotations for invalidation messages
20841 The following annotations say that certain pieces of state may have
20842 changed.
20843
20844 @table @code
20845 @findex frames-invalid
20846 @item ^Z^Zframes-invalid
20847
20848 The frames (for example, output from the @code{backtrace} command) may
20849 have changed.
20850
20851 @findex breakpoints-invalid
20852 @item ^Z^Zbreakpoints-invalid
20853
20854 The breakpoints may have changed. For example, the user just added or
20855 deleted a breakpoint.
20856 @end table
20857
20858 @node Annotations for Running
20859 @section Running the Program
20860 @cindex annotations for running programs
20861
20862 @findex starting
20863 @findex stopping
20864 When the program starts executing due to a @value{GDBN} command such as
20865 @code{step} or @code{continue},
20866
20867 @smallexample
20868 ^Z^Zstarting
20869 @end smallexample
20870
20871 is output. When the program stops,
20872
20873 @smallexample
20874 ^Z^Zstopped
20875 @end smallexample
20876
20877 is output. Before the @code{stopped} annotation, a variety of
20878 annotations describe how the program stopped.
20879
20880 @table @code
20881 @findex exited
20882 @item ^Z^Zexited @var{exit-status}
20883 The program exited, and @var{exit-status} is the exit status (zero for
20884 successful exit, otherwise nonzero).
20885
20886 @findex signalled
20887 @findex signal-name
20888 @findex signal-name-end
20889 @findex signal-string
20890 @findex signal-string-end
20891 @item ^Z^Zsignalled
20892 The program exited with a signal. After the @code{^Z^Zsignalled}, the
20893 annotation continues:
20894
20895 @smallexample
20896 @var{intro-text}
20897 ^Z^Zsignal-name
20898 @var{name}
20899 ^Z^Zsignal-name-end
20900 @var{middle-text}
20901 ^Z^Zsignal-string
20902 @var{string}
20903 ^Z^Zsignal-string-end
20904 @var{end-text}
20905 @end smallexample
20906
20907 @noindent
20908 where @var{name} is the name of the signal, such as @code{SIGILL} or
20909 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20910 as @code{Illegal Instruction} or @code{Segmentation fault}.
20911 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20912 user's benefit and have no particular format.
20913
20914 @findex signal
20915 @item ^Z^Zsignal
20916 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20917 just saying that the program received the signal, not that it was
20918 terminated with it.
20919
20920 @findex breakpoint
20921 @item ^Z^Zbreakpoint @var{number}
20922 The program hit breakpoint number @var{number}.
20923
20924 @findex watchpoint
20925 @item ^Z^Zwatchpoint @var{number}
20926 The program hit watchpoint number @var{number}.
20927 @end table
20928
20929 @node Source Annotations
20930 @section Displaying Source
20931 @cindex annotations for source display
20932
20933 @findex source
20934 The following annotation is used instead of displaying source code:
20935
20936 @smallexample
20937 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20938 @end smallexample
20939
20940 where @var{filename} is an absolute file name indicating which source
20941 file, @var{line} is the line number within that file (where 1 is the
20942 first line in the file), @var{character} is the character position
20943 within the file (where 0 is the first character in the file) (for most
20944 debug formats this will necessarily point to the beginning of a line),
20945 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20946 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20947 @var{addr} is the address in the target program associated with the
20948 source which is being displayed. @var{addr} is in the form @samp{0x}
20949 followed by one or more lowercase hex digits (note that this does not
20950 depend on the language).
20951
20952 @node GDB Bugs
20953 @chapter Reporting Bugs in @value{GDBN}
20954 @cindex bugs in @value{GDBN}
20955 @cindex reporting bugs in @value{GDBN}
20956
20957 Your bug reports play an essential role in making @value{GDBN} reliable.
20958
20959 Reporting a bug may help you by bringing a solution to your problem, or it
20960 may not. But in any case the principal function of a bug report is to help
20961 the entire community by making the next version of @value{GDBN} work better. Bug
20962 reports are your contribution to the maintenance of @value{GDBN}.
20963
20964 In order for a bug report to serve its purpose, you must include the
20965 information that enables us to fix the bug.
20966
20967 @menu
20968 * Bug Criteria:: Have you found a bug?
20969 * Bug Reporting:: How to report bugs
20970 @end menu
20971
20972 @node Bug Criteria
20973 @section Have you found a bug?
20974 @cindex bug criteria
20975
20976 If you are not sure whether you have found a bug, here are some guidelines:
20977
20978 @itemize @bullet
20979 @cindex fatal signal
20980 @cindex debugger crash
20981 @cindex crash of debugger
20982 @item
20983 If the debugger gets a fatal signal, for any input whatever, that is a
20984 @value{GDBN} bug. Reliable debuggers never crash.
20985
20986 @cindex error on valid input
20987 @item
20988 If @value{GDBN} produces an error message for valid input, that is a
20989 bug. (Note that if you're cross debugging, the problem may also be
20990 somewhere in the connection to the target.)
20991
20992 @cindex invalid input
20993 @item
20994 If @value{GDBN} does not produce an error message for invalid input,
20995 that is a bug. However, you should note that your idea of
20996 ``invalid input'' might be our idea of ``an extension'' or ``support
20997 for traditional practice''.
20998
20999 @item
21000 If you are an experienced user of debugging tools, your suggestions
21001 for improvement of @value{GDBN} are welcome in any case.
21002 @end itemize
21003
21004 @node Bug Reporting
21005 @section How to report bugs
21006 @cindex bug reports
21007 @cindex @value{GDBN} bugs, reporting
21008
21009 A number of companies and individuals offer support for @sc{gnu} products.
21010 If you obtained @value{GDBN} from a support organization, we recommend you
21011 contact that organization first.
21012
21013 You can find contact information for many support companies and
21014 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
21015 distribution.
21016 @c should add a web page ref...
21017
21018 In any event, we also recommend that you submit bug reports for
21019 @value{GDBN}. The prefered method is to submit them directly using
21020 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
21021 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
21022 be used.
21023
21024 @strong{Do not send bug reports to @samp{info-gdb}, or to
21025 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
21026 not want to receive bug reports. Those that do have arranged to receive
21027 @samp{bug-gdb}.
21028
21029 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
21030 serves as a repeater. The mailing list and the newsgroup carry exactly
21031 the same messages. Often people think of posting bug reports to the
21032 newsgroup instead of mailing them. This appears to work, but it has one
21033 problem which can be crucial: a newsgroup posting often lacks a mail
21034 path back to the sender. Thus, if we need to ask for more information,
21035 we may be unable to reach you. For this reason, it is better to send
21036 bug reports to the mailing list.
21037
21038 The fundamental principle of reporting bugs usefully is this:
21039 @strong{report all the facts}. If you are not sure whether to state a
21040 fact or leave it out, state it!
21041
21042 Often people omit facts because they think they know what causes the
21043 problem and assume that some details do not matter. Thus, you might
21044 assume that the name of the variable you use in an example does not matter.
21045 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
21046 stray memory reference which happens to fetch from the location where that
21047 name is stored in memory; perhaps, if the name were different, the contents
21048 of that location would fool the debugger into doing the right thing despite
21049 the bug. Play it safe and give a specific, complete example. That is the
21050 easiest thing for you to do, and the most helpful.
21051
21052 Keep in mind that the purpose of a bug report is to enable us to fix the
21053 bug. It may be that the bug has been reported previously, but neither
21054 you nor we can know that unless your bug report is complete and
21055 self-contained.
21056
21057 Sometimes people give a few sketchy facts and ask, ``Does this ring a
21058 bell?'' Those bug reports are useless, and we urge everyone to
21059 @emph{refuse to respond to them} except to chide the sender to report
21060 bugs properly.
21061
21062 To enable us to fix the bug, you should include all these things:
21063
21064 @itemize @bullet
21065 @item
21066 The version of @value{GDBN}. @value{GDBN} announces it if you start
21067 with no arguments; you can also print it at any time using @code{show
21068 version}.
21069
21070 Without this, we will not know whether there is any point in looking for
21071 the bug in the current version of @value{GDBN}.
21072
21073 @item
21074 The type of machine you are using, and the operating system name and
21075 version number.
21076
21077 @item
21078 What compiler (and its version) was used to compile @value{GDBN}---e.g.
21079 ``@value{GCC}--2.8.1''.
21080
21081 @item
21082 What compiler (and its version) was used to compile the program you are
21083 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
21084 C Compiler''. For GCC, you can say @code{gcc --version} to get this
21085 information; for other compilers, see the documentation for those
21086 compilers.
21087
21088 @item
21089 The command arguments you gave the compiler to compile your example and
21090 observe the bug. For example, did you use @samp{-O}? To guarantee
21091 you will not omit something important, list them all. A copy of the
21092 Makefile (or the output from make) is sufficient.
21093
21094 If we were to try to guess the arguments, we would probably guess wrong
21095 and then we might not encounter the bug.
21096
21097 @item
21098 A complete input script, and all necessary source files, that will
21099 reproduce the bug.
21100
21101 @item
21102 A description of what behavior you observe that you believe is
21103 incorrect. For example, ``It gets a fatal signal.''
21104
21105 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21106 will certainly notice it. But if the bug is incorrect output, we might
21107 not notice unless it is glaringly wrong. You might as well not give us
21108 a chance to make a mistake.
21109
21110 Even if the problem you experience is a fatal signal, you should still
21111 say so explicitly. Suppose something strange is going on, such as, your
21112 copy of @value{GDBN} is out of synch, or you have encountered a bug in
21113 the C library on your system. (This has happened!) Your copy might
21114 crash and ours would not. If you told us to expect a crash, then when
21115 ours fails to crash, we would know that the bug was not happening for
21116 us. If you had not told us to expect a crash, then we would not be able
21117 to draw any conclusion from our observations.
21118
21119 @pindex script
21120 @cindex recording a session script
21121 To collect all this information, you can use a session recording program
21122 such as @command{script}, which is available on many Unix systems.
21123 Just run your @value{GDBN} session inside @command{script} and then
21124 include the @file{typescript} file with your bug report.
21125
21126 Another way to record a @value{GDBN} session is to run @value{GDBN}
21127 inside Emacs and then save the entire buffer to a file.
21128
21129 @item
21130 If you wish to suggest changes to the @value{GDBN} source, send us context
21131 diffs. If you even discuss something in the @value{GDBN} source, refer to
21132 it by context, not by line number.
21133
21134 The line numbers in our development sources will not match those in your
21135 sources. Your line numbers would convey no useful information to us.
21136
21137 @end itemize
21138
21139 Here are some things that are not necessary:
21140
21141 @itemize @bullet
21142 @item
21143 A description of the envelope of the bug.
21144
21145 Often people who encounter a bug spend a lot of time investigating
21146 which changes to the input file will make the bug go away and which
21147 changes will not affect it.
21148
21149 This is often time consuming and not very useful, because the way we
21150 will find the bug is by running a single example under the debugger
21151 with breakpoints, not by pure deduction from a series of examples.
21152 We recommend that you save your time for something else.
21153
21154 Of course, if you can find a simpler example to report @emph{instead}
21155 of the original one, that is a convenience for us. Errors in the
21156 output will be easier to spot, running under the debugger will take
21157 less time, and so on.
21158
21159 However, simplification is not vital; if you do not want to do this,
21160 report the bug anyway and send us the entire test case you used.
21161
21162 @item
21163 A patch for the bug.
21164
21165 A patch for the bug does help us if it is a good one. But do not omit
21166 the necessary information, such as the test case, on the assumption that
21167 a patch is all we need. We might see problems with your patch and decide
21168 to fix the problem another way, or we might not understand it at all.
21169
21170 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21171 construct an example that will make the program follow a certain path
21172 through the code. If you do not send us the example, we will not be able
21173 to construct one, so we will not be able to verify that the bug is fixed.
21174
21175 And if we cannot understand what bug you are trying to fix, or why your
21176 patch should be an improvement, we will not install it. A test case will
21177 help us to understand.
21178
21179 @item
21180 A guess about what the bug is or what it depends on.
21181
21182 Such guesses are usually wrong. Even we cannot guess right about such
21183 things without first using the debugger to find the facts.
21184 @end itemize
21185
21186 @c The readline documentation is distributed with the readline code
21187 @c and consists of the two following files:
21188 @c rluser.texinfo
21189 @c inc-hist.texinfo
21190 @c Use -I with makeinfo to point to the appropriate directory,
21191 @c environment var TEXINPUTS with TeX.
21192 @include rluser.texinfo
21193 @include inc-hist.texinfo
21194
21195
21196 @node Formatting Documentation
21197 @appendix Formatting Documentation
21198
21199 @cindex @value{GDBN} reference card
21200 @cindex reference card
21201 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21202 for printing with PostScript or Ghostscript, in the @file{gdb}
21203 subdirectory of the main source directory@footnote{In
21204 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21205 release.}. If you can use PostScript or Ghostscript with your printer,
21206 you can print the reference card immediately with @file{refcard.ps}.
21207
21208 The release also includes the source for the reference card. You
21209 can format it, using @TeX{}, by typing:
21210
21211 @smallexample
21212 make refcard.dvi
21213 @end smallexample
21214
21215 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21216 mode on US ``letter'' size paper;
21217 that is, on a sheet 11 inches wide by 8.5 inches
21218 high. You will need to specify this form of printing as an option to
21219 your @sc{dvi} output program.
21220
21221 @cindex documentation
21222
21223 All the documentation for @value{GDBN} comes as part of the machine-readable
21224 distribution. The documentation is written in Texinfo format, which is
21225 a documentation system that uses a single source file to produce both
21226 on-line information and a printed manual. You can use one of the Info
21227 formatting commands to create the on-line version of the documentation
21228 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21229
21230 @value{GDBN} includes an already formatted copy of the on-line Info
21231 version of this manual in the @file{gdb} subdirectory. The main Info
21232 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21233 subordinate files matching @samp{gdb.info*} in the same directory. If
21234 necessary, you can print out these files, or read them with any editor;
21235 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21236 Emacs or the standalone @code{info} program, available as part of the
21237 @sc{gnu} Texinfo distribution.
21238
21239 If you want to format these Info files yourself, you need one of the
21240 Info formatting programs, such as @code{texinfo-format-buffer} or
21241 @code{makeinfo}.
21242
21243 If you have @code{makeinfo} installed, and are in the top level
21244 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21245 version @value{GDBVN}), you can make the Info file by typing:
21246
21247 @smallexample
21248 cd gdb
21249 make gdb.info
21250 @end smallexample
21251
21252 If you want to typeset and print copies of this manual, you need @TeX{},
21253 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21254 Texinfo definitions file.
21255
21256 @TeX{} is a typesetting program; it does not print files directly, but
21257 produces output files called @sc{dvi} files. To print a typeset
21258 document, you need a program to print @sc{dvi} files. If your system
21259 has @TeX{} installed, chances are it has such a program. The precise
21260 command to use depends on your system; @kbd{lpr -d} is common; another
21261 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21262 require a file name without any extension or a @samp{.dvi} extension.
21263
21264 @TeX{} also requires a macro definitions file called
21265 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21266 written in Texinfo format. On its own, @TeX{} cannot either read or
21267 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21268 and is located in the @file{gdb-@var{version-number}/texinfo}
21269 directory.
21270
21271 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21272 typeset and print this manual. First switch to the the @file{gdb}
21273 subdirectory of the main source directory (for example, to
21274 @file{gdb-@value{GDBVN}/gdb}) and type:
21275
21276 @smallexample
21277 make gdb.dvi
21278 @end smallexample
21279
21280 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21281
21282 @node Installing GDB
21283 @appendix Installing @value{GDBN}
21284 @cindex configuring @value{GDBN}
21285 @cindex installation
21286 @cindex configuring @value{GDBN}, and source tree subdirectories
21287
21288 @value{GDBN} comes with a @code{configure} script that automates the process
21289 of preparing @value{GDBN} for installation; you can then use @code{make} to
21290 build the @code{gdb} program.
21291 @iftex
21292 @c irrelevant in info file; it's as current as the code it lives with.
21293 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21294 look at the @file{README} file in the sources; we may have improved the
21295 installation procedures since publishing this manual.}
21296 @end iftex
21297
21298 The @value{GDBN} distribution includes all the source code you need for
21299 @value{GDBN} in a single directory, whose name is usually composed by
21300 appending the version number to @samp{gdb}.
21301
21302 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21303 @file{gdb-@value{GDBVN}} directory. That directory contains:
21304
21305 @table @code
21306 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21307 script for configuring @value{GDBN} and all its supporting libraries
21308
21309 @item gdb-@value{GDBVN}/gdb
21310 the source specific to @value{GDBN} itself
21311
21312 @item gdb-@value{GDBVN}/bfd
21313 source for the Binary File Descriptor library
21314
21315 @item gdb-@value{GDBVN}/include
21316 @sc{gnu} include files
21317
21318 @item gdb-@value{GDBVN}/libiberty
21319 source for the @samp{-liberty} free software library
21320
21321 @item gdb-@value{GDBVN}/opcodes
21322 source for the library of opcode tables and disassemblers
21323
21324 @item gdb-@value{GDBVN}/readline
21325 source for the @sc{gnu} command-line interface
21326
21327 @item gdb-@value{GDBVN}/glob
21328 source for the @sc{gnu} filename pattern-matching subroutine
21329
21330 @item gdb-@value{GDBVN}/mmalloc
21331 source for the @sc{gnu} memory-mapped malloc package
21332 @end table
21333
21334 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21335 from the @file{gdb-@var{version-number}} source directory, which in
21336 this example is the @file{gdb-@value{GDBVN}} directory.
21337
21338 First switch to the @file{gdb-@var{version-number}} source directory
21339 if you are not already in it; then run @code{configure}. Pass the
21340 identifier for the platform on which @value{GDBN} will run as an
21341 argument.
21342
21343 For example:
21344
21345 @smallexample
21346 cd gdb-@value{GDBVN}
21347 ./configure @var{host}
21348 make
21349 @end smallexample
21350
21351 @noindent
21352 where @var{host} is an identifier such as @samp{sun4} or
21353 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21354 (You can often leave off @var{host}; @code{configure} tries to guess the
21355 correct value by examining your system.)
21356
21357 Running @samp{configure @var{host}} and then running @code{make} builds the
21358 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21359 libraries, then @code{gdb} itself. The configured source files, and the
21360 binaries, are left in the corresponding source directories.
21361
21362 @need 750
21363 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21364 system does not recognize this automatically when you run a different
21365 shell, you may need to run @code{sh} on it explicitly:
21366
21367 @smallexample
21368 sh configure @var{host}
21369 @end smallexample
21370
21371 If you run @code{configure} from a directory that contains source
21372 directories for multiple libraries or programs, such as the
21373 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21374 creates configuration files for every directory level underneath (unless
21375 you tell it not to, with the @samp{--norecursion} option).
21376
21377 You should run the @code{configure} script from the top directory in the
21378 source tree, the @file{gdb-@var{version-number}} directory. If you run
21379 @code{configure} from one of the subdirectories, you will configure only
21380 that subdirectory. That is usually not what you want. In particular,
21381 if you run the first @code{configure} from the @file{gdb} subdirectory
21382 of the @file{gdb-@var{version-number}} directory, you will omit the
21383 configuration of @file{bfd}, @file{readline}, and other sibling
21384 directories of the @file{gdb} subdirectory. This leads to build errors
21385 about missing include files such as @file{bfd/bfd.h}.
21386
21387 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21388 However, you should make sure that the shell on your path (named by
21389 the @samp{SHELL} environment variable) is publicly readable. Remember
21390 that @value{GDBN} uses the shell to start your program---some systems refuse to
21391 let @value{GDBN} debug child processes whose programs are not readable.
21392
21393 @menu
21394 * Separate Objdir:: Compiling @value{GDBN} in another directory
21395 * Config Names:: Specifying names for hosts and targets
21396 * Configure Options:: Summary of options for configure
21397 @end menu
21398
21399 @node Separate Objdir
21400 @section Compiling @value{GDBN} in another directory
21401
21402 If you want to run @value{GDBN} versions for several host or target machines,
21403 you need a different @code{gdb} compiled for each combination of
21404 host and target. @code{configure} is designed to make this easy by
21405 allowing you to generate each configuration in a separate subdirectory,
21406 rather than in the source directory. If your @code{make} program
21407 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21408 @code{make} in each of these directories builds the @code{gdb}
21409 program specified there.
21410
21411 To build @code{gdb} in a separate directory, run @code{configure}
21412 with the @samp{--srcdir} option to specify where to find the source.
21413 (You also need to specify a path to find @code{configure}
21414 itself from your working directory. If the path to @code{configure}
21415 would be the same as the argument to @samp{--srcdir}, you can leave out
21416 the @samp{--srcdir} option; it is assumed.)
21417
21418 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21419 separate directory for a Sun 4 like this:
21420
21421 @smallexample
21422 @group
21423 cd gdb-@value{GDBVN}
21424 mkdir ../gdb-sun4
21425 cd ../gdb-sun4
21426 ../gdb-@value{GDBVN}/configure sun4
21427 make
21428 @end group
21429 @end smallexample
21430
21431 When @code{configure} builds a configuration using a remote source
21432 directory, it creates a tree for the binaries with the same structure
21433 (and using the same names) as the tree under the source directory. In
21434 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21435 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21436 @file{gdb-sun4/gdb}.
21437
21438 Make sure that your path to the @file{configure} script has just one
21439 instance of @file{gdb} in it. If your path to @file{configure} looks
21440 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21441 one subdirectory of @value{GDBN}, not the whole package. This leads to
21442 build errors about missing include files such as @file{bfd/bfd.h}.
21443
21444 One popular reason to build several @value{GDBN} configurations in separate
21445 directories is to configure @value{GDBN} for cross-compiling (where
21446 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21447 programs that run on another machine---the @dfn{target}).
21448 You specify a cross-debugging target by
21449 giving the @samp{--target=@var{target}} option to @code{configure}.
21450
21451 When you run @code{make} to build a program or library, you must run
21452 it in a configured directory---whatever directory you were in when you
21453 called @code{configure} (or one of its subdirectories).
21454
21455 The @code{Makefile} that @code{configure} generates in each source
21456 directory also runs recursively. If you type @code{make} in a source
21457 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21458 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21459 will build all the required libraries, and then build GDB.
21460
21461 When you have multiple hosts or targets configured in separate
21462 directories, you can run @code{make} on them in parallel (for example,
21463 if they are NFS-mounted on each of the hosts); they will not interfere
21464 with each other.
21465
21466 @node Config Names
21467 @section Specifying names for hosts and targets
21468
21469 The specifications used for hosts and targets in the @code{configure}
21470 script are based on a three-part naming scheme, but some short predefined
21471 aliases are also supported. The full naming scheme encodes three pieces
21472 of information in the following pattern:
21473
21474 @smallexample
21475 @var{architecture}-@var{vendor}-@var{os}
21476 @end smallexample
21477
21478 For example, you can use the alias @code{sun4} as a @var{host} argument,
21479 or as the value for @var{target} in a @code{--target=@var{target}}
21480 option. The equivalent full name is @samp{sparc-sun-sunos4}.
21481
21482 The @code{configure} script accompanying @value{GDBN} does not provide
21483 any query facility to list all supported host and target names or
21484 aliases. @code{configure} calls the Bourne shell script
21485 @code{config.sub} to map abbreviations to full names; you can read the
21486 script, if you wish, or you can use it to test your guesses on
21487 abbreviations---for example:
21488
21489 @smallexample
21490 % sh config.sub i386-linux
21491 i386-pc-linux-gnu
21492 % sh config.sub alpha-linux
21493 alpha-unknown-linux-gnu
21494 % sh config.sub hp9k700
21495 hppa1.1-hp-hpux
21496 % sh config.sub sun4
21497 sparc-sun-sunos4.1.1
21498 % sh config.sub sun3
21499 m68k-sun-sunos4.1.1
21500 % sh config.sub i986v
21501 Invalid configuration `i986v': machine `i986v' not recognized
21502 @end smallexample
21503
21504 @noindent
21505 @code{config.sub} is also distributed in the @value{GDBN} source
21506 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21507
21508 @node Configure Options
21509 @section @code{configure} options
21510
21511 Here is a summary of the @code{configure} options and arguments that
21512 are most often useful for building @value{GDBN}. @code{configure} also has
21513 several other options not listed here. @inforef{What Configure
21514 Does,,configure.info}, for a full explanation of @code{configure}.
21515
21516 @smallexample
21517 configure @r{[}--help@r{]}
21518 @r{[}--prefix=@var{dir}@r{]}
21519 @r{[}--exec-prefix=@var{dir}@r{]}
21520 @r{[}--srcdir=@var{dirname}@r{]}
21521 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21522 @r{[}--target=@var{target}@r{]}
21523 @var{host}
21524 @end smallexample
21525
21526 @noindent
21527 You may introduce options with a single @samp{-} rather than
21528 @samp{--} if you prefer; but you may abbreviate option names if you use
21529 @samp{--}.
21530
21531 @table @code
21532 @item --help
21533 Display a quick summary of how to invoke @code{configure}.
21534
21535 @item --prefix=@var{dir}
21536 Configure the source to install programs and files under directory
21537 @file{@var{dir}}.
21538
21539 @item --exec-prefix=@var{dir}
21540 Configure the source to install programs under directory
21541 @file{@var{dir}}.
21542
21543 @c avoid splitting the warning from the explanation:
21544 @need 2000
21545 @item --srcdir=@var{dirname}
21546 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21547 @code{make} that implements the @code{VPATH} feature.}@*
21548 Use this option to make configurations in directories separate from the
21549 @value{GDBN} source directories. Among other things, you can use this to
21550 build (or maintain) several configurations simultaneously, in separate
21551 directories. @code{configure} writes configuration specific files in
21552 the current directory, but arranges for them to use the source in the
21553 directory @var{dirname}. @code{configure} creates directories under
21554 the working directory in parallel to the source directories below
21555 @var{dirname}.
21556
21557 @item --norecursion
21558 Configure only the directory level where @code{configure} is executed; do not
21559 propagate configuration to subdirectories.
21560
21561 @item --target=@var{target}
21562 Configure @value{GDBN} for cross-debugging programs running on the specified
21563 @var{target}. Without this option, @value{GDBN} is configured to debug
21564 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21565
21566 There is no convenient way to generate a list of all available targets.
21567
21568 @item @var{host} @dots{}
21569 Configure @value{GDBN} to run on the specified @var{host}.
21570
21571 There is no convenient way to generate a list of all available hosts.
21572 @end table
21573
21574 There are many other options available as well, but they are generally
21575 needed for special purposes only.
21576
21577 @node Maintenance Commands
21578 @appendix Maintenance Commands
21579 @cindex maintenance commands
21580 @cindex internal commands
21581
21582 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21583 includes a number of commands intended for @value{GDBN} developers,
21584 that are not documented elsewhere in this manual. These commands are
21585 provided here for reference. (For commands that turn on debugging
21586 messages, see @ref{Debugging Output}.)
21587
21588 @table @code
21589 @kindex maint agent
21590 @item maint agent @var{expression}
21591 Translate the given @var{expression} into remote agent bytecodes.
21592 This command is useful for debugging the Agent Expression mechanism
21593 (@pxref{Agent Expressions}).
21594
21595 @kindex maint info breakpoints
21596 @item @anchor{maint info breakpoints}maint info breakpoints
21597 Using the same format as @samp{info breakpoints}, display both the
21598 breakpoints you've set explicitly, and those @value{GDBN} is using for
21599 internal purposes. Internal breakpoints are shown with negative
21600 breakpoint numbers. The type column identifies what kind of breakpoint
21601 is shown:
21602
21603 @table @code
21604 @item breakpoint
21605 Normal, explicitly set breakpoint.
21606
21607 @item watchpoint
21608 Normal, explicitly set watchpoint.
21609
21610 @item longjmp
21611 Internal breakpoint, used to handle correctly stepping through
21612 @code{longjmp} calls.
21613
21614 @item longjmp resume
21615 Internal breakpoint at the target of a @code{longjmp}.
21616
21617 @item until
21618 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21619
21620 @item finish
21621 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21622
21623 @item shlib events
21624 Shared library events.
21625
21626 @end table
21627
21628 @kindex maint check-symtabs
21629 @item maint check-symtabs
21630 Check the consistency of psymtabs and symtabs.
21631
21632 @kindex maint cplus first_component
21633 @item maint cplus first_component @var{name}
21634 Print the first C@t{++} class/namespace component of @var{name}.
21635
21636 @kindex maint cplus namespace
21637 @item maint cplus namespace
21638 Print the list of possible C@t{++} namespaces.
21639
21640 @kindex maint demangle
21641 @item maint demangle @var{name}
21642 Demangle a C@t{++} or Objective-C manled @var{name}.
21643
21644 @kindex maint deprecate
21645 @kindex maint undeprecate
21646 @cindex deprecated commands
21647 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21648 @itemx maint undeprecate @var{command}
21649 Deprecate or undeprecate the named @var{command}. Deprecated commands
21650 cause @value{GDBN} to issue a warning when you use them. The optional
21651 argument @var{replacement} says which newer command should be used in
21652 favor of the deprecated one; if it is given, @value{GDBN} will mention
21653 the replacement as part of the warning.
21654
21655 @kindex maint dump-me
21656 @item maint dump-me
21657 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21658 Cause a fatal signal in the debugger and force it to dump its core.
21659 This is supported only on systems which support aborting a program
21660 with the @code{SIGQUIT} signal.
21661
21662 @kindex maint internal-error
21663 @kindex maint internal-warning
21664 @item maint internal-error @r{[}@var{message-text}@r{]}
21665 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21666 Cause @value{GDBN} to call the internal function @code{internal_error}
21667 or @code{internal_warning} and hence behave as though an internal error
21668 or internal warning has been detected. In addition to reporting the
21669 internal problem, these functions give the user the opportunity to
21670 either quit @value{GDBN} or create a core file of the current
21671 @value{GDBN} session.
21672
21673 These commands take an optional parameter @var{message-text} that is
21674 used as the text of the error or warning message.
21675
21676 Here's an example of using @code{indernal-error}:
21677
21678 @smallexample
21679 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21680 @dots{}/maint.c:121: internal-error: testing, 1, 2
21681 A problem internal to GDB has been detected. Further
21682 debugging may prove unreliable.
21683 Quit this debugging session? (y or n) @kbd{n}
21684 Create a core file? (y or n) @kbd{n}
21685 (@value{GDBP})
21686 @end smallexample
21687
21688 @kindex maint packet
21689 @item maint packet @var{text}
21690 If @value{GDBN} is talking to an inferior via the serial protocol,
21691 then this command sends the string @var{text} to the inferior, and
21692 displays the response packet. @value{GDBN} supplies the initial
21693 @samp{$} character, the terminating @samp{#} character, and the
21694 checksum.
21695
21696 @kindex maint print architecture
21697 @item maint print architecture @r{[}@var{file}@r{]}
21698 Print the entire architecture configuration. The optional argument
21699 @var{file} names the file where the output goes.
21700
21701 @kindex maint print dummy-frames
21702 @item maint print dummy-frames
21703 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21704
21705 @smallexample
21706 (@value{GDBP}) @kbd{b add}
21707 @dots{}
21708 (@value{GDBP}) @kbd{print add(2,3)}
21709 Breakpoint 2, add (a=2, b=3) at @dots{}
21710 58 return (a + b);
21711 The program being debugged stopped while in a function called from GDB.
21712 @dots{}
21713 (@value{GDBP}) @kbd{maint print dummy-frames}
21714 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21715 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21716 call_lo=0x01014000 call_hi=0x01014001
21717 (@value{GDBP})
21718 @end smallexample
21719
21720 Takes an optional file parameter.
21721
21722 @kindex maint print registers
21723 @kindex maint print raw-registers
21724 @kindex maint print cooked-registers
21725 @kindex maint print register-groups
21726 @item maint print registers @r{[}@var{file}@r{]}
21727 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21728 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21729 @itemx maint print register-groups @r{[}@var{file}@r{]}
21730 Print @value{GDBN}'s internal register data structures.
21731
21732 The command @code{maint print raw-registers} includes the contents of
21733 the raw register cache; the command @code{maint print cooked-registers}
21734 includes the (cooked) value of all registers; and the command
21735 @code{maint print register-groups} includes the groups that each
21736 register is a member of. @xref{Registers,, Registers, gdbint,
21737 @value{GDBN} Internals}.
21738
21739 These commands take an optional parameter, a file name to which to
21740 write the information.
21741
21742 @kindex maint print reggroups
21743 @item maint print reggroups @r{[}@var{file}@r{]}
21744 Print @value{GDBN}'s internal register group data structures. The
21745 optional argument @var{file} tells to what file to write the
21746 information.
21747
21748 The register groups info looks like this:
21749
21750 @smallexample
21751 (@value{GDBP}) @kbd{maint print reggroups}
21752 Group Type
21753 general user
21754 float user
21755 all user
21756 vector user
21757 system user
21758 save internal
21759 restore internal
21760 @end smallexample
21761
21762 @kindex flushregs
21763 @item flushregs
21764 This command forces @value{GDBN} to flush its internal register cache.
21765
21766 @kindex maint print objfiles
21767 @cindex info for known object files
21768 @item maint print objfiles
21769 Print a dump of all known object files. For each object file, this
21770 command prints its name, address in memory, and all of its psymtabs
21771 and symtabs.
21772
21773 @kindex maint print statistics
21774 @cindex bcache statistics
21775 @item maint print statistics
21776 This command prints, for each object file in the program, various data
21777 about that object file followed by the byte cache (@dfn{bcache})
21778 statistics for the object file. The objfile data includes the number
21779 of minimal, partical, full, and stabs symbols, the number of types
21780 defined by the objfile, the number of as yet unexpanded psym tables,
21781 the number of line tables and string tables, and the amount of memory
21782 used by the various tables. The bcache statistics include the counts,
21783 sizes, and counts of duplicates of all and unique objects, max,
21784 average, and median entry size, total memory used and its overhead and
21785 savings, and various measures of the hash table size and chain
21786 lengths.
21787
21788 @kindex maint print type
21789 @cindex type chain of a data type
21790 @item maint print type @var{expr}
21791 Print the type chain for a type specified by @var{expr}. The argument
21792 can be either a type name or a symbol. If it is a symbol, the type of
21793 that symbol is described. The type chain produced by this command is
21794 a recursive definition of the data type as stored in @value{GDBN}'s
21795 data structures, including its flags and contained types.
21796
21797 @kindex maint set dwarf2 max-cache-age
21798 @kindex maint show dwarf2 max-cache-age
21799 @item maint set dwarf2 max-cache-age
21800 @itemx maint show dwarf2 max-cache-age
21801 Control the DWARF 2 compilation unit cache.
21802
21803 @cindex DWARF 2 compilation units cache
21804 In object files with inter-compilation-unit references, such as those
21805 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21806 reader needs to frequently refer to previously read compilation units.
21807 This setting controls how long a compilation unit will remain in the
21808 cache if it is not referenced. A higher limit means that cached
21809 compilation units will be stored in memory longer, and more total
21810 memory will be used. Setting it to zero disables caching, which will
21811 slow down @value{GDBN} startup, but reduce memory consumption.
21812
21813 @kindex maint set profile
21814 @kindex maint show profile
21815 @cindex profiling GDB
21816 @item maint set profile
21817 @itemx maint show profile
21818 Control profiling of @value{GDBN}.
21819
21820 Profiling will be disabled until you use the @samp{maint set profile}
21821 command to enable it. When you enable profiling, the system will begin
21822 collecting timing and execution count data; when you disable profiling or
21823 exit @value{GDBN}, the results will be written to a log file. Remember that
21824 if you use profiling, @value{GDBN} will overwrite the profiling log file
21825 (often called @file{gmon.out}). If you have a record of important profiling
21826 data in a @file{gmon.out} file, be sure to move it to a safe location.
21827
21828 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21829 compiled with the @samp{-pg} compiler option.
21830
21831 @kindex maint show-debug-regs
21832 @cindex x86 hardware debug registers
21833 @item maint show-debug-regs
21834 Control whether to show variables that mirror the x86 hardware debug
21835 registers. Use @code{ON} to enable, @code{OFF} to disable. If
21836 enabled, the debug registers values are shown when GDB inserts or
21837 removes a hardware breakpoint or watchpoint, and when the inferior
21838 triggers a hardware-assisted breakpoint or watchpoint.
21839
21840 @kindex maint space
21841 @cindex memory used by commands
21842 @item maint space
21843 Control whether to display memory usage for each command. If set to a
21844 nonzero value, @value{GDBN} will display how much memory each command
21845 took, following the command's own output. This can also be requested
21846 by invoking @value{GDBN} with the @option{--statistics} command-line
21847 switch (@pxref{Mode Options}).
21848
21849 @kindex maint time
21850 @cindex time of command execution
21851 @item maint time
21852 Control whether to display the execution time for each command. If
21853 set to a nonzero value, @value{GDBN} will display how much time it
21854 took to execute each command, following the command's own output.
21855 This can also be requested by invoking @value{GDBN} with the
21856 @option{--statistics} command-line switch (@pxref{Mode Options}).
21857
21858 @kindex maint translate-address
21859 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21860 Find the symbol stored at the location specified by the address
21861 @var{addr} and an optional section name @var{section}. If found,
21862 @value{GDBN} prints the name of the closest symbol and an offset from
21863 the symbol's location to the specified address. This is similar to
21864 the @code{info address} command (@pxref{Symbols}), except that this
21865 command also allows to find symbols in other sections.
21866
21867 @end table
21868
21869 The following command is useful for non-interactive invocations of
21870 @value{GDBN}, such as in the test suite.
21871
21872 @table @code
21873 @item set watchdog @var{nsec}
21874 @kindex set watchdog
21875 @cindex watchdog timer
21876 @cindex timeout for commands
21877 Set the maximum number of seconds @value{GDBN} will wait for the
21878 target operation to finish. If this time expires, @value{GDBN}
21879 reports and error and the command is aborted.
21880
21881 @item show watchdog
21882 Show the current setting of the target wait timeout.
21883 @end table
21884
21885 @node Remote Protocol
21886 @appendix @value{GDBN} Remote Serial Protocol
21887
21888 @menu
21889 * Overview::
21890 * Packets::
21891 * Stop Reply Packets::
21892 * General Query Packets::
21893 * Register Packet Format::
21894 * Examples::
21895 * File-I/O remote protocol extension::
21896 @end menu
21897
21898 @node Overview
21899 @section Overview
21900
21901 There may be occasions when you need to know something about the
21902 protocol---for example, if there is only one serial port to your target
21903 machine, you might want your program to do something special if it
21904 recognizes a packet meant for @value{GDBN}.
21905
21906 In the examples below, @samp{->} and @samp{<-} are used to indicate
21907 transmitted and received data respectfully.
21908
21909 @cindex protocol, @value{GDBN} remote serial
21910 @cindex serial protocol, @value{GDBN} remote
21911 @cindex remote serial protocol
21912 All @value{GDBN} commands and responses (other than acknowledgments) are
21913 sent as a @var{packet}. A @var{packet} is introduced with the character
21914 @samp{$}, the actual @var{packet-data}, and the terminating character
21915 @samp{#} followed by a two-digit @var{checksum}:
21916
21917 @smallexample
21918 @code{$}@var{packet-data}@code{#}@var{checksum}
21919 @end smallexample
21920 @noindent
21921
21922 @cindex checksum, for @value{GDBN} remote
21923 @noindent
21924 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21925 characters between the leading @samp{$} and the trailing @samp{#} (an
21926 eight bit unsigned checksum).
21927
21928 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21929 specification also included an optional two-digit @var{sequence-id}:
21930
21931 @smallexample
21932 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21933 @end smallexample
21934
21935 @cindex sequence-id, for @value{GDBN} remote
21936 @noindent
21937 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21938 has never output @var{sequence-id}s. Stubs that handle packets added
21939 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21940
21941 @cindex acknowledgment, for @value{GDBN} remote
21942 When either the host or the target machine receives a packet, the first
21943 response expected is an acknowledgment: either @samp{+} (to indicate
21944 the package was received correctly) or @samp{-} (to request
21945 retransmission):
21946
21947 @smallexample
21948 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21949 <- @code{+}
21950 @end smallexample
21951 @noindent
21952
21953 The host (@value{GDBN}) sends @var{command}s, and the target (the
21954 debugging stub incorporated in your program) sends a @var{response}. In
21955 the case of step and continue @var{command}s, the response is only sent
21956 when the operation has completed (the target has again stopped).
21957
21958 @var{packet-data} consists of a sequence of characters with the
21959 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21960 exceptions).
21961
21962 Fields within the packet should be separated using @samp{,} @samp{;} or
21963 @cindex remote protocol, field separator
21964 @samp{:}. Except where otherwise noted all numbers are represented in
21965 @sc{hex} with leading zeros suppressed.
21966
21967 Implementors should note that prior to @value{GDBN} 5.0, the character
21968 @samp{:} could not appear as the third character in a packet (as it
21969 would potentially conflict with the @var{sequence-id}).
21970
21971 Response @var{data} can be run-length encoded to save space. A @samp{*}
21972 means that the next character is an @sc{ascii} encoding giving a repeat count
21973 which stands for that many repetitions of the character preceding the
21974 @samp{*}. The encoding is @code{n+29}, yielding a printable character
21975 where @code{n >=3} (which is where rle starts to win). The printable
21976 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21977 value greater than 126 should not be used.
21978
21979 So:
21980 @smallexample
21981 "@code{0* }"
21982 @end smallexample
21983 @noindent
21984 means the same as "0000".
21985
21986 The error response returned for some packets includes a two character
21987 error number. That number is not well defined.
21988
21989 For any @var{command} not supported by the stub, an empty response
21990 (@samp{$#00}) should be returned. That way it is possible to extend the
21991 protocol. A newer @value{GDBN} can tell if a packet is supported based
21992 on that response.
21993
21994 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21995 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
21996 optional.
21997
21998 @node Packets
21999 @section Packets
22000
22001 The following table provides a complete list of all currently defined
22002 @var{command}s and their corresponding response @var{data}.
22003 @xref{File-I/O remote protocol extension}, for details about the File
22004 I/O extension of the remote protocol.
22005
22006 @table @r
22007
22008 @item @code{!} --- extended mode
22009 @cindex @code{!} packet
22010
22011 Enable extended mode. In extended mode, the remote server is made
22012 persistent. The @samp{R} packet is used to restart the program being
22013 debugged.
22014
22015 Reply:
22016 @table @samp
22017 @item OK
22018 The remote target both supports and has enabled extended mode.
22019 @end table
22020
22021 @item @code{?} --- last signal
22022 @cindex @code{?} packet
22023
22024 Indicate the reason the target halted. The reply is the same as for
22025 step and continue.
22026
22027 Reply:
22028 @xref{Stop Reply Packets}, for the reply specifications.
22029
22030 @item @code{a} --- reserved
22031
22032 Reserved for future use.
22033
22034 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
22035 @cindex @code{A} packet
22036
22037 Initialized @samp{argv[]} array passed into program. @var{arglen}
22038 specifies the number of bytes in the hex encoded byte stream @var{arg}.
22039 See @code{gdbserver} for more details.
22040
22041 Reply:
22042 @table @samp
22043 @item OK
22044 @item E@var{NN}
22045 @end table
22046
22047 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
22048 @cindex @code{b} packet
22049
22050 Change the serial line speed to @var{baud}.
22051
22052 JTC: @emph{When does the transport layer state change? When it's
22053 received, or after the ACK is transmitted. In either case, there are
22054 problems if the command or the acknowledgment packet is dropped.}
22055
22056 Stan: @emph{If people really wanted to add something like this, and get
22057 it working for the first time, they ought to modify ser-unix.c to send
22058 some kind of out-of-band message to a specially-setup stub and have the
22059 switch happen "in between" packets, so that from remote protocol's point
22060 of view, nothing actually happened.}
22061
22062 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
22063 @cindex @code{B} packet
22064
22065 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
22066 breakpoint at @var{addr}.
22067
22068 This packet has been replaced by the @samp{Z} and @samp{z} packets
22069 (@pxref{insert breakpoint or watchpoint packet}).
22070
22071 @item @code{c}@var{addr} --- continue
22072 @cindex @code{c} packet
22073
22074 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22075 current address.
22076
22077 Reply:
22078 @xref{Stop Reply Packets}, for the reply specifications.
22079
22080 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
22081 @cindex @code{C} packet
22082
22083 Continue with signal @var{sig} (hex signal number). If
22084 @code{;}@var{addr} is omitted, resume at same address.
22085
22086 Reply:
22087 @xref{Stop Reply Packets}, for the reply specifications.
22088
22089 @item @code{d} --- toggle debug @strong{(deprecated)}
22090 @cindex @code{d} packet
22091
22092 Toggle debug flag.
22093
22094 @item @code{D} --- detach
22095 @cindex @code{D} packet
22096
22097 Detach @value{GDBN} from the remote system. Sent to the remote target
22098 before @value{GDBN} disconnects via the @code{detach} command.
22099
22100 Reply:
22101 @table @samp
22102 @item OK
22103 for success
22104 @item E@var{NN}
22105 for an error
22106 @end table
22107
22108 @item @code{e} --- reserved
22109
22110 Reserved for future use.
22111
22112 @item @code{E} --- reserved
22113
22114 Reserved for future use.
22115
22116 @item @code{f} --- reserved
22117
22118 Reserved for future use.
22119
22120 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22121 @cindex @code{F} packet
22122
22123 This packet is send by @value{GDBN} as reply to a @code{F} request packet
22124 sent by the target. This is part of the File-I/O protocol extension.
22125 @xref{File-I/O remote protocol extension}, for the specification.
22126
22127 @item @code{g} --- read registers
22128 @anchor{read registers packet}
22129 @cindex @code{g} packet
22130
22131 Read general registers.
22132
22133 Reply:
22134 @table @samp
22135 @item @var{XX@dots{}}
22136 Each byte of register data is described by two hex digits. The bytes
22137 with the register are transmitted in target byte order. The size of
22138 each register and their position within the @samp{g} @var{packet} are
22139 determined by the @value{GDBN} internal macros
22140 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22141 specification of several standard @code{g} packets is specified below.
22142 @item E@var{NN}
22143 for an error.
22144 @end table
22145
22146 @item @code{G}@var{XX@dots{}} --- write regs
22147 @cindex @code{G} packet
22148
22149 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22150 data.
22151
22152 Reply:
22153 @table @samp
22154 @item OK
22155 for success
22156 @item E@var{NN}
22157 for an error
22158 @end table
22159
22160 @item @code{h} --- reserved
22161
22162 Reserved for future use.
22163
22164 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22165 @cindex @code{H} packet
22166
22167 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22168 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22169 should be @samp{c} for step and continue operations, @samp{g} for other
22170 operations. The thread designator @var{t@dots{}} may be -1, meaning all
22171 the threads, a thread number, or zero which means pick any thread.
22172
22173 Reply:
22174 @table @samp
22175 @item OK
22176 for success
22177 @item E@var{NN}
22178 for an error
22179 @end table
22180
22181 @c FIXME: JTC:
22182 @c 'H': How restrictive (or permissive) is the thread model. If a
22183 @c thread is selected and stopped, are other threads allowed
22184 @c to continue to execute? As I mentioned above, I think the
22185 @c semantics of each command when a thread is selected must be
22186 @c described. For example:
22187 @c
22188 @c 'g': If the stub supports threads and a specific thread is
22189 @c selected, returns the register block from that thread;
22190 @c otherwise returns current registers.
22191 @c
22192 @c 'G' If the stub supports threads and a specific thread is
22193 @c selected, sets the registers of the register block of
22194 @c that thread; otherwise sets current registers.
22195
22196 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22197 @anchor{cycle step packet}
22198 @cindex @code{i} packet
22199
22200 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22201 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22202 step starting at that address.
22203
22204 @item @code{I} --- signal then cycle step @strong{(reserved)}
22205 @cindex @code{I} packet
22206
22207 @xref{step with signal packet}. @xref{cycle step packet}.
22208
22209 @item @code{j} --- reserved
22210
22211 Reserved for future use.
22212
22213 @item @code{J} --- reserved
22214
22215 Reserved for future use.
22216
22217 @item @code{k} --- kill request
22218 @cindex @code{k} packet
22219
22220 FIXME: @emph{There is no description of how to operate when a specific
22221 thread context has been selected (i.e.@: does 'k' kill only that
22222 thread?)}.
22223
22224 @item @code{K} --- reserved
22225
22226 Reserved for future use.
22227
22228 @item @code{l} --- reserved
22229
22230 Reserved for future use.
22231
22232 @item @code{L} --- reserved
22233
22234 Reserved for future use.
22235
22236 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22237 @cindex @code{m} packet
22238
22239 Read @var{length} bytes of memory starting at address @var{addr}.
22240 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22241 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22242 transfer mechanism is needed.}
22243
22244 Reply:
22245 @table @samp
22246 @item @var{XX@dots{}}
22247 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22248 to read only part of the data. Neither @value{GDBN} nor the stub assume
22249 that sized memory transfers are assumed using word aligned
22250 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22251 needed.}
22252 @item E@var{NN}
22253 @var{NN} is errno
22254 @end table
22255
22256 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22257 @cindex @code{M} packet
22258
22259 Write @var{length} bytes of memory starting at address @var{addr}.
22260 @var{XX@dots{}} is the data.
22261
22262 Reply:
22263 @table @samp
22264 @item OK
22265 for success
22266 @item E@var{NN}
22267 for an error (this includes the case where only part of the data was
22268 written).
22269 @end table
22270
22271 @item @code{n} --- reserved
22272
22273 Reserved for future use.
22274
22275 @item @code{N} --- reserved
22276
22277 Reserved for future use.
22278
22279 @item @code{o} --- reserved
22280
22281 Reserved for future use.
22282
22283 @item @code{O} --- reserved
22284
22285 @item @code{p}@var{hex number of register} --- read register packet
22286 @cindex @code{p} packet
22287
22288 @xref{read registers packet}, for a description of how the returned
22289 register value is encoded.
22290
22291 Reply:
22292 @table @samp
22293 @item @var{XX@dots{}}
22294 the register's value
22295 @item E@var{NN}
22296 for an error
22297 @item
22298 Indicating an unrecognized @var{query}.
22299 @end table
22300
22301 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22302 @anchor{write register packet}
22303 @cindex @code{P} packet
22304
22305 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22306 digits for each byte in the register (target byte order).
22307
22308 Reply:
22309 @table @samp
22310 @item OK
22311 for success
22312 @item E@var{NN}
22313 for an error
22314 @end table
22315
22316 @item @code{q}@var{query} --- general query
22317 @anchor{general query packet}
22318 @cindex @code{q} packet
22319
22320 Request info about @var{query}. In general @value{GDBN} queries have a
22321 leading upper case letter. Custom vendor queries should use a company
22322 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22323 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22324 that they match the full @var{query} name.
22325
22326 Reply:
22327 @table @samp
22328 @item @var{XX@dots{}}
22329 Hex encoded data from query. The reply can not be empty.
22330 @item E@var{NN}
22331 error reply
22332 @item
22333 Indicating an unrecognized @var{query}.
22334 @end table
22335
22336 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22337 @cindex @code{Q} packet
22338
22339 Set value of @var{var} to @var{val}.
22340
22341 @xref{general query packet}, for a discussion of naming conventions.
22342
22343 @item @code{r} --- reset @strong{(deprecated)}
22344 @cindex @code{r} packet
22345
22346 Reset the entire system.
22347
22348 @item @code{R}@var{XX} --- remote restart
22349 @cindex @code{R} packet
22350
22351 Restart the program being debugged. @var{XX}, while needed, is ignored.
22352 This packet is only available in extended mode.
22353
22354 Reply:
22355 @table @samp
22356 @item @emph{no reply}
22357 The @samp{R} packet has no reply.
22358 @end table
22359
22360 @item @code{s}@var{addr} --- step
22361 @cindex @code{s} packet
22362
22363 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22364 same address.
22365
22366 Reply:
22367 @xref{Stop Reply Packets}, for the reply specifications.
22368
22369 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22370 @anchor{step with signal packet}
22371 @cindex @code{S} packet
22372
22373 Like @samp{C} but step not continue.
22374
22375 Reply:
22376 @xref{Stop Reply Packets}, for the reply specifications.
22377
22378 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22379 @cindex @code{t} packet
22380
22381 Search backwards starting at address @var{addr} for a match with pattern
22382 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22383 @var{addr} must be at least 3 digits.
22384
22385 @item @code{T}@var{XX} --- thread alive
22386 @cindex @code{T} packet
22387
22388 Find out if the thread XX is alive.
22389
22390 Reply:
22391 @table @samp
22392 @item OK
22393 thread is still alive
22394 @item E@var{NN}
22395 thread is dead
22396 @end table
22397
22398 @item @code{u} --- reserved
22399
22400 Reserved for future use.
22401
22402 @item @code{U} --- reserved
22403
22404 Reserved for future use.
22405
22406 @item @code{v} --- verbose packet prefix
22407
22408 Packets starting with @code{v} are identified by a multi-letter name,
22409 up to the first @code{;} or @code{?} (or the end of the packet).
22410
22411 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22412 @cindex @code{vCont} packet
22413
22414 Resume the inferior. Different actions may be specified for each thread.
22415 If an action is specified with no @var{tid}, then it is applied to any
22416 threads that don't have a specific action specified; if no default action is
22417 specified then other threads should remain stopped. Specifying multiple
22418 default actions is an error; specifying no actions is also an error.
22419 Thread IDs are specified in hexadecimal. Currently supported actions are:
22420
22421 @table @code
22422 @item c
22423 Continue.
22424 @item C@var{sig}
22425 Continue with signal @var{sig}. @var{sig} should be two hex digits.
22426 @item s
22427 Step.
22428 @item S@var{sig}
22429 Step with signal @var{sig}. @var{sig} should be two hex digits.
22430 @end table
22431
22432 The optional @var{addr} argument normally associated with these packets is
22433 not supported in @code{vCont}.
22434
22435 Reply:
22436 @xref{Stop Reply Packets}, for the reply specifications.
22437
22438 @item @code{vCont?} --- extended resume query
22439 @cindex @code{vCont?} packet
22440
22441 Query support for the @code{vCont} packet.
22442
22443 Reply:
22444 @table @samp
22445 @item @code{vCont}[;@var{action}]...
22446 The @code{vCont} packet is supported. Each @var{action} is a supported
22447 command in the @code{vCont} packet.
22448 @item
22449 The @code{vCont} packet is not supported.
22450 @end table
22451
22452 @item @code{V} --- reserved
22453
22454 Reserved for future use.
22455
22456 @item @code{w} --- reserved
22457
22458 Reserved for future use.
22459
22460 @item @code{W} --- reserved
22461
22462 Reserved for future use.
22463
22464 @item @code{x} --- reserved
22465
22466 Reserved for future use.
22467
22468 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22469 @cindex @code{X} packet
22470
22471 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22472 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
22473 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22474 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22475
22476 Reply:
22477 @table @samp
22478 @item OK
22479 for success
22480 @item E@var{NN}
22481 for an error
22482 @end table
22483
22484 @item @code{y} --- reserved
22485
22486 Reserved for future use.
22487
22488 @item @code{Y} reserved
22489
22490 Reserved for future use.
22491
22492 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22493 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22494 @anchor{insert breakpoint or watchpoint packet}
22495 @cindex @code{z} packet
22496 @cindex @code{Z} packets
22497
22498 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22499 watchpoint starting at address @var{address} and covering the next
22500 @var{length} bytes.
22501
22502 Each breakpoint and watchpoint packet @var{type} is documented
22503 separately.
22504
22505 @emph{Implementation notes: A remote target shall return an empty string
22506 for an unrecognized breakpoint or watchpoint packet @var{type}. A
22507 remote target shall support either both or neither of a given
22508 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22509 avoid potential problems with duplicate packets, the operations should
22510 be implemented in an idempotent way.}
22511
22512 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22513 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22514 @cindex @code{z0} packet
22515 @cindex @code{Z0} packet
22516
22517 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22518 @code{addr} of size @code{length}.
22519
22520 A memory breakpoint is implemented by replacing the instruction at
22521 @var{addr} with a software breakpoint or trap instruction. The
22522 @code{length} is used by targets that indicates the size of the
22523 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22524 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22525
22526 @emph{Implementation note: It is possible for a target to copy or move
22527 code that contains memory breakpoints (e.g., when implementing
22528 overlays). The behavior of this packet, in the presence of such a
22529 target, is not defined.}
22530
22531 Reply:
22532 @table @samp
22533 @item OK
22534 success
22535 @item
22536 not supported
22537 @item E@var{NN}
22538 for an error
22539 @end table
22540
22541 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22542 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22543 @cindex @code{z1} packet
22544 @cindex @code{Z1} packet
22545
22546 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22547 address @code{addr} of size @code{length}.
22548
22549 A hardware breakpoint is implemented using a mechanism that is not
22550 dependant on being able to modify the target's memory.
22551
22552 @emph{Implementation note: A hardware breakpoint is not affected by code
22553 movement.}
22554
22555 Reply:
22556 @table @samp
22557 @item OK
22558 success
22559 @item
22560 not supported
22561 @item E@var{NN}
22562 for an error
22563 @end table
22564
22565 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22566 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22567 @cindex @code{z2} packet
22568 @cindex @code{Z2} packet
22569
22570 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22571
22572 Reply:
22573 @table @samp
22574 @item OK
22575 success
22576 @item
22577 not supported
22578 @item E@var{NN}
22579 for an error
22580 @end table
22581
22582 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22583 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22584 @cindex @code{z3} packet
22585 @cindex @code{Z3} packet
22586
22587 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22588
22589 Reply:
22590 @table @samp
22591 @item OK
22592 success
22593 @item
22594 not supported
22595 @item E@var{NN}
22596 for an error
22597 @end table
22598
22599 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22600 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22601 @cindex @code{z4} packet
22602 @cindex @code{Z4} packet
22603
22604 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22605
22606 Reply:
22607 @table @samp
22608 @item OK
22609 success
22610 @item
22611 not supported
22612 @item E@var{NN}
22613 for an error
22614 @end table
22615
22616 @end table
22617
22618 @node Stop Reply Packets
22619 @section Stop Reply Packets
22620 @cindex stop reply packets
22621
22622 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22623 receive any of the below as a reply. In the case of the @samp{C},
22624 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22625 when the target halts. In the below the exact meaning of @samp{signal
22626 number} is poorly defined. In general one of the UNIX signal numbering
22627 conventions is used.
22628
22629 @table @samp
22630
22631 @item S@var{AA}
22632 @var{AA} is the signal number
22633
22634 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22635 @cindex @code{T} packet reply
22636
22637 @var{AA} = two hex digit signal number; @var{n...} = register number
22638 (hex), @var{r...} = target byte ordered register contents, size defined
22639 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22640 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22641 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22642 address, this is a hex integer; @var{n...} = other string not starting
22643 with valid hex digit. @value{GDBN} should ignore this @var{n...},
22644 @var{r...} pair and go on to the next. This way we can extend the
22645 protocol.
22646
22647 @item W@var{AA}
22648
22649 The process exited, and @var{AA} is the exit status. This is only
22650 applicable to certain targets.
22651
22652 @item X@var{AA}
22653
22654 The process terminated with signal @var{AA}.
22655
22656 @item O@var{XX@dots{}}
22657
22658 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22659 any time while the program is running and the debugger should continue
22660 to wait for @samp{W}, @samp{T}, etc.
22661
22662 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22663
22664 @var{call-id} is the identifier which says which host system call should
22665 be called. This is just the name of the function. Translation into the
22666 correct system call is only applicable as it's defined in @value{GDBN}.
22667 @xref{File-I/O remote protocol extension}, for a list of implemented
22668 system calls.
22669
22670 @var{parameter@dots{}} is a list of parameters as defined for this very
22671 system call.
22672
22673 The target replies with this packet when it expects @value{GDBN} to call
22674 a host system call on behalf of the target. @value{GDBN} replies with
22675 an appropriate @code{F} packet and keeps up waiting for the next reply
22676 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22677 @samp{s} action is expected to be continued.
22678 @xref{File-I/O remote protocol extension}, for more details.
22679
22680 @end table
22681
22682 @node General Query Packets
22683 @section General Query Packets
22684 @cindex remote query requests
22685
22686 The following set and query packets have already been defined.
22687
22688 @table @r
22689
22690 @item @code{q}@code{C} --- current thread
22691 @cindex current thread, remote request
22692 @cindex @code{qC} packet
22693 Return the current thread id.
22694
22695 Reply:
22696 @table @samp
22697 @item @code{QC}@var{pid}
22698 Where @var{pid} is an unsigned hexidecimal process id.
22699 @item *
22700 Any other reply implies the old pid.
22701 @end table
22702
22703 @item @code{q}@code{fThreadInfo} -- all thread ids
22704 @cindex list active threads, remote request
22705 @cindex @code{qfThreadInfo} packet
22706 @code{q}@code{sThreadInfo}
22707
22708 Obtain a list of active thread ids from the target (OS). Since there
22709 may be too many active threads to fit into one reply packet, this query
22710 works iteratively: it may require more than one query/reply sequence to
22711 obtain the entire list of threads. The first query of the sequence will
22712 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22713 sequence will be the @code{qs}@code{ThreadInfo} query.
22714
22715 NOTE: replaces the @code{qL} query (see below).
22716
22717 Reply:
22718 @table @samp
22719 @item @code{m}@var{id}
22720 A single thread id
22721 @item @code{m}@var{id},@var{id}@dots{}
22722 a comma-separated list of thread ids
22723 @item @code{l}
22724 (lower case 'el') denotes end of list.
22725 @end table
22726
22727 In response to each query, the target will reply with a list of one or
22728 more thread ids, in big-endian unsigned hex, separated by commas.
22729 @value{GDBN} will respond to each reply with a request for more thread
22730 ids (using the @code{qs} form of the query), until the target responds
22731 with @code{l} (lower-case el, for @code{'last'}).
22732
22733 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22734 @cindex thread attributes info, remote request
22735 @cindex @code{qThreadExtraInfo} packet
22736 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22737 string description of a thread's attributes from the target OS. This
22738 string may contain anything that the target OS thinks is interesting for
22739 @value{GDBN} to tell the user about the thread. The string is displayed
22740 in @value{GDBN}'s @samp{info threads} display. Some examples of
22741 possible thread extra info strings are ``Runnable'', or ``Blocked on
22742 Mutex''.
22743
22744 Reply:
22745 @table @samp
22746 @item @var{XX@dots{}}
22747 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22748 the printable string containing the extra information about the thread's
22749 attributes.
22750 @end table
22751
22752 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22753
22754 Obtain thread information from RTOS. Where: @var{startflag} (one hex
22755 digit) is one to indicate the first query and zero to indicate a
22756 subsequent query; @var{threadcount} (two hex digits) is the maximum
22757 number of threads the response packet can contain; and @var{nextthread}
22758 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22759 returned in the response as @var{argthread}.
22760
22761 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22762 (see above).
22763
22764 Reply:
22765 @table @samp
22766 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22767 Where: @var{count} (two hex digits) is the number of threads being
22768 returned; @var{done} (one hex digit) is zero to indicate more threads
22769 and one indicates no further threads; @var{argthreadid} (eight hex
22770 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22771 is a sequence of thread IDs from the target. @var{threadid} (eight hex
22772 digits). See @code{remote.c:parse_threadlist_response()}.
22773 @end table
22774
22775 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22776 @cindex CRC of memory block, remote request
22777 @cindex @code{qCRC} packet
22778 Reply:
22779 @table @samp
22780 @item @code{E}@var{NN}
22781 An error (such as memory fault)
22782 @item @code{C}@var{CRC32}
22783 A 32 bit cyclic redundancy check of the specified memory region.
22784 @end table
22785
22786 @item @code{q}@code{Offsets} --- query sect offs
22787 @cindex section offsets, remote request
22788 @cindex @code{qOffsets} packet
22789 Get section offsets that the target used when re-locating the downloaded
22790 image. @emph{Note: while a @code{Bss} offset is included in the
22791 response, @value{GDBN} ignores this and instead applies the @code{Data}
22792 offset to the @code{Bss} section.}
22793
22794 Reply:
22795 @table @samp
22796 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22797 @end table
22798
22799 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22800 @cindex thread information, remote request
22801 @cindex @code{qP} packet
22802 Returns information on @var{threadid}. Where: @var{mode} is a hex
22803 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22804
22805 Reply:
22806 @table @samp
22807 @item *
22808 @end table
22809
22810 See @code{remote.c:remote_unpack_thread_info_response()}.
22811
22812 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22813 @cindex execute remote command, remote request
22814 @cindex @code{qRcmd} packet
22815 @var{command} (hex encoded) is passed to the local interpreter for
22816 execution. Invalid commands should be reported using the output string.
22817 Before the final result packet, the target may also respond with a
22818 number of intermediate @code{O}@var{output} console output packets.
22819 @emph{Implementors should note that providing access to a stubs's
22820 interpreter may have security implications}.
22821
22822 Reply:
22823 @table @samp
22824 @item OK
22825 A command response with no output.
22826 @item @var{OUTPUT}
22827 A command response with the hex encoded output string @var{OUTPUT}.
22828 @item @code{E}@var{NN}
22829 Indicate a badly formed request.
22830 @item @samp{}
22831 When @samp{q}@samp{Rcmd} is not recognized.
22832 @end table
22833 z
22834 @item @code{qSymbol::} --- symbol lookup
22835 @cindex symbol lookup, remote request
22836 @cindex @code{qSymbol} packet
22837 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22838 requests. Accept requests from the target for the values of symbols.
22839
22840 Reply:
22841 @table @samp
22842 @item @code{OK}
22843 The target does not need to look up any (more) symbols.
22844 @item @code{qSymbol:}@var{sym_name}
22845 The target requests the value of symbol @var{sym_name} (hex encoded).
22846 @value{GDBN} may provide the value by using the
22847 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22848 @end table
22849
22850 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22851
22852 Set the value of @var{sym_name} to @var{sym_value}.
22853
22854 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22855 target has previously requested.
22856
22857 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22858 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22859 will be empty.
22860
22861 Reply:
22862 @table @samp
22863 @item @code{OK}
22864 The target does not need to look up any (more) symbols.
22865 @item @code{qSymbol:}@var{sym_name}
22866 The target requests the value of a new symbol @var{sym_name} (hex
22867 encoded). @value{GDBN} will continue to supply the values of symbols
22868 (if available), until the target ceases to request them.
22869 @end table
22870
22871 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22872 @cindex read special object, remote request
22873 @cindex @code{qPart} packet
22874 Read uninterpreted bytes from the target's special data area
22875 identified by the keyword @code{object}.
22876 Request @var{length} bytes starting at @var{offset} bytes into the data.
22877 The content and encoding of @var{annex} is specific to the object;
22878 it can supply additional details about what data to access.
22879
22880 Here are the specific requests of this form defined so far.
22881 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22882 requests use the same reply formats, listed below.
22883
22884 @table @asis
22885 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22886 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22887 auxiliary vector}, and see @ref{Remote configuration,
22888 read-aux-vector-packet}. Note @var{annex} must be empty.
22889 @end table
22890
22891 Reply:
22892 @table @asis
22893 @item @code{OK}
22894 The @var{offset} in the request is at the end of the data.
22895 There is no more data to be read.
22896
22897 @item @var{XX@dots{}}
22898 Hex encoded data bytes read.
22899 This may be fewer bytes than the @var{length} in the request.
22900
22901 @item @code{E00}
22902 The request was malformed, or @var{annex} was invalid.
22903
22904 @item @code{E}@var{nn}
22905 The offset was invalid, or there was an error encountered reading the data.
22906 @var{nn} is a hex-encoded @code{errno} value.
22907
22908 @item @code{""} (empty)
22909 An empty reply indicates the @var{object} or @var{annex} string was not
22910 recognized by the stub.
22911 @end table
22912
22913 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22914 @cindex write data into object, remote request
22915 Write uninterpreted bytes into the target's special data area
22916 identified by the keyword @code{object},
22917 starting at @var{offset} bytes into the data.
22918 @var{data@dots{}} is the hex-encoded data to be written.
22919 The content and encoding of @var{annex} is specific to the object;
22920 it can supply additional details about what data to access.
22921
22922 No requests of this form are presently in use. This specification
22923 serves as a placeholder to document the common format that new
22924 specific request specifications ought to use.
22925
22926 Reply:
22927 @table @asis
22928 @item @var{nn}
22929 @var{nn} (hex encoded) is the number of bytes written.
22930 This may be fewer bytes than supplied in the request.
22931
22932 @item @code{E00}
22933 The request was malformed, or @var{annex} was invalid.
22934
22935 @item @code{E}@var{nn}
22936 The offset was invalid, or there was an error encountered writing the data.
22937 @var{nn} is a hex-encoded @code{errno} value.
22938
22939 @item @code{""} (empty)
22940 An empty reply indicates the @var{object} or @var{annex} string was not
22941 recognized by the stub, or that the object does not support writing.
22942 @end table
22943
22944 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22945 Requests of this form may be added in the future. When a stub does
22946 not recognize the @var{object} keyword, or its support for
22947 @var{object} does not recognize the @var{operation} keyword,
22948 the stub must respond with an empty packet.
22949
22950 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22951 @cindex get thread-local storage address, remote request
22952 @cindex @code{qGetTLSAddr} packet
22953 Fetch the address associated with thread local storage specified
22954 by @var{thread-id}, @var{offset}, and @var{lm}.
22955
22956 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22957 thread for which to fetch the TLS address.
22958
22959 @var{offset} is the (big endian, hex encoded) offset associated with the
22960 thread local variable. (This offset is obtained from the debug
22961 information associated with the variable.)
22962
22963 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22964 the load module associated with the thread local storage. For example,
22965 a @sc{gnu}/Linux system will pass the link map address of the shared
22966 object associated with the thread local storage under consideration.
22967 Other operating environments may choose to represent the load module
22968 differently, so the precise meaning of this parameter will vary.
22969
22970 Reply:
22971 @table @asis
22972 @item @var{XX@dots{}}
22973 Hex encoded (big endian) bytes representing the address of the thread
22974 local storage requested.
22975
22976 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22977 An error occurred.
22978
22979 @item @code{""} (empty)
22980 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22981 @end table
22982
22983 Use of this request packet is controlled by the @code{set remote
22984 get-thread-local-storage-address} command (@pxref{Remote
22985 configuration, set remote get-thread-local-storage-address}).
22986
22987 @end table
22988
22989 @node Register Packet Format
22990 @section Register Packet Format
22991
22992 The following @samp{g}/@samp{G} packets have previously been defined.
22993 In the below, some thirty-two bit registers are transferred as
22994 sixty-four bits. Those registers should be zero/sign extended (which?)
22995 to fill the space allocated. Register bytes are transfered in target
22996 byte order. The two nibbles within a register byte are transfered
22997 most-significant - least-significant.
22998
22999 @table @r
23000
23001 @item MIPS32
23002
23003 All registers are transfered as thirty-two bit quantities in the order:
23004 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
23005 registers; fsr; fir; fp.
23006
23007 @item MIPS64
23008
23009 All registers are transfered as sixty-four bit quantities (including
23010 thirty-two bit registers such as @code{sr}). The ordering is the same
23011 as @code{MIPS32}.
23012
23013 @end table
23014
23015 @node Examples
23016 @section Examples
23017
23018 Example sequence of a target being re-started. Notice how the restart
23019 does not get any direct output:
23020
23021 @smallexample
23022 -> @code{R00}
23023 <- @code{+}
23024 @emph{target restarts}
23025 -> @code{?}
23026 <- @code{+}
23027 <- @code{T001:1234123412341234}
23028 -> @code{+}
23029 @end smallexample
23030
23031 Example sequence of a target being stepped by a single instruction:
23032
23033 @smallexample
23034 -> @code{G1445@dots{}}
23035 <- @code{+}
23036 -> @code{s}
23037 <- @code{+}
23038 @emph{time passes}
23039 <- @code{T001:1234123412341234}
23040 -> @code{+}
23041 -> @code{g}
23042 <- @code{+}
23043 <- @code{1455@dots{}}
23044 -> @code{+}
23045 @end smallexample
23046
23047 @node File-I/O remote protocol extension
23048 @section File-I/O remote protocol extension
23049 @cindex File-I/O remote protocol extension
23050
23051 @menu
23052 * File-I/O Overview::
23053 * Protocol basics::
23054 * The F request packet::
23055 * The F reply packet::
23056 * Memory transfer::
23057 * The Ctrl-C message::
23058 * Console I/O::
23059 * The isatty call::
23060 * The system call::
23061 * List of supported calls::
23062 * Protocol specific representation of datatypes::
23063 * Constants::
23064 * File-I/O Examples::
23065 @end menu
23066
23067 @node File-I/O Overview
23068 @subsection File-I/O Overview
23069 @cindex file-i/o overview
23070
23071 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
23072 target to use the host's file system and console I/O when calling various
23073 system calls. System calls on the target system are translated into a
23074 remote protocol packet to the host system which then performs the needed
23075 actions and returns with an adequate response packet to the target system.
23076 This simulates file system operations even on targets that lack file systems.
23077
23078 The protocol is defined host- and target-system independent. It uses
23079 its own independent representation of datatypes and values. Both,
23080 @value{GDBN} and the target's @value{GDBN} stub are responsible for
23081 translating the system dependent values into the unified protocol values
23082 when data is transmitted.
23083
23084 The communication is synchronous. A system call is possible only
23085 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
23086 packets. While @value{GDBN} handles the request for a system call,
23087 the target is stopped to allow deterministic access to the target's
23088 memory. Therefore File-I/O is not interuptible by target signals. It
23089 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
23090
23091 The target's request to perform a host system call does not finish
23092 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
23093 after finishing the system call, the target returns to continuing the
23094 previous activity (continue, step). No additional continue or step
23095 request from @value{GDBN} is required.
23096
23097 @smallexample
23098 (@value{GDBP}) continue
23099 <- target requests 'system call X'
23100 target is stopped, @value{GDBN} executes system call
23101 -> GDB returns result
23102 ... target continues, GDB returns to wait for the target
23103 <- target hits breakpoint and sends a Txx packet
23104 @end smallexample
23105
23106 The protocol is only used for files on the host file system and
23107 for I/O on the console. Character or block special devices, pipes,
23108 named pipes or sockets or any other communication method on the host
23109 system are not supported by this protocol.
23110
23111 @node Protocol basics
23112 @subsection Protocol basics
23113 @cindex protocol basics, file-i/o
23114
23115 The File-I/O protocol uses the @code{F} packet, as request as well
23116 as as reply packet. Since a File-I/O system call can only occur when
23117 @value{GDBN} is waiting for the continuing or stepping target, the
23118 File-I/O request is a reply that @value{GDBN} has to expect as a result
23119 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23120 This @code{F} packet contains all information needed to allow @value{GDBN}
23121 to call the appropriate host system call:
23122
23123 @itemize @bullet
23124 @item
23125 A unique identifier for the requested system call.
23126
23127 @item
23128 All parameters to the system call. Pointers are given as addresses
23129 in the target memory address space. Pointers to strings are given as
23130 pointer/length pair. Numerical values are given as they are.
23131 Numerical control values are given in a protocol specific representation.
23132
23133 @end itemize
23134
23135 At that point @value{GDBN} has to perform the following actions.
23136
23137 @itemize @bullet
23138 @item
23139 If parameter pointer values are given, which point to data needed as input
23140 to a system call, @value{GDBN} requests this data from the target with a
23141 standard @code{m} packet request. This additional communication has to be
23142 expected by the target implementation and is handled as any other @code{m}
23143 packet.
23144
23145 @item
23146 @value{GDBN} translates all value from protocol representation to host
23147 representation as needed. Datatypes are coerced into the host types.
23148
23149 @item
23150 @value{GDBN} calls the system call
23151
23152 @item
23153 It then coerces datatypes back to protocol representation.
23154
23155 @item
23156 If pointer parameters in the request packet point to buffer space in which
23157 a system call is expected to copy data to, the data is transmitted to the
23158 target using a @code{M} or @code{X} packet. This packet has to be expected
23159 by the target implementation and is handled as any other @code{M} or @code{X}
23160 packet.
23161
23162 @end itemize
23163
23164 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23165 necessary information for the target to continue. This at least contains
23166
23167 @itemize @bullet
23168 @item
23169 Return value.
23170
23171 @item
23172 @code{errno}, if has been changed by the system call.
23173
23174 @item
23175 ``Ctrl-C'' flag.
23176
23177 @end itemize
23178
23179 After having done the needed type and value coercion, the target continues
23180 the latest continue or step action.
23181
23182 @node The F request packet
23183 @subsection The @code{F} request packet
23184 @cindex file-i/o request packet
23185 @cindex @code{F} request packet
23186
23187 The @code{F} request packet has the following format:
23188
23189 @table @samp
23190
23191 @smallexample
23192 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23193 @end smallexample
23194
23195 @var{call-id} is the identifier to indicate the host system call to be called.
23196 This is just the name of the function.
23197
23198 @var{parameter@dots{}} are the parameters to the system call.
23199
23200 @end table
23201
23202 Parameters are hexadecimal integer values, either the real values in case
23203 of scalar datatypes, as pointers to target buffer space in case of compound
23204 datatypes and unspecified memory areas or as pointer/length pairs in case
23205 of string parameters. These are appended to the call-id, each separated
23206 from its predecessor by a comma. All values are transmitted in ASCII
23207 string representation, pointer/length pairs separated by a slash.
23208
23209 @node The F reply packet
23210 @subsection The @code{F} reply packet
23211 @cindex file-i/o reply packet
23212 @cindex @code{F} reply packet
23213
23214 The @code{F} reply packet has the following format:
23215
23216 @table @samp
23217
23218 @smallexample
23219 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23220 @end smallexample
23221
23222 @var{retcode} is the return code of the system call as hexadecimal value.
23223
23224 @var{errno} is the errno set by the call, in protocol specific representation.
23225 This parameter can be omitted if the call was successful.
23226
23227 @var{Ctrl-C flag} is only send if the user requested a break. In this
23228 case, @var{errno} must be send as well, even if the call was successful.
23229 The @var{Ctrl-C flag} itself consists of the character 'C':
23230
23231 @smallexample
23232 F0,0,C
23233 @end smallexample
23234
23235 @noindent
23236 or, if the call was interupted before the host call has been performed:
23237
23238 @smallexample
23239 F-1,4,C
23240 @end smallexample
23241
23242 @noindent
23243 assuming 4 is the protocol specific representation of @code{EINTR}.
23244
23245 @end table
23246
23247 @node Memory transfer
23248 @subsection Memory transfer
23249 @cindex memory transfer, in file-i/o protocol
23250
23251 Structured data which is transferred using a memory read or write as e.g.@:
23252 a @code{struct stat} is expected to be in a protocol specific format with
23253 all scalar multibyte datatypes being big endian. This should be done by
23254 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23255 it transfers memory to the target. Transferred pointers to structured
23256 data should point to the already coerced data at any time.
23257
23258 @node The Ctrl-C message
23259 @subsection The Ctrl-C message
23260 @cindex ctrl-c message, in file-i/o protocol
23261
23262 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23263 reply packet. In this case the target should behave, as if it had
23264 gotten a break message. The meaning for the target is ``system call
23265 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23266 (as with a break message) and return to @value{GDBN} with a @code{T02}
23267 packet. In this case, it's important for the target to know, in which
23268 state the system call was interrupted. Since this action is by design
23269 not an atomic operation, we have to differ between two cases:
23270
23271 @itemize @bullet
23272 @item
23273 The system call hasn't been performed on the host yet.
23274
23275 @item
23276 The system call on the host has been finished.
23277
23278 @end itemize
23279
23280 These two states can be distinguished by the target by the value of the
23281 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23282 call hasn't been performed. This is equivalent to the @code{EINTR} handling
23283 on POSIX systems. In any other case, the target may presume that the
23284 system call has been finished --- successful or not --- and should behave
23285 as if the break message arrived right after the system call.
23286
23287 @value{GDBN} must behave reliable. If the system call has not been called
23288 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23289 @code{errno} in the packet. If the system call on the host has been finished
23290 before the user requests a break, the full action must be finshed by
23291 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23292 The @code{F} packet may only be send when either nothing has happened
23293 or the full action has been completed.
23294
23295 @node Console I/O
23296 @subsection Console I/O
23297 @cindex console i/o as part of file-i/o
23298
23299 By default and if not explicitely closed by the target system, the file
23300 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23301 on the @value{GDBN} console is handled as any other file output operation
23302 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23303 by @value{GDBN} so that after the target read request from file descriptor
23304 0 all following typing is buffered until either one of the following
23305 conditions is met:
23306
23307 @itemize @bullet
23308 @item
23309 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23310 @code{read}
23311 system call is treated as finished.
23312
23313 @item
23314 The user presses @kbd{Enter}. This is treated as end of input with a trailing
23315 line feed.
23316
23317 @item
23318 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23319 character, especially no Ctrl-D is appended to the input.
23320
23321 @end itemize
23322
23323 If the user has typed more characters as fit in the buffer given to
23324 the read call, the trailing characters are buffered in @value{GDBN} until
23325 either another @code{read(0, @dots{})} is requested by the target or debugging
23326 is stopped on users request.
23327
23328 @node The isatty call
23329 @subsection The @samp{isatty} function call
23330 @cindex isatty call, file-i/o protocol
23331
23332 A special case in this protocol is the library call @code{isatty} which
23333 is implemented as its own call inside of this protocol. It returns
23334 1 to the target if the file descriptor given as parameter is attached
23335 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23336 would require implementing @code{ioctl} and would be more complex than
23337 needed.
23338
23339 @node The system call
23340 @subsection The @samp{system} function call
23341 @cindex system call, file-i/o protocol
23342
23343 The other special case in this protocol is the @code{system} call which
23344 is implemented as its own call, too. @value{GDBN} is taking over the full
23345 task of calling the necessary host calls to perform the @code{system}
23346 call. The return value of @code{system} is simplified before it's returned
23347 to the target. Basically, the only signal transmitted back is @code{EINTR}
23348 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23349 entirely of the exit status of the called command.
23350
23351 Due to security concerns, the @code{system} call is by default refused
23352 by @value{GDBN}. The user has to allow this call explicitly with the
23353 @kbd{set remote system-call-allowed 1} command.
23354
23355 @table @code
23356 @item set remote system-call-allowed
23357 @kindex set remote system-call-allowed
23358 Control whether to allow the @code{system} calls in the File I/O
23359 protocol for the remote target. The default is zero (disabled).
23360
23361 @item show remote system-call-allowed
23362 @kindex show remote system-call-allowed
23363 Show the current setting of system calls for the remote File I/O
23364 protocol.
23365 @end table
23366
23367 @node List of supported calls
23368 @subsection List of supported calls
23369 @cindex list of supported file-i/o calls
23370
23371 @menu
23372 * open::
23373 * close::
23374 * read::
23375 * write::
23376 * lseek::
23377 * rename::
23378 * unlink::
23379 * stat/fstat::
23380 * gettimeofday::
23381 * isatty::
23382 * system::
23383 @end menu
23384
23385 @node open
23386 @unnumberedsubsubsec open
23387 @cindex open, file-i/o system call
23388
23389 @smallexample
23390 @exdent Synopsis:
23391 int open(const char *pathname, int flags);
23392 int open(const char *pathname, int flags, mode_t mode);
23393
23394 @exdent Request:
23395 Fopen,pathptr/len,flags,mode
23396 @end smallexample
23397
23398 @noindent
23399 @code{flags} is the bitwise or of the following values:
23400
23401 @table @code
23402 @item O_CREAT
23403 If the file does not exist it will be created. The host
23404 rules apply as far as file ownership and time stamps
23405 are concerned.
23406
23407 @item O_EXCL
23408 When used with O_CREAT, if the file already exists it is
23409 an error and open() fails.
23410
23411 @item O_TRUNC
23412 If the file already exists and the open mode allows
23413 writing (O_RDWR or O_WRONLY is given) it will be
23414 truncated to length 0.
23415
23416 @item O_APPEND
23417 The file is opened in append mode.
23418
23419 @item O_RDONLY
23420 The file is opened for reading only.
23421
23422 @item O_WRONLY
23423 The file is opened for writing only.
23424
23425 @item O_RDWR
23426 The file is opened for reading and writing.
23427
23428 @noindent
23429 Each other bit is silently ignored.
23430
23431 @end table
23432
23433 @noindent
23434 @code{mode} is the bitwise or of the following values:
23435
23436 @table @code
23437 @item S_IRUSR
23438 User has read permission.
23439
23440 @item S_IWUSR
23441 User has write permission.
23442
23443 @item S_IRGRP
23444 Group has read permission.
23445
23446 @item S_IWGRP
23447 Group has write permission.
23448
23449 @item S_IROTH
23450 Others have read permission.
23451
23452 @item S_IWOTH
23453 Others have write permission.
23454
23455 @noindent
23456 Each other bit is silently ignored.
23457
23458 @end table
23459
23460 @smallexample
23461 @exdent Return value:
23462 open returns the new file descriptor or -1 if an error
23463 occured.
23464
23465 @exdent Errors:
23466 @end smallexample
23467
23468 @table @code
23469 @item EEXIST
23470 pathname already exists and O_CREAT and O_EXCL were used.
23471
23472 @item EISDIR
23473 pathname refers to a directory.
23474
23475 @item EACCES
23476 The requested access is not allowed.
23477
23478 @item ENAMETOOLONG
23479 pathname was too long.
23480
23481 @item ENOENT
23482 A directory component in pathname does not exist.
23483
23484 @item ENODEV
23485 pathname refers to a device, pipe, named pipe or socket.
23486
23487 @item EROFS
23488 pathname refers to a file on a read-only filesystem and
23489 write access was requested.
23490
23491 @item EFAULT
23492 pathname is an invalid pointer value.
23493
23494 @item ENOSPC
23495 No space on device to create the file.
23496
23497 @item EMFILE
23498 The process already has the maximum number of files open.
23499
23500 @item ENFILE
23501 The limit on the total number of files open on the system
23502 has been reached.
23503
23504 @item EINTR
23505 The call was interrupted by the user.
23506 @end table
23507
23508 @node close
23509 @unnumberedsubsubsec close
23510 @cindex close, file-i/o system call
23511
23512 @smallexample
23513 @exdent Synopsis:
23514 int close(int fd);
23515
23516 @exdent Request:
23517 Fclose,fd
23518
23519 @exdent Return value:
23520 close returns zero on success, or -1 if an error occurred.
23521
23522 @exdent Errors:
23523 @end smallexample
23524
23525 @table @code
23526 @item EBADF
23527 fd isn't a valid open file descriptor.
23528
23529 @item EINTR
23530 The call was interrupted by the user.
23531 @end table
23532
23533 @node read
23534 @unnumberedsubsubsec read
23535 @cindex read, file-i/o system call
23536
23537 @smallexample
23538 @exdent Synopsis:
23539 int read(int fd, void *buf, unsigned int count);
23540
23541 @exdent Request:
23542 Fread,fd,bufptr,count
23543
23544 @exdent Return value:
23545 On success, the number of bytes read is returned.
23546 Zero indicates end of file. If count is zero, read
23547 returns zero as well. On error, -1 is returned.
23548
23549 @exdent Errors:
23550 @end smallexample
23551
23552 @table @code
23553 @item EBADF
23554 fd is not a valid file descriptor or is not open for
23555 reading.
23556
23557 @item EFAULT
23558 buf is an invalid pointer value.
23559
23560 @item EINTR
23561 The call was interrupted by the user.
23562 @end table
23563
23564 @node write
23565 @unnumberedsubsubsec write
23566 @cindex write, file-i/o system call
23567
23568 @smallexample
23569 @exdent Synopsis:
23570 int write(int fd, const void *buf, unsigned int count);
23571
23572 @exdent Request:
23573 Fwrite,fd,bufptr,count
23574
23575 @exdent Return value:
23576 On success, the number of bytes written are returned.
23577 Zero indicates nothing was written. On error, -1
23578 is returned.
23579
23580 @exdent Errors:
23581 @end smallexample
23582
23583 @table @code
23584 @item EBADF
23585 fd is not a valid file descriptor or is not open for
23586 writing.
23587
23588 @item EFAULT
23589 buf is an invalid pointer value.
23590
23591 @item EFBIG
23592 An attempt was made to write a file that exceeds the
23593 host specific maximum file size allowed.
23594
23595 @item ENOSPC
23596 No space on device to write the data.
23597
23598 @item EINTR
23599 The call was interrupted by the user.
23600 @end table
23601
23602 @node lseek
23603 @unnumberedsubsubsec lseek
23604 @cindex lseek, file-i/o system call
23605
23606 @smallexample
23607 @exdent Synopsis:
23608 long lseek (int fd, long offset, int flag);
23609
23610 @exdent Request:
23611 Flseek,fd,offset,flag
23612 @end smallexample
23613
23614 @code{flag} is one of:
23615
23616 @table @code
23617 @item SEEK_SET
23618 The offset is set to offset bytes.
23619
23620 @item SEEK_CUR
23621 The offset is set to its current location plus offset
23622 bytes.
23623
23624 @item SEEK_END
23625 The offset is set to the size of the file plus offset
23626 bytes.
23627 @end table
23628
23629 @smallexample
23630 @exdent Return value:
23631 On success, the resulting unsigned offset in bytes from
23632 the beginning of the file is returned. Otherwise, a
23633 value of -1 is returned.
23634
23635 @exdent Errors:
23636 @end smallexample
23637
23638 @table @code
23639 @item EBADF
23640 fd is not a valid open file descriptor.
23641
23642 @item ESPIPE
23643 fd is associated with the @value{GDBN} console.
23644
23645 @item EINVAL
23646 flag is not a proper value.
23647
23648 @item EINTR
23649 The call was interrupted by the user.
23650 @end table
23651
23652 @node rename
23653 @unnumberedsubsubsec rename
23654 @cindex rename, file-i/o system call
23655
23656 @smallexample
23657 @exdent Synopsis:
23658 int rename(const char *oldpath, const char *newpath);
23659
23660 @exdent Request:
23661 Frename,oldpathptr/len,newpathptr/len
23662
23663 @exdent Return value:
23664 On success, zero is returned. On error, -1 is returned.
23665
23666 @exdent Errors:
23667 @end smallexample
23668
23669 @table @code
23670 @item EISDIR
23671 newpath is an existing directory, but oldpath is not a
23672 directory.
23673
23674 @item EEXIST
23675 newpath is a non-empty directory.
23676
23677 @item EBUSY
23678 oldpath or newpath is a directory that is in use by some
23679 process.
23680
23681 @item EINVAL
23682 An attempt was made to make a directory a subdirectory
23683 of itself.
23684
23685 @item ENOTDIR
23686 A component used as a directory in oldpath or new
23687 path is not a directory. Or oldpath is a directory
23688 and newpath exists but is not a directory.
23689
23690 @item EFAULT
23691 oldpathptr or newpathptr are invalid pointer values.
23692
23693 @item EACCES
23694 No access to the file or the path of the file.
23695
23696 @item ENAMETOOLONG
23697
23698 oldpath or newpath was too long.
23699
23700 @item ENOENT
23701 A directory component in oldpath or newpath does not exist.
23702
23703 @item EROFS
23704 The file is on a read-only filesystem.
23705
23706 @item ENOSPC
23707 The device containing the file has no room for the new
23708 directory entry.
23709
23710 @item EINTR
23711 The call was interrupted by the user.
23712 @end table
23713
23714 @node unlink
23715 @unnumberedsubsubsec unlink
23716 @cindex unlink, file-i/o system call
23717
23718 @smallexample
23719 @exdent Synopsis:
23720 int unlink(const char *pathname);
23721
23722 @exdent Request:
23723 Funlink,pathnameptr/len
23724
23725 @exdent Return value:
23726 On success, zero is returned. On error, -1 is returned.
23727
23728 @exdent Errors:
23729 @end smallexample
23730
23731 @table @code
23732 @item EACCES
23733 No access to the file or the path of the file.
23734
23735 @item EPERM
23736 The system does not allow unlinking of directories.
23737
23738 @item EBUSY
23739 The file pathname cannot be unlinked because it's
23740 being used by another process.
23741
23742 @item EFAULT
23743 pathnameptr is an invalid pointer value.
23744
23745 @item ENAMETOOLONG
23746 pathname was too long.
23747
23748 @item ENOENT
23749 A directory component in pathname does not exist.
23750
23751 @item ENOTDIR
23752 A component of the path is not a directory.
23753
23754 @item EROFS
23755 The file is on a read-only filesystem.
23756
23757 @item EINTR
23758 The call was interrupted by the user.
23759 @end table
23760
23761 @node stat/fstat
23762 @unnumberedsubsubsec stat/fstat
23763 @cindex fstat, file-i/o system call
23764 @cindex stat, file-i/o system call
23765
23766 @smallexample
23767 @exdent Synopsis:
23768 int stat(const char *pathname, struct stat *buf);
23769 int fstat(int fd, struct stat *buf);
23770
23771 @exdent Request:
23772 Fstat,pathnameptr/len,bufptr
23773 Ffstat,fd,bufptr
23774
23775 @exdent Return value:
23776 On success, zero is returned. On error, -1 is returned.
23777
23778 @exdent Errors:
23779 @end smallexample
23780
23781 @table @code
23782 @item EBADF
23783 fd is not a valid open file.
23784
23785 @item ENOENT
23786 A directory component in pathname does not exist or the
23787 path is an empty string.
23788
23789 @item ENOTDIR
23790 A component of the path is not a directory.
23791
23792 @item EFAULT
23793 pathnameptr is an invalid pointer value.
23794
23795 @item EACCES
23796 No access to the file or the path of the file.
23797
23798 @item ENAMETOOLONG
23799 pathname was too long.
23800
23801 @item EINTR
23802 The call was interrupted by the user.
23803 @end table
23804
23805 @node gettimeofday
23806 @unnumberedsubsubsec gettimeofday
23807 @cindex gettimeofday, file-i/o system call
23808
23809 @smallexample
23810 @exdent Synopsis:
23811 int gettimeofday(struct timeval *tv, void *tz);
23812
23813 @exdent Request:
23814 Fgettimeofday,tvptr,tzptr
23815
23816 @exdent Return value:
23817 On success, 0 is returned, -1 otherwise.
23818
23819 @exdent Errors:
23820 @end smallexample
23821
23822 @table @code
23823 @item EINVAL
23824 tz is a non-NULL pointer.
23825
23826 @item EFAULT
23827 tvptr and/or tzptr is an invalid pointer value.
23828 @end table
23829
23830 @node isatty
23831 @unnumberedsubsubsec isatty
23832 @cindex isatty, file-i/o system call
23833
23834 @smallexample
23835 @exdent Synopsis:
23836 int isatty(int fd);
23837
23838 @exdent Request:
23839 Fisatty,fd
23840
23841 @exdent Return value:
23842 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23843
23844 @exdent Errors:
23845 @end smallexample
23846
23847 @table @code
23848 @item EINTR
23849 The call was interrupted by the user.
23850 @end table
23851
23852 @node system
23853 @unnumberedsubsubsec system
23854 @cindex system, file-i/o system call
23855
23856 @smallexample
23857 @exdent Synopsis:
23858 int system(const char *command);
23859
23860 @exdent Request:
23861 Fsystem,commandptr/len
23862
23863 @exdent Return value:
23864 The value returned is -1 on error and the return status
23865 of the command otherwise. Only the exit status of the
23866 command is returned, which is extracted from the hosts
23867 system return value by calling WEXITSTATUS(retval).
23868 In case /bin/sh could not be executed, 127 is returned.
23869
23870 @exdent Errors:
23871 @end smallexample
23872
23873 @table @code
23874 @item EINTR
23875 The call was interrupted by the user.
23876 @end table
23877
23878 @node Protocol specific representation of datatypes
23879 @subsection Protocol specific representation of datatypes
23880 @cindex protocol specific representation of datatypes, in file-i/o protocol
23881
23882 @menu
23883 * Integral datatypes::
23884 * Pointer values::
23885 * struct stat::
23886 * struct timeval::
23887 @end menu
23888
23889 @node Integral datatypes
23890 @unnumberedsubsubsec Integral datatypes
23891 @cindex integral datatypes, in file-i/o protocol
23892
23893 The integral datatypes used in the system calls are
23894
23895 @smallexample
23896 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23897 @end smallexample
23898
23899 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23900 implemented as 32 bit values in this protocol.
23901
23902 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23903
23904 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23905 in @file{limits.h}) to allow range checking on host and target.
23906
23907 @code{time_t} datatypes are defined as seconds since the Epoch.
23908
23909 All integral datatypes transferred as part of a memory read or write of a
23910 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23911 byte order.
23912
23913 @node Pointer values
23914 @unnumberedsubsubsec Pointer values
23915 @cindex pointer values, in file-i/o protocol
23916
23917 Pointers to target data are transmitted as they are. An exception
23918 is made for pointers to buffers for which the length isn't
23919 transmitted as part of the function call, namely strings. Strings
23920 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23921
23922 @smallexample
23923 @code{1aaf/12}
23924 @end smallexample
23925
23926 @noindent
23927 which is a pointer to data of length 18 bytes at position 0x1aaf.
23928 The length is defined as the full string length in bytes, including
23929 the trailing null byte. Example:
23930
23931 @smallexample
23932 ``hello, world'' at address 0x123456
23933 @end smallexample
23934
23935 @noindent
23936 is transmitted as
23937
23938 @smallexample
23939 @code{123456/d}
23940 @end smallexample
23941
23942 @node struct stat
23943 @unnumberedsubsubsec struct stat
23944 @cindex struct stat, in file-i/o protocol
23945
23946 The buffer of type struct stat used by the target and @value{GDBN} is defined
23947 as follows:
23948
23949 @smallexample
23950 struct stat @{
23951 unsigned int st_dev; /* device */
23952 unsigned int st_ino; /* inode */
23953 mode_t st_mode; /* protection */
23954 unsigned int st_nlink; /* number of hard links */
23955 unsigned int st_uid; /* user ID of owner */
23956 unsigned int st_gid; /* group ID of owner */
23957 unsigned int st_rdev; /* device type (if inode device) */
23958 unsigned long st_size; /* total size, in bytes */
23959 unsigned long st_blksize; /* blocksize for filesystem I/O */
23960 unsigned long st_blocks; /* number of blocks allocated */
23961 time_t st_atime; /* time of last access */
23962 time_t st_mtime; /* time of last modification */
23963 time_t st_ctime; /* time of last change */
23964 @};
23965 @end smallexample
23966
23967 The integral datatypes are conforming to the definitions given in the
23968 approriate section (see @ref{Integral datatypes}, for details) so this
23969 structure is of size 64 bytes.
23970
23971 The values of several fields have a restricted meaning and/or
23972 range of values.
23973
23974 @smallexample
23975 st_dev: 0 file
23976 1 console
23977
23978 st_ino: No valid meaning for the target. Transmitted unchanged.
23979
23980 st_mode: Valid mode bits are described in Appendix C. Any other
23981 bits have currently no meaning for the target.
23982
23983 st_uid: No valid meaning for the target. Transmitted unchanged.
23984
23985 st_gid: No valid meaning for the target. Transmitted unchanged.
23986
23987 st_rdev: No valid meaning for the target. Transmitted unchanged.
23988
23989 st_atime, st_mtime, st_ctime:
23990 These values have a host and file system dependent
23991 accuracy. Especially on Windows hosts the file systems
23992 don't support exact timing values.
23993 @end smallexample
23994
23995 The target gets a struct stat of the above representation and is
23996 responsible to coerce it to the target representation before
23997 continuing.
23998
23999 Note that due to size differences between the host and target
24000 representation of stat members, these members could eventually
24001 get truncated on the target.
24002
24003 @node struct timeval
24004 @unnumberedsubsubsec struct timeval
24005 @cindex struct timeval, in file-i/o protocol
24006
24007 The buffer of type struct timeval used by the target and @value{GDBN}
24008 is defined as follows:
24009
24010 @smallexample
24011 struct timeval @{
24012 time_t tv_sec; /* second */
24013 long tv_usec; /* microsecond */
24014 @};
24015 @end smallexample
24016
24017 The integral datatypes are conforming to the definitions given in the
24018 approriate section (see @ref{Integral datatypes}, for details) so this
24019 structure is of size 8 bytes.
24020
24021 @node Constants
24022 @subsection Constants
24023 @cindex constants, in file-i/o protocol
24024
24025 The following values are used for the constants inside of the
24026 protocol. @value{GDBN} and target are resposible to translate these
24027 values before and after the call as needed.
24028
24029 @menu
24030 * Open flags::
24031 * mode_t values::
24032 * Errno values::
24033 * Lseek flags::
24034 * Limits::
24035 @end menu
24036
24037 @node Open flags
24038 @unnumberedsubsubsec Open flags
24039 @cindex open flags, in file-i/o protocol
24040
24041 All values are given in hexadecimal representation.
24042
24043 @smallexample
24044 O_RDONLY 0x0
24045 O_WRONLY 0x1
24046 O_RDWR 0x2
24047 O_APPEND 0x8
24048 O_CREAT 0x200
24049 O_TRUNC 0x400
24050 O_EXCL 0x800
24051 @end smallexample
24052
24053 @node mode_t values
24054 @unnumberedsubsubsec mode_t values
24055 @cindex mode_t values, in file-i/o protocol
24056
24057 All values are given in octal representation.
24058
24059 @smallexample
24060 S_IFREG 0100000
24061 S_IFDIR 040000
24062 S_IRUSR 0400
24063 S_IWUSR 0200
24064 S_IXUSR 0100
24065 S_IRGRP 040
24066 S_IWGRP 020
24067 S_IXGRP 010
24068 S_IROTH 04
24069 S_IWOTH 02
24070 S_IXOTH 01
24071 @end smallexample
24072
24073 @node Errno values
24074 @unnumberedsubsubsec Errno values
24075 @cindex errno values, in file-i/o protocol
24076
24077 All values are given in decimal representation.
24078
24079 @smallexample
24080 EPERM 1
24081 ENOENT 2
24082 EINTR 4
24083 EBADF 9
24084 EACCES 13
24085 EFAULT 14
24086 EBUSY 16
24087 EEXIST 17
24088 ENODEV 19
24089 ENOTDIR 20
24090 EISDIR 21
24091 EINVAL 22
24092 ENFILE 23
24093 EMFILE 24
24094 EFBIG 27
24095 ENOSPC 28
24096 ESPIPE 29
24097 EROFS 30
24098 ENAMETOOLONG 91
24099 EUNKNOWN 9999
24100 @end smallexample
24101
24102 EUNKNOWN is used as a fallback error value if a host system returns
24103 any error value not in the list of supported error numbers.
24104
24105 @node Lseek flags
24106 @unnumberedsubsubsec Lseek flags
24107 @cindex lseek flags, in file-i/o protocol
24108
24109 @smallexample
24110 SEEK_SET 0
24111 SEEK_CUR 1
24112 SEEK_END 2
24113 @end smallexample
24114
24115 @node Limits
24116 @unnumberedsubsubsec Limits
24117 @cindex limits, in file-i/o protocol
24118
24119 All values are given in decimal representation.
24120
24121 @smallexample
24122 INT_MIN -2147483648
24123 INT_MAX 2147483647
24124 UINT_MAX 4294967295
24125 LONG_MIN -9223372036854775808
24126 LONG_MAX 9223372036854775807
24127 ULONG_MAX 18446744073709551615
24128 @end smallexample
24129
24130 @node File-I/O Examples
24131 @subsection File-I/O Examples
24132 @cindex file-i/o examples
24133
24134 Example sequence of a write call, file descriptor 3, buffer is at target
24135 address 0x1234, 6 bytes should be written:
24136
24137 @smallexample
24138 <- @code{Fwrite,3,1234,6}
24139 @emph{request memory read from target}
24140 -> @code{m1234,6}
24141 <- XXXXXX
24142 @emph{return "6 bytes written"}
24143 -> @code{F6}
24144 @end smallexample
24145
24146 Example sequence of a read call, file descriptor 3, buffer is at target
24147 address 0x1234, 6 bytes should be read:
24148
24149 @smallexample
24150 <- @code{Fread,3,1234,6}
24151 @emph{request memory write to target}
24152 -> @code{X1234,6:XXXXXX}
24153 @emph{return "6 bytes read"}
24154 -> @code{F6}
24155 @end smallexample
24156
24157 Example sequence of a read call, call fails on the host due to invalid
24158 file descriptor (EBADF):
24159
24160 @smallexample
24161 <- @code{Fread,3,1234,6}
24162 -> @code{F-1,9}
24163 @end smallexample
24164
24165 Example sequence of a read call, user presses Ctrl-C before syscall on
24166 host is called:
24167
24168 @smallexample
24169 <- @code{Fread,3,1234,6}
24170 -> @code{F-1,4,C}
24171 <- @code{T02}
24172 @end smallexample
24173
24174 Example sequence of a read call, user presses Ctrl-C after syscall on
24175 host is called:
24176
24177 @smallexample
24178 <- @code{Fread,3,1234,6}
24179 -> @code{X1234,6:XXXXXX}
24180 <- @code{T02}
24181 @end smallexample
24182
24183 @include agentexpr.texi
24184
24185 @include gpl.texi
24186
24187 @raisesections
24188 @include fdl.texi
24189 @lowersections
24190
24191 @node Index
24192 @unnumbered Index
24193
24194 @printindex cp
24195
24196 @tex
24197 % I think something like @colophon should be in texinfo. In the
24198 % meantime:
24199 \long\def\colophon{\hbox to0pt{}\vfill
24200 \centerline{The body of this manual is set in}
24201 \centerline{\fontname\tenrm,}
24202 \centerline{with headings in {\bf\fontname\tenbf}}
24203 \centerline{and examples in {\tt\fontname\tentt}.}
24204 \centerline{{\it\fontname\tenit\/},}
24205 \centerline{{\bf\fontname\tenbf}, and}
24206 \centerline{{\sl\fontname\tensl\/}}
24207 \centerline{are used for emphasis.}\vfill}
24208 \page\colophon
24209 % Blame: doc@cygnus.com, 1991.
24210 @end tex
24211
24212 @bye
This page took 0.578528 seconds and 4 git commands to generate.