*** empty log message ***
[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.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 -m
942 @itemx -mapped
943 @cindex @code{--mapped}
944 @cindex @code{-m}
945 @emph{Warning: this option depends on operating system facilities that are not
946 supported on all systems.}@*
947 If memory-mapped files are available on your system through the @code{mmap}
948 system call, you can use this option
949 to have @value{GDBN} write the symbols from your
950 program into a reusable file in the current directory. If the program you are debugging is
951 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
952 Future @value{GDBN} debugging sessions notice the presence of this file,
953 and can quickly map in symbol information from it, rather than reading
954 the symbol table from the executable program.
955
956 The @file{.syms} file is specific to the host machine where @value{GDBN}
957 is run. It holds an exact image of the internal @value{GDBN} symbol
958 table. It cannot be shared across multiple host platforms.
959
960 @item -r
961 @itemx -readnow
962 @cindex @code{--readnow}
963 @cindex @code{-r}
964 Read each symbol file's entire symbol table immediately, rather than
965 the default, which is to read it incrementally as it is needed.
966 This makes startup slower, but makes future operations faster.
967
968 @end table
969
970 You typically combine the @code{-mapped} and @code{-readnow} options in
971 order to build a @file{.syms} file that contains complete symbol
972 information. (@xref{Files,,Commands to specify files}, for information
973 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
974 but build a @file{.syms} file for future use is:
975
976 @smallexample
977 gdb -batch -nx -mapped -readnow programname
978 @end smallexample
979
980 @node Mode Options
981 @subsection Choosing modes
982
983 You can run @value{GDBN} in various alternative modes---for example, in
984 batch mode or quiet mode.
985
986 @table @code
987 @item -nx
988 @itemx -n
989 @cindex @code{--nx}
990 @cindex @code{-n}
991 Do not execute commands found in any initialization files. Normally,
992 @value{GDBN} executes the commands in these files after all the command
993 options and arguments have been processed. @xref{Command Files,,Command
994 files}.
995
996 @item -quiet
997 @itemx -silent
998 @itemx -q
999 @cindex @code{--quiet}
1000 @cindex @code{--silent}
1001 @cindex @code{-q}
1002 ``Quiet''. Do not print the introductory and copyright messages. These
1003 messages are also suppressed in batch mode.
1004
1005 @item -batch
1006 @cindex @code{--batch}
1007 Run in batch mode. Exit with status @code{0} after processing all the
1008 command files specified with @samp{-x} (and all commands from
1009 initialization files, if not inhibited with @samp{-n}). Exit with
1010 nonzero status if an error occurs in executing the @value{GDBN} commands
1011 in the command files.
1012
1013 Batch mode may be useful for running @value{GDBN} as a filter, for
1014 example to download and run a program on another computer; in order to
1015 make this more useful, the message
1016
1017 @smallexample
1018 Program exited normally.
1019 @end smallexample
1020
1021 @noindent
1022 (which is ordinarily issued whenever a program running under
1023 @value{GDBN} control terminates) is not issued when running in batch
1024 mode.
1025
1026 @item -nowindows
1027 @itemx -nw
1028 @cindex @code{--nowindows}
1029 @cindex @code{-nw}
1030 ``No windows''. If @value{GDBN} comes with a graphical user interface
1031 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
1032 interface. If no GUI is available, this option has no effect.
1033
1034 @item -windows
1035 @itemx -w
1036 @cindex @code{--windows}
1037 @cindex @code{-w}
1038 If @value{GDBN} includes a GUI, then this option requires it to be
1039 used if possible.
1040
1041 @item -cd @var{directory}
1042 @cindex @code{--cd}
1043 Run @value{GDBN} using @var{directory} as its working directory,
1044 instead of the current directory.
1045
1046 @item -fullname
1047 @itemx -f
1048 @cindex @code{--fullname}
1049 @cindex @code{-f}
1050 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1051 subprocess. It tells @value{GDBN} to output the full file name and line
1052 number in a standard, recognizable fashion each time a stack frame is
1053 displayed (which includes each time your program stops). This
1054 recognizable format looks like two @samp{\032} characters, followed by
1055 the file name, line number and character position separated by colons,
1056 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1057 @samp{\032} characters as a signal to display the source code for the
1058 frame.
1059
1060 @item -epoch
1061 @cindex @code{--epoch}
1062 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1063 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1064 routines so as to allow Epoch to display values of expressions in a
1065 separate window.
1066
1067 @item -annotate @var{level}
1068 @cindex @code{--annotate}
1069 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1070 effect is identical to using @samp{set annotate @var{level}}
1071 (@pxref{Annotations}). The annotation @var{level} controls how much
1072 information @value{GDBN} prints together with its prompt, values of
1073 expressions, source lines, and other types of output. Level 0 is the
1074 normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1075 @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1076 that control @value{GDBN}, and level 2 has been deprecated.
1077
1078 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1079 (@pxref{GDB/MI}).
1080
1081 @item --args
1082 @cindex @code{--args}
1083 Change interpretation of command line so that arguments following the
1084 executable file are passed as command line arguments to the inferior.
1085 This option stops option processing.
1086
1087 @item -baud @var{bps}
1088 @itemx -b @var{bps}
1089 @cindex @code{--baud}
1090 @cindex @code{-b}
1091 Set the line speed (baud rate or bits per second) of any serial
1092 interface used by @value{GDBN} for remote debugging.
1093
1094 @item -l @var{timeout}
1095 @cindex @code{-l}
1096 Set the timeout (in seconds) of any communication used by @value{GDBN}
1097 for remote debugging.
1098
1099 @item -tty @var{device}
1100 @itemx -t @var{device}
1101 @cindex @code{--tty}
1102 @cindex @code{-t}
1103 Run using @var{device} for your program's standard input and output.
1104 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1105
1106 @c resolve the situation of these eventually
1107 @item -tui
1108 @cindex @code{--tui}
1109 Activate the @dfn{Text User Interface} when starting. The Text User
1110 Interface manages several text windows on the terminal, showing
1111 source, assembly, registers and @value{GDBN} command outputs
1112 (@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1113 Text User Interface can be enabled by invoking the program
1114 @samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1115 Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1116
1117 @c @item -xdb
1118 @c @cindex @code{--xdb}
1119 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1120 @c For information, see the file @file{xdb_trans.html}, which is usually
1121 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1122 @c systems.
1123
1124 @item -interpreter @var{interp}
1125 @cindex @code{--interpreter}
1126 Use the interpreter @var{interp} for interface with the controlling
1127 program or device. This option is meant to be set by programs which
1128 communicate with @value{GDBN} using it as a back end.
1129 @xref{Interpreters, , Command Interpreters}.
1130
1131 @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1132 @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
1133 The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
1134 previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1135 selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1136 @sc{gdb/mi} interfaces are no longer supported.
1137
1138 @item -write
1139 @cindex @code{--write}
1140 Open the executable and core files for both reading and writing. This
1141 is equivalent to the @samp{set write on} command inside @value{GDBN}
1142 (@pxref{Patching}).
1143
1144 @item -statistics
1145 @cindex @code{--statistics}
1146 This option causes @value{GDBN} to print statistics about time and
1147 memory usage after it completes each command and returns to the prompt.
1148
1149 @item -version
1150 @cindex @code{--version}
1151 This option causes @value{GDBN} to print its version number and
1152 no-warranty blurb, and exit.
1153
1154 @end table
1155
1156 @node Startup
1157 @subsection What @value{GDBN} does during startup
1158 @cindex @value{GDBN} startup
1159
1160 Here's the description of what @value{GDBN} does during session startup:
1161
1162 @enumerate
1163 @item
1164 Sets up the command interpreter as specified by the command line
1165 (@pxref{Mode Options, interpreter}).
1166
1167 @item
1168 @cindex init file
1169 Reads the @dfn{init file} (if any) in your home directory@footnote{On
1170 DOS/Windows systems, the home directory is the one pointed to by the
1171 @code{HOME} environment variable.} and executes all the commands in
1172 that file.
1173
1174 @item
1175 Processes command line options and operands.
1176
1177 @item
1178 Reads and executes the commands from init file (if any) in the current
1179 working directory. This is only done if the current directory is
1180 different from your home directory. Thus, you can have more than one
1181 init file, one generic in your home directory, and another, specific
1182 to the program you are debugging, in the directory where you invoke
1183 @value{GDBN}.
1184
1185 @item
1186 Reads command files specified by the @samp{-x} option. @xref{Command
1187 Files}, for more details about @value{GDBN} command files.
1188
1189 @item
1190 Reads the command history recorded in the @dfn{history file}.
1191 @xref{History}, for more details about the command history and the
1192 files where @value{GDBN} records it.
1193 @end enumerate
1194
1195 Init files use the same syntax as @dfn{command files} (@pxref{Command
1196 Files}) and are processed by @value{GDBN} in the same way. The init
1197 file in your home directory can set options (such as @samp{set
1198 complaints}) that affect subsequent processing of command line options
1199 and operands. Init files are not executed if you use the @samp{-nx}
1200 option (@pxref{Mode Options, ,Choosing modes}).
1201
1202 @cindex init file name
1203 @cindex @file{.gdbinit}
1204 The @value{GDBN} init files are normally called @file{.gdbinit}.
1205 On some configurations of @value{GDBN}, the init file is known by a
1206 different name (these are typically environments where a specialized
1207 form of @value{GDBN} may need to coexist with other forms, hence a
1208 different name for the specialized version's init file). These are the
1209 environments with special init file names:
1210
1211 @itemize @bullet
1212 @cindex @file{gdb.ini}
1213 @item
1214 The DJGPP port of @value{GDBN} uses the name @file{gdb.ini}, due to
1215 the limitations of file names imposed by DOS filesystems. The Windows
1216 ports of @value{GDBN} use the standard name, but if they find a
1217 @file{gdb.ini} file, they warn you about that and suggest to rename
1218 the file to the standard name.
1219
1220 @cindex @file{.vxgdbinit}
1221 @item
1222 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
1223
1224 @cindex @file{.os68gdbinit}
1225 @item
1226 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
1227
1228 @cindex @file{.esgdbinit}
1229 @item
1230 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
1231
1232 @item
1233 CISCO 68k: @file{.cisco-gdbinit}
1234 @end itemize
1235
1236
1237 @node Quitting GDB
1238 @section Quitting @value{GDBN}
1239 @cindex exiting @value{GDBN}
1240 @cindex leaving @value{GDBN}
1241
1242 @table @code
1243 @kindex quit @r{[}@var{expression}@r{]}
1244 @kindex q @r{(@code{quit})}
1245 @item quit @r{[}@var{expression}@r{]}
1246 @itemx q
1247 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1248 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1249 do not supply @var{expression}, @value{GDBN} will terminate normally;
1250 otherwise it will terminate using the result of @var{expression} as the
1251 error code.
1252 @end table
1253
1254 @cindex interrupt
1255 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1256 terminates the action of any @value{GDBN} command that is in progress and
1257 returns to @value{GDBN} command level. It is safe to type the interrupt
1258 character at any time because @value{GDBN} does not allow it to take effect
1259 until a time when it is safe.
1260
1261 If you have been using @value{GDBN} to control an attached process or
1262 device, you can release it with the @code{detach} command
1263 (@pxref{Attach, ,Debugging an already-running process}).
1264
1265 @node Shell Commands
1266 @section Shell commands
1267
1268 If you need to execute occasional shell commands during your
1269 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1270 just use the @code{shell} command.
1271
1272 @table @code
1273 @kindex shell
1274 @cindex shell escape
1275 @item shell @var{command string}
1276 Invoke a standard shell to execute @var{command string}.
1277 If it exists, the environment variable @code{SHELL} determines which
1278 shell to run. Otherwise @value{GDBN} uses the default shell
1279 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1280 @end table
1281
1282 The utility @code{make} is often needed in development environments.
1283 You do not have to use the @code{shell} command for this purpose in
1284 @value{GDBN}:
1285
1286 @table @code
1287 @kindex make
1288 @cindex calling make
1289 @item make @var{make-args}
1290 Execute the @code{make} program with the specified
1291 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1292 @end table
1293
1294 @node Logging output
1295 @section Logging output
1296 @cindex logging @value{GDBN} output
1297 @cindex save @value{GDBN} output to a file
1298
1299 You may want to save the output of @value{GDBN} commands to a file.
1300 There are several commands to control @value{GDBN}'s logging.
1301
1302 @table @code
1303 @kindex set logging
1304 @item set logging on
1305 Enable logging.
1306 @item set logging off
1307 Disable logging.
1308 @cindex logging file name
1309 @item set logging file @var{file}
1310 Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1311 @item set logging overwrite [on|off]
1312 By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1313 you want @code{set logging on} to overwrite the logfile instead.
1314 @item set logging redirect [on|off]
1315 By default, @value{GDBN} output will go to both the terminal and the logfile.
1316 Set @code{redirect} if you want output to go only to the log file.
1317 @kindex show logging
1318 @item show logging
1319 Show the current values of the logging settings.
1320 @end table
1321
1322 @node Commands
1323 @chapter @value{GDBN} Commands
1324
1325 You can abbreviate a @value{GDBN} command to the first few letters of the command
1326 name, if that abbreviation is unambiguous; and you can repeat certain
1327 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1328 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1329 show you the alternatives available, if there is more than one possibility).
1330
1331 @menu
1332 * Command Syntax:: How to give commands to @value{GDBN}
1333 * Completion:: Command completion
1334 * Help:: How to ask @value{GDBN} for help
1335 @end menu
1336
1337 @node Command Syntax
1338 @section Command syntax
1339
1340 A @value{GDBN} command is a single line of input. There is no limit on
1341 how long it can be. It starts with a command name, which is followed by
1342 arguments whose meaning depends on the command name. For example, the
1343 command @code{step} accepts an argument which is the number of times to
1344 step, as in @samp{step 5}. You can also use the @code{step} command
1345 with no arguments. Some commands do not allow any arguments.
1346
1347 @cindex abbreviation
1348 @value{GDBN} command names may always be truncated if that abbreviation is
1349 unambiguous. Other possible command abbreviations are listed in the
1350 documentation for individual commands. In some cases, even ambiguous
1351 abbreviations are allowed; for example, @code{s} is specially defined as
1352 equivalent to @code{step} even though there are other commands whose
1353 names start with @code{s}. You can test abbreviations by using them as
1354 arguments to the @code{help} command.
1355
1356 @cindex repeating commands
1357 @kindex RET @r{(repeat last command)}
1358 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1359 repeat the previous command. Certain commands (for example, @code{run})
1360 will not repeat this way; these are commands whose unintentional
1361 repetition might cause trouble and which you are unlikely to want to
1362 repeat. User-defined commands can disable this feature; see
1363 @ref{Define, dont-repeat}.
1364
1365 The @code{list} and @code{x} commands, when you repeat them with
1366 @key{RET}, construct new arguments rather than repeating
1367 exactly as typed. This permits easy scanning of source or memory.
1368
1369 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1370 output, in a way similar to the common utility @code{more}
1371 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1372 @key{RET} too many in this situation, @value{GDBN} disables command
1373 repetition after any command that generates this sort of display.
1374
1375 @kindex # @r{(a comment)}
1376 @cindex comment
1377 Any text from a @kbd{#} to the end of the line is a comment; it does
1378 nothing. This is useful mainly in command files (@pxref{Command
1379 Files,,Command files}).
1380
1381 @cindex repeating command sequences
1382 @kindex C-o @r{(operate-and-get-next)}
1383 The @kbd{C-o} binding is useful for repeating a complex sequence of
1384 commands. This command accepts the current line, like @kbd{RET}, and
1385 then fetches the next line relative to the current line from the history
1386 for editing.
1387
1388 @node Completion
1389 @section Command completion
1390
1391 @cindex completion
1392 @cindex word completion
1393 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1394 only one possibility; it can also show you what the valid possibilities
1395 are for the next word in a command, at any time. This works for @value{GDBN}
1396 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1397
1398 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1399 of a word. If there is only one possibility, @value{GDBN} fills in the
1400 word, and waits for you to finish the command (or press @key{RET} to
1401 enter it). For example, if you type
1402
1403 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1404 @c complete accuracy in these examples; space introduced for clarity.
1405 @c If texinfo enhancements make it unnecessary, it would be nice to
1406 @c replace " @key" by "@key" in the following...
1407 @smallexample
1408 (@value{GDBP}) info bre @key{TAB}
1409 @end smallexample
1410
1411 @noindent
1412 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1413 the only @code{info} subcommand beginning with @samp{bre}:
1414
1415 @smallexample
1416 (@value{GDBP}) info breakpoints
1417 @end smallexample
1418
1419 @noindent
1420 You can either press @key{RET} at this point, to run the @code{info
1421 breakpoints} command, or backspace and enter something else, if
1422 @samp{breakpoints} does not look like the command you expected. (If you
1423 were sure you wanted @code{info breakpoints} in the first place, you
1424 might as well just type @key{RET} immediately after @samp{info bre},
1425 to exploit command abbreviations rather than command completion).
1426
1427 If there is more than one possibility for the next word when you press
1428 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1429 characters and try again, or just press @key{TAB} a second time;
1430 @value{GDBN} displays all the possible completions for that word. For
1431 example, you might want to set a breakpoint on a subroutine whose name
1432 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1433 just sounds the bell. Typing @key{TAB} again displays all the
1434 function names in your program that begin with those characters, for
1435 example:
1436
1437 @smallexample
1438 (@value{GDBP}) b make_ @key{TAB}
1439 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1440 make_a_section_from_file make_environ
1441 make_abs_section make_function_type
1442 make_blockvector make_pointer_type
1443 make_cleanup make_reference_type
1444 make_command make_symbol_completion_list
1445 (@value{GDBP}) b make_
1446 @end smallexample
1447
1448 @noindent
1449 After displaying the available possibilities, @value{GDBN} copies your
1450 partial input (@samp{b make_} in the example) so you can finish the
1451 command.
1452
1453 If you just want to see the list of alternatives in the first place, you
1454 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1455 means @kbd{@key{META} ?}. You can type this either by holding down a
1456 key designated as the @key{META} shift on your keyboard (if there is
1457 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1458
1459 @cindex quotes in commands
1460 @cindex completion of quoted strings
1461 Sometimes the string you need, while logically a ``word'', may contain
1462 parentheses or other characters that @value{GDBN} normally excludes from
1463 its notion of a word. To permit word completion to work in this
1464 situation, you may enclose words in @code{'} (single quote marks) in
1465 @value{GDBN} commands.
1466
1467 The most likely situation where you might need this is in typing the
1468 name of a C@t{++} function. This is because C@t{++} allows function
1469 overloading (multiple definitions of the same function, distinguished
1470 by argument type). For example, when you want to set a breakpoint you
1471 may need to distinguish whether you mean the version of @code{name}
1472 that takes an @code{int} parameter, @code{name(int)}, or the version
1473 that takes a @code{float} parameter, @code{name(float)}. To use the
1474 word-completion facilities in this situation, type a single quote
1475 @code{'} at the beginning of the function name. This alerts
1476 @value{GDBN} that it may need to consider more information than usual
1477 when you press @key{TAB} or @kbd{M-?} to request word completion:
1478
1479 @smallexample
1480 (@value{GDBP}) b 'bubble( @kbd{M-?}
1481 bubble(double,double) bubble(int,int)
1482 (@value{GDBP}) b 'bubble(
1483 @end smallexample
1484
1485 In some cases, @value{GDBN} can tell that completing a name requires using
1486 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1487 completing as much as it can) if you do not type the quote in the first
1488 place:
1489
1490 @smallexample
1491 (@value{GDBP}) b bub @key{TAB}
1492 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1493 (@value{GDBP}) b 'bubble(
1494 @end smallexample
1495
1496 @noindent
1497 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1498 you have not yet started typing the argument list when you ask for
1499 completion on an overloaded symbol.
1500
1501 For more information about overloaded functions, see @ref{C plus plus
1502 expressions, ,C@t{++} expressions}. You can use the command @code{set
1503 overload-resolution off} to disable overload resolution;
1504 see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1505
1506
1507 @node Help
1508 @section Getting help
1509 @cindex online documentation
1510 @kindex help
1511
1512 You can always ask @value{GDBN} itself for information on its commands,
1513 using the command @code{help}.
1514
1515 @table @code
1516 @kindex h @r{(@code{help})}
1517 @item help
1518 @itemx h
1519 You can use @code{help} (abbreviated @code{h}) with no arguments to
1520 display a short list of named classes of commands:
1521
1522 @smallexample
1523 (@value{GDBP}) help
1524 List of classes of commands:
1525
1526 aliases -- Aliases of other commands
1527 breakpoints -- Making program stop at certain points
1528 data -- Examining data
1529 files -- Specifying and examining files
1530 internals -- Maintenance commands
1531 obscure -- Obscure features
1532 running -- Running the program
1533 stack -- Examining the stack
1534 status -- Status inquiries
1535 support -- Support facilities
1536 tracepoints -- Tracing of program execution without@*
1537 stopping the program
1538 user-defined -- User-defined commands
1539
1540 Type "help" followed by a class name for a list of
1541 commands in that class.
1542 Type "help" followed by command name for full
1543 documentation.
1544 Command name abbreviations are allowed if unambiguous.
1545 (@value{GDBP})
1546 @end smallexample
1547 @c the above line break eliminates huge line overfull...
1548
1549 @item help @var{class}
1550 Using one of the general help classes as an argument, you can get a
1551 list of the individual commands in that class. For example, here is the
1552 help display for the class @code{status}:
1553
1554 @smallexample
1555 (@value{GDBP}) help status
1556 Status inquiries.
1557
1558 List of commands:
1559
1560 @c Line break in "show" line falsifies real output, but needed
1561 @c to fit in smallbook page size.
1562 info -- Generic command for showing things
1563 about the program being debugged
1564 show -- Generic command for showing things
1565 about the debugger
1566
1567 Type "help" followed by command name for full
1568 documentation.
1569 Command name abbreviations are allowed if unambiguous.
1570 (@value{GDBP})
1571 @end smallexample
1572
1573 @item help @var{command}
1574 With a command name as @code{help} argument, @value{GDBN} displays a
1575 short paragraph on how to use that command.
1576
1577 @kindex apropos
1578 @item apropos @var{args}
1579 The @code{apropos} command searches through all of the @value{GDBN}
1580 commands, and their documentation, for the regular expression specified in
1581 @var{args}. It prints out all matches found. For example:
1582
1583 @smallexample
1584 apropos reload
1585 @end smallexample
1586
1587 @noindent
1588 results in:
1589
1590 @smallexample
1591 @c @group
1592 set symbol-reloading -- Set dynamic symbol table reloading
1593 multiple times in one run
1594 show symbol-reloading -- Show dynamic symbol table reloading
1595 multiple times in one run
1596 @c @end group
1597 @end smallexample
1598
1599 @kindex complete
1600 @item complete @var{args}
1601 The @code{complete @var{args}} command lists all the possible completions
1602 for the beginning of a command. Use @var{args} to specify the beginning of the
1603 command you want completed. For example:
1604
1605 @smallexample
1606 complete i
1607 @end smallexample
1608
1609 @noindent results in:
1610
1611 @smallexample
1612 @group
1613 if
1614 ignore
1615 info
1616 inspect
1617 @end group
1618 @end smallexample
1619
1620 @noindent This is intended for use by @sc{gnu} Emacs.
1621 @end table
1622
1623 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1624 and @code{show} to inquire about the state of your program, or the state
1625 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1626 manual introduces each of them in the appropriate context. The listings
1627 under @code{info} and under @code{show} in the Index point to
1628 all the sub-commands. @xref{Index}.
1629
1630 @c @group
1631 @table @code
1632 @kindex info
1633 @kindex i @r{(@code{info})}
1634 @item info
1635 This command (abbreviated @code{i}) is for describing the state of your
1636 program. For example, you can list the arguments given to your program
1637 with @code{info args}, list the registers currently in use with @code{info
1638 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1639 You can get a complete list of the @code{info} sub-commands with
1640 @w{@code{help info}}.
1641
1642 @kindex set
1643 @item set
1644 You can assign the result of an expression to an environment variable with
1645 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1646 @code{set prompt $}.
1647
1648 @kindex show
1649 @item show
1650 In contrast to @code{info}, @code{show} is for describing the state of
1651 @value{GDBN} itself.
1652 You can change most of the things you can @code{show}, by using the
1653 related command @code{set}; for example, you can control what number
1654 system is used for displays with @code{set radix}, or simply inquire
1655 which is currently in use with @code{show radix}.
1656
1657 @kindex info set
1658 To display all the settable parameters and their current
1659 values, you can use @code{show} with no arguments; you may also use
1660 @code{info set}. Both commands produce the same display.
1661 @c FIXME: "info set" violates the rule that "info" is for state of
1662 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1663 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1664 @end table
1665 @c @end group
1666
1667 Here are three miscellaneous @code{show} subcommands, all of which are
1668 exceptional in lacking corresponding @code{set} commands:
1669
1670 @table @code
1671 @kindex show version
1672 @cindex @value{GDBN} version number
1673 @item show version
1674 Show what version of @value{GDBN} is running. You should include this
1675 information in @value{GDBN} bug-reports. If multiple versions of
1676 @value{GDBN} are in use at your site, you may need to determine which
1677 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1678 commands are introduced, and old ones may wither away. Also, many
1679 system vendors ship variant versions of @value{GDBN}, and there are
1680 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1681 The version number is the same as the one announced when you start
1682 @value{GDBN}.
1683
1684 @kindex show copying
1685 @kindex info copying
1686 @cindex display @value{GDBN} copyright
1687 @item show copying
1688 @itemx info copying
1689 Display information about permission for copying @value{GDBN}.
1690
1691 @kindex show warranty
1692 @kindex info warranty
1693 @item show warranty
1694 @itemx info warranty
1695 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1696 if your version of @value{GDBN} comes with one.
1697
1698 @end table
1699
1700 @node Running
1701 @chapter Running Programs Under @value{GDBN}
1702
1703 When you run a program under @value{GDBN}, you must first generate
1704 debugging information when you compile it.
1705
1706 You may start @value{GDBN} with its arguments, if any, in an environment
1707 of your choice. If you are doing native debugging, you may redirect
1708 your program's input and output, debug an already running process, or
1709 kill a child process.
1710
1711 @menu
1712 * Compilation:: Compiling for debugging
1713 * Starting:: Starting your program
1714 * Arguments:: Your program's arguments
1715 * Environment:: Your program's environment
1716
1717 * Working Directory:: Your program's working directory
1718 * Input/Output:: Your program's input and output
1719 * Attach:: Debugging an already-running process
1720 * Kill Process:: Killing the child process
1721
1722 * Threads:: Debugging programs with multiple threads
1723 * Processes:: Debugging programs with multiple processes
1724 @end menu
1725
1726 @node Compilation
1727 @section Compiling for debugging
1728
1729 In order to debug a program effectively, you need to generate
1730 debugging information when you compile it. This debugging information
1731 is stored in the object file; it describes the data type of each
1732 variable or function and the correspondence between source line numbers
1733 and addresses in the executable code.
1734
1735 To request debugging information, specify the @samp{-g} option when you run
1736 the compiler.
1737
1738 Programs that are to be shipped to your customers are compiled with
1739 optimizations, using the @samp{-O} compiler option. However, many
1740 compilers are unable to handle the @samp{-g} and @samp{-O} options
1741 together. Using those compilers, you cannot generate optimized
1742 executables containing debugging information.
1743
1744 @value{NGCC}, the @sc{gnu} C/C@t{++} compiler, supports @samp{-g} with or
1745 without @samp{-O}, making it possible to debug optimized code. We
1746 recommend that you @emph{always} use @samp{-g} whenever you compile a
1747 program. You may think your program is correct, but there is no sense
1748 in pushing your luck.
1749
1750 @cindex optimized code, debugging
1751 @cindex debugging optimized code
1752 When you debug a program compiled with @samp{-g -O}, remember that the
1753 optimizer is rearranging your code; the debugger shows you what is
1754 really there. Do not be too surprised when the execution path does not
1755 exactly match your source file! An extreme example: if you define a
1756 variable, but never use it, @value{GDBN} never sees that
1757 variable---because the compiler optimizes it out of existence.
1758
1759 Some things do not work as well with @samp{-g -O} as with just
1760 @samp{-g}, particularly on machines with instruction scheduling. If in
1761 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1762 please report it to us as a bug (including a test case!).
1763 @xref{Variables}, for more information about debugging optimized code.
1764
1765 Older versions of the @sc{gnu} C compiler permitted a variant option
1766 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1767 format; if your @sc{gnu} C compiler has this option, do not use it.
1768
1769 @value{GDBN} knows about preprocessor macros and can show you their
1770 expansion (@pxref{Macros}). Most compilers do not include information
1771 about preprocessor macros in the debugging information if you specify
1772 the @option{-g} flag alone, because this information is rather large.
1773 Version 3.1 and later of @value{NGCC}, the @sc{gnu} C compiler,
1774 provides macro information if you specify the options
1775 @option{-gdwarf-2} and @option{-g3}; the former option requests
1776 debugging information in the Dwarf 2 format, and the latter requests
1777 ``extra information''. In the future, we hope to find more compact
1778 ways to represent macro information, so that it can be included with
1779 @option{-g} alone.
1780
1781 @need 2000
1782 @node Starting
1783 @section Starting your program
1784 @cindex starting
1785 @cindex running
1786
1787 @table @code
1788 @kindex run
1789 @kindex r @r{(@code{run})}
1790 @item run
1791 @itemx r
1792 Use the @code{run} command to start your program under @value{GDBN}.
1793 You must first specify the program name (except on VxWorks) with an
1794 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1795 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1796 (@pxref{Files, ,Commands to specify files}).
1797
1798 @end table
1799
1800 If you are running your program in an execution environment that
1801 supports processes, @code{run} creates an inferior process and makes
1802 that process run your program. (In environments without processes,
1803 @code{run} jumps to the start of your program.)
1804
1805 The execution of a program is affected by certain information it
1806 receives from its superior. @value{GDBN} provides ways to specify this
1807 information, which you must do @emph{before} starting your program. (You
1808 can change it after starting your program, but such changes only affect
1809 your program the next time you start it.) This information may be
1810 divided into four categories:
1811
1812 @table @asis
1813 @item The @emph{arguments.}
1814 Specify the arguments to give your program as the arguments of the
1815 @code{run} command. If a shell is available on your target, the shell
1816 is used to pass the arguments, so that you may use normal conventions
1817 (such as wildcard expansion or variable substitution) in describing
1818 the arguments.
1819 In Unix systems, you can control which shell is used with the
1820 @code{SHELL} environment variable.
1821 @xref{Arguments, ,Your program's arguments}.
1822
1823 @item The @emph{environment.}
1824 Your program normally inherits its environment from @value{GDBN}, but you can
1825 use the @value{GDBN} commands @code{set environment} and @code{unset
1826 environment} to change parts of the environment that affect
1827 your program. @xref{Environment, ,Your program's environment}.
1828
1829 @item The @emph{working directory.}
1830 Your program inherits its working directory from @value{GDBN}. You can set
1831 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1832 @xref{Working Directory, ,Your program's working directory}.
1833
1834 @item The @emph{standard input and output.}
1835 Your program normally uses the same device for standard input and
1836 standard output as @value{GDBN} is using. You can redirect input and output
1837 in the @code{run} command line, or you can use the @code{tty} command to
1838 set a different device for your program.
1839 @xref{Input/Output, ,Your program's input and output}.
1840
1841 @cindex pipes
1842 @emph{Warning:} While input and output redirection work, you cannot use
1843 pipes to pass the output of the program you are debugging to another
1844 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1845 wrong program.
1846 @end table
1847
1848 When you issue the @code{run} command, your program begins to execute
1849 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1850 of how to arrange for your program to stop. Once your program has
1851 stopped, you may call functions in your program, using the @code{print}
1852 or @code{call} commands. @xref{Data, ,Examining Data}.
1853
1854 If the modification time of your symbol file has changed since the last
1855 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1856 table, and reads it again. When it does this, @value{GDBN} tries to retain
1857 your current breakpoints.
1858
1859 @table @code
1860 @kindex start
1861 @item start
1862 @cindex run to main procedure
1863 The name of the main procedure can vary from language to language.
1864 With C or C@t{++}, the main procedure name is always @code{main}, but
1865 other languages such as Ada do not require a specific name for their
1866 main procedure. The debugger provides a convenient way to start the
1867 execution of the program and to stop at the beginning of the main
1868 procedure, depending on the language used.
1869
1870 The @samp{start} command does the equivalent of setting a temporary
1871 breakpoint at the beginning of the main procedure and then invoking
1872 the @samp{run} command.
1873
1874 @cindex elaboration phase
1875 Some programs contain an @dfn{elaboration} phase where some startup code is
1876 executed before the main procedure is called. This depends on the
1877 languages used to write your program. In C@t{++}, for instance,
1878 constructors for static and global objects are executed before
1879 @code{main} is called. It is therefore possible that the debugger stops
1880 before reaching the main procedure. However, the temporary breakpoint
1881 will remain to halt execution.
1882
1883 Specify the arguments to give to your program as arguments to the
1884 @samp{start} command. These arguments will be given verbatim to the
1885 underlying @samp{run} command. Note that the same arguments will be
1886 reused if no argument is provided during subsequent calls to
1887 @samp{start} or @samp{run}.
1888
1889 It is sometimes necessary to debug the program during elaboration. In
1890 these cases, using the @code{start} command would stop the execution of
1891 your program too late, as the program would have already completed the
1892 elaboration phase. Under these circumstances, insert breakpoints in your
1893 elaboration code before running your program.
1894 @end table
1895
1896 @node Arguments
1897 @section Your program's arguments
1898
1899 @cindex arguments (to your program)
1900 The arguments to your program can be specified by the arguments of the
1901 @code{run} command.
1902 They are passed to a shell, which expands wildcard characters and
1903 performs redirection of I/O, and thence to your program. Your
1904 @code{SHELL} environment variable (if it exists) specifies what shell
1905 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1906 the default shell (@file{/bin/sh} on Unix).
1907
1908 On non-Unix systems, the program is usually invoked directly by
1909 @value{GDBN}, which emulates I/O redirection via the appropriate system
1910 calls, and the wildcard characters are expanded by the startup code of
1911 the program, not by the shell.
1912
1913 @code{run} with no arguments uses the same arguments used by the previous
1914 @code{run}, or those set by the @code{set args} command.
1915
1916 @table @code
1917 @kindex set args
1918 @item set args
1919 Specify the arguments to be used the next time your program is run. If
1920 @code{set args} has no arguments, @code{run} executes your program
1921 with no arguments. Once you have run your program with arguments,
1922 using @code{set args} before the next @code{run} is the only way to run
1923 it again without arguments.
1924
1925 @kindex show args
1926 @item show args
1927 Show the arguments to give your program when it is started.
1928 @end table
1929
1930 @node Environment
1931 @section Your program's environment
1932
1933 @cindex environment (of your program)
1934 The @dfn{environment} consists of a set of environment variables and
1935 their values. Environment variables conventionally record such things as
1936 your user name, your home directory, your terminal type, and your search
1937 path for programs to run. Usually you set up environment variables with
1938 the shell and they are inherited by all the other programs you run. When
1939 debugging, it can be useful to try running your program with a modified
1940 environment without having to start @value{GDBN} over again.
1941
1942 @table @code
1943 @kindex path
1944 @item path @var{directory}
1945 Add @var{directory} to the front of the @code{PATH} environment variable
1946 (the search path for executables) that will be passed to your program.
1947 The value of @code{PATH} used by @value{GDBN} does not change.
1948 You may specify several directory names, separated by whitespace or by a
1949 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1950 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1951 is moved to the front, so it is searched sooner.
1952
1953 You can use the string @samp{$cwd} to refer to whatever is the current
1954 working directory at the time @value{GDBN} searches the path. If you
1955 use @samp{.} instead, it refers to the directory where you executed the
1956 @code{path} command. @value{GDBN} replaces @samp{.} in the
1957 @var{directory} argument (with the current path) before adding
1958 @var{directory} to the search path.
1959 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1960 @c document that, since repeating it would be a no-op.
1961
1962 @kindex show paths
1963 @item show paths
1964 Display the list of search paths for executables (the @code{PATH}
1965 environment variable).
1966
1967 @kindex show environment
1968 @item show environment @r{[}@var{varname}@r{]}
1969 Print the value of environment variable @var{varname} to be given to
1970 your program when it starts. If you do not supply @var{varname},
1971 print the names and values of all environment variables to be given to
1972 your program. You can abbreviate @code{environment} as @code{env}.
1973
1974 @kindex set environment
1975 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1976 Set environment variable @var{varname} to @var{value}. The value
1977 changes for your program only, not for @value{GDBN} itself. @var{value} may
1978 be any string; the values of environment variables are just strings, and
1979 any interpretation is supplied by your program itself. The @var{value}
1980 parameter is optional; if it is eliminated, the variable is set to a
1981 null value.
1982 @c "any string" here does not include leading, trailing
1983 @c blanks. Gnu asks: does anyone care?
1984
1985 For example, this command:
1986
1987 @smallexample
1988 set env USER = foo
1989 @end smallexample
1990
1991 @noindent
1992 tells the debugged program, when subsequently run, that its user is named
1993 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1994 are not actually required.)
1995
1996 @kindex unset environment
1997 @item unset environment @var{varname}
1998 Remove variable @var{varname} from the environment to be passed to your
1999 program. This is different from @samp{set env @var{varname} =};
2000 @code{unset environment} removes the variable from the environment,
2001 rather than assigning it an empty value.
2002 @end table
2003
2004 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
2005 the shell indicated
2006 by your @code{SHELL} environment variable if it exists (or
2007 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
2008 that runs an initialization file---such as @file{.cshrc} for C-shell, or
2009 @file{.bashrc} for BASH---any variables you set in that file affect
2010 your program. You may wish to move setting of environment variables to
2011 files that are only run when you sign on, such as @file{.login} or
2012 @file{.profile}.
2013
2014 @node Working Directory
2015 @section Your program's working directory
2016
2017 @cindex working directory (of your program)
2018 Each time you start your program with @code{run}, it inherits its
2019 working directory from the current working directory of @value{GDBN}.
2020 The @value{GDBN} working directory is initially whatever it inherited
2021 from its parent process (typically the shell), but you can specify a new
2022 working directory in @value{GDBN} with the @code{cd} command.
2023
2024 The @value{GDBN} working directory also serves as a default for the commands
2025 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
2026 specify files}.
2027
2028 @table @code
2029 @kindex cd
2030 @cindex change working directory
2031 @item cd @var{directory}
2032 Set the @value{GDBN} working directory to @var{directory}.
2033
2034 @kindex pwd
2035 @item pwd
2036 Print the @value{GDBN} working directory.
2037 @end table
2038
2039 It is generally impossible to find the current working directory of
2040 the process being debugged (since a program can change its directory
2041 during its run). If you work on a system where @value{GDBN} is
2042 configured with the @file{/proc} support, you can use the @code{info
2043 proc} command (@pxref{SVR4 Process Information}) to find out the
2044 current working directory of the debuggee.
2045
2046 @node Input/Output
2047 @section Your program's input and output
2048
2049 @cindex redirection
2050 @cindex i/o
2051 @cindex terminal
2052 By default, the program you run under @value{GDBN} does input and output to
2053 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
2054 to its own terminal modes to interact with you, but it records the terminal
2055 modes your program was using and switches back to them when you continue
2056 running your program.
2057
2058 @table @code
2059 @kindex info terminal
2060 @item info terminal
2061 Displays information recorded by @value{GDBN} about the terminal modes your
2062 program is using.
2063 @end table
2064
2065 You can redirect your program's input and/or output using shell
2066 redirection with the @code{run} command. For example,
2067
2068 @smallexample
2069 run > outfile
2070 @end smallexample
2071
2072 @noindent
2073 starts your program, diverting its output to the file @file{outfile}.
2074
2075 @kindex tty
2076 @cindex controlling terminal
2077 Another way to specify where your program should do input and output is
2078 with the @code{tty} command. This command accepts a file name as
2079 argument, and causes this file to be the default for future @code{run}
2080 commands. It also resets the controlling terminal for the child
2081 process, for future @code{run} commands. For example,
2082
2083 @smallexample
2084 tty /dev/ttyb
2085 @end smallexample
2086
2087 @noindent
2088 directs that processes started with subsequent @code{run} commands
2089 default to do input and output on the terminal @file{/dev/ttyb} and have
2090 that as their controlling terminal.
2091
2092 An explicit redirection in @code{run} overrides the @code{tty} command's
2093 effect on the input/output device, but not its effect on the controlling
2094 terminal.
2095
2096 When you use the @code{tty} command or redirect input in the @code{run}
2097 command, only the input @emph{for your program} is affected. The input
2098 for @value{GDBN} still comes from your terminal.
2099
2100 @node Attach
2101 @section Debugging an already-running process
2102 @kindex attach
2103 @cindex attach
2104
2105 @table @code
2106 @item attach @var{process-id}
2107 This command attaches to a running process---one that was started
2108 outside @value{GDBN}. (@code{info files} shows your active
2109 targets.) The command takes as argument a process ID. The usual way to
2110 find out the @var{process-id} of a Unix process is with the @code{ps} utility,
2111 or with the @samp{jobs -l} shell command.
2112
2113 @code{attach} does not repeat if you press @key{RET} a second time after
2114 executing the command.
2115 @end table
2116
2117 To use @code{attach}, your program must be running in an environment
2118 which supports processes; for example, @code{attach} does not work for
2119 programs on bare-board targets that lack an operating system. You must
2120 also have permission to send the process a signal.
2121
2122 When you use @code{attach}, the debugger finds the program running in
2123 the process first by looking in the current working directory, then (if
2124 the program is not found) by using the source file search path
2125 (@pxref{Source Path, ,Specifying source directories}). You can also use
2126 the @code{file} command to load the program. @xref{Files, ,Commands to
2127 Specify Files}.
2128
2129 The first thing @value{GDBN} does after arranging to debug the specified
2130 process is to stop it. You can examine and modify an attached process
2131 with all the @value{GDBN} commands that are ordinarily available when
2132 you start processes with @code{run}. You can insert breakpoints; you
2133 can step and continue; you can modify storage. If you would rather the
2134 process continue running, you may use the @code{continue} command after
2135 attaching @value{GDBN} to the process.
2136
2137 @table @code
2138 @kindex detach
2139 @item detach
2140 When you have finished debugging the attached process, you can use the
2141 @code{detach} command to release it from @value{GDBN} control. Detaching
2142 the process continues its execution. After the @code{detach} command,
2143 that process and @value{GDBN} become completely independent once more, and you
2144 are ready to @code{attach} another process or start one with @code{run}.
2145 @code{detach} does not repeat if you press @key{RET} again after
2146 executing the command.
2147 @end table
2148
2149 If you exit @value{GDBN} or use the @code{run} command while you have an
2150 attached process, you kill that process. By default, @value{GDBN} asks
2151 for confirmation if you try to do either of these things; you can
2152 control whether or not you need to confirm by using the @code{set
2153 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2154 messages}).
2155
2156 @node Kill Process
2157 @section Killing the child process
2158
2159 @table @code
2160 @kindex kill
2161 @item kill
2162 Kill the child process in which your program is running under @value{GDBN}.
2163 @end table
2164
2165 This command is useful if you wish to debug a core dump instead of a
2166 running process. @value{GDBN} ignores any core dump file while your program
2167 is running.
2168
2169 On some operating systems, a program cannot be executed outside @value{GDBN}
2170 while you have breakpoints set on it inside @value{GDBN}. You can use the
2171 @code{kill} command in this situation to permit running your program
2172 outside the debugger.
2173
2174 The @code{kill} command is also useful if you wish to recompile and
2175 relink your program, since on many systems it is impossible to modify an
2176 executable file while it is running in a process. In this case, when you
2177 next type @code{run}, @value{GDBN} notices that the file has changed, and
2178 reads the symbol table again (while trying to preserve your current
2179 breakpoint settings).
2180
2181 @node Threads
2182 @section Debugging programs with multiple threads
2183
2184 @cindex threads of execution
2185 @cindex multiple threads
2186 @cindex switching threads
2187 In some operating systems, such as HP-UX and Solaris, a single program
2188 may have more than one @dfn{thread} of execution. The precise semantics
2189 of threads differ from one operating system to another, but in general
2190 the threads of a single program are akin to multiple processes---except
2191 that they share one address space (that is, they can all examine and
2192 modify the same variables). On the other hand, each thread has its own
2193 registers and execution stack, and perhaps private memory.
2194
2195 @value{GDBN} provides these facilities for debugging multi-thread
2196 programs:
2197
2198 @itemize @bullet
2199 @item automatic notification of new threads
2200 @item @samp{thread @var{threadno}}, a command to switch among threads
2201 @item @samp{info threads}, a command to inquire about existing threads
2202 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2203 a command to apply a command to a list of threads
2204 @item thread-specific breakpoints
2205 @end itemize
2206
2207 @quotation
2208 @emph{Warning:} These facilities are not yet available on every
2209 @value{GDBN} configuration where the operating system supports threads.
2210 If your @value{GDBN} does not support threads, these commands have no
2211 effect. For example, a system without thread support shows no output
2212 from @samp{info threads}, and always rejects the @code{thread} command,
2213 like this:
2214
2215 @smallexample
2216 (@value{GDBP}) info threads
2217 (@value{GDBP}) thread 1
2218 Thread ID 1 not known. Use the "info threads" command to
2219 see the IDs of currently known threads.
2220 @end smallexample
2221 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
2222 @c doesn't support threads"?
2223 @end quotation
2224
2225 @cindex focus of debugging
2226 @cindex current thread
2227 The @value{GDBN} thread debugging facility allows you to observe all
2228 threads while your program runs---but whenever @value{GDBN} takes
2229 control, one thread in particular is always the focus of debugging.
2230 This thread is called the @dfn{current thread}. Debugging commands show
2231 program information from the perspective of the current thread.
2232
2233 @cindex @code{New} @var{systag} message
2234 @cindex thread identifier (system)
2235 @c FIXME-implementors!! It would be more helpful if the [New...] message
2236 @c included GDB's numeric thread handle, so you could just go to that
2237 @c thread without first checking `info threads'.
2238 Whenever @value{GDBN} detects a new thread in your program, it displays
2239 the target system's identification for the thread with a message in the
2240 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2241 whose form varies depending on the particular system. For example, on
2242 LynxOS, you might see
2243
2244 @smallexample
2245 [New process 35 thread 27]
2246 @end smallexample
2247
2248 @noindent
2249 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2250 the @var{systag} is simply something like @samp{process 368}, with no
2251 further qualifier.
2252
2253 @c FIXME!! (1) Does the [New...] message appear even for the very first
2254 @c thread of a program, or does it only appear for the
2255 @c second---i.e.@: when it becomes obvious we have a multithread
2256 @c program?
2257 @c (2) *Is* there necessarily a first thread always? Or do some
2258 @c multithread systems permit starting a program with multiple
2259 @c threads ab initio?
2260
2261 @cindex thread number
2262 @cindex thread identifier (GDB)
2263 For debugging purposes, @value{GDBN} associates its own thread
2264 number---always a single integer---with each thread in your program.
2265
2266 @table @code
2267 @kindex info threads
2268 @item info threads
2269 Display a summary of all threads currently in your
2270 program. @value{GDBN} displays for each thread (in this order):
2271
2272 @enumerate
2273 @item
2274 the thread number assigned by @value{GDBN}
2275
2276 @item
2277 the target system's thread identifier (@var{systag})
2278
2279 @item
2280 the current stack frame summary for that thread
2281 @end enumerate
2282
2283 @noindent
2284 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2285 indicates the current thread.
2286
2287 For example,
2288 @end table
2289 @c end table here to get a little more width for example
2290
2291 @smallexample
2292 (@value{GDBP}) info threads
2293 3 process 35 thread 27 0x34e5 in sigpause ()
2294 2 process 35 thread 23 0x34e5 in sigpause ()
2295 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2296 at threadtest.c:68
2297 @end smallexample
2298
2299 On HP-UX systems:
2300
2301 @cindex debugging multithreaded programs (on HP-UX)
2302 @cindex thread identifier (GDB), on HP-UX
2303 For debugging purposes, @value{GDBN} associates its own thread
2304 number---a small integer assigned in thread-creation order---with each
2305 thread in your program.
2306
2307 @cindex @code{New} @var{systag} message, on HP-UX
2308 @cindex thread identifier (system), on HP-UX
2309 @c FIXME-implementors!! It would be more helpful if the [New...] message
2310 @c included GDB's numeric thread handle, so you could just go to that
2311 @c thread without first checking `info threads'.
2312 Whenever @value{GDBN} detects a new thread in your program, it displays
2313 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2314 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2315 whose form varies depending on the particular system. For example, on
2316 HP-UX, you see
2317
2318 @smallexample
2319 [New thread 2 (system thread 26594)]
2320 @end smallexample
2321
2322 @noindent
2323 when @value{GDBN} notices a new thread.
2324
2325 @table @code
2326 @kindex info threads (HP-UX)
2327 @item info threads
2328 Display a summary of all threads currently in your
2329 program. @value{GDBN} displays for each thread (in this order):
2330
2331 @enumerate
2332 @item the thread number assigned by @value{GDBN}
2333
2334 @item the target system's thread identifier (@var{systag})
2335
2336 @item the current stack frame summary for that thread
2337 @end enumerate
2338
2339 @noindent
2340 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2341 indicates the current thread.
2342
2343 For example,
2344 @end table
2345 @c end table here to get a little more width for example
2346
2347 @smallexample
2348 (@value{GDBP}) info threads
2349 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2350 at quicksort.c:137
2351 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2352 from /usr/lib/libc.2
2353 1 system thread 27905 0x7b003498 in _brk () \@*
2354 from /usr/lib/libc.2
2355 @end smallexample
2356
2357 On Solaris, you can display more information about user threads with a
2358 Solaris-specific command:
2359
2360 @table @code
2361 @item maint info sol-threads
2362 @kindex maint info sol-threads
2363 @cindex thread info (Solaris)
2364 Display info on Solaris user threads.
2365 @end table
2366
2367 @table @code
2368 @kindex thread @var{threadno}
2369 @item thread @var{threadno}
2370 Make thread number @var{threadno} the current thread. The command
2371 argument @var{threadno} is the internal @value{GDBN} thread number, as
2372 shown in the first field of the @samp{info threads} display.
2373 @value{GDBN} responds by displaying the system identifier of the thread
2374 you selected, and its current stack frame summary:
2375
2376 @smallexample
2377 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2378 (@value{GDBP}) thread 2
2379 [Switching to process 35 thread 23]
2380 0x34e5 in sigpause ()
2381 @end smallexample
2382
2383 @noindent
2384 As with the @samp{[New @dots{}]} message, the form of the text after
2385 @samp{Switching to} depends on your system's conventions for identifying
2386 threads.
2387
2388 @kindex thread apply
2389 @cindex apply command to several threads
2390 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2391 The @code{thread apply} command allows you to apply a command to one or
2392 more threads. Specify the numbers of the threads that you want affected
2393 with the command argument @var{threadno}. @var{threadno} is the internal
2394 @value{GDBN} thread number, as shown in the first field of the @samp{info
2395 threads} display. To apply a command to all threads, use
2396 @code{thread apply all} @var{args}.
2397 @end table
2398
2399 @cindex automatic thread selection
2400 @cindex switching threads automatically
2401 @cindex threads, automatic switching
2402 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2403 signal, it automatically selects the thread where that breakpoint or
2404 signal happened. @value{GDBN} alerts you to the context switch with a
2405 message of the form @samp{[Switching to @var{systag}]} to identify the
2406 thread.
2407
2408 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2409 more information about how @value{GDBN} behaves when you stop and start
2410 programs with multiple threads.
2411
2412 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2413 watchpoints in programs with multiple threads.
2414
2415 @node Processes
2416 @section Debugging programs with multiple processes
2417
2418 @cindex fork, debugging programs which call
2419 @cindex multiple processes
2420 @cindex processes, multiple
2421 On most systems, @value{GDBN} has no special support for debugging
2422 programs which create additional processes using the @code{fork}
2423 function. When a program forks, @value{GDBN} will continue to debug the
2424 parent process and the child process will run unimpeded. If you have
2425 set a breakpoint in any code which the child then executes, the child
2426 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2427 will cause it to terminate.
2428
2429 However, if you want to debug the child process there is a workaround
2430 which isn't too painful. Put a call to @code{sleep} in the code which
2431 the child process executes after the fork. It may be useful to sleep
2432 only if a certain environment variable is set, or a certain file exists,
2433 so that the delay need not occur when you don't want to run @value{GDBN}
2434 on the child. While the child is sleeping, use the @code{ps} program to
2435 get its process ID. Then tell @value{GDBN} (a new invocation of
2436 @value{GDBN} if you are also debugging the parent process) to attach to
2437 the child process (@pxref{Attach}). From that point on you can debug
2438 the child process just like any other process which you attached to.
2439
2440 On some systems, @value{GDBN} provides support for debugging programs that
2441 create additional processes using the @code{fork} or @code{vfork} functions.
2442 Currently, the only platforms with this feature are HP-UX (11.x and later
2443 only?) and GNU/Linux (kernel version 2.5.60 and later).
2444
2445 By default, when a program forks, @value{GDBN} will continue to debug
2446 the parent process and the child process will run unimpeded.
2447
2448 If you want to follow the child process instead of the parent process,
2449 use the command @w{@code{set follow-fork-mode}}.
2450
2451 @table @code
2452 @kindex set follow-fork-mode
2453 @item set follow-fork-mode @var{mode}
2454 Set the debugger response to a program call of @code{fork} or
2455 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2456 process. The @var{mode} argument can be:
2457
2458 @table @code
2459 @item parent
2460 The original process is debugged after a fork. The child process runs
2461 unimpeded. This is the default.
2462
2463 @item child
2464 The new process is debugged after a fork. The parent process runs
2465 unimpeded.
2466
2467 @end table
2468
2469 @kindex show follow-fork-mode
2470 @item show follow-fork-mode
2471 Display the current debugger response to a @code{fork} or @code{vfork} call.
2472 @end table
2473
2474 If you ask to debug a child process and a @code{vfork} is followed by an
2475 @code{exec}, @value{GDBN} executes the new target up to the first
2476 breakpoint in the new target. If you have a breakpoint set on
2477 @code{main} in your original program, the breakpoint will also be set on
2478 the child process's @code{main}.
2479
2480 When a child process is spawned by @code{vfork}, you cannot debug the
2481 child or parent until an @code{exec} call completes.
2482
2483 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2484 call executes, the new target restarts. To restart the parent process,
2485 use the @code{file} command with the parent executable name as its
2486 argument.
2487
2488 You can use the @code{catch} command to make @value{GDBN} stop whenever
2489 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2490 Catchpoints, ,Setting catchpoints}.
2491
2492 @node Stopping
2493 @chapter Stopping and Continuing
2494
2495 The principal purposes of using a debugger are so that you can stop your
2496 program before it terminates; or so that, if your program runs into
2497 trouble, you can investigate and find out why.
2498
2499 Inside @value{GDBN}, your program may stop for any of several reasons,
2500 such as a signal, a breakpoint, or reaching a new line after a
2501 @value{GDBN} command such as @code{step}. You may then examine and
2502 change variables, set new breakpoints or remove old ones, and then
2503 continue execution. Usually, the messages shown by @value{GDBN} provide
2504 ample explanation of the status of your program---but you can also
2505 explicitly request this information at any time.
2506
2507 @table @code
2508 @kindex info program
2509 @item info program
2510 Display information about the status of your program: whether it is
2511 running or not, what process it is, and why it stopped.
2512 @end table
2513
2514 @menu
2515 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2516 * Continuing and Stepping:: Resuming execution
2517 * Signals:: Signals
2518 * Thread Stops:: Stopping and starting multi-thread programs
2519 @end menu
2520
2521 @node Breakpoints
2522 @section Breakpoints, watchpoints, and catchpoints
2523
2524 @cindex breakpoints
2525 A @dfn{breakpoint} makes your program stop whenever a certain point in
2526 the program is reached. For each breakpoint, you can add conditions to
2527 control in finer detail whether your program stops. You can set
2528 breakpoints with the @code{break} command and its variants (@pxref{Set
2529 Breaks, ,Setting breakpoints}), to specify the place where your program
2530 should stop by line number, function name or exact address in the
2531 program.
2532
2533 On some systems, you can set breakpoints in shared libraries before
2534 the executable is run. There is a minor limitation on HP-UX systems:
2535 you must wait until the executable is run in order to set breakpoints
2536 in shared library routines that are not called directly by the program
2537 (for example, routines that are arguments in a @code{pthread_create}
2538 call).
2539
2540 @cindex watchpoints
2541 @cindex memory tracing
2542 @cindex breakpoint on memory address
2543 @cindex breakpoint on variable modification
2544 A @dfn{watchpoint} is a special breakpoint that stops your program
2545 when the value of an expression changes. You must use a different
2546 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2547 watchpoints}), but aside from that, you can manage a watchpoint like
2548 any other breakpoint: you enable, disable, and delete both breakpoints
2549 and watchpoints using the same commands.
2550
2551 You can arrange to have values from your program displayed automatically
2552 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2553 Automatic display}.
2554
2555 @cindex catchpoints
2556 @cindex breakpoint on events
2557 A @dfn{catchpoint} is another special breakpoint that stops your program
2558 when a certain kind of event occurs, such as the throwing of a C@t{++}
2559 exception or the loading of a library. As with watchpoints, you use a
2560 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2561 catchpoints}), but aside from that, you can manage a catchpoint like any
2562 other breakpoint. (To stop when your program receives a signal, use the
2563 @code{handle} command; see @ref{Signals, ,Signals}.)
2564
2565 @cindex breakpoint numbers
2566 @cindex numbers for breakpoints
2567 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2568 catchpoint when you create it; these numbers are successive integers
2569 starting with one. In many of the commands for controlling various
2570 features of breakpoints you use the breakpoint number to say which
2571 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2572 @dfn{disabled}; if disabled, it has no effect on your program until you
2573 enable it again.
2574
2575 @cindex breakpoint ranges
2576 @cindex ranges of breakpoints
2577 Some @value{GDBN} commands accept a range of breakpoints on which to
2578 operate. A breakpoint range is either a single breakpoint number, like
2579 @samp{5}, or two such numbers, in increasing order, separated by a
2580 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2581 all breakpoint in that range are operated on.
2582
2583 @menu
2584 * Set Breaks:: Setting breakpoints
2585 * Set Watchpoints:: Setting watchpoints
2586 * Set Catchpoints:: Setting catchpoints
2587 * Delete Breaks:: Deleting breakpoints
2588 * Disabling:: Disabling breakpoints
2589 * Conditions:: Break conditions
2590 * Break Commands:: Breakpoint command lists
2591 * Breakpoint Menus:: Breakpoint menus
2592 * Error in Breakpoints:: ``Cannot insert breakpoints''
2593 * Breakpoint related warnings:: ``Breakpoint address adjusted...''
2594 @end menu
2595
2596 @node Set Breaks
2597 @subsection Setting breakpoints
2598
2599 @c FIXME LMB what does GDB do if no code on line of breakpt?
2600 @c consider in particular declaration with/without initialization.
2601 @c
2602 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2603
2604 @kindex break
2605 @kindex b @r{(@code{break})}
2606 @vindex $bpnum@r{, convenience variable}
2607 @cindex latest breakpoint
2608 Breakpoints are set with the @code{break} command (abbreviated
2609 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2610 number of the breakpoint you've set most recently; see @ref{Convenience
2611 Vars,, Convenience variables}, for a discussion of what you can do with
2612 convenience variables.
2613
2614 You have several ways to say where the breakpoint should go.
2615
2616 @table @code
2617 @item break @var{function}
2618 Set a breakpoint at entry to function @var{function}.
2619 When using source languages that permit overloading of symbols, such as
2620 C@t{++}, @var{function} may refer to more than one possible place to break.
2621 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2622
2623 @item break +@var{offset}
2624 @itemx break -@var{offset}
2625 Set a breakpoint some number of lines forward or back from the position
2626 at which execution stopped in the currently selected @dfn{stack frame}.
2627 (@xref{Frames, ,Frames}, for a description of stack frames.)
2628
2629 @item break @var{linenum}
2630 Set a breakpoint at line @var{linenum} in the current source file.
2631 The current source file is the last file whose source text was printed.
2632 The breakpoint will stop your program just before it executes any of the
2633 code on that line.
2634
2635 @item break @var{filename}:@var{linenum}
2636 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2637
2638 @item break @var{filename}:@var{function}
2639 Set a breakpoint at entry to function @var{function} found in file
2640 @var{filename}. Specifying a file name as well as a function name is
2641 superfluous except when multiple files contain similarly named
2642 functions.
2643
2644 @item break *@var{address}
2645 Set a breakpoint at address @var{address}. You can use this to set
2646 breakpoints in parts of your program which do not have debugging
2647 information or source files.
2648
2649 @item break
2650 When called without any arguments, @code{break} sets a breakpoint at
2651 the next instruction to be executed in the selected stack frame
2652 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2653 innermost, this makes your program stop as soon as control
2654 returns to that frame. This is similar to the effect of a
2655 @code{finish} command in the frame inside the selected frame---except
2656 that @code{finish} does not leave an active breakpoint. If you use
2657 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2658 the next time it reaches the current location; this may be useful
2659 inside loops.
2660
2661 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2662 least one instruction has been executed. If it did not do this, you
2663 would be unable to proceed past a breakpoint without first disabling the
2664 breakpoint. This rule applies whether or not the breakpoint already
2665 existed when your program stopped.
2666
2667 @item break @dots{} if @var{cond}
2668 Set a breakpoint with condition @var{cond}; evaluate the expression
2669 @var{cond} each time the breakpoint is reached, and stop only if the
2670 value is nonzero---that is, if @var{cond} evaluates as true.
2671 @samp{@dots{}} stands for one of the possible arguments described
2672 above (or no argument) specifying where to break. @xref{Conditions,
2673 ,Break conditions}, for more information on breakpoint conditions.
2674
2675 @kindex tbreak
2676 @item tbreak @var{args}
2677 Set a breakpoint enabled only for one stop. @var{args} are the
2678 same as for the @code{break} command, and the breakpoint is set in the same
2679 way, but the breakpoint is automatically deleted after the first time your
2680 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2681
2682 @kindex hbreak
2683 @cindex hardware breakpoints
2684 @item hbreak @var{args}
2685 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2686 @code{break} command and the breakpoint is set in the same way, but the
2687 breakpoint requires hardware support and some target hardware may not
2688 have this support. The main purpose of this is EPROM/ROM code
2689 debugging, so you can set a breakpoint at an instruction without
2690 changing the instruction. This can be used with the new trap-generation
2691 provided by SPARClite DSU and most x86-based targets. These targets
2692 will generate traps when a program accesses some data or instruction
2693 address that is assigned to the debug registers. However the hardware
2694 breakpoint registers can take a limited number of breakpoints. For
2695 example, on the DSU, only two data breakpoints can be set at a time, and
2696 @value{GDBN} will reject this command if more than two are used. Delete
2697 or disable unused hardware breakpoints before setting new ones
2698 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2699 For remote targets, you can restrict the number of hardware
2700 breakpoints @value{GDBN} will use, see @ref{set remote
2701 hardware-breakpoint-limit}.
2702
2703
2704 @kindex thbreak
2705 @item thbreak @var{args}
2706 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2707 are the same as for the @code{hbreak} command and the breakpoint is set in
2708 the same way. However, like the @code{tbreak} command,
2709 the breakpoint is automatically deleted after the
2710 first time your program stops there. Also, like the @code{hbreak}
2711 command, the breakpoint requires hardware support and some target hardware
2712 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2713 See also @ref{Conditions, ,Break conditions}.
2714
2715 @kindex rbreak
2716 @cindex regular expression
2717 @cindex breakpoints in functions matching a regexp
2718 @cindex set breakpoints in many functions
2719 @item rbreak @var{regex}
2720 Set breakpoints on all functions matching the regular expression
2721 @var{regex}. This command sets an unconditional breakpoint on all
2722 matches, printing a list of all breakpoints it set. Once these
2723 breakpoints are set, they are treated just like the breakpoints set with
2724 the @code{break} command. You can delete them, disable them, or make
2725 them conditional the same way as any other breakpoint.
2726
2727 The syntax of the regular expression is the standard one used with tools
2728 like @file{grep}. Note that this is different from the syntax used by
2729 shells, so for instance @code{foo*} matches all functions that include
2730 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2731 @code{.*} leading and trailing the regular expression you supply, so to
2732 match only functions that begin with @code{foo}, use @code{^foo}.
2733
2734 @cindex non-member C@t{++} functions, set breakpoint in
2735 When debugging C@t{++} programs, @code{rbreak} is useful for setting
2736 breakpoints on overloaded functions that are not members of any special
2737 classes.
2738
2739 @cindex set breakpoints on all functions
2740 The @code{rbreak} command can be used to set breakpoints in
2741 @strong{all} the functions in a program, like this:
2742
2743 @smallexample
2744 (@value{GDBP}) rbreak .
2745 @end smallexample
2746
2747 @kindex info breakpoints
2748 @cindex @code{$_} and @code{info breakpoints}
2749 @item info breakpoints @r{[}@var{n}@r{]}
2750 @itemx info break @r{[}@var{n}@r{]}
2751 @itemx info watchpoints @r{[}@var{n}@r{]}
2752 Print a table of all breakpoints, watchpoints, and catchpoints set and
2753 not deleted, with the following columns for each breakpoint:
2754
2755 @table @emph
2756 @item Breakpoint Numbers
2757 @item Type
2758 Breakpoint, watchpoint, or catchpoint.
2759 @item Disposition
2760 Whether the breakpoint is marked to be disabled or deleted when hit.
2761 @item Enabled or Disabled
2762 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2763 that are not enabled.
2764 @item Address
2765 Where the breakpoint is in your program, as a memory address. If the
2766 breakpoint is pending (see below for details) on a future load of a shared library, the address
2767 will be listed as @samp{<PENDING>}.
2768 @item What
2769 Where the breakpoint is in the source for your program, as a file and
2770 line number. For a pending breakpoint, the original string passed to
2771 the breakpoint command will be listed as it cannot be resolved until
2772 the appropriate shared library is loaded in the future.
2773 @end table
2774
2775 @noindent
2776 If a breakpoint is conditional, @code{info break} shows the condition on
2777 the line following the affected breakpoint; breakpoint commands, if any,
2778 are listed after that. A pending breakpoint is allowed to have a condition
2779 specified for it. The condition is not parsed for validity until a shared
2780 library is loaded that allows the pending breakpoint to resolve to a
2781 valid location.
2782
2783 @noindent
2784 @code{info break} with a breakpoint
2785 number @var{n} as argument lists only that breakpoint. The
2786 convenience variable @code{$_} and the default examining-address for
2787 the @code{x} command are set to the address of the last breakpoint
2788 listed (@pxref{Memory, ,Examining memory}).
2789
2790 @noindent
2791 @code{info break} displays a count of the number of times the breakpoint
2792 has been hit. This is especially useful in conjunction with the
2793 @code{ignore} command. You can ignore a large number of breakpoint
2794 hits, look at the breakpoint info to see how many times the breakpoint
2795 was hit, and then run again, ignoring one less than that number. This
2796 will get you quickly to the last hit of that breakpoint.
2797 @end table
2798
2799 @value{GDBN} allows you to set any number of breakpoints at the same place in
2800 your program. There is nothing silly or meaningless about this. When
2801 the breakpoints are conditional, this is even useful
2802 (@pxref{Conditions, ,Break conditions}).
2803
2804 @cindex pending breakpoints
2805 If a specified breakpoint location cannot be found, it may be due to the fact
2806 that the location is in a shared library that is yet to be loaded. In such
2807 a case, you may want @value{GDBN} to create a special breakpoint (known as
2808 a @dfn{pending breakpoint}) that
2809 attempts to resolve itself in the future when an appropriate shared library
2810 gets loaded.
2811
2812 Pending breakpoints are useful to set at the start of your
2813 @value{GDBN} session for locations that you know will be dynamically loaded
2814 later by the program being debugged. When shared libraries are loaded,
2815 a check is made to see if the load resolves any pending breakpoint locations.
2816 If a pending breakpoint location gets resolved,
2817 a regular breakpoint is created and the original pending breakpoint is removed.
2818
2819 @value{GDBN} provides some additional commands for controlling pending
2820 breakpoint support:
2821
2822 @kindex set breakpoint pending
2823 @kindex show breakpoint pending
2824 @table @code
2825 @item set breakpoint pending auto
2826 This is the default behavior. When @value{GDBN} cannot find the breakpoint
2827 location, it queries you whether a pending breakpoint should be created.
2828
2829 @item set breakpoint pending on
2830 This indicates that an unrecognized breakpoint location should automatically
2831 result in a pending breakpoint being created.
2832
2833 @item set breakpoint pending off
2834 This indicates that pending breakpoints are not to be created. Any
2835 unrecognized breakpoint location results in an error. This setting does
2836 not affect any pending breakpoints previously created.
2837
2838 @item show breakpoint pending
2839 Show the current behavior setting for creating pending breakpoints.
2840 @end table
2841
2842 @cindex operations allowed on pending breakpoints
2843 Normal breakpoint operations apply to pending breakpoints as well. You may
2844 specify a condition for a pending breakpoint and/or commands to run when the
2845 breakpoint is reached. You can also enable or disable
2846 the pending breakpoint. When you specify a condition for a pending breakpoint,
2847 the parsing of the condition will be deferred until the point where the
2848 pending breakpoint location is resolved. Disabling a pending breakpoint
2849 tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2850 shared library load. When a pending breakpoint is re-enabled,
2851 @value{GDBN} checks to see if the location is already resolved.
2852 This is done because any number of shared library loads could have
2853 occurred since the time the breakpoint was disabled and one or more
2854 of these loads could resolve the location.
2855
2856 @cindex negative breakpoint numbers
2857 @cindex internal @value{GDBN} breakpoints
2858 @value{GDBN} itself sometimes sets breakpoints in your program for
2859 special purposes, such as proper handling of @code{longjmp} (in C
2860 programs). These internal breakpoints are assigned negative numbers,
2861 starting with @code{-1}; @samp{info breakpoints} does not display them.
2862 You can see these breakpoints with the @value{GDBN} maintenance command
2863 @samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2864
2865
2866 @node Set Watchpoints
2867 @subsection Setting watchpoints
2868
2869 @cindex setting watchpoints
2870 You can use a watchpoint to stop execution whenever the value of an
2871 expression changes, without having to predict a particular place where
2872 this may happen.
2873
2874 @cindex software watchpoints
2875 @cindex hardware watchpoints
2876 Depending on your system, watchpoints may be implemented in software or
2877 hardware. @value{GDBN} does software watchpointing by single-stepping your
2878 program and testing the variable's value each time, which is hundreds of
2879 times slower than normal execution. (But this may still be worth it, to
2880 catch errors where you have no clue what part of your program is the
2881 culprit.)
2882
2883 On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2884 x86-based targets, @value{GDBN} includes support for hardware
2885 watchpoints, which do not slow down the running of your program.
2886
2887 @table @code
2888 @kindex watch
2889 @item watch @var{expr}
2890 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2891 is written into by the program and its value changes.
2892
2893 @kindex rwatch
2894 @item rwatch @var{expr}
2895 Set a watchpoint that will break when the value of @var{expr} is read
2896 by the program.
2897
2898 @kindex awatch
2899 @item awatch @var{expr}
2900 Set a watchpoint that will break when @var{expr} is either read from
2901 or written into by the program.
2902
2903 @kindex info watchpoints
2904 @item info watchpoints
2905 This command prints a list of watchpoints, breakpoints, and catchpoints;
2906 it is the same as @code{info break} (@pxref{Set Breaks}).
2907 @end table
2908
2909 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2910 watchpoints execute very quickly, and the debugger reports a change in
2911 value at the exact instruction where the change occurs. If @value{GDBN}
2912 cannot set a hardware watchpoint, it sets a software watchpoint, which
2913 executes more slowly and reports the change in value at the next
2914 @emph{statement}, not the instruction, after the change occurs.
2915
2916 @cindex use only software watchpoints
2917 You can force @value{GDBN} to use only software watchpoints with the
2918 @kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2919 zero, @value{GDBN} will never try to use hardware watchpoints, even if
2920 the underlying system supports them. (Note that hardware-assisted
2921 watchpoints that were set @emph{before} setting
2922 @code{can-use-hw-watchpoints} to zero will still use the hardware
2923 mechanism of watching expressiion values.)
2924
2925 @table @code
2926 @item set can-use-hw-watchpoints
2927 @kindex set can-use-hw-watchpoints
2928 Set whether or not to use hardware watchpoints.
2929
2930 @item show can-use-hw-watchpoints
2931 @kindex show can-use-hw-watchpoints
2932 Show the current mode of using hardware watchpoints.
2933 @end table
2934
2935 For remote targets, you can restrict the number of hardware
2936 watchpoints @value{GDBN} will use, see @ref{set remote
2937 hardware-breakpoint-limit}.
2938
2939 When you issue the @code{watch} command, @value{GDBN} reports
2940
2941 @smallexample
2942 Hardware watchpoint @var{num}: @var{expr}
2943 @end smallexample
2944
2945 @noindent
2946 if it was able to set a hardware watchpoint.
2947
2948 Currently, the @code{awatch} and @code{rwatch} commands can only set
2949 hardware watchpoints, because accesses to data that don't change the
2950 value of the watched expression cannot be detected without examining
2951 every instruction as it is being executed, and @value{GDBN} does not do
2952 that currently. If @value{GDBN} finds that it is unable to set a
2953 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2954 will print a message like this:
2955
2956 @smallexample
2957 Expression cannot be implemented with read/access watchpoint.
2958 @end smallexample
2959
2960 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2961 data type of the watched expression is wider than what a hardware
2962 watchpoint on the target machine can handle. For example, some systems
2963 can only watch regions that are up to 4 bytes wide; on such systems you
2964 cannot set hardware watchpoints for an expression that yields a
2965 double-precision floating-point number (which is typically 8 bytes
2966 wide). As a work-around, it might be possible to break the large region
2967 into a series of smaller ones and watch them with separate watchpoints.
2968
2969 If you set too many hardware watchpoints, @value{GDBN} might be unable
2970 to insert all of them when you resume the execution of your program.
2971 Since the precise number of active watchpoints is unknown until such
2972 time as the program is about to be resumed, @value{GDBN} might not be
2973 able to warn you about this when you set the watchpoints, and the
2974 warning will be printed only when the program is resumed:
2975
2976 @smallexample
2977 Hardware watchpoint @var{num}: Could not insert watchpoint
2978 @end smallexample
2979
2980 @noindent
2981 If this happens, delete or disable some of the watchpoints.
2982
2983 The SPARClite DSU will generate traps when a program accesses some data
2984 or instruction address that is assigned to the debug registers. For the
2985 data addresses, DSU facilitates the @code{watch} command. However the
2986 hardware breakpoint registers can only take two data watchpoints, and
2987 both watchpoints must be the same kind. For example, you can set two
2988 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2989 @strong{or} two with @code{awatch} commands, but you cannot set one
2990 watchpoint with one command and the other with a different command.
2991 @value{GDBN} will reject the command if you try to mix watchpoints.
2992 Delete or disable unused watchpoint commands before setting new ones.
2993
2994 If you call a function interactively using @code{print} or @code{call},
2995 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2996 kind of breakpoint or the call completes.
2997
2998 @value{GDBN} automatically deletes watchpoints that watch local
2999 (automatic) variables, or expressions that involve such variables, when
3000 they go out of scope, that is, when the execution leaves the block in
3001 which these variables were defined. In particular, when the program
3002 being debugged terminates, @emph{all} local variables go out of scope,
3003 and so only watchpoints that watch global variables remain set. If you
3004 rerun the program, you will need to set all such watchpoints again. One
3005 way of doing that would be to set a code breakpoint at the entry to the
3006 @code{main} function and when it breaks, set all the watchpoints.
3007
3008 @quotation
3009 @cindex watchpoints and threads
3010 @cindex threads and watchpoints
3011 @emph{Warning:} In multi-thread programs, watchpoints have only limited
3012 usefulness. With the current watchpoint implementation, @value{GDBN}
3013 can only watch the value of an expression @emph{in a single thread}. If
3014 you are confident that the expression can only change due to the current
3015 thread's activity (and if you are also confident that no other thread
3016 can become current), then you can use watchpoints as usual. However,
3017 @value{GDBN} may not notice when a non-current thread's activity changes
3018 the expression.
3019
3020 @c FIXME: this is almost identical to the previous paragraph.
3021 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
3022 have only limited usefulness. If @value{GDBN} creates a software
3023 watchpoint, it can only watch the value of an expression @emph{in a
3024 single thread}. If you are confident that the expression can only
3025 change due to the current thread's activity (and if you are also
3026 confident that no other thread can become current), then you can use
3027 software watchpoints as usual. However, @value{GDBN} may not notice
3028 when a non-current thread's activity changes the expression. (Hardware
3029 watchpoints, in contrast, watch an expression in all threads.)
3030 @end quotation
3031
3032 @xref{set remote hardware-watchpoint-limit}.
3033
3034 @node Set Catchpoints
3035 @subsection Setting catchpoints
3036 @cindex catchpoints, setting
3037 @cindex exception handlers
3038 @cindex event handling
3039
3040 You can use @dfn{catchpoints} to cause the debugger to stop for certain
3041 kinds of program events, such as C@t{++} exceptions or the loading of a
3042 shared library. Use the @code{catch} command to set a catchpoint.
3043
3044 @table @code
3045 @kindex catch
3046 @item catch @var{event}
3047 Stop when @var{event} occurs. @var{event} can be any of the following:
3048 @table @code
3049 @item throw
3050 @cindex stop on C@t{++} exceptions
3051 The throwing of a C@t{++} exception.
3052
3053 @item catch
3054 The catching of a C@t{++} exception.
3055
3056 @item exec
3057 @cindex break on fork/exec
3058 A call to @code{exec}. This is currently only available for HP-UX.
3059
3060 @item fork
3061 A call to @code{fork}. This is currently only available for HP-UX.
3062
3063 @item vfork
3064 A call to @code{vfork}. This is currently only available for HP-UX.
3065
3066 @item load
3067 @itemx load @var{libname}
3068 @cindex break on load/unload of shared library
3069 The dynamic loading of any shared library, or the loading of the library
3070 @var{libname}. This is currently only available for HP-UX.
3071
3072 @item unload
3073 @itemx unload @var{libname}
3074 The unloading of any dynamically loaded shared library, or the unloading
3075 of the library @var{libname}. This is currently only available for HP-UX.
3076 @end table
3077
3078 @item tcatch @var{event}
3079 Set a catchpoint that is enabled only for one stop. The catchpoint is
3080 automatically deleted after the first time the event is caught.
3081
3082 @end table
3083
3084 Use the @code{info break} command to list the current catchpoints.
3085
3086 There are currently some limitations to C@t{++} exception handling
3087 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
3088
3089 @itemize @bullet
3090 @item
3091 If you call a function interactively, @value{GDBN} normally returns
3092 control to you when the function has finished executing. If the call
3093 raises an exception, however, the call may bypass the mechanism that
3094 returns control to you and cause your program either to abort or to
3095 simply continue running until it hits a breakpoint, catches a signal
3096 that @value{GDBN} is listening for, or exits. This is the case even if
3097 you set a catchpoint for the exception; catchpoints on exceptions are
3098 disabled within interactive calls.
3099
3100 @item
3101 You cannot raise an exception interactively.
3102
3103 @item
3104 You cannot install an exception handler interactively.
3105 @end itemize
3106
3107 @cindex raise exceptions
3108 Sometimes @code{catch} is not the best way to debug exception handling:
3109 if you need to know exactly where an exception is raised, it is better to
3110 stop @emph{before} the exception handler is called, since that way you
3111 can see the stack before any unwinding takes place. If you set a
3112 breakpoint in an exception handler instead, it may not be easy to find
3113 out where the exception was raised.
3114
3115 To stop just before an exception handler is called, you need some
3116 knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
3117 raised by calling a library function named @code{__raise_exception}
3118 which has the following ANSI C interface:
3119
3120 @smallexample
3121 /* @var{addr} is where the exception identifier is stored.
3122 @var{id} is the exception identifier. */
3123 void __raise_exception (void **addr, void *id);
3124 @end smallexample
3125
3126 @noindent
3127 To make the debugger catch all exceptions before any stack
3128 unwinding takes place, set a breakpoint on @code{__raise_exception}
3129 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3130
3131 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3132 that depends on the value of @var{id}, you can stop your program when
3133 a specific exception is raised. You can use multiple conditional
3134 breakpoints to stop your program when any of a number of exceptions are
3135 raised.
3136
3137
3138 @node Delete Breaks
3139 @subsection Deleting breakpoints
3140
3141 @cindex clearing breakpoints, watchpoints, catchpoints
3142 @cindex deleting breakpoints, watchpoints, catchpoints
3143 It is often necessary to eliminate a breakpoint, watchpoint, or
3144 catchpoint once it has done its job and you no longer want your program
3145 to stop there. This is called @dfn{deleting} the breakpoint. A
3146 breakpoint that has been deleted no longer exists; it is forgotten.
3147
3148 With the @code{clear} command you can delete breakpoints according to
3149 where they are in your program. With the @code{delete} command you can
3150 delete individual breakpoints, watchpoints, or catchpoints by specifying
3151 their breakpoint numbers.
3152
3153 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3154 automatically ignores breakpoints on the first instruction to be executed
3155 when you continue execution without changing the execution address.
3156
3157 @table @code
3158 @kindex clear
3159 @item clear
3160 Delete any breakpoints at the next instruction to be executed in the
3161 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3162 the innermost frame is selected, this is a good way to delete a
3163 breakpoint where your program just stopped.
3164
3165 @item clear @var{function}
3166 @itemx clear @var{filename}:@var{function}
3167 Delete any breakpoints set at entry to the named @var{function}.
3168
3169 @item clear @var{linenum}
3170 @itemx clear @var{filename}:@var{linenum}
3171 Delete any breakpoints set at or within the code of the specified
3172 @var{linenum} of the specified @var{filename}.
3173
3174 @cindex delete breakpoints
3175 @kindex delete
3176 @kindex d @r{(@code{delete})}
3177 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3178 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3179 ranges specified as arguments. If no argument is specified, delete all
3180 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3181 confirm off}). You can abbreviate this command as @code{d}.
3182 @end table
3183
3184 @node Disabling
3185 @subsection Disabling breakpoints
3186
3187 @cindex enable/disable a breakpoint
3188 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3189 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3190 it had been deleted, but remembers the information on the breakpoint so
3191 that you can @dfn{enable} it again later.
3192
3193 You disable and enable breakpoints, watchpoints, and catchpoints with
3194 the @code{enable} and @code{disable} commands, optionally specifying one
3195 or more breakpoint numbers as arguments. Use @code{info break} or
3196 @code{info watch} to print a list of breakpoints, watchpoints, and
3197 catchpoints if you do not know which numbers to use.
3198
3199 A breakpoint, watchpoint, or catchpoint can have any of four different
3200 states of enablement:
3201
3202 @itemize @bullet
3203 @item
3204 Enabled. The breakpoint stops your program. A breakpoint set
3205 with the @code{break} command starts out in this state.
3206 @item
3207 Disabled. The breakpoint has no effect on your program.
3208 @item
3209 Enabled once. The breakpoint stops your program, but then becomes
3210 disabled.
3211 @item
3212 Enabled for deletion. The breakpoint stops your program, but
3213 immediately after it does so it is deleted permanently. A breakpoint
3214 set with the @code{tbreak} command starts out in this state.
3215 @end itemize
3216
3217 You can use the following commands to enable or disable breakpoints,
3218 watchpoints, and catchpoints:
3219
3220 @table @code
3221 @kindex disable
3222 @kindex dis @r{(@code{disable})}
3223 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3224 Disable the specified breakpoints---or all breakpoints, if none are
3225 listed. A disabled breakpoint has no effect but is not forgotten. All
3226 options such as ignore-counts, conditions and commands are remembered in
3227 case the breakpoint is enabled again later. You may abbreviate
3228 @code{disable} as @code{dis}.
3229
3230 @kindex enable
3231 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3232 Enable the specified breakpoints (or all defined breakpoints). They
3233 become effective once again in stopping your program.
3234
3235 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
3236 Enable the specified breakpoints temporarily. @value{GDBN} disables any
3237 of these breakpoints immediately after stopping your program.
3238
3239 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
3240 Enable the specified breakpoints to work once, then die. @value{GDBN}
3241 deletes any of these breakpoints as soon as your program stops there.
3242 Breakpoints set by the @code{tbreak} command start out in this state.
3243 @end table
3244
3245 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3246 @c confusing: tbreak is also initially enabled.
3247 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3248 ,Setting breakpoints}), breakpoints that you set are initially enabled;
3249 subsequently, they become disabled or enabled only when you use one of
3250 the commands above. (The command @code{until} can set and delete a
3251 breakpoint of its own, but it does not change the state of your other
3252 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3253 stepping}.)
3254
3255 @node Conditions
3256 @subsection Break conditions
3257 @cindex conditional breakpoints
3258 @cindex breakpoint conditions
3259
3260 @c FIXME what is scope of break condition expr? Context where wanted?
3261 @c in particular for a watchpoint?
3262 The simplest sort of breakpoint breaks every time your program reaches a
3263 specified place. You can also specify a @dfn{condition} for a
3264 breakpoint. A condition is just a Boolean expression in your
3265 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3266 a condition evaluates the expression each time your program reaches it,
3267 and your program stops only if the condition is @emph{true}.
3268
3269 This is the converse of using assertions for program validation; in that
3270 situation, you want to stop when the assertion is violated---that is,
3271 when the condition is false. In C, if you want to test an assertion expressed
3272 by the condition @var{assert}, you should set the condition
3273 @samp{! @var{assert}} on the appropriate breakpoint.
3274
3275 Conditions are also accepted for watchpoints; you may not need them,
3276 since a watchpoint is inspecting the value of an expression anyhow---but
3277 it might be simpler, say, to just set a watchpoint on a variable name,
3278 and specify a condition that tests whether the new value is an interesting
3279 one.
3280
3281 Break conditions can have side effects, and may even call functions in
3282 your program. This can be useful, for example, to activate functions
3283 that log program progress, or to use your own print functions to
3284 format special data structures. The effects are completely predictable
3285 unless there is another enabled breakpoint at the same address. (In
3286 that case, @value{GDBN} might see the other breakpoint first and stop your
3287 program without checking the condition of this one.) Note that
3288 breakpoint commands are usually more convenient and flexible than break
3289 conditions for the
3290 purpose of performing side effects when a breakpoint is reached
3291 (@pxref{Break Commands, ,Breakpoint command lists}).
3292
3293 Break conditions can be specified when a breakpoint is set, by using
3294 @samp{if} in the arguments to the @code{break} command. @xref{Set
3295 Breaks, ,Setting breakpoints}. They can also be changed at any time
3296 with the @code{condition} command.
3297
3298 You can also use the @code{if} keyword with the @code{watch} command.
3299 The @code{catch} command does not recognize the @code{if} keyword;
3300 @code{condition} is the only way to impose a further condition on a
3301 catchpoint.
3302
3303 @table @code
3304 @kindex condition
3305 @item condition @var{bnum} @var{expression}
3306 Specify @var{expression} as the break condition for breakpoint,
3307 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3308 breakpoint @var{bnum} stops your program only if the value of
3309 @var{expression} is true (nonzero, in C). When you use
3310 @code{condition}, @value{GDBN} checks @var{expression} immediately for
3311 syntactic correctness, and to determine whether symbols in it have
3312 referents in the context of your breakpoint. If @var{expression} uses
3313 symbols not referenced in the context of the breakpoint, @value{GDBN}
3314 prints an error message:
3315
3316 @smallexample
3317 No symbol "foo" in current context.
3318 @end smallexample
3319
3320 @noindent
3321 @value{GDBN} does
3322 not actually evaluate @var{expression} at the time the @code{condition}
3323 command (or a command that sets a breakpoint with a condition, like
3324 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3325
3326 @item condition @var{bnum}
3327 Remove the condition from breakpoint number @var{bnum}. It becomes
3328 an ordinary unconditional breakpoint.
3329 @end table
3330
3331 @cindex ignore count (of breakpoint)
3332 A special case of a breakpoint condition is to stop only when the
3333 breakpoint has been reached a certain number of times. This is so
3334 useful that there is a special way to do it, using the @dfn{ignore
3335 count} of the breakpoint. Every breakpoint has an ignore count, which
3336 is an integer. Most of the time, the ignore count is zero, and
3337 therefore has no effect. But if your program reaches a breakpoint whose
3338 ignore count is positive, then instead of stopping, it just decrements
3339 the ignore count by one and continues. As a result, if the ignore count
3340 value is @var{n}, the breakpoint does not stop the next @var{n} times
3341 your program reaches it.
3342
3343 @table @code
3344 @kindex ignore
3345 @item ignore @var{bnum} @var{count}
3346 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3347 The next @var{count} times the breakpoint is reached, your program's
3348 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3349 takes no action.
3350
3351 To make the breakpoint stop the next time it is reached, specify
3352 a count of zero.
3353
3354 When you use @code{continue} to resume execution of your program from a
3355 breakpoint, you can specify an ignore count directly as an argument to
3356 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3357 Stepping,,Continuing and stepping}.
3358
3359 If a breakpoint has a positive ignore count and a condition, the
3360 condition is not checked. Once the ignore count reaches zero,
3361 @value{GDBN} resumes checking the condition.
3362
3363 You could achieve the effect of the ignore count with a condition such
3364 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3365 is decremented each time. @xref{Convenience Vars, ,Convenience
3366 variables}.
3367 @end table
3368
3369 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3370
3371
3372 @node Break Commands
3373 @subsection Breakpoint command lists
3374
3375 @cindex breakpoint commands
3376 You can give any breakpoint (or watchpoint or catchpoint) a series of
3377 commands to execute when your program stops due to that breakpoint. For
3378 example, you might want to print the values of certain expressions, or
3379 enable other breakpoints.
3380
3381 @table @code
3382 @kindex commands
3383 @kindex end
3384 @item commands @r{[}@var{bnum}@r{]}
3385 @itemx @dots{} @var{command-list} @dots{}
3386 @itemx end
3387 Specify a list of commands for breakpoint number @var{bnum}. The commands
3388 themselves appear on the following lines. Type a line containing just
3389 @code{end} to terminate the commands.
3390
3391 To remove all commands from a breakpoint, type @code{commands} and
3392 follow it immediately with @code{end}; that is, give no commands.
3393
3394 With no @var{bnum} argument, @code{commands} refers to the last
3395 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3396 recently encountered).
3397 @end table
3398
3399 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3400 disabled within a @var{command-list}.
3401
3402 You can use breakpoint commands to start your program up again. Simply
3403 use the @code{continue} command, or @code{step}, or any other command
3404 that resumes execution.
3405
3406 Any other commands in the command list, after a command that resumes
3407 execution, are ignored. This is because any time you resume execution
3408 (even with a simple @code{next} or @code{step}), you may encounter
3409 another breakpoint---which could have its own command list, leading to
3410 ambiguities about which list to execute.
3411
3412 @kindex silent
3413 If the first command you specify in a command list is @code{silent}, the
3414 usual message about stopping at a breakpoint is not printed. This may
3415 be desirable for breakpoints that are to print a specific message and
3416 then continue. If none of the remaining commands print anything, you
3417 see no sign that the breakpoint was reached. @code{silent} is
3418 meaningful only at the beginning of a breakpoint command list.
3419
3420 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3421 print precisely controlled output, and are often useful in silent
3422 breakpoints. @xref{Output, ,Commands for controlled output}.
3423
3424 For example, here is how you could use breakpoint commands to print the
3425 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3426
3427 @smallexample
3428 break foo if x>0
3429 commands
3430 silent
3431 printf "x is %d\n",x
3432 cont
3433 end
3434 @end smallexample
3435
3436 One application for breakpoint commands is to compensate for one bug so
3437 you can test for another. Put a breakpoint just after the erroneous line
3438 of code, give it a condition to detect the case in which something
3439 erroneous has been done, and give it commands to assign correct values
3440 to any variables that need them. End with the @code{continue} command
3441 so that your program does not stop, and start with the @code{silent}
3442 command so that no output is produced. Here is an example:
3443
3444 @smallexample
3445 break 403
3446 commands
3447 silent
3448 set x = y + 4
3449 cont
3450 end
3451 @end smallexample
3452
3453 @node Breakpoint Menus
3454 @subsection Breakpoint menus
3455 @cindex overloading
3456 @cindex symbol overloading
3457
3458 Some programming languages (notably C@t{++} and Objective-C) permit a
3459 single function name
3460 to be defined several times, for application in different contexts.
3461 This is called @dfn{overloading}. When a function name is overloaded,
3462 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3463 a breakpoint. If you realize this is a problem, you can use
3464 something like @samp{break @var{function}(@var{types})} to specify which
3465 particular version of the function you want. Otherwise, @value{GDBN} offers
3466 you a menu of numbered choices for different possible breakpoints, and
3467 waits for your selection with the prompt @samp{>}. The first two
3468 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3469 sets a breakpoint at each definition of @var{function}, and typing
3470 @kbd{0} aborts the @code{break} command without setting any new
3471 breakpoints.
3472
3473 For example, the following session excerpt shows an attempt to set a
3474 breakpoint at the overloaded symbol @code{String::after}.
3475 We choose three particular definitions of that function name:
3476
3477 @c FIXME! This is likely to change to show arg type lists, at least
3478 @smallexample
3479 @group
3480 (@value{GDBP}) b String::after
3481 [0] cancel
3482 [1] all
3483 [2] file:String.cc; line number:867
3484 [3] file:String.cc; line number:860
3485 [4] file:String.cc; line number:875
3486 [5] file:String.cc; line number:853
3487 [6] file:String.cc; line number:846
3488 [7] file:String.cc; line number:735
3489 > 2 4 6
3490 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3491 Breakpoint 2 at 0xb344: file String.cc, line 875.
3492 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3493 Multiple breakpoints were set.
3494 Use the "delete" command to delete unwanted
3495 breakpoints.
3496 (@value{GDBP})
3497 @end group
3498 @end smallexample
3499
3500 @c @ifclear BARETARGET
3501 @node Error in Breakpoints
3502 @subsection ``Cannot insert breakpoints''
3503 @c
3504 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3505 @c
3506 Under some operating systems, breakpoints cannot be used in a program if
3507 any other process is running that program. In this situation,
3508 attempting to run or continue a program with a breakpoint causes
3509 @value{GDBN} to print an error message:
3510
3511 @smallexample
3512 Cannot insert breakpoints.
3513 The same program may be running in another process.
3514 @end smallexample
3515
3516 When this happens, you have three ways to proceed:
3517
3518 @enumerate
3519 @item
3520 Remove or disable the breakpoints, then continue.
3521
3522 @item
3523 Suspend @value{GDBN}, and copy the file containing your program to a new
3524 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3525 that @value{GDBN} should run your program under that name.
3526 Then start your program again.
3527
3528 @item
3529 Relink your program so that the text segment is nonsharable, using the
3530 linker option @samp{-N}. The operating system limitation may not apply
3531 to nonsharable executables.
3532 @end enumerate
3533 @c @end ifclear
3534
3535 A similar message can be printed if you request too many active
3536 hardware-assisted breakpoints and watchpoints:
3537
3538 @c FIXME: the precise wording of this message may change; the relevant
3539 @c source change is not committed yet (Sep 3, 1999).
3540 @smallexample
3541 Stopped; cannot insert breakpoints.
3542 You may have requested too many hardware breakpoints and watchpoints.
3543 @end smallexample
3544
3545 @noindent
3546 This message is printed when you attempt to resume the program, since
3547 only then @value{GDBN} knows exactly how many hardware breakpoints and
3548 watchpoints it needs to insert.
3549
3550 When this message is printed, you need to disable or remove some of the
3551 hardware-assisted breakpoints and watchpoints, and then continue.
3552
3553 @node Breakpoint related warnings
3554 @subsection ``Breakpoint address adjusted...''
3555 @cindex breakpoint address adjusted
3556
3557 Some processor architectures place constraints on the addresses at
3558 which breakpoints may be placed. For architectures thus constrained,
3559 @value{GDBN} will attempt to adjust the breakpoint's address to comply
3560 with the constraints dictated by the architecture.
3561
3562 One example of such an architecture is the Fujitsu FR-V. The FR-V is
3563 a VLIW architecture in which a number of RISC-like instructions may be
3564 bundled together for parallel execution. The FR-V architecture
3565 constrains the location of a breakpoint instruction within such a
3566 bundle to the instruction with the lowest address. @value{GDBN}
3567 honors this constraint by adjusting a breakpoint's address to the
3568 first in the bundle.
3569
3570 It is not uncommon for optimized code to have bundles which contain
3571 instructions from different source statements, thus it may happen that
3572 a breakpoint's address will be adjusted from one source statement to
3573 another. Since this adjustment may significantly alter @value{GDBN}'s
3574 breakpoint related behavior from what the user expects, a warning is
3575 printed when the breakpoint is first set and also when the breakpoint
3576 is hit.
3577
3578 A warning like the one below is printed when setting a breakpoint
3579 that's been subject to address adjustment:
3580
3581 @smallexample
3582 warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3583 @end smallexample
3584
3585 Such warnings are printed both for user settable and @value{GDBN}'s
3586 internal breakpoints. If you see one of these warnings, you should
3587 verify that a breakpoint set at the adjusted address will have the
3588 desired affect. If not, the breakpoint in question may be removed and
3589 other breakpoints may be set which will have the desired behavior.
3590 E.g., it may be sufficient to place the breakpoint at a later
3591 instruction. A conditional breakpoint may also be useful in some
3592 cases to prevent the breakpoint from triggering too often.
3593
3594 @value{GDBN} will also issue a warning when stopping at one of these
3595 adjusted breakpoints:
3596
3597 @smallexample
3598 warning: Breakpoint 1 address previously adjusted from 0x00010414
3599 to 0x00010410.
3600 @end smallexample
3601
3602 When this warning is encountered, it may be too late to take remedial
3603 action except in cases where the breakpoint is hit earlier or more
3604 frequently than expected.
3605
3606 @node Continuing and Stepping
3607 @section Continuing and stepping
3608
3609 @cindex stepping
3610 @cindex continuing
3611 @cindex resuming execution
3612 @dfn{Continuing} means resuming program execution until your program
3613 completes normally. In contrast, @dfn{stepping} means executing just
3614 one more ``step'' of your program, where ``step'' may mean either one
3615 line of source code, or one machine instruction (depending on what
3616 particular command you use). Either when continuing or when stepping,
3617 your program may stop even sooner, due to a breakpoint or a signal. (If
3618 it stops due to a signal, you may want to use @code{handle}, or use
3619 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3620
3621 @table @code
3622 @kindex continue
3623 @kindex c @r{(@code{continue})}
3624 @kindex fg @r{(resume foreground execution)}
3625 @item continue @r{[}@var{ignore-count}@r{]}
3626 @itemx c @r{[}@var{ignore-count}@r{]}
3627 @itemx fg @r{[}@var{ignore-count}@r{]}
3628 Resume program execution, at the address where your program last stopped;
3629 any breakpoints set at that address are bypassed. The optional argument
3630 @var{ignore-count} allows you to specify a further number of times to
3631 ignore a breakpoint at this location; its effect is like that of
3632 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3633
3634 The argument @var{ignore-count} is meaningful only when your program
3635 stopped due to a breakpoint. At other times, the argument to
3636 @code{continue} is ignored.
3637
3638 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3639 debugged program is deemed to be the foreground program) are provided
3640 purely for convenience, and have exactly the same behavior as
3641 @code{continue}.
3642 @end table
3643
3644 To resume execution at a different place, you can use @code{return}
3645 (@pxref{Returning, ,Returning from a function}) to go back to the
3646 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3647 different address}) to go to an arbitrary location in your program.
3648
3649 A typical technique for using stepping is to set a breakpoint
3650 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3651 beginning of the function or the section of your program where a problem
3652 is believed to lie, run your program until it stops at that breakpoint,
3653 and then step through the suspect area, examining the variables that are
3654 interesting, until you see the problem happen.
3655
3656 @table @code
3657 @kindex step
3658 @kindex s @r{(@code{step})}
3659 @item step
3660 Continue running your program until control reaches a different source
3661 line, then stop it and return control to @value{GDBN}. This command is
3662 abbreviated @code{s}.
3663
3664 @quotation
3665 @c "without debugging information" is imprecise; actually "without line
3666 @c numbers in the debugging information". (gcc -g1 has debugging info but
3667 @c not line numbers). But it seems complex to try to make that
3668 @c distinction here.
3669 @emph{Warning:} If you use the @code{step} command while control is
3670 within a function that was compiled without debugging information,
3671 execution proceeds until control reaches a function that does have
3672 debugging information. Likewise, it will not step into a function which
3673 is compiled without debugging information. To step through functions
3674 without debugging information, use the @code{stepi} command, described
3675 below.
3676 @end quotation
3677
3678 The @code{step} command only stops at the first instruction of a source
3679 line. This prevents the multiple stops that could otherwise occur in
3680 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3681 to stop if a function that has debugging information is called within
3682 the line. In other words, @code{step} @emph{steps inside} any functions
3683 called within the line.
3684
3685 Also, the @code{step} command only enters a function if there is line
3686 number information for the function. Otherwise it acts like the
3687 @code{next} command. This avoids problems when using @code{cc -gl}
3688 on MIPS machines. Previously, @code{step} entered subroutines if there
3689 was any debugging information about the routine.
3690
3691 @item step @var{count}
3692 Continue running as in @code{step}, but do so @var{count} times. If a
3693 breakpoint is reached, or a signal not related to stepping occurs before
3694 @var{count} steps, stepping stops right away.
3695
3696 @kindex next
3697 @kindex n @r{(@code{next})}
3698 @item next @r{[}@var{count}@r{]}
3699 Continue to the next source line in the current (innermost) stack frame.
3700 This is similar to @code{step}, but function calls that appear within
3701 the line of code are executed without stopping. Execution stops when
3702 control reaches a different line of code at the original stack level
3703 that was executing when you gave the @code{next} command. This command
3704 is abbreviated @code{n}.
3705
3706 An argument @var{count} is a repeat count, as for @code{step}.
3707
3708
3709 @c FIX ME!! Do we delete this, or is there a way it fits in with
3710 @c the following paragraph? --- Vctoria
3711 @c
3712 @c @code{next} within a function that lacks debugging information acts like
3713 @c @code{step}, but any function calls appearing within the code of the
3714 @c function are executed without stopping.
3715
3716 The @code{next} command only stops at the first instruction of a
3717 source line. This prevents multiple stops that could otherwise occur in
3718 @code{switch} statements, @code{for} loops, etc.
3719
3720 @kindex set step-mode
3721 @item set step-mode
3722 @cindex functions without line info, and stepping
3723 @cindex stepping into functions with no line info
3724 @itemx set step-mode on
3725 The @code{set step-mode on} command causes the @code{step} command to
3726 stop at the first instruction of a function which contains no debug line
3727 information rather than stepping over it.
3728
3729 This is useful in cases where you may be interested in inspecting the
3730 machine instructions of a function which has no symbolic info and do not
3731 want @value{GDBN} to automatically skip over this function.
3732
3733 @item set step-mode off
3734 Causes the @code{step} command to step over any functions which contains no
3735 debug information. This is the default.
3736
3737 @item show step-mode
3738 Show whether @value{GDBN} will stop in or step over functions without
3739 source line debug information.
3740
3741 @kindex finish
3742 @item finish
3743 Continue running until just after function in the selected stack frame
3744 returns. Print the returned value (if any).
3745
3746 Contrast this with the @code{return} command (@pxref{Returning,
3747 ,Returning from a function}).
3748
3749 @kindex until
3750 @kindex u @r{(@code{until})}
3751 @cindex run until specified location
3752 @item until
3753 @itemx u
3754 Continue running until a source line past the current line, in the
3755 current stack frame, is reached. This command is used to avoid single
3756 stepping through a loop more than once. It is like the @code{next}
3757 command, except that when @code{until} encounters a jump, it
3758 automatically continues execution until the program counter is greater
3759 than the address of the jump.
3760
3761 This means that when you reach the end of a loop after single stepping
3762 though it, @code{until} makes your program continue execution until it
3763 exits the loop. In contrast, a @code{next} command at the end of a loop
3764 simply steps back to the beginning of the loop, which forces you to step
3765 through the next iteration.
3766
3767 @code{until} always stops your program if it attempts to exit the current
3768 stack frame.
3769
3770 @code{until} may produce somewhat counterintuitive results if the order
3771 of machine code does not match the order of the source lines. For
3772 example, in the following excerpt from a debugging session, the @code{f}
3773 (@code{frame}) command shows that execution is stopped at line
3774 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3775
3776 @smallexample
3777 (@value{GDBP}) f
3778 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3779 206 expand_input();
3780 (@value{GDBP}) until
3781 195 for ( ; argc > 0; NEXTARG) @{
3782 @end smallexample
3783
3784 This happened because, for execution efficiency, the compiler had
3785 generated code for the loop closure test at the end, rather than the
3786 start, of the loop---even though the test in a C @code{for}-loop is
3787 written before the body of the loop. The @code{until} command appeared
3788 to step back to the beginning of the loop when it advanced to this
3789 expression; however, it has not really gone to an earlier
3790 statement---not in terms of the actual machine code.
3791
3792 @code{until} with no argument works by means of single
3793 instruction stepping, and hence is slower than @code{until} with an
3794 argument.
3795
3796 @item until @var{location}
3797 @itemx u @var{location}
3798 Continue running your program until either the specified location is
3799 reached, or the current stack frame returns. @var{location} is any of
3800 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3801 ,Setting breakpoints}). This form of the command uses breakpoints, and
3802 hence is quicker than @code{until} without an argument. The specified
3803 location is actually reached only if it is in the current frame. This
3804 implies that @code{until} can be used to skip over recursive function
3805 invocations. For instance in the code below, if the current location is
3806 line @code{96}, issuing @code{until 99} will execute the program up to
3807 line @code{99} in the same invocation of factorial, i.e. after the inner
3808 invocations have returned.
3809
3810 @smallexample
3811 94 int factorial (int value)
3812 95 @{
3813 96 if (value > 1) @{
3814 97 value *= factorial (value - 1);
3815 98 @}
3816 99 return (value);
3817 100 @}
3818 @end smallexample
3819
3820
3821 @kindex advance @var{location}
3822 @itemx advance @var{location}
3823 Continue running the program up to the given @var{location}. An argument is
3824 required, which should be of the same form as arguments for the @code{break}
3825 command. Execution will also stop upon exit from the current stack
3826 frame. This command is similar to @code{until}, but @code{advance} will
3827 not skip over recursive function calls, and the target location doesn't
3828 have to be in the same frame as the current one.
3829
3830
3831 @kindex stepi
3832 @kindex si @r{(@code{stepi})}
3833 @item stepi
3834 @itemx stepi @var{arg}
3835 @itemx si
3836 Execute one machine instruction, then stop and return to the debugger.
3837
3838 It is often useful to do @samp{display/i $pc} when stepping by machine
3839 instructions. This makes @value{GDBN} automatically display the next
3840 instruction to be executed, each time your program stops. @xref{Auto
3841 Display,, Automatic display}.
3842
3843 An argument is a repeat count, as in @code{step}.
3844
3845 @need 750
3846 @kindex nexti
3847 @kindex ni @r{(@code{nexti})}
3848 @item nexti
3849 @itemx nexti @var{arg}
3850 @itemx ni
3851 Execute one machine instruction, but if it is a function call,
3852 proceed until the function returns.
3853
3854 An argument is a repeat count, as in @code{next}.
3855 @end table
3856
3857 @node Signals
3858 @section Signals
3859 @cindex signals
3860
3861 A signal is an asynchronous event that can happen in a program. The
3862 operating system defines the possible kinds of signals, and gives each
3863 kind a name and a number. For example, in Unix @code{SIGINT} is the
3864 signal a program gets when you type an interrupt character (often @kbd{C-c});
3865 @code{SIGSEGV} is the signal a program gets from referencing a place in
3866 memory far away from all the areas in use; @code{SIGALRM} occurs when
3867 the alarm clock timer goes off (which happens only if your program has
3868 requested an alarm).
3869
3870 @cindex fatal signals
3871 Some signals, including @code{SIGALRM}, are a normal part of the
3872 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3873 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3874 program has not specified in advance some other way to handle the signal.
3875 @code{SIGINT} does not indicate an error in your program, but it is normally
3876 fatal so it can carry out the purpose of the interrupt: to kill the program.
3877
3878 @value{GDBN} has the ability to detect any occurrence of a signal in your
3879 program. You can tell @value{GDBN} in advance what to do for each kind of
3880 signal.
3881
3882 @cindex handling signals
3883 Normally, @value{GDBN} is set up to let the non-erroneous signals like
3884 @code{SIGALRM} be silently passed to your program
3885 (so as not to interfere with their role in the program's functioning)
3886 but to stop your program immediately whenever an error signal happens.
3887 You can change these settings with the @code{handle} command.
3888
3889 @table @code
3890 @kindex info signals
3891 @kindex info handle
3892 @item info signals
3893 @itemx info handle
3894 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3895 handle each one. You can use this to see the signal numbers of all
3896 the defined types of signals.
3897
3898 @code{info handle} is an alias for @code{info signals}.
3899
3900 @kindex handle
3901 @item handle @var{signal} @var{keywords}@dots{}
3902 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3903 can be the number of a signal or its name (with or without the
3904 @samp{SIG} at the beginning); a list of signal numbers of the form
3905 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3906 known signals. The @var{keywords} say what change to make.
3907 @end table
3908
3909 @c @group
3910 The keywords allowed by the @code{handle} command can be abbreviated.
3911 Their full names are:
3912
3913 @table @code
3914 @item nostop
3915 @value{GDBN} should not stop your program when this signal happens. It may
3916 still print a message telling you that the signal has come in.
3917
3918 @item stop
3919 @value{GDBN} should stop your program when this signal happens. This implies
3920 the @code{print} keyword as well.
3921
3922 @item print
3923 @value{GDBN} should print a message when this signal happens.
3924
3925 @item noprint
3926 @value{GDBN} should not mention the occurrence of the signal at all. This
3927 implies the @code{nostop} keyword as well.
3928
3929 @item pass
3930 @itemx noignore
3931 @value{GDBN} should allow your program to see this signal; your program
3932 can handle the signal, or else it may terminate if the signal is fatal
3933 and not handled. @code{pass} and @code{noignore} are synonyms.
3934
3935 @item nopass
3936 @itemx ignore
3937 @value{GDBN} should not allow your program to see this signal.
3938 @code{nopass} and @code{ignore} are synonyms.
3939 @end table
3940 @c @end group
3941
3942 When a signal stops your program, the signal is not visible to the
3943 program until you
3944 continue. Your program sees the signal then, if @code{pass} is in
3945 effect for the signal in question @emph{at that time}. In other words,
3946 after @value{GDBN} reports a signal, you can use the @code{handle}
3947 command with @code{pass} or @code{nopass} to control whether your
3948 program sees that signal when you continue.
3949
3950 The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3951 non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3952 @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3953 erroneous signals.
3954
3955 You can also use the @code{signal} command to prevent your program from
3956 seeing a signal, or cause it to see a signal it normally would not see,
3957 or to give it any signal at any time. For example, if your program stopped
3958 due to some sort of memory reference error, you might store correct
3959 values into the erroneous variables and continue, hoping to see more
3960 execution; but your program would probably terminate immediately as
3961 a result of the fatal signal once it saw the signal. To prevent this,
3962 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3963 program a signal}.
3964
3965 @node Thread Stops
3966 @section Stopping and starting multi-thread programs
3967
3968 When your program has multiple threads (@pxref{Threads,, Debugging
3969 programs with multiple threads}), you can choose whether to set
3970 breakpoints on all threads, or on a particular thread.
3971
3972 @table @code
3973 @cindex breakpoints and threads
3974 @cindex thread breakpoints
3975 @kindex break @dots{} thread @var{threadno}
3976 @item break @var{linespec} thread @var{threadno}
3977 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3978 @var{linespec} specifies source lines; there are several ways of
3979 writing them, but the effect is always to specify some source line.
3980
3981 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3982 to specify that you only want @value{GDBN} to stop the program when a
3983 particular thread reaches this breakpoint. @var{threadno} is one of the
3984 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3985 column of the @samp{info threads} display.
3986
3987 If you do not specify @samp{thread @var{threadno}} when you set a
3988 breakpoint, the breakpoint applies to @emph{all} threads of your
3989 program.
3990
3991 You can use the @code{thread} qualifier on conditional breakpoints as
3992 well; in this case, place @samp{thread @var{threadno}} before the
3993 breakpoint condition, like this:
3994
3995 @smallexample
3996 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3997 @end smallexample
3998
3999 @end table
4000
4001 @cindex stopped threads
4002 @cindex threads, stopped
4003 Whenever your program stops under @value{GDBN} for any reason,
4004 @emph{all} threads of execution stop, not just the current thread. This
4005 allows you to examine the overall state of the program, including
4006 switching between threads, without worrying that things may change
4007 underfoot.
4008
4009 @cindex thread breakpoints and system calls
4010 @cindex system calls and thread breakpoints
4011 @cindex premature return from system calls
4012 There is an unfortunate side effect. If one thread stops for a
4013 breakpoint, or for some other reason, and another thread is blocked in a
4014 system call, then the system call may return prematurely. This is a
4015 consequence of the interaction between multiple threads and the signals
4016 that @value{GDBN} uses to implement breakpoints and other events that
4017 stop execution.
4018
4019 To handle this problem, your program should check the return value of
4020 each system call and react appropriately. This is good programming
4021 style anyways.
4022
4023 For example, do not write code like this:
4024
4025 @smallexample
4026 sleep (10);
4027 @end smallexample
4028
4029 The call to @code{sleep} will return early if a different thread stops
4030 at a breakpoint or for some other reason.
4031
4032 Instead, write this:
4033
4034 @smallexample
4035 int unslept = 10;
4036 while (unslept > 0)
4037 unslept = sleep (unslept);
4038 @end smallexample
4039
4040 A system call is allowed to return early, so the system is still
4041 conforming to its specification. But @value{GDBN} does cause your
4042 multi-threaded program to behave differently than it would without
4043 @value{GDBN}.
4044
4045 Also, @value{GDBN} uses internal breakpoints in the thread library to
4046 monitor certain events such as thread creation and thread destruction.
4047 When such an event happens, a system call in another thread may return
4048 prematurely, even though your program does not appear to stop.
4049
4050 @cindex continuing threads
4051 @cindex threads, continuing
4052 Conversely, whenever you restart the program, @emph{all} threads start
4053 executing. @emph{This is true even when single-stepping} with commands
4054 like @code{step} or @code{next}.
4055
4056 In particular, @value{GDBN} cannot single-step all threads in lockstep.
4057 Since thread scheduling is up to your debugging target's operating
4058 system (not controlled by @value{GDBN}), other threads may
4059 execute more than one statement while the current thread completes a
4060 single step. Moreover, in general other threads stop in the middle of a
4061 statement, rather than at a clean statement boundary, when the program
4062 stops.
4063
4064 You might even find your program stopped in another thread after
4065 continuing or even single-stepping. This happens whenever some other
4066 thread runs into a breakpoint, a signal, or an exception before the
4067 first thread completes whatever you requested.
4068
4069 On some OSes, you can lock the OS scheduler and thus allow only a single
4070 thread to run.
4071
4072 @table @code
4073 @item set scheduler-locking @var{mode}
4074 @cindex scheduler locking mode
4075 @cindex lock scheduler
4076 Set the scheduler locking mode. If it is @code{off}, then there is no
4077 locking and any thread may run at any time. If @code{on}, then only the
4078 current thread may run when the inferior is resumed. The @code{step}
4079 mode optimizes for single-stepping. It stops other threads from
4080 ``seizing the prompt'' by preempting the current thread while you are
4081 stepping. Other threads will only rarely (or never) get a chance to run
4082 when you step. They are more likely to run when you @samp{next} over a
4083 function call, and they are completely free to run when you use commands
4084 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
4085 thread hits a breakpoint during its timeslice, they will never steal the
4086 @value{GDBN} prompt away from the thread that you are debugging.
4087
4088 @item show scheduler-locking
4089 Display the current scheduler locking mode.
4090 @end table
4091
4092
4093 @node Stack
4094 @chapter Examining the Stack
4095
4096 When your program has stopped, the first thing you need to know is where it
4097 stopped and how it got there.
4098
4099 @cindex call stack
4100 Each time your program performs a function call, information about the call
4101 is generated.
4102 That information includes the location of the call in your program,
4103 the arguments of the call,
4104 and the local variables of the function being called.
4105 The information is saved in a block of data called a @dfn{stack frame}.
4106 The stack frames are allocated in a region of memory called the @dfn{call
4107 stack}.
4108
4109 When your program stops, the @value{GDBN} commands for examining the
4110 stack allow you to see all of this information.
4111
4112 @cindex selected frame
4113 One of the stack frames is @dfn{selected} by @value{GDBN} and many
4114 @value{GDBN} commands refer implicitly to the selected frame. In
4115 particular, whenever you ask @value{GDBN} for the value of a variable in
4116 your program, the value is found in the selected frame. There are
4117 special @value{GDBN} commands to select whichever frame you are
4118 interested in. @xref{Selection, ,Selecting a frame}.
4119
4120 When your program stops, @value{GDBN} automatically selects the
4121 currently executing frame and describes it briefly, similar to the
4122 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4123
4124 @menu
4125 * Frames:: Stack frames
4126 * Backtrace:: Backtraces
4127 * Selection:: Selecting a frame
4128 * Frame Info:: Information on a frame
4129
4130 @end menu
4131
4132 @node Frames
4133 @section Stack frames
4134
4135 @cindex frame, definition
4136 @cindex stack frame
4137 The call stack is divided up into contiguous pieces called @dfn{stack
4138 frames}, or @dfn{frames} for short; each frame is the data associated
4139 with one call to one function. The frame contains the arguments given
4140 to the function, the function's local variables, and the address at
4141 which the function is executing.
4142
4143 @cindex initial frame
4144 @cindex outermost frame
4145 @cindex innermost frame
4146 When your program is started, the stack has only one frame, that of the
4147 function @code{main}. This is called the @dfn{initial} frame or the
4148 @dfn{outermost} frame. Each time a function is called, a new frame is
4149 made. Each time a function returns, the frame for that function invocation
4150 is eliminated. If a function is recursive, there can be many frames for
4151 the same function. The frame for the function in which execution is
4152 actually occurring is called the @dfn{innermost} frame. This is the most
4153 recently created of all the stack frames that still exist.
4154
4155 @cindex frame pointer
4156 Inside your program, stack frames are identified by their addresses. A
4157 stack frame consists of many bytes, each of which has its own address; each
4158 kind of computer has a convention for choosing one byte whose
4159 address serves as the address of the frame. Usually this address is kept
4160 in a register called the @dfn{frame pointer register}
4161 (@pxref{Registers, $fp}) while execution is going on in that frame.
4162
4163 @cindex frame number
4164 @value{GDBN} assigns numbers to all existing stack frames, starting with
4165 zero for the innermost frame, one for the frame that called it,
4166 and so on upward. These numbers do not really exist in your program;
4167 they are assigned by @value{GDBN} to give you a way of designating stack
4168 frames in @value{GDBN} commands.
4169
4170 @c The -fomit-frame-pointer below perennially causes hbox overflow
4171 @c underflow problems.
4172 @cindex frameless execution
4173 Some compilers provide a way to compile functions so that they operate
4174 without stack frames. (For example, the @value{GCC} option
4175 @smallexample
4176 @samp{-fomit-frame-pointer}
4177 @end smallexample
4178 generates functions without a frame.)
4179 This is occasionally done with heavily used library functions to save
4180 the frame setup time. @value{GDBN} has limited facilities for dealing
4181 with these function invocations. If the innermost function invocation
4182 has no stack frame, @value{GDBN} nevertheless regards it as though
4183 it had a separate frame, which is numbered zero as usual, allowing
4184 correct tracing of the function call chain. However, @value{GDBN} has
4185 no provision for frameless functions elsewhere in the stack.
4186
4187 @table @code
4188 @kindex frame@r{, command}
4189 @cindex current stack frame
4190 @item frame @var{args}
4191 The @code{frame} command allows you to move from one stack frame to another,
4192 and to print the stack frame you select. @var{args} may be either the
4193 address of the frame or the stack frame number. Without an argument,
4194 @code{frame} prints the current stack frame.
4195
4196 @kindex select-frame
4197 @cindex selecting frame silently
4198 @item select-frame
4199 The @code{select-frame} command allows you to move from one stack frame
4200 to another without printing the frame. This is the silent version of
4201 @code{frame}.
4202 @end table
4203
4204 @node Backtrace
4205 @section Backtraces
4206
4207 @cindex traceback
4208 @cindex call stack traces
4209 A backtrace is a summary of how your program got where it is. It shows one
4210 line per frame, for many frames, starting with the currently executing
4211 frame (frame zero), followed by its caller (frame one), and on up the
4212 stack.
4213
4214 @table @code
4215 @kindex backtrace
4216 @kindex bt @r{(@code{backtrace})}
4217 @item backtrace
4218 @itemx bt
4219 Print a backtrace of the entire stack: one line per frame for all
4220 frames in the stack.
4221
4222 You can stop the backtrace at any time by typing the system interrupt
4223 character, normally @kbd{C-c}.
4224
4225 @item backtrace @var{n}
4226 @itemx bt @var{n}
4227 Similar, but print only the innermost @var{n} frames.
4228
4229 @item backtrace -@var{n}
4230 @itemx bt -@var{n}
4231 Similar, but print only the outermost @var{n} frames.
4232
4233 @item backtrace full
4234 Print the values of the local variables also.
4235 @itemx bt full
4236 @end table
4237
4238 @kindex where
4239 @kindex info stack
4240 The names @code{where} and @code{info stack} (abbreviated @code{info s})
4241 are additional aliases for @code{backtrace}.
4242
4243 Each line in the backtrace shows the frame number and the function name.
4244 The program counter value is also shown---unless you use @code{set
4245 print address off}. The backtrace also shows the source file name and
4246 line number, as well as the arguments to the function. The program
4247 counter value is omitted if it is at the beginning of the code for that
4248 line number.
4249
4250 Here is an example of a backtrace. It was made with the command
4251 @samp{bt 3}, so it shows the innermost three frames.
4252
4253 @smallexample
4254 @group
4255 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4256 at builtin.c:993
4257 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4258 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4259 at macro.c:71
4260 (More stack frames follow...)
4261 @end group
4262 @end smallexample
4263
4264 @noindent
4265 The display for frame zero does not begin with a program counter
4266 value, indicating that your program has stopped at the beginning of the
4267 code for line @code{993} of @code{builtin.c}.
4268
4269 @cindex value optimized out, in backtrace
4270 @cindex function call arguments, optimized out
4271 If your program was compiled with optimizations, some compilers will
4272 optimize away arguments passed to functions if those arguments are
4273 never used after the call. Such optimizations generate code that
4274 passes arguments through registers, but doesn't store those arguments
4275 in the stack frame. @value{GDBN} has no way of displaying such
4276 arguments in stack frames other than the innermost one. Here's what
4277 such a backtrace might look like:
4278
4279 @smallexample
4280 @group
4281 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
4282 at builtin.c:993
4283 #1 0x6e38 in expand_macro (sym=<value optimized out>) at macro.c:242
4284 #2 0x6840 in expand_token (obs=0x0, t=<value optimized out>, td=0xf7fffb08)
4285 at macro.c:71
4286 (More stack frames follow...)
4287 @end group
4288 @end smallexample
4289
4290 @noindent
4291 The values of arguments that were not saved in their stack frames are
4292 shown as @samp{<value optimized out>}.
4293
4294 If you need to display the values of such optimized-out arguments,
4295 either deduce that from other variables whose values depend on the one
4296 you are interested in, or recompile without optimizations.
4297
4298 @cindex backtrace beyond @code{main} function
4299 @cindex program entry point
4300 @cindex startup code, and backtrace
4301 Most programs have a standard user entry point---a place where system
4302 libraries and startup code transition into user code. For C this is
4303 @code{main}@footnote{
4304 Note that embedded programs (the so-called ``free-standing''
4305 environment) are not required to have a @code{main} function as the
4306 entry point. They could even have multiple entry points.}.
4307 When @value{GDBN} finds the entry function in a backtrace
4308 it will terminate the backtrace, to avoid tracing into highly
4309 system-specific (and generally uninteresting) code.
4310
4311 If you need to examine the startup code, or limit the number of levels
4312 in a backtrace, you can change this behavior:
4313
4314 @table @code
4315 @item set backtrace past-main
4316 @itemx set backtrace past-main on
4317 @kindex set backtrace
4318 Backtraces will continue past the user entry point.
4319
4320 @item set backtrace past-main off
4321 Backtraces will stop when they encounter the user entry point. This is the
4322 default.
4323
4324 @item show backtrace past-main
4325 @kindex show backtrace
4326 Display the current user entry point backtrace policy.
4327
4328 @item set backtrace past-entry
4329 @itemx set backtrace past-entry on
4330 Backtraces will continue past the internal entry point of an application.
4331 This entry point is encoded by the linker when the application is built,
4332 and is likely before the user entry point @code{main} (or equivalent) is called.
4333
4334 @item set backtrace past-entry off
4335 Backtraces will stop when they encouter the internal entry point of an
4336 application. This is the default.
4337
4338 @item show backtrace past-entry
4339 Display the current internal entry point backtrace policy.
4340
4341 @item set backtrace limit @var{n}
4342 @itemx set backtrace limit 0
4343 @cindex backtrace limit
4344 Limit the backtrace to @var{n} levels. A value of zero means
4345 unlimited.
4346
4347 @item show backtrace limit
4348 Display the current limit on backtrace levels.
4349 @end table
4350
4351 @node Selection
4352 @section Selecting a frame
4353
4354 Most commands for examining the stack and other data in your program work on
4355 whichever stack frame is selected at the moment. Here are the commands for
4356 selecting a stack frame; all of them finish by printing a brief description
4357 of the stack frame just selected.
4358
4359 @table @code
4360 @kindex frame@r{, selecting}
4361 @kindex f @r{(@code{frame})}
4362 @item frame @var{n}
4363 @itemx f @var{n}
4364 Select frame number @var{n}. Recall that frame zero is the innermost
4365 (currently executing) frame, frame one is the frame that called the
4366 innermost one, and so on. The highest-numbered frame is the one for
4367 @code{main}.
4368
4369 @item frame @var{addr}
4370 @itemx f @var{addr}
4371 Select the frame at address @var{addr}. This is useful mainly if the
4372 chaining of stack frames has been damaged by a bug, making it
4373 impossible for @value{GDBN} to assign numbers properly to all frames. In
4374 addition, this can be useful when your program has multiple stacks and
4375 switches between them.
4376
4377 On the SPARC architecture, @code{frame} needs two addresses to
4378 select an arbitrary frame: a frame pointer and a stack pointer.
4379
4380 On the MIPS and Alpha architecture, it needs two addresses: a stack
4381 pointer and a program counter.
4382
4383 On the 29k architecture, it needs three addresses: a register stack
4384 pointer, a program counter, and a memory stack pointer.
4385 @c note to future updaters: this is conditioned on a flag
4386 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4387 @c as of 27 Jan 1994.
4388
4389 @kindex up
4390 @item up @var{n}
4391 Move @var{n} frames up the stack. For positive numbers @var{n}, this
4392 advances toward the outermost frame, to higher frame numbers, to frames
4393 that have existed longer. @var{n} defaults to one.
4394
4395 @kindex down
4396 @kindex do @r{(@code{down})}
4397 @item down @var{n}
4398 Move @var{n} frames down the stack. For positive numbers @var{n}, this
4399 advances toward the innermost frame, to lower frame numbers, to frames
4400 that were created more recently. @var{n} defaults to one. You may
4401 abbreviate @code{down} as @code{do}.
4402 @end table
4403
4404 All of these commands end by printing two lines of output describing the
4405 frame. The first line shows the frame number, the function name, the
4406 arguments, and the source file and line number of execution in that
4407 frame. The second line shows the text of that source line.
4408
4409 @need 1000
4410 For example:
4411
4412 @smallexample
4413 @group
4414 (@value{GDBP}) up
4415 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4416 at env.c:10
4417 10 read_input_file (argv[i]);
4418 @end group
4419 @end smallexample
4420
4421 After such a printout, the @code{list} command with no arguments
4422 prints ten lines centered on the point of execution in the frame.
4423 You can also edit the program at the point of execution with your favorite
4424 editing program by typing @code{edit}.
4425 @xref{List, ,Printing source lines},
4426 for details.
4427
4428 @table @code
4429 @kindex down-silently
4430 @kindex up-silently
4431 @item up-silently @var{n}
4432 @itemx down-silently @var{n}
4433 These two commands are variants of @code{up} and @code{down},
4434 respectively; they differ in that they do their work silently, without
4435 causing display of the new frame. They are intended primarily for use
4436 in @value{GDBN} command scripts, where the output might be unnecessary and
4437 distracting.
4438 @end table
4439
4440 @node Frame Info
4441 @section Information about a frame
4442
4443 There are several other commands to print information about the selected
4444 stack frame.
4445
4446 @table @code
4447 @item frame
4448 @itemx f
4449 When used without any argument, this command does not change which
4450 frame is selected, but prints a brief description of the currently
4451 selected stack frame. It can be abbreviated @code{f}. With an
4452 argument, this command is used to select a stack frame.
4453 @xref{Selection, ,Selecting a frame}.
4454
4455 @kindex info frame
4456 @kindex info f @r{(@code{info frame})}
4457 @item info frame
4458 @itemx info f
4459 This command prints a verbose description of the selected stack frame,
4460 including:
4461
4462 @itemize @bullet
4463 @item
4464 the address of the frame
4465 @item
4466 the address of the next frame down (called by this frame)
4467 @item
4468 the address of the next frame up (caller of this frame)
4469 @item
4470 the language in which the source code corresponding to this frame is written
4471 @item
4472 the address of the frame's arguments
4473 @item
4474 the address of the frame's local variables
4475 @item
4476 the program counter saved in it (the address of execution in the caller frame)
4477 @item
4478 which registers were saved in the frame
4479 @end itemize
4480
4481 @noindent The verbose description is useful when
4482 something has gone wrong that has made the stack format fail to fit
4483 the usual conventions.
4484
4485 @item info frame @var{addr}
4486 @itemx info f @var{addr}
4487 Print a verbose description of the frame at address @var{addr}, without
4488 selecting that frame. The selected frame remains unchanged by this
4489 command. This requires the same kind of address (more than one for some
4490 architectures) that you specify in the @code{frame} command.
4491 @xref{Selection, ,Selecting a frame}.
4492
4493 @kindex info args
4494 @item info args
4495 Print the arguments of the selected frame, each on a separate line.
4496
4497 @item info locals
4498 @kindex info locals
4499 Print the local variables of the selected frame, each on a separate
4500 line. These are all variables (declared either static or automatic)
4501 accessible at the point of execution of the selected frame.
4502
4503 @kindex info catch
4504 @cindex catch exceptions, list active handlers
4505 @cindex exception handlers, how to list
4506 @item info catch
4507 Print a list of all the exception handlers that are active in the
4508 current stack frame at the current point of execution. To see other
4509 exception handlers, visit the associated frame (using the @code{up},
4510 @code{down}, or @code{frame} commands); then type @code{info catch}.
4511 @xref{Set Catchpoints, , Setting catchpoints}.
4512
4513 @end table
4514
4515
4516 @node Source
4517 @chapter Examining Source Files
4518
4519 @value{GDBN} can print parts of your program's source, since the debugging
4520 information recorded in the program tells @value{GDBN} what source files were
4521 used to build it. When your program stops, @value{GDBN} spontaneously prints
4522 the line where it stopped. Likewise, when you select a stack frame
4523 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4524 execution in that frame has stopped. You can print other portions of
4525 source files by explicit command.
4526
4527 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4528 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4529 @value{GDBN} under @sc{gnu} Emacs}.
4530
4531 @menu
4532 * List:: Printing source lines
4533 * Edit:: Editing source files
4534 * Search:: Searching source files
4535 * Source Path:: Specifying source directories
4536 * Machine Code:: Source and machine code
4537 @end menu
4538
4539 @node List
4540 @section Printing source lines
4541
4542 @kindex list
4543 @kindex l @r{(@code{list})}
4544 To print lines from a source file, use the @code{list} command
4545 (abbreviated @code{l}). By default, ten lines are printed.
4546 There are several ways to specify what part of the file you want to print.
4547
4548 Here are the forms of the @code{list} command most commonly used:
4549
4550 @table @code
4551 @item list @var{linenum}
4552 Print lines centered around line number @var{linenum} in the
4553 current source file.
4554
4555 @item list @var{function}
4556 Print lines centered around the beginning of function
4557 @var{function}.
4558
4559 @item list
4560 Print more lines. If the last lines printed were printed with a
4561 @code{list} command, this prints lines following the last lines
4562 printed; however, if the last line printed was a solitary line printed
4563 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4564 Stack}), this prints lines centered around that line.
4565
4566 @item list -
4567 Print lines just before the lines last printed.
4568 @end table
4569
4570 @cindex @code{list}, how many lines to display
4571 By default, @value{GDBN} prints ten source lines with any of these forms of
4572 the @code{list} command. You can change this using @code{set listsize}:
4573
4574 @table @code
4575 @kindex set listsize
4576 @item set listsize @var{count}
4577 Make the @code{list} command display @var{count} source lines (unless
4578 the @code{list} argument explicitly specifies some other number).
4579
4580 @kindex show listsize
4581 @item show listsize
4582 Display the number of lines that @code{list} prints.
4583 @end table
4584
4585 Repeating a @code{list} command with @key{RET} discards the argument,
4586 so it is equivalent to typing just @code{list}. This is more useful
4587 than listing the same lines again. An exception is made for an
4588 argument of @samp{-}; that argument is preserved in repetition so that
4589 each repetition moves up in the source file.
4590
4591 @cindex linespec
4592 In general, the @code{list} command expects you to supply zero, one or two
4593 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4594 of writing them, but the effect is always to specify some source line.
4595 Here is a complete description of the possible arguments for @code{list}:
4596
4597 @table @code
4598 @item list @var{linespec}
4599 Print lines centered around the line specified by @var{linespec}.
4600
4601 @item list @var{first},@var{last}
4602 Print lines from @var{first} to @var{last}. Both arguments are
4603 linespecs.
4604
4605 @item list ,@var{last}
4606 Print lines ending with @var{last}.
4607
4608 @item list @var{first},
4609 Print lines starting with @var{first}.
4610
4611 @item list +
4612 Print lines just after the lines last printed.
4613
4614 @item list -
4615 Print lines just before the lines last printed.
4616
4617 @item list
4618 As described in the preceding table.
4619 @end table
4620
4621 Here are the ways of specifying a single source line---all the
4622 kinds of linespec.
4623
4624 @table @code
4625 @item @var{number}
4626 Specifies line @var{number} of the current source file.
4627 When a @code{list} command has two linespecs, this refers to
4628 the same source file as the first linespec.
4629
4630 @item +@var{offset}
4631 Specifies the line @var{offset} lines after the last line printed.
4632 When used as the second linespec in a @code{list} command that has
4633 two, this specifies the line @var{offset} lines down from the
4634 first linespec.
4635
4636 @item -@var{offset}
4637 Specifies the line @var{offset} lines before the last line printed.
4638
4639 @item @var{filename}:@var{number}
4640 Specifies line @var{number} in the source file @var{filename}.
4641
4642 @item @var{function}
4643 Specifies the line that begins the body of the function @var{function}.
4644 For example: in C, this is the line with the open brace.
4645
4646 @item @var{filename}:@var{function}
4647 Specifies the line of the open-brace that begins the body of the
4648 function @var{function} in the file @var{filename}. You only need the
4649 file name with a function name to avoid ambiguity when there are
4650 identically named functions in different source files.
4651
4652 @item *@var{address}
4653 Specifies the line containing the program address @var{address}.
4654 @var{address} may be any expression.
4655 @end table
4656
4657 @node Edit
4658 @section Editing source files
4659 @cindex editing source files
4660
4661 @kindex edit
4662 @kindex e @r{(@code{edit})}
4663 To edit the lines in a source file, use the @code{edit} command.
4664 The editing program of your choice
4665 is invoked with the current line set to
4666 the active line in the program.
4667 Alternatively, there are several ways to specify what part of the file you
4668 want to print if you want to see other parts of the program.
4669
4670 Here are the forms of the @code{edit} command most commonly used:
4671
4672 @table @code
4673 @item edit
4674 Edit the current source file at the active line number in the program.
4675
4676 @item edit @var{number}
4677 Edit the current source file with @var{number} as the active line number.
4678
4679 @item edit @var{function}
4680 Edit the file containing @var{function} at the beginning of its definition.
4681
4682 @item edit @var{filename}:@var{number}
4683 Specifies line @var{number} in the source file @var{filename}.
4684
4685 @item edit @var{filename}:@var{function}
4686 Specifies the line that begins the body of the
4687 function @var{function} in the file @var{filename}. You only need the
4688 file name with a function name to avoid ambiguity when there are
4689 identically named functions in different source files.
4690
4691 @item edit *@var{address}
4692 Specifies the line containing the program address @var{address}.
4693 @var{address} may be any expression.
4694 @end table
4695
4696 @subsection Choosing your editor
4697 You can customize @value{GDBN} to use any editor you want
4698 @footnote{
4699 The only restriction is that your editor (say @code{ex}), recognizes the
4700 following command-line syntax:
4701 @smallexample
4702 ex +@var{number} file
4703 @end smallexample
4704 The optional numeric value +@var{number} specifies the number of the line in
4705 the file where to start editing.}.
4706 By default, it is @file{@value{EDITOR}}, but you can change this
4707 by setting the environment variable @code{EDITOR} before using
4708 @value{GDBN}. For example, to configure @value{GDBN} to use the
4709 @code{vi} editor, you could use these commands with the @code{sh} shell:
4710 @smallexample
4711 EDITOR=/usr/bin/vi
4712 export EDITOR
4713 gdb @dots{}
4714 @end smallexample
4715 or in the @code{csh} shell,
4716 @smallexample
4717 setenv EDITOR /usr/bin/vi
4718 gdb @dots{}
4719 @end smallexample
4720
4721 @node Search
4722 @section Searching source files
4723 @cindex searching source files
4724
4725 There are two commands for searching through the current source file for a
4726 regular expression.
4727
4728 @table @code
4729 @kindex search
4730 @kindex forward-search
4731 @item forward-search @var{regexp}
4732 @itemx search @var{regexp}
4733 The command @samp{forward-search @var{regexp}} checks each line,
4734 starting with the one following the last line listed, for a match for
4735 @var{regexp}. It lists the line that is found. You can use the
4736 synonym @samp{search @var{regexp}} or abbreviate the command name as
4737 @code{fo}.
4738
4739 @kindex reverse-search
4740 @item reverse-search @var{regexp}
4741 The command @samp{reverse-search @var{regexp}} checks each line, starting
4742 with the one before the last line listed and going backward, for a match
4743 for @var{regexp}. It lists the line that is found. You can abbreviate
4744 this command as @code{rev}.
4745 @end table
4746
4747 @node Source Path
4748 @section Specifying source directories
4749
4750 @cindex source path
4751 @cindex directories for source files
4752 Executable programs sometimes do not record the directories of the source
4753 files from which they were compiled, just the names. Even when they do,
4754 the directories could be moved between the compilation and your debugging
4755 session. @value{GDBN} has a list of directories to search for source files;
4756 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4757 it tries all the directories in the list, in the order they are present
4758 in the list, until it finds a file with the desired name.
4759
4760 For example, suppose an executable references the file
4761 @file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4762 @file{/mnt/cross}. The file is first looked up literally; if this
4763 fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4764 fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4765 message is printed. @value{GDBN} does not look up the parts of the
4766 source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4767 Likewise, the subdirectories of the source path are not searched: if
4768 the source path is @file{/mnt/cross}, and the binary refers to
4769 @file{foo.c}, @value{GDBN} would not find it under
4770 @file{/mnt/cross/usr/src/foo-1.0/lib}.
4771
4772 Plain file names, relative file names with leading directories, file
4773 names containing dots, etc.@: are all treated as described above; for
4774 instance, if the source path is @file{/mnt/cross}, and the source file
4775 is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4776 @file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4777 that---@file{/mnt/cross/foo.c}.
4778
4779 Note that the executable search path is @emph{not} used to locate the
4780 source files. Neither is the current working directory, unless it
4781 happens to be in the source path.
4782
4783 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4784 any information it has cached about where source files are found and where
4785 each line is in the file.
4786
4787 @kindex directory
4788 @kindex dir
4789 When you start @value{GDBN}, its source path includes only @samp{cdir}
4790 and @samp{cwd}, in that order.
4791 To add other directories, use the @code{directory} command.
4792
4793 @table @code
4794 @item directory @var{dirname} @dots{}
4795 @item dir @var{dirname} @dots{}
4796 Add directory @var{dirname} to the front of the source path. Several
4797 directory names may be given to this command, separated by @samp{:}
4798 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4799 part of absolute file names) or
4800 whitespace. You may specify a directory that is already in the source
4801 path; this moves it forward, so @value{GDBN} searches it sooner.
4802
4803 @kindex cdir
4804 @kindex cwd
4805 @vindex $cdir@r{, convenience variable}
4806 @vindex $cwdr@r{, convenience variable}
4807 @cindex compilation directory
4808 @cindex current directory
4809 @cindex working directory
4810 @cindex directory, current
4811 @cindex directory, compilation
4812 You can use the string @samp{$cdir} to refer to the compilation
4813 directory (if one is recorded), and @samp{$cwd} to refer to the current
4814 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4815 tracks the current working directory as it changes during your @value{GDBN}
4816 session, while the latter is immediately expanded to the current
4817 directory at the time you add an entry to the source path.
4818
4819 @item directory
4820 Reset the source path to empty again. This requires confirmation.
4821
4822 @c RET-repeat for @code{directory} is explicitly disabled, but since
4823 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4824
4825 @item show directories
4826 @kindex show directories
4827 Print the source path: show which directories it contains.
4828 @end table
4829
4830 If your source path is cluttered with directories that are no longer of
4831 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4832 versions of source. You can correct the situation as follows:
4833
4834 @enumerate
4835 @item
4836 Use @code{directory} with no argument to reset the source path to empty.
4837
4838 @item
4839 Use @code{directory} with suitable arguments to reinstall the
4840 directories you want in the source path. You can add all the
4841 directories in one command.
4842 @end enumerate
4843
4844 @node Machine Code
4845 @section Source and machine code
4846 @cindex source line and its code address
4847
4848 You can use the command @code{info line} to map source lines to program
4849 addresses (and vice versa), and the command @code{disassemble} to display
4850 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4851 mode, the @code{info line} command causes the arrow to point to the
4852 line specified. Also, @code{info line} prints addresses in symbolic form as
4853 well as hex.
4854
4855 @table @code
4856 @kindex info line
4857 @item info line @var{linespec}
4858 Print the starting and ending addresses of the compiled code for
4859 source line @var{linespec}. You can specify source lines in any of
4860 the ways understood by the @code{list} command (@pxref{List, ,Printing
4861 source lines}).
4862 @end table
4863
4864 For example, we can use @code{info line} to discover the location of
4865 the object code for the first line of function
4866 @code{m4_changequote}:
4867
4868 @c FIXME: I think this example should also show the addresses in
4869 @c symbolic form, as they usually would be displayed.
4870 @smallexample
4871 (@value{GDBP}) info line m4_changequote
4872 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4873 @end smallexample
4874
4875 @noindent
4876 @cindex code address and its source line
4877 We can also inquire (using @code{*@var{addr}} as the form for
4878 @var{linespec}) what source line covers a particular address:
4879 @smallexample
4880 (@value{GDBP}) info line *0x63ff
4881 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4882 @end smallexample
4883
4884 @cindex @code{$_} and @code{info line}
4885 @cindex @code{x} command, default address
4886 @kindex x@r{(examine), and} info line
4887 After @code{info line}, the default address for the @code{x} command
4888 is changed to the starting address of the line, so that @samp{x/i} is
4889 sufficient to begin examining the machine code (@pxref{Memory,
4890 ,Examining memory}). Also, this address is saved as the value of the
4891 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4892 variables}).
4893
4894 @table @code
4895 @kindex disassemble
4896 @cindex assembly instructions
4897 @cindex instructions, assembly
4898 @cindex machine instructions
4899 @cindex listing machine instructions
4900 @item disassemble
4901 This specialized command dumps a range of memory as machine
4902 instructions. The default memory range is the function surrounding the
4903 program counter of the selected frame. A single argument to this
4904 command is a program counter value; @value{GDBN} dumps the function
4905 surrounding this value. Two arguments specify a range of addresses
4906 (first inclusive, second exclusive) to dump.
4907 @end table
4908
4909 The following example shows the disassembly of a range of addresses of
4910 HP PA-RISC 2.0 code:
4911
4912 @smallexample
4913 (@value{GDBP}) disas 0x32c4 0x32e4
4914 Dump of assembler code from 0x32c4 to 0x32e4:
4915 0x32c4 <main+204>: addil 0,dp
4916 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4917 0x32cc <main+212>: ldil 0x3000,r31
4918 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4919 0x32d4 <main+220>: ldo 0(r31),rp
4920 0x32d8 <main+224>: addil -0x800,dp
4921 0x32dc <main+228>: ldo 0x588(r1),r26
4922 0x32e0 <main+232>: ldil 0x3000,r31
4923 End of assembler dump.
4924 @end smallexample
4925
4926 Some architectures have more than one commonly-used set of instruction
4927 mnemonics or other syntax.
4928
4929 For programs that were dynamically linked and use shared libraries,
4930 instructions that call functions or branch to locations in the shared
4931 libraries might show a seemingly bogus location---it's actually a
4932 location of the relocation table. On some architectures, @value{GDBN}
4933 might be able to resolve these to actual function names.
4934
4935 @table @code
4936 @kindex set disassembly-flavor
4937 @cindex Intel disassembly flavor
4938 @cindex AT&T disassembly flavor
4939 @item set disassembly-flavor @var{instruction-set}
4940 Select the instruction set to use when disassembling the
4941 program via the @code{disassemble} or @code{x/i} commands.
4942
4943 Currently this command is only defined for the Intel x86 family. You
4944 can set @var{instruction-set} to either @code{intel} or @code{att}.
4945 The default is @code{att}, the AT&T flavor used by default by Unix
4946 assemblers for x86-based targets.
4947
4948 @kindex show disassembly-flavor
4949 @item show disassembly-flavor
4950 Show the current setting of the disassembly flavor.
4951 @end table
4952
4953
4954 @node Data
4955 @chapter Examining Data
4956
4957 @cindex printing data
4958 @cindex examining data
4959 @kindex print
4960 @kindex inspect
4961 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4962 @c document because it is nonstandard... Under Epoch it displays in a
4963 @c different window or something like that.
4964 The usual way to examine data in your program is with the @code{print}
4965 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4966 evaluates and prints the value of an expression of the language your
4967 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4968 Different Languages}).
4969
4970 @table @code
4971 @item print @var{expr}
4972 @itemx print /@var{f} @var{expr}
4973 @var{expr} is an expression (in the source language). By default the
4974 value of @var{expr} is printed in a format appropriate to its data type;
4975 you can choose a different format by specifying @samp{/@var{f}}, where
4976 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4977 formats}.
4978
4979 @item print
4980 @itemx print /@var{f}
4981 @cindex reprint the last value
4982 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4983 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4984 conveniently inspect the same value in an alternative format.
4985 @end table
4986
4987 A more low-level way of examining data is with the @code{x} command.
4988 It examines data in memory at a specified address and prints it in a
4989 specified format. @xref{Memory, ,Examining memory}.
4990
4991 If you are interested in information about types, or about how the
4992 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4993 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4994 Table}.
4995
4996 @menu
4997 * Expressions:: Expressions
4998 * Variables:: Program variables
4999 * Arrays:: Artificial arrays
5000 * Output Formats:: Output formats
5001 * Memory:: Examining memory
5002 * Auto Display:: Automatic display
5003 * Print Settings:: Print settings
5004 * Value History:: Value history
5005 * Convenience Vars:: Convenience variables
5006 * Registers:: Registers
5007 * Floating Point Hardware:: Floating point hardware
5008 * Vector Unit:: Vector Unit
5009 * OS Information:: Auxiliary data provided by operating system
5010 * Memory Region Attributes:: Memory region attributes
5011 * Dump/Restore Files:: Copy between memory and a file
5012 * Core File Generation:: Cause a program dump its core
5013 * Character Sets:: Debugging programs that use a different
5014 character set than GDB does
5015 * Caching Remote Data:: Data caching for remote targets
5016 @end menu
5017
5018 @node Expressions
5019 @section Expressions
5020
5021 @cindex expressions
5022 @code{print} and many other @value{GDBN} commands accept an expression and
5023 compute its value. Any kind of constant, variable or operator defined
5024 by the programming language you are using is valid in an expression in
5025 @value{GDBN}. This includes conditional expressions, function calls,
5026 casts, and string constants. It also includes preprocessor macros, if
5027 you compiled your program to include this information; see
5028 @ref{Compilation}.
5029
5030 @cindex arrays in expressions
5031 @value{GDBN} supports array constants in expressions input by
5032 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5033 you can use the command @code{print @{1, 2, 3@}} to build up an array in
5034 memory that is @code{malloc}ed in the target program.
5035
5036 Because C is so widespread, most of the expressions shown in examples in
5037 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
5038 Languages}, for information on how to use expressions in other
5039 languages.
5040
5041 In this section, we discuss operators that you can use in @value{GDBN}
5042 expressions regardless of your programming language.
5043
5044 @cindex casts, in expressions
5045 Casts are supported in all languages, not just in C, because it is so
5046 useful to cast a number into a pointer in order to examine a structure
5047 at that address in memory.
5048 @c FIXME: casts supported---Mod2 true?
5049
5050 @value{GDBN} supports these operators, in addition to those common
5051 to programming languages:
5052
5053 @table @code
5054 @item @@
5055 @samp{@@} is a binary operator for treating parts of memory as arrays.
5056 @xref{Arrays, ,Artificial arrays}, for more information.
5057
5058 @item ::
5059 @samp{::} allows you to specify a variable in terms of the file or
5060 function where it is defined. @xref{Variables, ,Program variables}.
5061
5062 @cindex @{@var{type}@}
5063 @cindex type casting memory
5064 @cindex memory, viewing as typed object
5065 @cindex casts, to view memory
5066 @item @{@var{type}@} @var{addr}
5067 Refers to an object of type @var{type} stored at address @var{addr} in
5068 memory. @var{addr} may be any expression whose value is an integer or
5069 pointer (but parentheses are required around binary operators, just as in
5070 a cast). This construct is allowed regardless of what kind of data is
5071 normally supposed to reside at @var{addr}.
5072 @end table
5073
5074 @node Variables
5075 @section Program variables
5076
5077 The most common kind of expression to use is the name of a variable
5078 in your program.
5079
5080 Variables in expressions are understood in the selected stack frame
5081 (@pxref{Selection, ,Selecting a frame}); they must be either:
5082
5083 @itemize @bullet
5084 @item
5085 global (or file-static)
5086 @end itemize
5087
5088 @noindent or
5089
5090 @itemize @bullet
5091 @item
5092 visible according to the scope rules of the
5093 programming language from the point of execution in that frame
5094 @end itemize
5095
5096 @noindent This means that in the function
5097
5098 @smallexample
5099 foo (a)
5100 int a;
5101 @{
5102 bar (a);
5103 @{
5104 int b = test ();
5105 bar (b);
5106 @}
5107 @}
5108 @end smallexample
5109
5110 @noindent
5111 you can examine and use the variable @code{a} whenever your program is
5112 executing within the function @code{foo}, but you can only use or
5113 examine the variable @code{b} while your program is executing inside
5114 the block where @code{b} is declared.
5115
5116 @cindex variable name conflict
5117 There is an exception: you can refer to a variable or function whose
5118 scope is a single source file even if the current execution point is not
5119 in this file. But it is possible to have more than one such variable or
5120 function with the same name (in different source files). If that
5121 happens, referring to that name has unpredictable effects. If you wish,
5122 you can specify a static variable in a particular function or file,
5123 using the colon-colon (@code{::}) notation:
5124
5125 @cindex colon-colon, context for variables/functions
5126 @iftex
5127 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
5128 @cindex @code{::}, context for variables/functions
5129 @end iftex
5130 @smallexample
5131 @var{file}::@var{variable}
5132 @var{function}::@var{variable}
5133 @end smallexample
5134
5135 @noindent
5136 Here @var{file} or @var{function} is the name of the context for the
5137 static @var{variable}. In the case of file names, you can use quotes to
5138 make sure @value{GDBN} parses the file name as a single word---for example,
5139 to print a global value of @code{x} defined in @file{f2.c}:
5140
5141 @smallexample
5142 (@value{GDBP}) p 'f2.c'::x
5143 @end smallexample
5144
5145 @cindex C@t{++} scope resolution
5146 This use of @samp{::} is very rarely in conflict with the very similar
5147 use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
5148 scope resolution operator in @value{GDBN} expressions.
5149 @c FIXME: Um, so what happens in one of those rare cases where it's in
5150 @c conflict?? --mew
5151
5152 @cindex wrong values
5153 @cindex variable values, wrong
5154 @cindex function entry/exit, wrong values of variables
5155 @cindex optimized code, wrong values of variables
5156 @quotation
5157 @emph{Warning:} Occasionally, a local variable may appear to have the
5158 wrong value at certain points in a function---just after entry to a new
5159 scope, and just before exit.
5160 @end quotation
5161 You may see this problem when you are stepping by machine instructions.
5162 This is because, on most machines, it takes more than one instruction to
5163 set up a stack frame (including local variable definitions); if you are
5164 stepping by machine instructions, variables may appear to have the wrong
5165 values until the stack frame is completely built. On exit, it usually
5166 also takes more than one machine instruction to destroy a stack frame;
5167 after you begin stepping through that group of instructions, local
5168 variable definitions may be gone.
5169
5170 This may also happen when the compiler does significant optimizations.
5171 To be sure of always seeing accurate values, turn off all optimization
5172 when compiling.
5173
5174 @cindex ``No symbol "foo" in current context''
5175 Another possible effect of compiler optimizations is to optimize
5176 unused variables out of existence, or assign variables to registers (as
5177 opposed to memory addresses). Depending on the support for such cases
5178 offered by the debug info format used by the compiler, @value{GDBN}
5179 might not be able to display values for such local variables. If that
5180 happens, @value{GDBN} will print a message like this:
5181
5182 @smallexample
5183 No symbol "foo" in current context.
5184 @end smallexample
5185
5186 To solve such problems, either recompile without optimizations, or use a
5187 different debug info format, if the compiler supports several such
5188 formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
5189 usually supports the @option{-gstabs+} option. @option{-gstabs+}
5190 produces debug info in a format that is superior to formats such as
5191 COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5192 an effective form for debug info. @xref{Debugging Options,,Options
5193 for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
5194 @xref{C, , Debugging C++}, for more info about debug info formats
5195 that are best suited to C@t{++} programs.
5196
5197 @node Arrays
5198 @section Artificial arrays
5199
5200 @cindex artificial array
5201 @cindex arrays
5202 @kindex @@@r{, referencing memory as an array}
5203 It is often useful to print out several successive objects of the
5204 same type in memory; a section of an array, or an array of
5205 dynamically determined size for which only a pointer exists in the
5206 program.
5207
5208 You can do this by referring to a contiguous span of memory as an
5209 @dfn{artificial array}, using the binary operator @samp{@@}. The left
5210 operand of @samp{@@} should be the first element of the desired array
5211 and be an individual object. The right operand should be the desired length
5212 of the array. The result is an array value whose elements are all of
5213 the type of the left argument. The first element is actually the left
5214 argument; the second element comes from bytes of memory immediately
5215 following those that hold the first element, and so on. Here is an
5216 example. If a program says
5217
5218 @smallexample
5219 int *array = (int *) malloc (len * sizeof (int));
5220 @end smallexample
5221
5222 @noindent
5223 you can print the contents of @code{array} with
5224
5225 @smallexample
5226 p *array@@len
5227 @end smallexample
5228
5229 The left operand of @samp{@@} must reside in memory. Array values made
5230 with @samp{@@} in this way behave just like other arrays in terms of
5231 subscripting, and are coerced to pointers when used in expressions.
5232 Artificial arrays most often appear in expressions via the value history
5233 (@pxref{Value History, ,Value history}), after printing one out.
5234
5235 Another way to create an artificial array is to use a cast.
5236 This re-interprets a value as if it were an array.
5237 The value need not be in memory:
5238 @smallexample
5239 (@value{GDBP}) p/x (short[2])0x12345678
5240 $1 = @{0x1234, 0x5678@}
5241 @end smallexample
5242
5243 As a convenience, if you leave the array length out (as in
5244 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
5245 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
5246 @smallexample
5247 (@value{GDBP}) p/x (short[])0x12345678
5248 $2 = @{0x1234, 0x5678@}
5249 @end smallexample
5250
5251 Sometimes the artificial array mechanism is not quite enough; in
5252 moderately complex data structures, the elements of interest may not
5253 actually be adjacent---for example, if you are interested in the values
5254 of pointers in an array. One useful work-around in this situation is
5255 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5256 variables}) as a counter in an expression that prints the first
5257 interesting value, and then repeat that expression via @key{RET}. For
5258 instance, suppose you have an array @code{dtab} of pointers to
5259 structures, and you are interested in the values of a field @code{fv}
5260 in each structure. Here is an example of what you might type:
5261
5262 @smallexample
5263 set $i = 0
5264 p dtab[$i++]->fv
5265 @key{RET}
5266 @key{RET}
5267 @dots{}
5268 @end smallexample
5269
5270 @node Output Formats
5271 @section Output formats
5272
5273 @cindex formatted output
5274 @cindex output formats
5275 By default, @value{GDBN} prints a value according to its data type. Sometimes
5276 this is not what you want. For example, you might want to print a number
5277 in hex, or a pointer in decimal. Or you might want to view data in memory
5278 at a certain address as a character string or as an instruction. To do
5279 these things, specify an @dfn{output format} when you print a value.
5280
5281 The simplest use of output formats is to say how to print a value
5282 already computed. This is done by starting the arguments of the
5283 @code{print} command with a slash and a format letter. The format
5284 letters supported are:
5285
5286 @table @code
5287 @item x
5288 Regard the bits of the value as an integer, and print the integer in
5289 hexadecimal.
5290
5291 @item d
5292 Print as integer in signed decimal.
5293
5294 @item u
5295 Print as integer in unsigned decimal.
5296
5297 @item o
5298 Print as integer in octal.
5299
5300 @item t
5301 Print as integer in binary. The letter @samp{t} stands for ``two''.
5302 @footnote{@samp{b} cannot be used because these format letters are also
5303 used with the @code{x} command, where @samp{b} stands for ``byte'';
5304 see @ref{Memory,,Examining memory}.}
5305
5306 @item a
5307 @cindex unknown address, locating
5308 @cindex locate address
5309 Print as an address, both absolute in hexadecimal and as an offset from
5310 the nearest preceding symbol. You can use this format used to discover
5311 where (in what function) an unknown address is located:
5312
5313 @smallexample
5314 (@value{GDBP}) p/a 0x54320
5315 $3 = 0x54320 <_initialize_vx+396>
5316 @end smallexample
5317
5318 @noindent
5319 The command @code{info symbol 0x54320} yields similar results.
5320 @xref{Symbols, info symbol}.
5321
5322 @item c
5323 Regard as an integer and print it as a character constant. This
5324 prints both the numerical value and its character representation. The
5325 character representation is replaced with the octal escape @samp{\nnn}
5326 for characters outside the 7-bit @sc{ascii} range.
5327
5328 @item f
5329 Regard the bits of the value as a floating point number and print
5330 using typical floating point syntax.
5331 @end table
5332
5333 For example, to print the program counter in hex (@pxref{Registers}), type
5334
5335 @smallexample
5336 p/x $pc
5337 @end smallexample
5338
5339 @noindent
5340 Note that no space is required before the slash; this is because command
5341 names in @value{GDBN} cannot contain a slash.
5342
5343 To reprint the last value in the value history with a different format,
5344 you can use the @code{print} command with just a format and no
5345 expression. For example, @samp{p/x} reprints the last value in hex.
5346
5347 @node Memory
5348 @section Examining memory
5349
5350 You can use the command @code{x} (for ``examine'') to examine memory in
5351 any of several formats, independently of your program's data types.
5352
5353 @cindex examining memory
5354 @table @code
5355 @kindex x @r{(examine memory)}
5356 @item x/@var{nfu} @var{addr}
5357 @itemx x @var{addr}
5358 @itemx x
5359 Use the @code{x} command to examine memory.
5360 @end table
5361
5362 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5363 much memory to display and how to format it; @var{addr} is an
5364 expression giving the address where you want to start displaying memory.
5365 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5366 Several commands set convenient defaults for @var{addr}.
5367
5368 @table @r
5369 @item @var{n}, the repeat count
5370 The repeat count is a decimal integer; the default is 1. It specifies
5371 how much memory (counting by units @var{u}) to display.
5372 @c This really is **decimal**; unaffected by 'set radix' as of GDB
5373 @c 4.1.2.
5374
5375 @item @var{f}, the display format
5376 The display format is one of the formats used by @code{print}
5377 (@samp{x}, @samp{d}, @samp{u}, @samp{o}, @samp{t}, @samp{a}, @samp{c},
5378 @samp{f}), and in addition @samp{s} (for null-terminated strings) and
5379 @samp{i} (for machine instructions). The default is @samp{x}
5380 (hexadecimal) initially. The default changes each time you use either
5381 @code{x} or @code{print}.
5382
5383 @item @var{u}, the unit size
5384 The unit size is any of
5385
5386 @table @code
5387 @item b
5388 Bytes.
5389 @item h
5390 Halfwords (two bytes).
5391 @item w
5392 Words (four bytes). This is the initial default.
5393 @item g
5394 Giant words (eight bytes).
5395 @end table
5396
5397 Each time you specify a unit size with @code{x}, that size becomes the
5398 default unit the next time you use @code{x}. (For the @samp{s} and
5399 @samp{i} formats, the unit size is ignored and is normally not written.)
5400
5401 @item @var{addr}, starting display address
5402 @var{addr} is the address where you want @value{GDBN} to begin displaying
5403 memory. The expression need not have a pointer value (though it may);
5404 it is always interpreted as an integer address of a byte of memory.
5405 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
5406 @var{addr} is usually just after the last address examined---but several
5407 other commands also set the default address: @code{info breakpoints} (to
5408 the address of the last breakpoint listed), @code{info line} (to the
5409 starting address of a line), and @code{print} (if you use it to display
5410 a value from memory).
5411 @end table
5412
5413 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5414 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5415 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5416 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
5417 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
5418
5419 Since the letters indicating unit sizes are all distinct from the
5420 letters specifying output formats, you do not have to remember whether
5421 unit size or format comes first; either order works. The output
5422 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5423 (However, the count @var{n} must come first; @samp{wx4} does not work.)
5424
5425 Even though the unit size @var{u} is ignored for the formats @samp{s}
5426 and @samp{i}, you might still want to use a count @var{n}; for example,
5427 @samp{3i} specifies that you want to see three machine instructions,
5428 including any operands. The command @code{disassemble} gives an
5429 alternative way of inspecting machine instructions; see @ref{Machine
5430 Code,,Source and machine code}.
5431
5432 All the defaults for the arguments to @code{x} are designed to make it
5433 easy to continue scanning memory with minimal specifications each time
5434 you use @code{x}. For example, after you have inspected three machine
5435 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5436 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5437 the repeat count @var{n} is used again; the other arguments default as
5438 for successive uses of @code{x}.
5439
5440 @cindex @code{$_}, @code{$__}, and value history
5441 The addresses and contents printed by the @code{x} command are not saved
5442 in the value history because there is often too much of them and they
5443 would get in the way. Instead, @value{GDBN} makes these values available for
5444 subsequent use in expressions as values of the convenience variables
5445 @code{$_} and @code{$__}. After an @code{x} command, the last address
5446 examined is available for use in expressions in the convenience variable
5447 @code{$_}. The contents of that address, as examined, are available in
5448 the convenience variable @code{$__}.
5449
5450 If the @code{x} command has a repeat count, the address and contents saved
5451 are from the last memory unit printed; this is not the same as the last
5452 address printed if several units were printed on the last line of output.
5453
5454 @cindex remote memory comparison
5455 @cindex verify remote memory image
5456 When you are debugging a program running on a remote target machine
5457 (@pxref{Remote}), you may wish to verify the program's image in the
5458 remote machine's memory against the executable file you downloaded to
5459 the target. The @code{compare-sections} command is provided for such
5460 situations.
5461
5462 @table @code
5463 @kindex compare-sections
5464 @item compare-sections @r{[}@var{section-name}@r{]}
5465 Compare the data of a loadable section @var{section-name} in the
5466 executable file of the program being debugged with the same section in
5467 the remote machine's memory, and report any mismatches. With no
5468 arguments, compares all loadable sections. This command's
5469 availability depends on the target's support for the @code{"qCRC"}
5470 remote request.
5471 @end table
5472
5473 @node Auto Display
5474 @section Automatic display
5475 @cindex automatic display
5476 @cindex display of expressions
5477
5478 If you find that you want to print the value of an expression frequently
5479 (to see how it changes), you might want to add it to the @dfn{automatic
5480 display list} so that @value{GDBN} prints its value each time your program stops.
5481 Each expression added to the list is given a number to identify it;
5482 to remove an expression from the list, you specify that number.
5483 The automatic display looks like this:
5484
5485 @smallexample
5486 2: foo = 38
5487 3: bar[5] = (struct hack *) 0x3804
5488 @end smallexample
5489
5490 @noindent
5491 This display shows item numbers, expressions and their current values. As with
5492 displays you request manually using @code{x} or @code{print}, you can
5493 specify the output format you prefer; in fact, @code{display} decides
5494 whether to use @code{print} or @code{x} depending on how elaborate your
5495 format specification is---it uses @code{x} if you specify a unit size,
5496 or one of the two formats (@samp{i} and @samp{s}) that are only
5497 supported by @code{x}; otherwise it uses @code{print}.
5498
5499 @table @code
5500 @kindex display
5501 @item display @var{expr}
5502 Add the expression @var{expr} to the list of expressions to display
5503 each time your program stops. @xref{Expressions, ,Expressions}.
5504
5505 @code{display} does not repeat if you press @key{RET} again after using it.
5506
5507 @item display/@var{fmt} @var{expr}
5508 For @var{fmt} specifying only a display format and not a size or
5509 count, add the expression @var{expr} to the auto-display list but
5510 arrange to display it each time in the specified format @var{fmt}.
5511 @xref{Output Formats,,Output formats}.
5512
5513 @item display/@var{fmt} @var{addr}
5514 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5515 number of units, add the expression @var{addr} as a memory address to
5516 be examined each time your program stops. Examining means in effect
5517 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5518 @end table
5519
5520 For example, @samp{display/i $pc} can be helpful, to see the machine
5521 instruction about to be executed each time execution stops (@samp{$pc}
5522 is a common name for the program counter; @pxref{Registers, ,Registers}).
5523
5524 @table @code
5525 @kindex delete display
5526 @kindex undisplay
5527 @item undisplay @var{dnums}@dots{}
5528 @itemx delete display @var{dnums}@dots{}
5529 Remove item numbers @var{dnums} from the list of expressions to display.
5530
5531 @code{undisplay} does not repeat if you press @key{RET} after using it.
5532 (Otherwise you would just get the error @samp{No display number @dots{}}.)
5533
5534 @kindex disable display
5535 @item disable display @var{dnums}@dots{}
5536 Disable the display of item numbers @var{dnums}. A disabled display
5537 item is not printed automatically, but is not forgotten. It may be
5538 enabled again later.
5539
5540 @kindex enable display
5541 @item enable display @var{dnums}@dots{}
5542 Enable display of item numbers @var{dnums}. It becomes effective once
5543 again in auto display of its expression, until you specify otherwise.
5544
5545 @item display
5546 Display the current values of the expressions on the list, just as is
5547 done when your program stops.
5548
5549 @kindex info display
5550 @item info display
5551 Print the list of expressions previously set up to display
5552 automatically, each one with its item number, but without showing the
5553 values. This includes disabled expressions, which are marked as such.
5554 It also includes expressions which would not be displayed right now
5555 because they refer to automatic variables not currently available.
5556 @end table
5557
5558 @cindex display disabled out of scope
5559 If a display expression refers to local variables, then it does not make
5560 sense outside the lexical context for which it was set up. Such an
5561 expression is disabled when execution enters a context where one of its
5562 variables is not defined. For example, if you give the command
5563 @code{display last_char} while inside a function with an argument
5564 @code{last_char}, @value{GDBN} displays this argument while your program
5565 continues to stop inside that function. When it stops elsewhere---where
5566 there is no variable @code{last_char}---the display is disabled
5567 automatically. The next time your program stops where @code{last_char}
5568 is meaningful, you can enable the display expression once again.
5569
5570 @node Print Settings
5571 @section Print settings
5572
5573 @cindex format options
5574 @cindex print settings
5575 @value{GDBN} provides the following ways to control how arrays, structures,
5576 and symbols are printed.
5577
5578 @noindent
5579 These settings are useful for debugging programs in any language:
5580
5581 @table @code
5582 @kindex set print
5583 @item set print address
5584 @itemx set print address on
5585 @cindex print/don't print memory addresses
5586 @value{GDBN} prints memory addresses showing the location of stack
5587 traces, structure values, pointer values, breakpoints, and so forth,
5588 even when it also displays the contents of those addresses. The default
5589 is @code{on}. For example, this is what a stack frame display looks like with
5590 @code{set print address on}:
5591
5592 @smallexample
5593 @group
5594 (@value{GDBP}) f
5595 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5596 at input.c:530
5597 530 if (lquote != def_lquote)
5598 @end group
5599 @end smallexample
5600
5601 @item set print address off
5602 Do not print addresses when displaying their contents. For example,
5603 this is the same stack frame displayed with @code{set print address off}:
5604
5605 @smallexample
5606 @group
5607 (@value{GDBP}) set print addr off
5608 (@value{GDBP}) f
5609 #0 set_quotes (lq="<<", rq=">>") at input.c:530
5610 530 if (lquote != def_lquote)
5611 @end group
5612 @end smallexample
5613
5614 You can use @samp{set print address off} to eliminate all machine
5615 dependent displays from the @value{GDBN} interface. For example, with
5616 @code{print address off}, you should get the same text for backtraces on
5617 all machines---whether or not they involve pointer arguments.
5618
5619 @kindex show print
5620 @item show print address
5621 Show whether or not addresses are to be printed.
5622 @end table
5623
5624 When @value{GDBN} prints a symbolic address, it normally prints the
5625 closest earlier symbol plus an offset. If that symbol does not uniquely
5626 identify the address (for example, it is a name whose scope is a single
5627 source file), you may need to clarify. One way to do this is with
5628 @code{info line}, for example @samp{info line *0x4537}. Alternately,
5629 you can set @value{GDBN} to print the source file and line number when
5630 it prints a symbolic address:
5631
5632 @table @code
5633 @item set print symbol-filename on
5634 @cindex source file and line of a symbol
5635 @cindex symbol, source file and line
5636 Tell @value{GDBN} to print the source file name and line number of a
5637 symbol in the symbolic form of an address.
5638
5639 @item set print symbol-filename off
5640 Do not print source file name and line number of a symbol. This is the
5641 default.
5642
5643 @item show print symbol-filename
5644 Show whether or not @value{GDBN} will print the source file name and
5645 line number of a symbol in the symbolic form of an address.
5646 @end table
5647
5648 Another situation where it is helpful to show symbol filenames and line
5649 numbers is when disassembling code; @value{GDBN} shows you the line
5650 number and source file that corresponds to each instruction.
5651
5652 Also, you may wish to see the symbolic form only if the address being
5653 printed is reasonably close to the closest earlier symbol:
5654
5655 @table @code
5656 @item set print max-symbolic-offset @var{max-offset}
5657 @cindex maximum value for offset of closest symbol
5658 Tell @value{GDBN} to only display the symbolic form of an address if the
5659 offset between the closest earlier symbol and the address is less than
5660 @var{max-offset}. The default is 0, which tells @value{GDBN}
5661 to always print the symbolic form of an address if any symbol precedes it.
5662
5663 @item show print max-symbolic-offset
5664 Ask how large the maximum offset is that @value{GDBN} prints in a
5665 symbolic address.
5666 @end table
5667
5668 @cindex wild pointer, interpreting
5669 @cindex pointer, finding referent
5670 If you have a pointer and you are not sure where it points, try
5671 @samp{set print symbol-filename on}. Then you can determine the name
5672 and source file location of the variable where it points, using
5673 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5674 For example, here @value{GDBN} shows that a variable @code{ptt} points
5675 at another variable @code{t}, defined in @file{hi2.c}:
5676
5677 @smallexample
5678 (@value{GDBP}) set print symbol-filename on
5679 (@value{GDBP}) p/a ptt
5680 $4 = 0xe008 <t in hi2.c>
5681 @end smallexample
5682
5683 @quotation
5684 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5685 does not show the symbol name and filename of the referent, even with
5686 the appropriate @code{set print} options turned on.
5687 @end quotation
5688
5689 Other settings control how different kinds of objects are printed:
5690
5691 @table @code
5692 @item set print array
5693 @itemx set print array on
5694 @cindex pretty print arrays
5695 Pretty print arrays. This format is more convenient to read,
5696 but uses more space. The default is off.
5697
5698 @item set print array off
5699 Return to compressed format for arrays.
5700
5701 @item show print array
5702 Show whether compressed or pretty format is selected for displaying
5703 arrays.
5704
5705 @item set print elements @var{number-of-elements}
5706 @cindex number of array elements to print
5707 @cindex limit on number of printed array elements
5708 Set a limit on how many elements of an array @value{GDBN} will print.
5709 If @value{GDBN} is printing a large array, it stops printing after it has
5710 printed the number of elements set by the @code{set print elements} command.
5711 This limit also applies to the display of strings.
5712 When @value{GDBN} starts, this limit is set to 200.
5713 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5714
5715 @item show print elements
5716 Display the number of elements of a large array that @value{GDBN} will print.
5717 If the number is 0, then the printing is unlimited.
5718
5719 @item set print repeats
5720 @cindex repeated array elements
5721 Set the threshold for suppressing display of repeated array
5722 elelments. When the number of consecutive identical elements of an
5723 array exceeds the threshold, @value{GDBN} prints the string
5724 @code{"<repeats @var{n} times>"}, where @var{n} is the number of
5725 identical repetitions, instead of displaying the identical elements
5726 themselves. Setting the threshold to zero will cause all elements to
5727 be individually printed. The default threshold is 10.
5728
5729 @item show print repeats
5730 Display the current threshold for printing repeated identical
5731 elements.
5732
5733 @item set print null-stop
5734 @cindex @sc{null} elements in arrays
5735 Cause @value{GDBN} to stop printing the characters of an array when the first
5736 @sc{null} is encountered. This is useful when large arrays actually
5737 contain only short strings.
5738 The default is off.
5739
5740 @item show print null-stop
5741 Show whether @value{GDBN} stops printing an array on the first
5742 @sc{null} character.
5743
5744 @item set print pretty on
5745 @cindex print structures in indented form
5746 @cindex indentation in structure display
5747 Cause @value{GDBN} to print structures in an indented format with one member
5748 per line, like this:
5749
5750 @smallexample
5751 @group
5752 $1 = @{
5753 next = 0x0,
5754 flags = @{
5755 sweet = 1,
5756 sour = 1
5757 @},
5758 meat = 0x54 "Pork"
5759 @}
5760 @end group
5761 @end smallexample
5762
5763 @item set print pretty off
5764 Cause @value{GDBN} to print structures in a compact format, like this:
5765
5766 @smallexample
5767 @group
5768 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5769 meat = 0x54 "Pork"@}
5770 @end group
5771 @end smallexample
5772
5773 @noindent
5774 This is the default format.
5775
5776 @item show print pretty
5777 Show which format @value{GDBN} is using to print structures.
5778
5779 @item set print sevenbit-strings on
5780 @cindex eight-bit characters in strings
5781 @cindex octal escapes in strings
5782 Print using only seven-bit characters; if this option is set,
5783 @value{GDBN} displays any eight-bit characters (in strings or
5784 character values) using the notation @code{\}@var{nnn}. This setting is
5785 best if you are working in English (@sc{ascii}) and you use the
5786 high-order bit of characters as a marker or ``meta'' bit.
5787
5788 @item set print sevenbit-strings off
5789 Print full eight-bit characters. This allows the use of more
5790 international character sets, and is the default.
5791
5792 @item show print sevenbit-strings
5793 Show whether or not @value{GDBN} is printing only seven-bit characters.
5794
5795 @item set print union on
5796 @cindex unions in structures, printing
5797 Tell @value{GDBN} to print unions which are contained in structures
5798 and other unions. This is the default setting.
5799
5800 @item set print union off
5801 Tell @value{GDBN} not to print unions which are contained in
5802 structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5803 instead.
5804
5805 @item show print union
5806 Ask @value{GDBN} whether or not it will print unions which are contained in
5807 structures and other unions.
5808
5809 For example, given the declarations
5810
5811 @smallexample
5812 typedef enum @{Tree, Bug@} Species;
5813 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5814 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5815 Bug_forms;
5816
5817 struct thing @{
5818 Species it;
5819 union @{
5820 Tree_forms tree;
5821 Bug_forms bug;
5822 @} form;
5823 @};
5824
5825 struct thing foo = @{Tree, @{Acorn@}@};
5826 @end smallexample
5827
5828 @noindent
5829 with @code{set print union on} in effect @samp{p foo} would print
5830
5831 @smallexample
5832 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5833 @end smallexample
5834
5835 @noindent
5836 and with @code{set print union off} in effect it would print
5837
5838 @smallexample
5839 $1 = @{it = Tree, form = @{...@}@}
5840 @end smallexample
5841
5842 @noindent
5843 @code{set print union} affects programs written in C-like languages
5844 and in Pascal.
5845 @end table
5846
5847 @need 1000
5848 @noindent
5849 These settings are of interest when debugging C@t{++} programs:
5850
5851 @table @code
5852 @cindex demangling C@t{++} names
5853 @item set print demangle
5854 @itemx set print demangle on
5855 Print C@t{++} names in their source form rather than in the encoded
5856 (``mangled'') form passed to the assembler and linker for type-safe
5857 linkage. The default is on.
5858
5859 @item show print demangle
5860 Show whether C@t{++} names are printed in mangled or demangled form.
5861
5862 @item set print asm-demangle
5863 @itemx set print asm-demangle on
5864 Print C@t{++} names in their source form rather than their mangled form, even
5865 in assembler code printouts such as instruction disassemblies.
5866 The default is off.
5867
5868 @item show print asm-demangle
5869 Show whether C@t{++} names in assembly listings are printed in mangled
5870 or demangled form.
5871
5872 @cindex C@t{++} symbol decoding style
5873 @cindex symbol decoding style, C@t{++}
5874 @kindex set demangle-style
5875 @item set demangle-style @var{style}
5876 Choose among several encoding schemes used by different compilers to
5877 represent C@t{++} names. The choices for @var{style} are currently:
5878
5879 @table @code
5880 @item auto
5881 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5882
5883 @item gnu
5884 Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5885 This is the default.
5886
5887 @item hp
5888 Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5889
5890 @item lucid
5891 Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5892
5893 @item arm
5894 Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5895 @strong{Warning:} this setting alone is not sufficient to allow
5896 debugging @code{cfront}-generated executables. @value{GDBN} would
5897 require further enhancement to permit that.
5898
5899 @end table
5900 If you omit @var{style}, you will see a list of possible formats.
5901
5902 @item show demangle-style
5903 Display the encoding style currently in use for decoding C@t{++} symbols.
5904
5905 @item set print object
5906 @itemx set print object on
5907 @cindex derived type of an object, printing
5908 @cindex display derived types
5909 When displaying a pointer to an object, identify the @emph{actual}
5910 (derived) type of the object rather than the @emph{declared} type, using
5911 the virtual function table.
5912
5913 @item set print object off
5914 Display only the declared type of objects, without reference to the
5915 virtual function table. This is the default setting.
5916
5917 @item show print object
5918 Show whether actual, or declared, object types are displayed.
5919
5920 @item set print static-members
5921 @itemx set print static-members on
5922 @cindex static members of C@t{++} objects
5923 Print static members when displaying a C@t{++} object. The default is on.
5924
5925 @item set print static-members off
5926 Do not print static members when displaying a C@t{++} object.
5927
5928 @item show print static-members
5929 Show whether C@t{++} static members are printed or not.
5930
5931 @item set print pascal_static-members
5932 @itemx set print pascal_static-members on
5933 @cindex static members of Pacal objects
5934 @cindex Pacal objects, static members display
5935 Print static members when displaying a Pascal object. The default is on.
5936
5937 @item set print pascal_static-members off
5938 Do not print static members when displaying a Pascal object.
5939
5940 @item show print pascal_static-members
5941 Show whether Pascal static members are printed or not.
5942
5943 @c These don't work with HP ANSI C++ yet.
5944 @item set print vtbl
5945 @itemx set print vtbl on
5946 @cindex pretty print C@t{++} virtual function tables
5947 @cindex virtual functions (C@t{++}) display
5948 @cindex VTBL display
5949 Pretty print C@t{++} virtual function tables. The default is off.
5950 (The @code{vtbl} commands do not work on programs compiled with the HP
5951 ANSI C@t{++} compiler (@code{aCC}).)
5952
5953 @item set print vtbl off
5954 Do not pretty print C@t{++} virtual function tables.
5955
5956 @item show print vtbl
5957 Show whether C@t{++} virtual function tables are pretty printed, or not.
5958 @end table
5959
5960 @node Value History
5961 @section Value history
5962
5963 @cindex value history
5964 @cindex history of values printed by @value{GDBN}
5965 Values printed by the @code{print} command are saved in the @value{GDBN}
5966 @dfn{value history}. This allows you to refer to them in other expressions.
5967 Values are kept until the symbol table is re-read or discarded
5968 (for example with the @code{file} or @code{symbol-file} commands).
5969 When the symbol table changes, the value history is discarded,
5970 since the values may contain pointers back to the types defined in the
5971 symbol table.
5972
5973 @cindex @code{$}
5974 @cindex @code{$$}
5975 @cindex history number
5976 The values printed are given @dfn{history numbers} by which you can
5977 refer to them. These are successive integers starting with one.
5978 @code{print} shows you the history number assigned to a value by
5979 printing @samp{$@var{num} = } before the value; here @var{num} is the
5980 history number.
5981
5982 To refer to any previous value, use @samp{$} followed by the value's
5983 history number. The way @code{print} labels its output is designed to
5984 remind you of this. Just @code{$} refers to the most recent value in
5985 the history, and @code{$$} refers to the value before that.
5986 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5987 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5988 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5989
5990 For example, suppose you have just printed a pointer to a structure and
5991 want to see the contents of the structure. It suffices to type
5992
5993 @smallexample
5994 p *$
5995 @end smallexample
5996
5997 If you have a chain of structures where the component @code{next} points
5998 to the next one, you can print the contents of the next one with this:
5999
6000 @smallexample
6001 p *$.next
6002 @end smallexample
6003
6004 @noindent
6005 You can print successive links in the chain by repeating this
6006 command---which you can do by just typing @key{RET}.
6007
6008 Note that the history records values, not expressions. If the value of
6009 @code{x} is 4 and you type these commands:
6010
6011 @smallexample
6012 print x
6013 set x=5
6014 @end smallexample
6015
6016 @noindent
6017 then the value recorded in the value history by the @code{print} command
6018 remains 4 even though the value of @code{x} has changed.
6019
6020 @table @code
6021 @kindex show values
6022 @item show values
6023 Print the last ten values in the value history, with their item numbers.
6024 This is like @samp{p@ $$9} repeated ten times, except that @code{show
6025 values} does not change the history.
6026
6027 @item show values @var{n}
6028 Print ten history values centered on history item number @var{n}.
6029
6030 @item show values +
6031 Print ten history values just after the values last printed. If no more
6032 values are available, @code{show values +} produces no display.
6033 @end table
6034
6035 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
6036 same effect as @samp{show values +}.
6037
6038 @node Convenience Vars
6039 @section Convenience variables
6040
6041 @cindex convenience variables
6042 @cindex user-defined variables
6043 @value{GDBN} provides @dfn{convenience variables} that you can use within
6044 @value{GDBN} to hold on to a value and refer to it later. These variables
6045 exist entirely within @value{GDBN}; they are not part of your program, and
6046 setting a convenience variable has no direct effect on further execution
6047 of your program. That is why you can use them freely.
6048
6049 Convenience variables are prefixed with @samp{$}. Any name preceded by
6050 @samp{$} can be used for a convenience variable, unless it is one of
6051 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
6052 (Value history references, in contrast, are @emph{numbers} preceded
6053 by @samp{$}. @xref{Value History, ,Value history}.)
6054
6055 You can save a value in a convenience variable with an assignment
6056 expression, just as you would set a variable in your program.
6057 For example:
6058
6059 @smallexample
6060 set $foo = *object_ptr
6061 @end smallexample
6062
6063 @noindent
6064 would save in @code{$foo} the value contained in the object pointed to by
6065 @code{object_ptr}.
6066
6067 Using a convenience variable for the first time creates it, but its
6068 value is @code{void} until you assign a new value. You can alter the
6069 value with another assignment at any time.
6070
6071 Convenience variables have no fixed types. You can assign a convenience
6072 variable any type of value, including structures and arrays, even if
6073 that variable already has a value of a different type. The convenience
6074 variable, when used as an expression, has the type of its current value.
6075
6076 @table @code
6077 @kindex show convenience
6078 @cindex show all user variables
6079 @item show convenience
6080 Print a list of convenience variables used so far, and their values.
6081 Abbreviated @code{show conv}.
6082 @end table
6083
6084 One of the ways to use a convenience variable is as a counter to be
6085 incremented or a pointer to be advanced. For example, to print
6086 a field from successive elements of an array of structures:
6087
6088 @smallexample
6089 set $i = 0
6090 print bar[$i++]->contents
6091 @end smallexample
6092
6093 @noindent
6094 Repeat that command by typing @key{RET}.
6095
6096 Some convenience variables are created automatically by @value{GDBN} and given
6097 values likely to be useful.
6098
6099 @table @code
6100 @vindex $_@r{, convenience variable}
6101 @item $_
6102 The variable @code{$_} is automatically set by the @code{x} command to
6103 the last address examined (@pxref{Memory, ,Examining memory}). Other
6104 commands which provide a default address for @code{x} to examine also
6105 set @code{$_} to that address; these commands include @code{info line}
6106 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
6107 except when set by the @code{x} command, in which case it is a pointer
6108 to the type of @code{$__}.
6109
6110 @vindex $__@r{, convenience variable}
6111 @item $__
6112 The variable @code{$__} is automatically set by the @code{x} command
6113 to the value found in the last address examined. Its type is chosen
6114 to match the format in which the data was printed.
6115
6116 @item $_exitcode
6117 @vindex $_exitcode@r{, convenience variable}
6118 The variable @code{$_exitcode} is automatically set to the exit code when
6119 the program being debugged terminates.
6120 @end table
6121
6122 On HP-UX systems, if you refer to a function or variable name that
6123 begins with a dollar sign, @value{GDBN} searches for a user or system
6124 name first, before it searches for a convenience variable.
6125
6126 @node Registers
6127 @section Registers
6128
6129 @cindex registers
6130 You can refer to machine register contents, in expressions, as variables
6131 with names starting with @samp{$}. The names of registers are different
6132 for each machine; use @code{info registers} to see the names used on
6133 your machine.
6134
6135 @table @code
6136 @kindex info registers
6137 @item info registers
6138 Print the names and values of all registers except floating-point
6139 and vector registers (in the selected stack frame).
6140
6141 @kindex info all-registers
6142 @cindex floating point registers
6143 @item info all-registers
6144 Print the names and values of all registers, including floating-point
6145 and vector registers (in the selected stack frame).
6146
6147 @item info registers @var{regname} @dots{}
6148 Print the @dfn{relativized} value of each specified register @var{regname}.
6149 As discussed in detail below, register values are normally relative to
6150 the selected stack frame. @var{regname} may be any register name valid on
6151 the machine you are using, with or without the initial @samp{$}.
6152 @end table
6153
6154 @cindex stack pointer register
6155 @cindex program counter register
6156 @cindex process status register
6157 @cindex frame pointer register
6158 @cindex standard registers
6159 @value{GDBN} has four ``standard'' register names that are available (in
6160 expressions) on most machines---whenever they do not conflict with an
6161 architecture's canonical mnemonics for registers. The register names
6162 @code{$pc} and @code{$sp} are used for the program counter register and
6163 the stack pointer. @code{$fp} is used for a register that contains a
6164 pointer to the current stack frame, and @code{$ps} is used for a
6165 register that contains the processor status. For example,
6166 you could print the program counter in hex with
6167
6168 @smallexample
6169 p/x $pc
6170 @end smallexample
6171
6172 @noindent
6173 or print the instruction to be executed next with
6174
6175 @smallexample
6176 x/i $pc
6177 @end smallexample
6178
6179 @noindent
6180 or add four to the stack pointer@footnote{This is a way of removing
6181 one word from the stack, on machines where stacks grow downward in
6182 memory (most machines, nowadays). This assumes that the innermost
6183 stack frame is selected; setting @code{$sp} is not allowed when other
6184 stack frames are selected. To pop entire frames off the stack,
6185 regardless of machine architecture, use @code{return};
6186 see @ref{Returning, ,Returning from a function}.} with
6187
6188 @smallexample
6189 set $sp += 4
6190 @end smallexample
6191
6192 Whenever possible, these four standard register names are available on
6193 your machine even though the machine has different canonical mnemonics,
6194 so long as there is no conflict. The @code{info registers} command
6195 shows the canonical names. For example, on the SPARC, @code{info
6196 registers} displays the processor status register as @code{$psr} but you
6197 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6198 is an alias for the @sc{eflags} register.
6199
6200 @value{GDBN} always considers the contents of an ordinary register as an
6201 integer when the register is examined in this way. Some machines have
6202 special registers which can hold nothing but floating point; these
6203 registers are considered to have floating point values. There is no way
6204 to refer to the contents of an ordinary register as floating point value
6205 (although you can @emph{print} it as a floating point value with
6206 @samp{print/f $@var{regname}}).
6207
6208 Some registers have distinct ``raw'' and ``virtual'' data formats. This
6209 means that the data format in which the register contents are saved by
6210 the operating system is not the same one that your program normally
6211 sees. For example, the registers of the 68881 floating point
6212 coprocessor are always saved in ``extended'' (raw) format, but all C
6213 programs expect to work with ``double'' (virtual) format. In such
6214 cases, @value{GDBN} normally works with the virtual format only (the format
6215 that makes sense for your program), but the @code{info registers} command
6216 prints the data in both formats.
6217
6218 Normally, register values are relative to the selected stack frame
6219 (@pxref{Selection, ,Selecting a frame}). This means that you get the
6220 value that the register would contain if all stack frames farther in
6221 were exited and their saved registers restored. In order to see the
6222 true contents of hardware registers, you must select the innermost
6223 frame (with @samp{frame 0}).
6224
6225 However, @value{GDBN} must deduce where registers are saved, from the machine
6226 code generated by your compiler. If some registers are not saved, or if
6227 @value{GDBN} is unable to locate the saved registers, the selected stack
6228 frame makes no difference.
6229
6230 @node Floating Point Hardware
6231 @section Floating point hardware
6232 @cindex floating point
6233
6234 Depending on the configuration, @value{GDBN} may be able to give
6235 you more information about the status of the floating point hardware.
6236
6237 @table @code
6238 @kindex info float
6239 @item info float
6240 Display hardware-dependent information about the floating
6241 point unit. The exact contents and layout vary depending on the
6242 floating point chip. Currently, @samp{info float} is supported on
6243 the ARM and x86 machines.
6244 @end table
6245
6246 @node Vector Unit
6247 @section Vector Unit
6248 @cindex vector unit
6249
6250 Depending on the configuration, @value{GDBN} may be able to give you
6251 more information about the status of the vector unit.
6252
6253 @table @code
6254 @kindex info vector
6255 @item info vector
6256 Display information about the vector unit. The exact contents and
6257 layout vary depending on the hardware.
6258 @end table
6259
6260 @node OS Information
6261 @section Operating system auxiliary information
6262 @cindex OS information
6263
6264 @value{GDBN} provides interfaces to useful OS facilities that can help
6265 you debug your program.
6266
6267 @cindex @code{ptrace} system call
6268 @cindex @code{struct user} contents
6269 When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6270 machines), it interfaces with the inferior via the @code{ptrace}
6271 system call. The operating system creates a special sata structure,
6272 called @code{struct user}, for this interface. You can use the
6273 command @code{info udot} to display the contents of this data
6274 structure.
6275
6276 @table @code
6277 @item info udot
6278 @kindex info udot
6279 Display the contents of the @code{struct user} maintained by the OS
6280 kernel for the program being debugged. @value{GDBN} displays the
6281 contents of @code{struct user} as a list of hex numbers, similar to
6282 the @code{examine} command.
6283 @end table
6284
6285 @cindex auxiliary vector
6286 @cindex vector, auxiliary
6287 Some operating systems supply an @dfn{auxiliary vector} to programs at
6288 startup. This is akin to the arguments and environment that you
6289 specify for a program, but contains a system-dependent variety of
6290 binary values that tell system libraries important details about the
6291 hardware, operating system, and process. Each value's purpose is
6292 identified by an integer tag; the meanings are well-known but system-specific.
6293 Depending on the configuration and operating system facilities,
6294 @value{GDBN} may be able to show you this information. For remote
6295 targets, this functionality may further depend on the remote stub's
6296 support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6297 configuration, auxiliary vector}.
6298
6299 @table @code
6300 @kindex info auxv
6301 @item info auxv
6302 Display the auxiliary vector of the inferior, which can be either a
6303 live process or a core dump file. @value{GDBN} prints each tag value
6304 numerically, and also shows names and text descriptions for recognized
6305 tags. Some values in the vector are numbers, some bit masks, and some
6306 pointers to strings or other data. @value{GDBN} displays each value in the
6307 most appropriate form for a recognized tag, and in hexadecimal for
6308 an unrecognized tag.
6309 @end table
6310
6311
6312 @node Memory Region Attributes
6313 @section Memory region attributes
6314 @cindex memory region attributes
6315
6316 @dfn{Memory region attributes} allow you to describe special handling
6317 required by regions of your target's memory. @value{GDBN} uses attributes
6318 to determine whether to allow certain types of memory accesses; whether to
6319 use specific width accesses; and whether to cache target memory.
6320
6321 Defined memory regions can be individually enabled and disabled. When a
6322 memory region is disabled, @value{GDBN} uses the default attributes when
6323 accessing memory in that region. Similarly, if no memory regions have
6324 been defined, @value{GDBN} uses the default attributes when accessing
6325 all memory.
6326
6327 When a memory region is defined, it is given a number to identify it;
6328 to enable, disable, or remove a memory region, you specify that number.
6329
6330 @table @code
6331 @kindex mem
6332 @item mem @var{lower} @var{upper} @var{attributes}@dots{}
6333 Define a memory region bounded by @var{lower} and @var{upper} with
6334 attributes @var{attributes}@dots{}, and add it to the list of regions
6335 monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6336 case: it is treated as the the target's maximum memory address.
6337 (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
6338
6339 @kindex delete mem
6340 @item delete mem @var{nums}@dots{}
6341 Remove memory regions @var{nums}@dots{} from the list of regions
6342 monitored by @value{GDBN}.
6343
6344 @kindex disable mem
6345 @item disable mem @var{nums}@dots{}
6346 Disable monitoring of memory regions @var{nums}@dots{}.
6347 A disabled memory region is not forgotten.
6348 It may be enabled again later.
6349
6350 @kindex enable mem
6351 @item enable mem @var{nums}@dots{}
6352 Enable monitoring of memory regions @var{nums}@dots{}.
6353
6354 @kindex info mem
6355 @item info mem
6356 Print a table of all defined memory regions, with the following columns
6357 for each region:
6358
6359 @table @emph
6360 @item Memory Region Number
6361 @item Enabled or Disabled.
6362 Enabled memory regions are marked with @samp{y}.
6363 Disabled memory regions are marked with @samp{n}.
6364
6365 @item Lo Address
6366 The address defining the inclusive lower bound of the memory region.
6367
6368 @item Hi Address
6369 The address defining the exclusive upper bound of the memory region.
6370
6371 @item Attributes
6372 The list of attributes set for this memory region.
6373 @end table
6374 @end table
6375
6376
6377 @subsection Attributes
6378
6379 @subsubsection Memory Access Mode
6380 The access mode attributes set whether @value{GDBN} may make read or
6381 write accesses to a memory region.
6382
6383 While these attributes prevent @value{GDBN} from performing invalid
6384 memory accesses, they do nothing to prevent the target system, I/O DMA,
6385 etc. from accessing memory.
6386
6387 @table @code
6388 @item ro
6389 Memory is read only.
6390 @item wo
6391 Memory is write only.
6392 @item rw
6393 Memory is read/write. This is the default.
6394 @end table
6395
6396 @subsubsection Memory Access Size
6397 The acccess size attributes tells @value{GDBN} to use specific sized
6398 accesses in the memory region. Often memory mapped device registers
6399 require specific sized accesses. If no access size attribute is
6400 specified, @value{GDBN} may use accesses of any size.
6401
6402 @table @code
6403 @item 8
6404 Use 8 bit memory accesses.
6405 @item 16
6406 Use 16 bit memory accesses.
6407 @item 32
6408 Use 32 bit memory accesses.
6409 @item 64
6410 Use 64 bit memory accesses.
6411 @end table
6412
6413 @c @subsubsection Hardware/Software Breakpoints
6414 @c The hardware/software breakpoint attributes set whether @value{GDBN}
6415 @c will use hardware or software breakpoints for the internal breakpoints
6416 @c used by the step, next, finish, until, etc. commands.
6417 @c
6418 @c @table @code
6419 @c @item hwbreak
6420 @c Always use hardware breakpoints
6421 @c @item swbreak (default)
6422 @c @end table
6423
6424 @subsubsection Data Cache
6425 The data cache attributes set whether @value{GDBN} will cache target
6426 memory. While this generally improves performance by reducing debug
6427 protocol overhead, it can lead to incorrect results because @value{GDBN}
6428 does not know about volatile variables or memory mapped device
6429 registers.
6430
6431 @table @code
6432 @item cache
6433 Enable @value{GDBN} to cache target memory.
6434 @item nocache
6435 Disable @value{GDBN} from caching target memory. This is the default.
6436 @end table
6437
6438 @c @subsubsection Memory Write Verification
6439 @c The memory write verification attributes set whether @value{GDBN}
6440 @c will re-reads data after each write to verify the write was successful.
6441 @c
6442 @c @table @code
6443 @c @item verify
6444 @c @item noverify (default)
6445 @c @end table
6446
6447 @node Dump/Restore Files
6448 @section Copy between memory and a file
6449 @cindex dump/restore files
6450 @cindex append data to a file
6451 @cindex dump data to a file
6452 @cindex restore data from a file
6453
6454 You can use the commands @code{dump}, @code{append}, and
6455 @code{restore} to copy data between target memory and a file. The
6456 @code{dump} and @code{append} commands write data to a file, and the
6457 @code{restore} command reads data from a file back into the inferior's
6458 memory. Files may be in binary, Motorola S-record, Intel hex, or
6459 Tektronix Hex format; however, @value{GDBN} can only append to binary
6460 files.
6461
6462 @table @code
6463
6464 @kindex dump
6465 @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6466 @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6467 Dump the contents of memory from @var{start_addr} to @var{end_addr},
6468 or the value of @var{expr}, to @var{filename} in the given format.
6469
6470 The @var{format} parameter may be any one of:
6471 @table @code
6472 @item binary
6473 Raw binary form.
6474 @item ihex
6475 Intel hex format.
6476 @item srec
6477 Motorola S-record format.
6478 @item tekhex
6479 Tektronix Hex format.
6480 @end table
6481
6482 @value{GDBN} uses the same definitions of these formats as the
6483 @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6484 @var{format} is omitted, @value{GDBN} dumps the data in raw binary
6485 form.
6486
6487 @kindex append
6488 @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6489 @itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6490 Append the contents of memory from @var{start_addr} to @var{end_addr},
6491 or the value of @var{expr}, to the file @var{filename}, in raw binary form.
6492 (@value{GDBN} can only append data to files in raw binary form.)
6493
6494 @kindex restore
6495 @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6496 Restore the contents of file @var{filename} into memory. The
6497 @code{restore} command can automatically recognize any known @sc{bfd}
6498 file format, except for raw binary. To restore a raw binary file you
6499 must specify the optional keyword @code{binary} after the filename.
6500
6501 If @var{bias} is non-zero, its value will be added to the addresses
6502 contained in the file. Binary files always start at address zero, so
6503 they will be restored at address @var{bias}. Other bfd files have
6504 a built-in location; they will be restored at offset @var{bias}
6505 from that location.
6506
6507 If @var{start} and/or @var{end} are non-zero, then only data between
6508 file offset @var{start} and file offset @var{end} will be restored.
6509 These offsets are relative to the addresses in the file, before
6510 the @var{bias} argument is applied.
6511
6512 @end table
6513
6514 @node Core File Generation
6515 @section How to Produce a Core File from Your Program
6516 @cindex dump core from inferior
6517
6518 A @dfn{core file} or @dfn{core dump} is a file that records the memory
6519 image of a running process and its process status (register values
6520 etc.). Its primary use is post-mortem debugging of a program that
6521 crashed while it ran outside a debugger. A program that crashes
6522 automatically produces a core file, unless this feature is disabled by
6523 the user. @xref{Files}, for information on invoking @value{GDBN} in
6524 the post-mortem debugging mode.
6525
6526 Occasionally, you may wish to produce a core file of the program you
6527 are debugging in order to preserve a snapshot of its state.
6528 @value{GDBN} has a special command for that.
6529
6530 @table @code
6531 @kindex gcore
6532 @kindex generate-core-file
6533 @item generate-core-file [@var{file}]
6534 @itemx gcore [@var{file}]
6535 Produce a core dump of the inferior process. The optional argument
6536 @var{file} specifies the file name where to put the core dump. If not
6537 specified, the file name defaults to @file{core.@var{pid}}, where
6538 @var{pid} is the inferior process ID.
6539
6540 Note that this command is implemented only for some systems (as of
6541 this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6542 @end table
6543
6544 @node Character Sets
6545 @section Character Sets
6546 @cindex character sets
6547 @cindex charset
6548 @cindex translating between character sets
6549 @cindex host character set
6550 @cindex target character set
6551
6552 If the program you are debugging uses a different character set to
6553 represent characters and strings than the one @value{GDBN} uses itself,
6554 @value{GDBN} can automatically translate between the character sets for
6555 you. The character set @value{GDBN} uses we call the @dfn{host
6556 character set}; the one the inferior program uses we call the
6557 @dfn{target character set}.
6558
6559 For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6560 uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6561 remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6562 running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6563 then the host character set is Latin-1, and the target character set is
6564 @sc{ebcdic}. If you give @value{GDBN} the command @code{set
6565 target-charset EBCDIC-US}, then @value{GDBN} translates between
6566 @sc{ebcdic} and Latin 1 as you print character or string values, or use
6567 character and string literals in expressions.
6568
6569 @value{GDBN} has no way to automatically recognize which character set
6570 the inferior program uses; you must tell it, using the @code{set
6571 target-charset} command, described below.
6572
6573 Here are the commands for controlling @value{GDBN}'s character set
6574 support:
6575
6576 @table @code
6577 @item set target-charset @var{charset}
6578 @kindex set target-charset
6579 Set the current target character set to @var{charset}. We list the
6580 character set names @value{GDBN} recognizes below, but if you type
6581 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6582 list the target character sets it supports.
6583 @end table
6584
6585 @table @code
6586 @item set host-charset @var{charset}
6587 @kindex set host-charset
6588 Set the current host character set to @var{charset}.
6589
6590 By default, @value{GDBN} uses a host character set appropriate to the
6591 system it is running on; you can override that default using the
6592 @code{set host-charset} command.
6593
6594 @value{GDBN} can only use certain character sets as its host character
6595 set. We list the character set names @value{GDBN} recognizes below, and
6596 indicate which can be host character sets, but if you type
6597 @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6598 list the host character sets it supports.
6599
6600 @item set charset @var{charset}
6601 @kindex set charset
6602 Set the current host and target character sets to @var{charset}. As
6603 above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6604 @value{GDBN} will list the name of the character sets that can be used
6605 for both host and target.
6606
6607
6608 @item show charset
6609 @kindex show charset
6610 Show the names of the current host and target charsets.
6611
6612 @itemx show host-charset
6613 @kindex show host-charset
6614 Show the name of the current host charset.
6615
6616 @itemx show target-charset
6617 @kindex show target-charset
6618 Show the name of the current target charset.
6619
6620 @end table
6621
6622 @value{GDBN} currently includes support for the following character
6623 sets:
6624
6625 @table @code
6626
6627 @item ASCII
6628 @cindex ASCII character set
6629 Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6630 character set.
6631
6632 @item ISO-8859-1
6633 @cindex ISO 8859-1 character set
6634 @cindex ISO Latin 1 character set
6635 The ISO Latin 1 character set. This extends @sc{ascii} with accented
6636 characters needed for French, German, and Spanish. @value{GDBN} can use
6637 this as its host character set.
6638
6639 @item EBCDIC-US
6640 @itemx IBM1047
6641 @cindex EBCDIC character set
6642 @cindex IBM1047 character set
6643 Variants of the @sc{ebcdic} character set, used on some of IBM's
6644 mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6645 @value{GDBN} cannot use these as its host character set.
6646
6647 @end table
6648
6649 Note that these are all single-byte character sets. More work inside
6650 GDB is needed to support multi-byte or variable-width character
6651 encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6652
6653 Here is an example of @value{GDBN}'s character set support in action.
6654 Assume that the following source code has been placed in the file
6655 @file{charset-test.c}:
6656
6657 @smallexample
6658 #include <stdio.h>
6659
6660 char ascii_hello[]
6661 = @{72, 101, 108, 108, 111, 44, 32, 119,
6662 111, 114, 108, 100, 33, 10, 0@};
6663 char ibm1047_hello[]
6664 = @{200, 133, 147, 147, 150, 107, 64, 166,
6665 150, 153, 147, 132, 90, 37, 0@};
6666
6667 main ()
6668 @{
6669 printf ("Hello, world!\n");
6670 @}
6671 @end smallexample
6672
6673 In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6674 containing the string @samp{Hello, world!} followed by a newline,
6675 encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6676
6677 We compile the program, and invoke the debugger on it:
6678
6679 @smallexample
6680 $ gcc -g charset-test.c -o charset-test
6681 $ gdb -nw charset-test
6682 GNU gdb 2001-12-19-cvs
6683 Copyright 2001 Free Software Foundation, Inc.
6684 @dots{}
6685 (@value{GDBP})
6686 @end smallexample
6687
6688 We can use the @code{show charset} command to see what character sets
6689 @value{GDBN} is currently using to interpret and display characters and
6690 strings:
6691
6692 @smallexample
6693 (@value{GDBP}) show charset
6694 The current host and target character set is `ISO-8859-1'.
6695 (@value{GDBP})
6696 @end smallexample
6697
6698 For the sake of printing this manual, let's use @sc{ascii} as our
6699 initial character set:
6700 @smallexample
6701 (@value{GDBP}) set charset ASCII
6702 (@value{GDBP}) show charset
6703 The current host and target character set is `ASCII'.
6704 (@value{GDBP})
6705 @end smallexample
6706
6707 Let's assume that @sc{ascii} is indeed the correct character set for our
6708 host system --- in other words, let's assume that if @value{GDBN} prints
6709 characters using the @sc{ascii} character set, our terminal will display
6710 them properly. Since our current target character set is also
6711 @sc{ascii}, the contents of @code{ascii_hello} print legibly:
6712
6713 @smallexample
6714 (@value{GDBP}) print ascii_hello
6715 $1 = 0x401698 "Hello, world!\n"
6716 (@value{GDBP}) print ascii_hello[0]
6717 $2 = 72 'H'
6718 (@value{GDBP})
6719 @end smallexample
6720
6721 @value{GDBN} uses the target character set for character and string
6722 literals you use in expressions:
6723
6724 @smallexample
6725 (@value{GDBP}) print '+'
6726 $3 = 43 '+'
6727 (@value{GDBP})
6728 @end smallexample
6729
6730 The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6731 character.
6732
6733 @value{GDBN} relies on the user to tell it which character set the
6734 target program uses. If we print @code{ibm1047_hello} while our target
6735 character set is still @sc{ascii}, we get jibberish:
6736
6737 @smallexample
6738 (@value{GDBP}) print ibm1047_hello
6739 $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6740 (@value{GDBP}) print ibm1047_hello[0]
6741 $5 = 200 '\310'
6742 (@value{GDBP})
6743 @end smallexample
6744
6745 If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6746 @value{GDBN} tells us the character sets it supports:
6747
6748 @smallexample
6749 (@value{GDBP}) set target-charset
6750 ASCII EBCDIC-US IBM1047 ISO-8859-1
6751 (@value{GDBP}) set target-charset
6752 @end smallexample
6753
6754 We can select @sc{ibm1047} as our target character set, and examine the
6755 program's strings again. Now the @sc{ascii} string is wrong, but
6756 @value{GDBN} translates the contents of @code{ibm1047_hello} from the
6757 target character set, @sc{ibm1047}, to the host character set,
6758 @sc{ascii}, and they display correctly:
6759
6760 @smallexample
6761 (@value{GDBP}) set target-charset IBM1047
6762 (@value{GDBP}) show charset
6763 The current host character set is `ASCII'.
6764 The current target character set is `IBM1047'.
6765 (@value{GDBP}) print ascii_hello
6766 $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6767 (@value{GDBP}) print ascii_hello[0]
6768 $7 = 72 '\110'
6769 (@value{GDBP}) print ibm1047_hello
6770 $8 = 0x4016a8 "Hello, world!\n"
6771 (@value{GDBP}) print ibm1047_hello[0]
6772 $9 = 200 'H'
6773 (@value{GDBP})
6774 @end smallexample
6775
6776 As above, @value{GDBN} uses the target character set for character and
6777 string literals you use in expressions:
6778
6779 @smallexample
6780 (@value{GDBP}) print '+'
6781 $10 = 78 '+'
6782 (@value{GDBP})
6783 @end smallexample
6784
6785 The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6786 character.
6787
6788 @node Caching Remote Data
6789 @section Caching Data of Remote Targets
6790 @cindex caching data of remote targets
6791
6792 @value{GDBN} can cache data exchanged between the debugger and a
6793 remote target (@pxref{Remote}). Such caching generally improves
6794 performance, because it reduces the overhead of the remote protocol by
6795 bundling memory reads and writes into large chunks. Unfortunately,
6796 @value{GDBN} does not currently know anything about volatile
6797 registers, and thus data caching will produce incorrect results when
6798 volatile registers are in use.
6799
6800 @table @code
6801 @kindex set remotecache
6802 @item set remotecache on
6803 @itemx set remotecache off
6804 Set caching state for remote targets. When @code{ON}, use data
6805 caching. By default, this option is @code{OFF}.
6806
6807 @kindex show remotecache
6808 @item show remotecache
6809 Show the current state of data caching for remote targets.
6810
6811 @kindex info dcache
6812 @item info dcache
6813 Print the information about the data cache performance. The
6814 information displayed includes: the dcache width and depth; and for
6815 each cache line, how many times it was referenced, and its data and
6816 state (dirty, bad, ok, etc.). This command is useful for debugging
6817 the data cache operation.
6818 @end table
6819
6820
6821 @node Macros
6822 @chapter C Preprocessor Macros
6823
6824 Some languages, such as C and C@t{++}, provide a way to define and invoke
6825 ``preprocessor macros'' which expand into strings of tokens.
6826 @value{GDBN} can evaluate expressions containing macro invocations, show
6827 the result of macro expansion, and show a macro's definition, including
6828 where it was defined.
6829
6830 You may need to compile your program specially to provide @value{GDBN}
6831 with information about preprocessor macros. Most compilers do not
6832 include macros in their debugging information, even when you compile
6833 with the @option{-g} flag. @xref{Compilation}.
6834
6835 A program may define a macro at one point, remove that definition later,
6836 and then provide a different definition after that. Thus, at different
6837 points in the program, a macro may have different definitions, or have
6838 no definition at all. If there is a current stack frame, @value{GDBN}
6839 uses the macros in scope at that frame's source code line. Otherwise,
6840 @value{GDBN} uses the macros in scope at the current listing location;
6841 see @ref{List}.
6842
6843 At the moment, @value{GDBN} does not support the @code{##}
6844 token-splicing operator, the @code{#} stringification operator, or
6845 variable-arity macros.
6846
6847 Whenever @value{GDBN} evaluates an expression, it always expands any
6848 macro invocations present in the expression. @value{GDBN} also provides
6849 the following commands for working with macros explicitly.
6850
6851 @table @code
6852
6853 @kindex macro expand
6854 @cindex macro expansion, showing the results of preprocessor
6855 @cindex preprocessor macro expansion, showing the results of
6856 @cindex expanding preprocessor macros
6857 @item macro expand @var{expression}
6858 @itemx macro exp @var{expression}
6859 Show the results of expanding all preprocessor macro invocations in
6860 @var{expression}. Since @value{GDBN} simply expands macros, but does
6861 not parse the result, @var{expression} need not be a valid expression;
6862 it can be any string of tokens.
6863
6864 @kindex macro exp1
6865 @item macro expand-once @var{expression}
6866 @itemx macro exp1 @var{expression}
6867 @cindex expand macro once
6868 @i{(This command is not yet implemented.)} Show the results of
6869 expanding those preprocessor macro invocations that appear explicitly in
6870 @var{expression}. Macro invocations appearing in that expansion are
6871 left unchanged. This command allows you to see the effect of a
6872 particular macro more clearly, without being confused by further
6873 expansions. Since @value{GDBN} simply expands macros, but does not
6874 parse the result, @var{expression} need not be a valid expression; it
6875 can be any string of tokens.
6876
6877 @kindex info macro
6878 @cindex macro definition, showing
6879 @cindex definition, showing a macro's
6880 @item info macro @var{macro}
6881 Show the definition of the macro named @var{macro}, and describe the
6882 source location where that definition was established.
6883
6884 @kindex macro define
6885 @cindex user-defined macros
6886 @cindex defining macros interactively
6887 @cindex macros, user-defined
6888 @item macro define @var{macro} @var{replacement-list}
6889 @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6890 @i{(This command is not yet implemented.)} Introduce a definition for a
6891 preprocessor macro named @var{macro}, invocations of which are replaced
6892 by the tokens given in @var{replacement-list}. The first form of this
6893 command defines an ``object-like'' macro, which takes no arguments; the
6894 second form defines a ``function-like'' macro, which takes the arguments
6895 given in @var{arglist}.
6896
6897 A definition introduced by this command is in scope in every expression
6898 evaluated in @value{GDBN}, until it is removed with the @command{macro
6899 undef} command, described below. The definition overrides all
6900 definitions for @var{macro} present in the program being debugged, as
6901 well as any previous user-supplied definition.
6902
6903 @kindex macro undef
6904 @item macro undef @var{macro}
6905 @i{(This command is not yet implemented.)} Remove any user-supplied
6906 definition for the macro named @var{macro}. This command only affects
6907 definitions provided with the @command{macro define} command, described
6908 above; it cannot remove definitions present in the program being
6909 debugged.
6910
6911 @kindex macro list
6912 @item macro list
6913 @i{(This command is not yet implemented.)} List all the macros
6914 defined using the @code{macro define} command.
6915 @end table
6916
6917 @cindex macros, example of debugging with
6918 Here is a transcript showing the above commands in action. First, we
6919 show our source files:
6920
6921 @smallexample
6922 $ cat sample.c
6923 #include <stdio.h>
6924 #include "sample.h"
6925
6926 #define M 42
6927 #define ADD(x) (M + x)
6928
6929 main ()
6930 @{
6931 #define N 28
6932 printf ("Hello, world!\n");
6933 #undef N
6934 printf ("We're so creative.\n");
6935 #define N 1729
6936 printf ("Goodbye, world!\n");
6937 @}
6938 $ cat sample.h
6939 #define Q <
6940 $
6941 @end smallexample
6942
6943 Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6944 We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6945 compiler includes information about preprocessor macros in the debugging
6946 information.
6947
6948 @smallexample
6949 $ gcc -gdwarf-2 -g3 sample.c -o sample
6950 $
6951 @end smallexample
6952
6953 Now, we start @value{GDBN} on our sample program:
6954
6955 @smallexample
6956 $ gdb -nw sample
6957 GNU gdb 2002-05-06-cvs
6958 Copyright 2002 Free Software Foundation, Inc.
6959 GDB is free software, @dots{}
6960 (@value{GDBP})
6961 @end smallexample
6962
6963 We can expand macros and examine their definitions, even when the
6964 program is not running. @value{GDBN} uses the current listing position
6965 to decide which macro definitions are in scope:
6966
6967 @smallexample
6968 (@value{GDBP}) list main
6969 3
6970 4 #define M 42
6971 5 #define ADD(x) (M + x)
6972 6
6973 7 main ()
6974 8 @{
6975 9 #define N 28
6976 10 printf ("Hello, world!\n");
6977 11 #undef N
6978 12 printf ("We're so creative.\n");
6979 (@value{GDBP}) info macro ADD
6980 Defined at /home/jimb/gdb/macros/play/sample.c:5
6981 #define ADD(x) (M + x)
6982 (@value{GDBP}) info macro Q
6983 Defined at /home/jimb/gdb/macros/play/sample.h:1
6984 included at /home/jimb/gdb/macros/play/sample.c:2
6985 #define Q <
6986 (@value{GDBP}) macro expand ADD(1)
6987 expands to: (42 + 1)
6988 (@value{GDBP}) macro expand-once ADD(1)
6989 expands to: once (M + 1)
6990 (@value{GDBP})
6991 @end smallexample
6992
6993 In the example above, note that @command{macro expand-once} expands only
6994 the macro invocation explicit in the original text --- the invocation of
6995 @code{ADD} --- but does not expand the invocation of the macro @code{M},
6996 which was introduced by @code{ADD}.
6997
6998 Once the program is running, GDB uses the macro definitions in force at
6999 the source line of the current stack frame:
7000
7001 @smallexample
7002 (@value{GDBP}) break main
7003 Breakpoint 1 at 0x8048370: file sample.c, line 10.
7004 (@value{GDBP}) run
7005 Starting program: /home/jimb/gdb/macros/play/sample
7006
7007 Breakpoint 1, main () at sample.c:10
7008 10 printf ("Hello, world!\n");
7009 (@value{GDBP})
7010 @end smallexample
7011
7012 At line 10, the definition of the macro @code{N} at line 9 is in force:
7013
7014 @smallexample
7015 (@value{GDBP}) info macro N
7016 Defined at /home/jimb/gdb/macros/play/sample.c:9
7017 #define N 28
7018 (@value{GDBP}) macro expand N Q M
7019 expands to: 28 < 42
7020 (@value{GDBP}) print N Q M
7021 $1 = 1
7022 (@value{GDBP})
7023 @end smallexample
7024
7025 As we step over directives that remove @code{N}'s definition, and then
7026 give it a new definition, @value{GDBN} finds the definition (or lack
7027 thereof) in force at each point:
7028
7029 @smallexample
7030 (@value{GDBP}) next
7031 Hello, world!
7032 12 printf ("We're so creative.\n");
7033 (@value{GDBP}) info macro N
7034 The symbol `N' has no definition as a C/C++ preprocessor macro
7035 at /home/jimb/gdb/macros/play/sample.c:12
7036 (@value{GDBP}) next
7037 We're so creative.
7038 14 printf ("Goodbye, world!\n");
7039 (@value{GDBP}) info macro N
7040 Defined at /home/jimb/gdb/macros/play/sample.c:13
7041 #define N 1729
7042 (@value{GDBP}) macro expand N Q M
7043 expands to: 1729 < 42
7044 (@value{GDBP}) print N Q M
7045 $2 = 0
7046 (@value{GDBP})
7047 @end smallexample
7048
7049
7050 @node Tracepoints
7051 @chapter Tracepoints
7052 @c This chapter is based on the documentation written by Michael
7053 @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
7054
7055 @cindex tracepoints
7056 In some applications, it is not feasible for the debugger to interrupt
7057 the program's execution long enough for the developer to learn
7058 anything helpful about its behavior. If the program's correctness
7059 depends on its real-time behavior, delays introduced by a debugger
7060 might cause the program to change its behavior drastically, or perhaps
7061 fail, even when the code itself is correct. It is useful to be able
7062 to observe the program's behavior without interrupting it.
7063
7064 Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
7065 specify locations in the program, called @dfn{tracepoints}, and
7066 arbitrary expressions to evaluate when those tracepoints are reached.
7067 Later, using the @code{tfind} command, you can examine the values
7068 those expressions had when the program hit the tracepoints. The
7069 expressions may also denote objects in memory---structures or arrays,
7070 for example---whose values @value{GDBN} should record; while visiting
7071 a particular tracepoint, you may inspect those objects as if they were
7072 in memory at that moment. However, because @value{GDBN} records these
7073 values without interacting with you, it can do so quickly and
7074 unobtrusively, hopefully not disturbing the program's behavior.
7075
7076 The tracepoint facility is currently available only for remote
7077 targets. @xref{Targets}. In addition, your remote target must know how
7078 to collect trace data. This functionality is implemented in the remote
7079 stub; however, none of the stubs distributed with @value{GDBN} support
7080 tracepoints as of this writing.
7081
7082 This chapter describes the tracepoint commands and features.
7083
7084 @menu
7085 * Set Tracepoints::
7086 * Analyze Collected Data::
7087 * Tracepoint Variables::
7088 @end menu
7089
7090 @node Set Tracepoints
7091 @section Commands to Set Tracepoints
7092
7093 Before running such a @dfn{trace experiment}, an arbitrary number of
7094 tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
7095 tracepoint has a number assigned to it by @value{GDBN}. Like with
7096 breakpoints, tracepoint numbers are successive integers starting from
7097 one. Many of the commands associated with tracepoints take the
7098 tracepoint number as their argument, to identify which tracepoint to
7099 work on.
7100
7101 For each tracepoint, you can specify, in advance, some arbitrary set
7102 of data that you want the target to collect in the trace buffer when
7103 it hits that tracepoint. The collected data can include registers,
7104 local variables, or global data. Later, you can use @value{GDBN}
7105 commands to examine the values these data had at the time the
7106 tracepoint was hit.
7107
7108 This section describes commands to set tracepoints and associated
7109 conditions and actions.
7110
7111 @menu
7112 * Create and Delete Tracepoints::
7113 * Enable and Disable Tracepoints::
7114 * Tracepoint Passcounts::
7115 * Tracepoint Actions::
7116 * Listing Tracepoints::
7117 * Starting and Stopping Trace Experiment::
7118 @end menu
7119
7120 @node Create and Delete Tracepoints
7121 @subsection Create and Delete Tracepoints
7122
7123 @table @code
7124 @cindex set tracepoint
7125 @kindex trace
7126 @item trace
7127 The @code{trace} command is very similar to the @code{break} command.
7128 Its argument can be a source line, a function name, or an address in
7129 the target program. @xref{Set Breaks}. The @code{trace} command
7130 defines a tracepoint, which is a point in the target program where the
7131 debugger will briefly stop, collect some data, and then allow the
7132 program to continue. Setting a tracepoint or changing its commands
7133 doesn't take effect until the next @code{tstart} command; thus, you
7134 cannot change the tracepoint attributes once a trace experiment is
7135 running.
7136
7137 Here are some examples of using the @code{trace} command:
7138
7139 @smallexample
7140 (@value{GDBP}) @b{trace foo.c:121} // a source file and line number
7141
7142 (@value{GDBP}) @b{trace +2} // 2 lines forward
7143
7144 (@value{GDBP}) @b{trace my_function} // first source line of function
7145
7146 (@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7147
7148 (@value{GDBP}) @b{trace *0x2117c4} // an address
7149 @end smallexample
7150
7151 @noindent
7152 You can abbreviate @code{trace} as @code{tr}.
7153
7154 @vindex $tpnum
7155 @cindex last tracepoint number
7156 @cindex recent tracepoint number
7157 @cindex tracepoint number
7158 The convenience variable @code{$tpnum} records the tracepoint number
7159 of the most recently set tracepoint.
7160
7161 @kindex delete tracepoint
7162 @cindex tracepoint deletion
7163 @item delete tracepoint @r{[}@var{num}@r{]}
7164 Permanently delete one or more tracepoints. With no argument, the
7165 default is to delete all tracepoints.
7166
7167 Examples:
7168
7169 @smallexample
7170 (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7171
7172 (@value{GDBP}) @b{delete trace} // remove all tracepoints
7173 @end smallexample
7174
7175 @noindent
7176 You can abbreviate this command as @code{del tr}.
7177 @end table
7178
7179 @node Enable and Disable Tracepoints
7180 @subsection Enable and Disable Tracepoints
7181
7182 @table @code
7183 @kindex disable tracepoint
7184 @item disable tracepoint @r{[}@var{num}@r{]}
7185 Disable tracepoint @var{num}, or all tracepoints if no argument
7186 @var{num} is given. A disabled tracepoint will have no effect during
7187 the next trace experiment, but it is not forgotten. You can re-enable
7188 a disabled tracepoint using the @code{enable tracepoint} command.
7189
7190 @kindex enable tracepoint
7191 @item enable tracepoint @r{[}@var{num}@r{]}
7192 Enable tracepoint @var{num}, or all tracepoints. The enabled
7193 tracepoints will become effective the next time a trace experiment is
7194 run.
7195 @end table
7196
7197 @node Tracepoint Passcounts
7198 @subsection Tracepoint Passcounts
7199
7200 @table @code
7201 @kindex passcount
7202 @cindex tracepoint pass count
7203 @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7204 Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7205 automatically stop a trace experiment. If a tracepoint's passcount is
7206 @var{n}, then the trace experiment will be automatically stopped on
7207 the @var{n}'th time that tracepoint is hit. If the tracepoint number
7208 @var{num} is not specified, the @code{passcount} command sets the
7209 passcount of the most recently defined tracepoint. If no passcount is
7210 given, the trace experiment will run until stopped explicitly by the
7211 user.
7212
7213 Examples:
7214
7215 @smallexample
7216 (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
7217 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
7218
7219 (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
7220 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
7221 (@value{GDBP}) @b{trace foo}
7222 (@value{GDBP}) @b{pass 3}
7223 (@value{GDBP}) @b{trace bar}
7224 (@value{GDBP}) @b{pass 2}
7225 (@value{GDBP}) @b{trace baz}
7226 (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
7227 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7228 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7229 @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
7230 @end smallexample
7231 @end table
7232
7233 @node Tracepoint Actions
7234 @subsection Tracepoint Action Lists
7235
7236 @table @code
7237 @kindex actions
7238 @cindex tracepoint actions
7239 @item actions @r{[}@var{num}@r{]}
7240 This command will prompt for a list of actions to be taken when the
7241 tracepoint is hit. If the tracepoint number @var{num} is not
7242 specified, this command sets the actions for the one that was most
7243 recently defined (so that you can define a tracepoint and then say
7244 @code{actions} without bothering about its number). You specify the
7245 actions themselves on the following lines, one action at a time, and
7246 terminate the actions list with a line containing just @code{end}. So
7247 far, the only defined actions are @code{collect} and
7248 @code{while-stepping}.
7249
7250 @cindex remove actions from a tracepoint
7251 To remove all actions from a tracepoint, type @samp{actions @var{num}}
7252 and follow it immediately with @samp{end}.
7253
7254 @smallexample
7255 (@value{GDBP}) @b{collect @var{data}} // collect some data
7256
7257 (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
7258
7259 (@value{GDBP}) @b{end} // signals the end of actions.
7260 @end smallexample
7261
7262 In the following example, the action list begins with @code{collect}
7263 commands indicating the things to be collected when the tracepoint is
7264 hit. Then, in order to single-step and collect additional data
7265 following the tracepoint, a @code{while-stepping} command is used,
7266 followed by the list of things to be collected while stepping. The
7267 @code{while-stepping} command is terminated by its own separate
7268 @code{end} command. Lastly, the action list is terminated by an
7269 @code{end} command.
7270
7271 @smallexample
7272 (@value{GDBP}) @b{trace foo}
7273 (@value{GDBP}) @b{actions}
7274 Enter actions for tracepoint 1, one per line:
7275 > collect bar,baz
7276 > collect $regs
7277 > while-stepping 12
7278 > collect $fp, $sp
7279 > end
7280 end
7281 @end smallexample
7282
7283 @kindex collect @r{(tracepoints)}
7284 @item collect @var{expr1}, @var{expr2}, @dots{}
7285 Collect values of the given expressions when the tracepoint is hit.
7286 This command accepts a comma-separated list of any valid expressions.
7287 In addition to global, static, or local variables, the following
7288 special arguments are supported:
7289
7290 @table @code
7291 @item $regs
7292 collect all registers
7293
7294 @item $args
7295 collect all function arguments
7296
7297 @item $locals
7298 collect all local variables.
7299 @end table
7300
7301 You can give several consecutive @code{collect} commands, each one
7302 with a single argument, or one @code{collect} command with several
7303 arguments separated by commas: the effect is the same.
7304
7305 The command @code{info scope} (@pxref{Symbols, info scope}) is
7306 particularly useful for figuring out what data to collect.
7307
7308 @kindex while-stepping @r{(tracepoints)}
7309 @item while-stepping @var{n}
7310 Perform @var{n} single-step traces after the tracepoint, collecting
7311 new data at each step. The @code{while-stepping} command is
7312 followed by the list of what to collect while stepping (followed by
7313 its own @code{end} command):
7314
7315 @smallexample
7316 > while-stepping 12
7317 > collect $regs, myglobal
7318 > end
7319 >
7320 @end smallexample
7321
7322 @noindent
7323 You may abbreviate @code{while-stepping} as @code{ws} or
7324 @code{stepping}.
7325 @end table
7326
7327 @node Listing Tracepoints
7328 @subsection Listing Tracepoints
7329
7330 @table @code
7331 @kindex info tracepoints
7332 @kindex info tp
7333 @cindex information about tracepoints
7334 @item info tracepoints @r{[}@var{num}@r{]}
7335 Display information about the tracepoint @var{num}. If you don't specify
7336 a tracepoint number, displays information about all the tracepoints
7337 defined so far. For each tracepoint, the following information is
7338 shown:
7339
7340 @itemize @bullet
7341 @item
7342 its number
7343 @item
7344 whether it is enabled or disabled
7345 @item
7346 its address
7347 @item
7348 its passcount as given by the @code{passcount @var{n}} command
7349 @item
7350 its step count as given by the @code{while-stepping @var{n}} command
7351 @item
7352 where in the source files is the tracepoint set
7353 @item
7354 its action list as given by the @code{actions} command
7355 @end itemize
7356
7357 @smallexample
7358 (@value{GDBP}) @b{info trace}
7359 Num Enb Address PassC StepC What
7360 1 y 0x002117c4 0 0 <gdb_asm>
7361 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375
7362 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
7363 (@value{GDBP})
7364 @end smallexample
7365
7366 @noindent
7367 This command can be abbreviated @code{info tp}.
7368 @end table
7369
7370 @node Starting and Stopping Trace Experiment
7371 @subsection Starting and Stopping Trace Experiment
7372
7373 @table @code
7374 @kindex tstart
7375 @cindex start a new trace experiment
7376 @cindex collected data discarded
7377 @item tstart
7378 This command takes no arguments. It starts the trace experiment, and
7379 begins collecting data. This has the side effect of discarding all
7380 the data collected in the trace buffer during the previous trace
7381 experiment.
7382
7383 @kindex tstop
7384 @cindex stop a running trace experiment
7385 @item tstop
7386 This command takes no arguments. It ends the trace experiment, and
7387 stops collecting data.
7388
7389 @strong{Note}: a trace experiment and data collection may stop
7390 automatically if any tracepoint's passcount is reached
7391 (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7392
7393 @kindex tstatus
7394 @cindex status of trace data collection
7395 @cindex trace experiment, status of
7396 @item tstatus
7397 This command displays the status of the current trace data
7398 collection.
7399 @end table
7400
7401 Here is an example of the commands we described so far:
7402
7403 @smallexample
7404 (@value{GDBP}) @b{trace gdb_c_test}
7405 (@value{GDBP}) @b{actions}
7406 Enter actions for tracepoint #1, one per line.
7407 > collect $regs,$locals,$args
7408 > while-stepping 11
7409 > collect $regs
7410 > end
7411 > end
7412 (@value{GDBP}) @b{tstart}
7413 [time passes @dots{}]
7414 (@value{GDBP}) @b{tstop}
7415 @end smallexample
7416
7417
7418 @node Analyze Collected Data
7419 @section Using the collected data
7420
7421 After the tracepoint experiment ends, you use @value{GDBN} commands
7422 for examining the trace data. The basic idea is that each tracepoint
7423 collects a trace @dfn{snapshot} every time it is hit and another
7424 snapshot every time it single-steps. All these snapshots are
7425 consecutively numbered from zero and go into a buffer, and you can
7426 examine them later. The way you examine them is to @dfn{focus} on a
7427 specific trace snapshot. When the remote stub is focused on a trace
7428 snapshot, it will respond to all @value{GDBN} requests for memory and
7429 registers by reading from the buffer which belongs to that snapshot,
7430 rather than from @emph{real} memory or registers of the program being
7431 debugged. This means that @strong{all} @value{GDBN} commands
7432 (@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7433 behave as if we were currently debugging the program state as it was
7434 when the tracepoint occurred. Any requests for data that are not in
7435 the buffer will fail.
7436
7437 @menu
7438 * tfind:: How to select a trace snapshot
7439 * tdump:: How to display all data for a snapshot
7440 * save-tracepoints:: How to save tracepoints for a future run
7441 @end menu
7442
7443 @node tfind
7444 @subsection @code{tfind @var{n}}
7445
7446 @kindex tfind
7447 @cindex select trace snapshot
7448 @cindex find trace snapshot
7449 The basic command for selecting a trace snapshot from the buffer is
7450 @code{tfind @var{n}}, which finds trace snapshot number @var{n},
7451 counting from zero. If no argument @var{n} is given, the next
7452 snapshot is selected.
7453
7454 Here are the various forms of using the @code{tfind} command.
7455
7456 @table @code
7457 @item tfind start
7458 Find the first snapshot in the buffer. This is a synonym for
7459 @code{tfind 0} (since 0 is the number of the first snapshot).
7460
7461 @item tfind none
7462 Stop debugging trace snapshots, resume @emph{live} debugging.
7463
7464 @item tfind end
7465 Same as @samp{tfind none}.
7466
7467 @item tfind
7468 No argument means find the next trace snapshot.
7469
7470 @item tfind -
7471 Find the previous trace snapshot before the current one. This permits
7472 retracing earlier steps.
7473
7474 @item tfind tracepoint @var{num}
7475 Find the next snapshot associated with tracepoint @var{num}. Search
7476 proceeds forward from the last examined trace snapshot. If no
7477 argument @var{num} is given, it means find the next snapshot collected
7478 for the same tracepoint as the current snapshot.
7479
7480 @item tfind pc @var{addr}
7481 Find the next snapshot associated with the value @var{addr} of the
7482 program counter. Search proceeds forward from the last examined trace
7483 snapshot. If no argument @var{addr} is given, it means find the next
7484 snapshot with the same value of PC as the current snapshot.
7485
7486 @item tfind outside @var{addr1}, @var{addr2}
7487 Find the next snapshot whose PC is outside the given range of
7488 addresses.
7489
7490 @item tfind range @var{addr1}, @var{addr2}
7491 Find the next snapshot whose PC is between @var{addr1} and
7492 @var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7493
7494 @item tfind line @r{[}@var{file}:@r{]}@var{n}
7495 Find the next snapshot associated with the source line @var{n}. If
7496 the optional argument @var{file} is given, refer to line @var{n} in
7497 that source file. Search proceeds forward from the last examined
7498 trace snapshot. If no argument @var{n} is given, it means find the
7499 next line other than the one currently being examined; thus saying
7500 @code{tfind line} repeatedly can appear to have the same effect as
7501 stepping from line to line in a @emph{live} debugging session.
7502 @end table
7503
7504 The default arguments for the @code{tfind} commands are specifically
7505 designed to make it easy to scan through the trace buffer. For
7506 instance, @code{tfind} with no argument selects the next trace
7507 snapshot, and @code{tfind -} with no argument selects the previous
7508 trace snapshot. So, by giving one @code{tfind} command, and then
7509 simply hitting @key{RET} repeatedly you can examine all the trace
7510 snapshots in order. Or, by saying @code{tfind -} and then hitting
7511 @key{RET} repeatedly you can examine the snapshots in reverse order.
7512 The @code{tfind line} command with no argument selects the snapshot
7513 for the next source line executed. The @code{tfind pc} command with
7514 no argument selects the next snapshot with the same program counter
7515 (PC) as the current frame. The @code{tfind tracepoint} command with
7516 no argument selects the next trace snapshot collected by the same
7517 tracepoint as the current one.
7518
7519 In addition to letting you scan through the trace buffer manually,
7520 these commands make it easy to construct @value{GDBN} scripts that
7521 scan through the trace buffer and print out whatever collected data
7522 you are interested in. Thus, if we want to examine the PC, FP, and SP
7523 registers from each trace frame in the buffer, we can say this:
7524
7525 @smallexample
7526 (@value{GDBP}) @b{tfind start}
7527 (@value{GDBP}) @b{while ($trace_frame != -1)}
7528 > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7529 $trace_frame, $pc, $sp, $fp
7530 > tfind
7531 > end
7532
7533 Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7534 Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7535 Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7536 Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7537 Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7538 Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7539 Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7540 Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7541 Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7542 Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7543 Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7544 @end smallexample
7545
7546 Or, if we want to examine the variable @code{X} at each source line in
7547 the buffer:
7548
7549 @smallexample
7550 (@value{GDBP}) @b{tfind start}
7551 (@value{GDBP}) @b{while ($trace_frame != -1)}
7552 > printf "Frame %d, X == %d\n", $trace_frame, X
7553 > tfind line
7554 > end
7555
7556 Frame 0, X = 1
7557 Frame 7, X = 2
7558 Frame 13, X = 255
7559 @end smallexample
7560
7561 @node tdump
7562 @subsection @code{tdump}
7563 @kindex tdump
7564 @cindex dump all data collected at tracepoint
7565 @cindex tracepoint data, display
7566
7567 This command takes no arguments. It prints all the data collected at
7568 the current trace snapshot.
7569
7570 @smallexample
7571 (@value{GDBP}) @b{trace 444}
7572 (@value{GDBP}) @b{actions}
7573 Enter actions for tracepoint #2, one per line:
7574 > collect $regs, $locals, $args, gdb_long_test
7575 > end
7576
7577 (@value{GDBP}) @b{tstart}
7578
7579 (@value{GDBP}) @b{tfind line 444}
7580 #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7581 at gdb_test.c:444
7582 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7583
7584 (@value{GDBP}) @b{tdump}
7585 Data collected at tracepoint 2, trace frame 1:
7586 d0 0xc4aa0085 -995491707
7587 d1 0x18 24
7588 d2 0x80 128
7589 d3 0x33 51
7590 d4 0x71aea3d 119204413
7591 d5 0x22 34
7592 d6 0xe0 224
7593 d7 0x380035 3670069
7594 a0 0x19e24a 1696330
7595 a1 0x3000668 50333288
7596 a2 0x100 256
7597 a3 0x322000 3284992
7598 a4 0x3000698 50333336
7599 a5 0x1ad3cc 1758156
7600 fp 0x30bf3c 0x30bf3c
7601 sp 0x30bf34 0x30bf34
7602 ps 0x0 0
7603 pc 0x20b2c8 0x20b2c8
7604 fpcontrol 0x0 0
7605 fpstatus 0x0 0
7606 fpiaddr 0x0 0
7607 p = 0x20e5b4 "gdb-test"
7608 p1 = (void *) 0x11
7609 p2 = (void *) 0x22
7610 p3 = (void *) 0x33
7611 p4 = (void *) 0x44
7612 p5 = (void *) 0x55
7613 p6 = (void *) 0x66
7614 gdb_long_test = 17 '\021'
7615
7616 (@value{GDBP})
7617 @end smallexample
7618
7619 @node save-tracepoints
7620 @subsection @code{save-tracepoints @var{filename}}
7621 @kindex save-tracepoints
7622 @cindex save tracepoints for future sessions
7623
7624 This command saves all current tracepoint definitions together with
7625 their actions and passcounts, into a file @file{@var{filename}}
7626 suitable for use in a later debugging session. To read the saved
7627 tracepoint definitions, use the @code{source} command (@pxref{Command
7628 Files}).
7629
7630 @node Tracepoint Variables
7631 @section Convenience Variables for Tracepoints
7632 @cindex tracepoint variables
7633 @cindex convenience variables for tracepoints
7634
7635 @table @code
7636 @vindex $trace_frame
7637 @item (int) $trace_frame
7638 The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7639 snapshot is selected.
7640
7641 @vindex $tracepoint
7642 @item (int) $tracepoint
7643 The tracepoint for the current trace snapshot.
7644
7645 @vindex $trace_line
7646 @item (int) $trace_line
7647 The line number for the current trace snapshot.
7648
7649 @vindex $trace_file
7650 @item (char []) $trace_file
7651 The source file for the current trace snapshot.
7652
7653 @vindex $trace_func
7654 @item (char []) $trace_func
7655 The name of the function containing @code{$tracepoint}.
7656 @end table
7657
7658 Note: @code{$trace_file} is not suitable for use in @code{printf},
7659 use @code{output} instead.
7660
7661 Here's a simple example of using these convenience variables for
7662 stepping through all the trace snapshots and printing some of their
7663 data.
7664
7665 @smallexample
7666 (@value{GDBP}) @b{tfind start}
7667
7668 (@value{GDBP}) @b{while $trace_frame != -1}
7669 > output $trace_file
7670 > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7671 > tfind
7672 > end
7673 @end smallexample
7674
7675 @node Overlays
7676 @chapter Debugging Programs That Use Overlays
7677 @cindex overlays
7678
7679 If your program is too large to fit completely in your target system's
7680 memory, you can sometimes use @dfn{overlays} to work around this
7681 problem. @value{GDBN} provides some support for debugging programs that
7682 use overlays.
7683
7684 @menu
7685 * How Overlays Work:: A general explanation of overlays.
7686 * Overlay Commands:: Managing overlays in @value{GDBN}.
7687 * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7688 mapped by asking the inferior.
7689 * Overlay Sample Program:: A sample program using overlays.
7690 @end menu
7691
7692 @node How Overlays Work
7693 @section How Overlays Work
7694 @cindex mapped overlays
7695 @cindex unmapped overlays
7696 @cindex load address, overlay's
7697 @cindex mapped address
7698 @cindex overlay area
7699
7700 Suppose you have a computer whose instruction address space is only 64
7701 kilobytes long, but which has much more memory which can be accessed by
7702 other means: special instructions, segment registers, or memory
7703 management hardware, for example. Suppose further that you want to
7704 adapt a program which is larger than 64 kilobytes to run on this system.
7705
7706 One solution is to identify modules of your program which are relatively
7707 independent, and need not call each other directly; call these modules
7708 @dfn{overlays}. Separate the overlays from the main program, and place
7709 their machine code in the larger memory. Place your main program in
7710 instruction memory, but leave at least enough space there to hold the
7711 largest overlay as well.
7712
7713 Now, to call a function located in an overlay, you must first copy that
7714 overlay's machine code from the large memory into the space set aside
7715 for it in the instruction memory, and then jump to its entry point
7716 there.
7717
7718 @c NB: In the below the mapped area's size is greater or equal to the
7719 @c size of all overlays. This is intentional to remind the developer
7720 @c that overlays don't necessarily need to be the same size.
7721
7722 @smallexample
7723 @group
7724 Data Instruction Larger
7725 Address Space Address Space Address Space
7726 +-----------+ +-----------+ +-----------+
7727 | | | | | |
7728 +-----------+ +-----------+ +-----------+<-- overlay 1
7729 | program | | main | .----| overlay 1 | load address
7730 | variables | | program | | +-----------+
7731 | and heap | | | | | |
7732 +-----------+ | | | +-----------+<-- overlay 2
7733 | | +-----------+ | | | load address
7734 +-----------+ | | | .-| overlay 2 |
7735 | | | | | |
7736 mapped --->+-----------+ | | +-----------+
7737 address | | | | | |
7738 | overlay | <-' | | |
7739 | area | <---' +-----------+<-- overlay 3
7740 | | <---. | | load address
7741 +-----------+ `--| overlay 3 |
7742 | | | |
7743 +-----------+ | |
7744 +-----------+
7745 | |
7746 +-----------+
7747
7748 @anchor{A code overlay}A code overlay
7749 @end group
7750 @end smallexample
7751
7752 The diagram (@pxref{A code overlay}) shows a system with separate data
7753 and instruction address spaces. To map an overlay, the program copies
7754 its code from the larger address space to the instruction address space.
7755 Since the overlays shown here all use the same mapped address, only one
7756 may be mapped at a time. For a system with a single address space for
7757 data and instructions, the diagram would be similar, except that the
7758 program variables and heap would share an address space with the main
7759 program and the overlay area.
7760
7761 An overlay loaded into instruction memory and ready for use is called a
7762 @dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7763 instruction memory. An overlay not present (or only partially present)
7764 in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7765 is its address in the larger memory. The mapped address is also called
7766 the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7767 called the @dfn{load memory address}, or @dfn{LMA}.
7768
7769 Unfortunately, overlays are not a completely transparent way to adapt a
7770 program to limited instruction memory. They introduce a new set of
7771 global constraints you must keep in mind as you design your program:
7772
7773 @itemize @bullet
7774
7775 @item
7776 Before calling or returning to a function in an overlay, your program
7777 must make sure that overlay is actually mapped. Otherwise, the call or
7778 return will transfer control to the right address, but in the wrong
7779 overlay, and your program will probably crash.
7780
7781 @item
7782 If the process of mapping an overlay is expensive on your system, you
7783 will need to choose your overlays carefully to minimize their effect on
7784 your program's performance.
7785
7786 @item
7787 The executable file you load onto your system must contain each
7788 overlay's instructions, appearing at the overlay's load address, not its
7789 mapped address. However, each overlay's instructions must be relocated
7790 and its symbols defined as if the overlay were at its mapped address.
7791 You can use GNU linker scripts to specify different load and relocation
7792 addresses for pieces of your program; see @ref{Overlay Description,,,
7793 ld.info, Using ld: the GNU linker}.
7794
7795 @item
7796 The procedure for loading executable files onto your system must be able
7797 to load their contents into the larger address space as well as the
7798 instruction and data spaces.
7799
7800 @end itemize
7801
7802 The overlay system described above is rather simple, and could be
7803 improved in many ways:
7804
7805 @itemize @bullet
7806
7807 @item
7808 If your system has suitable bank switch registers or memory management
7809 hardware, you could use those facilities to make an overlay's load area
7810 contents simply appear at their mapped address in instruction space.
7811 This would probably be faster than copying the overlay to its mapped
7812 area in the usual way.
7813
7814 @item
7815 If your overlays are small enough, you could set aside more than one
7816 overlay area, and have more than one overlay mapped at a time.
7817
7818 @item
7819 You can use overlays to manage data, as well as instructions. In
7820 general, data overlays are even less transparent to your design than
7821 code overlays: whereas code overlays only require care when you call or
7822 return to functions, data overlays require care every time you access
7823 the data. Also, if you change the contents of a data overlay, you
7824 must copy its contents back out to its load address before you can copy a
7825 different data overlay into the same mapped area.
7826
7827 @end itemize
7828
7829
7830 @node Overlay Commands
7831 @section Overlay Commands
7832
7833 To use @value{GDBN}'s overlay support, each overlay in your program must
7834 correspond to a separate section of the executable file. The section's
7835 virtual memory address and load memory address must be the overlay's
7836 mapped and load addresses. Identifying overlays with sections allows
7837 @value{GDBN} to determine the appropriate address of a function or
7838 variable, depending on whether the overlay is mapped or not.
7839
7840 @value{GDBN}'s overlay commands all start with the word @code{overlay};
7841 you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7842
7843 @table @code
7844 @item overlay off
7845 @kindex overlay
7846 Disable @value{GDBN}'s overlay support. When overlay support is
7847 disabled, @value{GDBN} assumes that all functions and variables are
7848 always present at their mapped addresses. By default, @value{GDBN}'s
7849 overlay support is disabled.
7850
7851 @item overlay manual
7852 @cindex manual overlay debugging
7853 Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7854 relies on you to tell it which overlays are mapped, and which are not,
7855 using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7856 commands described below.
7857
7858 @item overlay map-overlay @var{overlay}
7859 @itemx overlay map @var{overlay}
7860 @cindex map an overlay
7861 Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7862 be the name of the object file section containing the overlay. When an
7863 overlay is mapped, @value{GDBN} assumes it can find the overlay's
7864 functions and variables at their mapped addresses. @value{GDBN} assumes
7865 that any other overlays whose mapped ranges overlap that of
7866 @var{overlay} are now unmapped.
7867
7868 @item overlay unmap-overlay @var{overlay}
7869 @itemx overlay unmap @var{overlay}
7870 @cindex unmap an overlay
7871 Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7872 must be the name of the object file section containing the overlay.
7873 When an overlay is unmapped, @value{GDBN} assumes it can find the
7874 overlay's functions and variables at their load addresses.
7875
7876 @item overlay auto
7877 Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7878 consults a data structure the overlay manager maintains in the inferior
7879 to see which overlays are mapped. For details, see @ref{Automatic
7880 Overlay Debugging}.
7881
7882 @item overlay load-target
7883 @itemx overlay load
7884 @cindex reloading the overlay table
7885 Re-read the overlay table from the inferior. Normally, @value{GDBN}
7886 re-reads the table @value{GDBN} automatically each time the inferior
7887 stops, so this command should only be necessary if you have changed the
7888 overlay mapping yourself using @value{GDBN}. This command is only
7889 useful when using automatic overlay debugging.
7890
7891 @item overlay list-overlays
7892 @itemx overlay list
7893 @cindex listing mapped overlays
7894 Display a list of the overlays currently mapped, along with their mapped
7895 addresses, load addresses, and sizes.
7896
7897 @end table
7898
7899 Normally, when @value{GDBN} prints a code address, it includes the name
7900 of the function the address falls in:
7901
7902 @smallexample
7903 (@value{GDBP}) print main
7904 $3 = @{int ()@} 0x11a0 <main>
7905 @end smallexample
7906 @noindent
7907 When overlay debugging is enabled, @value{GDBN} recognizes code in
7908 unmapped overlays, and prints the names of unmapped functions with
7909 asterisks around them. For example, if @code{foo} is a function in an
7910 unmapped overlay, @value{GDBN} prints it this way:
7911
7912 @smallexample
7913 (@value{GDBP}) overlay list
7914 No sections are mapped.
7915 (@value{GDBP}) print foo
7916 $5 = @{int (int)@} 0x100000 <*foo*>
7917 @end smallexample
7918 @noindent
7919 When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7920 name normally:
7921
7922 @smallexample
7923 (@value{GDBP}) overlay list
7924 Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7925 mapped at 0x1016 - 0x104a
7926 (@value{GDBP}) print foo
7927 $6 = @{int (int)@} 0x1016 <foo>
7928 @end smallexample
7929
7930 When overlay debugging is enabled, @value{GDBN} can find the correct
7931 address for functions and variables in an overlay, whether or not the
7932 overlay is mapped. This allows most @value{GDBN} commands, like
7933 @code{break} and @code{disassemble}, to work normally, even on unmapped
7934 code. However, @value{GDBN}'s breakpoint support has some limitations:
7935
7936 @itemize @bullet
7937 @item
7938 @cindex breakpoints in overlays
7939 @cindex overlays, setting breakpoints in
7940 You can set breakpoints in functions in unmapped overlays, as long as
7941 @value{GDBN} can write to the overlay at its load address.
7942 @item
7943 @value{GDBN} can not set hardware or simulator-based breakpoints in
7944 unmapped overlays. However, if you set a breakpoint at the end of your
7945 overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7946 you are using manual overlay management), @value{GDBN} will re-set its
7947 breakpoints properly.
7948 @end itemize
7949
7950
7951 @node Automatic Overlay Debugging
7952 @section Automatic Overlay Debugging
7953 @cindex automatic overlay debugging
7954
7955 @value{GDBN} can automatically track which overlays are mapped and which
7956 are not, given some simple co-operation from the overlay manager in the
7957 inferior. If you enable automatic overlay debugging with the
7958 @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7959 looks in the inferior's memory for certain variables describing the
7960 current state of the overlays.
7961
7962 Here are the variables your overlay manager must define to support
7963 @value{GDBN}'s automatic overlay debugging:
7964
7965 @table @asis
7966
7967 @item @code{_ovly_table}:
7968 This variable must be an array of the following structures:
7969
7970 @smallexample
7971 struct
7972 @{
7973 /* The overlay's mapped address. */
7974 unsigned long vma;
7975
7976 /* The size of the overlay, in bytes. */
7977 unsigned long size;
7978
7979 /* The overlay's load address. */
7980 unsigned long lma;
7981
7982 /* Non-zero if the overlay is currently mapped;
7983 zero otherwise. */
7984 unsigned long mapped;
7985 @}
7986 @end smallexample
7987
7988 @item @code{_novlys}:
7989 This variable must be a four-byte signed integer, holding the total
7990 number of elements in @code{_ovly_table}.
7991
7992 @end table
7993
7994 To decide whether a particular overlay is mapped or not, @value{GDBN}
7995 looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7996 @code{lma} members equal the VMA and LMA of the overlay's section in the
7997 executable file. When @value{GDBN} finds a matching entry, it consults
7998 the entry's @code{mapped} member to determine whether the overlay is
7999 currently mapped.
8000
8001 In addition, your overlay manager may define a function called
8002 @code{_ovly_debug_event}. If this function is defined, @value{GDBN}
8003 will silently set a breakpoint there. If the overlay manager then
8004 calls this function whenever it has changed the overlay table, this
8005 will enable @value{GDBN} to accurately keep track of which overlays
8006 are in program memory, and update any breakpoints that may be set
8007 in overlays. This will allow breakpoints to work even if the
8008 overlays are kept in ROM or other non-writable memory while they
8009 are not being executed.
8010
8011 @node Overlay Sample Program
8012 @section Overlay Sample Program
8013 @cindex overlay example program
8014
8015 When linking a program which uses overlays, you must place the overlays
8016 at their load addresses, while relocating them to run at their mapped
8017 addresses. To do this, you must write a linker script (@pxref{Overlay
8018 Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
8019 since linker scripts are specific to a particular host system, target
8020 architecture, and target memory layout, this manual cannot provide
8021 portable sample code demonstrating @value{GDBN}'s overlay support.
8022
8023 However, the @value{GDBN} source distribution does contain an overlaid
8024 program, with linker scripts for a few systems, as part of its test
8025 suite. The program consists of the following files from
8026 @file{gdb/testsuite/gdb.base}:
8027
8028 @table @file
8029 @item overlays.c
8030 The main program file.
8031 @item ovlymgr.c
8032 A simple overlay manager, used by @file{overlays.c}.
8033 @item foo.c
8034 @itemx bar.c
8035 @itemx baz.c
8036 @itemx grbx.c
8037 Overlay modules, loaded and used by @file{overlays.c}.
8038 @item d10v.ld
8039 @itemx m32r.ld
8040 Linker scripts for linking the test program on the @code{d10v-elf}
8041 and @code{m32r-elf} targets.
8042 @end table
8043
8044 You can build the test program using the @code{d10v-elf} GCC
8045 cross-compiler like this:
8046
8047 @smallexample
8048 $ d10v-elf-gcc -g -c overlays.c
8049 $ d10v-elf-gcc -g -c ovlymgr.c
8050 $ d10v-elf-gcc -g -c foo.c
8051 $ d10v-elf-gcc -g -c bar.c
8052 $ d10v-elf-gcc -g -c baz.c
8053 $ d10v-elf-gcc -g -c grbx.c
8054 $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
8055 baz.o grbx.o -Wl,-Td10v.ld -o overlays
8056 @end smallexample
8057
8058 The build process is identical for any other architecture, except that
8059 you must substitute the appropriate compiler and linker script for the
8060 target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
8061
8062
8063 @node Languages
8064 @chapter Using @value{GDBN} with Different Languages
8065 @cindex languages
8066
8067 Although programming languages generally have common aspects, they are
8068 rarely expressed in the same manner. For instance, in ANSI C,
8069 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
8070 Modula-2, it is accomplished by @code{p^}. Values can also be
8071 represented (and displayed) differently. Hex numbers in C appear as
8072 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
8073
8074 @cindex working language
8075 Language-specific information is built into @value{GDBN} for some languages,
8076 allowing you to express operations like the above in your program's
8077 native language, and allowing @value{GDBN} to output values in a manner
8078 consistent with the syntax of your program's native language. The
8079 language you use to build expressions is called the @dfn{working
8080 language}.
8081
8082 @menu
8083 * Setting:: Switching between source languages
8084 * Show:: Displaying the language
8085 * Checks:: Type and range checks
8086 * Supported languages:: Supported languages
8087 * Unsupported languages:: Unsupported languages
8088 @end menu
8089
8090 @node Setting
8091 @section Switching between source languages
8092
8093 There are two ways to control the working language---either have @value{GDBN}
8094 set it automatically, or select it manually yourself. You can use the
8095 @code{set language} command for either purpose. On startup, @value{GDBN}
8096 defaults to setting the language automatically. The working language is
8097 used to determine how expressions you type are interpreted, how values
8098 are printed, etc.
8099
8100 In addition to the working language, every source file that
8101 @value{GDBN} knows about has its own working language. For some object
8102 file formats, the compiler might indicate which language a particular
8103 source file is in. However, most of the time @value{GDBN} infers the
8104 language from the name of the file. The language of a source file
8105 controls whether C@t{++} names are demangled---this way @code{backtrace} can
8106 show each frame appropriately for its own language. There is no way to
8107 set the language of a source file from within @value{GDBN}, but you can
8108 set the language associated with a filename extension. @xref{Show, ,
8109 Displaying the language}.
8110
8111 This is most commonly a problem when you use a program, such
8112 as @code{cfront} or @code{f2c}, that generates C but is written in
8113 another language. In that case, make the
8114 program use @code{#line} directives in its C output; that way
8115 @value{GDBN} will know the correct language of the source code of the original
8116 program, and will display that source code, not the generated C code.
8117
8118 @menu
8119 * Filenames:: Filename extensions and languages.
8120 * Manually:: Setting the working language manually
8121 * Automatically:: Having @value{GDBN} infer the source language
8122 @end menu
8123
8124 @node Filenames
8125 @subsection List of filename extensions and languages
8126
8127 If a source file name ends in one of the following extensions, then
8128 @value{GDBN} infers that its language is the one indicated.
8129
8130 @table @file
8131 @item .ada
8132 @itemx .ads
8133 @itemx .adb
8134 @itemx .a
8135 Ada source file.
8136
8137 @item .c
8138 C source file
8139
8140 @item .C
8141 @itemx .cc
8142 @itemx .cp
8143 @itemx .cpp
8144 @itemx .cxx
8145 @itemx .c++
8146 C@t{++} source file
8147
8148 @item .m
8149 Objective-C source file
8150
8151 @item .f
8152 @itemx .F
8153 Fortran source file
8154
8155 @item .mod
8156 Modula-2 source file
8157
8158 @item .s
8159 @itemx .S
8160 Assembler source file. This actually behaves almost like C, but
8161 @value{GDBN} does not skip over function prologues when stepping.
8162 @end table
8163
8164 In addition, you may set the language associated with a filename
8165 extension. @xref{Show, , Displaying the language}.
8166
8167 @node Manually
8168 @subsection Setting the working language
8169
8170 If you allow @value{GDBN} to set the language automatically,
8171 expressions are interpreted the same way in your debugging session and
8172 your program.
8173
8174 @kindex set language
8175 If you wish, you may set the language manually. To do this, issue the
8176 command @samp{set language @var{lang}}, where @var{lang} is the name of
8177 a language, such as
8178 @code{c} or @code{modula-2}.
8179 For a list of the supported languages, type @samp{set language}.
8180
8181 Setting the language manually prevents @value{GDBN} from updating the working
8182 language automatically. This can lead to confusion if you try
8183 to debug a program when the working language is not the same as the
8184 source language, when an expression is acceptable to both
8185 languages---but means different things. For instance, if the current
8186 source file were written in C, and @value{GDBN} was parsing Modula-2, a
8187 command such as:
8188
8189 @smallexample
8190 print a = b + c
8191 @end smallexample
8192
8193 @noindent
8194 might not have the effect you intended. In C, this means to add
8195 @code{b} and @code{c} and place the result in @code{a}. The result
8196 printed would be the value of @code{a}. In Modula-2, this means to compare
8197 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
8198
8199 @node Automatically
8200 @subsection Having @value{GDBN} infer the source language
8201
8202 To have @value{GDBN} set the working language automatically, use
8203 @samp{set language local} or @samp{set language auto}. @value{GDBN}
8204 then infers the working language. That is, when your program stops in a
8205 frame (usually by encountering a breakpoint), @value{GDBN} sets the
8206 working language to the language recorded for the function in that
8207 frame. If the language for a frame is unknown (that is, if the function
8208 or block corresponding to the frame was defined in a source file that
8209 does not have a recognized extension), the current working language is
8210 not changed, and @value{GDBN} issues a warning.
8211
8212 This may not seem necessary for most programs, which are written
8213 entirely in one source language. However, program modules and libraries
8214 written in one source language can be used by a main program written in
8215 a different source language. Using @samp{set language auto} in this
8216 case frees you from having to set the working language manually.
8217
8218 @node Show
8219 @section Displaying the language
8220
8221 The following commands help you find out which language is the
8222 working language, and also what language source files were written in.
8223
8224 @table @code
8225 @item show language
8226 @kindex show language
8227 Display the current working language. This is the
8228 language you can use with commands such as @code{print} to
8229 build and compute expressions that may involve variables in your program.
8230
8231 @item info frame
8232 @kindex info frame@r{, show the source language}
8233 Display the source language for this frame. This language becomes the
8234 working language if you use an identifier from this frame.
8235 @xref{Frame Info, ,Information about a frame}, to identify the other
8236 information listed here.
8237
8238 @item info source
8239 @kindex info source@r{, show the source language}
8240 Display the source language of this source file.
8241 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
8242 information listed here.
8243 @end table
8244
8245 In unusual circumstances, you may have source files with extensions
8246 not in the standard list. You can then set the extension associated
8247 with a language explicitly:
8248
8249 @table @code
8250 @item set extension-language @var{ext} @var{language}
8251 @kindex set extension-language
8252 Tell @value{GDBN} that source files with extension @var{ext} are to be
8253 assumed as written in the source language @var{language}.
8254
8255 @item info extensions
8256 @kindex info extensions
8257 List all the filename extensions and the associated languages.
8258 @end table
8259
8260 @node Checks
8261 @section Type and range checking
8262
8263 @quotation
8264 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
8265 checking are included, but they do not yet have any effect. This
8266 section documents the intended facilities.
8267 @end quotation
8268 @c FIXME remove warning when type/range code added
8269
8270 Some languages are designed to guard you against making seemingly common
8271 errors through a series of compile- and run-time checks. These include
8272 checking the type of arguments to functions and operators, and making
8273 sure mathematical overflows are caught at run time. Checks such as
8274 these help to ensure a program's correctness once it has been compiled
8275 by eliminating type mismatches, and providing active checks for range
8276 errors when your program is running.
8277
8278 @value{GDBN} can check for conditions like the above if you wish.
8279 Although @value{GDBN} does not check the statements in your program,
8280 it can check expressions entered directly into @value{GDBN} for
8281 evaluation via the @code{print} command, for example. As with the
8282 working language, @value{GDBN} can also decide whether or not to check
8283 automatically based on your program's source language.
8284 @xref{Supported languages, ,Supported languages}, for the default
8285 settings of supported languages.
8286
8287 @menu
8288 * Type Checking:: An overview of type checking
8289 * Range Checking:: An overview of range checking
8290 @end menu
8291
8292 @cindex type checking
8293 @cindex checks, type
8294 @node Type Checking
8295 @subsection An overview of type checking
8296
8297 Some languages, such as Modula-2, are strongly typed, meaning that the
8298 arguments to operators and functions have to be of the correct type,
8299 otherwise an error occurs. These checks prevent type mismatch
8300 errors from ever causing any run-time problems. For example,
8301
8302 @smallexample
8303 1 + 2 @result{} 3
8304 @exdent but
8305 @error{} 1 + 2.3
8306 @end smallexample
8307
8308 The second example fails because the @code{CARDINAL} 1 is not
8309 type-compatible with the @code{REAL} 2.3.
8310
8311 For the expressions you use in @value{GDBN} commands, you can tell the
8312 @value{GDBN} type checker to skip checking;
8313 to treat any mismatches as errors and abandon the expression;
8314 or to only issue warnings when type mismatches occur,
8315 but evaluate the expression anyway. When you choose the last of
8316 these, @value{GDBN} evaluates expressions like the second example above, but
8317 also issues a warning.
8318
8319 Even if you turn type checking off, there may be other reasons
8320 related to type that prevent @value{GDBN} from evaluating an expression.
8321 For instance, @value{GDBN} does not know how to add an @code{int} and
8322 a @code{struct foo}. These particular type errors have nothing to do
8323 with the language in use, and usually arise from expressions, such as
8324 the one described above, which make little sense to evaluate anyway.
8325
8326 Each language defines to what degree it is strict about type. For
8327 instance, both Modula-2 and C require the arguments to arithmetical
8328 operators to be numbers. In C, enumerated types and pointers can be
8329 represented as numbers, so that they are valid arguments to mathematical
8330 operators. @xref{Supported languages, ,Supported languages}, for further
8331 details on specific languages.
8332
8333 @value{GDBN} provides some additional commands for controlling the type checker:
8334
8335 @kindex set check type
8336 @kindex show check type
8337 @table @code
8338 @item set check type auto
8339 Set type checking on or off based on the current working language.
8340 @xref{Supported languages, ,Supported languages}, for the default settings for
8341 each language.
8342
8343 @item set check type on
8344 @itemx set check type off
8345 Set type checking on or off, overriding the default setting for the
8346 current working language. Issue a warning if the setting does not
8347 match the language default. If any type mismatches occur in
8348 evaluating an expression while type checking is on, @value{GDBN} prints a
8349 message and aborts evaluation of the expression.
8350
8351 @item set check type warn
8352 Cause the type checker to issue warnings, but to always attempt to
8353 evaluate the expression. Evaluating the expression may still
8354 be impossible for other reasons. For example, @value{GDBN} cannot add
8355 numbers and structures.
8356
8357 @item show type
8358 Show the current setting of the type checker, and whether or not @value{GDBN}
8359 is setting it automatically.
8360 @end table
8361
8362 @cindex range checking
8363 @cindex checks, range
8364 @node Range Checking
8365 @subsection An overview of range checking
8366
8367 In some languages (such as Modula-2), it is an error to exceed the
8368 bounds of a type; this is enforced with run-time checks. Such range
8369 checking is meant to ensure program correctness by making sure
8370 computations do not overflow, or indices on an array element access do
8371 not exceed the bounds of the array.
8372
8373 For expressions you use in @value{GDBN} commands, you can tell
8374 @value{GDBN} to treat range errors in one of three ways: ignore them,
8375 always treat them as errors and abandon the expression, or issue
8376 warnings but evaluate the expression anyway.
8377
8378 A range error can result from numerical overflow, from exceeding an
8379 array index bound, or when you type a constant that is not a member
8380 of any type. Some languages, however, do not treat overflows as an
8381 error. In many implementations of C, mathematical overflow causes the
8382 result to ``wrap around'' to lower values---for example, if @var{m} is
8383 the largest integer value, and @var{s} is the smallest, then
8384
8385 @smallexample
8386 @var{m} + 1 @result{} @var{s}
8387 @end smallexample
8388
8389 This, too, is specific to individual languages, and in some cases
8390 specific to individual compilers or machines. @xref{Supported languages, ,
8391 Supported languages}, for further details on specific languages.
8392
8393 @value{GDBN} provides some additional commands for controlling the range checker:
8394
8395 @kindex set check range
8396 @kindex show check range
8397 @table @code
8398 @item set check range auto
8399 Set range checking on or off based on the current working language.
8400 @xref{Supported languages, ,Supported languages}, for the default settings for
8401 each language.
8402
8403 @item set check range on
8404 @itemx set check range off
8405 Set range checking on or off, overriding the default setting for the
8406 current working language. A warning is issued if the setting does not
8407 match the language default. If a range error occurs and range checking is on,
8408 then a message is printed and evaluation of the expression is aborted.
8409
8410 @item set check range warn
8411 Output messages when the @value{GDBN} range checker detects a range error,
8412 but attempt to evaluate the expression anyway. Evaluating the
8413 expression may still be impossible for other reasons, such as accessing
8414 memory that the process does not own (a typical example from many Unix
8415 systems).
8416
8417 @item show range
8418 Show the current setting of the range checker, and whether or not it is
8419 being set automatically by @value{GDBN}.
8420 @end table
8421
8422 @node Supported languages
8423 @section Supported languages
8424
8425 @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8426 assembly, Modula-2, and Ada.
8427 @c This is false ...
8428 Some @value{GDBN} features may be used in expressions regardless of the
8429 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8430 and the @samp{@{type@}addr} construct (@pxref{Expressions,
8431 ,Expressions}) can be used with the constructs of any supported
8432 language.
8433
8434 The following sections detail to what degree each source language is
8435 supported by @value{GDBN}. These sections are not meant to be language
8436 tutorials or references, but serve only as a reference guide to what the
8437 @value{GDBN} expression parser accepts, and what input and output
8438 formats should look like for different languages. There are many good
8439 books written on each of these languages; please look to these for a
8440 language reference or tutorial.
8441
8442 @menu
8443 * C:: C and C@t{++}
8444 * Objective-C:: Objective-C
8445 * Fortran:: Fortran
8446 * Pascal:: Pascal
8447 * Modula-2:: Modula-2
8448 * Ada:: Ada
8449 @end menu
8450
8451 @node C
8452 @subsection C and C@t{++}
8453
8454 @cindex C and C@t{++}
8455 @cindex expressions in C or C@t{++}
8456
8457 Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
8458 to both languages. Whenever this is the case, we discuss those languages
8459 together.
8460
8461 @cindex C@t{++}
8462 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
8463 @cindex @sc{gnu} C@t{++}
8464 The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8465 compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8466 effectively, you must compile your C@t{++} programs with a supported
8467 C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
8468 compiler (@code{aCC}).
8469
8470 For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8471 format; if it doesn't work on your system, try the stabs+ debugging
8472 format. You can select those formats explicitly with the @code{g++}
8473 command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8474 @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8475 CC, gcc.info, Using @sc{gnu} CC}.
8476
8477 @menu
8478 * C Operators:: C and C@t{++} operators
8479 * C Constants:: C and C@t{++} constants
8480 * C plus plus expressions:: C@t{++} expressions
8481 * C Defaults:: Default settings for C and C@t{++}
8482 * C Checks:: C and C@t{++} type and range checks
8483 * Debugging C:: @value{GDBN} and C
8484 * Debugging C plus plus:: @value{GDBN} features for C@t{++}
8485 @end menu
8486
8487 @node C Operators
8488 @subsubsection C and C@t{++} operators
8489
8490 @cindex C and C@t{++} operators
8491
8492 Operators must be defined on values of specific types. For instance,
8493 @code{+} is defined on numbers, but not on structures. Operators are
8494 often defined on groups of types.
8495
8496 For the purposes of C and C@t{++}, the following definitions hold:
8497
8498 @itemize @bullet
8499
8500 @item
8501 @emph{Integral types} include @code{int} with any of its storage-class
8502 specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
8503
8504 @item
8505 @emph{Floating-point types} include @code{float}, @code{double}, and
8506 @code{long double} (if supported by the target platform).
8507
8508 @item
8509 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
8510
8511 @item
8512 @emph{Scalar types} include all of the above.
8513
8514 @end itemize
8515
8516 @noindent
8517 The following operators are supported. They are listed here
8518 in order of increasing precedence:
8519
8520 @table @code
8521 @item ,
8522 The comma or sequencing operator. Expressions in a comma-separated list
8523 are evaluated from left to right, with the result of the entire
8524 expression being the last expression evaluated.
8525
8526 @item =
8527 Assignment. The value of an assignment expression is the value
8528 assigned. Defined on scalar types.
8529
8530 @item @var{op}=
8531 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8532 and translated to @w{@code{@var{a} = @var{a op b}}}.
8533 @w{@code{@var{op}=}} and @code{=} have the same precedence.
8534 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8535 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8536
8537 @item ?:
8538 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8539 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8540 integral type.
8541
8542 @item ||
8543 Logical @sc{or}. Defined on integral types.
8544
8545 @item &&
8546 Logical @sc{and}. Defined on integral types.
8547
8548 @item |
8549 Bitwise @sc{or}. Defined on integral types.
8550
8551 @item ^
8552 Bitwise exclusive-@sc{or}. Defined on integral types.
8553
8554 @item &
8555 Bitwise @sc{and}. Defined on integral types.
8556
8557 @item ==@r{, }!=
8558 Equality and inequality. Defined on scalar types. The value of these
8559 expressions is 0 for false and non-zero for true.
8560
8561 @item <@r{, }>@r{, }<=@r{, }>=
8562 Less than, greater than, less than or equal, greater than or equal.
8563 Defined on scalar types. The value of these expressions is 0 for false
8564 and non-zero for true.
8565
8566 @item <<@r{, }>>
8567 left shift, and right shift. Defined on integral types.
8568
8569 @item @@
8570 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8571
8572 @item +@r{, }-
8573 Addition and subtraction. Defined on integral types, floating-point types and
8574 pointer types.
8575
8576 @item *@r{, }/@r{, }%
8577 Multiplication, division, and modulus. Multiplication and division are
8578 defined on integral and floating-point types. Modulus is defined on
8579 integral types.
8580
8581 @item ++@r{, }--
8582 Increment and decrement. When appearing before a variable, the
8583 operation is performed before the variable is used in an expression;
8584 when appearing after it, the variable's value is used before the
8585 operation takes place.
8586
8587 @item *
8588 Pointer dereferencing. Defined on pointer types. Same precedence as
8589 @code{++}.
8590
8591 @item &
8592 Address operator. Defined on variables. Same precedence as @code{++}.
8593
8594 For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8595 allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
8596 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
8597 where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
8598 stored.
8599
8600 @item -
8601 Negative. Defined on integral and floating-point types. Same
8602 precedence as @code{++}.
8603
8604 @item !
8605 Logical negation. Defined on integral types. Same precedence as
8606 @code{++}.
8607
8608 @item ~
8609 Bitwise complement operator. Defined on integral types. Same precedence as
8610 @code{++}.
8611
8612
8613 @item .@r{, }->
8614 Structure member, and pointer-to-structure member. For convenience,
8615 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
8616 pointer based on the stored type information.
8617 Defined on @code{struct} and @code{union} data.
8618
8619 @item .*@r{, }->*
8620 Dereferences of pointers to members.
8621
8622 @item []
8623 Array indexing. @code{@var{a}[@var{i}]} is defined as
8624 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8625
8626 @item ()
8627 Function parameter list. Same precedence as @code{->}.
8628
8629 @item ::
8630 C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
8631 and @code{class} types.
8632
8633 @item ::
8634 Doubled colons also represent the @value{GDBN} scope operator
8635 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8636 above.
8637 @end table
8638
8639 If an operator is redefined in the user code, @value{GDBN} usually
8640 attempts to invoke the redefined version instead of using the operator's
8641 predefined meaning.
8642
8643 @menu
8644 * C Constants::
8645 @end menu
8646
8647 @node C Constants
8648 @subsubsection C and C@t{++} constants
8649
8650 @cindex C and C@t{++} constants
8651
8652 @value{GDBN} allows you to express the constants of C and C@t{++} in the
8653 following ways:
8654
8655 @itemize @bullet
8656 @item
8657 Integer constants are a sequence of digits. Octal constants are
8658 specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8659 by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8660 @samp{l}, specifying that the constant should be treated as a
8661 @code{long} value.
8662
8663 @item
8664 Floating point constants are a sequence of digits, followed by a decimal
8665 point, followed by a sequence of digits, and optionally followed by an
8666 exponent. An exponent is of the form:
8667 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8668 sequence of digits. The @samp{+} is optional for positive exponents.
8669 A floating-point constant may also end with a letter @samp{f} or
8670 @samp{F}, specifying that the constant should be treated as being of
8671 the @code{float} (as opposed to the default @code{double}) type; or with
8672 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8673 constant.
8674
8675 @item
8676 Enumerated constants consist of enumerated identifiers, or their
8677 integral equivalents.
8678
8679 @item
8680 Character constants are a single character surrounded by single quotes
8681 (@code{'}), or a number---the ordinal value of the corresponding character
8682 (usually its @sc{ascii} value). Within quotes, the single character may
8683 be represented by a letter or by @dfn{escape sequences}, which are of
8684 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8685 of the character's ordinal value; or of the form @samp{\@var{x}}, where
8686 @samp{@var{x}} is a predefined special character---for example,
8687 @samp{\n} for newline.
8688
8689 @item
8690 String constants are a sequence of character constants surrounded by
8691 double quotes (@code{"}). Any valid character constant (as described
8692 above) may appear. Double quotes within the string must be preceded by
8693 a backslash, so for instance @samp{"a\"b'c"} is a string of five
8694 characters.
8695
8696 @item
8697 Pointer constants are an integral value. You can also write pointers
8698 to constants using the C operator @samp{&}.
8699
8700 @item
8701 Array constants are comma-separated lists surrounded by braces @samp{@{}
8702 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8703 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8704 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8705 @end itemize
8706
8707 @menu
8708 * C plus plus expressions::
8709 * C Defaults::
8710 * C Checks::
8711
8712 * Debugging C::
8713 @end menu
8714
8715 @node C plus plus expressions
8716 @subsubsection C@t{++} expressions
8717
8718 @cindex expressions in C@t{++}
8719 @value{GDBN} expression handling can interpret most C@t{++} expressions.
8720
8721 @cindex debugging C@t{++} programs
8722 @cindex C@t{++} compilers
8723 @cindex debug formats and C@t{++}
8724 @cindex @value{NGCC} and C@t{++}
8725 @quotation
8726 @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8727 proper compiler and the proper debug format. Currently, @value{GDBN}
8728 works best when debugging C@t{++} code that is compiled with
8729 @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8730 @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8731 stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8732 stabs+ as their default debug format, so you usually don't need to
8733 specify a debug format explicitly. Other compilers and/or debug formats
8734 are likely to work badly or not at all when using @value{GDBN} to debug
8735 C@t{++} code.
8736 @end quotation
8737
8738 @enumerate
8739
8740 @cindex member functions
8741 @item
8742 Member function calls are allowed; you can use expressions like
8743
8744 @smallexample
8745 count = aml->GetOriginal(x, y)
8746 @end smallexample
8747
8748 @vindex this@r{, inside C@t{++} member functions}
8749 @cindex namespace in C@t{++}
8750 @item
8751 While a member function is active (in the selected stack frame), your
8752 expressions have the same namespace available as the member function;
8753 that is, @value{GDBN} allows implicit references to the class instance
8754 pointer @code{this} following the same rules as C@t{++}.
8755
8756 @cindex call overloaded functions
8757 @cindex overloaded functions, calling
8758 @cindex type conversions in C@t{++}
8759 @item
8760 You can call overloaded functions; @value{GDBN} resolves the function
8761 call to the right definition, with some restrictions. @value{GDBN} does not
8762 perform overload resolution involving user-defined type conversions,
8763 calls to constructors, or instantiations of templates that do not exist
8764 in the program. It also cannot handle ellipsis argument lists or
8765 default arguments.
8766
8767 It does perform integral conversions and promotions, floating-point
8768 promotions, arithmetic conversions, pointer conversions, conversions of
8769 class objects to base classes, and standard conversions such as those of
8770 functions or arrays to pointers; it requires an exact match on the
8771 number of function arguments.
8772
8773 Overload resolution is always performed, unless you have specified
8774 @code{set overload-resolution off}. @xref{Debugging C plus plus,
8775 ,@value{GDBN} features for C@t{++}}.
8776
8777 You must specify @code{set overload-resolution off} in order to use an
8778 explicit function signature to call an overloaded function, as in
8779 @smallexample
8780 p 'foo(char,int)'('x', 13)
8781 @end smallexample
8782
8783 The @value{GDBN} command-completion facility can simplify this;
8784 see @ref{Completion, ,Command completion}.
8785
8786 @cindex reference declarations
8787 @item
8788 @value{GDBN} understands variables declared as C@t{++} references; you can use
8789 them in expressions just as you do in C@t{++} source---they are automatically
8790 dereferenced.
8791
8792 In the parameter list shown when @value{GDBN} displays a frame, the values of
8793 reference variables are not displayed (unlike other variables); this
8794 avoids clutter, since references are often used for large structures.
8795 The @emph{address} of a reference variable is always shown, unless
8796 you have specified @samp{set print address off}.
8797
8798 @item
8799 @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8800 expressions can use it just as expressions in your program do. Since
8801 one scope may be defined in another, you can use @code{::} repeatedly if
8802 necessary, for example in an expression like
8803 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8804 resolving name scope by reference to source files, in both C and C@t{++}
8805 debugging (@pxref{Variables, ,Program variables}).
8806 @end enumerate
8807
8808 In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8809 calling virtual functions correctly, printing out virtual bases of
8810 objects, calling functions in a base subobject, casting objects, and
8811 invoking user-defined operators.
8812
8813 @node C Defaults
8814 @subsubsection C and C@t{++} defaults
8815
8816 @cindex C and C@t{++} defaults
8817
8818 If you allow @value{GDBN} to set type and range checking automatically, they
8819 both default to @code{off} whenever the working language changes to
8820 C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8821 selects the working language.
8822
8823 If you allow @value{GDBN} to set the language automatically, it
8824 recognizes source files whose names end with @file{.c}, @file{.C}, or
8825 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8826 these files, it sets the working language to C or C@t{++}.
8827 @xref{Automatically, ,Having @value{GDBN} infer the source language},
8828 for further details.
8829
8830 @c Type checking is (a) primarily motivated by Modula-2, and (b)
8831 @c unimplemented. If (b) changes, it might make sense to let this node
8832 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8833
8834 @node C Checks
8835 @subsubsection C and C@t{++} type and range checks
8836
8837 @cindex C and C@t{++} checks
8838
8839 By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8840 is not used. However, if you turn type checking on, @value{GDBN}
8841 considers two variables type equivalent if:
8842
8843 @itemize @bullet
8844 @item
8845 The two variables are structured and have the same structure, union, or
8846 enumerated tag.
8847
8848 @item
8849 The two variables have the same type name, or types that have been
8850 declared equivalent through @code{typedef}.
8851
8852 @ignore
8853 @c leaving this out because neither J Gilmore nor R Pesch understand it.
8854 @c FIXME--beers?
8855 @item
8856 The two @code{struct}, @code{union}, or @code{enum} variables are
8857 declared in the same declaration. (Note: this may not be true for all C
8858 compilers.)
8859 @end ignore
8860 @end itemize
8861
8862 Range checking, if turned on, is done on mathematical operations. Array
8863 indices are not checked, since they are often used to index a pointer
8864 that is not itself an array.
8865
8866 @node Debugging C
8867 @subsubsection @value{GDBN} and C
8868
8869 The @code{set print union} and @code{show print union} commands apply to
8870 the @code{union} type. When set to @samp{on}, any @code{union} that is
8871 inside a @code{struct} or @code{class} is also printed. Otherwise, it
8872 appears as @samp{@{...@}}.
8873
8874 The @code{@@} operator aids in the debugging of dynamic arrays, formed
8875 with pointers and a memory allocation function. @xref{Expressions,
8876 ,Expressions}.
8877
8878 @menu
8879 * Debugging C plus plus::
8880 @end menu
8881
8882 @node Debugging C plus plus
8883 @subsubsection @value{GDBN} features for C@t{++}
8884
8885 @cindex commands for C@t{++}
8886
8887 Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8888 designed specifically for use with C@t{++}. Here is a summary:
8889
8890 @table @code
8891 @cindex break in overloaded functions
8892 @item @r{breakpoint menus}
8893 When you want a breakpoint in a function whose name is overloaded,
8894 @value{GDBN} breakpoint menus help you specify which function definition
8895 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8896
8897 @cindex overloading in C@t{++}
8898 @item rbreak @var{regex}
8899 Setting breakpoints using regular expressions is helpful for setting
8900 breakpoints on overloaded functions that are not members of any special
8901 classes.
8902 @xref{Set Breaks, ,Setting breakpoints}.
8903
8904 @cindex C@t{++} exception handling
8905 @item catch throw
8906 @itemx catch catch
8907 Debug C@t{++} exception handling using these commands. @xref{Set
8908 Catchpoints, , Setting catchpoints}.
8909
8910 @cindex inheritance
8911 @item ptype @var{typename}
8912 Print inheritance relationships as well as other information for type
8913 @var{typename}.
8914 @xref{Symbols, ,Examining the Symbol Table}.
8915
8916 @cindex C@t{++} symbol display
8917 @item set print demangle
8918 @itemx show print demangle
8919 @itemx set print asm-demangle
8920 @itemx show print asm-demangle
8921 Control whether C@t{++} symbols display in their source form, both when
8922 displaying code as C@t{++} source and when displaying disassemblies.
8923 @xref{Print Settings, ,Print settings}.
8924
8925 @item set print object
8926 @itemx show print object
8927 Choose whether to print derived (actual) or declared types of objects.
8928 @xref{Print Settings, ,Print settings}.
8929
8930 @item set print vtbl
8931 @itemx show print vtbl
8932 Control the format for printing virtual function tables.
8933 @xref{Print Settings, ,Print settings}.
8934 (The @code{vtbl} commands do not work on programs compiled with the HP
8935 ANSI C@t{++} compiler (@code{aCC}).)
8936
8937 @kindex set overload-resolution
8938 @cindex overloaded functions, overload resolution
8939 @item set overload-resolution on
8940 Enable overload resolution for C@t{++} expression evaluation. The default
8941 is on. For overloaded functions, @value{GDBN} evaluates the arguments
8942 and searches for a function whose signature matches the argument types,
8943 using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8944 expressions}, for details). If it cannot find a match, it emits a
8945 message.
8946
8947 @item set overload-resolution off
8948 Disable overload resolution for C@t{++} expression evaluation. For
8949 overloaded functions that are not class member functions, @value{GDBN}
8950 chooses the first function of the specified name that it finds in the
8951 symbol table, whether or not its arguments are of the correct type. For
8952 overloaded functions that are class member functions, @value{GDBN}
8953 searches for a function whose signature @emph{exactly} matches the
8954 argument types.
8955
8956 @kindex show overload-resolution
8957 @item show overload-resolution
8958 Show the current setting of overload resolution.
8959
8960 @item @r{Overloaded symbol names}
8961 You can specify a particular definition of an overloaded symbol, using
8962 the same notation that is used to declare such symbols in C@t{++}: type
8963 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8964 also use the @value{GDBN} command-line word completion facilities to list the
8965 available choices, or to finish the type list for you.
8966 @xref{Completion,, Command completion}, for details on how to do this.
8967 @end table
8968
8969 @node Objective-C
8970 @subsection Objective-C
8971
8972 @cindex Objective-C
8973 This section provides information about some commands and command
8974 options that are useful for debugging Objective-C code. See also
8975 @ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8976 few more commands specific to Objective-C support.
8977
8978 @menu
8979 * Method Names in Commands::
8980 * The Print Command with Objective-C::
8981 @end menu
8982
8983 @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8984 @subsubsection Method Names in Commands
8985
8986 The following commands have been extended to accept Objective-C method
8987 names as line specifications:
8988
8989 @kindex clear@r{, and Objective-C}
8990 @kindex break@r{, and Objective-C}
8991 @kindex info line@r{, and Objective-C}
8992 @kindex jump@r{, and Objective-C}
8993 @kindex list@r{, and Objective-C}
8994 @itemize
8995 @item @code{clear}
8996 @item @code{break}
8997 @item @code{info line}
8998 @item @code{jump}
8999 @item @code{list}
9000 @end itemize
9001
9002 A fully qualified Objective-C method name is specified as
9003
9004 @smallexample
9005 -[@var{Class} @var{methodName}]
9006 @end smallexample
9007
9008 where the minus sign is used to indicate an instance method and a
9009 plus sign (not shown) is used to indicate a class method. The class
9010 name @var{Class} and method name @var{methodName} are enclosed in
9011 brackets, similar to the way messages are specified in Objective-C
9012 source code. For example, to set a breakpoint at the @code{create}
9013 instance method of class @code{Fruit} in the program currently being
9014 debugged, enter:
9015
9016 @smallexample
9017 break -[Fruit create]
9018 @end smallexample
9019
9020 To list ten program lines around the @code{initialize} class method,
9021 enter:
9022
9023 @smallexample
9024 list +[NSText initialize]
9025 @end smallexample
9026
9027 In the current version of @value{GDBN}, the plus or minus sign is
9028 required. In future versions of @value{GDBN}, the plus or minus
9029 sign will be optional, but you can use it to narrow the search. It
9030 is also possible to specify just a method name:
9031
9032 @smallexample
9033 break create
9034 @end smallexample
9035
9036 You must specify the complete method name, including any colons. If
9037 your program's source files contain more than one @code{create} method,
9038 you'll be presented with a numbered list of classes that implement that
9039 method. Indicate your choice by number, or type @samp{0} to exit if
9040 none apply.
9041
9042 As another example, to clear a breakpoint established at the
9043 @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
9044
9045 @smallexample
9046 clear -[NSWindow makeKeyAndOrderFront:]
9047 @end smallexample
9048
9049 @node The Print Command with Objective-C
9050 @subsubsection The Print Command With Objective-C
9051 @cindex Objective-C, print objects
9052 @kindex print-object
9053 @kindex po @r{(@code{print-object})}
9054
9055 The print command has also been extended to accept methods. For example:
9056
9057 @smallexample
9058 print -[@var{object} hash]
9059 @end smallexample
9060
9061 @cindex print an Objective-C object description
9062 @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
9063 @noindent
9064 will tell @value{GDBN} to send the @code{hash} message to @var{object}
9065 and print the result. Also, an additional command has been added,
9066 @code{print-object} or @code{po} for short, which is meant to print
9067 the description of an object. However, this command may only work
9068 with certain Objective-C libraries that have a particular hook
9069 function, @code{_NSPrintForDebugger}, defined.
9070
9071 @node Fortran
9072 @subsection Fortran
9073 @cindex Fortran-specific support in @value{GDBN}
9074
9075 @table @code
9076 @cindex @code{COMMON} blocks, Fortran
9077 @kindex info common
9078 @item info common @r{[}@var{common-name}@r{]}
9079 This command prints the values contained in the Fortran @code{COMMON}
9080 block whose name is @var{common-name}. With no argument, the names of
9081 all @code{COMMON} blocks visible at current program location are
9082 printed.
9083 @end table
9084
9085 Fortran symbols are usually case-insensitive, so @value{GDBN} by
9086 default uses case-insensitive matches for Fortran symbols. You can
9087 change that with the @samp{set case-insensitive} command, see
9088 @ref{Symbols}, for the details.
9089
9090 @node Pascal
9091 @subsection Pascal
9092
9093 @cindex Pascal support in @value{GDBN}, limitations
9094 Debugging Pascal programs which use sets, subranges, file variables, or
9095 nested functions does not currently work. @value{GDBN} does not support
9096 entering expressions, printing values, or similar features using Pascal
9097 syntax.
9098
9099 The Pascal-specific command @code{set print pascal_static-members}
9100 controls whether static members of Pascal objects are displayed.
9101 @xref{Print Settings, pascal_static-members}.
9102
9103 @node Modula-2
9104 @subsection Modula-2
9105
9106 @cindex Modula-2, @value{GDBN} support
9107
9108 The extensions made to @value{GDBN} to support Modula-2 only support
9109 output from the @sc{gnu} Modula-2 compiler (which is currently being
9110 developed). Other Modula-2 compilers are not currently supported, and
9111 attempting to debug executables produced by them is most likely
9112 to give an error as @value{GDBN} reads in the executable's symbol
9113 table.
9114
9115 @cindex expressions in Modula-2
9116 @menu
9117 * M2 Operators:: Built-in operators
9118 * Built-In Func/Proc:: Built-in functions and procedures
9119 * M2 Constants:: Modula-2 constants
9120 * M2 Defaults:: Default settings for Modula-2
9121 * Deviations:: Deviations from standard Modula-2
9122 * M2 Checks:: Modula-2 type and range checks
9123 * M2 Scope:: The scope operators @code{::} and @code{.}
9124 * GDB/M2:: @value{GDBN} and Modula-2
9125 @end menu
9126
9127 @node M2 Operators
9128 @subsubsection Operators
9129 @cindex Modula-2 operators
9130
9131 Operators must be defined on values of specific types. For instance,
9132 @code{+} is defined on numbers, but not on structures. Operators are
9133 often defined on groups of types. For the purposes of Modula-2, the
9134 following definitions hold:
9135
9136 @itemize @bullet
9137
9138 @item
9139 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
9140 their subranges.
9141
9142 @item
9143 @emph{Character types} consist of @code{CHAR} and its subranges.
9144
9145 @item
9146 @emph{Floating-point types} consist of @code{REAL}.
9147
9148 @item
9149 @emph{Pointer types} consist of anything declared as @code{POINTER TO
9150 @var{type}}.
9151
9152 @item
9153 @emph{Scalar types} consist of all of the above.
9154
9155 @item
9156 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
9157
9158 @item
9159 @emph{Boolean types} consist of @code{BOOLEAN}.
9160 @end itemize
9161
9162 @noindent
9163 The following operators are supported, and appear in order of
9164 increasing precedence:
9165
9166 @table @code
9167 @item ,
9168 Function argument or array index separator.
9169
9170 @item :=
9171 Assignment. The value of @var{var} @code{:=} @var{value} is
9172 @var{value}.
9173
9174 @item <@r{, }>
9175 Less than, greater than on integral, floating-point, or enumerated
9176 types.
9177
9178 @item <=@r{, }>=
9179 Less than or equal to, greater than or equal to
9180 on integral, floating-point and enumerated types, or set inclusion on
9181 set types. Same precedence as @code{<}.
9182
9183 @item =@r{, }<>@r{, }#
9184 Equality and two ways of expressing inequality, valid on scalar types.
9185 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9186 available for inequality, since @code{#} conflicts with the script
9187 comment character.
9188
9189 @item IN
9190 Set membership. Defined on set types and the types of their members.
9191 Same precedence as @code{<}.
9192
9193 @item OR
9194 Boolean disjunction. Defined on boolean types.
9195
9196 @item AND@r{, }&
9197 Boolean conjunction. Defined on boolean types.
9198
9199 @item @@
9200 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9201
9202 @item +@r{, }-
9203 Addition and subtraction on integral and floating-point types, or union
9204 and difference on set types.
9205
9206 @item *
9207 Multiplication on integral and floating-point types, or set intersection
9208 on set types.
9209
9210 @item /
9211 Division on floating-point types, or symmetric set difference on set
9212 types. Same precedence as @code{*}.
9213
9214 @item DIV@r{, }MOD
9215 Integer division and remainder. Defined on integral types. Same
9216 precedence as @code{*}.
9217
9218 @item -
9219 Negative. Defined on @code{INTEGER} and @code{REAL} data.
9220
9221 @item ^
9222 Pointer dereferencing. Defined on pointer types.
9223
9224 @item NOT
9225 Boolean negation. Defined on boolean types. Same precedence as
9226 @code{^}.
9227
9228 @item .
9229 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
9230 precedence as @code{^}.
9231
9232 @item []
9233 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9234
9235 @item ()
9236 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9237 as @code{^}.
9238
9239 @item ::@r{, }.
9240 @value{GDBN} and Modula-2 scope operators.
9241 @end table
9242
9243 @quotation
9244 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9245 treats the use of the operator @code{IN}, or the use of operators
9246 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9247 @code{<=}, and @code{>=} on sets as an error.
9248 @end quotation
9249
9250
9251 @node Built-In Func/Proc
9252 @subsubsection Built-in functions and procedures
9253 @cindex Modula-2 built-ins
9254
9255 Modula-2 also makes available several built-in procedures and functions.
9256 In describing these, the following metavariables are used:
9257
9258 @table @var
9259
9260 @item a
9261 represents an @code{ARRAY} variable.
9262
9263 @item c
9264 represents a @code{CHAR} constant or variable.
9265
9266 @item i
9267 represents a variable or constant of integral type.
9268
9269 @item m
9270 represents an identifier that belongs to a set. Generally used in the
9271 same function with the metavariable @var{s}. The type of @var{s} should
9272 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9273
9274 @item n
9275 represents a variable or constant of integral or floating-point type.
9276
9277 @item r
9278 represents a variable or constant of floating-point type.
9279
9280 @item t
9281 represents a type.
9282
9283 @item v
9284 represents a variable.
9285
9286 @item x
9287 represents a variable or constant of one of many types. See the
9288 explanation of the function for details.
9289 @end table
9290
9291 All Modula-2 built-in procedures also return a result, described below.
9292
9293 @table @code
9294 @item ABS(@var{n})
9295 Returns the absolute value of @var{n}.
9296
9297 @item CAP(@var{c})
9298 If @var{c} is a lower case letter, it returns its upper case
9299 equivalent, otherwise it returns its argument.
9300
9301 @item CHR(@var{i})
9302 Returns the character whose ordinal value is @var{i}.
9303
9304 @item DEC(@var{v})
9305 Decrements the value in the variable @var{v} by one. Returns the new value.
9306
9307 @item DEC(@var{v},@var{i})
9308 Decrements the value in the variable @var{v} by @var{i}. Returns the
9309 new value.
9310
9311 @item EXCL(@var{m},@var{s})
9312 Removes the element @var{m} from the set @var{s}. Returns the new
9313 set.
9314
9315 @item FLOAT(@var{i})
9316 Returns the floating point equivalent of the integer @var{i}.
9317
9318 @item HIGH(@var{a})
9319 Returns the index of the last member of @var{a}.
9320
9321 @item INC(@var{v})
9322 Increments the value in the variable @var{v} by one. Returns the new value.
9323
9324 @item INC(@var{v},@var{i})
9325 Increments the value in the variable @var{v} by @var{i}. Returns the
9326 new value.
9327
9328 @item INCL(@var{m},@var{s})
9329 Adds the element @var{m} to the set @var{s} if it is not already
9330 there. Returns the new set.
9331
9332 @item MAX(@var{t})
9333 Returns the maximum value of the type @var{t}.
9334
9335 @item MIN(@var{t})
9336 Returns the minimum value of the type @var{t}.
9337
9338 @item ODD(@var{i})
9339 Returns boolean TRUE if @var{i} is an odd number.
9340
9341 @item ORD(@var{x})
9342 Returns the ordinal value of its argument. For example, the ordinal
9343 value of a character is its @sc{ascii} value (on machines supporting the
9344 @sc{ascii} character set). @var{x} must be of an ordered type, which include
9345 integral, character and enumerated types.
9346
9347 @item SIZE(@var{x})
9348 Returns the size of its argument. @var{x} can be a variable or a type.
9349
9350 @item TRUNC(@var{r})
9351 Returns the integral part of @var{r}.
9352
9353 @item VAL(@var{t},@var{i})
9354 Returns the member of the type @var{t} whose ordinal value is @var{i}.
9355 @end table
9356
9357 @quotation
9358 @emph{Warning:} Sets and their operations are not yet supported, so
9359 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9360 an error.
9361 @end quotation
9362
9363 @cindex Modula-2 constants
9364 @node M2 Constants
9365 @subsubsection Constants
9366
9367 @value{GDBN} allows you to express the constants of Modula-2 in the following
9368 ways:
9369
9370 @itemize @bullet
9371
9372 @item
9373 Integer constants are simply a sequence of digits. When used in an
9374 expression, a constant is interpreted to be type-compatible with the
9375 rest of the expression. Hexadecimal integers are specified by a
9376 trailing @samp{H}, and octal integers by a trailing @samp{B}.
9377
9378 @item
9379 Floating point constants appear as a sequence of digits, followed by a
9380 decimal point and another sequence of digits. An optional exponent can
9381 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9382 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9383 digits of the floating point constant must be valid decimal (base 10)
9384 digits.
9385
9386 @item
9387 Character constants consist of a single character enclosed by a pair of
9388 like quotes, either single (@code{'}) or double (@code{"}). They may
9389 also be expressed by their ordinal value (their @sc{ascii} value, usually)
9390 followed by a @samp{C}.
9391
9392 @item
9393 String constants consist of a sequence of characters enclosed by a
9394 pair of like quotes, either single (@code{'}) or double (@code{"}).
9395 Escape sequences in the style of C are also allowed. @xref{C
9396 Constants, ,C and C@t{++} constants}, for a brief explanation of escape
9397 sequences.
9398
9399 @item
9400 Enumerated constants consist of an enumerated identifier.
9401
9402 @item
9403 Boolean constants consist of the identifiers @code{TRUE} and
9404 @code{FALSE}.
9405
9406 @item
9407 Pointer constants consist of integral values only.
9408
9409 @item
9410 Set constants are not yet supported.
9411 @end itemize
9412
9413 @node M2 Defaults
9414 @subsubsection Modula-2 defaults
9415 @cindex Modula-2 defaults
9416
9417 If type and range checking are set automatically by @value{GDBN}, they
9418 both default to @code{on} whenever the working language changes to
9419 Modula-2. This happens regardless of whether you or @value{GDBN}
9420 selected the working language.
9421
9422 If you allow @value{GDBN} to set the language automatically, then entering
9423 code compiled from a file whose name ends with @file{.mod} sets the
9424 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
9425 the language automatically}, for further details.
9426
9427 @node Deviations
9428 @subsubsection Deviations from standard Modula-2
9429 @cindex Modula-2, deviations from
9430
9431 A few changes have been made to make Modula-2 programs easier to debug.
9432 This is done primarily via loosening its type strictness:
9433
9434 @itemize @bullet
9435 @item
9436 Unlike in standard Modula-2, pointer constants can be formed by
9437 integers. This allows you to modify pointer variables during
9438 debugging. (In standard Modula-2, the actual address contained in a
9439 pointer variable is hidden from you; it can only be modified
9440 through direct assignment to another pointer variable or expression that
9441 returned a pointer.)
9442
9443 @item
9444 C escape sequences can be used in strings and characters to represent
9445 non-printable characters. @value{GDBN} prints out strings with these
9446 escape sequences embedded. Single non-printable characters are
9447 printed using the @samp{CHR(@var{nnn})} format.
9448
9449 @item
9450 The assignment operator (@code{:=}) returns the value of its right-hand
9451 argument.
9452
9453 @item
9454 All built-in procedures both modify @emph{and} return their argument.
9455 @end itemize
9456
9457 @node M2 Checks
9458 @subsubsection Modula-2 type and range checks
9459 @cindex Modula-2 checks
9460
9461 @quotation
9462 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9463 range checking.
9464 @end quotation
9465 @c FIXME remove warning when type/range checks added
9466
9467 @value{GDBN} considers two Modula-2 variables type equivalent if:
9468
9469 @itemize @bullet
9470 @item
9471 They are of types that have been declared equivalent via a @code{TYPE
9472 @var{t1} = @var{t2}} statement
9473
9474 @item
9475 They have been declared on the same line. (Note: This is true of the
9476 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9477 @end itemize
9478
9479 As long as type checking is enabled, any attempt to combine variables
9480 whose types are not equivalent is an error.
9481
9482 Range checking is done on all mathematical operations, assignment, array
9483 index bounds, and all built-in functions and procedures.
9484
9485 @node M2 Scope
9486 @subsubsection The scope operators @code{::} and @code{.}
9487 @cindex scope
9488 @cindex @code{.}, Modula-2 scope operator
9489 @cindex colon, doubled as scope operator
9490 @ifinfo
9491 @vindex colon-colon@r{, in Modula-2}
9492 @c Info cannot handle :: but TeX can.
9493 @end ifinfo
9494 @iftex
9495 @vindex ::@r{, in Modula-2}
9496 @end iftex
9497
9498 There are a few subtle differences between the Modula-2 scope operator
9499 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9500 similar syntax:
9501
9502 @smallexample
9503
9504 @var{module} . @var{id}
9505 @var{scope} :: @var{id}
9506 @end smallexample
9507
9508 @noindent
9509 where @var{scope} is the name of a module or a procedure,
9510 @var{module} the name of a module, and @var{id} is any declared
9511 identifier within your program, except another module.
9512
9513 Using the @code{::} operator makes @value{GDBN} search the scope
9514 specified by @var{scope} for the identifier @var{id}. If it is not
9515 found in the specified scope, then @value{GDBN} searches all scopes
9516 enclosing the one specified by @var{scope}.
9517
9518 Using the @code{.} operator makes @value{GDBN} search the current scope for
9519 the identifier specified by @var{id} that was imported from the
9520 definition module specified by @var{module}. With this operator, it is
9521 an error if the identifier @var{id} was not imported from definition
9522 module @var{module}, or if @var{id} is not an identifier in
9523 @var{module}.
9524
9525 @node GDB/M2
9526 @subsubsection @value{GDBN} and Modula-2
9527
9528 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9529 Five subcommands of @code{set print} and @code{show print} apply
9530 specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
9531 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
9532 apply to C@t{++}, and the last to the C @code{union} type, which has no direct
9533 analogue in Modula-2.
9534
9535 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
9536 with any language, is not useful with Modula-2. Its
9537 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
9538 created in Modula-2 as they can in C or C@t{++}. However, because an
9539 address can be specified by an integral constant, the construct
9540 @samp{@{@var{type}@}@var{adrexp}} is still useful.
9541
9542 @cindex @code{#} in Modula-2
9543 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9544 interpreted as the beginning of a comment. Use @code{<>} instead.
9545
9546 @node Ada
9547 @subsection Ada
9548 @cindex Ada
9549
9550 The extensions made to @value{GDBN} for Ada only support
9551 output from the @sc{gnu} Ada (GNAT) compiler.
9552 Other Ada compilers are not currently supported, and
9553 attempting to debug executables produced by them is most likely
9554 to be difficult.
9555
9556
9557 @cindex expressions in Ada
9558 @menu
9559 * Ada Mode Intro:: General remarks on the Ada syntax
9560 and semantics supported by Ada mode
9561 in @value{GDBN}.
9562 * Omissions from Ada:: Restrictions on the Ada expression syntax.
9563 * Additions to Ada:: Extensions of the Ada expression syntax.
9564 * Stopping Before Main Program:: Debugging the program during elaboration.
9565 * Ada Glitches:: Known peculiarities of Ada mode.
9566 @end menu
9567
9568 @node Ada Mode Intro
9569 @subsubsection Introduction
9570 @cindex Ada mode, general
9571
9572 The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9573 syntax, with some extensions.
9574 The philosophy behind the design of this subset is
9575
9576 @itemize @bullet
9577 @item
9578 That @value{GDBN} should provide basic literals and access to operations for
9579 arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9580 leaving more sophisticated computations to subprograms written into the
9581 program (which therefore may be called from @value{GDBN}).
9582
9583 @item
9584 That type safety and strict adherence to Ada language restrictions
9585 are not particularly important to the @value{GDBN} user.
9586
9587 @item
9588 That brevity is important to the @value{GDBN} user.
9589 @end itemize
9590
9591 Thus, for brevity, the debugger acts as if there were
9592 implicit @code{with} and @code{use} clauses in effect for all user-written
9593 packages, making it unnecessary to fully qualify most names with
9594 their packages, regardless of context. Where this causes ambiguity,
9595 @value{GDBN} asks the user's intent.
9596
9597 The debugger will start in Ada mode if it detects an Ada main program.
9598 As for other languages, it will enter Ada mode when stopped in a program that
9599 was translated from an Ada source file.
9600
9601 While in Ada mode, you may use `@t{--}' for comments. This is useful
9602 mostly for documenting command files. The standard @value{GDBN} comment
9603 (@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9604 middle (to allow based literals).
9605
9606 The debugger supports limited overloading. Given a subprogram call in which
9607 the function symbol has multiple definitions, it will use the number of
9608 actual parameters and some information about their types to attempt to narrow
9609 the set of definitions. It also makes very limited use of context, preferring
9610 procedures to functions in the context of the @code{call} command, and
9611 functions to procedures elsewhere.
9612
9613 @node Omissions from Ada
9614 @subsubsection Omissions from Ada
9615 @cindex Ada, omissions from
9616
9617 Here are the notable omissions from the subset:
9618
9619 @itemize @bullet
9620 @item
9621 Only a subset of the attributes are supported:
9622
9623 @itemize @minus
9624 @item
9625 @t{'First}, @t{'Last}, and @t{'Length}
9626 on array objects (not on types and subtypes).
9627
9628 @item
9629 @t{'Min} and @t{'Max}.
9630
9631 @item
9632 @t{'Pos} and @t{'Val}.
9633
9634 @item
9635 @t{'Tag}.
9636
9637 @item
9638 @t{'Range} on array objects (not subtypes), but only as the right
9639 operand of the membership (@code{in}) operator.
9640
9641 @item
9642 @t{'Access}, @t{'Unchecked_Access}, and
9643 @t{'Unrestricted_Access} (a GNAT extension).
9644
9645 @item
9646 @t{'Address}.
9647 @end itemize
9648
9649 @item
9650 The names in
9651 @code{Characters.Latin_1} are not available and
9652 concatenation is not implemented. Thus, escape characters in strings are
9653 not currently available.
9654
9655 @item
9656 Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9657 equality of representations. They will generally work correctly
9658 for strings and arrays whose elements have integer or enumeration types.
9659 They may not work correctly for arrays whose element
9660 types have user-defined equality, for arrays of real values
9661 (in particular, IEEE-conformant floating point, because of negative
9662 zeroes and NaNs), and for arrays whose elements contain unused bits with
9663 indeterminate values.
9664
9665 @item
9666 The other component-by-component array operations (@code{and}, @code{or},
9667 @code{xor}, @code{not}, and relational tests other than equality)
9668 are not implemented.
9669
9670 @item
9671 There are no record or array aggregates.
9672
9673 @item
9674 Calls to dispatching subprograms are not implemented.
9675
9676 @item
9677 The overloading algorithm is much more limited (i.e., less selective)
9678 than that of real Ada. It makes only limited use of the context in which a subexpression
9679 appears to resolve its meaning, and it is much looser in its rules for allowing
9680 type matches. As a result, some function calls will be ambiguous, and the user
9681 will be asked to choose the proper resolution.
9682
9683 @item
9684 The @code{new} operator is not implemented.
9685
9686 @item
9687 Entry calls are not implemented.
9688
9689 @item
9690 Aside from printing, arithmetic operations on the native VAX floating-point
9691 formats are not supported.
9692
9693 @item
9694 It is not possible to slice a packed array.
9695 @end itemize
9696
9697 @node Additions to Ada
9698 @subsubsection Additions to Ada
9699 @cindex Ada, deviations from
9700
9701 As it does for other languages, @value{GDBN} makes certain generic
9702 extensions to Ada (@pxref{Expressions}):
9703
9704 @itemize @bullet
9705 @item
9706 If the expression @var{E} is a variable residing in memory
9707 (typically a local variable or array element) and @var{N} is
9708 a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9709 @var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9710 In Ada, this operator is generally not necessary, since its prime use
9711 is in displaying parts of an array, and slicing will usually do this in Ada.
9712 However, there are occasional uses when debugging programs
9713 in which certain debugging information has been optimized away.
9714
9715 @item
9716 @code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9717 in function or file @var{B}.'' When @var{B} is a file name, you must typically
9718 surround it in single quotes.
9719
9720 @item
9721 The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9722 @var{type} that appears at address @var{addr}.''
9723
9724 @item
9725 A name starting with @samp{$} is a convenience variable
9726 (@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9727 @end itemize
9728
9729 In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9730 to Ada:
9731
9732 @itemize @bullet
9733 @item
9734 The assignment statement is allowed as an expression, returning
9735 its right-hand operand as its value. Thus, you may enter
9736
9737 @smallexample
9738 set x := y + 3
9739 print A(tmp := y + 1)
9740 @end smallexample
9741
9742 @item
9743 The semicolon is allowed as an ``operator,'' returning as its value
9744 the value of its right-hand operand.
9745 This allows, for example,
9746 complex conditional breaks:
9747
9748 @smallexample
9749 break f
9750 condition 1 (report(i); k += 1; A(k) > 100)
9751 @end smallexample
9752
9753 @item
9754 Rather than use catenation and symbolic character names to introduce special
9755 characters into strings, one may instead use a special bracket notation,
9756 which is also used to print strings. A sequence of characters of the form
9757 @samp{["@var{XX}"]} within a string or character literal denotes the
9758 (single) character whose numeric encoding is @var{XX} in hexadecimal. The
9759 sequence of characters @samp{["""]} also denotes a single quotation mark
9760 in strings. For example,
9761 @smallexample
9762 "One line.["0a"]Next line.["0a"]"
9763 @end smallexample
9764 @noindent
9765 contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9766 period.
9767
9768 @item
9769 The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9770 @t{'Max} is optional (and is ignored in any case). For example, it is valid
9771 to write
9772
9773 @smallexample
9774 print 'max(x, y)
9775 @end smallexample
9776
9777 @item
9778 When printing arrays, @value{GDBN} uses positional notation when the
9779 array has a lower bound of 1, and uses a modified named notation otherwise.
9780 For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9781
9782 @smallexample
9783 (3 => 10, 17, 1)
9784 @end smallexample
9785
9786 @noindent
9787 That is, in contrast to valid Ada, only the first component has a @code{=>}
9788 clause.
9789
9790 @item
9791 You may abbreviate attributes in expressions with any unique,
9792 multi-character subsequence of
9793 their names (an exact match gets preference).
9794 For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9795 in place of @t{a'length}.
9796
9797 @item
9798 @cindex quoting Ada internal identifiers
9799 Since Ada is case-insensitive, the debugger normally maps identifiers you type
9800 to lower case. The GNAT compiler uses upper-case characters for
9801 some of its internal identifiers, which are normally of no interest to users.
9802 For the rare occasions when you actually have to look at them,
9803 enclose them in angle brackets to avoid the lower-case mapping.
9804 For example,
9805 @smallexample
9806 @value{GDBP} print <JMPBUF_SAVE>[0]
9807 @end smallexample
9808
9809 @item
9810 Printing an object of class-wide type or dereferencing an
9811 access-to-class-wide value will display all the components of the object's
9812 specific type (as indicated by its run-time tag). Likewise, component
9813 selection on such a value will operate on the specific type of the
9814 object.
9815
9816 @end itemize
9817
9818 @node Stopping Before Main Program
9819 @subsubsection Stopping at the Very Beginning
9820
9821 @cindex breakpointing Ada elaboration code
9822 It is sometimes necessary to debug the program during elaboration, and
9823 before reaching the main procedure.
9824 As defined in the Ada Reference
9825 Manual, the elaboration code is invoked from a procedure called
9826 @code{adainit}. To run your program up to the beginning of
9827 elaboration, simply use the following two commands:
9828 @code{tbreak adainit} and @code{run}.
9829
9830 @node Ada Glitches
9831 @subsubsection Known Peculiarities of Ada Mode
9832 @cindex Ada, problems
9833
9834 Besides the omissions listed previously (@pxref{Omissions from Ada}),
9835 we know of several problems with and limitations of Ada mode in
9836 @value{GDBN},
9837 some of which will be fixed with planned future releases of the debugger
9838 and the GNU Ada compiler.
9839
9840 @itemize @bullet
9841 @item
9842 Currently, the debugger
9843 has insufficient information to determine whether certain pointers represent
9844 pointers to objects or the objects themselves.
9845 Thus, the user may have to tack an extra @code{.all} after an expression
9846 to get it printed properly.
9847
9848 @item
9849 Static constants that the compiler chooses not to materialize as objects in
9850 storage are invisible to the debugger.
9851
9852 @item
9853 Named parameter associations in function argument lists are ignored (the
9854 argument lists are treated as positional).
9855
9856 @item
9857 Many useful library packages are currently invisible to the debugger.
9858
9859 @item
9860 Fixed-point arithmetic, conversions, input, and output is carried out using
9861 floating-point arithmetic, and may give results that only approximate those on
9862 the host machine.
9863
9864 @item
9865 The type of the @t{'Address} attribute may not be @code{System.Address}.
9866
9867 @item
9868 The GNAT compiler never generates the prefix @code{Standard} for any of
9869 the standard symbols defined by the Ada language. @value{GDBN} knows about
9870 this: it will strip the prefix from names when you use it, and will never
9871 look for a name you have so qualified among local symbols, nor match against
9872 symbols in other packages or subprograms. If you have
9873 defined entities anywhere in your program other than parameters and
9874 local variables whose simple names match names in @code{Standard},
9875 GNAT's lack of qualification here can cause confusion. When this happens,
9876 you can usually resolve the confusion
9877 by qualifying the problematic names with package
9878 @code{Standard} explicitly.
9879 @end itemize
9880
9881 @node Unsupported languages
9882 @section Unsupported languages
9883
9884 @cindex unsupported languages
9885 @cindex minimal language
9886 In addition to the other fully-supported programming languages,
9887 @value{GDBN} also provides a pseudo-language, called @code{minimal}.
9888 It does not represent a real programming language, but provides a set
9889 of capabilities close to what the C or assembly languages provide.
9890 This should allow most simple operations to be performed while debugging
9891 an application that uses a language currently not supported by @value{GDBN}.
9892
9893 If the language is set to @code{auto}, @value{GDBN} will automatically
9894 select this language if the current frame corresponds to an unsupported
9895 language.
9896
9897 @node Symbols
9898 @chapter Examining the Symbol Table
9899
9900 The commands described in this chapter allow you to inquire about the
9901 symbols (names of variables, functions and types) defined in your
9902 program. This information is inherent in the text of your program and
9903 does not change as your program executes. @value{GDBN} finds it in your
9904 program's symbol table, in the file indicated when you started @value{GDBN}
9905 (@pxref{File Options, ,Choosing files}), or by one of the
9906 file-management commands (@pxref{Files, ,Commands to specify files}).
9907
9908 @cindex symbol names
9909 @cindex names of symbols
9910 @cindex quoting names
9911 Occasionally, you may need to refer to symbols that contain unusual
9912 characters, which @value{GDBN} ordinarily treats as word delimiters. The
9913 most frequent case is in referring to static variables in other
9914 source files (@pxref{Variables,,Program variables}). File names
9915 are recorded in object files as debugging symbols, but @value{GDBN} would
9916 ordinarily parse a typical file name, like @file{foo.c}, as the three words
9917 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9918 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9919
9920 @smallexample
9921 p 'foo.c'::x
9922 @end smallexample
9923
9924 @noindent
9925 looks up the value of @code{x} in the scope of the file @file{foo.c}.
9926
9927 @table @code
9928 @cindex case-insensitive symbol names
9929 @cindex case sensitivity in symbol names
9930 @kindex set case-sensitive
9931 @item set case-sensitive on
9932 @itemx set case-sensitive off
9933 @itemx set case-sensitive auto
9934 Normally, when @value{GDBN} looks up symbols, it matches their names
9935 with case sensitivity determined by the current source language.
9936 Occasionally, you may wish to control that. The command @code{set
9937 case-sensitive} lets you do that by specifying @code{on} for
9938 case-sensitive matches or @code{off} for case-insensitive ones. If
9939 you specify @code{auto}, case sensitivity is reset to the default
9940 suitable for the source language. The default is case-sensitive
9941 matches for all languages except for Fortran, for which the default is
9942 case-insensitive matches.
9943
9944 @kindex show case-sensitive
9945 @item show case-sensitive
9946 This command shows the current setting of case sensitivity for symbols
9947 lookups.
9948
9949 @kindex info address
9950 @cindex address of a symbol
9951 @item info address @var{symbol}
9952 Describe where the data for @var{symbol} is stored. For a register
9953 variable, this says which register it is kept in. For a non-register
9954 local variable, this prints the stack-frame offset at which the variable
9955 is always stored.
9956
9957 Note the contrast with @samp{print &@var{symbol}}, which does not work
9958 at all for a register variable, and for a stack local variable prints
9959 the exact address of the current instantiation of the variable.
9960
9961 @kindex info symbol
9962 @cindex symbol from address
9963 @cindex closest symbol and offset for an address
9964 @item info symbol @var{addr}
9965 Print the name of a symbol which is stored at the address @var{addr}.
9966 If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9967 nearest symbol and an offset from it:
9968
9969 @smallexample
9970 (@value{GDBP}) info symbol 0x54320
9971 _initialize_vx + 396 in section .text
9972 @end smallexample
9973
9974 @noindent
9975 This is the opposite of the @code{info address} command. You can use
9976 it to find out the name of a variable or a function given its address.
9977
9978 @kindex whatis
9979 @item whatis @var{expr}
9980 Print the data type of expression @var{expr}. @var{expr} is not
9981 actually evaluated, and any side-effecting operations (such as
9982 assignments or function calls) inside it do not take place.
9983 @xref{Expressions, ,Expressions}.
9984
9985 @item whatis
9986 Print the data type of @code{$}, the last value in the value history.
9987
9988 @kindex ptype
9989 @item ptype @var{typename}
9990 Print a description of data type @var{typename}. @var{typename} may be
9991 the name of a type, or for C code it may have the form @samp{class
9992 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9993 @var{union-tag}} or @samp{enum @var{enum-tag}}.
9994
9995 @item ptype @var{expr}
9996 @itemx ptype
9997 Print a description of the type of expression @var{expr}. @code{ptype}
9998 differs from @code{whatis} by printing a detailed description, instead
9999 of just the name of the type.
10000
10001 For example, for this variable declaration:
10002
10003 @smallexample
10004 struct complex @{double real; double imag;@} v;
10005 @end smallexample
10006
10007 @noindent
10008 the two commands give this output:
10009
10010 @smallexample
10011 @group
10012 (@value{GDBP}) whatis v
10013 type = struct complex
10014 (@value{GDBP}) ptype v
10015 type = struct complex @{
10016 double real;
10017 double imag;
10018 @}
10019 @end group
10020 @end smallexample
10021
10022 @noindent
10023 As with @code{whatis}, using @code{ptype} without an argument refers to
10024 the type of @code{$}, the last value in the value history.
10025
10026 @kindex info types
10027 @item info types @var{regexp}
10028 @itemx info types
10029 Print a brief description of all types whose names match the regular
10030 expression @var{regexp} (or all types in your program, if you supply
10031 no argument). Each complete typename is matched as though it were a
10032 complete line; thus, @samp{i type value} gives information on all
10033 types in your program whose names include the string @code{value}, but
10034 @samp{i type ^value$} gives information only on types whose complete
10035 name is @code{value}.
10036
10037 This command differs from @code{ptype} in two ways: first, like
10038 @code{whatis}, it does not print a detailed description; second, it
10039 lists all source files where a type is defined.
10040
10041 @kindex info scope
10042 @cindex local variables
10043 @item info scope @var{location}
10044 List all the variables local to a particular scope. This command
10045 accepts a @var{location} argument---a function name, a source line, or
10046 an address preceded by a @samp{*}, and prints all the variables local
10047 to the scope defined by that location. For example:
10048
10049 @smallexample
10050 (@value{GDBP}) @b{info scope command_line_handler}
10051 Scope for command_line_handler:
10052 Symbol rl is an argument at stack/frame offset 8, length 4.
10053 Symbol linebuffer is in static storage at address 0x150a18, length 4.
10054 Symbol linelength is in static storage at address 0x150a1c, length 4.
10055 Symbol p is a local variable in register $esi, length 4.
10056 Symbol p1 is a local variable in register $ebx, length 4.
10057 Symbol nline is a local variable in register $edx, length 4.
10058 Symbol repeat is a local variable at frame offset -8, length 4.
10059 @end smallexample
10060
10061 @noindent
10062 This command is especially useful for determining what data to collect
10063 during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
10064 collect}.
10065
10066 @kindex info source
10067 @item info source
10068 Show information about the current source file---that is, the source file for
10069 the function containing the current point of execution:
10070 @itemize @bullet
10071 @item
10072 the name of the source file, and the directory containing it,
10073 @item
10074 the directory it was compiled in,
10075 @item
10076 its length, in lines,
10077 @item
10078 which programming language it is written in,
10079 @item
10080 whether the executable includes debugging information for that file, and
10081 if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
10082 @item
10083 whether the debugging information includes information about
10084 preprocessor macros.
10085 @end itemize
10086
10087
10088 @kindex info sources
10089 @item info sources
10090 Print the names of all source files in your program for which there is
10091 debugging information, organized into two lists: files whose symbols
10092 have already been read, and files whose symbols will be read when needed.
10093
10094 @kindex info functions
10095 @item info functions
10096 Print the names and data types of all defined functions.
10097
10098 @item info functions @var{regexp}
10099 Print the names and data types of all defined functions
10100 whose names contain a match for regular expression @var{regexp}.
10101 Thus, @samp{info fun step} finds all functions whose names
10102 include @code{step}; @samp{info fun ^step} finds those whose names
10103 start with @code{step}. If a function name contains characters
10104 that conflict with the regular expression language (eg.
10105 @samp{operator*()}), they may be quoted with a backslash.
10106
10107 @kindex info variables
10108 @item info variables
10109 Print the names and data types of all variables that are declared
10110 outside of functions (i.e.@: excluding local variables).
10111
10112 @item info variables @var{regexp}
10113 Print the names and data types of all variables (except for local
10114 variables) whose names contain a match for regular expression
10115 @var{regexp}.
10116
10117 @kindex info classes
10118 @cindex Objective-C, classes and selectors
10119 @item info classes
10120 @itemx info classes @var{regexp}
10121 Display all Objective-C classes in your program, or
10122 (with the @var{regexp} argument) all those matching a particular regular
10123 expression.
10124
10125 @kindex info selectors
10126 @item info selectors
10127 @itemx info selectors @var{regexp}
10128 Display all Objective-C selectors in your program, or
10129 (with the @var{regexp} argument) all those matching a particular regular
10130 expression.
10131
10132 @ignore
10133 This was never implemented.
10134 @kindex info methods
10135 @item info methods
10136 @itemx info methods @var{regexp}
10137 The @code{info methods} command permits the user to examine all defined
10138 methods within C@t{++} program, or (with the @var{regexp} argument) a
10139 specific set of methods found in the various C@t{++} classes. Many
10140 C@t{++} classes provide a large number of methods. Thus, the output
10141 from the @code{ptype} command can be overwhelming and hard to use. The
10142 @code{info-methods} command filters the methods, printing only those
10143 which match the regular-expression @var{regexp}.
10144 @end ignore
10145
10146 @cindex reloading symbols
10147 Some systems allow individual object files that make up your program to
10148 be replaced without stopping and restarting your program. For example,
10149 in VxWorks you can simply recompile a defective object file and keep on
10150 running. If you are running on one of these systems, you can allow
10151 @value{GDBN} to reload the symbols for automatically relinked modules:
10152
10153 @table @code
10154 @kindex set symbol-reloading
10155 @item set symbol-reloading on
10156 Replace symbol definitions for the corresponding source file when an
10157 object file with a particular name is seen again.
10158
10159 @item set symbol-reloading off
10160 Do not replace symbol definitions when encountering object files of the
10161 same name more than once. This is the default state; if you are not
10162 running on a system that permits automatic relinking of modules, you
10163 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10164 may discard symbols when linking large programs, that may contain
10165 several modules (from different directories or libraries) with the same
10166 name.
10167
10168 @kindex show symbol-reloading
10169 @item show symbol-reloading
10170 Show the current @code{on} or @code{off} setting.
10171 @end table
10172
10173 @cindex opaque data types
10174 @kindex set opaque-type-resolution
10175 @item set opaque-type-resolution on
10176 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10177 declared as a pointer to a @code{struct}, @code{class}, or
10178 @code{union}---for example, @code{struct MyType *}---that is used in one
10179 source file although the full declaration of @code{struct MyType} is in
10180 another source file. The default is on.
10181
10182 A change in the setting of this subcommand will not take effect until
10183 the next time symbols for a file are loaded.
10184
10185 @item set opaque-type-resolution off
10186 Tell @value{GDBN} not to resolve opaque types. In this case, the type
10187 is printed as follows:
10188 @smallexample
10189 @{<no data fields>@}
10190 @end smallexample
10191
10192 @kindex show opaque-type-resolution
10193 @item show opaque-type-resolution
10194 Show whether opaque types are resolved or not.
10195
10196 @kindex maint print symbols
10197 @cindex symbol dump
10198 @kindex maint print psymbols
10199 @cindex partial symbol dump
10200 @item maint print symbols @var{filename}
10201 @itemx maint print psymbols @var{filename}
10202 @itemx maint print msymbols @var{filename}
10203 Write a dump of debugging symbol data into the file @var{filename}.
10204 These commands are used to debug the @value{GDBN} symbol-reading code. Only
10205 symbols with debugging data are included. If you use @samp{maint print
10206 symbols}, @value{GDBN} includes all the symbols for which it has already
10207 collected full details: that is, @var{filename} reflects symbols for
10208 only those files whose symbols @value{GDBN} has read. You can use the
10209 command @code{info sources} to find out which files these are. If you
10210 use @samp{maint print psymbols} instead, the dump shows information about
10211 symbols that @value{GDBN} only knows partially---that is, symbols defined in
10212 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10213 @samp{maint print msymbols} dumps just the minimal symbol information
10214 required for each object file from which @value{GDBN} has read some symbols.
10215 @xref{Files, ,Commands to specify files}, for a discussion of how
10216 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
10217
10218 @kindex maint info symtabs
10219 @kindex maint info psymtabs
10220 @cindex listing @value{GDBN}'s internal symbol tables
10221 @cindex symbol tables, listing @value{GDBN}'s internal
10222 @cindex full symbol tables, listing @value{GDBN}'s internal
10223 @cindex partial symbol tables, listing @value{GDBN}'s internal
10224 @item maint info symtabs @r{[} @var{regexp} @r{]}
10225 @itemx maint info psymtabs @r{[} @var{regexp} @r{]}
10226
10227 List the @code{struct symtab} or @code{struct partial_symtab}
10228 structures whose names match @var{regexp}. If @var{regexp} is not
10229 given, list them all. The output includes expressions which you can
10230 copy into a @value{GDBN} debugging this one to examine a particular
10231 structure in more detail. For example:
10232
10233 @smallexample
10234 (@value{GDBP}) maint info psymtabs dwarf2read
10235 @{ objfile /home/gnu/build/gdb/gdb
10236 ((struct objfile *) 0x82e69d0)
10237 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
10238 ((struct partial_symtab *) 0x8474b10)
10239 readin no
10240 fullname (null)
10241 text addresses 0x814d3c8 -- 0x8158074
10242 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10243 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10244 dependencies (none)
10245 @}
10246 @}
10247 (@value{GDBP}) maint info symtabs
10248 (@value{GDBP})
10249 @end smallexample
10250 @noindent
10251 We see that there is one partial symbol table whose filename contains
10252 the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10253 and we see that @value{GDBN} has not read in any symtabs yet at all.
10254 If we set a breakpoint on a function, that will cause @value{GDBN} to
10255 read the symtab for the compilation unit containing that function:
10256
10257 @smallexample
10258 (@value{GDBP}) break dwarf2_psymtab_to_symtab
10259 Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10260 line 1574.
10261 (@value{GDBP}) maint info symtabs
10262 @{ objfile /home/gnu/build/gdb/gdb
10263 ((struct objfile *) 0x82e69d0)
10264 @{ symtab /home/gnu/src/gdb/dwarf2read.c
10265 ((struct symtab *) 0x86c1f38)
10266 dirname (null)
10267 fullname (null)
10268 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10269 debugformat DWARF 2
10270 @}
10271 @}
10272 (@value{GDBP})
10273 @end smallexample
10274 @end table
10275
10276
10277 @node Altering
10278 @chapter Altering Execution
10279
10280 Once you think you have found an error in your program, you might want to
10281 find out for certain whether correcting the apparent error would lead to
10282 correct results in the rest of the run. You can find the answer by
10283 experiment, using the @value{GDBN} features for altering execution of the
10284 program.
10285
10286 For example, you can store new values into variables or memory
10287 locations, give your program a signal, restart it at a different
10288 address, or even return prematurely from a function.
10289
10290 @menu
10291 * Assignment:: Assignment to variables
10292 * Jumping:: Continuing at a different address
10293 * Signaling:: Giving your program a signal
10294 * Returning:: Returning from a function
10295 * Calling:: Calling your program's functions
10296 * Patching:: Patching your program
10297 @end menu
10298
10299 @node Assignment
10300 @section Assignment to variables
10301
10302 @cindex assignment
10303 @cindex setting variables
10304 To alter the value of a variable, evaluate an assignment expression.
10305 @xref{Expressions, ,Expressions}. For example,
10306
10307 @smallexample
10308 print x=4
10309 @end smallexample
10310
10311 @noindent
10312 stores the value 4 into the variable @code{x}, and then prints the
10313 value of the assignment expression (which is 4).
10314 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10315 information on operators in supported languages.
10316
10317 @kindex set variable
10318 @cindex variables, setting
10319 If you are not interested in seeing the value of the assignment, use the
10320 @code{set} command instead of the @code{print} command. @code{set} is
10321 really the same as @code{print} except that the expression's value is
10322 not printed and is not put in the value history (@pxref{Value History,
10323 ,Value history}). The expression is evaluated only for its effects.
10324
10325 If the beginning of the argument string of the @code{set} command
10326 appears identical to a @code{set} subcommand, use the @code{set
10327 variable} command instead of just @code{set}. This command is identical
10328 to @code{set} except for its lack of subcommands. For example, if your
10329 program has a variable @code{width}, you get an error if you try to set
10330 a new value with just @samp{set width=13}, because @value{GDBN} has the
10331 command @code{set width}:
10332
10333 @smallexample
10334 (@value{GDBP}) whatis width
10335 type = double
10336 (@value{GDBP}) p width
10337 $4 = 13
10338 (@value{GDBP}) set width=47
10339 Invalid syntax in expression.
10340 @end smallexample
10341
10342 @noindent
10343 The invalid expression, of course, is @samp{=47}. In
10344 order to actually set the program's variable @code{width}, use
10345
10346 @smallexample
10347 (@value{GDBP}) set var width=47
10348 @end smallexample
10349
10350 Because the @code{set} command has many subcommands that can conflict
10351 with the names of program variables, it is a good idea to use the
10352 @code{set variable} command instead of just @code{set}. For example, if
10353 your program has a variable @code{g}, you run into problems if you try
10354 to set a new value with just @samp{set g=4}, because @value{GDBN} has
10355 the command @code{set gnutarget}, abbreviated @code{set g}:
10356
10357 @smallexample
10358 @group
10359 (@value{GDBP}) whatis g
10360 type = double
10361 (@value{GDBP}) p g
10362 $1 = 1
10363 (@value{GDBP}) set g=4
10364 (@value{GDBP}) p g
10365 $2 = 1
10366 (@value{GDBP}) r
10367 The program being debugged has been started already.
10368 Start it from the beginning? (y or n) y
10369 Starting program: /home/smith/cc_progs/a.out
10370 "/home/smith/cc_progs/a.out": can't open to read symbols:
10371 Invalid bfd target.
10372 (@value{GDBP}) show g
10373 The current BFD target is "=4".
10374 @end group
10375 @end smallexample
10376
10377 @noindent
10378 The program variable @code{g} did not change, and you silently set the
10379 @code{gnutarget} to an invalid value. In order to set the variable
10380 @code{g}, use
10381
10382 @smallexample
10383 (@value{GDBP}) set var g=4
10384 @end smallexample
10385
10386 @value{GDBN} allows more implicit conversions in assignments than C; you can
10387 freely store an integer value into a pointer variable or vice versa,
10388 and you can convert any structure to any other structure that is the
10389 same length or shorter.
10390 @comment FIXME: how do structs align/pad in these conversions?
10391 @comment /doc@cygnus.com 18dec1990
10392
10393 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10394 construct to generate a value of specified type at a specified address
10395 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10396 to memory location @code{0x83040} as an integer (which implies a certain size
10397 and representation in memory), and
10398
10399 @smallexample
10400 set @{int@}0x83040 = 4
10401 @end smallexample
10402
10403 @noindent
10404 stores the value 4 into that memory location.
10405
10406 @node Jumping
10407 @section Continuing at a different address
10408
10409 Ordinarily, when you continue your program, you do so at the place where
10410 it stopped, with the @code{continue} command. You can instead continue at
10411 an address of your own choosing, with the following commands:
10412
10413 @table @code
10414 @kindex jump
10415 @item jump @var{linespec}
10416 Resume execution at line @var{linespec}. Execution stops again
10417 immediately if there is a breakpoint there. @xref{List, ,Printing
10418 source lines}, for a description of the different forms of
10419 @var{linespec}. It is common practice to use the @code{tbreak} command
10420 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10421 breakpoints}.
10422
10423 The @code{jump} command does not change the current stack frame, or
10424 the stack pointer, or the contents of any memory location or any
10425 register other than the program counter. If line @var{linespec} is in
10426 a different function from the one currently executing, the results may
10427 be bizarre if the two functions expect different patterns of arguments or
10428 of local variables. For this reason, the @code{jump} command requests
10429 confirmation if the specified line is not in the function currently
10430 executing. However, even bizarre results are predictable if you are
10431 well acquainted with the machine-language code of your program.
10432
10433 @item jump *@var{address}
10434 Resume execution at the instruction at address @var{address}.
10435 @end table
10436
10437 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
10438 On many systems, you can get much the same effect as the @code{jump}
10439 command by storing a new value into the register @code{$pc}. The
10440 difference is that this does not start your program running; it only
10441 changes the address of where it @emph{will} run when you continue. For
10442 example,
10443
10444 @smallexample
10445 set $pc = 0x485
10446 @end smallexample
10447
10448 @noindent
10449 makes the next @code{continue} command or stepping command execute at
10450 address @code{0x485}, rather than at the address where your program stopped.
10451 @xref{Continuing and Stepping, ,Continuing and stepping}.
10452
10453 The most common occasion to use the @code{jump} command is to back
10454 up---perhaps with more breakpoints set---over a portion of a program
10455 that has already executed, in order to examine its execution in more
10456 detail.
10457
10458 @c @group
10459 @node Signaling
10460 @section Giving your program a signal
10461 @cindex deliver a signal to a program
10462
10463 @table @code
10464 @kindex signal
10465 @item signal @var{signal}
10466 Resume execution where your program stopped, but immediately give it the
10467 signal @var{signal}. @var{signal} can be the name or the number of a
10468 signal. For example, on many systems @code{signal 2} and @code{signal
10469 SIGINT} are both ways of sending an interrupt signal.
10470
10471 Alternatively, if @var{signal} is zero, continue execution without
10472 giving a signal. This is useful when your program stopped on account of
10473 a signal and would ordinary see the signal when resumed with the
10474 @code{continue} command; @samp{signal 0} causes it to resume without a
10475 signal.
10476
10477 @code{signal} does not repeat when you press @key{RET} a second time
10478 after executing the command.
10479 @end table
10480 @c @end group
10481
10482 Invoking the @code{signal} command is not the same as invoking the
10483 @code{kill} utility from the shell. Sending a signal with @code{kill}
10484 causes @value{GDBN} to decide what to do with the signal depending on
10485 the signal handling tables (@pxref{Signals}). The @code{signal} command
10486 passes the signal directly to your program.
10487
10488
10489 @node Returning
10490 @section Returning from a function
10491
10492 @table @code
10493 @cindex returning from a function
10494 @kindex return
10495 @item return
10496 @itemx return @var{expression}
10497 You can cancel execution of a function call with the @code{return}
10498 command. If you give an
10499 @var{expression} argument, its value is used as the function's return
10500 value.
10501 @end table
10502
10503 When you use @code{return}, @value{GDBN} discards the selected stack frame
10504 (and all frames within it). You can think of this as making the
10505 discarded frame return prematurely. If you wish to specify a value to
10506 be returned, give that value as the argument to @code{return}.
10507
10508 This pops the selected stack frame (@pxref{Selection, ,Selecting a
10509 frame}), and any other frames inside of it, leaving its caller as the
10510 innermost remaining frame. That frame becomes selected. The
10511 specified value is stored in the registers used for returning values
10512 of functions.
10513
10514 The @code{return} command does not resume execution; it leaves the
10515 program stopped in the state that would exist if the function had just
10516 returned. In contrast, the @code{finish} command (@pxref{Continuing
10517 and Stepping, ,Continuing and stepping}) resumes execution until the
10518 selected stack frame returns naturally.
10519
10520 @node Calling
10521 @section Calling program functions
10522
10523 @table @code
10524 @cindex calling functions
10525 @cindex inferior functions, calling
10526 @item print @var{expr}
10527 Evaluate the expression @var{expr} and display the resuling value.
10528 @var{expr} may include calls to functions in the program being
10529 debugged.
10530
10531 @kindex call
10532 @item call @var{expr}
10533 Evaluate the expression @var{expr} without displaying @code{void}
10534 returned values.
10535
10536 You can use this variant of the @code{print} command if you want to
10537 execute a function from your program that does not return anything
10538 (a.k.a.@: @dfn{a void function}), but without cluttering the output
10539 with @code{void} returned values that @value{GDBN} will otherwise
10540 print. If the result is not void, it is printed and saved in the
10541 value history.
10542 @end table
10543
10544 It is possible for the function you call via the @code{print} or
10545 @code{call} command to generate a signal (e.g., if there's a bug in
10546 the function, or if you passed it incorrect arguments). What happens
10547 in that case is controlled by the @code{set unwindonsignal} command.
10548
10549 @table @code
10550 @item set unwindonsignal
10551 @kindex set unwindonsignal
10552 @cindex unwind stack in called functions
10553 @cindex call dummy stack unwinding
10554 Set unwinding of the stack if a signal is received while in a function
10555 that @value{GDBN} called in the program being debugged. If set to on,
10556 @value{GDBN} unwinds the stack it created for the call and restores
10557 the context to what it was before the call. If set to off (the
10558 default), @value{GDBN} stops in the frame where the signal was
10559 received.
10560
10561 @item show unwindonsignal
10562 @kindex show unwindonsignal
10563 Show the current setting of stack unwinding in the functions called by
10564 @value{GDBN}.
10565 @end table
10566
10567 @cindex weak alias functions
10568 Sometimes, a function you wish to call is actually a @dfn{weak alias}
10569 for another function. In such case, @value{GDBN} might not pick up
10570 the type information, including the types of the function arguments,
10571 which causes @value{GDBN} to call the inferior function incorrectly.
10572 As a result, the called function will function erroneously and may
10573 even crash. A solution to that is to use the name of the aliased
10574 function instead.
10575
10576 @node Patching
10577 @section Patching programs
10578
10579 @cindex patching binaries
10580 @cindex writing into executables
10581 @cindex writing into corefiles
10582
10583 By default, @value{GDBN} opens the file containing your program's
10584 executable code (or the corefile) read-only. This prevents accidental
10585 alterations to machine code; but it also prevents you from intentionally
10586 patching your program's binary.
10587
10588 If you'd like to be able to patch the binary, you can specify that
10589 explicitly with the @code{set write} command. For example, you might
10590 want to turn on internal debugging flags, or even to make emergency
10591 repairs.
10592
10593 @table @code
10594 @kindex set write
10595 @item set write on
10596 @itemx set write off
10597 If you specify @samp{set write on}, @value{GDBN} opens executable and
10598 core files for both reading and writing; if you specify @samp{set write
10599 off} (the default), @value{GDBN} opens them read-only.
10600
10601 If you have already loaded a file, you must load it again (using the
10602 @code{exec-file} or @code{core-file} command) after changing @code{set
10603 write}, for your new setting to take effect.
10604
10605 @item show write
10606 @kindex show write
10607 Display whether executable files and core files are opened for writing
10608 as well as reading.
10609 @end table
10610
10611 @node GDB Files
10612 @chapter @value{GDBN} Files
10613
10614 @value{GDBN} needs to know the file name of the program to be debugged,
10615 both in order to read its symbol table and in order to start your
10616 program. To debug a core dump of a previous run, you must also tell
10617 @value{GDBN} the name of the core dump file.
10618
10619 @menu
10620 * Files:: Commands to specify files
10621 * Separate Debug Files:: Debugging information in separate files
10622 * Symbol Errors:: Errors reading symbol files
10623 @end menu
10624
10625 @node Files
10626 @section Commands to specify files
10627
10628 @cindex symbol table
10629 @cindex core dump file
10630
10631 You may want to specify executable and core dump file names. The usual
10632 way to do this is at start-up time, using the arguments to
10633 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10634 Out of @value{GDBN}}).
10635
10636 Occasionally it is necessary to change to a different file during a
10637 @value{GDBN} session. Or you may run @value{GDBN} and forget to
10638 specify a file you want to use. Or you are debugging a remote target
10639 via @code{gdbserver} (@pxref{Server, file}). In these situations the
10640 @value{GDBN} commands to specify new files are useful.
10641
10642 @table @code
10643 @cindex executable file
10644 @kindex file
10645 @item file @var{filename}
10646 Use @var{filename} as the program to be debugged. It is read for its
10647 symbols and for the contents of pure memory. It is also the program
10648 executed when you use the @code{run} command. If you do not specify a
10649 directory and the file is not found in the @value{GDBN} working directory,
10650 @value{GDBN} uses the environment variable @code{PATH} as a list of
10651 directories to search, just as the shell does when looking for a program
10652 to run. You can change the value of this variable, for both @value{GDBN}
10653 and your program, using the @code{path} command.
10654
10655 On systems with memory-mapped files, an auxiliary file named
10656 @file{@var{filename}.syms} may hold symbol table information for
10657 @var{filename}. If so, @value{GDBN} maps in the symbol table from
10658 @file{@var{filename}.syms}, starting up more quickly. See the
10659 descriptions of the file options @samp{-mapped} and @samp{-readnow}
10660 (available on the command line, see @ref{File Options, , -readnow},
10661 and with the commands @code{file}, @code{symbol-file}, or
10662 @code{add-symbol-file}, described below), for more information.
10663
10664 @cindex unlinked object files
10665 @cindex patching object files
10666 You can load unlinked object @file{.o} files into @value{GDBN} using
10667 the @code{file} command. You will not be able to ``run'' an object
10668 file, but you can disassemble functions and inspect variables. Also,
10669 if the underlying BFD functionality supports it, you could use
10670 @kbd{gdb -write} to patch object files using this technique. Note
10671 that @value{GDBN} can neither interpret nor modify relocations in this
10672 case, so branches and some initialized variables will appear to go to
10673 the wrong place. But this feature is still handy from time to time.
10674
10675 @item file
10676 @code{file} with no argument makes @value{GDBN} discard any information it
10677 has on both executable file and the symbol table.
10678
10679 @kindex exec-file
10680 @item exec-file @r{[} @var{filename} @r{]}
10681 Specify that the program to be run (but not the symbol table) is found
10682 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10683 if necessary to locate your program. Omitting @var{filename} means to
10684 discard information on the executable file.
10685
10686 @kindex symbol-file
10687 @item symbol-file @r{[} @var{filename} @r{]}
10688 Read symbol table information from file @var{filename}. @code{PATH} is
10689 searched when necessary. Use the @code{file} command to get both symbol
10690 table and program to run from the same file.
10691
10692 @code{symbol-file} with no argument clears out @value{GDBN} information on your
10693 program's symbol table.
10694
10695 The @code{symbol-file} command causes @value{GDBN} to forget the contents
10696 of its convenience variables, the value history, and all breakpoints and
10697 auto-display expressions. This is because they may contain pointers to
10698 the internal data recording symbols and data types, which are part of
10699 the old symbol table data being discarded inside @value{GDBN}.
10700
10701 @code{symbol-file} does not repeat if you press @key{RET} again after
10702 executing it once.
10703
10704 When @value{GDBN} is configured for a particular environment, it
10705 understands debugging information in whatever format is the standard
10706 generated for that environment; you may use either a @sc{gnu} compiler, or
10707 other compilers that adhere to the local conventions.
10708 Best results are usually obtained from @sc{gnu} compilers; for example,
10709 using @code{@value{GCC}} you can generate debugging information for
10710 optimized code.
10711
10712 For most kinds of object files, with the exception of old SVR3 systems
10713 using COFF, the @code{symbol-file} command does not normally read the
10714 symbol table in full right away. Instead, it scans the symbol table
10715 quickly to find which source files and which symbols are present. The
10716 details are read later, one source file at a time, as they are needed.
10717
10718 The purpose of this two-stage reading strategy is to make @value{GDBN}
10719 start up faster. For the most part, it is invisible except for
10720 occasional pauses while the symbol table details for a particular source
10721 file are being read. (The @code{set verbose} command can turn these
10722 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10723 warnings and messages}.)
10724
10725 We have not implemented the two-stage strategy for COFF yet. When the
10726 symbol table is stored in COFF format, @code{symbol-file} reads the
10727 symbol table data in full right away. Note that ``stabs-in-COFF''
10728 still does the two-stage strategy, since the debug info is actually
10729 in stabs format.
10730
10731 @kindex readnow
10732 @cindex reading symbols immediately
10733 @cindex symbols, reading immediately
10734 @kindex mapped
10735 @cindex memory-mapped symbol file
10736 @cindex saving symbol table
10737 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10738 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10739 You can override the @value{GDBN} two-stage strategy for reading symbol
10740 tables by using the @samp{-readnow} option with any of the commands that
10741 load symbol table information, if you want to be sure @value{GDBN} has the
10742 entire symbol table available.
10743
10744 If memory-mapped files are available on your system through the
10745 @code{mmap} system call, you can use another option, @samp{-mapped}, to
10746 cause @value{GDBN} to write the symbols for your program into a reusable
10747 file. Future @value{GDBN} debugging sessions map in symbol information
10748 from this auxiliary symbol file (if the program has not changed), rather
10749 than spending time reading the symbol table from the executable
10750 program. Using the @samp{-mapped} option has the same effect as
10751 starting @value{GDBN} with the @samp{-mapped} command-line option.
10752
10753 You can use both options together, to make sure the auxiliary symbol
10754 file has all the symbol information for your program.
10755
10756 The auxiliary symbol file for a program called @var{myprog} is called
10757 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10758 than the corresponding executable), @value{GDBN} always attempts to use
10759 it when you debug @var{myprog}; no special options or commands are
10760 needed.
10761
10762 The @file{.syms} file is specific to the host machine where you run
10763 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
10764 symbol table. It cannot be shared across multiple host platforms.
10765
10766 @c FIXME: for now no mention of directories, since this seems to be in
10767 @c flux. 13mar1992 status is that in theory GDB would look either in
10768 @c current dir or in same dir as myprog; but issues like competing
10769 @c GDB's, or clutter in system dirs, mean that in practice right now
10770 @c only current dir is used. FFish says maybe a special GDB hierarchy
10771 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10772 @c files.
10773
10774 @kindex core-file
10775 @item core-file @r{[}@var{filename}@r{]}
10776 @itemx core
10777 Specify the whereabouts of a core dump file to be used as the ``contents
10778 of memory''. Traditionally, core files contain only some parts of the
10779 address space of the process that generated them; @value{GDBN} can access the
10780 executable file itself for other parts.
10781
10782 @code{core-file} with no argument specifies that no core file is
10783 to be used.
10784
10785 Note that the core file is ignored when your program is actually running
10786 under @value{GDBN}. So, if you have been running your program and you
10787 wish to debug a core file instead, you must kill the subprocess in which
10788 the program is running. To do this, use the @code{kill} command
10789 (@pxref{Kill Process, ,Killing the child process}).
10790
10791 @kindex add-symbol-file
10792 @cindex dynamic linking
10793 @item add-symbol-file @var{filename} @var{address}
10794 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10795 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
10796 The @code{add-symbol-file} command reads additional symbol table
10797 information from the file @var{filename}. You would use this command
10798 when @var{filename} has been dynamically loaded (by some other means)
10799 into the program that is running. @var{address} should be the memory
10800 address at which the file has been loaded; @value{GDBN} cannot figure
10801 this out for itself. You can additionally specify an arbitrary number
10802 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10803 section name and base address for that section. You can specify any
10804 @var{address} as an expression.
10805
10806 The symbol table of the file @var{filename} is added to the symbol table
10807 originally read with the @code{symbol-file} command. You can use the
10808 @code{add-symbol-file} command any number of times; the new symbol data
10809 thus read keeps adding to the old. To discard all old symbol data
10810 instead, use the @code{symbol-file} command without any arguments.
10811
10812 @cindex relocatable object files, reading symbols from
10813 @cindex object files, relocatable, reading symbols from
10814 @cindex reading symbols from relocatable object files
10815 @cindex symbols, reading from relocatable object files
10816 @cindex @file{.o} files, reading symbols from
10817 Although @var{filename} is typically a shared library file, an
10818 executable file, or some other object file which has been fully
10819 relocated for loading into a process, you can also load symbolic
10820 information from relocatable @file{.o} files, as long as:
10821
10822 @itemize @bullet
10823 @item
10824 the file's symbolic information refers only to linker symbols defined in
10825 that file, not to symbols defined by other object files,
10826 @item
10827 every section the file's symbolic information refers to has actually
10828 been loaded into the inferior, as it appears in the file, and
10829 @item
10830 you can determine the address at which every section was loaded, and
10831 provide these to the @code{add-symbol-file} command.
10832 @end itemize
10833
10834 @noindent
10835 Some embedded operating systems, like Sun Chorus and VxWorks, can load
10836 relocatable files into an already running program; such systems
10837 typically make the requirements above easy to meet. However, it's
10838 important to recognize that many native systems use complex link
10839 procedures (@code{.linkonce} section factoring and C@t{++} constructor table
10840 assembly, for example) that make the requirements difficult to meet. In
10841 general, one cannot assume that using @code{add-symbol-file} to read a
10842 relocatable object file's symbolic information will have the same effect
10843 as linking the relocatable object file into the program in the normal
10844 way.
10845
10846 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10847
10848 You can use the @samp{-mapped} and @samp{-readnow} options just as with
10849 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10850 table information for @var{filename}.
10851
10852 @kindex add-symbol-file-from-memory
10853 @cindex @code{syscall DSO}
10854 @cindex load symbols from memory
10855 @item add-symbol-file-from-memory @var{address}
10856 Load symbols from the given @var{address} in a dynamically loaded
10857 object file whose image is mapped directly into the inferior's memory.
10858 For example, the Linux kernel maps a @code{syscall DSO} into each
10859 process's address space; this DSO provides kernel-specific code for
10860 some system calls. The argument can be any expression whose
10861 evaluation yields the address of the file's shared object file header.
10862 For this command to work, you must have used @code{symbol-file} or
10863 @code{exec-file} commands in advance.
10864
10865 @kindex add-shared-symbol-files
10866 @kindex assf
10867 @item add-shared-symbol-files @var{library-file}
10868 @itemx assf @var{library-file}
10869 The @code{add-shared-symbol-files} command can currently be used only
10870 in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10871 alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10872 @value{GDBN} automatically looks for shared libraries, however if
10873 @value{GDBN} does not find yours, you can invoke
10874 @code{add-shared-symbol-files}. It takes one argument: the shared
10875 library's file name. @code{assf} is a shorthand alias for
10876 @code{add-shared-symbol-files}.
10877
10878 @kindex section
10879 @item section @var{section} @var{addr}
10880 The @code{section} command changes the base address of the named
10881 @var{section} of the exec file to @var{addr}. This can be used if the
10882 exec file does not contain section addresses, (such as in the
10883 @code{a.out} format), or when the addresses specified in the file
10884 itself are wrong. Each section must be changed separately. The
10885 @code{info files} command, described below, lists all the sections and
10886 their addresses.
10887
10888 @kindex info files
10889 @kindex info target
10890 @item info files
10891 @itemx info target
10892 @code{info files} and @code{info target} are synonymous; both print the
10893 current target (@pxref{Targets, ,Specifying a Debugging Target}),
10894 including the names of the executable and core dump files currently in
10895 use by @value{GDBN}, and the files from which symbols were loaded. The
10896 command @code{help target} lists all possible targets rather than
10897 current ones.
10898
10899 @kindex maint info sections
10900 @item maint info sections
10901 Another command that can give you extra information about program sections
10902 is @code{maint info sections}. In addition to the section information
10903 displayed by @code{info files}, this command displays the flags and file
10904 offset of each section in the executable and core dump files. In addition,
10905 @code{maint info sections} provides the following command options (which
10906 may be arbitrarily combined):
10907
10908 @table @code
10909 @item ALLOBJ
10910 Display sections for all loaded object files, including shared libraries.
10911 @item @var{sections}
10912 Display info only for named @var{sections}.
10913 @item @var{section-flags}
10914 Display info only for sections for which @var{section-flags} are true.
10915 The section flags that @value{GDBN} currently knows about are:
10916 @table @code
10917 @item ALLOC
10918 Section will have space allocated in the process when loaded.
10919 Set for all sections except those containing debug information.
10920 @item LOAD
10921 Section will be loaded from the file into the child process memory.
10922 Set for pre-initialized code and data, clear for @code{.bss} sections.
10923 @item RELOC
10924 Section needs to be relocated before loading.
10925 @item READONLY
10926 Section cannot be modified by the child process.
10927 @item CODE
10928 Section contains executable code only.
10929 @item DATA
10930 Section contains data only (no executable code).
10931 @item ROM
10932 Section will reside in ROM.
10933 @item CONSTRUCTOR
10934 Section contains data for constructor/destructor lists.
10935 @item HAS_CONTENTS
10936 Section is not empty.
10937 @item NEVER_LOAD
10938 An instruction to the linker to not output the section.
10939 @item COFF_SHARED_LIBRARY
10940 A notification to the linker that the section contains
10941 COFF shared library information.
10942 @item IS_COMMON
10943 Section contains common symbols.
10944 @end table
10945 @end table
10946 @kindex set trust-readonly-sections
10947 @cindex read-only sections
10948 @item set trust-readonly-sections on
10949 Tell @value{GDBN} that readonly sections in your object file
10950 really are read-only (i.e.@: that their contents will not change).
10951 In that case, @value{GDBN} can fetch values from these sections
10952 out of the object file, rather than from the target program.
10953 For some targets (notably embedded ones), this can be a significant
10954 enhancement to debugging performance.
10955
10956 The default is off.
10957
10958 @item set trust-readonly-sections off
10959 Tell @value{GDBN} not to trust readonly sections. This means that
10960 the contents of the section might change while the program is running,
10961 and must therefore be fetched from the target when needed.
10962
10963 @item show trust-readonly-sections
10964 Show the current setting of trusting readonly sections.
10965 @end table
10966
10967 All file-specifying commands allow both absolute and relative file names
10968 as arguments. @value{GDBN} always converts the file name to an absolute file
10969 name and remembers it that way.
10970
10971 @cindex shared libraries
10972 @value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10973 and IBM RS/6000 AIX shared libraries.
10974
10975 @value{GDBN} automatically loads symbol definitions from shared libraries
10976 when you use the @code{run} command, or when you examine a core file.
10977 (Before you issue the @code{run} command, @value{GDBN} does not understand
10978 references to a function in a shared library, however---unless you are
10979 debugging a core file).
10980
10981 On HP-UX, if the program loads a library explicitly, @value{GDBN}
10982 automatically loads the symbols at the time of the @code{shl_load} call.
10983
10984 @c FIXME: some @value{GDBN} release may permit some refs to undef
10985 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10986 @c FIXME...lib; check this from time to time when updating manual
10987
10988 There are times, however, when you may wish to not automatically load
10989 symbol definitions from shared libraries, such as when they are
10990 particularly large or there are many of them.
10991
10992 To control the automatic loading of shared library symbols, use the
10993 commands:
10994
10995 @table @code
10996 @kindex set auto-solib-add
10997 @item set auto-solib-add @var{mode}
10998 If @var{mode} is @code{on}, symbols from all shared object libraries
10999 will be loaded automatically when the inferior begins execution, you
11000 attach to an independently started inferior, or when the dynamic linker
11001 informs @value{GDBN} that a new library has been loaded. If @var{mode}
11002 is @code{off}, symbols must be loaded manually, using the
11003 @code{sharedlibrary} command. The default value is @code{on}.
11004
11005 @cindex memory used for symbol tables
11006 If your program uses lots of shared libraries with debug info that
11007 takes large amounts of memory, you can decrease the @value{GDBN}
11008 memory footprint by preventing it from automatically loading the
11009 symbols from shared libraries. To that end, type @kbd{set
11010 auto-solib-add off} before running the inferior, then load each
11011 library whose debug symbols you do need with @kbd{sharedlibrary
11012 @var{regexp}}, where @var{regexp} is a regular expresion that matches
11013 the libraries whose symbols you want to be loaded.
11014
11015 @kindex show auto-solib-add
11016 @item show auto-solib-add
11017 Display the current autoloading mode.
11018 @end table
11019
11020 @cindex load shared library
11021 To explicitly load shared library symbols, use the @code{sharedlibrary}
11022 command:
11023
11024 @table @code
11025 @kindex info sharedlibrary
11026 @kindex info share
11027 @item info share
11028 @itemx info sharedlibrary
11029 Print the names of the shared libraries which are currently loaded.
11030
11031 @kindex sharedlibrary
11032 @kindex share
11033 @item sharedlibrary @var{regex}
11034 @itemx share @var{regex}
11035 Load shared object library symbols for files matching a
11036 Unix regular expression.
11037 As with files loaded automatically, it only loads shared libraries
11038 required by your program for a core file or after typing @code{run}. If
11039 @var{regex} is omitted all shared libraries required by your program are
11040 loaded.
11041
11042 @item nosharedlibrary
11043 @kindex nosharedlibrary
11044 @cindex unload symbols from shared libraries
11045 Unload all shared object library symbols. This discards all symbols
11046 that have been loaded from all shared libraries. Symbols from shared
11047 libraries that were loaded by explicit user requests are not
11048 discarded.
11049 @end table
11050
11051 Sometimes you may wish that @value{GDBN} stops and gives you control
11052 when any of shared library events happen. Use the @code{set
11053 stop-on-solib-events} command for this:
11054
11055 @table @code
11056 @item set stop-on-solib-events
11057 @kindex set stop-on-solib-events
11058 This command controls whether @value{GDBN} should give you control
11059 when the dynamic linker notifies it about some shared library event.
11060 The most common event of interest is loading or unloading of a new
11061 shared library.
11062
11063 @item show stop-on-solib-events
11064 @kindex show stop-on-solib-events
11065 Show whether @value{GDBN} stops and gives you control when shared
11066 library events happen.
11067 @end table
11068
11069 Shared libraries are also supported in many cross or remote debugging
11070 configurations. A copy of the target's libraries need to be present on the
11071 host system; they need to be the same as the target libraries, although the
11072 copies on the target can be stripped as long as the copies on the host are
11073 not.
11074
11075 @cindex where to look for shared libraries
11076 For remote debugging, you need to tell @value{GDBN} where the target
11077 libraries are, so that it can load the correct copies---otherwise, it
11078 may try to load the host's libraries. @value{GDBN} has two variables
11079 to specify the search directories for target libraries.
11080
11081 @table @code
11082 @cindex prefix for shared library file names
11083 @kindex set solib-absolute-prefix
11084 @item set solib-absolute-prefix @var{path}
11085 If this variable is set, @var{path} will be used as a prefix for any
11086 absolute shared library paths; many runtime loaders store the absolute
11087 paths to the shared library in the target program's memory. If you use
11088 @samp{solib-absolute-prefix} to find shared libraries, they need to be laid
11089 out in the same way that they are on the target, with e.g.@: a
11090 @file{/usr/lib} hierarchy under @var{path}.
11091
11092 @cindex default value of @samp{solib-absolute-prefix}
11093 @cindex @samp{--with-sysroot}
11094 You can set the default value of @samp{solib-absolute-prefix} by using the
11095 configure-time @samp{--with-sysroot} option.
11096
11097 @kindex show solib-absolute-prefix
11098 @item show solib-absolute-prefix
11099 Display the current shared library prefix.
11100
11101 @kindex set solib-search-path
11102 @item set solib-search-path @var{path}
11103 If this variable is set, @var{path} is a colon-separated list of directories
11104 to search for shared libraries. @samp{solib-search-path} is used after
11105 @samp{solib-absolute-prefix} fails to locate the library, or if the path to
11106 the library is relative instead of absolute. If you want to use
11107 @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
11108 set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
11109 @value{GDBN} from finding your host's libraries.
11110
11111 @kindex show solib-search-path
11112 @item show solib-search-path
11113 Display the current shared library search path.
11114 @end table
11115
11116
11117 @node Separate Debug Files
11118 @section Debugging Information in Separate Files
11119 @cindex separate debugging information files
11120 @cindex debugging information in separate files
11121 @cindex @file{.debug} subdirectories
11122 @cindex debugging information directory, global
11123 @cindex global debugging information directory
11124
11125 @value{GDBN} allows you to put a program's debugging information in a
11126 file separate from the executable itself, in a way that allows
11127 @value{GDBN} to find and load the debugging information automatically.
11128 Since debugging information can be very large --- sometimes larger
11129 than the executable code itself --- some systems distribute debugging
11130 information for their executables in separate files, which users can
11131 install only when they need to debug a problem.
11132
11133 If an executable's debugging information has been extracted to a
11134 separate file, the executable should contain a @dfn{debug link} giving
11135 the name of the debugging information file (with no directory
11136 components), and a checksum of its contents. (The exact form of a
11137 debug link is described below.) If the full name of the directory
11138 containing the executable is @var{execdir}, and the executable has a
11139 debug link that specifies the name @var{debugfile}, then @value{GDBN}
11140 will automatically search for the debugging information file in three
11141 places:
11142
11143 @itemize @bullet
11144 @item
11145 the directory containing the executable file (that is, it will look
11146 for a file named @file{@var{execdir}/@var{debugfile}},
11147 @item
11148 a subdirectory of that directory named @file{.debug} (that is, the
11149 file @file{@var{execdir}/.debug/@var{debugfile}}, and
11150 @item
11151 a subdirectory of the global debug file directory that includes the
11152 executable's full path, and the name from the link (that is, the file
11153 @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11154 @var{globaldebugdir} is the global debug file directory, and
11155 @var{execdir} has been turned into a relative path).
11156 @end itemize
11157 @noindent
11158 @value{GDBN} checks under each of these names for a debugging
11159 information file whose checksum matches that given in the link, and
11160 reads the debugging information from the first one it finds.
11161
11162 So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11163 which has a link containing the name @file{ls.debug}, and the global
11164 debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11165 for debug information in @file{/usr/bin/ls.debug},
11166 @file{/usr/bin/.debug/ls.debug}, and
11167 @file{/usr/lib/debug/usr/bin/ls.debug}.
11168
11169 You can set the global debugging info directory's name, and view the
11170 name @value{GDBN} is currently using.
11171
11172 @table @code
11173
11174 @kindex set debug-file-directory
11175 @item set debug-file-directory @var{directory}
11176 Set the directory which @value{GDBN} searches for separate debugging
11177 information files to @var{directory}.
11178
11179 @kindex show debug-file-directory
11180 @item show debug-file-directory
11181 Show the directory @value{GDBN} searches for separate debugging
11182 information files.
11183
11184 @end table
11185
11186 @cindex @code{.gnu_debuglink} sections
11187 @cindex debug links
11188 A debug link is a special section of the executable file named
11189 @code{.gnu_debuglink}. The section must contain:
11190
11191 @itemize
11192 @item
11193 A filename, with any leading directory components removed, followed by
11194 a zero byte,
11195 @item
11196 zero to three bytes of padding, as needed to reach the next four-byte
11197 boundary within the section, and
11198 @item
11199 a four-byte CRC checksum, stored in the same endianness used for the
11200 executable file itself. The checksum is computed on the debugging
11201 information file's full contents by the function given below, passing
11202 zero as the @var{crc} argument.
11203 @end itemize
11204
11205 Any executable file format can carry a debug link, as long as it can
11206 contain a section named @code{.gnu_debuglink} with the contents
11207 described above.
11208
11209 The debugging information file itself should be an ordinary
11210 executable, containing a full set of linker symbols, sections, and
11211 debugging information. The sections of the debugging information file
11212 should have the same names, addresses and sizes as the original file,
11213 but they need not contain any data --- much like a @code{.bss} section
11214 in an ordinary executable.
11215
11216 As of December 2002, there is no standard GNU utility to produce
11217 separated executable / debugging information file pairs. Ulrich
11218 Drepper's @file{elfutils} package, starting with version 0.53,
11219 contains a version of the @code{strip} command such that the command
11220 @kbd{strip foo -f foo.debug} removes the debugging information from
11221 the executable file @file{foo}, places it in the file
11222 @file{foo.debug}, and leaves behind a debug link in @file{foo}.
11223
11224 Since there are many different ways to compute CRC's (different
11225 polynomials, reversals, byte ordering, etc.), the simplest way to
11226 describe the CRC used in @code{.gnu_debuglink} sections is to give the
11227 complete code for a function that computes it:
11228
11229 @kindex gnu_debuglink_crc32
11230 @smallexample
11231 unsigned long
11232 gnu_debuglink_crc32 (unsigned long crc,
11233 unsigned char *buf, size_t len)
11234 @{
11235 static const unsigned long crc32_table[256] =
11236 @{
11237 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11238 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11239 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11240 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11241 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11242 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11243 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11244 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11245 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11246 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11247 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11248 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11249 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11250 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11251 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11252 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11253 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11254 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11255 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11256 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11257 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11258 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11259 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11260 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11261 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11262 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11263 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11264 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11265 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11266 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11267 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11268 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11269 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11270 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11271 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11272 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11273 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11274 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11275 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11276 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11277 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11278 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11279 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11280 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11281 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11282 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11283 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11284 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11285 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11286 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11287 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11288 0x2d02ef8d
11289 @};
11290 unsigned char *end;
11291
11292 crc = ~crc & 0xffffffff;
11293 for (end = buf + len; buf < end; ++buf)
11294 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
11295 return ~crc & 0xffffffff;
11296 @}
11297 @end smallexample
11298
11299
11300 @node Symbol Errors
11301 @section Errors reading symbol files
11302
11303 While reading a symbol file, @value{GDBN} occasionally encounters problems,
11304 such as symbol types it does not recognize, or known bugs in compiler
11305 output. By default, @value{GDBN} does not notify you of such problems, since
11306 they are relatively common and primarily of interest to people
11307 debugging compilers. If you are interested in seeing information
11308 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11309 only one message about each such type of problem, no matter how many
11310 times the problem occurs; or you can ask @value{GDBN} to print more messages,
11311 to see how many times the problems occur, with the @code{set
11312 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11313 messages}).
11314
11315 The messages currently printed, and their meanings, include:
11316
11317 @table @code
11318 @item inner block not inside outer block in @var{symbol}
11319
11320 The symbol information shows where symbol scopes begin and end
11321 (such as at the start of a function or a block of statements). This
11322 error indicates that an inner scope block is not fully contained
11323 in its outer scope blocks.
11324
11325 @value{GDBN} circumvents the problem by treating the inner block as if it had
11326 the same scope as the outer block. In the error message, @var{symbol}
11327 may be shown as ``@code{(don't know)}'' if the outer block is not a
11328 function.
11329
11330 @item block at @var{address} out of order
11331
11332 The symbol information for symbol scope blocks should occur in
11333 order of increasing addresses. This error indicates that it does not
11334 do so.
11335
11336 @value{GDBN} does not circumvent this problem, and has trouble
11337 locating symbols in the source file whose symbols it is reading. (You
11338 can often determine what source file is affected by specifying
11339 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11340 messages}.)
11341
11342 @item bad block start address patched
11343
11344 The symbol information for a symbol scope block has a start address
11345 smaller than the address of the preceding source line. This is known
11346 to occur in the SunOS 4.1.1 (and earlier) C compiler.
11347
11348 @value{GDBN} circumvents the problem by treating the symbol scope block as
11349 starting on the previous source line.
11350
11351 @item bad string table offset in symbol @var{n}
11352
11353 @cindex foo
11354 Symbol number @var{n} contains a pointer into the string table which is
11355 larger than the size of the string table.
11356
11357 @value{GDBN} circumvents the problem by considering the symbol to have the
11358 name @code{foo}, which may cause other problems if many symbols end up
11359 with this name.
11360
11361 @item unknown symbol type @code{0x@var{nn}}
11362
11363 The symbol information contains new data types that @value{GDBN} does
11364 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
11365 uncomprehended information, in hexadecimal.
11366
11367 @value{GDBN} circumvents the error by ignoring this symbol information.
11368 This usually allows you to debug your program, though certain symbols
11369 are not accessible. If you encounter such a problem and feel like
11370 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11371 on @code{complain}, then go up to the function @code{read_dbx_symtab}
11372 and examine @code{*bufp} to see the symbol.
11373
11374 @item stub type has NULL name
11375
11376 @value{GDBN} could not find the full definition for a struct or class.
11377
11378 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
11379 The symbol information for a C@t{++} member function is missing some
11380 information that recent versions of the compiler should have output for
11381 it.
11382
11383 @item info mismatch between compiler and debugger
11384
11385 @value{GDBN} could not parse a type specification output by the compiler.
11386
11387 @end table
11388
11389 @node Targets
11390 @chapter Specifying a Debugging Target
11391
11392 @cindex debugging target
11393 A @dfn{target} is the execution environment occupied by your program.
11394
11395 Often, @value{GDBN} runs in the same host environment as your program;
11396 in that case, the debugging target is specified as a side effect when
11397 you use the @code{file} or @code{core} commands. When you need more
11398 flexibility---for example, running @value{GDBN} on a physically separate
11399 host, or controlling a standalone system over a serial port or a
11400 realtime system over a TCP/IP connection---you can use the @code{target}
11401 command to specify one of the target types configured for @value{GDBN}
11402 (@pxref{Target Commands, ,Commands for managing targets}).
11403
11404 @cindex target architecture
11405 It is possible to build @value{GDBN} for several different @dfn{target
11406 architectures}. When @value{GDBN} is built like that, you can choose
11407 one of the available architectures with the @kbd{set architecture}
11408 command.
11409
11410 @table @code
11411 @kindex set architecture
11412 @kindex show architecture
11413 @item set architecture @var{arch}
11414 This command sets the current target architecture to @var{arch}. The
11415 value of @var{arch} can be @code{"auto"}, in addition to one of the
11416 supported architectures.
11417
11418 @item show architecture
11419 Show the current target architecture.
11420
11421 @item set processor
11422 @itemx processor
11423 @kindex set processor
11424 @kindex show processor
11425 These are alias commands for, respectively, @code{set architecture}
11426 and @code{show architecture}.
11427 @end table
11428
11429 @menu
11430 * Active Targets:: Active targets
11431 * Target Commands:: Commands for managing targets
11432 * Byte Order:: Choosing target byte order
11433 * Remote:: Remote debugging
11434 * KOD:: Kernel Object Display
11435
11436 @end menu
11437
11438 @node Active Targets
11439 @section Active targets
11440
11441 @cindex stacking targets
11442 @cindex active targets
11443 @cindex multiple targets
11444
11445 There are three classes of targets: processes, core files, and
11446 executable files. @value{GDBN} can work concurrently on up to three
11447 active targets, one in each class. This allows you to (for example)
11448 start a process and inspect its activity without abandoning your work on
11449 a core file.
11450
11451 For example, if you execute @samp{gdb a.out}, then the executable file
11452 @code{a.out} is the only active target. If you designate a core file as
11453 well---presumably from a prior run that crashed and coredumped---then
11454 @value{GDBN} has two active targets and uses them in tandem, looking
11455 first in the corefile target, then in the executable file, to satisfy
11456 requests for memory addresses. (Typically, these two classes of target
11457 are complementary, since core files contain only a program's
11458 read-write memory---variables and so on---plus machine status, while
11459 executable files contain only the program text and initialized data.)
11460
11461 When you type @code{run}, your executable file becomes an active process
11462 target as well. When a process target is active, all @value{GDBN}
11463 commands requesting memory addresses refer to that target; addresses in
11464 an active core file or executable file target are obscured while the
11465 process target is active.
11466
11467 Use the @code{core-file} and @code{exec-file} commands to select a new
11468 core file or executable target (@pxref{Files, ,Commands to specify
11469 files}). To specify as a target a process that is already running, use
11470 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11471 process}).
11472
11473 @node Target Commands
11474 @section Commands for managing targets
11475
11476 @table @code
11477 @item target @var{type} @var{parameters}
11478 Connects the @value{GDBN} host environment to a target machine or
11479 process. A target is typically a protocol for talking to debugging
11480 facilities. You use the argument @var{type} to specify the type or
11481 protocol of the target machine.
11482
11483 Further @var{parameters} are interpreted by the target protocol, but
11484 typically include things like device names or host names to connect
11485 with, process numbers, and baud rates.
11486
11487 The @code{target} command does not repeat if you press @key{RET} again
11488 after executing the command.
11489
11490 @kindex help target
11491 @item help target
11492 Displays the names of all targets available. To display targets
11493 currently selected, use either @code{info target} or @code{info files}
11494 (@pxref{Files, ,Commands to specify files}).
11495
11496 @item help target @var{name}
11497 Describe a particular target, including any parameters necessary to
11498 select it.
11499
11500 @kindex set gnutarget
11501 @item set gnutarget @var{args}
11502 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
11503 knows whether it is reading an @dfn{executable},
11504 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11505 with the @code{set gnutarget} command. Unlike most @code{target} commands,
11506 with @code{gnutarget} the @code{target} refers to a program, not a machine.
11507
11508 @quotation
11509 @emph{Warning:} To specify a file format with @code{set gnutarget},
11510 you must know the actual BFD name.
11511 @end quotation
11512
11513 @noindent
11514 @xref{Files, , Commands to specify files}.
11515
11516 @kindex show gnutarget
11517 @item show gnutarget
11518 Use the @code{show gnutarget} command to display what file format
11519 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
11520 @value{GDBN} will determine the file format for each file automatically,
11521 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11522 @end table
11523
11524 @cindex common targets
11525 Here are some common targets (available, or not, depending on the GDB
11526 configuration):
11527
11528 @table @code
11529 @kindex target
11530 @item target exec @var{program}
11531 @cindex executable file target
11532 An executable file. @samp{target exec @var{program}} is the same as
11533 @samp{exec-file @var{program}}.
11534
11535 @item target core @var{filename}
11536 @cindex core dump file target
11537 A core dump file. @samp{target core @var{filename}} is the same as
11538 @samp{core-file @var{filename}}.
11539
11540 @item target remote @var{dev}
11541 @cindex remote target
11542 Remote serial target in GDB-specific protocol. The argument @var{dev}
11543 specifies what serial device to use for the connection (e.g.
11544 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
11545 supports the @code{load} command. This is only useful if you have
11546 some other way of getting the stub to the target system, and you can put
11547 it somewhere in memory where it won't get clobbered by the download.
11548
11549 @item target sim
11550 @cindex built-in simulator target
11551 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
11552 In general,
11553 @smallexample
11554 target sim
11555 load
11556 run
11557 @end smallexample
11558 @noindent
11559 works; however, you cannot assume that a specific memory map, device
11560 drivers, or even basic I/O is available, although some simulators do
11561 provide these. For info about any processor-specific simulator details,
11562 see the appropriate section in @ref{Embedded Processors, ,Embedded
11563 Processors}.
11564
11565 @end table
11566
11567 Some configurations may include these targets as well:
11568
11569 @table @code
11570
11571 @item target nrom @var{dev}
11572 @cindex NetROM ROM emulator target
11573 NetROM ROM emulator. This target only supports downloading.
11574
11575 @end table
11576
11577 Different targets are available on different configurations of @value{GDBN};
11578 your configuration may have more or fewer targets.
11579
11580 Many remote targets require you to download the executable's code once
11581 you've successfully established a connection. You may wish to control
11582 various aspects of this process, such as the size of the data chunks
11583 used by @value{GDBN} to download program parts to the remote target.
11584
11585 @table @code
11586 @kindex set download-write-size
11587 @item set download-write-size @var{size}
11588 Set the write size used when downloading a program. Only used when
11589 downloading a program onto a remote target. Specify zero or a
11590 negative value to disable blocked writes. The actual size of each
11591 transfer is also limited by the size of the target packet and the
11592 memory cache.
11593
11594 @kindex show download-write-size
11595 @item show download-write-size
11596 @kindex show download-write-size
11597 Show the current value of the write size.
11598
11599 @item set hash
11600 @kindex set hash@r{, for remote monitors}
11601 @cindex hash mark while downloading
11602 This command controls whether a hash mark @samp{#} is displayed while
11603 downloading a file to the remote monitor. If on, a hash mark is
11604 displayed after each S-record is successfully downloaded to the
11605 monitor.
11606
11607 @item show hash
11608 @kindex show hash@r{, for remote monitors}
11609 Show the current status of displaying the hash mark.
11610
11611 @item set debug monitor
11612 @kindex set debug monitor
11613 @cindex display remote monitor communications
11614 Enable or disable display of communications messages between
11615 @value{GDBN} and the remote monitor.
11616
11617 @item show debug monitor
11618 @kindex show debug monitor
11619 Show the current status of displaying communications between
11620 @value{GDBN} and the remote monitor.
11621 @end table
11622
11623 @table @code
11624
11625 @kindex load @var{filename}
11626 @item load @var{filename}
11627 Depending on what remote debugging facilities are configured into
11628 @value{GDBN}, the @code{load} command may be available. Where it exists, it
11629 is meant to make @var{filename} (an executable) available for debugging
11630 on the remote system---by downloading, or dynamic linking, for example.
11631 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11632 the @code{add-symbol-file} command.
11633
11634 If your @value{GDBN} does not have a @code{load} command, attempting to
11635 execute it gets the error message ``@code{You can't do that when your
11636 target is @dots{}}''
11637
11638 The file is loaded at whatever address is specified in the executable.
11639 For some object file formats, you can specify the load address when you
11640 link the program; for other formats, like a.out, the object file format
11641 specifies a fixed address.
11642 @c FIXME! This would be a good place for an xref to the GNU linker doc.
11643
11644 @code{load} does not repeat if you press @key{RET} again after using it.
11645 @end table
11646
11647 @node Byte Order
11648 @section Choosing target byte order
11649
11650 @cindex choosing target byte order
11651 @cindex target byte order
11652
11653 Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
11654 offer the ability to run either big-endian or little-endian byte
11655 orders. Usually the executable or symbol will include a bit to
11656 designate the endian-ness, and you will not need to worry about
11657 which to use. However, you may still find it useful to adjust
11658 @value{GDBN}'s idea of processor endian-ness manually.
11659
11660 @table @code
11661 @kindex set endian
11662 @item set endian big
11663 Instruct @value{GDBN} to assume the target is big-endian.
11664
11665 @item set endian little
11666 Instruct @value{GDBN} to assume the target is little-endian.
11667
11668 @item set endian auto
11669 Instruct @value{GDBN} to use the byte order associated with the
11670 executable.
11671
11672 @item show endian
11673 Display @value{GDBN}'s current idea of the target byte order.
11674
11675 @end table
11676
11677 Note that these commands merely adjust interpretation of symbolic
11678 data on the host, and that they have absolutely no effect on the
11679 target system.
11680
11681 @node Remote
11682 @section Remote debugging
11683 @cindex remote debugging
11684
11685 If you are trying to debug a program running on a machine that cannot run
11686 @value{GDBN} in the usual way, it is often useful to use remote debugging.
11687 For example, you might use remote debugging on an operating system kernel,
11688 or on a small system which does not have a general purpose operating system
11689 powerful enough to run a full-featured debugger.
11690
11691 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11692 to make this work with particular debugging targets. In addition,
11693 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
11694 but not specific to any particular target system) which you can use if you
11695 write the remote stubs---the code that runs on the remote system to
11696 communicate with @value{GDBN}.
11697
11698 Other remote targets may be available in your
11699 configuration of @value{GDBN}; use @code{help target} to list them.
11700
11701 Once you've connected to the remote target, @value{GDBN} allows you to
11702 send arbitrary commands to the remote monitor:
11703
11704 @table @code
11705 @item remote @var{command}
11706 @kindex remote@r{, a command}
11707 @cindex send command to remote monitor
11708 Send an arbitrary @var{command} string to the remote monitor.
11709 @end table
11710
11711
11712 @node KOD
11713 @section Kernel Object Display
11714 @cindex kernel object display
11715 @cindex KOD
11716
11717 Some targets support kernel object display. Using this facility,
11718 @value{GDBN} communicates specially with the underlying operating system
11719 and can display information about operating system-level objects such as
11720 mutexes and other synchronization objects. Exactly which objects can be
11721 displayed is determined on a per-OS basis.
11722
11723 @kindex set os
11724 Use the @code{set os} command to set the operating system. This tells
11725 @value{GDBN} which kernel object display module to initialize:
11726
11727 @smallexample
11728 (@value{GDBP}) set os cisco
11729 @end smallexample
11730
11731 @kindex show os
11732 The associated command @code{show os} displays the operating system
11733 set with the @code{set os} command; if no operating system has been
11734 set, @code{show os} will display an empty string @samp{""}.
11735
11736 If @code{set os} succeeds, @value{GDBN} will display some information
11737 about the operating system, and will create a new @code{info} command
11738 which can be used to query the target. The @code{info} command is named
11739 after the operating system:
11740
11741 @kindex info cisco
11742 @smallexample
11743 (@value{GDBP}) info cisco
11744 List of Cisco Kernel Objects
11745 Object Description
11746 any Any and all objects
11747 @end smallexample
11748
11749 Further subcommands can be used to query about particular objects known
11750 by the kernel.
11751
11752 There is currently no way to determine whether a given operating
11753 system is supported other than to try setting it with @kbd{set os
11754 @var{name}}, where @var{name} is the name of the operating system you
11755 want to try.
11756
11757
11758 @node Remote Debugging
11759 @chapter Debugging remote programs
11760
11761 @menu
11762 * Connecting:: Connecting to a remote target
11763 * Server:: Using the gdbserver program
11764 * NetWare:: Using the gdbserve.nlm program
11765 * Remote configuration:: Remote configuration
11766 * remote stub:: Implementing a remote stub
11767 @end menu
11768
11769 @node Connecting
11770 @section Connecting to a remote target
11771
11772 On the @value{GDBN} host machine, you will need an unstripped copy of
11773 your program, since @value{GDBN} needs symobl and debugging information.
11774 Start up @value{GDBN} as usual, using the name of the local copy of your
11775 program as the first argument.
11776
11777 @cindex serial line, @code{target remote}
11778 If you're using a serial line, you may want to give @value{GDBN} the
11779 @w{@samp{--baud}} option, or use the @code{set remotebaud} command
11780 (@pxref{Remote configuration, set remotebaud}) before the
11781 @code{target} command.
11782
11783 After that, use @code{target remote} to establish communications with
11784 the target machine. Its argument specifies how to communicate---either
11785 via a devicename attached to a direct serial line, or a TCP or UDP port
11786 (possibly to a terminal server which in turn has a serial line to the
11787 target). For example, to use a serial line connected to the device
11788 named @file{/dev/ttyb}:
11789
11790 @smallexample
11791 target remote /dev/ttyb
11792 @end smallexample
11793
11794 @cindex TCP port, @code{target remote}
11795 To use a TCP connection, use an argument of the form
11796 @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11797 For example, to connect to port 2828 on a
11798 terminal server named @code{manyfarms}:
11799
11800 @smallexample
11801 target remote manyfarms:2828
11802 @end smallexample
11803
11804 If your remote target is actually running on the same machine as
11805 your debugger session (e.g.@: a simulator of your target running on
11806 the same host), you can omit the hostname. For example, to connect
11807 to port 1234 on your local machine:
11808
11809 @smallexample
11810 target remote :1234
11811 @end smallexample
11812 @noindent
11813
11814 Note that the colon is still required here.
11815
11816 @cindex UDP port, @code{target remote}
11817 To use a UDP connection, use an argument of the form
11818 @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11819 on a terminal server named @code{manyfarms}:
11820
11821 @smallexample
11822 target remote udp:manyfarms:2828
11823 @end smallexample
11824
11825 When using a UDP connection for remote debugging, you should keep in mind
11826 that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11827 busy or unreliable networks, which will cause havoc with your debugging
11828 session.
11829
11830 Now you can use all the usual commands to examine and change data and to
11831 step and continue the remote program.
11832
11833 @cindex interrupting remote programs
11834 @cindex remote programs, interrupting
11835 Whenever @value{GDBN} is waiting for the remote program, if you type the
11836 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11837 program. This may or may not succeed, depending in part on the hardware
11838 and the serial drivers the remote system uses. If you type the
11839 interrupt character once again, @value{GDBN} displays this prompt:
11840
11841 @smallexample
11842 Interrupted while waiting for the program.
11843 Give up (and stop debugging it)? (y or n)
11844 @end smallexample
11845
11846 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11847 (If you decide you want to try again later, you can use @samp{target
11848 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11849 goes back to waiting.
11850
11851 @table @code
11852 @kindex detach (remote)
11853 @item detach
11854 When you have finished debugging the remote program, you can use the
11855 @code{detach} command to release it from @value{GDBN} control.
11856 Detaching from the target normally resumes its execution, but the results
11857 will depend on your particular remote stub. After the @code{detach}
11858 command, @value{GDBN} is free to connect to another target.
11859
11860 @kindex disconnect
11861 @item disconnect
11862 The @code{disconnect} command behaves like @code{detach}, except that
11863 the target is generally not resumed. It will wait for @value{GDBN}
11864 (this instance or another one) to connect and continue debugging. After
11865 the @code{disconnect} command, @value{GDBN} is again free to connect to
11866 another target.
11867
11868 @cindex send command to remote monitor
11869 @kindex monitor
11870 @item monitor @var{cmd}
11871 This command allows you to send commands directly to the remote
11872 monitor.
11873 @end table
11874
11875 @node Server
11876 @section Using the @code{gdbserver} program
11877
11878 @kindex gdbserver
11879 @cindex remote connection without stubs
11880 @code{gdbserver} is a control program for Unix-like systems, which
11881 allows you to connect your program with a remote @value{GDBN} via
11882 @code{target remote}---but without linking in the usual debugging stub.
11883
11884 @code{gdbserver} is not a complete replacement for the debugging stubs,
11885 because it requires essentially the same operating-system facilities
11886 that @value{GDBN} itself does. In fact, a system that can run
11887 @code{gdbserver} to connect to a remote @value{GDBN} could also run
11888 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11889 because it is a much smaller program than @value{GDBN} itself. It is
11890 also easier to port than all of @value{GDBN}, so you may be able to get
11891 started more quickly on a new system by using @code{gdbserver}.
11892 Finally, if you develop code for real-time systems, you may find that
11893 the tradeoffs involved in real-time operation make it more convenient to
11894 do as much development work as possible on another system, for example
11895 by cross-compiling. You can use @code{gdbserver} to make a similar
11896 choice for debugging.
11897
11898 @value{GDBN} and @code{gdbserver} communicate via either a serial line
11899 or a TCP connection, using the standard @value{GDBN} remote serial
11900 protocol.
11901
11902 @table @emph
11903 @item On the target machine,
11904 you need to have a copy of the program you want to debug.
11905 @code{gdbserver} does not need your program's symbol table, so you can
11906 strip the program if necessary to save space. @value{GDBN} on the host
11907 system does all the symbol handling.
11908
11909 To use the server, you must tell it how to communicate with @value{GDBN};
11910 the name of your program; and the arguments for your program. The usual
11911 syntax is:
11912
11913 @smallexample
11914 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11915 @end smallexample
11916
11917 @var{comm} is either a device name (to use a serial line) or a TCP
11918 hostname and portnumber. For example, to debug Emacs with the argument
11919 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
11920 @file{/dev/com1}:
11921
11922 @smallexample
11923 target> gdbserver /dev/com1 emacs foo.txt
11924 @end smallexample
11925
11926 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
11927 with it.
11928
11929 To use a TCP connection instead of a serial line:
11930
11931 @smallexample
11932 target> gdbserver host:2345 emacs foo.txt
11933 @end smallexample
11934
11935 The only difference from the previous example is the first argument,
11936 specifying that you are communicating with the host @value{GDBN} via
11937 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11938 expect a TCP connection from machine @samp{host} to local TCP port 2345.
11939 (Currently, the @samp{host} part is ignored.) You can choose any number
11940 you want for the port number as long as it does not conflict with any
11941 TCP ports already in use on the target system (for example, @code{23} is
11942 reserved for @code{telnet}).@footnote{If you choose a port number that
11943 conflicts with another service, @code{gdbserver} prints an error message
11944 and exits.} You must use the same port number with the host @value{GDBN}
11945 @code{target remote} command.
11946
11947 On some targets, @code{gdbserver} can also attach to running programs.
11948 This is accomplished via the @code{--attach} argument. The syntax is:
11949
11950 @smallexample
11951 target> gdbserver @var{comm} --attach @var{pid}
11952 @end smallexample
11953
11954 @var{pid} is the process ID of a currently running process. It isn't necessary
11955 to point @code{gdbserver} at a binary for the running process.
11956
11957 @pindex pidof
11958 @cindex attach to a program by name
11959 You can debug processes by name instead of process ID if your target has the
11960 @code{pidof} utility:
11961
11962 @smallexample
11963 target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11964 @end smallexample
11965
11966 In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11967 has multiple threads, most versions of @code{pidof} support the
11968 @code{-s} option to only return the first process ID.
11969
11970 @item On the host machine,
11971 connect to your target (@pxref{Connecting,,Connecting to a remote target}).
11972 For TCP connections, you must start up @code{gdbserver} prior to using
11973 the @code{target remote} command. Otherwise you may get an error whose
11974 text depends on the host system, but which usually looks something like
11975 @samp{Connection refused}. You don't need to use the @code{load}
11976 command in @value{GDBN} when using @code{gdbserver}, since the program is
11977 already on the target. However, if you want to load the symbols (as
11978 you normally would), do that with the @code{file} command, and issue
11979 it @emph{before} connecting to the server; otherwise, you will get an
11980 error message saying @code{"Program is already running"}, since the
11981 program is considered running after the connection.
11982
11983 @end table
11984
11985 @node NetWare
11986 @section Using the @code{gdbserve.nlm} program
11987
11988 @kindex gdbserve.nlm
11989 @code{gdbserve.nlm} is a control program for NetWare systems, which
11990 allows you to connect your program with a remote @value{GDBN} via
11991 @code{target remote}.
11992
11993 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11994 using the standard @value{GDBN} remote serial protocol.
11995
11996 @table @emph
11997 @item On the target machine,
11998 you need to have a copy of the program you want to debug.
11999 @code{gdbserve.nlm} does not need your program's symbol table, so you
12000 can strip the program if necessary to save space. @value{GDBN} on the
12001 host system does all the symbol handling.
12002
12003 To use the server, you must tell it how to communicate with
12004 @value{GDBN}; the name of your program; and the arguments for your
12005 program. The syntax is:
12006
12007 @smallexample
12008 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
12009 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
12010 @end smallexample
12011
12012 @var{board} and @var{port} specify the serial line; @var{baud} specifies
12013 the baud rate used by the connection. @var{port} and @var{node} default
12014 to 0, @var{baud} defaults to 9600@dmn{bps}.
12015
12016 For example, to debug Emacs with the argument @samp{foo.txt}and
12017 communicate with @value{GDBN} over serial port number 2 or board 1
12018 using a 19200@dmn{bps} connection:
12019
12020 @smallexample
12021 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
12022 @end smallexample
12023
12024 @item
12025 On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
12026 Connecting to a remote target}).
12027
12028 @end table
12029
12030 @node Remote configuration
12031 @section Remote configuration
12032
12033 @kindex set remote
12034 @kindex show remote
12035 This section documents the configuration options available when
12036 debugging remote programs. For the options related to the File I/O
12037 extensions of the remote protocol, see @ref{The system call,
12038 system-call-allowed}.
12039
12040 @table @code
12041 @item set remoteaddresssize @var{bits}
12042 @cindex adress size for remote targets
12043 @cindex bits in remote address
12044 Set the maximum size of address in a memory packet to the specified
12045 number of bits. @value{GDBN} will mask off the address bits above
12046 that number, when it passes addresses to the remote target. The
12047 default value is the number of bits in the target's address.
12048
12049 @item show remoteaddresssize
12050 Show the current value of remote address size in bits.
12051
12052 @item set remotebaud @var{n}
12053 @cindex baud rate for remote targets
12054 Set the baud rate for the remote serial I/O to @var{n} baud. The
12055 value is used to set the speed of the serial port used for debugging
12056 remote targets.
12057
12058 @item show remotebaud
12059 Show the current speed of the remote connection.
12060
12061 @item set remotebreak
12062 @cindex interrupt remote programs
12063 @cindex BREAK signal instead of Ctrl-C
12064 If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
12065 when you press the @key{Ctrl-C} key to interrupt the program running
12066 on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
12067 character instead. The default is off, since most remote systems
12068 expect to see @samp{Ctrl-C} as the interrupt signal.
12069
12070 @item show remotebreak
12071 Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
12072 interrupt the remote program.
12073
12074 @item set remotedebug
12075 @cindex debug remote protocol
12076 @cindex remote protocol debugging
12077 @cindex display remote packets
12078 Control the debugging of the remote protocol. When enabled, each
12079 packet sent to or received from the remote target is displayed. The
12080 defaults is off.
12081
12082 @item show remotedebug
12083 Show the current setting of the remote protocol debugging.
12084
12085 @item set remotedevice @var{device}
12086 @cindex serial port name
12087 Set the name of the serial port through which to communicate to the
12088 remote target to @var{device}. This is the device used by
12089 @value{GDBN} to open the serial communications line to the remote
12090 target. There's no default, so you must set a valid port name for the
12091 remote serial communications to work. (Some varieties of the
12092 @code{target} command accept the port name as part of their
12093 arguments.)
12094
12095 @item show remotedevice
12096 Show the current name of the serial port.
12097
12098 @item set remotelogbase @var{base}
12099 Set the base (a.k.a.@: radix) of logging serial protocol
12100 communications to @var{base}. Supported values of @var{base} are:
12101 @code{ascii}, @code{octal}, and @code{hex}. The default is
12102 @code{ascii}.
12103
12104 @item show remotelogbase
12105 Show the current setting of the radix for logging remote serial
12106 protocol.
12107
12108 @item set remotelogfile @var{file}
12109 @cindex record serial communications on file
12110 Record remote serial communications on the named @var{file}. The
12111 default is not to record at all.
12112
12113 @item show remotelogfile.
12114 Show the current setting of the file name on which to record the
12115 serial communications.
12116
12117 @item set remotetimeout @var{num}
12118 @cindex timeout for serial communications
12119 @cindex remote timeout
12120 Set the timeout limit to wait for the remote target to respond to
12121 @var{num} seconds. The default is 2 seconds.
12122
12123 @item show remotetimeout
12124 Show the current number of seconds to wait for the remote target
12125 responses.
12126
12127 @cindex limit hardware breakpoints and watchpoints
12128 @cindex remote target, limit break- and watchpoints
12129 @anchor{set remote hardware-watchpoint-limit}
12130 @anchor{set remote hardware-breakpoint-limit}
12131 @item set remote hardware-watchpoint-limit @var{limit}
12132 @itemx set remote hardware-breakpoint-limit @var{limit}
12133 Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
12134 watchpoints. A limit of -1, the default, is treated as unlimited.
12135
12136 @item set remote fetch-register-packet
12137 @itemx set remote set-register-packet
12138 @itemx set remote P-packet
12139 @itemx set remote p-packet
12140 @cindex P-packet
12141 @cindex fetch registers from remote targets
12142 @cindex set registers in remote targets
12143 Determine whether @value{GDBN} can set and fetch registers from the
12144 remote target using the @samp{P} packets. The default depends on the
12145 remote stub's support of the @samp{P} packets (@value{GDBN} queries
12146 the stub when this packet is first required).
12147
12148 @item show remote fetch-register-packet
12149 @itemx show remote set-register-packet
12150 @itemx show remote P-packet
12151 @itemx show remote p-packet
12152 Show the current setting of using the @samp{P} packets for setting and
12153 fetching registers from the remote target.
12154
12155 @cindex binary downloads
12156 @cindex X-packet
12157 @item set remote binary-download-packet
12158 @itemx set remote X-packet
12159 Determine whether @value{GDBN} sends downloads in binary mode using
12160 the @samp{X} packets. The default is on.
12161
12162 @item show remote binary-download-packet
12163 @itemx show remote X-packet
12164 Show the current setting of using the @samp{X} packets for binary
12165 downloads.
12166
12167 @item set remote read-aux-vector-packet
12168 @cindex auxiliary vector of remote target
12169 @cindex @code{auxv}, and remote targets
12170 Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12171 auxiliary vector read) request. This request is used to fetch the
12172 remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12173 Auxiliary Vector}. The default setting depends on the remote stub's
12174 support of this request (@value{GDBN} queries the stub when this
12175 request is first required). @xref{General Query Packets, qPart}, for
12176 more information about this request.
12177
12178 @item show remote read-aux-vector-packet
12179 Show the current setting of use of the @samp{qPart:auxv:read} request.
12180
12181 @item set remote symbol-lookup-packet
12182 @cindex remote symbol lookup request
12183 Set the use of the remote protocol's @samp{qSymbol} (target symbol
12184 lookup) request. This request is used to communicate symbol
12185 information to the remote target, e.g., whenever a new shared library
12186 is loaded by the remote (@pxref{Files, shared libraries}). The
12187 default setting depends on the remote stub's support of this request
12188 (@value{GDBN} queries the stub when this request is first required).
12189 @xref{General Query Packets, qSymbol}, for more information about this
12190 request.
12191
12192 @item show remote symbol-lookup-packet
12193 Show the current setting of use of the @samp{qSymbol} request.
12194
12195 @item set remote verbose-resume-packet
12196 @cindex resume remote target
12197 @cindex signal thread, and remote targets
12198 @cindex single-step thread, and remote targets
12199 @cindex thread-specific operations on remote targets
12200 Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12201 request. This request is used to resume specific threads in the
12202 remote target, and to single-step or signal them. The default setting
12203 depends on the remote stub's support of this request (@value{GDBN}
12204 queries the stub when this request is first required). This setting
12205 affects debugging of multithreaded programs: if @samp{vCont} cannot be
12206 used, @value{GDBN} might be unable to single-step a specific thread,
12207 especially under @code{set scheduler-locking off}; it is also
12208 impossible to pause a specific thread. @xref{Packets, vCont}, for
12209 more details.
12210
12211 @item show remote verbose-resume-packet
12212 Show the current setting of use of the @samp{vCont} request
12213
12214 @item set remote software-breakpoint-packet
12215 @itemx set remote hardware-breakpoint-packet
12216 @itemx set remote write-watchpoint-packet
12217 @itemx set remote read-watchpoint-packet
12218 @itemx set remote access-watchpoint-packet
12219 @itemx set remote Z-packet
12220 @cindex Z-packet
12221 @cindex remote hardware breakpoints and watchpoints
12222 These commands enable or disable the use of @samp{Z} packets for
12223 setting breakpoints and watchpoints in the remote target. The default
12224 depends on the remote stub's support of the @samp{Z} packets
12225 (@value{GDBN} queries the stub when each packet is first required).
12226 The command @code{set remote Z-packet}, kept for back-compatibility,
12227 turns on or off all the features that require the use of @samp{Z}
12228 packets.
12229
12230 @item show remote software-breakpoint-packet
12231 @itemx show remote hardware-breakpoint-packet
12232 @itemx show remote write-watchpoint-packet
12233 @itemx show remote read-watchpoint-packet
12234 @itemx show remote access-watchpoint-packet
12235 @itemx show remote Z-packet
12236 Show the current setting of @samp{Z} packets usage.
12237
12238 @item set remote get-thread-local-storage-address
12239 @kindex set remote get-thread-local-storage-address
12240 @cindex thread local storage of remote targets
12241 This command enables or disables the use of the @samp{qGetTLSAddr}
12242 (Get Thread Local Storage Address) request packet. The default
12243 depends on whether the remote stub supports this request.
12244 @xref{General Query Packets, qGetTLSAddr}, for more details about this
12245 packet.
12246
12247 @item show remote get-thread-local-storage-address
12248 @kindex show remote get-thread-local-storage-address
12249 Show the current setting of @samp{qGetTLSAddr} packet usage.
12250 @end table
12251
12252 @node remote stub
12253 @section Implementing a remote stub
12254
12255 @cindex debugging stub, example
12256 @cindex remote stub, example
12257 @cindex stub example, remote debugging
12258 The stub files provided with @value{GDBN} implement the target side of the
12259 communication protocol, and the @value{GDBN} side is implemented in the
12260 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12261 these subroutines to communicate, and ignore the details. (If you're
12262 implementing your own stub file, you can still ignore the details: start
12263 with one of the existing stub files. @file{sparc-stub.c} is the best
12264 organized, and therefore the easiest to read.)
12265
12266 @cindex remote serial debugging, overview
12267 To debug a program running on another machine (the debugging
12268 @dfn{target} machine), you must first arrange for all the usual
12269 prerequisites for the program to run by itself. For example, for a C
12270 program, you need:
12271
12272 @enumerate
12273 @item
12274 A startup routine to set up the C runtime environment; these usually
12275 have a name like @file{crt0}. The startup routine may be supplied by
12276 your hardware supplier, or you may have to write your own.
12277
12278 @item
12279 A C subroutine library to support your program's
12280 subroutine calls, notably managing input and output.
12281
12282 @item
12283 A way of getting your program to the other machine---for example, a
12284 download program. These are often supplied by the hardware
12285 manufacturer, but you may have to write your own from hardware
12286 documentation.
12287 @end enumerate
12288
12289 The next step is to arrange for your program to use a serial port to
12290 communicate with the machine where @value{GDBN} is running (the @dfn{host}
12291 machine). In general terms, the scheme looks like this:
12292
12293 @table @emph
12294 @item On the host,
12295 @value{GDBN} already understands how to use this protocol; when everything
12296 else is set up, you can simply use the @samp{target remote} command
12297 (@pxref{Targets,,Specifying a Debugging Target}).
12298
12299 @item On the target,
12300 you must link with your program a few special-purpose subroutines that
12301 implement the @value{GDBN} remote serial protocol. The file containing these
12302 subroutines is called a @dfn{debugging stub}.
12303
12304 On certain remote targets, you can use an auxiliary program
12305 @code{gdbserver} instead of linking a stub into your program.
12306 @xref{Server,,Using the @code{gdbserver} program}, for details.
12307 @end table
12308
12309 The debugging stub is specific to the architecture of the remote
12310 machine; for example, use @file{sparc-stub.c} to debug programs on
12311 @sc{sparc} boards.
12312
12313 @cindex remote serial stub list
12314 These working remote stubs are distributed with @value{GDBN}:
12315
12316 @table @code
12317
12318 @item i386-stub.c
12319 @cindex @file{i386-stub.c}
12320 @cindex Intel
12321 @cindex i386
12322 For Intel 386 and compatible architectures.
12323
12324 @item m68k-stub.c
12325 @cindex @file{m68k-stub.c}
12326 @cindex Motorola 680x0
12327 @cindex m680x0
12328 For Motorola 680x0 architectures.
12329
12330 @item sh-stub.c
12331 @cindex @file{sh-stub.c}
12332 @cindex Renesas
12333 @cindex SH
12334 For Renesas SH architectures.
12335
12336 @item sparc-stub.c
12337 @cindex @file{sparc-stub.c}
12338 @cindex Sparc
12339 For @sc{sparc} architectures.
12340
12341 @item sparcl-stub.c
12342 @cindex @file{sparcl-stub.c}
12343 @cindex Fujitsu
12344 @cindex SparcLite
12345 For Fujitsu @sc{sparclite} architectures.
12346
12347 @end table
12348
12349 The @file{README} file in the @value{GDBN} distribution may list other
12350 recently added stubs.
12351
12352 @menu
12353 * Stub Contents:: What the stub can do for you
12354 * Bootstrapping:: What you must do for the stub
12355 * Debug Session:: Putting it all together
12356 @end menu
12357
12358 @node Stub Contents
12359 @subsection What the stub can do for you
12360
12361 @cindex remote serial stub
12362 The debugging stub for your architecture supplies these three
12363 subroutines:
12364
12365 @table @code
12366 @item set_debug_traps
12367 @findex set_debug_traps
12368 @cindex remote serial stub, initialization
12369 This routine arranges for @code{handle_exception} to run when your
12370 program stops. You must call this subroutine explicitly near the
12371 beginning of your program.
12372
12373 @item handle_exception
12374 @findex handle_exception
12375 @cindex remote serial stub, main routine
12376 This is the central workhorse, but your program never calls it
12377 explicitly---the setup code arranges for @code{handle_exception} to
12378 run when a trap is triggered.
12379
12380 @code{handle_exception} takes control when your program stops during
12381 execution (for example, on a breakpoint), and mediates communications
12382 with @value{GDBN} on the host machine. This is where the communications
12383 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
12384 representative on the target machine. It begins by sending summary
12385 information on the state of your program, then continues to execute,
12386 retrieving and transmitting any information @value{GDBN} needs, until you
12387 execute a @value{GDBN} command that makes your program resume; at that point,
12388 @code{handle_exception} returns control to your own code on the target
12389 machine.
12390
12391 @item breakpoint
12392 @cindex @code{breakpoint} subroutine, remote
12393 Use this auxiliary subroutine to make your program contain a
12394 breakpoint. Depending on the particular situation, this may be the only
12395 way for @value{GDBN} to get control. For instance, if your target
12396 machine has some sort of interrupt button, you won't need to call this;
12397 pressing the interrupt button transfers control to
12398 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12399 simply receiving characters on the serial port may also trigger a trap;
12400 again, in that situation, you don't need to call @code{breakpoint} from
12401 your own program---simply running @samp{target remote} from the host
12402 @value{GDBN} session gets control.
12403
12404 Call @code{breakpoint} if none of these is true, or if you simply want
12405 to make certain your program stops at a predetermined point for the
12406 start of your debugging session.
12407 @end table
12408
12409 @node Bootstrapping
12410 @subsection What you must do for the stub
12411
12412 @cindex remote stub, support routines
12413 The debugging stubs that come with @value{GDBN} are set up for a particular
12414 chip architecture, but they have no information about the rest of your
12415 debugging target machine.
12416
12417 First of all you need to tell the stub how to communicate with the
12418 serial port.
12419
12420 @table @code
12421 @item int getDebugChar()
12422 @findex getDebugChar
12423 Write this subroutine to read a single character from the serial port.
12424 It may be identical to @code{getchar} for your target system; a
12425 different name is used to allow you to distinguish the two if you wish.
12426
12427 @item void putDebugChar(int)
12428 @findex putDebugChar
12429 Write this subroutine to write a single character to the serial port.
12430 It may be identical to @code{putchar} for your target system; a
12431 different name is used to allow you to distinguish the two if you wish.
12432 @end table
12433
12434 @cindex control C, and remote debugging
12435 @cindex interrupting remote targets
12436 If you want @value{GDBN} to be able to stop your program while it is
12437 running, you need to use an interrupt-driven serial driver, and arrange
12438 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12439 character). That is the character which @value{GDBN} uses to tell the
12440 remote system to stop.
12441
12442 Getting the debugging target to return the proper status to @value{GDBN}
12443 probably requires changes to the standard stub; one quick and dirty way
12444 is to just execute a breakpoint instruction (the ``dirty'' part is that
12445 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12446
12447 Other routines you need to supply are:
12448
12449 @table @code
12450 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
12451 @findex exceptionHandler
12452 Write this function to install @var{exception_address} in the exception
12453 handling tables. You need to do this because the stub does not have any
12454 way of knowing what the exception handling tables on your target system
12455 are like (for example, the processor's table might be in @sc{rom},
12456 containing entries which point to a table in @sc{ram}).
12457 @var{exception_number} is the exception number which should be changed;
12458 its meaning is architecture-dependent (for example, different numbers
12459 might represent divide by zero, misaligned access, etc). When this
12460 exception occurs, control should be transferred directly to
12461 @var{exception_address}, and the processor state (stack, registers,
12462 and so on) should be just as it is when a processor exception occurs. So if
12463 you want to use a jump instruction to reach @var{exception_address}, it
12464 should be a simple jump, not a jump to subroutine.
12465
12466 For the 386, @var{exception_address} should be installed as an interrupt
12467 gate so that interrupts are masked while the handler runs. The gate
12468 should be at privilege level 0 (the most privileged level). The
12469 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
12470 help from @code{exceptionHandler}.
12471
12472 @item void flush_i_cache()
12473 @findex flush_i_cache
12474 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
12475 instruction cache, if any, on your target machine. If there is no
12476 instruction cache, this subroutine may be a no-op.
12477
12478 On target machines that have instruction caches, @value{GDBN} requires this
12479 function to make certain that the state of your program is stable.
12480 @end table
12481
12482 @noindent
12483 You must also make sure this library routine is available:
12484
12485 @table @code
12486 @item void *memset(void *, int, int)
12487 @findex memset
12488 This is the standard library function @code{memset} that sets an area of
12489 memory to a known value. If you have one of the free versions of
12490 @code{libc.a}, @code{memset} can be found there; otherwise, you must
12491 either obtain it from your hardware manufacturer, or write your own.
12492 @end table
12493
12494 If you do not use the GNU C compiler, you may need other standard
12495 library subroutines as well; this varies from one stub to another,
12496 but in general the stubs are likely to use any of the common library
12497 subroutines which @code{@value{GCC}} generates as inline code.
12498
12499
12500 @node Debug Session
12501 @subsection Putting it all together
12502
12503 @cindex remote serial debugging summary
12504 In summary, when your program is ready to debug, you must follow these
12505 steps.
12506
12507 @enumerate
12508 @item
12509 Make sure you have defined the supporting low-level routines
12510 (@pxref{Bootstrapping,,What you must do for the stub}):
12511 @display
12512 @code{getDebugChar}, @code{putDebugChar},
12513 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12514 @end display
12515
12516 @item
12517 Insert these lines near the top of your program:
12518
12519 @smallexample
12520 set_debug_traps();
12521 breakpoint();
12522 @end smallexample
12523
12524 @item
12525 For the 680x0 stub only, you need to provide a variable called
12526 @code{exceptionHook}. Normally you just use:
12527
12528 @smallexample
12529 void (*exceptionHook)() = 0;
12530 @end smallexample
12531
12532 @noindent
12533 but if before calling @code{set_debug_traps}, you set it to point to a
12534 function in your program, that function is called when
12535 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
12536 error). The function indicated by @code{exceptionHook} is called with
12537 one parameter: an @code{int} which is the exception number.
12538
12539 @item
12540 Compile and link together: your program, the @value{GDBN} debugging stub for
12541 your target architecture, and the supporting subroutines.
12542
12543 @item
12544 Make sure you have a serial connection between your target machine and
12545 the @value{GDBN} host, and identify the serial port on the host.
12546
12547 @item
12548 @c The "remote" target now provides a `load' command, so we should
12549 @c document that. FIXME.
12550 Download your program to your target machine (or get it there by
12551 whatever means the manufacturer provides), and start it.
12552
12553 @item
12554 Start @value{GDBN} on the host, and connect to the target
12555 (@pxref{Connecting,,Connecting to a remote target}).
12556
12557 @end enumerate
12558
12559 @node Configurations
12560 @chapter Configuration-Specific Information
12561
12562 While nearly all @value{GDBN} commands are available for all native and
12563 cross versions of the debugger, there are some exceptions. This chapter
12564 describes things that are only available in certain configurations.
12565
12566 There are three major categories of configurations: native
12567 configurations, where the host and target are the same, embedded
12568 operating system configurations, which are usually the same for several
12569 different processor architectures, and bare embedded processors, which
12570 are quite different from each other.
12571
12572 @menu
12573 * Native::
12574 * Embedded OS::
12575 * Embedded Processors::
12576 * Architectures::
12577 @end menu
12578
12579 @node Native
12580 @section Native
12581
12582 This section describes details specific to particular native
12583 configurations.
12584
12585 @menu
12586 * HP-UX:: HP-UX
12587 * BSD libkvm Interface:: Debugging BSD kernel memory images
12588 * SVR4 Process Information:: SVR4 process information
12589 * DJGPP Native:: Features specific to the DJGPP port
12590 * Cygwin Native:: Features specific to the Cygwin port
12591 * Hurd Native:: Features specific to @sc{gnu} Hurd
12592 * Neutrino:: Features specific to QNX Neutrino
12593 @end menu
12594
12595 @node HP-UX
12596 @subsection HP-UX
12597
12598 On HP-UX systems, if you refer to a function or variable name that
12599 begins with a dollar sign, @value{GDBN} searches for a user or system
12600 name first, before it searches for a convenience variable.
12601
12602
12603 @node BSD libkvm Interface
12604 @subsection BSD libkvm Interface
12605
12606 @cindex libkvm
12607 @cindex kernel memory image
12608 @cindex kernel crash dump
12609
12610 BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12611 interface that provides a uniform interface for accessing kernel virtual
12612 memory images, including live systems and crash dumps. @value{GDBN}
12613 uses this interface to allow you to debug live kernels and kernel crash
12614 dumps on many native BSD configurations. This is implemented as a
12615 special @code{kvm} debugging target. For debugging a live system, load
12616 the currently running kernel into @value{GDBN} and connect to the
12617 @code{kvm} target:
12618
12619 @smallexample
12620 (@value{GDBP}) @b{target kvm}
12621 @end smallexample
12622
12623 For debugging crash dumps, provide the file name of the crash dump as an
12624 argument:
12625
12626 @smallexample
12627 (@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12628 @end smallexample
12629
12630 Once connected to the @code{kvm} target, the following commands are
12631 available:
12632
12633 @table @code
12634 @kindex kvm
12635 @item kvm pcb
12636 Set current context from the @dfn{Process Control Block} (PCB) address.
12637
12638 @item kvm proc
12639 Set current context from proc address. This command isn't available on
12640 modern FreeBSD systems.
12641 @end table
12642
12643 @node SVR4 Process Information
12644 @subsection SVR4 process information
12645 @cindex /proc
12646 @cindex examine process image
12647 @cindex process info via @file{/proc}
12648
12649 Many versions of SVR4 and compatible systems provide a facility called
12650 @samp{/proc} that can be used to examine the image of a running
12651 process using file-system subroutines. If @value{GDBN} is configured
12652 for an operating system with this facility, the command @code{info
12653 proc} is available to report information about the process running
12654 your program, or about any process running on your system. @code{info
12655 proc} works only on SVR4 systems that include the @code{procfs} code.
12656 This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12657 Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
12658
12659 @table @code
12660 @kindex info proc
12661 @cindex process ID
12662 @item info proc
12663 @itemx info proc @var{process-id}
12664 Summarize available information about any running process. If a
12665 process ID is specified by @var{process-id}, display information about
12666 that process; otherwise display information about the program being
12667 debugged. The summary includes the debugged process ID, the command
12668 line used to invoke it, its current working directory, and its
12669 executable file's absolute file name.
12670
12671 On some systems, @var{process-id} can be of the form
12672 @samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12673 within a process. If the optional @var{pid} part is missing, it means
12674 a thread from the process being debugged (the leading @samp{/} still
12675 needs to be present, or else @value{GDBN} will interpret the number as
12676 a process ID rather than a thread ID).
12677
12678 @item info proc mappings
12679 @cindex memory address space mappings
12680 Report the memory address space ranges accessible in the program, with
12681 information on whether the process has read, write, or execute access
12682 rights to each range. On @sc{gnu}/Linux systems, each memory range
12683 includes the object file which is mapped to that range, instead of the
12684 memory access rights to that range.
12685
12686 @item info proc stat
12687 @itemx info proc status
12688 @cindex process detailed status information
12689 These subcommands are specific to @sc{gnu}/Linux systems. They show
12690 the process-related information, including the user ID and group ID;
12691 how many threads are there in the process; its virtual memory usage;
12692 the signals that are pending, blocked, and ignored; its TTY; its
12693 consumption of system and user time; its stack size; its @samp{nice}
12694 value; etc. For more information, see the @samp{proc} man page
12695 (type @kbd{man 5 proc} from your shell prompt).
12696
12697 @item info proc all
12698 Show all the information about the process described under all of the
12699 above @code{info proc} subcommands.
12700
12701 @ignore
12702 @comment These sub-options of 'info proc' were not included when
12703 @comment procfs.c was re-written. Keep their descriptions around
12704 @comment against the day when someone finds the time to put them back in.
12705 @kindex info proc times
12706 @item info proc times
12707 Starting time, user CPU time, and system CPU time for your program and
12708 its children.
12709
12710 @kindex info proc id
12711 @item info proc id
12712 Report on the process IDs related to your program: its own process ID,
12713 the ID of its parent, the process group ID, and the session ID.
12714 @end ignore
12715
12716 @item set procfs-trace
12717 @kindex set procfs-trace
12718 @cindex @code{procfs} API calls
12719 This command enables and disables tracing of @code{procfs} API calls.
12720
12721 @item show procfs-trace
12722 @kindex show procfs-trace
12723 Show the current state of @code{procfs} API call tracing.
12724
12725 @item set procfs-file @var{file}
12726 @kindex set procfs-file
12727 Tell @value{GDBN} to write @code{procfs} API trace to the named
12728 @var{file}. @value{GDBN} appends the trace info to the previous
12729 contents of the file. The default is to display the trace on the
12730 standard output.
12731
12732 @item show procfs-file
12733 @kindex show procfs-file
12734 Show the file to which @code{procfs} API trace is written.
12735
12736 @item proc-trace-entry
12737 @itemx proc-trace-exit
12738 @itemx proc-untrace-entry
12739 @itemx proc-untrace-exit
12740 @kindex proc-trace-entry
12741 @kindex proc-trace-exit
12742 @kindex proc-untrace-entry
12743 @kindex proc-untrace-exit
12744 These commands enable and disable tracing of entries into and exits
12745 from the @code{syscall} interface.
12746
12747 @item info pidlist
12748 @kindex info pidlist
12749 @cindex process list, QNX Neutrino
12750 For QNX Neutrino only, this command displays the list of all the
12751 processes and all the threads within each process.
12752
12753 @item info meminfo
12754 @kindex info meminfo
12755 @cindex mapinfo list, QNX Neutrino
12756 For QNX Neutrino only, this command displays the list of all mapinfos.
12757 @end table
12758
12759 @node DJGPP Native
12760 @subsection Features for Debugging @sc{djgpp} Programs
12761 @cindex @sc{djgpp} debugging
12762 @cindex native @sc{djgpp} debugging
12763 @cindex MS-DOS-specific commands
12764
12765 @cindex DPMI
12766 @sc{djgpp} is a port of the @sc{gnu} development tools to MS-DOS and
12767 MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12768 that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12769 top of real-mode DOS systems and their emulations.
12770
12771 @value{GDBN} supports native debugging of @sc{djgpp} programs, and
12772 defines a few commands specific to the @sc{djgpp} port. This
12773 subsection describes those commands.
12774
12775 @table @code
12776 @kindex info dos
12777 @item info dos
12778 This is a prefix of @sc{djgpp}-specific commands which print
12779 information about the target system and important OS structures.
12780
12781 @kindex sysinfo
12782 @cindex MS-DOS system info
12783 @cindex free memory information (MS-DOS)
12784 @item info dos sysinfo
12785 This command displays assorted information about the underlying
12786 platform: the CPU type and features, the OS version and flavor, the
12787 DPMI version, and the available conventional and DPMI memory.
12788
12789 @cindex GDT
12790 @cindex LDT
12791 @cindex IDT
12792 @cindex segment descriptor tables
12793 @cindex descriptor tables display
12794 @item info dos gdt
12795 @itemx info dos ldt
12796 @itemx info dos idt
12797 These 3 commands display entries from, respectively, Global, Local,
12798 and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12799 tables are data structures which store a descriptor for each segment
12800 that is currently in use. The segment's selector is an index into a
12801 descriptor table; the table entry for that index holds the
12802 descriptor's base address and limit, and its attributes and access
12803 rights.
12804
12805 A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12806 segment (used for both data and the stack), and a DOS segment (which
12807 allows access to DOS/BIOS data structures and absolute addresses in
12808 conventional memory). However, the DPMI host will usually define
12809 additional segments in order to support the DPMI environment.
12810
12811 @cindex garbled pointers
12812 These commands allow to display entries from the descriptor tables.
12813 Without an argument, all entries from the specified table are
12814 displayed. An argument, which should be an integer expression, means
12815 display a single entry whose index is given by the argument. For
12816 example, here's a convenient way to display information about the
12817 debugged program's data segment:
12818
12819 @smallexample
12820 @exdent @code{(@value{GDBP}) info dos ldt $ds}
12821 @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12822 @end smallexample
12823
12824 @noindent
12825 This comes in handy when you want to see whether a pointer is outside
12826 the data segment's limit (i.e.@: @dfn{garbled}).
12827
12828 @cindex page tables display (MS-DOS)
12829 @item info dos pde
12830 @itemx info dos pte
12831 These two commands display entries from, respectively, the Page
12832 Directory and the Page Tables. Page Directories and Page Tables are
12833 data structures which control how virtual memory addresses are mapped
12834 into physical addresses. A Page Table includes an entry for every
12835 page of memory that is mapped into the program's address space; there
12836 may be several Page Tables, each one holding up to 4096 entries. A
12837 Page Directory has up to 4096 entries, one each for every Page Table
12838 that is currently in use.
12839
12840 Without an argument, @kbd{info dos pde} displays the entire Page
12841 Directory, and @kbd{info dos pte} displays all the entries in all of
12842 the Page Tables. An argument, an integer expression, given to the
12843 @kbd{info dos pde} command means display only that entry from the Page
12844 Directory table. An argument given to the @kbd{info dos pte} command
12845 means display entries from a single Page Table, the one pointed to by
12846 the specified entry in the Page Directory.
12847
12848 @cindex direct memory access (DMA) on MS-DOS
12849 These commands are useful when your program uses @dfn{DMA} (Direct
12850 Memory Access), which needs physical addresses to program the DMA
12851 controller.
12852
12853 These commands are supported only with some DPMI servers.
12854
12855 @cindex physical address from linear address
12856 @item info dos address-pte @var{addr}
12857 This command displays the Page Table entry for a specified linear
12858 address. The argument @var{addr} is a linear address which should
12859 already have the appropriate segment's base address added to it,
12860 because this command accepts addresses which may belong to @emph{any}
12861 segment. For example, here's how to display the Page Table entry for
12862 the page where a variable @code{i} is stored:
12863
12864 @smallexample
12865 @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12866 @exdent @code{Page Table entry for address 0x11a00d30:}
12867 @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
12868 @end smallexample
12869
12870 @noindent
12871 This says that @code{i} is stored at offset @code{0xd30} from the page
12872 whose physical base address is @code{0x02698000}, and shows all the
12873 attributes of that page.
12874
12875 Note that you must cast the addresses of variables to a @code{char *},
12876 since otherwise the value of @code{__djgpp_base_address}, the base
12877 address of all variables and functions in a @sc{djgpp} program, will
12878 be added using the rules of C pointer arithmetics: if @code{i} is
12879 declared an @code{int}, @value{GDBN} will add 4 times the value of
12880 @code{__djgpp_base_address} to the address of @code{i}.
12881
12882 Here's another example, it displays the Page Table entry for the
12883 transfer buffer:
12884
12885 @smallexample
12886 @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12887 @exdent @code{Page Table entry for address 0x29110:}
12888 @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12889 @end smallexample
12890
12891 @noindent
12892 (The @code{+ 3} offset is because the transfer buffer's address is the
12893 3rd member of the @code{_go32_info_block} structure.) The output
12894 clearly shows that this DPMI server maps the addresses in conventional
12895 memory 1:1, i.e.@: the physical (@code{0x00029000} + @code{0x110}) and
12896 linear (@code{0x29110}) addresses are identical.
12897
12898 This command is supported only with some DPMI servers.
12899 @end table
12900
12901 @cindex DOS serial data link, remote debugging
12902 In addition to native debugging, the DJGPP port supports remote
12903 debugging via a serial data link. The following commands are specific
12904 to remote serial debugging in the DJGPP port of @value{GDBN}.
12905
12906 @table @code
12907 @kindex set com1base
12908 @kindex set com1irq
12909 @kindex set com2base
12910 @kindex set com2irq
12911 @kindex set com3base
12912 @kindex set com3irq
12913 @kindex set com4base
12914 @kindex set com4irq
12915 @item set com1base @var{addr}
12916 This command sets the base I/O port address of the @file{COM1} serial
12917 port.
12918
12919 @item set com1irq @var{irq}
12920 This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12921 for the @file{COM1} serial port.
12922
12923 There are similar commands @samp{set com2base}, @samp{set com3irq},
12924 etc.@: for setting the port address and the @code{IRQ} lines for the
12925 other 3 COM ports.
12926
12927 @kindex show com1base
12928 @kindex show com1irq
12929 @kindex show com2base
12930 @kindex show com2irq
12931 @kindex show com3base
12932 @kindex show com3irq
12933 @kindex show com4base
12934 @kindex show com4irq
12935 The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12936 display the current settings of the base address and the @code{IRQ}
12937 lines used by the COM ports.
12938
12939 @item info serial
12940 @kindex info serial
12941 @cindex DOS serial port status
12942 This command prints the status of the 4 DOS serial ports. For each
12943 port, it prints whether it's active or not, its I/O base address and
12944 IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12945 counts of various errors encountered so far.
12946 @end table
12947
12948
12949 @node Cygwin Native
12950 @subsection Features for Debugging MS Windows PE executables
12951 @cindex MS Windows debugging
12952 @cindex native Cygwin debugging
12953 @cindex Cygwin-specific commands
12954
12955 @value{GDBN} supports native debugging of MS Windows programs, including
12956 DLLs with and without symbolic debugging information. There are various
12957 additional Cygwin-specific commands, described in this subsection. The
12958 subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12959 that have no debugging symbols.
12960
12961
12962 @table @code
12963 @kindex info w32
12964 @item info w32
12965 This is a prefix of MS Windows specific commands which print
12966 information about the target system and important OS structures.
12967
12968 @item info w32 selector
12969 This command displays information returned by
12970 the Win32 API @code{GetThreadSelectorEntry} function.
12971 It takes an optional argument that is evaluated to
12972 a long value to give the information about this given selector.
12973 Without argument, this command displays information
12974 about the the six segment registers.
12975
12976 @kindex info dll
12977 @item info dll
12978 This is a Cygwin specific alias of info shared.
12979
12980 @kindex dll-symbols
12981 @item dll-symbols
12982 This command loads symbols from a dll similarly to
12983 add-sym command but without the need to specify a base address.
12984
12985 @kindex set new-console
12986 @item set new-console @var{mode}
12987 If @var{mode} is @code{on} the debuggee will
12988 be started in a new console on next start.
12989 If @var{mode} is @code{off}i, the debuggee will
12990 be started in the same console as the debugger.
12991
12992 @kindex show new-console
12993 @item show new-console
12994 Displays whether a new console is used
12995 when the debuggee is started.
12996
12997 @kindex set new-group
12998 @item set new-group @var{mode}
12999 This boolean value controls whether the debuggee should
13000 start a new group or stay in the same group as the debugger.
13001 This affects the way the Windows OS handles
13002 Ctrl-C.
13003
13004 @kindex show new-group
13005 @item show new-group
13006 Displays current value of new-group boolean.
13007
13008 @kindex set debugevents
13009 @item set debugevents
13010 This boolean value adds debug output concerning events seen by the debugger.
13011
13012 @kindex set debugexec
13013 @item set debugexec
13014 This boolean value adds debug output concerning execute events
13015 seen by the debugger.
13016
13017 @kindex set debugexceptions
13018 @item set debugexceptions
13019 This boolean value adds debug ouptut concerning exception events
13020 seen by the debugger.
13021
13022 @kindex set debugmemory
13023 @item set debugmemory
13024 This boolean value adds debug ouptut concerning memory events
13025 seen by the debugger.
13026
13027 @kindex set shell
13028 @item set shell
13029 This boolean values specifies whether the debuggee is called
13030 via a shell or directly (default value is on).
13031
13032 @kindex show shell
13033 @item show shell
13034 Displays if the debuggee will be started with a shell.
13035
13036 @end table
13037
13038 @menu
13039 * Non-debug DLL symbols:: Support for DLLs without debugging symbols
13040 @end menu
13041
13042 @node Non-debug DLL symbols
13043 @subsubsection Support for DLLs without debugging symbols
13044 @cindex DLLs with no debugging symbols
13045 @cindex Minimal symbols and DLLs
13046
13047 Very often on windows, some of the DLLs that your program relies on do
13048 not include symbolic debugging information (for example,
13049 @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
13050 symbols in a DLL, it relies on the minimal amount of symbolic
13051 information contained in the DLL's export table. This subsubsection
13052 describes working with such symbols, known internally to @value{GDBN} as
13053 ``minimal symbols''.
13054
13055 Note that before the debugged program has started execution, no DLLs
13056 will have been loaded. The easiest way around this problem is simply to
13057 start the program --- either by setting a breakpoint or letting the
13058 program run once to completion. It is also possible to force
13059 @value{GDBN} to load a particular DLL before starting the executable ---
13060 see the shared library information in @pxref{Files} or the
13061 @code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
13062 explicitly loading symbols from a DLL with no debugging information will
13063 cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
13064 which may adversely affect symbol lookup performance.
13065
13066 @subsubsection DLL name prefixes
13067
13068 In keeping with the naming conventions used by the Microsoft debugging
13069 tools, DLL export symbols are made available with a prefix based on the
13070 DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
13071 also entered into the symbol table, so @code{CreateFileA} is often
13072 sufficient. In some cases there will be name clashes within a program
13073 (particularly if the executable itself includes full debugging symbols)
13074 necessitating the use of the fully qualified name when referring to the
13075 contents of the DLL. Use single-quotes around the name to avoid the
13076 exclamation mark (``!'') being interpreted as a language operator.
13077
13078 Note that the internal name of the DLL may be all upper-case, even
13079 though the file name of the DLL is lower-case, or vice-versa. Since
13080 symbols within @value{GDBN} are @emph{case-sensitive} this may cause
13081 some confusion. If in doubt, try the @code{info functions} and
13082 @code{info variables} commands or even @code{maint print msymbols} (see
13083 @pxref{Symbols}). Here's an example:
13084
13085 @smallexample
13086 (@value{GDBP}) info function CreateFileA
13087 All functions matching regular expression "CreateFileA":
13088
13089 Non-debugging symbols:
13090 0x77e885f4 CreateFileA
13091 0x77e885f4 KERNEL32!CreateFileA
13092 @end smallexample
13093
13094 @smallexample
13095 (@value{GDBP}) info function !
13096 All functions matching regular expression "!":
13097
13098 Non-debugging symbols:
13099 0x6100114c cygwin1!__assert
13100 0x61004034 cygwin1!_dll_crt0@@0
13101 0x61004240 cygwin1!dll_crt0(per_process *)
13102 [etc...]
13103 @end smallexample
13104
13105 @subsubsection Working with minimal symbols
13106
13107 Symbols extracted from a DLL's export table do not contain very much
13108 type information. All that @value{GDBN} can do is guess whether a symbol
13109 refers to a function or variable depending on the linker section that
13110 contains the symbol. Also note that the actual contents of the memory
13111 contained in a DLL are not available unless the program is running. This
13112 means that you cannot examine the contents of a variable or disassemble
13113 a function within a DLL without a running program.
13114
13115 Variables are generally treated as pointers and dereferenced
13116 automatically. For this reason, it is often necessary to prefix a
13117 variable name with the address-of operator (``&'') and provide explicit
13118 type information in the command. Here's an example of the type of
13119 problem:
13120
13121 @smallexample
13122 (@value{GDBP}) print 'cygwin1!__argv'
13123 $1 = 268572168
13124 @end smallexample
13125
13126 @smallexample
13127 (@value{GDBP}) x 'cygwin1!__argv'
13128 0x10021610: "\230y\""
13129 @end smallexample
13130
13131 And two possible solutions:
13132
13133 @smallexample
13134 (@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
13135 $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
13136 @end smallexample
13137
13138 @smallexample
13139 (@value{GDBP}) x/2x &'cygwin1!__argv'
13140 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
13141 (@value{GDBP}) x/x 0x10021608
13142 0x10021608: 0x0022fd98
13143 (@value{GDBP}) x/s 0x0022fd98
13144 0x22fd98: "/cygdrive/c/mydirectory/myprogram"
13145 @end smallexample
13146
13147 Setting a break point within a DLL is possible even before the program
13148 starts execution. However, under these circumstances, @value{GDBN} can't
13149 examine the initial instructions of the function in order to skip the
13150 function's frame set-up code. You can work around this by using ``*&''
13151 to set the breakpoint at a raw memory address:
13152
13153 @smallexample
13154 (@value{GDBP}) break *&'python22!PyOS_Readline'
13155 Breakpoint 1 at 0x1e04eff0
13156 @end smallexample
13157
13158 The author of these extensions is not entirely convinced that setting a
13159 break point within a shared DLL like @file{kernel32.dll} is completely
13160 safe.
13161
13162 @node Hurd Native
13163 @subsection Commands specific to @sc{gnu} Hurd systems
13164 @cindex @sc{gnu} Hurd debugging
13165
13166 This subsection describes @value{GDBN} commands specific to the
13167 @sc{gnu} Hurd native debugging.
13168
13169 @table @code
13170 @item set signals
13171 @itemx set sigs
13172 @kindex set signals@r{, Hurd command}
13173 @kindex set sigs@r{, Hurd command}
13174 This command toggles the state of inferior signal interception by
13175 @value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13176 affected by this command. @code{sigs} is a shorthand alias for
13177 @code{signals}.
13178
13179 @item show signals
13180 @itemx show sigs
13181 @kindex show signals@r{, Hurd command}
13182 @kindex show sigs@r{, Hurd command}
13183 Show the current state of intercepting inferior's signals.
13184
13185 @item set signal-thread
13186 @itemx set sigthread
13187 @kindex set signal-thread
13188 @kindex set sigthread
13189 This command tells @value{GDBN} which thread is the @code{libc} signal
13190 thread. That thread is run when a signal is delivered to a running
13191 process. @code{set sigthread} is the shorthand alias of @code{set
13192 signal-thread}.
13193
13194 @item show signal-thread
13195 @itemx show sigthread
13196 @kindex show signal-thread
13197 @kindex show sigthread
13198 These two commands show which thread will run when the inferior is
13199 delivered a signal.
13200
13201 @item set stopped
13202 @kindex set stopped@r{, Hurd command}
13203 This commands tells @value{GDBN} that the inferior process is stopped,
13204 as with the @code{SIGSTOP} signal. The stopped process can be
13205 continued by delivering a signal to it.
13206
13207 @item show stopped
13208 @kindex show stopped@r{, Hurd command}
13209 This command shows whether @value{GDBN} thinks the debuggee is
13210 stopped.
13211
13212 @item set exceptions
13213 @kindex set exceptions@r{, Hurd command}
13214 Use this command to turn off trapping of exceptions in the inferior.
13215 When exception trapping is off, neither breakpoints nor
13216 single-stepping will work. To restore the default, set exception
13217 trapping on.
13218
13219 @item show exceptions
13220 @kindex show exceptions@r{, Hurd command}
13221 Show the current state of trapping exceptions in the inferior.
13222
13223 @item set task pause
13224 @kindex set task@r{, Hurd commands}
13225 @cindex task attributes (@sc{gnu} Hurd)
13226 @cindex pause current task (@sc{gnu} Hurd)
13227 This command toggles task suspension when @value{GDBN} has control.
13228 Setting it to on takes effect immediately, and the task is suspended
13229 whenever @value{GDBN} gets control. Setting it to off will take
13230 effect the next time the inferior is continued. If this option is set
13231 to off, you can use @code{set thread default pause on} or @code{set
13232 thread pause on} (see below) to pause individual threads.
13233
13234 @item show task pause
13235 @kindex show task@r{, Hurd commands}
13236 Show the current state of task suspension.
13237
13238 @item set task detach-suspend-count
13239 @cindex task suspend count
13240 @cindex detach from task, @sc{gnu} Hurd
13241 This command sets the suspend count the task will be left with when
13242 @value{GDBN} detaches from it.
13243
13244 @item show task detach-suspend-count
13245 Show the suspend count the task will be left with when detaching.
13246
13247 @item set task exception-port
13248 @itemx set task excp
13249 @cindex task exception port, @sc{gnu} Hurd
13250 This command sets the task exception port to which @value{GDBN} will
13251 forward exceptions. The argument should be the value of the @dfn{send
13252 rights} of the task. @code{set task excp} is a shorthand alias.
13253
13254 @item set noninvasive
13255 @cindex noninvasive task options
13256 This command switches @value{GDBN} to a mode that is the least
13257 invasive as far as interfering with the inferior is concerned. This
13258 is the same as using @code{set task pause}, @code{set exceptions}, and
13259 @code{set signals} to values opposite to the defaults.
13260
13261 @item info send-rights
13262 @itemx info receive-rights
13263 @itemx info port-rights
13264 @itemx info port-sets
13265 @itemx info dead-names
13266 @itemx info ports
13267 @itemx info psets
13268 @cindex send rights, @sc{gnu} Hurd
13269 @cindex receive rights, @sc{gnu} Hurd
13270 @cindex port rights, @sc{gnu} Hurd
13271 @cindex port sets, @sc{gnu} Hurd
13272 @cindex dead names, @sc{gnu} Hurd
13273 These commands display information about, respectively, send rights,
13274 receive rights, port rights, port sets, and dead names of a task.
13275 There are also shorthand aliases: @code{info ports} for @code{info
13276 port-rights} and @code{info psets} for @code{info port-sets}.
13277
13278 @item set thread pause
13279 @kindex set thread@r{, Hurd command}
13280 @cindex thread properties, @sc{gnu} Hurd
13281 @cindex pause current thread (@sc{gnu} Hurd)
13282 This command toggles current thread suspension when @value{GDBN} has
13283 control. Setting it to on takes effect immediately, and the current
13284 thread is suspended whenever @value{GDBN} gets control. Setting it to
13285 off will take effect the next time the inferior is continued.
13286 Normally, this command has no effect, since when @value{GDBN} has
13287 control, the whole task is suspended. However, if you used @code{set
13288 task pause off} (see above), this command comes in handy to suspend
13289 only the current thread.
13290
13291 @item show thread pause
13292 @kindex show thread@r{, Hurd command}
13293 This command shows the state of current thread suspension.
13294
13295 @item set thread run
13296 This comamnd sets whether the current thread is allowed to run.
13297
13298 @item show thread run
13299 Show whether the current thread is allowed to run.
13300
13301 @item set thread detach-suspend-count
13302 @cindex thread suspend count, @sc{gnu} Hurd
13303 @cindex detach from thread, @sc{gnu} Hurd
13304 This command sets the suspend count @value{GDBN} will leave on a
13305 thread when detaching. This number is relative to the suspend count
13306 found by @value{GDBN} when it notices the thread; use @code{set thread
13307 takeover-suspend-count} to force it to an absolute value.
13308
13309 @item show thread detach-suspend-count
13310 Show the suspend count @value{GDBN} will leave on the thread when
13311 detaching.
13312
13313 @item set thread exception-port
13314 @itemx set thread excp
13315 Set the thread exception port to which to forward exceptions. This
13316 overrides the port set by @code{set task exception-port} (see above).
13317 @code{set thread excp} is the shorthand alias.
13318
13319 @item set thread takeover-suspend-count
13320 Normally, @value{GDBN}'s thread suspend counts are relative to the
13321 value @value{GDBN} finds when it notices each thread. This command
13322 changes the suspend counts to be absolute instead.
13323
13324 @item set thread default
13325 @itemx show thread default
13326 @cindex thread default settings, @sc{gnu} Hurd
13327 Each of the above @code{set thread} commands has a @code{set thread
13328 default} counterpart (e.g., @code{set thread default pause}, @code{set
13329 thread default exception-port}, etc.). The @code{thread default}
13330 variety of commands sets the default thread properties for all
13331 threads; you can then change the properties of individual threads with
13332 the non-default commands.
13333 @end table
13334
13335
13336 @node Neutrino
13337 @subsection QNX Neutrino
13338 @cindex QNX Neutrino
13339
13340 @value{GDBN} provides the following commands specific to the QNX
13341 Neutrino target:
13342
13343 @table @code
13344 @item set debug nto-debug
13345 @kindex set debug nto-debug
13346 When set to on, enables debugging messages specific to the QNX
13347 Neutrino support.
13348
13349 @item show debug nto-debug
13350 @kindex show debug nto-debug
13351 Show the current state of QNX Neutrino messages.
13352 @end table
13353
13354
13355 @node Embedded OS
13356 @section Embedded Operating Systems
13357
13358 This section describes configurations involving the debugging of
13359 embedded operating systems that are available for several different
13360 architectures.
13361
13362 @menu
13363 * VxWorks:: Using @value{GDBN} with VxWorks
13364 @end menu
13365
13366 @value{GDBN} includes the ability to debug programs running on
13367 various real-time operating systems.
13368
13369 @node VxWorks
13370 @subsection Using @value{GDBN} with VxWorks
13371
13372 @cindex VxWorks
13373
13374 @table @code
13375
13376 @kindex target vxworks
13377 @item target vxworks @var{machinename}
13378 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13379 is the target system's machine name or IP address.
13380
13381 @end table
13382
13383 On VxWorks, @code{load} links @var{filename} dynamically on the
13384 current target system as well as adding its symbols in @value{GDBN}.
13385
13386 @value{GDBN} enables developers to spawn and debug tasks running on networked
13387 VxWorks targets from a Unix host. Already-running tasks spawned from
13388 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13389 both the Unix host and on the VxWorks target. The program
13390 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13391 installed with the name @code{vxgdb}, to distinguish it from a
13392 @value{GDBN} for debugging programs on the host itself.)
13393
13394 @table @code
13395 @item VxWorks-timeout @var{args}
13396 @kindex vxworks-timeout
13397 All VxWorks-based targets now support the option @code{vxworks-timeout}.
13398 This option is set by the user, and @var{args} represents the number of
13399 seconds @value{GDBN} waits for responses to rpc's. You might use this if
13400 your VxWorks target is a slow software simulator or is on the far side
13401 of a thin network line.
13402 @end table
13403
13404 The following information on connecting to VxWorks was current when
13405 this manual was produced; newer releases of VxWorks may use revised
13406 procedures.
13407
13408 @findex INCLUDE_RDB
13409 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13410 to include the remote debugging interface routines in the VxWorks
13411 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13412 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13413 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13414 source debugging task @code{tRdbTask} when VxWorks is booted. For more
13415 information on configuring and remaking VxWorks, see the manufacturer's
13416 manual.
13417 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
13418
13419 Once you have included @file{rdb.a} in your VxWorks system image and set
13420 your Unix execution search path to find @value{GDBN}, you are ready to
13421 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13422 @code{vxgdb}, depending on your installation).
13423
13424 @value{GDBN} comes up showing the prompt:
13425
13426 @smallexample
13427 (vxgdb)
13428 @end smallexample
13429
13430 @menu
13431 * VxWorks Connection:: Connecting to VxWorks
13432 * VxWorks Download:: VxWorks download
13433 * VxWorks Attach:: Running tasks
13434 @end menu
13435
13436 @node VxWorks Connection
13437 @subsubsection Connecting to VxWorks
13438
13439 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13440 network. To connect to a target whose host name is ``@code{tt}'', type:
13441
13442 @smallexample
13443 (vxgdb) target vxworks tt
13444 @end smallexample
13445
13446 @need 750
13447 @value{GDBN} displays messages like these:
13448
13449 @smallexample
13450 Attaching remote machine across net...
13451 Connected to tt.
13452 @end smallexample
13453
13454 @need 1000
13455 @value{GDBN} then attempts to read the symbol tables of any object modules
13456 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13457 these files by searching the directories listed in the command search
13458 path (@pxref{Environment, ,Your program's environment}); if it fails
13459 to find an object file, it displays a message such as:
13460
13461 @smallexample
13462 prog.o: No such file or directory.
13463 @end smallexample
13464
13465 When this happens, add the appropriate directory to the search path with
13466 the @value{GDBN} command @code{path}, and execute the @code{target}
13467 command again.
13468
13469 @node VxWorks Download
13470 @subsubsection VxWorks download
13471
13472 @cindex download to VxWorks
13473 If you have connected to the VxWorks target and you want to debug an
13474 object that has not yet been loaded, you can use the @value{GDBN}
13475 @code{load} command to download a file from Unix to VxWorks
13476 incrementally. The object file given as an argument to the @code{load}
13477 command is actually opened twice: first by the VxWorks target in order
13478 to download the code, then by @value{GDBN} in order to read the symbol
13479 table. This can lead to problems if the current working directories on
13480 the two systems differ. If both systems have NFS mounted the same
13481 filesystems, you can avoid these problems by using absolute paths.
13482 Otherwise, it is simplest to set the working directory on both systems
13483 to the directory in which the object file resides, and then to reference
13484 the file by its name, without any path. For instance, a program
13485 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13486 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13487 program, type this on VxWorks:
13488
13489 @smallexample
13490 -> cd "@var{vxpath}/vw/demo/rdb"
13491 @end smallexample
13492
13493 @noindent
13494 Then, in @value{GDBN}, type:
13495
13496 @smallexample
13497 (vxgdb) cd @var{hostpath}/vw/demo/rdb
13498 (vxgdb) load prog.o
13499 @end smallexample
13500
13501 @value{GDBN} displays a response similar to this:
13502
13503 @smallexample
13504 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13505 @end smallexample
13506
13507 You can also use the @code{load} command to reload an object module
13508 after editing and recompiling the corresponding source file. Note that
13509 this makes @value{GDBN} delete all currently-defined breakpoints,
13510 auto-displays, and convenience variables, and to clear the value
13511 history. (This is necessary in order to preserve the integrity of
13512 debugger's data structures that reference the target system's symbol
13513 table.)
13514
13515 @node VxWorks Attach
13516 @subsubsection Running tasks
13517
13518 @cindex running VxWorks tasks
13519 You can also attach to an existing task using the @code{attach} command as
13520 follows:
13521
13522 @smallexample
13523 (vxgdb) attach @var{task}
13524 @end smallexample
13525
13526 @noindent
13527 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13528 or suspended when you attach to it. Running tasks are suspended at
13529 the time of attachment.
13530
13531 @node Embedded Processors
13532 @section Embedded Processors
13533
13534 This section goes into details specific to particular embedded
13535 configurations.
13536
13537 @cindex send command to simulator
13538 Whenever a specific embedded processor has a simulator, @value{GDBN}
13539 allows to send an arbitrary command to the simulator.
13540
13541 @table @code
13542 @item sim @var{command}
13543 @kindex sim@r{, a command}
13544 Send an arbitrary @var{command} string to the simulator. Consult the
13545 documentation for the specific simulator in use for information about
13546 acceptable commands.
13547 @end table
13548
13549
13550 @menu
13551 * ARM:: ARM RDI
13552 * H8/300:: Renesas H8/300
13553 * H8/500:: Renesas H8/500
13554 * M32R/D:: Renesas M32R/D
13555 * M68K:: Motorola M68K
13556 * MIPS Embedded:: MIPS Embedded
13557 * OpenRISC 1000:: OpenRisc 1000
13558 * PA:: HP PA Embedded
13559 * PowerPC: PowerPC
13560 * SH:: Renesas SH
13561 * Sparclet:: Tsqware Sparclet
13562 * Sparclite:: Fujitsu Sparclite
13563 * ST2000:: Tandem ST2000
13564 * Z8000:: Zilog Z8000
13565 * AVR:: Atmel AVR
13566 * CRIS:: CRIS
13567 * Super-H:: Renesas Super-H
13568 * WinCE:: Windows CE child processes
13569 @end menu
13570
13571 @node ARM
13572 @subsection ARM
13573 @cindex ARM RDI
13574
13575 @table @code
13576 @kindex target rdi
13577 @item target rdi @var{dev}
13578 ARM Angel monitor, via RDI library interface to ADP protocol. You may
13579 use this target to communicate with both boards running the Angel
13580 monitor, or with the EmbeddedICE JTAG debug device.
13581
13582 @kindex target rdp
13583 @item target rdp @var{dev}
13584 ARM Demon monitor.
13585
13586 @end table
13587
13588 @value{GDBN} provides the following ARM-specific commands:
13589
13590 @table @code
13591 @item set arm disassembler
13592 @kindex set arm
13593 This commands selects from a list of disassembly styles. The
13594 @code{"std"} style is the standard style.
13595
13596 @item show arm disassembler
13597 @kindex show arm
13598 Show the current disassembly style.
13599
13600 @item set arm apcs32
13601 @cindex ARM 32-bit mode
13602 This command toggles ARM operation mode between 32-bit and 26-bit.
13603
13604 @item show arm apcs32
13605 Display the current usage of the ARM 32-bit mode.
13606
13607 @item set arm fpu @var{fputype}
13608 This command sets the ARM floating-point unit (FPU) type. The
13609 argument @var{fputype} can be one of these:
13610
13611 @table @code
13612 @item auto
13613 Determine the FPU type by querying the OS ABI.
13614 @item softfpa
13615 Software FPU, with mixed-endian doubles on little-endian ARM
13616 processors.
13617 @item fpa
13618 GCC-compiled FPA co-processor.
13619 @item softvfp
13620 Software FPU with pure-endian doubles.
13621 @item vfp
13622 VFP co-processor.
13623 @end table
13624
13625 @item show arm fpu
13626 Show the current type of the FPU.
13627
13628 @item set arm abi
13629 This command forces @value{GDBN} to use the specified ABI.
13630
13631 @item show arm abi
13632 Show the currently used ABI.
13633
13634 @item set debug arm
13635 Toggle whether to display ARM-specific debugging messages from the ARM
13636 target support subsystem.
13637
13638 @item show debug arm
13639 Show whether ARM-specific debugging messages are enabled.
13640 @end table
13641
13642 The following commands are available when an ARM target is debugged
13643 using the RDI interface:
13644
13645 @table @code
13646 @item rdilogfile @r{[}@var{file}@r{]}
13647 @kindex rdilogfile
13648 @cindex ADP (Angel Debugger Protocol) logging
13649 Set the filename for the ADP (Angel Debugger Protocol) packet log.
13650 With an argument, sets the log file to the specified @var{file}. With
13651 no argument, show the current log file name. The default log file is
13652 @file{rdi.log}.
13653
13654 @item rdilogenable @r{[}@var{arg}@r{]}
13655 @kindex rdilogenable
13656 Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13657 enables logging, with an argument 0 or @code{"no"} disables it. With
13658 no arguments displays the current setting. When logging is enabled,
13659 ADP packets exchanged between @value{GDBN} and the RDI target device
13660 are logged to a file.
13661
13662 @item set rdiromatzero
13663 @kindex set rdiromatzero
13664 @cindex ROM at zero address, RDI
13665 Tell @value{GDBN} whether the target has ROM at address 0. If on,
13666 vector catching is disabled, so that zero address can be used. If off
13667 (the default), vector catching is enabled. For this command to take
13668 effect, it needs to be invoked prior to the @code{target rdi} command.
13669
13670 @item show rdiromatzero
13671 @kindex show rdiromatzero
13672 Show the current setting of ROM at zero address.
13673
13674 @item set rdiheartbeat
13675 @kindex set rdiheartbeat
13676 @cindex RDI heartbeat
13677 Enable or disable RDI heartbeat packets. It is not recommended to
13678 turn on this option, since it confuses ARM and EPI JTAG interface, as
13679 well as the Angel monitor.
13680
13681 @item show rdiheartbeat
13682 @kindex show rdiheartbeat
13683 Show the setting of RDI heartbeat packets.
13684 @end table
13685
13686
13687 @node H8/300
13688 @subsection Renesas H8/300
13689
13690 @table @code
13691
13692 @kindex target hms@r{, with H8/300}
13693 @item target hms @var{dev}
13694 A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
13695 Use special commands @code{device} and @code{speed} to control the serial
13696 line and the communications speed used.
13697
13698 @kindex target e7000@r{, with H8/300}
13699 @item target e7000 @var{dev}
13700 E7000 emulator for Renesas H8 and SH.
13701
13702 @kindex target sh3@r{, with H8/300}
13703 @kindex target sh3e@r{, with H8/300}
13704 @item target sh3 @var{dev}
13705 @itemx target sh3e @var{dev}
13706 Renesas SH-3 and SH-3E target systems.
13707
13708 @end table
13709
13710 @cindex download to H8/300 or H8/500
13711 @cindex H8/300 or H8/500 download
13712 @cindex download to Renesas SH
13713 @cindex Renesas SH download
13714 When you select remote debugging to a Renesas SH, H8/300, or H8/500
13715 board, the @code{load} command downloads your program to the Renesas
13716 board and also opens it as the current executable target for
13717 @value{GDBN} on your host (like the @code{file} command).
13718
13719 @value{GDBN} needs to know these things to talk to your
13720 Renesas SH, H8/300, or H8/500:
13721
13722 @enumerate
13723 @item
13724 that you want to use @samp{target hms}, the remote debugging interface
13725 for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13726 emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13727 the default when @value{GDBN} is configured specifically for the Renesas SH,
13728 H8/300, or H8/500.)
13729
13730 @item
13731 what serial device connects your host to your Renesas board (the first
13732 serial device available on your host is the default).
13733
13734 @item
13735 what speed to use over the serial device.
13736 @end enumerate
13737
13738 @menu
13739 * Renesas Boards:: Connecting to Renesas boards.
13740 * Renesas ICE:: Using the E7000 In-Circuit Emulator.
13741 * Renesas Special:: Special @value{GDBN} commands for Renesas micros.
13742 @end menu
13743
13744 @node Renesas Boards
13745 @subsubsection Connecting to Renesas boards
13746
13747 @c only for Unix hosts
13748 @kindex device
13749 @cindex serial device, Renesas micros
13750 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13751 need to explicitly set the serial device. The default @var{port} is the
13752 first available port on your host. This is only necessary on Unix
13753 hosts, where it is typically something like @file{/dev/ttya}.
13754
13755 @kindex speed
13756 @cindex serial line speed, Renesas micros
13757 @code{@value{GDBN}} has another special command to set the communications
13758 speed: @samp{speed @var{bps}}. This command also is only used from Unix
13759 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13760 the DOS @code{mode} command (for instance,
13761 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13762
13763 The @samp{device} and @samp{speed} commands are available only when you
13764 use a Unix host to debug your Renesas microprocessor programs. If you
13765 use a DOS host,
13766 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13767 called @code{asynctsr} to communicate with the development board
13768 through a PC serial port. You must also use the DOS @code{mode} command
13769 to set up the serial port on the DOS side.
13770
13771 The following sample session illustrates the steps needed to start a
13772 program under @value{GDBN} control on an H8/300. The example uses a
13773 sample H8/300 program called @file{t.x}. The procedure is the same for
13774 the Renesas SH and the H8/500.
13775
13776 First hook up your development board. In this example, we use a
13777 board attached to serial port @code{COM2}; if you use a different serial
13778 port, substitute its name in the argument of the @code{mode} command.
13779 When you call @code{asynctsr}, the auxiliary comms program used by the
13780 debugger, you give it just the numeric part of the serial port's name;
13781 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13782 @code{COM2}.
13783
13784 @smallexample
13785 C:\H8300\TEST> asynctsr 2
13786 C:\H8300\TEST> mode com2:9600,n,8,1,p
13787
13788 Resident portion of MODE loaded
13789
13790 COM2: 9600, n, 8, 1, p
13791
13792 @end smallexample
13793
13794 @quotation
13795 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13796 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13797 disable it, or even boot without it, to use @code{asynctsr} to control
13798 your development board.
13799 @end quotation
13800
13801 @kindex target hms@r{, and serial protocol}
13802 Now that serial communications are set up, and the development board is
13803 connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
13804 the name of your program as the argument. @code{@value{GDBN}} prompts
13805 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13806 commands to begin your debugging session: @samp{target hms} to specify
13807 cross-debugging to the Renesas board, and the @code{load} command to
13808 download your program to the board. @code{load} displays the names of
13809 the program's sections, and a @samp{*} for each 2K of data downloaded.
13810 (If you want to refresh @value{GDBN} data on symbols or on the
13811 executable file without downloading, use the @value{GDBN} commands
13812 @code{file} or @code{symbol-file}. These commands, and @code{load}
13813 itself, are described in @ref{Files,,Commands to specify files}.)
13814
13815 @smallexample
13816 (eg-C:\H8300\TEST) @value{GDBP} t.x
13817 @value{GDBN} is free software and you are welcome to distribute copies
13818 of it under certain conditions; type "show copying" to see
13819 the conditions.
13820 There is absolutely no warranty for @value{GDBN}; type "show warranty"
13821 for details.
13822 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13823 (@value{GDBP}) target hms
13824 Connected to remote H8/300 HMS system.
13825 (@value{GDBP}) load t.x
13826 .text : 0x8000 .. 0xabde ***********
13827 .data : 0xabde .. 0xad30 *
13828 .stack : 0xf000 .. 0xf014 *
13829 @end smallexample
13830
13831 At this point, you're ready to run or debug your program. From here on,
13832 you can use all the usual @value{GDBN} commands. The @code{break} command
13833 sets breakpoints; the @code{run} command starts your program;
13834 @code{print} or @code{x} display data; the @code{continue} command
13835 resumes execution after stopping at a breakpoint. You can use the
13836 @code{help} command at any time to find out more about @value{GDBN} commands.
13837
13838 Remember, however, that @emph{operating system} facilities aren't
13839 available on your development board; for example, if your program hangs,
13840 you can't send an interrupt---but you can press the @sc{reset} switch!
13841
13842 Use the @sc{reset} button on the development board
13843 @itemize @bullet
13844 @item
13845 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13846 no way to pass an interrupt signal to the development board); and
13847
13848 @item
13849 to return to the @value{GDBN} command prompt after your program finishes
13850 normally. The communications protocol provides no other way for @value{GDBN}
13851 to detect program completion.
13852 @end itemize
13853
13854 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13855 development board as a ``normal exit'' of your program.
13856
13857 @node Renesas ICE
13858 @subsubsection Using the E7000 in-circuit emulator
13859
13860 @kindex target e7000@r{, with Renesas ICE}
13861 You can use the E7000 in-circuit emulator to develop code for either the
13862 Renesas SH or the H8/300H. Use one of these forms of the @samp{target
13863 e7000} command to connect @value{GDBN} to your E7000:
13864
13865 @table @code
13866 @item target e7000 @var{port} @var{speed}
13867 Use this form if your E7000 is connected to a serial port. The
13868 @var{port} argument identifies what serial port to use (for example,
13869 @samp{com2}). The third argument is the line speed in bits per second
13870 (for example, @samp{9600}).
13871
13872 @item target e7000 @var{hostname}
13873 If your E7000 is installed as a host on a TCP/IP network, you can just
13874 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13875 @end table
13876
13877 The following special commands are available when debugging with the
13878 Renesas E7000 ICE:
13879
13880 @table @code
13881 @item e7000 @var{command}
13882 @kindex e7000
13883 @cindex send command to E7000 monitor
13884 This sends the specified @var{command} to the E7000 monitor.
13885
13886 @item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13887 @kindex ftplogin@r{, E7000}
13888 This command records information for subsequent interface with the
13889 E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13890 named @var{machine} using specified @var{username} and @var{password},
13891 and then chdir to the named directory @var{dir}.
13892
13893 @item ftpload @var{file}
13894 @kindex ftpload@r{, E7000}
13895 This command uses credentials recorded by @code{ftplogin} to fetch and
13896 load the named @var{file} from the E7000 monitor.
13897
13898 @item drain
13899 @kindex drain@r{, E7000}
13900 This command drains any pending text buffers stored on the E7000.
13901
13902 @item set usehardbreakpoints
13903 @itemx show usehardbreakpoints
13904 @kindex set usehardbreakpoints@r{, E7000}
13905 @kindex show usehardbreakpoints@r{, E7000}
13906 @cindex hardware breakpoints, and E7000
13907 These commands set and show the use of hardware breakpoints for all
13908 breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13909 more information about using hardware breakpoints selectively.
13910 @end table
13911
13912 @node Renesas Special
13913 @subsubsection Special @value{GDBN} commands for Renesas micros
13914
13915 Some @value{GDBN} commands are available only for the H8/300:
13916
13917 @table @code
13918
13919 @kindex set machine
13920 @kindex show machine
13921 @item set machine h8300
13922 @itemx set machine h8300h
13923 Condition @value{GDBN} for one of the two variants of the H8/300
13924 architecture with @samp{set machine}. You can use @samp{show machine}
13925 to check which variant is currently in effect.
13926
13927 @end table
13928
13929 @node H8/500
13930 @subsection H8/500
13931
13932 @table @code
13933
13934 @kindex set memory @var{mod}
13935 @cindex memory models, H8/500
13936 @item set memory @var{mod}
13937 @itemx show memory
13938 Specify which H8/500 memory model (@var{mod}) you are using with
13939 @samp{set memory}; check which memory model is in effect with @samp{show
13940 memory}. The accepted values for @var{mod} are @code{small},
13941 @code{big}, @code{medium}, and @code{compact}.
13942
13943 @end table
13944
13945 @node M32R/D
13946 @subsection Renesas M32R/D and M32R/SDI
13947
13948 @table @code
13949 @kindex target m32r
13950 @item target m32r @var{dev}
13951 Renesas M32R/D ROM monitor.
13952
13953 @kindex target m32rsdi
13954 @item target m32rsdi @var{dev}
13955 Renesas M32R SDI server, connected via parallel port to the board.
13956 @end table
13957
13958 The following @value{GDBN} commands are specific to the M32R monitor:
13959
13960 @table @code
13961 @item set download-path @var{path}
13962 @kindex set download-path
13963 @cindex find downloadable @sc{srec} files (M32R)
13964 Set the default path for finding donwloadable @sc{srec} files.
13965
13966 @item show download-path
13967 @kindex show download-path
13968 Show the default path for downloadable @sc{srec} files.
13969
13970 @item set board-address @var{addr}
13971 @kindex set board-address
13972 @cindex M32-EVA target board address
13973 Set the IP address for the M32R-EVA target board.
13974
13975 @item show board-address
13976 @kindex show board-address
13977 Show the current IP address of the target board.
13978
13979 @item set server-address @var{addr}
13980 @kindex set server-address
13981 @cindex download server address (M32R)
13982 Set the IP address for the download server, which is the @value{GDBN}'s
13983 host machine.
13984
13985 @item show server-address
13986 @kindex show server-address
13987 Display the IP address of the download server.
13988
13989 @item upload @r{[}@var{file}@r{]}
13990 @kindex upload@r{, M32R}
13991 Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13992 upload capability. If no @var{file} argument is given, the current
13993 executable file is uploaded.
13994
13995 @item tload @r{[}@var{file}@r{]}
13996 @kindex tload@r{, M32R}
13997 Test the @code{upload} command.
13998 @end table
13999
14000 The following commands are available for M32R/SDI:
14001
14002 @table @code
14003 @item sdireset
14004 @kindex sdireset
14005 @cindex reset SDI connection, M32R
14006 This command resets the SDI connection.
14007
14008 @item sdistatus
14009 @kindex sdistatus
14010 This command shows the SDI connection status.
14011
14012 @item debug_chaos
14013 @kindex debug_chaos
14014 @cindex M32R/Chaos debugging
14015 Instructs the remote that M32R/Chaos debugging is to be used.
14016
14017 @item use_debug_dma
14018 @kindex use_debug_dma
14019 Instructs the remote to use the DEBUG_DMA method of accessing memory.
14020
14021 @item use_mon_code
14022 @kindex use_mon_code
14023 Instructs the remote to use the MON_CODE method of accessing memory.
14024
14025 @item use_ib_break
14026 @kindex use_ib_break
14027 Instructs the remote to set breakpoints by IB break.
14028
14029 @item use_dbt_break
14030 @kindex use_dbt_break
14031 Instructs the remote to set breakpoints by DBT.
14032 @end table
14033
14034 @node M68K
14035 @subsection M68k
14036
14037 The Motorola m68k configuration includes ColdFire support, and
14038 target command for the following ROM monitors.
14039
14040 @table @code
14041
14042 @kindex target abug
14043 @item target abug @var{dev}
14044 ABug ROM monitor for M68K.
14045
14046 @kindex target cpu32bug
14047 @item target cpu32bug @var{dev}
14048 CPU32BUG monitor, running on a CPU32 (M68K) board.
14049
14050 @kindex target dbug
14051 @item target dbug @var{dev}
14052 dBUG ROM monitor for Motorola ColdFire.
14053
14054 @kindex target est
14055 @item target est @var{dev}
14056 EST-300 ICE monitor, running on a CPU32 (M68K) board.
14057
14058 @kindex target rom68k
14059 @item target rom68k @var{dev}
14060 ROM 68K monitor, running on an M68K IDP board.
14061
14062 @end table
14063
14064 @table @code
14065
14066 @kindex target rombug
14067 @item target rombug @var{dev}
14068 ROMBUG ROM monitor for OS/9000.
14069
14070 @end table
14071
14072 @node MIPS Embedded
14073 @subsection MIPS Embedded
14074
14075 @cindex MIPS boards
14076 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
14077 MIPS board attached to a serial line. This is available when
14078 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
14079
14080 @need 1000
14081 Use these @value{GDBN} commands to specify the connection to your target board:
14082
14083 @table @code
14084 @item target mips @var{port}
14085 @kindex target mips @var{port}
14086 To run a program on the board, start up @code{@value{GDBP}} with the
14087 name of your program as the argument. To connect to the board, use the
14088 command @samp{target mips @var{port}}, where @var{port} is the name of
14089 the serial port connected to the board. If the program has not already
14090 been downloaded to the board, you may use the @code{load} command to
14091 download it. You can then use all the usual @value{GDBN} commands.
14092
14093 For example, this sequence connects to the target board through a serial
14094 port, and loads and runs a program called @var{prog} through the
14095 debugger:
14096
14097 @smallexample
14098 host$ @value{GDBP} @var{prog}
14099 @value{GDBN} is free software and @dots{}
14100 (@value{GDBP}) target mips /dev/ttyb
14101 (@value{GDBP}) load @var{prog}
14102 (@value{GDBP}) run
14103 @end smallexample
14104
14105 @item target mips @var{hostname}:@var{portnumber}
14106 On some @value{GDBN} host configurations, you can specify a TCP
14107 connection (for instance, to a serial line managed by a terminal
14108 concentrator) instead of a serial port, using the syntax
14109 @samp{@var{hostname}:@var{portnumber}}.
14110
14111 @item target pmon @var{port}
14112 @kindex target pmon @var{port}
14113 PMON ROM monitor.
14114
14115 @item target ddb @var{port}
14116 @kindex target ddb @var{port}
14117 NEC's DDB variant of PMON for Vr4300.
14118
14119 @item target lsi @var{port}
14120 @kindex target lsi @var{port}
14121 LSI variant of PMON.
14122
14123 @kindex target r3900
14124 @item target r3900 @var{dev}
14125 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
14126
14127 @kindex target array
14128 @item target array @var{dev}
14129 Array Tech LSI33K RAID controller board.
14130
14131 @end table
14132
14133
14134 @noindent
14135 @value{GDBN} also supports these special commands for MIPS targets:
14136
14137 @table @code
14138 @item set mipsfpu double
14139 @itemx set mipsfpu single
14140 @itemx set mipsfpu none
14141 @itemx set mipsfpu auto
14142 @itemx show mipsfpu
14143 @kindex set mipsfpu
14144 @kindex show mipsfpu
14145 @cindex MIPS remote floating point
14146 @cindex floating point, MIPS remote
14147 If your target board does not support the MIPS floating point
14148 coprocessor, you should use the command @samp{set mipsfpu none} (if you
14149 need this, you may wish to put the command in your @value{GDBN} init
14150 file). This tells @value{GDBN} how to find the return value of
14151 functions which return floating point values. It also allows
14152 @value{GDBN} to avoid saving the floating point registers when calling
14153 functions on the board. If you are using a floating point coprocessor
14154 with only single precision floating point support, as on the @sc{r4650}
14155 processor, use the command @samp{set mipsfpu single}. The default
14156 double precision floating point coprocessor may be selected using
14157 @samp{set mipsfpu double}.
14158
14159 In previous versions the only choices were double precision or no
14160 floating point, so @samp{set mipsfpu on} will select double precision
14161 and @samp{set mipsfpu off} will select no floating point.
14162
14163 As usual, you can inquire about the @code{mipsfpu} variable with
14164 @samp{show mipsfpu}.
14165
14166 @item set timeout @var{seconds}
14167 @itemx set retransmit-timeout @var{seconds}
14168 @itemx show timeout
14169 @itemx show retransmit-timeout
14170 @cindex @code{timeout}, MIPS protocol
14171 @cindex @code{retransmit-timeout}, MIPS protocol
14172 @kindex set timeout
14173 @kindex show timeout
14174 @kindex set retransmit-timeout
14175 @kindex show retransmit-timeout
14176 You can control the timeout used while waiting for a packet, in the MIPS
14177 remote protocol, with the @code{set timeout @var{seconds}} command. The
14178 default is 5 seconds. Similarly, you can control the timeout used while
14179 waiting for an acknowledgement of a packet with the @code{set
14180 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14181 You can inspect both values with @code{show timeout} and @code{show
14182 retransmit-timeout}. (These commands are @emph{only} available when
14183 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
14184
14185 The timeout set by @code{set timeout} does not apply when @value{GDBN}
14186 is waiting for your program to stop. In that case, @value{GDBN} waits
14187 forever because it has no way of knowing how long the program is going
14188 to run before stopping.
14189
14190 @item set syn-garbage-limit @var{num}
14191 @kindex set syn-garbage-limit@r{, MIPS remote}
14192 @cindex synchronize with remote MIPS target
14193 Limit the maximum number of characters @value{GDBN} should ignore when
14194 it tries to synchronize with the remote target. The default is 10
14195 characters. Setting the limit to -1 means there's no limit.
14196
14197 @item show syn-garbage-limit
14198 @kindex show syn-garbage-limit@r{, MIPS remote}
14199 Show the current limit on the number of characters to ignore when
14200 trying to synchronize with the remote system.
14201
14202 @item set monitor-prompt @var{prompt}
14203 @kindex set monitor-prompt@r{, MIPS remote}
14204 @cindex remote monitor prompt
14205 Tell @value{GDBN} to expect the specified @var{prompt} string from the
14206 remote monitor. The default depends on the target:
14207 @table @asis
14208 @item pmon target
14209 @samp{PMON}
14210 @item ddb target
14211 @samp{NEC010}
14212 @item lsi target
14213 @samp{PMON>}
14214 @end table
14215
14216 @item show monitor-prompt
14217 @kindex show monitor-prompt@r{, MIPS remote}
14218 Show the current strings @value{GDBN} expects as the prompt from the
14219 remote monitor.
14220
14221 @item set monitor-warnings
14222 @kindex set monitor-warnings@r{, MIPS remote}
14223 Enable or disable monitor warnings about hardware breakpoints. This
14224 has effect only for the @code{lsi} target. When on, @value{GDBN} will
14225 display warning messages whose codes are returned by the @code{lsi}
14226 PMON monitor for breakpoint commands.
14227
14228 @item show monitor-warnings
14229 @kindex show monitor-warnings@r{, MIPS remote}
14230 Show the current setting of printing monitor warnings.
14231
14232 @item pmon @var{command}
14233 @kindex pmon@r{, MIPS remote}
14234 @cindex send PMON command
14235 This command allows sending an arbitrary @var{command} string to the
14236 monitor. The monitor must be in debug mode for this to work.
14237 @end table
14238
14239 @node OpenRISC 1000
14240 @subsection OpenRISC 1000
14241 @cindex OpenRISC 1000
14242
14243 @cindex or1k boards
14244 See OR1k Architecture document (@uref{www.opencores.org}) for more information
14245 about platform and commands.
14246
14247 @table @code
14248
14249 @kindex target jtag
14250 @item target jtag jtag://@var{host}:@var{port}
14251
14252 Connects to remote JTAG server.
14253 JTAG remote server can be either an or1ksim or JTAG server,
14254 connected via parallel port to the board.
14255
14256 Example: @code{target jtag jtag://localhost:9999}
14257
14258 @kindex or1ksim
14259 @item or1ksim @var{command}
14260 If connected to @code{or1ksim} OpenRISC 1000 Architectural
14261 Simulator, proprietary commands can be executed.
14262
14263 @kindex info or1k spr
14264 @item info or1k spr
14265 Displays spr groups.
14266
14267 @item info or1k spr @var{group}
14268 @itemx info or1k spr @var{groupno}
14269 Displays register names in selected group.
14270
14271 @item info or1k spr @var{group} @var{register}
14272 @itemx info or1k spr @var{register}
14273 @itemx info or1k spr @var{groupno} @var{registerno}
14274 @itemx info or1k spr @var{registerno}
14275 Shows information about specified spr register.
14276
14277 @kindex spr
14278 @item spr @var{group} @var{register} @var{value}
14279 @itemx spr @var{register @var{value}}
14280 @itemx spr @var{groupno} @var{registerno @var{value}}
14281 @itemx spr @var{registerno @var{value}}
14282 Writes @var{value} to specified spr register.
14283 @end table
14284
14285 Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14286 It is very similar to @value{GDBN} trace, except it does not interfere with normal
14287 program execution and is thus much faster. Hardware breakpoints/watchpoint
14288 triggers can be set using:
14289 @table @code
14290 @item $LEA/$LDATA
14291 Load effective address/data
14292 @item $SEA/$SDATA
14293 Store effective address/data
14294 @item $AEA/$ADATA
14295 Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14296 @item $FETCH
14297 Fetch data
14298 @end table
14299
14300 When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14301 @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14302
14303 @code{htrace} commands:
14304 @cindex OpenRISC 1000 htrace
14305 @table @code
14306 @kindex hwatch
14307 @item hwatch @var{conditional}
14308 Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14309 or Data. For example:
14310
14311 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14312
14313 @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14314
14315 @kindex htrace
14316 @item htrace info
14317 Display information about current HW trace configuration.
14318
14319 @item htrace trigger @var{conditional}
14320 Set starting criteria for HW trace.
14321
14322 @item htrace qualifier @var{conditional}
14323 Set acquisition qualifier for HW trace.
14324
14325 @item htrace stop @var{conditional}
14326 Set HW trace stopping criteria.
14327
14328 @item htrace record [@var{data}]*
14329 Selects the data to be recorded, when qualifier is met and HW trace was
14330 triggered.
14331
14332 @item htrace enable
14333 @itemx htrace disable
14334 Enables/disables the HW trace.
14335
14336 @item htrace rewind [@var{filename}]
14337 Clears currently recorded trace data.
14338
14339 If filename is specified, new trace file is made and any newly collected data
14340 will be written there.
14341
14342 @item htrace print [@var{start} [@var{len}]]
14343 Prints trace buffer, using current record configuration.
14344
14345 @item htrace mode continuous
14346 Set continuous trace mode.
14347
14348 @item htrace mode suspend
14349 Set suspend trace mode.
14350
14351 @end table
14352
14353 @node PowerPC
14354 @subsection PowerPC
14355
14356 @table @code
14357 @kindex target dink32
14358 @item target dink32 @var{dev}
14359 DINK32 ROM monitor.
14360
14361 @kindex target ppcbug
14362 @item target ppcbug @var{dev}
14363 @kindex target ppcbug1
14364 @item target ppcbug1 @var{dev}
14365 PPCBUG ROM monitor for PowerPC.
14366
14367 @kindex target sds
14368 @item target sds @var{dev}
14369 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
14370 @end table
14371
14372 @cindex SDS protocol
14373 The following commands specifi to the SDS protocol are supported
14374 by@value{GDBN}:
14375
14376 @table @code
14377 @item set sdstimeout @var{nsec}
14378 @kindex set sdstimeout
14379 Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14380 default is 2 seconds.
14381
14382 @item show sdstimeout
14383 @kindex show sdstimeout
14384 Show the current value of the SDS timeout.
14385
14386 @item sds @var{command}
14387 @kindex sds@r{, a command}
14388 Send the specified @var{command} string to the SDS monitor.
14389 @end table
14390
14391
14392 @node PA
14393 @subsection HP PA Embedded
14394
14395 @table @code
14396
14397 @kindex target op50n
14398 @item target op50n @var{dev}
14399 OP50N monitor, running on an OKI HPPA board.
14400
14401 @kindex target w89k
14402 @item target w89k @var{dev}
14403 W89K monitor, running on a Winbond HPPA board.
14404
14405 @end table
14406
14407 @node SH
14408 @subsection Renesas SH
14409
14410 @table @code
14411
14412 @kindex target hms@r{, with Renesas SH}
14413 @item target hms @var{dev}
14414 A Renesas SH board attached via serial line to your host. Use special
14415 commands @code{device} and @code{speed} to control the serial line and
14416 the communications speed used.
14417
14418 @kindex target e7000@r{, with Renesas SH}
14419 @item target e7000 @var{dev}
14420 E7000 emulator for Renesas SH.
14421
14422 @kindex target sh3@r{, with SH}
14423 @kindex target sh3e@r{, with SH}
14424 @item target sh3 @var{dev}
14425 @item target sh3e @var{dev}
14426 Renesas SH-3 and SH-3E target systems.
14427
14428 @end table
14429
14430 @node Sparclet
14431 @subsection Tsqware Sparclet
14432
14433 @cindex Sparclet
14434
14435 @value{GDBN} enables developers to debug tasks running on
14436 Sparclet targets from a Unix host.
14437 @value{GDBN} uses code that runs on
14438 both the Unix host and on the Sparclet target. The program
14439 @code{@value{GDBP}} is installed and executed on the Unix host.
14440
14441 @table @code
14442 @item remotetimeout @var{args}
14443 @kindex remotetimeout
14444 @value{GDBN} supports the option @code{remotetimeout}.
14445 This option is set by the user, and @var{args} represents the number of
14446 seconds @value{GDBN} waits for responses.
14447 @end table
14448
14449 @cindex compiling, on Sparclet
14450 When compiling for debugging, include the options @samp{-g} to get debug
14451 information and @samp{-Ttext} to relocate the program to where you wish to
14452 load it on the target. You may also want to add the options @samp{-n} or
14453 @samp{-N} in order to reduce the size of the sections. Example:
14454
14455 @smallexample
14456 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
14457 @end smallexample
14458
14459 You can use @code{objdump} to verify that the addresses are what you intended:
14460
14461 @smallexample
14462 sparclet-aout-objdump --headers --syms prog
14463 @end smallexample
14464
14465 @cindex running, on Sparclet
14466 Once you have set
14467 your Unix execution search path to find @value{GDBN}, you are ready to
14468 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14469 (or @code{sparclet-aout-gdb}, depending on your installation).
14470
14471 @value{GDBN} comes up showing the prompt:
14472
14473 @smallexample
14474 (gdbslet)
14475 @end smallexample
14476
14477 @menu
14478 * Sparclet File:: Setting the file to debug
14479 * Sparclet Connection:: Connecting to Sparclet
14480 * Sparclet Download:: Sparclet download
14481 * Sparclet Execution:: Running and debugging
14482 @end menu
14483
14484 @node Sparclet File
14485 @subsubsection Setting file to debug
14486
14487 The @value{GDBN} command @code{file} lets you choose with program to debug.
14488
14489 @smallexample
14490 (gdbslet) file prog
14491 @end smallexample
14492
14493 @need 1000
14494 @value{GDBN} then attempts to read the symbol table of @file{prog}.
14495 @value{GDBN} locates
14496 the file by searching the directories listed in the command search
14497 path.
14498 If the file was compiled with debug information (option "-g"), source
14499 files will be searched as well.
14500 @value{GDBN} locates
14501 the source files by searching the directories listed in the directory search
14502 path (@pxref{Environment, ,Your program's environment}).
14503 If it fails
14504 to find a file, it displays a message such as:
14505
14506 @smallexample
14507 prog: No such file or directory.
14508 @end smallexample
14509
14510 When this happens, add the appropriate directories to the search paths with
14511 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14512 @code{target} command again.
14513
14514 @node Sparclet Connection
14515 @subsubsection Connecting to Sparclet
14516
14517 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14518 To connect to a target on serial port ``@code{ttya}'', type:
14519
14520 @smallexample
14521 (gdbslet) target sparclet /dev/ttya
14522 Remote target sparclet connected to /dev/ttya
14523 main () at ../prog.c:3
14524 @end smallexample
14525
14526 @need 750
14527 @value{GDBN} displays messages like these:
14528
14529 @smallexample
14530 Connected to ttya.
14531 @end smallexample
14532
14533 @node Sparclet Download
14534 @subsubsection Sparclet download
14535
14536 @cindex download to Sparclet
14537 Once connected to the Sparclet target,
14538 you can use the @value{GDBN}
14539 @code{load} command to download the file from the host to the target.
14540 The file name and load offset should be given as arguments to the @code{load}
14541 command.
14542 Since the file format is aout, the program must be loaded to the starting
14543 address. You can use @code{objdump} to find out what this value is. The load
14544 offset is an offset which is added to the VMA (virtual memory address)
14545 of each of the file's sections.
14546 For instance, if the program
14547 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
14548 and bss at 0x12010170, in @value{GDBN}, type:
14549
14550 @smallexample
14551 (gdbslet) load prog 0x12010000
14552 Loading section .text, size 0xdb0 vma 0x12010000
14553 @end smallexample
14554
14555 If the code is loaded at a different address then what the program was linked
14556 to, you may need to use the @code{section} and @code{add-symbol-file} commands
14557 to tell @value{GDBN} where to map the symbol table.
14558
14559 @node Sparclet Execution
14560 @subsubsection Running and debugging
14561
14562 @cindex running and debugging Sparclet programs
14563 You can now begin debugging the task using @value{GDBN}'s execution control
14564 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14565 manual for the list of commands.
14566
14567 @smallexample
14568 (gdbslet) b main
14569 Breakpoint 1 at 0x12010000: file prog.c, line 3.
14570 (gdbslet) run
14571 Starting program: prog
14572 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
14573 3 char *symarg = 0;
14574 (gdbslet) step
14575 4 char *execarg = "hello!";
14576 (gdbslet)
14577 @end smallexample
14578
14579 @node Sparclite
14580 @subsection Fujitsu Sparclite
14581
14582 @table @code
14583
14584 @kindex target sparclite
14585 @item target sparclite @var{dev}
14586 Fujitsu sparclite boards, used only for the purpose of loading.
14587 You must use an additional command to debug the program.
14588 For example: target remote @var{dev} using @value{GDBN} standard
14589 remote protocol.
14590
14591 @end table
14592
14593 @node ST2000
14594 @subsection Tandem ST2000
14595
14596 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14597 STDBUG protocol.
14598
14599 To connect your ST2000 to the host system, see the manufacturer's
14600 manual. Once the ST2000 is physically attached, you can run:
14601
14602 @smallexample
14603 target st2000 @var{dev} @var{speed}
14604 @end smallexample
14605
14606 @noindent
14607 to establish it as your debugging environment. @var{dev} is normally
14608 the name of a serial device, such as @file{/dev/ttya}, connected to the
14609 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14610 connection (for example, to a serial line attached via a terminal
14611 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
14612
14613 The @code{load} and @code{attach} commands are @emph{not} defined for
14614 this target; you must load your program into the ST2000 as you normally
14615 would for standalone operation. @value{GDBN} reads debugging information
14616 (such as symbols) from a separate, debugging version of the program
14617 available on your host computer.
14618 @c FIXME!! This is terribly vague; what little content is here is
14619 @c basically hearsay.
14620
14621 @cindex ST2000 auxiliary commands
14622 These auxiliary @value{GDBN} commands are available to help you with the ST2000
14623 environment:
14624
14625 @table @code
14626 @item st2000 @var{command}
14627 @kindex st2000 @var{cmd}
14628 @cindex STDBUG commands (ST2000)
14629 @cindex commands to STDBUG (ST2000)
14630 Send a @var{command} to the STDBUG monitor. See the manufacturer's
14631 manual for available commands.
14632
14633 @item connect
14634 @cindex connect (to STDBUG)
14635 Connect the controlling terminal to the STDBUG command monitor. When
14636 you are done interacting with STDBUG, typing either of two character
14637 sequences gets you back to the @value{GDBN} command prompt:
14638 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
14639 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
14640 @end table
14641
14642 @node Z8000
14643 @subsection Zilog Z8000
14644
14645 @cindex Z8000
14646 @cindex simulator, Z8000
14647 @cindex Zilog Z8000 simulator
14648
14649 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14650 a Z8000 simulator.
14651
14652 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14653 unsegmented variant of the Z8000 architecture) or the Z8001 (the
14654 segmented variant). The simulator recognizes which architecture is
14655 appropriate by inspecting the object code.
14656
14657 @table @code
14658 @item target sim @var{args}
14659 @kindex sim
14660 @kindex target sim@r{, with Z8000}
14661 Debug programs on a simulated CPU. If the simulator supports setup
14662 options, specify them via @var{args}.
14663 @end table
14664
14665 @noindent
14666 After specifying this target, you can debug programs for the simulated
14667 CPU in the same style as programs for your host computer; use the
14668 @code{file} command to load a new program image, the @code{run} command
14669 to run your program, and so on.
14670
14671 As well as making available all the usual machine registers
14672 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14673 additional items of information as specially named registers:
14674
14675 @table @code
14676
14677 @item cycles
14678 Counts clock-ticks in the simulator.
14679
14680 @item insts
14681 Counts instructions run in the simulator.
14682
14683 @item time
14684 Execution time in 60ths of a second.
14685
14686 @end table
14687
14688 You can refer to these values in @value{GDBN} expressions with the usual
14689 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14690 conditional breakpoint that suspends only after at least 5000
14691 simulated clock ticks.
14692
14693 @node AVR
14694 @subsection Atmel AVR
14695 @cindex AVR
14696
14697 When configured for debugging the Atmel AVR, @value{GDBN} supports the
14698 following AVR-specific commands:
14699
14700 @table @code
14701 @item info io_registers
14702 @kindex info io_registers@r{, AVR}
14703 @cindex I/O registers (Atmel AVR)
14704 This command displays information about the AVR I/O registers. For
14705 each register, @value{GDBN} prints its number and value.
14706 @end table
14707
14708 @node CRIS
14709 @subsection CRIS
14710 @cindex CRIS
14711
14712 When configured for debugging CRIS, @value{GDBN} provides the
14713 following CRIS-specific commands:
14714
14715 @table @code
14716 @item set cris-version @var{ver}
14717 @cindex CRIS version
14718 Set the current CRIS version to @var{ver}, either @samp{10} or @samp{32}.
14719 The CRIS version affects register names and sizes. This command is useful in
14720 case autodetection of the CRIS version fails.
14721
14722 @item show cris-version
14723 Show the current CRIS version.
14724
14725 @item set cris-dwarf2-cfi
14726 @cindex DWARF-2 CFI and CRIS
14727 Set the usage of DWARF-2 CFI for CRIS debugging. The default is @samp{on}.
14728 Change to @samp{off} when using @code{gcc-cris} whose version is below
14729 @code{R59}.
14730
14731 @item show cris-dwarf2-cfi
14732 Show the current state of using DWARF-2 CFI.
14733
14734 @item set cris-mode @var{mode}
14735 @cindex CRIS mode
14736 Set the current CRIS mode to @var{mode}. It should only be changed when
14737 debugging in guru mode, in which case it should be set to
14738 @samp{guru} (the default is @samp{normal}).
14739
14740 @item show cris-mode
14741 Show the current CRIS mode.
14742 @end table
14743
14744 @node Super-H
14745 @subsection Renesas Super-H
14746 @cindex Super-H
14747
14748 For the Renesas Super-H processor, @value{GDBN} provides these
14749 commands:
14750
14751 @table @code
14752 @item regs
14753 @kindex regs@r{, Super-H}
14754 Show the values of all Super-H registers.
14755 @end table
14756
14757 @node WinCE
14758 @subsection Windows CE
14759 @cindex Windows CE
14760
14761 The following commands are available for Windows CE:
14762
14763 @table @code
14764 @item set remotedirectory @var{dir}
14765 @kindex set remotedirectory
14766 Tell @value{GDBN} to upload files from the named directory @var{dir}.
14767 The default is @file{/gdb}, i.e.@: the root directory on the current
14768 drive.
14769
14770 @item show remotedirectory
14771 @kindex show remotedirectory
14772 Show the current value of the upload directory.
14773
14774 @item set remoteupload @var{method}
14775 @kindex set remoteupload
14776 Set the method used to upload files to remote device. Valid values
14777 for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14778 The default is @samp{newer}.
14779
14780 @item show remoteupload
14781 @kindex show remoteupload
14782 Show the current setting of the upload method.
14783
14784 @item set remoteaddhost
14785 @kindex set remoteaddhost
14786 Tell @value{GDBN} whether to add this host to the remote stub's
14787 arguments when you debug over a network.
14788
14789 @item show remoteaddhost
14790 @kindex show remoteaddhost
14791 Show whether to add this host to remote stub's arguments when
14792 debugging over a network.
14793 @end table
14794
14795
14796 @node Architectures
14797 @section Architectures
14798
14799 This section describes characteristics of architectures that affect
14800 all uses of @value{GDBN} with the architecture, both native and cross.
14801
14802 @menu
14803 * i386::
14804 * A29K::
14805 * Alpha::
14806 * MIPS::
14807 * HPPA:: HP PA architecture
14808 @end menu
14809
14810 @node i386
14811 @subsection x86 Architecture-specific issues.
14812
14813 @table @code
14814 @item set struct-convention @var{mode}
14815 @kindex set struct-convention
14816 @cindex struct return convention
14817 @cindex struct/union returned in registers
14818 Set the convention used by the inferior to return @code{struct}s and
14819 @code{union}s from functions to @var{mode}. Possible values of
14820 @var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14821 default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14822 are returned on the stack, while @code{"reg"} means that a
14823 @code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14824 be returned in a register.
14825
14826 @item show struct-convention
14827 @kindex show struct-convention
14828 Show the current setting of the convention to return @code{struct}s
14829 from functions.
14830 @end table
14831
14832 @node A29K
14833 @subsection A29K
14834
14835 @table @code
14836
14837 @kindex set rstack_high_address
14838 @cindex AMD 29K register stack
14839 @cindex register stack, AMD29K
14840 @item set rstack_high_address @var{address}
14841 On AMD 29000 family processors, registers are saved in a separate
14842 @dfn{register stack}. There is no way for @value{GDBN} to determine the
14843 extent of this stack. Normally, @value{GDBN} just assumes that the
14844 stack is ``large enough''. This may result in @value{GDBN} referencing
14845 memory locations that do not exist. If necessary, you can get around
14846 this problem by specifying the ending address of the register stack with
14847 the @code{set rstack_high_address} command. The argument should be an
14848 address, which you probably want to precede with @samp{0x} to specify in
14849 hexadecimal.
14850
14851 @kindex show rstack_high_address
14852 @item show rstack_high_address
14853 Display the current limit of the register stack, on AMD 29000 family
14854 processors.
14855
14856 @end table
14857
14858 @node Alpha
14859 @subsection Alpha
14860
14861 See the following section.
14862
14863 @node MIPS
14864 @subsection MIPS
14865
14866 @cindex stack on Alpha
14867 @cindex stack on MIPS
14868 @cindex Alpha stack
14869 @cindex MIPS stack
14870 Alpha- and MIPS-based computers use an unusual stack frame, which
14871 sometimes requires @value{GDBN} to search backward in the object code to
14872 find the beginning of a function.
14873
14874 @cindex response time, MIPS debugging
14875 To improve response time (especially for embedded applications, where
14876 @value{GDBN} may be restricted to a slow serial line for this search)
14877 you may want to limit the size of this search, using one of these
14878 commands:
14879
14880 @table @code
14881 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
14882 @item set heuristic-fence-post @var{limit}
14883 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14884 search for the beginning of a function. A value of @var{0} (the
14885 default) means there is no limit. However, except for @var{0}, the
14886 larger the limit the more bytes @code{heuristic-fence-post} must search
14887 and therefore the longer it takes to run. You should only need to use
14888 this command when debugging a stripped executable.
14889
14890 @item show heuristic-fence-post
14891 Display the current limit.
14892 @end table
14893
14894 @noindent
14895 These commands are available @emph{only} when @value{GDBN} is configured
14896 for debugging programs on Alpha or MIPS processors.
14897
14898 Several MIPS-specific commands are available when debugging MIPS
14899 programs:
14900
14901 @table @code
14902 @item set mips saved-gpreg-size @var{size}
14903 @kindex set mips saved-gpreg-size
14904 @cindex MIPS GP register size on stack
14905 Set the size of MIPS general-purpose registers saved on the stack.
14906 The argument @var{size} can be one of the following:
14907
14908 @table @samp
14909 @item 32
14910 32-bit GP registers
14911 @item 64
14912 64-bit GP registers
14913 @item auto
14914 Use the target's default setting or autodetect the saved size from the
14915 information contained in the executable. This is the default
14916 @end table
14917
14918 @item show mips saved-gpreg-size
14919 @kindex show mips saved-gpreg-size
14920 Show the current size of MIPS GP registers on the stack.
14921
14922 @item set mips stack-arg-size @var{size}
14923 @kindex set mips stack-arg-size
14924 @cindex MIPS stack space for arguments
14925 Set the amount of stack space reserved for arguments to functions.
14926 The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14927 (the default).
14928
14929 @item set mips abi @var{arg}
14930 @kindex set mips abi
14931 @cindex set ABI for MIPS
14932 Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14933 values of @var{arg} are:
14934
14935 @table @samp
14936 @item auto
14937 The default ABI associated with the current binary (this is the
14938 default).
14939 @item o32
14940 @item o64
14941 @item n32
14942 @item n64
14943 @item eabi32
14944 @item eabi64
14945 @item auto
14946 @end table
14947
14948 @item show mips abi
14949 @kindex show mips abi
14950 Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14951
14952 @item set mipsfpu
14953 @itemx show mipsfpu
14954 @xref{MIPS Embedded, set mipsfpu}.
14955
14956 @item set mips mask-address @var{arg}
14957 @kindex set mips mask-address
14958 @cindex MIPS addresses, masking
14959 This command determines whether the most-significant 32 bits of 64-bit
14960 MIPS addresses are masked off. The argument @var{arg} can be
14961 @samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14962 setting, which lets @value{GDBN} determine the correct value.
14963
14964 @item show mips mask-address
14965 @kindex show mips mask-address
14966 Show whether the upper 32 bits of MIPS addresses are masked off or
14967 not.
14968
14969 @item set remote-mips64-transfers-32bit-regs
14970 @kindex set remote-mips64-transfers-32bit-regs
14971 This command controls compatibility with 64-bit MIPS targets that
14972 transfer data in 32-bit quantities. If you have an old MIPS 64 target
14973 that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14974 and 64 bits for other registers, set this option to @samp{on}.
14975
14976 @item show remote-mips64-transfers-32bit-regs
14977 @kindex show remote-mips64-transfers-32bit-regs
14978 Show the current setting of compatibility with older MIPS 64 targets.
14979
14980 @item set debug mips
14981 @kindex set debug mips
14982 This command turns on and off debugging messages for the MIPS-specific
14983 target code in @value{GDBN}.
14984
14985 @item show debug mips
14986 @kindex show debug mips
14987 Show the current setting of MIPS debugging messages.
14988 @end table
14989
14990
14991 @node HPPA
14992 @subsection HPPA
14993 @cindex HPPA support
14994
14995 When @value{GDBN} is debugging te HP PA architecture, it provides the
14996 following special commands:
14997
14998 @table @code
14999 @item set debug hppa
15000 @kindex set debug hppa
15001 THis command determines whether HPPA architecture specific debugging
15002 messages are to be displayed.
15003
15004 @item show debug hppa
15005 Show whether HPPA debugging messages are displayed.
15006
15007 @item maint print unwind @var{address}
15008 @kindex maint print unwind@r{, HPPA}
15009 This command displays the contents of the unwind table entry at the
15010 given @var{address}.
15011
15012 @end table
15013
15014
15015 @node Controlling GDB
15016 @chapter Controlling @value{GDBN}
15017
15018 You can alter the way @value{GDBN} interacts with you by using the
15019 @code{set} command. For commands controlling how @value{GDBN} displays
15020 data, see @ref{Print Settings, ,Print settings}. Other settings are
15021 described here.
15022
15023 @menu
15024 * Prompt:: Prompt
15025 * Editing:: Command editing
15026 * History:: Command history
15027 * Screen Size:: Screen size
15028 * Numbers:: Numbers
15029 * ABI:: Configuring the current ABI
15030 * Messages/Warnings:: Optional warnings and messages
15031 * Debugging Output:: Optional messages about internal happenings
15032 @end menu
15033
15034 @node Prompt
15035 @section Prompt
15036
15037 @cindex prompt
15038
15039 @value{GDBN} indicates its readiness to read a command by printing a string
15040 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
15041 can change the prompt string with the @code{set prompt} command. For
15042 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
15043 the prompt in one of the @value{GDBN} sessions so that you can always tell
15044 which one you are talking to.
15045
15046 @emph{Note:} @code{set prompt} does not add a space for you after the
15047 prompt you set. This allows you to set a prompt which ends in a space
15048 or a prompt that does not.
15049
15050 @table @code
15051 @kindex set prompt
15052 @item set prompt @var{newprompt}
15053 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
15054
15055 @kindex show prompt
15056 @item show prompt
15057 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
15058 @end table
15059
15060 @node Editing
15061 @section Command editing
15062 @cindex readline
15063 @cindex command line editing
15064
15065 @value{GDBN} reads its input commands via the @dfn{Readline} interface. This
15066 @sc{gnu} library provides consistent behavior for programs which provide a
15067 command line interface to the user. Advantages are @sc{gnu} Emacs-style
15068 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
15069 substitution, and a storage and recall of command history across
15070 debugging sessions.
15071
15072 You may control the behavior of command line editing in @value{GDBN} with the
15073 command @code{set}.
15074
15075 @table @code
15076 @kindex set editing
15077 @cindex editing
15078 @item set editing
15079 @itemx set editing on
15080 Enable command line editing (enabled by default).
15081
15082 @item set editing off
15083 Disable command line editing.
15084
15085 @kindex show editing
15086 @item show editing
15087 Show whether command line editing is enabled.
15088 @end table
15089
15090 @xref{Command Line Editing}, for more details about the Readline
15091 interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
15092 encouraged to read that chapter.
15093
15094 @node History
15095 @section Command history
15096 @cindex command history
15097
15098 @value{GDBN} can keep track of the commands you type during your
15099 debugging sessions, so that you can be certain of precisely what
15100 happened. Use these commands to manage the @value{GDBN} command
15101 history facility.
15102
15103 @value{GDBN} uses the @sc{gnu} History library, a part of the Readline
15104 package, to provide the history facility. @xref{Using History
15105 Interactively}, for the detailed description of the History library.
15106
15107 Here is the description of @value{GDBN} commands related to command
15108 history.
15109
15110 @table @code
15111 @cindex history substitution
15112 @cindex history file
15113 @kindex set history filename
15114 @cindex @env{GDBHISTFILE}, environment variable
15115 @item set history filename @var{fname}
15116 Set the name of the @value{GDBN} command history file to @var{fname}.
15117 This is the file where @value{GDBN} reads an initial command history
15118 list, and where it writes the command history from this session when it
15119 exits. You can access this list through history expansion or through
15120 the history command editing characters listed below. This file defaults
15121 to the value of the environment variable @code{GDBHISTFILE}, or to
15122 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
15123 is not set.
15124
15125 @cindex save command history
15126 @kindex set history save
15127 @item set history save
15128 @itemx set history save on
15129 Record command history in a file, whose name may be specified with the
15130 @code{set history filename} command. By default, this option is disabled.
15131
15132 @item set history save off
15133 Stop recording command history in a file.
15134
15135 @cindex history size
15136 @kindex set history size
15137 @cindex @env{HISTSIZE}, environment variable
15138 @item set history size @var{size}
15139 Set the number of commands which @value{GDBN} keeps in its history list.
15140 This defaults to the value of the environment variable
15141 @code{HISTSIZE}, or to 256 if this variable is not set.
15142 @end table
15143
15144 History expansion assigns special meaning to the character @kbd{!}.
15145 @xref{Event Designators}, for more details.
15146
15147 @cindex history expansion, turn on/off
15148 Since @kbd{!} is also the logical not operator in C, history expansion
15149 is off by default. If you decide to enable history expansion with the
15150 @code{set history expansion on} command, you may sometimes need to
15151 follow @kbd{!} (when it is used as logical not, in an expression) with
15152 a space or a tab to prevent it from being expanded. The readline
15153 history facilities do not attempt substitution on the strings
15154 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
15155
15156 The commands to control history expansion are:
15157
15158 @table @code
15159 @item set history expansion on
15160 @itemx set history expansion
15161 @kindex set history expansion
15162 Enable history expansion. History expansion is off by default.
15163
15164 @item set history expansion off
15165 Disable history expansion.
15166
15167 @c @group
15168 @kindex show history
15169 @item show history
15170 @itemx show history filename
15171 @itemx show history save
15172 @itemx show history size
15173 @itemx show history expansion
15174 These commands display the state of the @value{GDBN} history parameters.
15175 @code{show history} by itself displays all four states.
15176 @c @end group
15177 @end table
15178
15179 @table @code
15180 @kindex show commands
15181 @cindex show last commands
15182 @cindex display command history
15183 @item show commands
15184 Display the last ten commands in the command history.
15185
15186 @item show commands @var{n}
15187 Print ten commands centered on command number @var{n}.
15188
15189 @item show commands +
15190 Print ten commands just after the commands last printed.
15191 @end table
15192
15193 @node Screen Size
15194 @section Screen size
15195 @cindex size of screen
15196 @cindex pauses in output
15197
15198 Certain commands to @value{GDBN} may produce large amounts of
15199 information output to the screen. To help you read all of it,
15200 @value{GDBN} pauses and asks you for input at the end of each page of
15201 output. Type @key{RET} when you want to continue the output, or @kbd{q}
15202 to discard the remaining output. Also, the screen width setting
15203 determines when to wrap lines of output. Depending on what is being
15204 printed, @value{GDBN} tries to break the line at a readable place,
15205 rather than simply letting it overflow onto the following line.
15206
15207 Normally @value{GDBN} knows the size of the screen from the terminal
15208 driver software. For example, on Unix @value{GDBN} uses the termcap data base
15209 together with the value of the @code{TERM} environment variable and the
15210 @code{stty rows} and @code{stty cols} settings. If this is not correct,
15211 you can override it with the @code{set height} and @code{set
15212 width} commands:
15213
15214 @table @code
15215 @kindex set height
15216 @kindex set width
15217 @kindex show width
15218 @kindex show height
15219 @item set height @var{lpp}
15220 @itemx show height
15221 @itemx set width @var{cpl}
15222 @itemx show width
15223 These @code{set} commands specify a screen height of @var{lpp} lines and
15224 a screen width of @var{cpl} characters. The associated @code{show}
15225 commands display the current settings.
15226
15227 If you specify a height of zero lines, @value{GDBN} does not pause during
15228 output no matter how long the output is. This is useful if output is to a
15229 file or to an editor buffer.
15230
15231 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15232 from wrapping its output.
15233
15234 @item set pagination on
15235 @itemx set pagination off
15236 @kindex set pagination
15237 Turn the output pagination on or off; the default is on. Turning
15238 pagination off is the alternative to @code{set height 0}.
15239
15240 @item show pagination
15241 @kindex show pagination
15242 Show the current pagination mode.
15243 @end table
15244
15245 @node Numbers
15246 @section Numbers
15247 @cindex number representation
15248 @cindex entering numbers
15249
15250 You can always enter numbers in octal, decimal, or hexadecimal in
15251 @value{GDBN} by the usual conventions: octal numbers begin with
15252 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15253 begin with @samp{0x}. Numbers that neither begin with @samp{0} or
15254 @samp{0x}, nor end with a @samp{.} are, by default, entered in base
15255 10; likewise, the default display for numbers---when no particular
15256 format is specified---is base 10. You can change the default base for
15257 both input and output with the commands described below.
15258
15259 @table @code
15260 @kindex set input-radix
15261 @item set input-radix @var{base}
15262 Set the default base for numeric input. Supported choices
15263 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15264 specified either unambiguously or using the current input radix; for
15265 example, any of
15266
15267 @smallexample
15268 set input-radix 012
15269 set input-radix 10.
15270 set input-radix 0xa
15271 @end smallexample
15272
15273 @noindent
15274 sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15275 leaves the input radix unchanged, no matter what it was, since
15276 @samp{10}, being without any leading or trailing signs of its base, is
15277 interpreted in the current radix. Thus, if the current radix is 16,
15278 @samp{10} is interpreted in hex, i.e.@: as 16 decimal, which doesn't
15279 change the radix.
15280
15281 @kindex set output-radix
15282 @item set output-radix @var{base}
15283 Set the default base for numeric display. Supported choices
15284 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15285 specified either unambiguously or using the current input radix.
15286
15287 @kindex show input-radix
15288 @item show input-radix
15289 Display the current default base for numeric input.
15290
15291 @kindex show output-radix
15292 @item show output-radix
15293 Display the current default base for numeric display.
15294
15295 @item set radix @r{[}@var{base}@r{]}
15296 @itemx show radix
15297 @kindex set radix
15298 @kindex show radix
15299 These commands set and show the default base for both input and output
15300 of numbers. @code{set radix} sets the radix of input and output to
15301 the same base; without an argument, it resets the radix back to its
15302 default value of 10.
15303
15304 @end table
15305
15306 @node ABI
15307 @section Configuring the current ABI
15308
15309 @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15310 application automatically. However, sometimes you need to override its
15311 conclusions. Use these commands to manage @value{GDBN}'s view of the
15312 current ABI.
15313
15314 @cindex OS ABI
15315 @kindex set osabi
15316 @kindex show osabi
15317
15318 One @value{GDBN} configuration can debug binaries for multiple operating
15319 system targets, either via remote debugging or native emulation.
15320 @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15321 but you can override its conclusion using the @code{set osabi} command.
15322 One example where this is useful is in debugging of binaries which use
15323 an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15324 not have the same identifying marks that the standard C library for your
15325 platform provides.
15326
15327 @table @code
15328 @item show osabi
15329 Show the OS ABI currently in use.
15330
15331 @item set osabi
15332 With no argument, show the list of registered available OS ABI's.
15333
15334 @item set osabi @var{abi}
15335 Set the current OS ABI to @var{abi}.
15336 @end table
15337
15338 @cindex float promotion
15339
15340 Generally, the way that an argument of type @code{float} is passed to a
15341 function depends on whether the function is prototyped. For a prototyped
15342 (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15343 according to the architecture's convention for @code{float}. For unprototyped
15344 (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15345 @code{double} and then passed.
15346
15347 Unfortunately, some forms of debug information do not reliably indicate whether
15348 a function is prototyped. If @value{GDBN} calls a function that is not marked
15349 as prototyped, it consults @kbd{set coerce-float-to-double}.
15350
15351 @table @code
15352 @kindex set coerce-float-to-double
15353 @item set coerce-float-to-double
15354 @itemx set coerce-float-to-double on
15355 Arguments of type @code{float} will be promoted to @code{double} when passed
15356 to an unprototyped function. This is the default setting.
15357
15358 @item set coerce-float-to-double off
15359 Arguments of type @code{float} will be passed directly to unprototyped
15360 functions.
15361
15362 @kindex show coerce-float-to-double
15363 @item show coerce-float-to-double
15364 Show the current setting of promoting @code{float} to @code{double}.
15365 @end table
15366
15367 @kindex set cp-abi
15368 @kindex show cp-abi
15369 @value{GDBN} needs to know the ABI used for your program's C@t{++}
15370 objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15371 used to build your application. @value{GDBN} only fully supports
15372 programs with a single C@t{++} ABI; if your program contains code using
15373 multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15374 program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15375 Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15376 before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15377 ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15378 use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15379 ``auto''.
15380
15381 @table @code
15382 @item show cp-abi
15383 Show the C@t{++} ABI currently in use.
15384
15385 @item set cp-abi
15386 With no argument, show the list of supported C@t{++} ABI's.
15387
15388 @item set cp-abi @var{abi}
15389 @itemx set cp-abi auto
15390 Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15391 @end table
15392
15393 @node Messages/Warnings
15394 @section Optional warnings and messages
15395
15396 @cindex verbose operation
15397 @cindex optional warnings
15398 By default, @value{GDBN} is silent about its inner workings. If you are
15399 running on a slow machine, you may want to use the @code{set verbose}
15400 command. This makes @value{GDBN} tell you when it does a lengthy
15401 internal operation, so you will not think it has crashed.
15402
15403 Currently, the messages controlled by @code{set verbose} are those
15404 which announce that the symbol table for a source file is being read;
15405 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
15406
15407 @table @code
15408 @kindex set verbose
15409 @item set verbose on
15410 Enables @value{GDBN} output of certain informational messages.
15411
15412 @item set verbose off
15413 Disables @value{GDBN} output of certain informational messages.
15414
15415 @kindex show verbose
15416 @item show verbose
15417 Displays whether @code{set verbose} is on or off.
15418 @end table
15419
15420 By default, if @value{GDBN} encounters bugs in the symbol table of an
15421 object file, it is silent; but if you are debugging a compiler, you may
15422 find this information useful (@pxref{Symbol Errors, ,Errors reading
15423 symbol files}).
15424
15425 @table @code
15426
15427 @kindex set complaints
15428 @item set complaints @var{limit}
15429 Permits @value{GDBN} to output @var{limit} complaints about each type of
15430 unusual symbols before becoming silent about the problem. Set
15431 @var{limit} to zero to suppress all complaints; set it to a large number
15432 to prevent complaints from being suppressed.
15433
15434 @kindex show complaints
15435 @item show complaints
15436 Displays how many symbol complaints @value{GDBN} is permitted to produce.
15437
15438 @end table
15439
15440 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15441 lot of stupid questions to confirm certain commands. For example, if
15442 you try to run a program which is already running:
15443
15444 @smallexample
15445 (@value{GDBP}) run
15446 The program being debugged has been started already.
15447 Start it from the beginning? (y or n)
15448 @end smallexample
15449
15450 If you are willing to unflinchingly face the consequences of your own
15451 commands, you can disable this ``feature'':
15452
15453 @table @code
15454
15455 @kindex set confirm
15456 @cindex flinching
15457 @cindex confirmation
15458 @cindex stupid questions
15459 @item set confirm off
15460 Disables confirmation requests.
15461
15462 @item set confirm on
15463 Enables confirmation requests (the default).
15464
15465 @kindex show confirm
15466 @item show confirm
15467 Displays state of confirmation requests.
15468
15469 @end table
15470
15471 @node Debugging Output
15472 @section Optional messages about internal happenings
15473 @cindex optional debugging messages
15474
15475 @value{GDBN} has commands that enable optional debugging messages from
15476 various @value{GDBN} subsystems; normally these commands are of
15477 interest to @value{GDBN} maintainers, or when reporting a bug. This
15478 section documents those commands.
15479
15480 @table @code
15481 @kindex set exec-done-display
15482 @item set exec-done-display
15483 Turns on or off the notification of asynchronous commands'
15484 completion. When on, @value{GDBN} will print a message when an
15485 asynchronous command finishes its execution. The default is off.
15486 @kindex show exec-done-display
15487 @item show exec-done-display
15488 Displays the current setting of asynchronous command completion
15489 notification.
15490 @kindex set debug
15491 @cindex gdbarch debugging info
15492 @cindex architecture debugging info
15493 @item set debug arch
15494 Turns on or off display of gdbarch debugging info. The default is off
15495 @kindex show debug
15496 @item show debug arch
15497 Displays the current state of displaying gdbarch debugging info.
15498 @item set debug aix-thread
15499 @cindex AIX threads
15500 Display debugging messages about inner workings of the AIX thread
15501 module.
15502 @item show debug aix-thread
15503 Show the current state of AIX thread debugging info display.
15504 @item set debug event
15505 @cindex event debugging info
15506 Turns on or off display of @value{GDBN} event debugging info. The
15507 default is off.
15508 @item show debug event
15509 Displays the current state of displaying @value{GDBN} event debugging
15510 info.
15511 @item set debug expression
15512 @cindex expression debugging info
15513 Turns on or off display of debugging info about @value{GDBN}
15514 expression parsing. The default is off.
15515 @item show debug expression
15516 Displays the current state of displaying debugging info about
15517 @value{GDBN} expression parsing.
15518 @item set debug frame
15519 @cindex frame debugging info
15520 Turns on or off display of @value{GDBN} frame debugging info. The
15521 default is off.
15522 @item show debug frame
15523 Displays the current state of displaying @value{GDBN} frame debugging
15524 info.
15525 @item set debug infrun
15526 @cindex inferior debugging info
15527 Turns on or off display of @value{GDBN} debugging info for running the inferior.
15528 The default is off. @file{infrun.c} contains GDB's runtime state machine used
15529 for implementing operations such as single-stepping the inferior.
15530 @item show debug infrun
15531 Displays the current state of @value{GDBN} inferior debugging.
15532 @item set debug lin-lwp
15533 @cindex @sc{gnu}/Linux LWP debug messages
15534 @cindex Linux lightweight processes
15535 Turns on or off debugging messages from the Linux LWP debug support.
15536 @item show debug lin-lwp
15537 Show the current state of Linux LWP debugging messages.
15538 @item set debug observer
15539 @cindex observer debugging info
15540 Turns on or off display of @value{GDBN} observer debugging. This
15541 includes info such as the notification of observable events.
15542 @item show debug observer
15543 Displays the current state of observer debugging.
15544 @item set debug overload
15545 @cindex C@t{++} overload debugging info
15546 Turns on or off display of @value{GDBN} C@t{++} overload debugging
15547 info. This includes info such as ranking of functions, etc. The default
15548 is off.
15549 @item show debug overload
15550 Displays the current state of displaying @value{GDBN} C@t{++} overload
15551 debugging info.
15552 @cindex packets, reporting on stdout
15553 @cindex serial connections, debugging
15554 @item set debug remote
15555 Turns on or off display of reports on all packets sent back and forth across
15556 the serial line to the remote machine. The info is printed on the
15557 @value{GDBN} standard output stream. The default is off.
15558 @item show debug remote
15559 Displays the state of display of remote packets.
15560 @item set debug serial
15561 Turns on or off display of @value{GDBN} serial debugging info. The
15562 default is off.
15563 @item show debug serial
15564 Displays the current state of displaying @value{GDBN} serial debugging
15565 info.
15566 @item set debug solib-frv
15567 @cindex FR-V shared-library debugging
15568 Turns on or off debugging messages for FR-V shared-library code.
15569 @item show debug solib-frv
15570 Display the current state of FR-V shared-library code debugging
15571 messages.
15572 @item set debug target
15573 @cindex target debugging info
15574 Turns on or off display of @value{GDBN} target debugging info. This info
15575 includes what is going on at the target level of GDB, as it happens. The
15576 default is 0. Set it to 1 to track events, and to 2 to also track the
15577 value of large memory transfers. Changes to this flag do not take effect
15578 until the next time you connect to a target or use the @code{run} command.
15579 @item show debug target
15580 Displays the current state of displaying @value{GDBN} target debugging
15581 info.
15582 @item set debugvarobj
15583 @cindex variable object debugging info
15584 Turns on or off display of @value{GDBN} variable object debugging
15585 info. The default is off.
15586 @item show debugvarobj
15587 Displays the current state of displaying @value{GDBN} variable object
15588 debugging info.
15589 @end table
15590
15591 @node Sequences
15592 @chapter Canned Sequences of Commands
15593
15594 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15595 command lists}), @value{GDBN} provides two ways to store sequences of
15596 commands for execution as a unit: user-defined commands and command
15597 files.
15598
15599 @menu
15600 * Define:: User-defined commands
15601 * Hooks:: User-defined command hooks
15602 * Command Files:: Command files
15603 * Output:: Commands for controlled output
15604 @end menu
15605
15606 @node Define
15607 @section User-defined commands
15608
15609 @cindex user-defined command
15610 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15611 which you assign a new name as a command. This is done with the
15612 @code{define} command. User commands may accept up to 10 arguments
15613 separated by whitespace. Arguments are accessed within the user command
15614 via @var{$arg0@dots{}$arg9}. A trivial example:
15615
15616 @smallexample
15617 define adder
15618 print $arg0 + $arg1 + $arg2
15619 @end smallexample
15620
15621 @noindent
15622 To execute the command use:
15623
15624 @smallexample
15625 adder 1 2 3
15626 @end smallexample
15627
15628 @noindent
15629 This defines the command @code{adder}, which prints the sum of
15630 its three arguments. Note the arguments are text substitutions, so they may
15631 reference variables, use complex expressions, or even perform inferior
15632 functions calls.
15633
15634 @table @code
15635
15636 @kindex define
15637 @item define @var{commandname}
15638 Define a command named @var{commandname}. If there is already a command
15639 by that name, you are asked to confirm that you want to redefine it.
15640
15641 The definition of the command is made up of other @value{GDBN} command lines,
15642 which are given following the @code{define} command. The end of these
15643 commands is marked by a line containing @code{end}.
15644
15645 @kindex if
15646 @kindex else
15647 @item if
15648 @itemx else
15649 Takes a single argument, which is an expression to evaluate.
15650 It is followed by a series of commands that are executed
15651 only if the expression is true (nonzero).
15652 There can then optionally be a line @code{else}, followed
15653 by a series of commands that are only executed if the expression
15654 was false. The end of the list is marked by a line containing @code{end}.
15655
15656 @kindex while
15657 @item while
15658 The syntax is similar to @code{if}: the command takes a single argument,
15659 which is an expression to evaluate, and must be followed by the commands to
15660 execute, one per line, terminated by an @code{end}.
15661 The commands are executed repeatedly as long as the expression
15662 evaluates to true.
15663
15664 @kindex document
15665 @item document @var{commandname}
15666 Document the user-defined command @var{commandname}, so that it can be
15667 accessed by @code{help}. The command @var{commandname} must already be
15668 defined. This command reads lines of documentation just as @code{define}
15669 reads the lines of the command definition, ending with @code{end}.
15670 After the @code{document} command is finished, @code{help} on command
15671 @var{commandname} displays the documentation you have written.
15672
15673 You may use the @code{document} command again to change the
15674 documentation of a command. Redefining the command with @code{define}
15675 does not change the documentation.
15676
15677 @kindex dont-repeat
15678 @cindex don't repeat command
15679 @item dont-repeat
15680 Used inside a user-defined command, this tells @value{GDBN} that this
15681 command should not be repeated when the user hits @key{RET}
15682 (@pxref{Command Syntax, repeat last command}).
15683
15684 @kindex help user-defined
15685 @item help user-defined
15686 List all user-defined commands, with the first line of the documentation
15687 (if any) for each.
15688
15689 @kindex show user
15690 @item show user
15691 @itemx show user @var{commandname}
15692 Display the @value{GDBN} commands used to define @var{commandname} (but
15693 not its documentation). If no @var{commandname} is given, display the
15694 definitions for all user-defined commands.
15695
15696 @cindex infinite recusrion in user-defined commands
15697 @kindex show max-user-call-depth
15698 @kindex set max-user-call-depth
15699 @item show max-user-call-depth
15700 @itemx set max-user-call-depth
15701 The value of @code{max-user-call-depth} controls how many recursion
15702 levels are allowed in user-defined commands before GDB suspects an
15703 infinite recursion and aborts the command.
15704
15705 @end table
15706
15707 When user-defined commands are executed, the
15708 commands of the definition are not printed. An error in any command
15709 stops execution of the user-defined command.
15710
15711 If used interactively, commands that would ask for confirmation proceed
15712 without asking when used inside a user-defined command. Many @value{GDBN}
15713 commands that normally print messages to say what they are doing omit the
15714 messages when used in a user-defined command.
15715
15716 @node Hooks
15717 @section User-defined command hooks
15718 @cindex command hooks
15719 @cindex hooks, for commands
15720 @cindex hooks, pre-command
15721
15722 @kindex hook
15723 You may define @dfn{hooks}, which are a special kind of user-defined
15724 command. Whenever you run the command @samp{foo}, if the user-defined
15725 command @samp{hook-foo} exists, it is executed (with no arguments)
15726 before that command.
15727
15728 @cindex hooks, post-command
15729 @kindex hookpost
15730 A hook may also be defined which is run after the command you executed.
15731 Whenever you run the command @samp{foo}, if the user-defined command
15732 @samp{hookpost-foo} exists, it is executed (with no arguments) after
15733 that command. Post-execution hooks may exist simultaneously with
15734 pre-execution hooks, for the same command.
15735
15736 It is valid for a hook to call the command which it hooks. If this
15737 occurs, the hook is not re-executed, thereby avoiding infinite recursion.
15738
15739 @c It would be nice if hookpost could be passed a parameter indicating
15740 @c if the command it hooks executed properly or not. FIXME!
15741
15742 @kindex stop@r{, a pseudo-command}
15743 In addition, a pseudo-command, @samp{stop} exists. Defining
15744 (@samp{hook-stop}) makes the associated commands execute every time
15745 execution stops in your program: before breakpoint commands are run,
15746 displays are printed, or the stack frame is printed.
15747
15748 For example, to ignore @code{SIGALRM} signals while
15749 single-stepping, but treat them normally during normal execution,
15750 you could define:
15751
15752 @smallexample
15753 define hook-stop
15754 handle SIGALRM nopass
15755 end
15756
15757 define hook-run
15758 handle SIGALRM pass
15759 end
15760
15761 define hook-continue
15762 handle SIGLARM pass
15763 end
15764 @end smallexample
15765
15766 As a further example, to hook at the begining and end of the @code{echo}
15767 command, and to add extra text to the beginning and end of the message,
15768 you could define:
15769
15770 @smallexample
15771 define hook-echo
15772 echo <<<---
15773 end
15774
15775 define hookpost-echo
15776 echo --->>>\n
15777 end
15778
15779 (@value{GDBP}) echo Hello World
15780 <<<---Hello World--->>>
15781 (@value{GDBP})
15782
15783 @end smallexample
15784
15785 You can define a hook for any single-word command in @value{GDBN}, but
15786 not for command aliases; you should define a hook for the basic command
15787 name, e.g. @code{backtrace} rather than @code{bt}.
15788 @c FIXME! So how does Joe User discover whether a command is an alias
15789 @c or not?
15790 If an error occurs during the execution of your hook, execution of
15791 @value{GDBN} commands stops and @value{GDBN} issues a prompt
15792 (before the command that you actually typed had a chance to run).
15793
15794 If you try to define a hook which does not match any known command, you
15795 get a warning from the @code{define} command.
15796
15797 @node Command Files
15798 @section Command files
15799
15800 @cindex command files
15801 A command file for @value{GDBN} is a text file made of lines that are
15802 @value{GDBN} commands. Comments (lines starting with @kbd{#}) may
15803 also be included. An empty line in a command file does nothing; it
15804 does not mean to repeat the last command, as it would from the
15805 terminal.
15806
15807 You can request the execution of a command file with the @code{source}
15808 command:
15809
15810 @table @code
15811 @kindex source
15812 @item source @var{filename}
15813 Execute the command file @var{filename}.
15814 @end table
15815
15816 The lines in a command file are executed sequentially. They are not
15817 printed as they are executed. An error in any command terminates
15818 execution of the command file and control is returned to the console.
15819
15820 Commands that would ask for confirmation if used interactively proceed
15821 without asking when used in a command file. Many @value{GDBN} commands that
15822 normally print messages to say what they are doing omit the messages
15823 when called from command files.
15824
15825 @value{GDBN} also accepts command input from standard input. In this
15826 mode, normal output goes to standard output and error output goes to
15827 standard error. Errors in a command file supplied on standard input do
15828 not terminate execution of the command file---execution continues with
15829 the next command.
15830
15831 @smallexample
15832 gdb < cmds > log 2>&1
15833 @end smallexample
15834
15835 (The syntax above will vary depending on the shell used.) This example
15836 will execute commands from the file @file{cmds}. All output and errors
15837 would be directed to @file{log}.
15838
15839 @node Output
15840 @section Commands for controlled output
15841
15842 During the execution of a command file or a user-defined command, normal
15843 @value{GDBN} output is suppressed; the only output that appears is what is
15844 explicitly printed by the commands in the definition. This section
15845 describes three commands useful for generating exactly the output you
15846 want.
15847
15848 @table @code
15849 @kindex echo
15850 @item echo @var{text}
15851 @c I do not consider backslash-space a standard C escape sequence
15852 @c because it is not in ANSI.
15853 Print @var{text}. Nonprinting characters can be included in
15854 @var{text} using C escape sequences, such as @samp{\n} to print a
15855 newline. @strong{No newline is printed unless you specify one.}
15856 In addition to the standard C escape sequences, a backslash followed
15857 by a space stands for a space. This is useful for displaying a
15858 string with spaces at the beginning or the end, since leading and
15859 trailing spaces are otherwise trimmed from all arguments.
15860 To print @samp{@w{ }and foo =@w{ }}, use the command
15861 @samp{echo \@w{ }and foo = \@w{ }}.
15862
15863 A backslash at the end of @var{text} can be used, as in C, to continue
15864 the command onto subsequent lines. For example,
15865
15866 @smallexample
15867 echo This is some text\n\
15868 which is continued\n\
15869 onto several lines.\n
15870 @end smallexample
15871
15872 produces the same output as
15873
15874 @smallexample
15875 echo This is some text\n
15876 echo which is continued\n
15877 echo onto several lines.\n
15878 @end smallexample
15879
15880 @kindex output
15881 @item output @var{expression}
15882 Print the value of @var{expression} and nothing but that value: no
15883 newlines, no @samp{$@var{nn} = }. The value is not entered in the
15884 value history either. @xref{Expressions, ,Expressions}, for more information
15885 on expressions.
15886
15887 @item output/@var{fmt} @var{expression}
15888 Print the value of @var{expression} in format @var{fmt}. You can use
15889 the same formats as for @code{print}. @xref{Output Formats,,Output
15890 formats}, for more information.
15891
15892 @kindex printf
15893 @item printf @var{string}, @var{expressions}@dots{}
15894 Print the values of the @var{expressions} under the control of
15895 @var{string}. The @var{expressions} are separated by commas and may be
15896 either numbers or pointers. Their values are printed as specified by
15897 @var{string}, exactly as if your program were to execute the C
15898 subroutine
15899 @c FIXME: the above implies that at least all ANSI C formats are
15900 @c supported, but it isn't true: %E and %G don't work (or so it seems).
15901 @c Either this is a bug, or the manual should document what formats are
15902 @c supported.
15903
15904 @smallexample
15905 printf (@var{string}, @var{expressions}@dots{});
15906 @end smallexample
15907
15908 For example, you can print two values in hex like this:
15909
15910 @smallexample
15911 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15912 @end smallexample
15913
15914 The only backslash-escape sequences that you can use in the format
15915 string are the simple ones that consist of backslash followed by a
15916 letter.
15917 @end table
15918
15919 @node Interpreters
15920 @chapter Command Interpreters
15921 @cindex command interpreters
15922
15923 @value{GDBN} supports multiple command interpreters, and some command
15924 infrastructure to allow users or user interface writers to switch
15925 between interpreters or run commands in other interpreters.
15926
15927 @value{GDBN} currently supports two command interpreters, the console
15928 interpreter (sometimes called the command-line interpreter or @sc{cli})
15929 and the machine interface interpreter (or @sc{gdb/mi}). This manual
15930 describes both of these interfaces in great detail.
15931
15932 By default, @value{GDBN} will start with the console interpreter.
15933 However, the user may choose to start @value{GDBN} with another
15934 interpreter by specifying the @option{-i} or @option{--interpreter}
15935 startup options. Defined interpreters include:
15936
15937 @table @code
15938 @item console
15939 @cindex console interpreter
15940 The traditional console or command-line interpreter. This is the most often
15941 used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15942 @value{GDBN} will use this interpreter.
15943
15944 @item mi
15945 @cindex mi interpreter
15946 The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15947 by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15948 or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15949 Interface}.
15950
15951 @item mi2
15952 @cindex mi2 interpreter
15953 The current @sc{gdb/mi} interface.
15954
15955 @item mi1
15956 @cindex mi1 interpreter
15957 The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15958
15959 @end table
15960
15961 @cindex invoke another interpreter
15962 The interpreter being used by @value{GDBN} may not be dynamically
15963 switched at runtime. Although possible, this could lead to a very
15964 precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15965 enters the command "interpreter-set console" in a console view,
15966 @value{GDBN} would switch to using the console interpreter, rendering
15967 the IDE inoperable!
15968
15969 @kindex interpreter-exec
15970 Although you may only choose a single interpreter at startup, you may execute
15971 commands in any interpreter from the current interpreter using the appropriate
15972 command. If you are running the console interpreter, simply use the
15973 @code{interpreter-exec} command:
15974
15975 @smallexample
15976 interpreter-exec mi "-data-list-register-names"
15977 @end smallexample
15978
15979 @sc{gdb/mi} has a similar command, although it is only available in versions of
15980 @value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15981
15982 @node TUI
15983 @chapter @value{GDBN} Text User Interface
15984 @cindex TUI
15985 @cindex Text User Interface
15986
15987 @menu
15988 * TUI Overview:: TUI overview
15989 * TUI Keys:: TUI key bindings
15990 * TUI Single Key Mode:: TUI single key mode
15991 * TUI Commands:: TUI specific commands
15992 * TUI Configuration:: TUI configuration variables
15993 @end menu
15994
15995 The @value{GDBN} Text User Interface, TUI in short, is a terminal
15996 interface which uses the @code{curses} library to show the source
15997 file, the assembly output, the program registers and @value{GDBN}
15998 commands in separate text windows.
15999
16000 The TUI is enabled by invoking @value{GDBN} using either
16001 @pindex gdbtui
16002 @samp{gdbtui} or @samp{gdb -tui}.
16003
16004 @node TUI Overview
16005 @section TUI overview
16006
16007 The TUI has two display modes that can be switched while
16008 @value{GDBN} runs:
16009
16010 @itemize @bullet
16011 @item
16012 A curses (or TUI) mode in which it displays several text
16013 windows on the terminal.
16014
16015 @item
16016 A standard mode which corresponds to the @value{GDBN} configured without
16017 the TUI.
16018 @end itemize
16019
16020 In the TUI mode, @value{GDBN} can display several text window
16021 on the terminal:
16022
16023 @table @emph
16024 @item command
16025 This window is the @value{GDBN} command window with the @value{GDBN}
16026 prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
16027 managed using readline but through the TUI. The @emph{command}
16028 window is always visible.
16029
16030 @item source
16031 The source window shows the source file of the program. The current
16032 line as well as active breakpoints are displayed in this window.
16033
16034 @item assembly
16035 The assembly window shows the disassembly output of the program.
16036
16037 @item register
16038 This window shows the processor registers. It detects when
16039 a register is changed and when this is the case, registers that have
16040 changed are highlighted.
16041
16042 @end table
16043
16044 The source and assembly windows show the current program position
16045 by highlighting the current line and marking them with the @samp{>} marker.
16046 Breakpoints are also indicated with two markers. A first one
16047 indicates the breakpoint type:
16048
16049 @table @code
16050 @item B
16051 Breakpoint which was hit at least once.
16052
16053 @item b
16054 Breakpoint which was never hit.
16055
16056 @item H
16057 Hardware breakpoint which was hit at least once.
16058
16059 @item h
16060 Hardware breakpoint which was never hit.
16061
16062 @end table
16063
16064 The second marker indicates whether the breakpoint is enabled or not:
16065
16066 @table @code
16067 @item +
16068 Breakpoint is enabled.
16069
16070 @item -
16071 Breakpoint is disabled.
16072
16073 @end table
16074
16075 The source, assembly and register windows are attached to the thread
16076 and the frame position. They are updated when the current thread
16077 changes, when the frame changes or when the program counter changes.
16078 These three windows are arranged by the TUI according to several
16079 layouts. The layout defines which of these three windows are visible.
16080 The following layouts are available:
16081
16082 @itemize @bullet
16083 @item
16084 source
16085
16086 @item
16087 assembly
16088
16089 @item
16090 source and assembly
16091
16092 @item
16093 source and registers
16094
16095 @item
16096 assembly and registers
16097
16098 @end itemize
16099
16100 On top of the command window a status line gives various information
16101 concerning the current process begin debugged. The status line is
16102 updated when the information it shows changes. The following fields
16103 are displayed:
16104
16105 @table @emph
16106 @item target
16107 Indicates the current gdb target
16108 (@pxref{Targets, ,Specifying a Debugging Target}).
16109
16110 @item process
16111 Gives information about the current process or thread number.
16112 When no process is being debugged, this field is set to @code{No process}.
16113
16114 @item function
16115 Gives the current function name for the selected frame.
16116 The name is demangled if demangling is turned on (@pxref{Print Settings}).
16117 When there is no symbol corresponding to the current program counter
16118 the string @code{??} is displayed.
16119
16120 @item line
16121 Indicates the current line number for the selected frame.
16122 When the current line number is not known the string @code{??} is displayed.
16123
16124 @item pc
16125 Indicates the current program counter address.
16126
16127 @end table
16128
16129 @node TUI Keys
16130 @section TUI Key Bindings
16131 @cindex TUI key bindings
16132
16133 The TUI installs several key bindings in the readline keymaps
16134 (@pxref{Command Line Editing}).
16135 They allow to leave or enter in the TUI mode or they operate
16136 directly on the TUI layout and windows. The TUI also provides
16137 a @emph{SingleKey} keymap which binds several keys directly to
16138 @value{GDBN} commands. The following key bindings
16139 are installed for both TUI mode and the @value{GDBN} standard mode.
16140
16141 @table @kbd
16142 @kindex C-x C-a
16143 @item C-x C-a
16144 @kindex C-x a
16145 @itemx C-x a
16146 @kindex C-x A
16147 @itemx C-x A
16148 Enter or leave the TUI mode. When the TUI mode is left,
16149 the curses window management is left and @value{GDBN} operates using
16150 its standard mode writing on the terminal directly. When the TUI
16151 mode is entered, the control is given back to the curses windows.
16152 The screen is then refreshed.
16153
16154 @kindex C-x 1
16155 @item C-x 1
16156 Use a TUI layout with only one window. The layout will
16157 either be @samp{source} or @samp{assembly}. When the TUI mode
16158 is not active, it will switch to the TUI mode.
16159
16160 Think of this key binding as the Emacs @kbd{C-x 1} binding.
16161
16162 @kindex C-x 2
16163 @item C-x 2
16164 Use a TUI layout with at least two windows. When the current
16165 layout shows already two windows, a next layout with two windows is used.
16166 When a new layout is chosen, one window will always be common to the
16167 previous layout and the new one.
16168
16169 Think of it as the Emacs @kbd{C-x 2} binding.
16170
16171 @kindex C-x o
16172 @item C-x o
16173 Change the active window. The TUI associates several key bindings
16174 (like scrolling and arrow keys) to the active window. This command
16175 gives the focus to the next TUI window.
16176
16177 Think of it as the Emacs @kbd{C-x o} binding.
16178
16179 @kindex C-x s
16180 @item C-x s
16181 Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16182 (@pxref{TUI Single Key Mode}).
16183
16184 @end table
16185
16186 The following key bindings are handled only by the TUI mode:
16187
16188 @table @key
16189 @kindex PgUp
16190 @item PgUp
16191 Scroll the active window one page up.
16192
16193 @kindex PgDn
16194 @item PgDn
16195 Scroll the active window one page down.
16196
16197 @kindex Up
16198 @item Up
16199 Scroll the active window one line up.
16200
16201 @kindex Down
16202 @item Down
16203 Scroll the active window one line down.
16204
16205 @kindex Left
16206 @item Left
16207 Scroll the active window one column left.
16208
16209 @kindex Right
16210 @item Right
16211 Scroll the active window one column right.
16212
16213 @kindex C-L
16214 @item C-L
16215 Refresh the screen.
16216
16217 @end table
16218
16219 In the TUI mode, the arrow keys are used by the active window
16220 for scrolling. This means they are available for readline when the
16221 active window is the command window. When the command window
16222 does not have the focus, it is necessary to use other readline
16223 key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
16224
16225 @node TUI Single Key Mode
16226 @section TUI Single Key Mode
16227 @cindex TUI single key mode
16228
16229 The TUI provides a @emph{SingleKey} mode in which it installs a particular
16230 key binding in the readline keymaps to connect single keys to
16231 some gdb commands.
16232
16233 @table @kbd
16234 @kindex c @r{(SingleKey TUI key)}
16235 @item c
16236 continue
16237
16238 @kindex d @r{(SingleKey TUI key)}
16239 @item d
16240 down
16241
16242 @kindex f @r{(SingleKey TUI key)}
16243 @item f
16244 finish
16245
16246 @kindex n @r{(SingleKey TUI key)}
16247 @item n
16248 next
16249
16250 @kindex q @r{(SingleKey TUI key)}
16251 @item q
16252 exit the @emph{SingleKey} mode.
16253
16254 @kindex r @r{(SingleKey TUI key)}
16255 @item r
16256 run
16257
16258 @kindex s @r{(SingleKey TUI key)}
16259 @item s
16260 step
16261
16262 @kindex u @r{(SingleKey TUI key)}
16263 @item u
16264 up
16265
16266 @kindex v @r{(SingleKey TUI key)}
16267 @item v
16268 info locals
16269
16270 @kindex w @r{(SingleKey TUI key)}
16271 @item w
16272 where
16273
16274 @end table
16275
16276 Other keys temporarily switch to the @value{GDBN} command prompt.
16277 The key that was pressed is inserted in the editing buffer so that
16278 it is possible to type most @value{GDBN} commands without interaction
16279 with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16280 @emph{SingleKey} mode is restored. The only way to permanently leave
16281 this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16282
16283
16284 @node TUI Commands
16285 @section TUI specific commands
16286 @cindex TUI commands
16287
16288 The TUI has specific commands to control the text windows.
16289 These commands are always available, that is they do not depend on
16290 the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16291 is in the standard mode, using these commands will automatically switch
16292 in the TUI mode.
16293
16294 @table @code
16295 @item info win
16296 @kindex info win
16297 List and give the size of all displayed windows.
16298
16299 @item layout next
16300 @kindex layout
16301 Display the next layout.
16302
16303 @item layout prev
16304 Display the previous layout.
16305
16306 @item layout src
16307 Display the source window only.
16308
16309 @item layout asm
16310 Display the assembly window only.
16311
16312 @item layout split
16313 Display the source and assembly window.
16314
16315 @item layout regs
16316 Display the register window together with the source or assembly window.
16317
16318 @item focus next | prev | src | asm | regs | split
16319 @kindex focus
16320 Set the focus to the named window.
16321 This command allows to change the active window so that scrolling keys
16322 can be affected to another window.
16323
16324 @item refresh
16325 @kindex refresh
16326 Refresh the screen. This is similar to using @key{C-L} key.
16327
16328 @item tui reg float
16329 @kindex tui reg
16330 Show the floating point registers in the register window.
16331
16332 @item tui reg general
16333 Show the general registers in the register window.
16334
16335 @item tui reg next
16336 Show the next register group. The list of register groups as well as
16337 their order is target specific. The predefined register groups are the
16338 following: @code{general}, @code{float}, @code{system}, @code{vector},
16339 @code{all}, @code{save}, @code{restore}.
16340
16341 @item tui reg system
16342 Show the system registers in the register window.
16343
16344 @item update
16345 @kindex update
16346 Update the source window and the current execution point.
16347
16348 @item winheight @var{name} +@var{count}
16349 @itemx winheight @var{name} -@var{count}
16350 @kindex winheight
16351 Change the height of the window @var{name} by @var{count}
16352 lines. Positive counts increase the height, while negative counts
16353 decrease it.
16354
16355 @item tabset
16356 @kindex tabset @var{nchars}
16357 Set the width of tab stops to be @var{nchars} characters.
16358
16359 @end table
16360
16361 @node TUI Configuration
16362 @section TUI configuration variables
16363 @cindex TUI configuration variables
16364
16365 The TUI has several configuration variables that control the
16366 appearance of windows on the terminal.
16367
16368 @table @code
16369 @item set tui border-kind @var{kind}
16370 @kindex set tui border-kind
16371 Select the border appearance for the source, assembly and register windows.
16372 The possible values are the following:
16373 @table @code
16374 @item space
16375 Use a space character to draw the border.
16376
16377 @item ascii
16378 Use ascii characters + - and | to draw the border.
16379
16380 @item acs
16381 Use the Alternate Character Set to draw the border. The border is
16382 drawn using character line graphics if the terminal supports them.
16383
16384 @end table
16385
16386 @item set tui active-border-mode @var{mode}
16387 @kindex set tui active-border-mode
16388 Select the attributes to display the border of the active window.
16389 The possible values are @code{normal}, @code{standout}, @code{reverse},
16390 @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
16391
16392 @item set tui border-mode @var{mode}
16393 @kindex set tui border-mode
16394 Select the attributes to display the border of other windows.
16395 The @var{mode} can be one of the following:
16396 @table @code
16397 @item normal
16398 Use normal attributes to display the border.
16399
16400 @item standout
16401 Use standout mode.
16402
16403 @item reverse
16404 Use reverse video mode.
16405
16406 @item half
16407 Use half bright mode.
16408
16409 @item half-standout
16410 Use half bright and standout mode.
16411
16412 @item bold
16413 Use extra bright or bold mode.
16414
16415 @item bold-standout
16416 Use extra bright or bold and standout mode.
16417
16418 @end table
16419
16420 @end table
16421
16422 @node Emacs
16423 @chapter Using @value{GDBN} under @sc{gnu} Emacs
16424
16425 @cindex Emacs
16426 @cindex @sc{gnu} Emacs
16427 A special interface allows you to use @sc{gnu} Emacs to view (and
16428 edit) the source files for the program you are debugging with
16429 @value{GDBN}.
16430
16431 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16432 executable file you want to debug as an argument. This command starts
16433 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
16434 created Emacs buffer.
16435 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
16436
16437 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16438 things:
16439
16440 @itemize @bullet
16441 @item
16442 All ``terminal'' input and output goes through the Emacs buffer.
16443 @end itemize
16444
16445 This applies both to @value{GDBN} commands and their output, and to the input
16446 and output done by the program you are debugging.
16447
16448 This is useful because it means that you can copy the text of previous
16449 commands and input them again; you can even use parts of the output
16450 in this way.
16451
16452 All the facilities of Emacs' Shell mode are available for interacting
16453 with your program. In particular, you can send signals the usual
16454 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16455 stop.
16456
16457 @itemize @bullet
16458 @item
16459 @value{GDBN} displays source code through Emacs.
16460 @end itemize
16461
16462 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16463 source file for that frame and puts an arrow (@samp{=>}) at the
16464 left margin of the current line. Emacs uses a separate buffer for
16465 source display, and splits the screen to show both your @value{GDBN} session
16466 and the source.
16467
16468 Explicit @value{GDBN} @code{list} or search commands still produce output as
16469 usual, but you probably have no reason to use them from Emacs.
16470
16471 If you specify an absolute file name when prompted for the @kbd{M-x
16472 gdb} argument, then Emacs sets your current working directory to where
16473 your program resides. If you only specify the file name, then Emacs
16474 sets your current working directory to to the directory associated
16475 with the previous buffer. In this case, @value{GDBN} may find your
16476 program by searching your environment's @code{PATH} variable, but on
16477 some operating systems it might not find the source. So, although the
16478 @value{GDBN} input and output session proceeds normally, the auxiliary
16479 buffer does not display the current source and line of execution.
16480
16481 The initial working directory of @value{GDBN} is printed on the top
16482 line of the @value{GDBN} I/O buffer and this serves as a default for
16483 the commands that specify files for @value{GDBN} to operate
16484 on. @xref{Files, ,Commands to specify files}.
16485
16486 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16487 need to call @value{GDBN} by a different name (for example, if you
16488 keep several configurations around, with different names) you can
16489 customize the Emacs variable @code{gud-gdb-command-name} to run the
16490 one you want.
16491
16492 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16493 addition to the standard Shell mode commands:
16494
16495 @table @kbd
16496 @item C-h m
16497 Describe the features of Emacs' @value{GDBN} Mode.
16498
16499 @item C-c C-s
16500 Execute to another source line, like the @value{GDBN} @code{step} command; also
16501 update the display window to show the current file and location.
16502
16503 @item C-c C-n
16504 Execute to next source line in this function, skipping all function
16505 calls, like the @value{GDBN} @code{next} command. Then update the display window
16506 to show the current file and location.
16507
16508 @item C-c C-i
16509 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16510 display window accordingly.
16511
16512 @item C-c C-f
16513 Execute until exit from the selected stack frame, like the @value{GDBN}
16514 @code{finish} command.
16515
16516 @item C-c C-r
16517 Continue execution of your program, like the @value{GDBN} @code{continue}
16518 command.
16519
16520 @item C-c <
16521 Go up the number of frames indicated by the numeric argument
16522 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16523 like the @value{GDBN} @code{up} command.
16524
16525 @item C-c >
16526 Go down the number of frames indicated by the numeric argument, like the
16527 @value{GDBN} @code{down} command.
16528 @end table
16529
16530 In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
16531 tells @value{GDBN} to set a breakpoint on the source line point is on.
16532
16533 If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16534 shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16535 point to any frame in the stack and type @key{RET} to make it become the
16536 current frame and display the associated source in the source buffer.
16537 Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16538 current one.
16539
16540 If you accidentally delete the source-display buffer, an easy way to get
16541 it back is to type the command @code{f} in the @value{GDBN} buffer, to
16542 request a frame display; when you run under Emacs, this recreates
16543 the source buffer if necessary to show you the context of the current
16544 frame.
16545
16546 The source files displayed in Emacs are in ordinary Emacs buffers
16547 which are visiting the source files in the usual way. You can edit
16548 the files with these buffers if you wish; but keep in mind that @value{GDBN}
16549 communicates with Emacs in terms of line numbers. If you add or
16550 delete lines from the text, the line numbers that @value{GDBN} knows cease
16551 to correspond properly with the code.
16552
16553 The description given here is for GNU Emacs version 21.3 and a more
16554 detailed description of its interaction with @value{GDBN} is given in
16555 the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
16556
16557 @c The following dropped because Epoch is nonstandard. Reactivate
16558 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16559 @ignore
16560 @kindex Emacs Epoch environment
16561 @kindex Epoch
16562 @kindex inspect
16563
16564 Version 18 of @sc{gnu} Emacs has a built-in window system
16565 called the @code{epoch}
16566 environment. Users of this environment can use a new command,
16567 @code{inspect} which performs identically to @code{print} except that
16568 each value is printed in its own window.
16569 @end ignore
16570
16571
16572 @node GDB/MI
16573 @chapter The @sc{gdb/mi} Interface
16574
16575 @unnumberedsec Function and Purpose
16576
16577 @cindex @sc{gdb/mi}, its purpose
16578 @sc{gdb/mi} is a line based machine oriented text interface to
16579 @value{GDBN} and is activated by specifying using the
16580 @option{--interpreter} command line option (@pxref{Mode Options}). It
16581 is specifically intended to support the development of systems which
16582 use the debugger as just one small component of a larger system.
16583
16584 This chapter is a specification of the @sc{gdb/mi} interface. It is written
16585 in the form of a reference manual.
16586
16587 Note that @sc{gdb/mi} is still under construction, so some of the
16588 features described below are incomplete and subject to change.
16589
16590 @unnumberedsec Notation and Terminology
16591
16592 @cindex notational conventions, for @sc{gdb/mi}
16593 This chapter uses the following notation:
16594
16595 @itemize @bullet
16596 @item
16597 @code{|} separates two alternatives.
16598
16599 @item
16600 @code{[ @var{something} ]} indicates that @var{something} is optional:
16601 it may or may not be given.
16602
16603 @item
16604 @code{( @var{group} )*} means that @var{group} inside the parentheses
16605 may repeat zero or more times.
16606
16607 @item
16608 @code{( @var{group} )+} means that @var{group} inside the parentheses
16609 may repeat one or more times.
16610
16611 @item
16612 @code{"@var{string}"} means a literal @var{string}.
16613 @end itemize
16614
16615 @ignore
16616 @heading Dependencies
16617 @end ignore
16618
16619 @heading Acknowledgments
16620
16621 In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16622 Elena Zannoni.
16623
16624 @menu
16625 * GDB/MI Command Syntax::
16626 * GDB/MI Compatibility with CLI::
16627 * GDB/MI Output Records::
16628 * GDB/MI Command Description Format::
16629 * GDB/MI Breakpoint Table Commands::
16630 * GDB/MI Data Manipulation::
16631 * GDB/MI Program Control::
16632 * GDB/MI Miscellaneous Commands::
16633 @ignore
16634 * GDB/MI Kod Commands::
16635 * GDB/MI Memory Overlay Commands::
16636 * GDB/MI Signal Handling Commands::
16637 @end ignore
16638 * GDB/MI Stack Manipulation::
16639 * GDB/MI Symbol Query::
16640 * GDB/MI Target Manipulation::
16641 * GDB/MI Thread Commands::
16642 * GDB/MI Tracepoint Commands::
16643 * GDB/MI Variable Objects::
16644 @end menu
16645
16646 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16647 @node GDB/MI Command Syntax
16648 @section @sc{gdb/mi} Command Syntax
16649
16650 @menu
16651 * GDB/MI Input Syntax::
16652 * GDB/MI Output Syntax::
16653 * GDB/MI Simple Examples::
16654 @end menu
16655
16656 @node GDB/MI Input Syntax
16657 @subsection @sc{gdb/mi} Input Syntax
16658
16659 @cindex input syntax for @sc{gdb/mi}
16660 @cindex @sc{gdb/mi}, input syntax
16661 @table @code
16662 @item @var{command} @expansion{}
16663 @code{@var{cli-command} | @var{mi-command}}
16664
16665 @item @var{cli-command} @expansion{}
16666 @code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16667 @var{cli-command} is any existing @value{GDBN} CLI command.
16668
16669 @item @var{mi-command} @expansion{}
16670 @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16671 @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16672
16673 @item @var{token} @expansion{}
16674 "any sequence of digits"
16675
16676 @item @var{option} @expansion{}
16677 @code{"-" @var{parameter} [ " " @var{parameter} ]}
16678
16679 @item @var{parameter} @expansion{}
16680 @code{@var{non-blank-sequence} | @var{c-string}}
16681
16682 @item @var{operation} @expansion{}
16683 @emph{any of the operations described in this chapter}
16684
16685 @item @var{non-blank-sequence} @expansion{}
16686 @emph{anything, provided it doesn't contain special characters such as
16687 "-", @var{nl}, """ and of course " "}
16688
16689 @item @var{c-string} @expansion{}
16690 @code{""" @var{seven-bit-iso-c-string-content} """}
16691
16692 @item @var{nl} @expansion{}
16693 @code{CR | CR-LF}
16694 @end table
16695
16696 @noindent
16697 Notes:
16698
16699 @itemize @bullet
16700 @item
16701 The CLI commands are still handled by the @sc{mi} interpreter; their
16702 output is described below.
16703
16704 @item
16705 The @code{@var{token}}, when present, is passed back when the command
16706 finishes.
16707
16708 @item
16709 Some @sc{mi} commands accept optional arguments as part of the parameter
16710 list. Each option is identified by a leading @samp{-} (dash) and may be
16711 followed by an optional argument parameter. Options occur first in the
16712 parameter list and can be delimited from normal parameters using
16713 @samp{--} (this is useful when some parameters begin with a dash).
16714 @end itemize
16715
16716 Pragmatics:
16717
16718 @itemize @bullet
16719 @item
16720 We want easy access to the existing CLI syntax (for debugging).
16721
16722 @item
16723 We want it to be easy to spot a @sc{mi} operation.
16724 @end itemize
16725
16726 @node GDB/MI Output Syntax
16727 @subsection @sc{gdb/mi} Output Syntax
16728
16729 @cindex output syntax of @sc{gdb/mi}
16730 @cindex @sc{gdb/mi}, output syntax
16731 The output from @sc{gdb/mi} consists of zero or more out-of-band records
16732 followed, optionally, by a single result record. This result record
16733 is for the most recent command. The sequence of output records is
16734 terminated by @samp{(@value{GDBP})}.
16735
16736 If an input command was prefixed with a @code{@var{token}} then the
16737 corresponding output for that command will also be prefixed by that same
16738 @var{token}.
16739
16740 @table @code
16741 @item @var{output} @expansion{}
16742 @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
16743
16744 @item @var{result-record} @expansion{}
16745 @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16746
16747 @item @var{out-of-band-record} @expansion{}
16748 @code{@var{async-record} | @var{stream-record}}
16749
16750 @item @var{async-record} @expansion{}
16751 @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16752
16753 @item @var{exec-async-output} @expansion{}
16754 @code{[ @var{token} ] "*" @var{async-output}}
16755
16756 @item @var{status-async-output} @expansion{}
16757 @code{[ @var{token} ] "+" @var{async-output}}
16758
16759 @item @var{notify-async-output} @expansion{}
16760 @code{[ @var{token} ] "=" @var{async-output}}
16761
16762 @item @var{async-output} @expansion{}
16763 @code{@var{async-class} ( "," @var{result} )* @var{nl}}
16764
16765 @item @var{result-class} @expansion{}
16766 @code{"done" | "running" | "connected" | "error" | "exit"}
16767
16768 @item @var{async-class} @expansion{}
16769 @code{"stopped" | @var{others}} (where @var{others} will be added
16770 depending on the needs---this is still in development).
16771
16772 @item @var{result} @expansion{}
16773 @code{ @var{variable} "=" @var{value}}
16774
16775 @item @var{variable} @expansion{}
16776 @code{ @var{string} }
16777
16778 @item @var{value} @expansion{}
16779 @code{ @var{const} | @var{tuple} | @var{list} }
16780
16781 @item @var{const} @expansion{}
16782 @code{@var{c-string}}
16783
16784 @item @var{tuple} @expansion{}
16785 @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16786
16787 @item @var{list} @expansion{}
16788 @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16789 @var{result} ( "," @var{result} )* "]" }
16790
16791 @item @var{stream-record} @expansion{}
16792 @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16793
16794 @item @var{console-stream-output} @expansion{}
16795 @code{"~" @var{c-string}}
16796
16797 @item @var{target-stream-output} @expansion{}
16798 @code{"@@" @var{c-string}}
16799
16800 @item @var{log-stream-output} @expansion{}
16801 @code{"&" @var{c-string}}
16802
16803 @item @var{nl} @expansion{}
16804 @code{CR | CR-LF}
16805
16806 @item @var{token} @expansion{}
16807 @emph{any sequence of digits}.
16808 @end table
16809
16810 @noindent
16811 Notes:
16812
16813 @itemize @bullet
16814 @item
16815 All output sequences end in a single line containing a period.
16816
16817 @item
16818 The @code{@var{token}} is from the corresponding request. If an execution
16819 command is interrupted by the @samp{-exec-interrupt} command, the
16820 @var{token} associated with the @samp{*stopped} message is the one of the
16821 original execution command, not the one of the interrupt command.
16822
16823 @item
16824 @cindex status output in @sc{gdb/mi}
16825 @var{status-async-output} contains on-going status information about the
16826 progress of a slow operation. It can be discarded. All status output is
16827 prefixed by @samp{+}.
16828
16829 @item
16830 @cindex async output in @sc{gdb/mi}
16831 @var{exec-async-output} contains asynchronous state change on the target
16832 (stopped, started, disappeared). All async output is prefixed by
16833 @samp{*}.
16834
16835 @item
16836 @cindex notify output in @sc{gdb/mi}
16837 @var{notify-async-output} contains supplementary information that the
16838 client should handle (e.g., a new breakpoint information). All notify
16839 output is prefixed by @samp{=}.
16840
16841 @item
16842 @cindex console output in @sc{gdb/mi}
16843 @var{console-stream-output} is output that should be displayed as is in the
16844 console. It is the textual response to a CLI command. All the console
16845 output is prefixed by @samp{~}.
16846
16847 @item
16848 @cindex target output in @sc{gdb/mi}
16849 @var{target-stream-output} is the output produced by the target program.
16850 All the target output is prefixed by @samp{@@}.
16851
16852 @item
16853 @cindex log output in @sc{gdb/mi}
16854 @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16855 instance messages that should be displayed as part of an error log. All
16856 the log output is prefixed by @samp{&}.
16857
16858 @item
16859 @cindex list output in @sc{gdb/mi}
16860 New @sc{gdb/mi} commands should only output @var{lists} containing
16861 @var{values}.
16862
16863
16864 @end itemize
16865
16866 @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16867 details about the various output records.
16868
16869 @node GDB/MI Simple Examples
16870 @subsection Simple Examples of @sc{gdb/mi} Interaction
16871 @cindex @sc{gdb/mi}, simple examples
16872
16873 This subsection presents several simple examples of interaction using
16874 the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16875 following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16876 the output received from @sc{gdb/mi}.
16877
16878 @subsubheading Target Stop
16879 @c Ummm... There is no "-stop" command. This assumes async, no?
16880 Here's an example of stopping the inferior process:
16881
16882 @smallexample
16883 -> -stop
16884 <- (@value{GDBP})
16885 @end smallexample
16886
16887 @noindent
16888 and later:
16889
16890 @smallexample
16891 <- *stop,reason="stop",address="0x123",source="a.c:123"
16892 <- (@value{GDBP})
16893 @end smallexample
16894
16895 @subsubheading Simple CLI Command
16896
16897 Here's an example of a simple CLI command being passed through
16898 @sc{gdb/mi} and on to the CLI.
16899
16900 @smallexample
16901 -> print 1+2
16902 <- &"print 1+2\n"
16903 <- ~"$1 = 3\n"
16904 <- ^done
16905 <- (@value{GDBP})
16906 @end smallexample
16907
16908 @subsubheading Command With Side Effects
16909
16910 @smallexample
16911 -> -symbol-file xyz.exe
16912 <- *breakpoint,nr="3",address="0x123",source="a.c:123"
16913 <- (@value{GDBP})
16914 @end smallexample
16915
16916 @subsubheading A Bad Command
16917
16918 Here's what happens if you pass a non-existent command:
16919
16920 @smallexample
16921 -> -rubbish
16922 <- ^error,msg="Undefined MI command: rubbish"
16923 <- (@value{GDBP})
16924 @end smallexample
16925
16926 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16927 @node GDB/MI Compatibility with CLI
16928 @section @sc{gdb/mi} Compatibility with CLI
16929
16930 @cindex compatibility, @sc{gdb/mi} and CLI
16931 @cindex @sc{gdb/mi}, compatibility with CLI
16932 To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16933 accepts existing CLI commands. As specified by the syntax, such
16934 commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16935 respond.
16936
16937 This mechanism is provided as an aid to developers of @sc{gdb/mi}
16938 clients and not as a reliable interface into the CLI. Since the command
16939 is being interpreteted in an environment that assumes @sc{gdb/mi}
16940 behaviour, the exact output of such commands is likely to end up being
16941 an un-supported hybrid of @sc{gdb/mi} and CLI output.
16942
16943 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16944 @node GDB/MI Output Records
16945 @section @sc{gdb/mi} Output Records
16946
16947 @menu
16948 * GDB/MI Result Records::
16949 * GDB/MI Stream Records::
16950 * GDB/MI Out-of-band Records::
16951 @end menu
16952
16953 @node GDB/MI Result Records
16954 @subsection @sc{gdb/mi} Result Records
16955
16956 @cindex result records in @sc{gdb/mi}
16957 @cindex @sc{gdb/mi}, result records
16958 In addition to a number of out-of-band notifications, the response to a
16959 @sc{gdb/mi} command includes one of the following result indications:
16960
16961 @table @code
16962 @findex ^done
16963 @item "^done" [ "," @var{results} ]
16964 The synchronous operation was successful, @code{@var{results}} are the return
16965 values.
16966
16967 @item "^running"
16968 @findex ^running
16969 @c Is this one correct? Should it be an out-of-band notification?
16970 The asynchronous operation was successfully started. The target is
16971 running.
16972
16973 @item "^error" "," @var{c-string}
16974 @findex ^error
16975 The operation failed. The @code{@var{c-string}} contains the corresponding
16976 error message.
16977 @end table
16978
16979 @node GDB/MI Stream Records
16980 @subsection @sc{gdb/mi} Stream Records
16981
16982 @cindex @sc{gdb/mi}, stream records
16983 @cindex stream records in @sc{gdb/mi}
16984 @value{GDBN} internally maintains a number of output streams: the console, the
16985 target, and the log. The output intended for each of these streams is
16986 funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16987
16988 Each stream record begins with a unique @dfn{prefix character} which
16989 identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16990 Syntax}). In addition to the prefix, each stream record contains a
16991 @code{@var{string-output}}. This is either raw text (with an implicit new
16992 line) or a quoted C string (which does not contain an implicit newline).
16993
16994 @table @code
16995 @item "~" @var{string-output}
16996 The console output stream contains text that should be displayed in the
16997 CLI console window. It contains the textual responses to CLI commands.
16998
16999 @item "@@" @var{string-output}
17000 The target output stream contains any textual output from the running
17001 target.
17002
17003 @item "&" @var{string-output}
17004 The log stream contains debugging messages being produced by @value{GDBN}'s
17005 internals.
17006 @end table
17007
17008 @node GDB/MI Out-of-band Records
17009 @subsection @sc{gdb/mi} Out-of-band Records
17010
17011 @cindex out-of-band records in @sc{gdb/mi}
17012 @cindex @sc{gdb/mi}, out-of-band records
17013 @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
17014 additional changes that have occurred. Those changes can either be a
17015 consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
17016 target activity (e.g., target stopped).
17017
17018 The following is a preliminary list of possible out-of-band records.
17019 In particular, the @var{exec-async-output} records.
17020
17021 @table @code
17022 @item *stopped,reason="@var{reason}"
17023 @end table
17024
17025 @var{reason} can be one of the following:
17026
17027 @table @code
17028 @item breakpoint-hit
17029 A breakpoint was reached.
17030 @item watchpoint-trigger
17031 A watchpoint was triggered.
17032 @item read-watchpoint-trigger
17033 A read watchpoint was triggered.
17034 @item access-watchpoint-trigger
17035 An access watchpoint was triggered.
17036 @item function-finished
17037 An -exec-finish or similar CLI command was accomplished.
17038 @item location-reached
17039 An -exec-until or similar CLI command was accomplished.
17040 @item watchpoint-scope
17041 A watchpoint has gone out of scope.
17042 @item end-stepping-range
17043 An -exec-next, -exec-next-instruction, -exec-step, -exec-step-instruction or
17044 similar CLI command was accomplished.
17045 @item exited-signalled
17046 The inferior exited because of a signal.
17047 @item exited
17048 The inferior exited.
17049 @item exited-normally
17050 The inferior exited normally.
17051 @item signal-received
17052 A signal was received by the inferior.
17053 @end table
17054
17055
17056 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17057 @node GDB/MI Command Description Format
17058 @section @sc{gdb/mi} Command Description Format
17059
17060 The remaining sections describe blocks of commands. Each block of
17061 commands is laid out in a fashion similar to this section.
17062
17063 Note the the line breaks shown in the examples are here only for
17064 readability. They don't appear in the real output.
17065 Also note that the commands with a non-available example (N.A.@:) are
17066 not yet implemented.
17067
17068 @subheading Motivation
17069
17070 The motivation for this collection of commands.
17071
17072 @subheading Introduction
17073
17074 A brief introduction to this collection of commands as a whole.
17075
17076 @subheading Commands
17077
17078 For each command in the block, the following is described:
17079
17080 @subsubheading Synopsis
17081
17082 @smallexample
17083 -command @var{args}@dots{}
17084 @end smallexample
17085
17086 @subsubheading @value{GDBN} Command
17087
17088 The corresponding @value{GDBN} CLI command.
17089
17090 @subsubheading Result
17091
17092 @subsubheading Out-of-band
17093
17094 @subsubheading Notes
17095
17096 @subsubheading Example
17097
17098
17099 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17100 @node GDB/MI Breakpoint Table Commands
17101 @section @sc{gdb/mi} Breakpoint table commands
17102
17103 @cindex breakpoint commands for @sc{gdb/mi}
17104 @cindex @sc{gdb/mi}, breakpoint commands
17105 This section documents @sc{gdb/mi} commands for manipulating
17106 breakpoints.
17107
17108 @subheading The @code{-break-after} Command
17109 @findex -break-after
17110
17111 @subsubheading Synopsis
17112
17113 @smallexample
17114 -break-after @var{number} @var{count}
17115 @end smallexample
17116
17117 The breakpoint number @var{number} is not in effect until it has been
17118 hit @var{count} times. To see how this is reflected in the output of
17119 the @samp{-break-list} command, see the description of the
17120 @samp{-break-list} command below.
17121
17122 @subsubheading @value{GDBN} Command
17123
17124 The corresponding @value{GDBN} command is @samp{ignore}.
17125
17126 @subsubheading Example
17127
17128 @smallexample
17129 (@value{GDBP})
17130 -break-insert main
17131 ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
17132 (@value{GDBP})
17133 -break-after 1 3
17134 ~
17135 ^done
17136 (@value{GDBP})
17137 -break-list
17138 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17139 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17140 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17141 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17142 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17143 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17144 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17145 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17146 addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17147 ignore="3"@}]@}
17148 (@value{GDBP})
17149 @end smallexample
17150
17151 @ignore
17152 @subheading The @code{-break-catch} Command
17153 @findex -break-catch
17154
17155 @subheading The @code{-break-commands} Command
17156 @findex -break-commands
17157 @end ignore
17158
17159
17160 @subheading The @code{-break-condition} Command
17161 @findex -break-condition
17162
17163 @subsubheading Synopsis
17164
17165 @smallexample
17166 -break-condition @var{number} @var{expr}
17167 @end smallexample
17168
17169 Breakpoint @var{number} will stop the program only if the condition in
17170 @var{expr} is true. The condition becomes part of the
17171 @samp{-break-list} output (see the description of the @samp{-break-list}
17172 command below).
17173
17174 @subsubheading @value{GDBN} Command
17175
17176 The corresponding @value{GDBN} command is @samp{condition}.
17177
17178 @subsubheading Example
17179
17180 @smallexample
17181 (@value{GDBP})
17182 -break-condition 1 1
17183 ^done
17184 (@value{GDBP})
17185 -break-list
17186 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17187 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17188 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17189 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17190 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17191 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17192 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17193 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17194 addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17195 times="0",ignore="3"@}]@}
17196 (@value{GDBP})
17197 @end smallexample
17198
17199 @subheading The @code{-break-delete} Command
17200 @findex -break-delete
17201
17202 @subsubheading Synopsis
17203
17204 @smallexample
17205 -break-delete ( @var{breakpoint} )+
17206 @end smallexample
17207
17208 Delete the breakpoint(s) whose number(s) are specified in the argument
17209 list. This is obviously reflected in the breakpoint list.
17210
17211 @subsubheading @value{GDBN} command
17212
17213 The corresponding @value{GDBN} command is @samp{delete}.
17214
17215 @subsubheading Example
17216
17217 @smallexample
17218 (@value{GDBP})
17219 -break-delete 1
17220 ^done
17221 (@value{GDBP})
17222 -break-list
17223 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17224 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17225 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17226 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17227 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17228 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17229 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17230 body=[]@}
17231 (@value{GDBP})
17232 @end smallexample
17233
17234 @subheading The @code{-break-disable} Command
17235 @findex -break-disable
17236
17237 @subsubheading Synopsis
17238
17239 @smallexample
17240 -break-disable ( @var{breakpoint} )+
17241 @end smallexample
17242
17243 Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17244 break list is now set to @samp{n} for the named @var{breakpoint}(s).
17245
17246 @subsubheading @value{GDBN} Command
17247
17248 The corresponding @value{GDBN} command is @samp{disable}.
17249
17250 @subsubheading Example
17251
17252 @smallexample
17253 (@value{GDBP})
17254 -break-disable 2
17255 ^done
17256 (@value{GDBP})
17257 -break-list
17258 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17259 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17260 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17261 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17262 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17263 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17264 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17265 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17266 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17267 (@value{GDBP})
17268 @end smallexample
17269
17270 @subheading The @code{-break-enable} Command
17271 @findex -break-enable
17272
17273 @subsubheading Synopsis
17274
17275 @smallexample
17276 -break-enable ( @var{breakpoint} )+
17277 @end smallexample
17278
17279 Enable (previously disabled) @var{breakpoint}(s).
17280
17281 @subsubheading @value{GDBN} Command
17282
17283 The corresponding @value{GDBN} command is @samp{enable}.
17284
17285 @subsubheading Example
17286
17287 @smallexample
17288 (@value{GDBP})
17289 -break-enable 2
17290 ^done
17291 (@value{GDBP})
17292 -break-list
17293 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17294 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17295 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17296 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17297 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17298 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17299 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17300 body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17301 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17302 (@value{GDBP})
17303 @end smallexample
17304
17305 @subheading The @code{-break-info} Command
17306 @findex -break-info
17307
17308 @subsubheading Synopsis
17309
17310 @smallexample
17311 -break-info @var{breakpoint}
17312 @end smallexample
17313
17314 @c REDUNDANT???
17315 Get information about a single breakpoint.
17316
17317 @subsubheading @value{GDBN} command
17318
17319 The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17320
17321 @subsubheading Example
17322 N.A.
17323
17324 @subheading The @code{-break-insert} Command
17325 @findex -break-insert
17326
17327 @subsubheading Synopsis
17328
17329 @smallexample
17330 -break-insert [ -t ] [ -h ] [ -r ]
17331 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17332 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17333 @end smallexample
17334
17335 @noindent
17336 If specified, @var{line}, can be one of:
17337
17338 @itemize @bullet
17339 @item function
17340 @c @item +offset
17341 @c @item -offset
17342 @c @item linenum
17343 @item filename:linenum
17344 @item filename:function
17345 @item *address
17346 @end itemize
17347
17348 The possible optional parameters of this command are:
17349
17350 @table @samp
17351 @item -t
17352 Insert a tempoary breakpoint.
17353 @item -h
17354 Insert a hardware breakpoint.
17355 @item -c @var{condition}
17356 Make the breakpoint conditional on @var{condition}.
17357 @item -i @var{ignore-count}
17358 Initialize the @var{ignore-count}.
17359 @item -r
17360 Insert a regular breakpoint in all the functions whose names match the
17361 given regular expression. Other flags are not applicable to regular
17362 expresson.
17363 @end table
17364
17365 @subsubheading Result
17366
17367 The result is in the form:
17368
17369 @smallexample
17370 ^done,bkptno="@var{number}",func="@var{funcname}",
17371 file="@var{filename}",line="@var{lineno}"
17372 @end smallexample
17373
17374 @noindent
17375 where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17376 is the name of the function where the breakpoint was inserted,
17377 @var{filename} is the name of the source file which contains this
17378 function, and @var{lineno} is the source line number within that file.
17379
17380 Note: this format is open to change.
17381 @c An out-of-band breakpoint instead of part of the result?
17382
17383 @subsubheading @value{GDBN} Command
17384
17385 The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17386 @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17387
17388 @subsubheading Example
17389
17390 @smallexample
17391 (@value{GDBP})
17392 -break-insert main
17393 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17394 (@value{GDBP})
17395 -break-insert -t foo
17396 ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17397 (@value{GDBP})
17398 -break-list
17399 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17400 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17401 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17402 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17403 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17404 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17405 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17406 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17407 addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17408 bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17409 addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17410 (@value{GDBP})
17411 -break-insert -r foo.*
17412 ~int foo(int, int);
17413 ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17414 (@value{GDBP})
17415 @end smallexample
17416
17417 @subheading The @code{-break-list} Command
17418 @findex -break-list
17419
17420 @subsubheading Synopsis
17421
17422 @smallexample
17423 -break-list
17424 @end smallexample
17425
17426 Displays the list of inserted breakpoints, showing the following fields:
17427
17428 @table @samp
17429 @item Number
17430 number of the breakpoint
17431 @item Type
17432 type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17433 @item Disposition
17434 should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17435 or @samp{nokeep}
17436 @item Enabled
17437 is the breakpoint enabled or no: @samp{y} or @samp{n}
17438 @item Address
17439 memory location at which the breakpoint is set
17440 @item What
17441 logical location of the breakpoint, expressed by function name, file
17442 name, line number
17443 @item Times
17444 number of times the breakpoint has been hit
17445 @end table
17446
17447 If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17448 @code{body} field is an empty list.
17449
17450 @subsubheading @value{GDBN} Command
17451
17452 The corresponding @value{GDBN} command is @samp{info break}.
17453
17454 @subsubheading Example
17455
17456 @smallexample
17457 (@value{GDBP})
17458 -break-list
17459 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17460 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17461 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17462 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17463 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17464 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17465 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17466 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17467 addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17468 bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17469 addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17470 (@value{GDBP})
17471 @end smallexample
17472
17473 Here's an example of the result when there are no breakpoints:
17474
17475 @smallexample
17476 (@value{GDBP})
17477 -break-list
17478 ^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17479 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17480 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17481 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17482 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17483 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17484 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17485 body=[]@}
17486 (@value{GDBP})
17487 @end smallexample
17488
17489 @subheading The @code{-break-watch} Command
17490 @findex -break-watch
17491
17492 @subsubheading Synopsis
17493
17494 @smallexample
17495 -break-watch [ -a | -r ]
17496 @end smallexample
17497
17498 Create a watchpoint. With the @samp{-a} option it will create an
17499 @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17500 read from or on a write to the memory location. With the @samp{-r}
17501 option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17502 trigger only when the memory location is accessed for reading. Without
17503 either of the options, the watchpoint created is a regular watchpoint,
17504 i.e. it will trigger when the memory location is accessed for writing.
17505 @xref{Set Watchpoints, , Setting watchpoints}.
17506
17507 Note that @samp{-break-list} will report a single list of watchpoints and
17508 breakpoints inserted.
17509
17510 @subsubheading @value{GDBN} Command
17511
17512 The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17513 @samp{rwatch}.
17514
17515 @subsubheading Example
17516
17517 Setting a watchpoint on a variable in the @code{main} function:
17518
17519 @smallexample
17520 (@value{GDBP})
17521 -break-watch x
17522 ^done,wpt=@{number="2",exp="x"@}
17523 (@value{GDBP})
17524 -exec-continue
17525 ^running
17526 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17527 value=@{old="-268439212",new="55"@},
17528 frame=@{func="main",args=[],file="recursive2.c",
17529 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="5"@}
17530 (@value{GDBP})
17531 @end smallexample
17532
17533 Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17534 the program execution twice: first for the variable changing value, then
17535 for the watchpoint going out of scope.
17536
17537 @smallexample
17538 (@value{GDBP})
17539 -break-watch C
17540 ^done,wpt=@{number="5",exp="C"@}
17541 (@value{GDBP})
17542 -exec-continue
17543 ^running
17544 ^done,reason="watchpoint-trigger",
17545 wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17546 frame=@{func="callee4",args=[],
17547 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17548 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17549 (@value{GDBP})
17550 -exec-continue
17551 ^running
17552 ^done,reason="watchpoint-scope",wpnum="5",
17553 frame=@{func="callee3",args=[@{name="strarg",
17554 value="0x11940 \"A string argument.\""@}],
17555 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17556 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17557 (@value{GDBP})
17558 @end smallexample
17559
17560 Listing breakpoints and watchpoints, at different points in the program
17561 execution. Note that once the watchpoint goes out of scope, it is
17562 deleted.
17563
17564 @smallexample
17565 (@value{GDBP})
17566 -break-watch C
17567 ^done,wpt=@{number="2",exp="C"@}
17568 (@value{GDBP})
17569 -break-list
17570 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17571 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17572 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17573 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17574 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17575 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17576 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17577 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17578 addr="0x00010734",func="callee4",
17579 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17580 bkpt=@{number="2",type="watchpoint",disp="keep",
17581 enabled="y",addr="",what="C",times="0"@}]@}
17582 (@value{GDBP})
17583 -exec-continue
17584 ^running
17585 ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17586 value=@{old="-276895068",new="3"@},
17587 frame=@{func="callee4",args=[],
17588 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17589 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17590 (@value{GDBP})
17591 -break-list
17592 ^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17593 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17594 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17595 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17596 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17597 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17598 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17599 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17600 addr="0x00010734",func="callee4",
17601 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17602 bkpt=@{number="2",type="watchpoint",disp="keep",
17603 enabled="y",addr="",what="C",times="-5"@}]@}
17604 (@value{GDBP})
17605 -exec-continue
17606 ^running
17607 ^done,reason="watchpoint-scope",wpnum="2",
17608 frame=@{func="callee3",args=[@{name="strarg",
17609 value="0x11940 \"A string argument.\""@}],
17610 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
17611 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17612 (@value{GDBP})
17613 -break-list
17614 ^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17615 hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17616 @{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17617 @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17618 @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17619 @{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17620 @{width="40",alignment="2",col_name="what",colhdr="What"@}],
17621 body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17622 addr="0x00010734",func="callee4",
17623 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17624 (@value{GDBP})
17625 @end smallexample
17626
17627 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17628 @node GDB/MI Data Manipulation
17629 @section @sc{gdb/mi} Data Manipulation
17630
17631 @cindex data manipulation, in @sc{gdb/mi}
17632 @cindex @sc{gdb/mi}, data manipulation
17633 This section describes the @sc{gdb/mi} commands that manipulate data:
17634 examine memory and registers, evaluate expressions, etc.
17635
17636 @c REMOVED FROM THE INTERFACE.
17637 @c @subheading -data-assign
17638 @c Change the value of a program variable. Plenty of side effects.
17639 @c @subsubheading GDB command
17640 @c set variable
17641 @c @subsubheading Example
17642 @c N.A.
17643
17644 @subheading The @code{-data-disassemble} Command
17645 @findex -data-disassemble
17646
17647 @subsubheading Synopsis
17648
17649 @smallexample
17650 -data-disassemble
17651 [ -s @var{start-addr} -e @var{end-addr} ]
17652 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17653 -- @var{mode}
17654 @end smallexample
17655
17656 @noindent
17657 Where:
17658
17659 @table @samp
17660 @item @var{start-addr}
17661 is the beginning address (or @code{$pc})
17662 @item @var{end-addr}
17663 is the end address
17664 @item @var{filename}
17665 is the name of the file to disassemble
17666 @item @var{linenum}
17667 is the line number to disassemble around
17668 @item @var{lines}
17669 is the the number of disassembly lines to be produced. If it is -1,
17670 the whole function will be disassembled, in case no @var{end-addr} is
17671 specified. If @var{end-addr} is specified as a non-zero value, and
17672 @var{lines} is lower than the number of disassembly lines between
17673 @var{start-addr} and @var{end-addr}, only @var{lines} lines are
17674 displayed; if @var{lines} is higher than the number of lines between
17675 @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17676 are displayed.
17677 @item @var{mode}
17678 is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17679 disassembly).
17680 @end table
17681
17682 @subsubheading Result
17683
17684 The output for each instruction is composed of four fields:
17685
17686 @itemize @bullet
17687 @item Address
17688 @item Func-name
17689 @item Offset
17690 @item Instruction
17691 @end itemize
17692
17693 Note that whatever included in the instruction field, is not manipulated
17694 directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17695
17696 @subsubheading @value{GDBN} Command
17697
17698 There's no direct mapping from this command to the CLI.
17699
17700 @subsubheading Example
17701
17702 Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17703
17704 @smallexample
17705 (@value{GDBP})
17706 -data-disassemble -s $pc -e "$pc + 20" -- 0
17707 ^done,
17708 asm_insns=[
17709 @{address="0x000107c0",func-name="main",offset="4",
17710 inst="mov 2, %o0"@},
17711 @{address="0x000107c4",func-name="main",offset="8",
17712 inst="sethi %hi(0x11800), %o2"@},
17713 @{address="0x000107c8",func-name="main",offset="12",
17714 inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17715 @{address="0x000107cc",func-name="main",offset="16",
17716 inst="sethi %hi(0x11800), %o2"@},
17717 @{address="0x000107d0",func-name="main",offset="20",
17718 inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17719 (@value{GDBP})
17720 @end smallexample
17721
17722 Disassemble the whole @code{main} function. Line 32 is part of
17723 @code{main}.
17724
17725 @smallexample
17726 -data-disassemble -f basics.c -l 32 -- 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 [@dots{}]
17735 @{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17736 @{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17737 (@value{GDBP})
17738 @end smallexample
17739
17740 Disassemble 3 instructions from the start of @code{main}:
17741
17742 @smallexample
17743 (@value{GDBP})
17744 -data-disassemble -f basics.c -l 32 -n 3 -- 0
17745 ^done,asm_insns=[
17746 @{address="0x000107bc",func-name="main",offset="0",
17747 inst="save %sp, -112, %sp"@},
17748 @{address="0x000107c0",func-name="main",offset="4",
17749 inst="mov 2, %o0"@},
17750 @{address="0x000107c4",func-name="main",offset="8",
17751 inst="sethi %hi(0x11800), %o2"@}]
17752 (@value{GDBP})
17753 @end smallexample
17754
17755 Disassemble 3 instructions from the start of @code{main} in mixed mode:
17756
17757 @smallexample
17758 (@value{GDBP})
17759 -data-disassemble -f basics.c -l 32 -n 3 -- 1
17760 ^done,asm_insns=[
17761 src_and_asm_line=@{line="31",
17762 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17763 testsuite/gdb.mi/basics.c",line_asm_insn=[
17764 @{address="0x000107bc",func-name="main",offset="0",
17765 inst="save %sp, -112, %sp"@}]@},
17766 src_and_asm_line=@{line="32",
17767 file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17768 testsuite/gdb.mi/basics.c",line_asm_insn=[
17769 @{address="0x000107c0",func-name="main",offset="4",
17770 inst="mov 2, %o0"@},
17771 @{address="0x000107c4",func-name="main",offset="8",
17772 inst="sethi %hi(0x11800), %o2"@}]@}]
17773 (@value{GDBP})
17774 @end smallexample
17775
17776
17777 @subheading The @code{-data-evaluate-expression} Command
17778 @findex -data-evaluate-expression
17779
17780 @subsubheading Synopsis
17781
17782 @smallexample
17783 -data-evaluate-expression @var{expr}
17784 @end smallexample
17785
17786 Evaluate @var{expr} as an expression. The expression could contain an
17787 inferior function call. The function call will execute synchronously.
17788 If the expression contains spaces, it must be enclosed in double quotes.
17789
17790 @subsubheading @value{GDBN} Command
17791
17792 The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17793 @samp{call}. In @code{gdbtk} only, there's a corresponding
17794 @samp{gdb_eval} command.
17795
17796 @subsubheading Example
17797
17798 In the following example, the numbers that precede the commands are the
17799 @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17800 Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17801 output.
17802
17803 @smallexample
17804 211-data-evaluate-expression A
17805 211^done,value="1"
17806 (@value{GDBP})
17807 311-data-evaluate-expression &A
17808 311^done,value="0xefffeb7c"
17809 (@value{GDBP})
17810 411-data-evaluate-expression A+3
17811 411^done,value="4"
17812 (@value{GDBP})
17813 511-data-evaluate-expression "A + 3"
17814 511^done,value="4"
17815 (@value{GDBP})
17816 @end smallexample
17817
17818
17819 @subheading The @code{-data-list-changed-registers} Command
17820 @findex -data-list-changed-registers
17821
17822 @subsubheading Synopsis
17823
17824 @smallexample
17825 -data-list-changed-registers
17826 @end smallexample
17827
17828 Display a list of the registers that have changed.
17829
17830 @subsubheading @value{GDBN} Command
17831
17832 @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17833 has the corresponding command @samp{gdb_changed_register_list}.
17834
17835 @subsubheading Example
17836
17837 On a PPC MBX board:
17838
17839 @smallexample
17840 (@value{GDBP})
17841 -exec-continue
17842 ^running
17843
17844 (@value{GDBP})
17845 *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17846 args=[],file="try.c",fullname="/home/foo/bar/devo/myproject/try.c",line="5"@}
17847 (@value{GDBP})
17848 -data-list-changed-registers
17849 ^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17850 "10","11","13","14","15","16","17","18","19","20","21","22","23",
17851 "24","25","26","27","28","30","31","64","65","66","67","69"]
17852 (@value{GDBP})
17853 @end smallexample
17854
17855
17856 @subheading The @code{-data-list-register-names} Command
17857 @findex -data-list-register-names
17858
17859 @subsubheading Synopsis
17860
17861 @smallexample
17862 -data-list-register-names [ ( @var{regno} )+ ]
17863 @end smallexample
17864
17865 Show a list of register names for the current target. If no arguments
17866 are given, it shows a list of the names of all the registers. If
17867 integer numbers are given as arguments, it will print a list of the
17868 names of the registers corresponding to the arguments. To ensure
17869 consistency between a register name and its number, the output list may
17870 include empty register names.
17871
17872 @subsubheading @value{GDBN} Command
17873
17874 @value{GDBN} does not have a command which corresponds to
17875 @samp{-data-list-register-names}. In @code{gdbtk} there is a
17876 corresponding command @samp{gdb_regnames}.
17877
17878 @subsubheading Example
17879
17880 For the PPC MBX board:
17881 @smallexample
17882 (@value{GDBP})
17883 -data-list-register-names
17884 ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17885 "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17886 "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17887 "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17888 "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17889 "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17890 "", "pc","ps","cr","lr","ctr","xer"]
17891 (@value{GDBP})
17892 -data-list-register-names 1 2 3
17893 ^done,register-names=["r1","r2","r3"]
17894 (@value{GDBP})
17895 @end smallexample
17896
17897 @subheading The @code{-data-list-register-values} Command
17898 @findex -data-list-register-values
17899
17900 @subsubheading Synopsis
17901
17902 @smallexample
17903 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17904 @end smallexample
17905
17906 Display the registers' contents. @var{fmt} is the format according to
17907 which the registers' contents are to be returned, followed by an optional
17908 list of numbers specifying the registers to display. A missing list of
17909 numbers indicates that the contents of all the registers must be returned.
17910
17911 Allowed formats for @var{fmt} are:
17912
17913 @table @code
17914 @item x
17915 Hexadecimal
17916 @item o
17917 Octal
17918 @item t
17919 Binary
17920 @item d
17921 Decimal
17922 @item r
17923 Raw
17924 @item N
17925 Natural
17926 @end table
17927
17928 @subsubheading @value{GDBN} Command
17929
17930 The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17931 all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17932
17933 @subsubheading Example
17934
17935 For a PPC MBX board (note: line breaks are for readability only, they
17936 don't appear in the actual output):
17937
17938 @smallexample
17939 (@value{GDBP})
17940 -data-list-register-values r 64 65
17941 ^done,register-values=[@{number="64",value="0xfe00a300"@},
17942 @{number="65",value="0x00029002"@}]
17943 (@value{GDBP})
17944 -data-list-register-values x
17945 ^done,register-values=[@{number="0",value="0xfe0043c8"@},
17946 @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17947 @{number="3",value="0x0"@},@{number="4",value="0xa"@},
17948 @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17949 @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17950 @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17951 @{number="11",value="0x1"@},@{number="12",value="0x0"@},
17952 @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17953 @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17954 @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17955 @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17956 @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17957 @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17958 @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17959 @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17960 @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17961 @{number="31",value="0x0"@},@{number="32",value="0x0"@},
17962 @{number="33",value="0x0"@},@{number="34",value="0x0"@},
17963 @{number="35",value="0x0"@},@{number="36",value="0x0"@},
17964 @{number="37",value="0x0"@},@{number="38",value="0x0"@},
17965 @{number="39",value="0x0"@},@{number="40",value="0x0"@},
17966 @{number="41",value="0x0"@},@{number="42",value="0x0"@},
17967 @{number="43",value="0x0"@},@{number="44",value="0x0"@},
17968 @{number="45",value="0x0"@},@{number="46",value="0x0"@},
17969 @{number="47",value="0x0"@},@{number="48",value="0x0"@},
17970 @{number="49",value="0x0"@},@{number="50",value="0x0"@},
17971 @{number="51",value="0x0"@},@{number="52",value="0x0"@},
17972 @{number="53",value="0x0"@},@{number="54",value="0x0"@},
17973 @{number="55",value="0x0"@},@{number="56",value="0x0"@},
17974 @{number="57",value="0x0"@},@{number="58",value="0x0"@},
17975 @{number="59",value="0x0"@},@{number="60",value="0x0"@},
17976 @{number="61",value="0x0"@},@{number="62",value="0x0"@},
17977 @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17978 @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17979 @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17980 @{number="69",value="0x20002b03"@}]
17981 (@value{GDBP})
17982 @end smallexample
17983
17984
17985 @subheading The @code{-data-read-memory} Command
17986 @findex -data-read-memory
17987
17988 @subsubheading Synopsis
17989
17990 @smallexample
17991 -data-read-memory [ -o @var{byte-offset} ]
17992 @var{address} @var{word-format} @var{word-size}
17993 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17994 @end smallexample
17995
17996 @noindent
17997 where:
17998
17999 @table @samp
18000 @item @var{address}
18001 An expression specifying the address of the first memory word to be
18002 read. Complex expressions containing embedded white space should be
18003 quoted using the C convention.
18004
18005 @item @var{word-format}
18006 The format to be used to print the memory words. The notation is the
18007 same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
18008 ,Output formats}).
18009
18010 @item @var{word-size}
18011 The size of each memory word in bytes.
18012
18013 @item @var{nr-rows}
18014 The number of rows in the output table.
18015
18016 @item @var{nr-cols}
18017 The number of columns in the output table.
18018
18019 @item @var{aschar}
18020 If present, indicates that each row should include an @sc{ascii} dump. The
18021 value of @var{aschar} is used as a padding character when a byte is not a
18022 member of the printable @sc{ascii} character set (printable @sc{ascii}
18023 characters are those whose code is between 32 and 126, inclusively).
18024
18025 @item @var{byte-offset}
18026 An offset to add to the @var{address} before fetching memory.
18027 @end table
18028
18029 This command displays memory contents as a table of @var{nr-rows} by
18030 @var{nr-cols} words, each word being @var{word-size} bytes. In total,
18031 @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
18032 (returned as @samp{total-bytes}). Should less than the requested number
18033 of bytes be returned by the target, the missing words are identified
18034 using @samp{N/A}. The number of bytes read from the target is returned
18035 in @samp{nr-bytes} and the starting address used to read memory in
18036 @samp{addr}.
18037
18038 The address of the next/previous row or page is available in
18039 @samp{next-row} and @samp{prev-row}, @samp{next-page} and
18040 @samp{prev-page}.
18041
18042 @subsubheading @value{GDBN} Command
18043
18044 The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
18045 @samp{gdb_get_mem} memory read command.
18046
18047 @subsubheading Example
18048
18049 Read six bytes of memory starting at @code{bytes+6} but then offset by
18050 @code{-6} bytes. Format as three rows of two columns. One byte per
18051 word. Display each word in hex.
18052
18053 @smallexample
18054 (@value{GDBP})
18055 9-data-read-memory -o -6 -- bytes+6 x 1 3 2
18056 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
18057 next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
18058 prev-page="0x0000138a",memory=[
18059 @{addr="0x00001390",data=["0x00","0x01"]@},
18060 @{addr="0x00001392",data=["0x02","0x03"]@},
18061 @{addr="0x00001394",data=["0x04","0x05"]@}]
18062 (@value{GDBP})
18063 @end smallexample
18064
18065 Read two bytes of memory starting at address @code{shorts + 64} and
18066 display as a single word formatted in decimal.
18067
18068 @smallexample
18069 (@value{GDBP})
18070 5-data-read-memory shorts+64 d 2 1 1
18071 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
18072 next-row="0x00001512",prev-row="0x0000150e",
18073 next-page="0x00001512",prev-page="0x0000150e",memory=[
18074 @{addr="0x00001510",data=["128"]@}]
18075 (@value{GDBP})
18076 @end smallexample
18077
18078 Read thirty two bytes of memory starting at @code{bytes+16} and format
18079 as eight rows of four columns. Include a string encoding with @samp{x}
18080 used as the non-printable character.
18081
18082 @smallexample
18083 (@value{GDBP})
18084 4-data-read-memory bytes+16 x 1 8 4 x
18085 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
18086 next-row="0x000013c0",prev-row="0x0000139c",
18087 next-page="0x000013c0",prev-page="0x00001380",memory=[
18088 @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
18089 @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
18090 @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
18091 @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
18092 @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
18093 @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
18094 @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
18095 @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
18096 (@value{GDBP})
18097 @end smallexample
18098
18099 @subheading The @code{-display-delete} Command
18100 @findex -display-delete
18101
18102 @subsubheading Synopsis
18103
18104 @smallexample
18105 -display-delete @var{number}
18106 @end smallexample
18107
18108 Delete the display @var{number}.
18109
18110 @subsubheading @value{GDBN} Command
18111
18112 The corresponding @value{GDBN} command is @samp{delete display}.
18113
18114 @subsubheading Example
18115 N.A.
18116
18117
18118 @subheading The @code{-display-disable} Command
18119 @findex -display-disable
18120
18121 @subsubheading Synopsis
18122
18123 @smallexample
18124 -display-disable @var{number}
18125 @end smallexample
18126
18127 Disable display @var{number}.
18128
18129 @subsubheading @value{GDBN} Command
18130
18131 The corresponding @value{GDBN} command is @samp{disable display}.
18132
18133 @subsubheading Example
18134 N.A.
18135
18136
18137 @subheading The @code{-display-enable} Command
18138 @findex -display-enable
18139
18140 @subsubheading Synopsis
18141
18142 @smallexample
18143 -display-enable @var{number}
18144 @end smallexample
18145
18146 Enable display @var{number}.
18147
18148 @subsubheading @value{GDBN} Command
18149
18150 The corresponding @value{GDBN} command is @samp{enable display}.
18151
18152 @subsubheading Example
18153 N.A.
18154
18155
18156 @subheading The @code{-display-insert} Command
18157 @findex -display-insert
18158
18159 @subsubheading Synopsis
18160
18161 @smallexample
18162 -display-insert @var{expression}
18163 @end smallexample
18164
18165 Display @var{expression} every time the program stops.
18166
18167 @subsubheading @value{GDBN} Command
18168
18169 The corresponding @value{GDBN} command is @samp{display}.
18170
18171 @subsubheading Example
18172 N.A.
18173
18174
18175 @subheading The @code{-display-list} Command
18176 @findex -display-list
18177
18178 @subsubheading Synopsis
18179
18180 @smallexample
18181 -display-list
18182 @end smallexample
18183
18184 List the displays. Do not show the current values.
18185
18186 @subsubheading @value{GDBN} Command
18187
18188 The corresponding @value{GDBN} command is @samp{info display}.
18189
18190 @subsubheading Example
18191 N.A.
18192
18193
18194 @subheading The @code{-environment-cd} Command
18195 @findex -environment-cd
18196
18197 @subsubheading Synopsis
18198
18199 @smallexample
18200 -environment-cd @var{pathdir}
18201 @end smallexample
18202
18203 Set @value{GDBN}'s working directory.
18204
18205 @subsubheading @value{GDBN} Command
18206
18207 The corresponding @value{GDBN} command is @samp{cd}.
18208
18209 @subsubheading Example
18210
18211 @smallexample
18212 (@value{GDBP})
18213 -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18214 ^done
18215 (@value{GDBP})
18216 @end smallexample
18217
18218
18219 @subheading The @code{-environment-directory} Command
18220 @findex -environment-directory
18221
18222 @subsubheading Synopsis
18223
18224 @smallexample
18225 -environment-directory [ -r ] [ @var{pathdir} ]+
18226 @end smallexample
18227
18228 Add directories @var{pathdir} to beginning of search path for source files.
18229 If the @samp{-r} option is used, the search path is reset to the default
18230 search path. If directories @var{pathdir} are supplied in addition to the
18231 @samp{-r} option, the search path is first reset and then addition
18232 occurs as normal.
18233 Multiple directories may be specified, separated by blanks. Specifying
18234 multiple directories in a single command
18235 results in the directories added to the beginning of the
18236 search path in the same order they were presented in the command.
18237 If blanks are needed as
18238 part of a directory name, double-quotes should be used around
18239 the name. In the command output, the path will show up separated
18240 by the system directory-separator character. The directory-seperator
18241 character must not be used
18242 in any directory name.
18243 If no directories are specified, the current search path is displayed.
18244
18245 @subsubheading @value{GDBN} Command
18246
18247 The corresponding @value{GDBN} command is @samp{dir}.
18248
18249 @subsubheading Example
18250
18251 @smallexample
18252 (@value{GDBP})
18253 -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18254 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18255 (@value{GDBP})
18256 -environment-directory ""
18257 ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18258 (@value{GDBP})
18259 -environment-directory -r /home/jjohnstn/src/gdb /usr/src
18260 ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18261 (@value{GDBP})
18262 -environment-directory -r
18263 ^done,source-path="$cdir:$cwd"
18264 (@value{GDBP})
18265 @end smallexample
18266
18267
18268 @subheading The @code{-environment-path} Command
18269 @findex -environment-path
18270
18271 @subsubheading Synopsis
18272
18273 @smallexample
18274 -environment-path [ -r ] [ @var{pathdir} ]+
18275 @end smallexample
18276
18277 Add directories @var{pathdir} to beginning of search path for object files.
18278 If the @samp{-r} option is used, the search path is reset to the original
18279 search path that existed at gdb start-up. If directories @var{pathdir} are
18280 supplied in addition to the
18281 @samp{-r} option, the search path is first reset and then addition
18282 occurs as normal.
18283 Multiple directories may be specified, separated by blanks. Specifying
18284 multiple directories in a single command
18285 results in the directories added to the beginning of the
18286 search path in the same order they were presented in the command.
18287 If blanks are needed as
18288 part of a directory name, double-quotes should be used around
18289 the name. In the command output, the path will show up separated
18290 by the system directory-separator character. The directory-seperator
18291 character must not be used
18292 in any directory name.
18293 If no directories are specified, the current path is displayed.
18294
18295
18296 @subsubheading @value{GDBN} Command
18297
18298 The corresponding @value{GDBN} command is @samp{path}.
18299
18300 @subsubheading Example
18301
18302 @smallexample
18303 (@value{GDBP})
18304 -environment-path
18305 ^done,path="/usr/bin"
18306 (@value{GDBP})
18307 -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18308 ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18309 (@value{GDBP})
18310 -environment-path -r /usr/local/bin
18311 ^done,path="/usr/local/bin:/usr/bin"
18312 (@value{GDBP})
18313 @end smallexample
18314
18315
18316 @subheading The @code{-environment-pwd} Command
18317 @findex -environment-pwd
18318
18319 @subsubheading Synopsis
18320
18321 @smallexample
18322 -environment-pwd
18323 @end smallexample
18324
18325 Show the current working directory.
18326
18327 @subsubheading @value{GDBN} command
18328
18329 The corresponding @value{GDBN} command is @samp{pwd}.
18330
18331 @subsubheading Example
18332
18333 @smallexample
18334 (@value{GDBP})
18335 -environment-pwd
18336 ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18337 (@value{GDBP})
18338 @end smallexample
18339
18340 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18341 @node GDB/MI Program Control
18342 @section @sc{gdb/mi} Program control
18343
18344 @subsubheading Program termination
18345
18346 As a result of execution, the inferior program can run to completion, if
18347 it doesn't encounter any breakpoints. In this case the output will
18348 include an exit code, if the program has exited exceptionally.
18349
18350 @subsubheading Examples
18351
18352 @noindent
18353 Program exited normally:
18354
18355 @smallexample
18356 (@value{GDBP})
18357 -exec-run
18358 ^running
18359 (@value{GDBP})
18360 x = 55
18361 *stopped,reason="exited-normally"
18362 (@value{GDBP})
18363 @end smallexample
18364
18365 @noindent
18366 Program exited exceptionally:
18367
18368 @smallexample
18369 (@value{GDBP})
18370 -exec-run
18371 ^running
18372 (@value{GDBP})
18373 x = 55
18374 *stopped,reason="exited",exit-code="01"
18375 (@value{GDBP})
18376 @end smallexample
18377
18378 Another way the program can terminate is if it receives a signal such as
18379 @code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18380
18381 @smallexample
18382 (@value{GDBP})
18383 *stopped,reason="exited-signalled",signal-name="SIGINT",
18384 signal-meaning="Interrupt"
18385 @end smallexample
18386
18387
18388 @subheading The @code{-exec-abort} Command
18389 @findex -exec-abort
18390
18391 @subsubheading Synopsis
18392
18393 @smallexample
18394 -exec-abort
18395 @end smallexample
18396
18397 Kill the inferior running program.
18398
18399 @subsubheading @value{GDBN} Command
18400
18401 The corresponding @value{GDBN} command is @samp{kill}.
18402
18403 @subsubheading Example
18404 N.A.
18405
18406
18407 @subheading The @code{-exec-arguments} Command
18408 @findex -exec-arguments
18409
18410 @subsubheading Synopsis
18411
18412 @smallexample
18413 -exec-arguments @var{args}
18414 @end smallexample
18415
18416 Set the inferior program arguments, to be used in the next
18417 @samp{-exec-run}.
18418
18419 @subsubheading @value{GDBN} Command
18420
18421 The corresponding @value{GDBN} command is @samp{set args}.
18422
18423 @subsubheading Example
18424
18425 @c FIXME!
18426 Don't have one around.
18427
18428
18429 @subheading The @code{-exec-continue} Command
18430 @findex -exec-continue
18431
18432 @subsubheading Synopsis
18433
18434 @smallexample
18435 -exec-continue
18436 @end smallexample
18437
18438 Asynchronous command. Resumes the execution of the inferior program
18439 until a breakpoint is encountered, or until the inferior exits.
18440
18441 @subsubheading @value{GDBN} Command
18442
18443 The corresponding @value{GDBN} corresponding is @samp{continue}.
18444
18445 @subsubheading Example
18446
18447 @smallexample
18448 -exec-continue
18449 ^running
18450 (@value{GDBP})
18451 @@Hello world
18452 *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18453 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="13"@}
18454 (@value{GDBP})
18455 @end smallexample
18456
18457
18458 @subheading The @code{-exec-finish} Command
18459 @findex -exec-finish
18460
18461 @subsubheading Synopsis
18462
18463 @smallexample
18464 -exec-finish
18465 @end smallexample
18466
18467 Asynchronous command. Resumes the execution of the inferior program
18468 until the current function is exited. Displays the results returned by
18469 the function.
18470
18471 @subsubheading @value{GDBN} Command
18472
18473 The corresponding @value{GDBN} command is @samp{finish}.
18474
18475 @subsubheading Example
18476
18477 Function returning @code{void}.
18478
18479 @smallexample
18480 -exec-finish
18481 ^running
18482 (@value{GDBP})
18483 @@hello from foo
18484 *stopped,reason="function-finished",frame=@{func="main",args=[],
18485 file="hello.c",fullname="/home/foo/bar/devo/myproject/hello.c",line="7"@}
18486 (@value{GDBP})
18487 @end smallexample
18488
18489 Function returning other than @code{void}. The name of the internal
18490 @value{GDBN} variable storing the result is printed, together with the
18491 value itself.
18492
18493 @smallexample
18494 -exec-finish
18495 ^running
18496 (@value{GDBP})
18497 *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18498 args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18499 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
18500 gdb-result-var="$1",return-value="0"
18501 (@value{GDBP})
18502 @end smallexample
18503
18504
18505 @subheading The @code{-exec-interrupt} Command
18506 @findex -exec-interrupt
18507
18508 @subsubheading Synopsis
18509
18510 @smallexample
18511 -exec-interrupt
18512 @end smallexample
18513
18514 Asynchronous command. Interrupts the background execution of the target.
18515 Note how the token associated with the stop message is the one for the
18516 execution command that has been interrupted. The token for the interrupt
18517 itself only appears in the @samp{^done} output. If the user is trying to
18518 interrupt a non-running program, an error message will be printed.
18519
18520 @subsubheading @value{GDBN} Command
18521
18522 The corresponding @value{GDBN} command is @samp{interrupt}.
18523
18524 @subsubheading Example
18525
18526 @smallexample
18527 (@value{GDBP})
18528 111-exec-continue
18529 111^running
18530
18531 (@value{GDBP})
18532 222-exec-interrupt
18533 222^done
18534 (@value{GDBP})
18535 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18536 frame=@{addr="0x00010140",func="foo",args=[],file="try.c",
18537 fullname="/home/foo/bar/devo/myproject/try.c",line="13"@}
18538 (@value{GDBP})
18539
18540 (@value{GDBP})
18541 -exec-interrupt
18542 ^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18543 (@value{GDBP})
18544 @end smallexample
18545
18546
18547 @subheading The @code{-exec-next} Command
18548 @findex -exec-next
18549
18550 @subsubheading Synopsis
18551
18552 @smallexample
18553 -exec-next
18554 @end smallexample
18555
18556 Asynchronous command. Resumes execution of the inferior program, stopping
18557 when the beginning of the next source line is reached.
18558
18559 @subsubheading @value{GDBN} Command
18560
18561 The corresponding @value{GDBN} command is @samp{next}.
18562
18563 @subsubheading Example
18564
18565 @smallexample
18566 -exec-next
18567 ^running
18568 (@value{GDBP})
18569 *stopped,reason="end-stepping-range",line="8",file="hello.c"
18570 (@value{GDBP})
18571 @end smallexample
18572
18573
18574 @subheading The @code{-exec-next-instruction} Command
18575 @findex -exec-next-instruction
18576
18577 @subsubheading Synopsis
18578
18579 @smallexample
18580 -exec-next-instruction
18581 @end smallexample
18582
18583 Asynchronous command. Executes one machine instruction. If the
18584 instruction is a function call continues until the function returns. If
18585 the program stops at an instruction in the middle of a source line, the
18586 address will be printed as well.
18587
18588 @subsubheading @value{GDBN} Command
18589
18590 The corresponding @value{GDBN} command is @samp{nexti}.
18591
18592 @subsubheading Example
18593
18594 @smallexample
18595 (@value{GDBP})
18596 -exec-next-instruction
18597 ^running
18598
18599 (@value{GDBP})
18600 *stopped,reason="end-stepping-range",
18601 addr="0x000100d4",line="5",file="hello.c"
18602 (@value{GDBP})
18603 @end smallexample
18604
18605
18606 @subheading The @code{-exec-return} Command
18607 @findex -exec-return
18608
18609 @subsubheading Synopsis
18610
18611 @smallexample
18612 -exec-return
18613 @end smallexample
18614
18615 Makes current function return immediately. Doesn't execute the inferior.
18616 Displays the new current frame.
18617
18618 @subsubheading @value{GDBN} Command
18619
18620 The corresponding @value{GDBN} command is @samp{return}.
18621
18622 @subsubheading Example
18623
18624 @smallexample
18625 (@value{GDBP})
18626 200-break-insert callee4
18627 200^done,bkpt=@{number="1",addr="0x00010734",
18628 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18629 (@value{GDBP})
18630 000-exec-run
18631 000^running
18632 (@value{GDBP})
18633 000*stopped,reason="breakpoint-hit",bkptno="1",
18634 frame=@{func="callee4",args=[],
18635 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18636 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18637 (@value{GDBP})
18638 205-break-delete
18639 205^done
18640 (@value{GDBP})
18641 111-exec-return
18642 111^done,frame=@{level="0",func="callee3",
18643 args=[@{name="strarg",
18644 value="0x11940 \"A string argument.\""@}],
18645 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
18646 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18647 (@value{GDBP})
18648 @end smallexample
18649
18650
18651 @subheading The @code{-exec-run} Command
18652 @findex -exec-run
18653
18654 @subsubheading Synopsis
18655
18656 @smallexample
18657 -exec-run
18658 @end smallexample
18659
18660 Asynchronous command. Starts execution of the inferior from the
18661 beginning. The inferior executes until either a breakpoint is
18662 encountered or the program exits.
18663
18664 @subsubheading @value{GDBN} Command
18665
18666 The corresponding @value{GDBN} command is @samp{run}.
18667
18668 @subsubheading Example
18669
18670 @smallexample
18671 (@value{GDBP})
18672 -break-insert main
18673 ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18674 (@value{GDBP})
18675 -exec-run
18676 ^running
18677 (@value{GDBP})
18678 *stopped,reason="breakpoint-hit",bkptno="1",
18679 frame=@{func="main",args=[],file="recursive2.c",
18680 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}
18681 (@value{GDBP})
18682 @end smallexample
18683
18684
18685 @subheading The @code{-exec-show-arguments} Command
18686 @findex -exec-show-arguments
18687
18688 @subsubheading Synopsis
18689
18690 @smallexample
18691 -exec-show-arguments
18692 @end smallexample
18693
18694 Print the arguments of the program.
18695
18696 @subsubheading @value{GDBN} Command
18697
18698 The corresponding @value{GDBN} command is @samp{show args}.
18699
18700 @subsubheading Example
18701 N.A.
18702
18703 @c @subheading -exec-signal
18704
18705 @subheading The @code{-exec-step} Command
18706 @findex -exec-step
18707
18708 @subsubheading Synopsis
18709
18710 @smallexample
18711 -exec-step
18712 @end smallexample
18713
18714 Asynchronous command. Resumes execution of the inferior program, stopping
18715 when the beginning of the next source line is reached, if the next
18716 source line is not a function call. If it is, stop at the first
18717 instruction of the called function.
18718
18719 @subsubheading @value{GDBN} Command
18720
18721 The corresponding @value{GDBN} command is @samp{step}.
18722
18723 @subsubheading Example
18724
18725 Stepping into a function:
18726
18727 @smallexample
18728 -exec-step
18729 ^running
18730 (@value{GDBP})
18731 *stopped,reason="end-stepping-range",
18732 frame=@{func="foo",args=[@{name="a",value="10"@},
18733 @{name="b",value="0"@}],file="recursive2.c",
18734 fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@}
18735 (@value{GDBP})
18736 @end smallexample
18737
18738 Regular stepping:
18739
18740 @smallexample
18741 -exec-step
18742 ^running
18743 (@value{GDBP})
18744 *stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18745 (@value{GDBP})
18746 @end smallexample
18747
18748
18749 @subheading The @code{-exec-step-instruction} Command
18750 @findex -exec-step-instruction
18751
18752 @subsubheading Synopsis
18753
18754 @smallexample
18755 -exec-step-instruction
18756 @end smallexample
18757
18758 Asynchronous command. Resumes the inferior which executes one machine
18759 instruction. The output, once @value{GDBN} has stopped, will vary depending on
18760 whether we have stopped in the middle of a source line or not. In the
18761 former case, the address at which the program stopped will be printed as
18762 well.
18763
18764 @subsubheading @value{GDBN} Command
18765
18766 The corresponding @value{GDBN} command is @samp{stepi}.
18767
18768 @subsubheading Example
18769
18770 @smallexample
18771 (@value{GDBP})
18772 -exec-step-instruction
18773 ^running
18774
18775 (@value{GDBP})
18776 *stopped,reason="end-stepping-range",
18777 frame=@{func="foo",args=[],file="try.c",
18778 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18779 (@value{GDBP})
18780 -exec-step-instruction
18781 ^running
18782
18783 (@value{GDBP})
18784 *stopped,reason="end-stepping-range",
18785 frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",
18786 fullname="/home/foo/bar/devo/myproject/try.c",line="10"@}
18787 (@value{GDBP})
18788 @end smallexample
18789
18790
18791 @subheading The @code{-exec-until} Command
18792 @findex -exec-until
18793
18794 @subsubheading Synopsis
18795
18796 @smallexample
18797 -exec-until [ @var{location} ]
18798 @end smallexample
18799
18800 Asynchronous command. Executes the inferior until the @var{location}
18801 specified in the argument is reached. If there is no argument, the inferior
18802 executes until a source line greater than the current one is reached.
18803 The reason for stopping in this case will be @samp{location-reached}.
18804
18805 @subsubheading @value{GDBN} Command
18806
18807 The corresponding @value{GDBN} command is @samp{until}.
18808
18809 @subsubheading Example
18810
18811 @smallexample
18812 (@value{GDBP})
18813 -exec-until recursive2.c:6
18814 ^running
18815 (@value{GDBP})
18816 x = 55
18817 *stopped,reason="location-reached",frame=@{func="main",args=[],
18818 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="6"@}
18819 (@value{GDBP})
18820 @end smallexample
18821
18822 @ignore
18823 @subheading -file-clear
18824 Is this going away????
18825 @end ignore
18826
18827
18828 @subheading The @code{-file-exec-and-symbols} Command
18829 @findex -file-exec-and-symbols
18830
18831 @subsubheading Synopsis
18832
18833 @smallexample
18834 -file-exec-and-symbols @var{file}
18835 @end smallexample
18836
18837 Specify the executable file to be debugged. This file is the one from
18838 which the symbol table is also read. If no file is specified, the
18839 command clears the executable and symbol information. If breakpoints
18840 are set when using this command with no arguments, @value{GDBN} will produce
18841 error messages. Otherwise, no output is produced, except a completion
18842 notification.
18843
18844 @subsubheading @value{GDBN} Command
18845
18846 The corresponding @value{GDBN} command is @samp{file}.
18847
18848 @subsubheading Example
18849
18850 @smallexample
18851 (@value{GDBP})
18852 -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18853 ^done
18854 (@value{GDBP})
18855 @end smallexample
18856
18857
18858 @subheading The @code{-file-exec-file} Command
18859 @findex -file-exec-file
18860
18861 @subsubheading Synopsis
18862
18863 @smallexample
18864 -file-exec-file @var{file}
18865 @end smallexample
18866
18867 Specify the executable file to be debugged. Unlike
18868 @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18869 from this file. If used without argument, @value{GDBN} clears the information
18870 about the executable file. No output is produced, except a completion
18871 notification.
18872
18873 @subsubheading @value{GDBN} Command
18874
18875 The corresponding @value{GDBN} command is @samp{exec-file}.
18876
18877 @subsubheading Example
18878
18879 @smallexample
18880 (@value{GDBP})
18881 -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18882 ^done
18883 (@value{GDBP})
18884 @end smallexample
18885
18886
18887 @subheading The @code{-file-list-exec-sections} Command
18888 @findex -file-list-exec-sections
18889
18890 @subsubheading Synopsis
18891
18892 @smallexample
18893 -file-list-exec-sections
18894 @end smallexample
18895
18896 List the sections of the current executable file.
18897
18898 @subsubheading @value{GDBN} Command
18899
18900 The @value{GDBN} command @samp{info file} shows, among the rest, the same
18901 information as this command. @code{gdbtk} has a corresponding command
18902 @samp{gdb_load_info}.
18903
18904 @subsubheading Example
18905 N.A.
18906
18907
18908 @subheading The @code{-file-list-exec-source-file} Command
18909 @findex -file-list-exec-source-file
18910
18911 @subsubheading Synopsis
18912
18913 @smallexample
18914 -file-list-exec-source-file
18915 @end smallexample
18916
18917 List the line number, the current source file, and the absolute path
18918 to the current source file for the current executable.
18919
18920 @subsubheading @value{GDBN} Command
18921
18922 There's no @value{GDBN} command which directly corresponds to this one.
18923
18924 @subsubheading Example
18925
18926 @smallexample
18927 (@value{GDBP})
18928 123-file-list-exec-source-file
18929 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18930 (@value{GDBP})
18931 @end smallexample
18932
18933
18934 @subheading The @code{-file-list-exec-source-files} Command
18935 @findex -file-list-exec-source-files
18936
18937 @subsubheading Synopsis
18938
18939 @smallexample
18940 -file-list-exec-source-files
18941 @end smallexample
18942
18943 List the source files for the current executable.
18944
18945 It will always output the filename, but only when GDB can find the absolute
18946 file name of a source file, will it output the fullname.
18947
18948 @subsubheading @value{GDBN} Command
18949
18950 There's no @value{GDBN} command which directly corresponds to this one.
18951 @code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18952
18953 @subsubheading Example
18954 @smallexample
18955 (@value{GDBP})
18956 -file-list-exec-source-files
18957 ^done,files=[
18958 @{file=foo.c,fullname=/home/foo.c@},
18959 @{file=/home/bar.c,fullname=/home/bar.c@},
18960 @{file=gdb_could_not_find_fullpath.c@}]
18961 (@value{GDBP})
18962 @end smallexample
18963
18964 @subheading The @code{-file-list-shared-libraries} Command
18965 @findex -file-list-shared-libraries
18966
18967 @subsubheading Synopsis
18968
18969 @smallexample
18970 -file-list-shared-libraries
18971 @end smallexample
18972
18973 List the shared libraries in the program.
18974
18975 @subsubheading @value{GDBN} Command
18976
18977 The corresponding @value{GDBN} command is @samp{info shared}.
18978
18979 @subsubheading Example
18980 N.A.
18981
18982
18983 @subheading The @code{-file-list-symbol-files} Command
18984 @findex -file-list-symbol-files
18985
18986 @subsubheading Synopsis
18987
18988 @smallexample
18989 -file-list-symbol-files
18990 @end smallexample
18991
18992 List symbol files.
18993
18994 @subsubheading @value{GDBN} Command
18995
18996 The corresponding @value{GDBN} command is @samp{info file} (part of it).
18997
18998 @subsubheading Example
18999 N.A.
19000
19001
19002 @subheading The @code{-file-symbol-file} Command
19003 @findex -file-symbol-file
19004
19005 @subsubheading Synopsis
19006
19007 @smallexample
19008 -file-symbol-file @var{file}
19009 @end smallexample
19010
19011 Read symbol table info from the specified @var{file} argument. When
19012 used without arguments, clears @value{GDBN}'s symbol table info. No output is
19013 produced, except for a completion notification.
19014
19015 @subsubheading @value{GDBN} Command
19016
19017 The corresponding @value{GDBN} command is @samp{symbol-file}.
19018
19019 @subsubheading Example
19020
19021 @smallexample
19022 (@value{GDBP})
19023 -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
19024 ^done
19025 (@value{GDBP})
19026 @end smallexample
19027
19028 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19029 @node GDB/MI Miscellaneous Commands
19030 @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
19031
19032 @c @subheading -gdb-complete
19033
19034 @subheading The @code{-gdb-exit} Command
19035 @findex -gdb-exit
19036
19037 @subsubheading Synopsis
19038
19039 @smallexample
19040 -gdb-exit
19041 @end smallexample
19042
19043 Exit @value{GDBN} immediately.
19044
19045 @subsubheading @value{GDBN} Command
19046
19047 Approximately corresponds to @samp{quit}.
19048
19049 @subsubheading Example
19050
19051 @smallexample
19052 (@value{GDBP})
19053 -gdb-exit
19054 @end smallexample
19055
19056 @subheading The @code{-gdb-set} Command
19057 @findex -gdb-set
19058
19059 @subsubheading Synopsis
19060
19061 @smallexample
19062 -gdb-set
19063 @end smallexample
19064
19065 Set an internal @value{GDBN} variable.
19066 @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
19067
19068 @subsubheading @value{GDBN} Command
19069
19070 The corresponding @value{GDBN} command is @samp{set}.
19071
19072 @subsubheading Example
19073
19074 @smallexample
19075 (@value{GDBP})
19076 -gdb-set $foo=3
19077 ^done
19078 (@value{GDBP})
19079 @end smallexample
19080
19081
19082 @subheading The @code{-gdb-show} Command
19083 @findex -gdb-show
19084
19085 @subsubheading Synopsis
19086
19087 @smallexample
19088 -gdb-show
19089 @end smallexample
19090
19091 Show the current value of a @value{GDBN} variable.
19092
19093 @subsubheading @value{GDBN} command
19094
19095 The corresponding @value{GDBN} command is @samp{show}.
19096
19097 @subsubheading Example
19098
19099 @smallexample
19100 (@value{GDBP})
19101 -gdb-show annotate
19102 ^done,value="0"
19103 (@value{GDBP})
19104 @end smallexample
19105
19106 @c @subheading -gdb-source
19107
19108
19109 @subheading The @code{-gdb-version} Command
19110 @findex -gdb-version
19111
19112 @subsubheading Synopsis
19113
19114 @smallexample
19115 -gdb-version
19116 @end smallexample
19117
19118 Show version information for @value{GDBN}. Used mostly in testing.
19119
19120 @subsubheading @value{GDBN} Command
19121
19122 There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
19123 information when you start an interactive session.
19124
19125 @subsubheading Example
19126
19127 @c This example modifies the actual output from GDB to avoid overfull
19128 @c box in TeX.
19129 @smallexample
19130 (@value{GDBP})
19131 -gdb-version
19132 ~GNU gdb 5.2.1
19133 ~Copyright 2000 Free Software Foundation, Inc.
19134 ~GDB is free software, covered by the GNU General Public License, and
19135 ~you are welcome to change it and/or distribute copies of it under
19136 ~ certain conditions.
19137 ~Type "show copying" to see the conditions.
19138 ~There is absolutely no warranty for GDB. Type "show warranty" for
19139 ~ details.
19140 ~This GDB was configured as
19141 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
19142 ^done
19143 (@value{GDBP})
19144 @end smallexample
19145
19146 @subheading The @code{-interpreter-exec} Command
19147 @findex -interpreter-exec
19148
19149 @subheading Synopsis
19150
19151 @smallexample
19152 -interpreter-exec @var{interpreter} @var{command}
19153 @end smallexample
19154
19155 Execute the specified @var{command} in the given @var{interpreter}.
19156
19157 @subheading @value{GDBN} Command
19158
19159 The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19160
19161 @subheading Example
19162
19163 @smallexample
19164 (@value{GDBP})
19165 -interpreter-exec console "break main"
19166 &"During symbol reading, couldn't parse type; debugger out of date?.\n"
19167 &"During symbol reading, bad structure-type format.\n"
19168 ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19169 ^done
19170 (@value{GDBP})
19171 @end smallexample
19172
19173 @ignore
19174 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19175 @node GDB/MI Kod Commands
19176 @section @sc{gdb/mi} Kod Commands
19177
19178 The Kod commands are not implemented.
19179
19180 @c @subheading -kod-info
19181
19182 @c @subheading -kod-list
19183
19184 @c @subheading -kod-list-object-types
19185
19186 @c @subheading -kod-show
19187
19188 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19189 @node GDB/MI Memory Overlay Commands
19190 @section @sc{gdb/mi} Memory Overlay Commands
19191
19192 The memory overlay commands are not implemented.
19193
19194 @c @subheading -overlay-auto
19195
19196 @c @subheading -overlay-list-mapping-state
19197
19198 @c @subheading -overlay-list-overlays
19199
19200 @c @subheading -overlay-map
19201
19202 @c @subheading -overlay-off
19203
19204 @c @subheading -overlay-on
19205
19206 @c @subheading -overlay-unmap
19207
19208 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19209 @node GDB/MI Signal Handling Commands
19210 @section @sc{gdb/mi} Signal Handling Commands
19211
19212 Signal handling commands are not implemented.
19213
19214 @c @subheading -signal-handle
19215
19216 @c @subheading -signal-list-handle-actions
19217
19218 @c @subheading -signal-list-signal-types
19219 @end ignore
19220
19221
19222 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19223 @node GDB/MI Stack Manipulation
19224 @section @sc{gdb/mi} Stack Manipulation Commands
19225
19226
19227 @subheading The @code{-stack-info-frame} Command
19228 @findex -stack-info-frame
19229
19230 @subsubheading Synopsis
19231
19232 @smallexample
19233 -stack-info-frame
19234 @end smallexample
19235
19236 Get info on the selected frame.
19237
19238 @subsubheading @value{GDBN} Command
19239
19240 The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19241 (without arguments).
19242
19243 @subsubheading Example
19244
19245 @smallexample
19246 (@value{GDBP})
19247 -stack-info-frame
19248 ^done,frame=@{level="1",addr="0x0001076c",func="callee3",
19249 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19250 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}
19251 (@value{GDBP})
19252 @end smallexample
19253
19254 @subheading The @code{-stack-info-depth} Command
19255 @findex -stack-info-depth
19256
19257 @subsubheading Synopsis
19258
19259 @smallexample
19260 -stack-info-depth [ @var{max-depth} ]
19261 @end smallexample
19262
19263 Return the depth of the stack. If the integer argument @var{max-depth}
19264 is specified, do not count beyond @var{max-depth} frames.
19265
19266 @subsubheading @value{GDBN} Command
19267
19268 There's no equivalent @value{GDBN} command.
19269
19270 @subsubheading Example
19271
19272 For a stack with frame levels 0 through 11:
19273
19274 @smallexample
19275 (@value{GDBP})
19276 -stack-info-depth
19277 ^done,depth="12"
19278 (@value{GDBP})
19279 -stack-info-depth 4
19280 ^done,depth="4"
19281 (@value{GDBP})
19282 -stack-info-depth 12
19283 ^done,depth="12"
19284 (@value{GDBP})
19285 -stack-info-depth 11
19286 ^done,depth="11"
19287 (@value{GDBP})
19288 -stack-info-depth 13
19289 ^done,depth="12"
19290 (@value{GDBP})
19291 @end smallexample
19292
19293 @subheading The @code{-stack-list-arguments} Command
19294 @findex -stack-list-arguments
19295
19296 @subsubheading Synopsis
19297
19298 @smallexample
19299 -stack-list-arguments @var{show-values}
19300 [ @var{low-frame} @var{high-frame} ]
19301 @end smallexample
19302
19303 Display a list of the arguments for the frames between @var{low-frame}
19304 and @var{high-frame} (inclusive). If @var{low-frame} and
19305 @var{high-frame} are not provided, list the arguments for the whole call
19306 stack.
19307
19308 The @var{show-values} argument must have a value of 0 or 1. A value of
19309 0 means that only the names of the arguments are listed, a value of 1
19310 means that both names and values of the arguments are printed.
19311
19312 @subsubheading @value{GDBN} Command
19313
19314 @value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19315 @samp{gdb_get_args} command which partially overlaps with the
19316 functionality of @samp{-stack-list-arguments}.
19317
19318 @subsubheading Example
19319
19320 @smallexample
19321 (@value{GDBP})
19322 -stack-list-frames
19323 ^done,
19324 stack=[
19325 frame=@{level="0",addr="0x00010734",func="callee4",
19326 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19327 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19328 frame=@{level="1",addr="0x0001076c",func="callee3",
19329 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19330 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19331 frame=@{level="2",addr="0x0001078c",func="callee2",
19332 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19333 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19334 frame=@{level="3",addr="0x000107b4",func="callee1",
19335 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19336 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19337 frame=@{level="4",addr="0x000107e0",func="main",
19338 file="../../../devo/gdb/testsuite/gdb.mi/basics.c",
19339 fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19340 (@value{GDBP})
19341 -stack-list-arguments 0
19342 ^done,
19343 stack-args=[
19344 frame=@{level="0",args=[]@},
19345 frame=@{level="1",args=[name="strarg"]@},
19346 frame=@{level="2",args=[name="intarg",name="strarg"]@},
19347 frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19348 frame=@{level="4",args=[]@}]
19349 (@value{GDBP})
19350 -stack-list-arguments 1
19351 ^done,
19352 stack-args=[
19353 frame=@{level="0",args=[]@},
19354 frame=@{level="1",
19355 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19356 frame=@{level="2",args=[
19357 @{name="intarg",value="2"@},
19358 @{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19359 @{frame=@{level="3",args=[
19360 @{name="intarg",value="2"@},
19361 @{name="strarg",value="0x11940 \"A string argument.\""@},
19362 @{name="fltarg",value="3.5"@}]@},
19363 frame=@{level="4",args=[]@}]
19364 (@value{GDBP})
19365 -stack-list-arguments 0 2 2
19366 ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19367 (@value{GDBP})
19368 -stack-list-arguments 1 2 2
19369 ^done,stack-args=[frame=@{level="2",
19370 args=[@{name="intarg",value="2"@},
19371 @{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19372 (@value{GDBP})
19373 @end smallexample
19374
19375 @c @subheading -stack-list-exception-handlers
19376
19377
19378 @subheading The @code{-stack-list-frames} Command
19379 @findex -stack-list-frames
19380
19381 @subsubheading Synopsis
19382
19383 @smallexample
19384 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19385 @end smallexample
19386
19387 List the frames currently on the stack. For each frame it displays the
19388 following info:
19389
19390 @table @samp
19391 @item @var{level}
19392 The frame number, 0 being the topmost frame, i.e. the innermost function.
19393 @item @var{addr}
19394 The @code{$pc} value for that frame.
19395 @item @var{func}
19396 Function name.
19397 @item @var{file}
19398 File name of the source file where the function lives.
19399 @item @var{line}
19400 Line number corresponding to the @code{$pc}.
19401 @end table
19402
19403 If invoked without arguments, this command prints a backtrace for the
19404 whole stack. If given two integer arguments, it shows the frames whose
19405 levels are between the two arguments (inclusive). If the two arguments
19406 are equal, it shows the single frame at the corresponding level.
19407
19408 @subsubheading @value{GDBN} Command
19409
19410 The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19411
19412 @subsubheading Example
19413
19414 Full stack backtrace:
19415
19416 @smallexample
19417 (@value{GDBP})
19418 -stack-list-frames
19419 ^done,stack=
19420 [frame=@{level="0",addr="0x0001076c",func="foo",
19421 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="11"@},
19422 frame=@{level="1",addr="0x000107a4",func="foo",
19423 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19424 frame=@{level="2",addr="0x000107a4",func="foo",
19425 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19426 frame=@{level="3",addr="0x000107a4",func="foo",
19427 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19428 frame=@{level="4",addr="0x000107a4",func="foo",
19429 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19430 frame=@{level="5",addr="0x000107a4",func="foo",
19431 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19432 frame=@{level="6",addr="0x000107a4",func="foo",
19433 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19434 frame=@{level="7",addr="0x000107a4",func="foo",
19435 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19436 frame=@{level="8",addr="0x000107a4",func="foo",
19437 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19438 frame=@{level="9",addr="0x000107a4",func="foo",
19439 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19440 frame=@{level="10",addr="0x000107a4",func="foo",
19441 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19442 frame=@{level="11",addr="0x00010738",func="main",
19443 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="4"@}]
19444 (@value{GDBP})
19445 @end smallexample
19446
19447 Show frames between @var{low_frame} and @var{high_frame}:
19448
19449 @smallexample
19450 (@value{GDBP})
19451 -stack-list-frames 3 5
19452 ^done,stack=
19453 [frame=@{level="3",addr="0x000107a4",func="foo",
19454 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19455 frame=@{level="4",addr="0x000107a4",func="foo",
19456 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@},
19457 frame=@{level="5",addr="0x000107a4",func="foo",
19458 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19459 (@value{GDBP})
19460 @end smallexample
19461
19462 Show a single frame:
19463
19464 @smallexample
19465 (@value{GDBP})
19466 -stack-list-frames 3 3
19467 ^done,stack=
19468 [frame=@{level="3",addr="0x000107a4",func="foo",
19469 file="recursive2.c",fullname="/home/foo/bar/devo/myproject/recursive2.c",line="14"@}]
19470 (@value{GDBP})
19471 @end smallexample
19472
19473
19474 @subheading The @code{-stack-list-locals} Command
19475 @findex -stack-list-locals
19476
19477 @subsubheading Synopsis
19478
19479 @smallexample
19480 -stack-list-locals @var{print-values}
19481 @end smallexample
19482
19483 Display the local variable names for the current frame. With an
19484 argument of 0 or @code{--no-values}, prints only the names of the variables.
19485 With argument of 1 or @code{--all-values}, prints also their values. With
19486 argument of 2 or @code{--simple-values}, prints the name, type and value for
19487 simple data types and the name and type for arrays, structures and
19488 unions. In this last case, the idea is that the user can see the
19489 value of simple data types immediately and he can create variable
19490 objects for other data types if he wishes to explore their values in
19491 more detail.
19492
19493 @subsubheading @value{GDBN} Command
19494
19495 @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19496
19497 @subsubheading Example
19498
19499 @smallexample
19500 (@value{GDBP})
19501 -stack-list-locals 0
19502 ^done,locals=[name="A",name="B",name="C"]
19503 (@value{GDBP})
19504 -stack-list-locals --all-values
19505 ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
19506 @{name="C",value="@{1, 2, 3@}"@}]
19507 -stack-list-locals --simple-values
19508 ^done,locals=[@{name="A",type="int",value="1"@},
19509 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
19510 (@value{GDBP})
19511 @end smallexample
19512
19513
19514 @subheading The @code{-stack-select-frame} Command
19515 @findex -stack-select-frame
19516
19517 @subsubheading Synopsis
19518
19519 @smallexample
19520 -stack-select-frame @var{framenum}
19521 @end smallexample
19522
19523 Change the current frame. Select a different frame @var{framenum} on
19524 the stack.
19525
19526 @subsubheading @value{GDBN} Command
19527
19528 The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19529 @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19530
19531 @subsubheading Example
19532
19533 @smallexample
19534 (@value{GDBP})
19535 -stack-select-frame 2
19536 ^done
19537 (@value{GDBP})
19538 @end smallexample
19539
19540 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19541 @node GDB/MI Symbol Query
19542 @section @sc{gdb/mi} Symbol Query Commands
19543
19544
19545 @subheading The @code{-symbol-info-address} Command
19546 @findex -symbol-info-address
19547
19548 @subsubheading Synopsis
19549
19550 @smallexample
19551 -symbol-info-address @var{symbol}
19552 @end smallexample
19553
19554 Describe where @var{symbol} is stored.
19555
19556 @subsubheading @value{GDBN} Command
19557
19558 The corresponding @value{GDBN} command is @samp{info address}.
19559
19560 @subsubheading Example
19561 N.A.
19562
19563
19564 @subheading The @code{-symbol-info-file} Command
19565 @findex -symbol-info-file
19566
19567 @subsubheading Synopsis
19568
19569 @smallexample
19570 -symbol-info-file
19571 @end smallexample
19572
19573 Show the file for the symbol.
19574
19575 @subsubheading @value{GDBN} Command
19576
19577 There's no equivalent @value{GDBN} command. @code{gdbtk} has
19578 @samp{gdb_find_file}.
19579
19580 @subsubheading Example
19581 N.A.
19582
19583
19584 @subheading The @code{-symbol-info-function} Command
19585 @findex -symbol-info-function
19586
19587 @subsubheading Synopsis
19588
19589 @smallexample
19590 -symbol-info-function
19591 @end smallexample
19592
19593 Show which function the symbol lives in.
19594
19595 @subsubheading @value{GDBN} Command
19596
19597 @samp{gdb_get_function} in @code{gdbtk}.
19598
19599 @subsubheading Example
19600 N.A.
19601
19602
19603 @subheading The @code{-symbol-info-line} Command
19604 @findex -symbol-info-line
19605
19606 @subsubheading Synopsis
19607
19608 @smallexample
19609 -symbol-info-line
19610 @end smallexample
19611
19612 Show the core addresses of the code for a source line.
19613
19614 @subsubheading @value{GDBN} Command
19615
19616 The corresponding @value{GDBN} command is @samp{info line}.
19617 @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19618
19619 @subsubheading Example
19620 N.A.
19621
19622
19623 @subheading The @code{-symbol-info-symbol} Command
19624 @findex -symbol-info-symbol
19625
19626 @subsubheading Synopsis
19627
19628 @smallexample
19629 -symbol-info-symbol @var{addr}
19630 @end smallexample
19631
19632 Describe what symbol is at location @var{addr}.
19633
19634 @subsubheading @value{GDBN} Command
19635
19636 The corresponding @value{GDBN} command is @samp{info symbol}.
19637
19638 @subsubheading Example
19639 N.A.
19640
19641
19642 @subheading The @code{-symbol-list-functions} Command
19643 @findex -symbol-list-functions
19644
19645 @subsubheading Synopsis
19646
19647 @smallexample
19648 -symbol-list-functions
19649 @end smallexample
19650
19651 List the functions in the executable.
19652
19653 @subsubheading @value{GDBN} Command
19654
19655 @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19656 @samp{gdb_search} in @code{gdbtk}.
19657
19658 @subsubheading Example
19659 N.A.
19660
19661
19662 @subheading The @code{-symbol-list-lines} Command
19663 @findex -symbol-list-lines
19664
19665 @subsubheading Synopsis
19666
19667 @smallexample
19668 -symbol-list-lines @var{filename}
19669 @end smallexample
19670
19671 Print the list of lines that contain code and their associated program
19672 addresses for the given source filename. The entries are sorted in
19673 ascending PC order.
19674
19675 @subsubheading @value{GDBN} Command
19676
19677 There is no corresponding @value{GDBN} command.
19678
19679 @subsubheading Example
19680 @smallexample
19681 (@value{GDBP})
19682 -symbol-list-lines basics.c
19683 ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
19684 (@value{GDBP})
19685 @end smallexample
19686
19687
19688 @subheading The @code{-symbol-list-types} Command
19689 @findex -symbol-list-types
19690
19691 @subsubheading Synopsis
19692
19693 @smallexample
19694 -symbol-list-types
19695 @end smallexample
19696
19697 List all the type names.
19698
19699 @subsubheading @value{GDBN} Command
19700
19701 The corresponding commands are @samp{info types} in @value{GDBN},
19702 @samp{gdb_search} in @code{gdbtk}.
19703
19704 @subsubheading Example
19705 N.A.
19706
19707
19708 @subheading The @code{-symbol-list-variables} Command
19709 @findex -symbol-list-variables
19710
19711 @subsubheading Synopsis
19712
19713 @smallexample
19714 -symbol-list-variables
19715 @end smallexample
19716
19717 List all the global and static variable names.
19718
19719 @subsubheading @value{GDBN} Command
19720
19721 @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19722
19723 @subsubheading Example
19724 N.A.
19725
19726
19727 @subheading The @code{-symbol-locate} Command
19728 @findex -symbol-locate
19729
19730 @subsubheading Synopsis
19731
19732 @smallexample
19733 -symbol-locate
19734 @end smallexample
19735
19736 @subsubheading @value{GDBN} Command
19737
19738 @samp{gdb_loc} in @code{gdbtk}.
19739
19740 @subsubheading Example
19741 N.A.
19742
19743
19744 @subheading The @code{-symbol-type} Command
19745 @findex -symbol-type
19746
19747 @subsubheading Synopsis
19748
19749 @smallexample
19750 -symbol-type @var{variable}
19751 @end smallexample
19752
19753 Show type of @var{variable}.
19754
19755 @subsubheading @value{GDBN} Command
19756
19757 The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19758 @samp{gdb_obj_variable}.
19759
19760 @subsubheading Example
19761 N.A.
19762
19763
19764 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19765 @node GDB/MI Target Manipulation
19766 @section @sc{gdb/mi} Target Manipulation Commands
19767
19768
19769 @subheading The @code{-target-attach} Command
19770 @findex -target-attach
19771
19772 @subsubheading Synopsis
19773
19774 @smallexample
19775 -target-attach @var{pid} | @var{file}
19776 @end smallexample
19777
19778 Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19779
19780 @subsubheading @value{GDBN} command
19781
19782 The corresponding @value{GDBN} command is @samp{attach}.
19783
19784 @subsubheading Example
19785 N.A.
19786
19787
19788 @subheading The @code{-target-compare-sections} Command
19789 @findex -target-compare-sections
19790
19791 @subsubheading Synopsis
19792
19793 @smallexample
19794 -target-compare-sections [ @var{section} ]
19795 @end smallexample
19796
19797 Compare data of section @var{section} on target to the exec file.
19798 Without the argument, all sections are compared.
19799
19800 @subsubheading @value{GDBN} Command
19801
19802 The @value{GDBN} equivalent is @samp{compare-sections}.
19803
19804 @subsubheading Example
19805 N.A.
19806
19807
19808 @subheading The @code{-target-detach} Command
19809 @findex -target-detach
19810
19811 @subsubheading Synopsis
19812
19813 @smallexample
19814 -target-detach
19815 @end smallexample
19816
19817 Disconnect from the remote target. There's no output.
19818
19819 @subsubheading @value{GDBN} command
19820
19821 The corresponding @value{GDBN} command is @samp{detach}.
19822
19823 @subsubheading Example
19824
19825 @smallexample
19826 (@value{GDBP})
19827 -target-detach
19828 ^done
19829 (@value{GDBP})
19830 @end smallexample
19831
19832
19833 @subheading The @code{-target-disconnect} Command
19834 @findex -target-disconnect
19835
19836 @subsubheading Synopsis
19837
19838 @example
19839 -target-disconnect
19840 @end example
19841
19842 Disconnect from the remote target. There's no output.
19843
19844 @subsubheading @value{GDBN} command
19845
19846 The corresponding @value{GDBN} command is @samp{disconnect}.
19847
19848 @subsubheading Example
19849
19850 @smallexample
19851 (@value{GDBP})
19852 -target-disconnect
19853 ^done
19854 (@value{GDBP})
19855 @end smallexample
19856
19857
19858 @subheading The @code{-target-download} Command
19859 @findex -target-download
19860
19861 @subsubheading Synopsis
19862
19863 @smallexample
19864 -target-download
19865 @end smallexample
19866
19867 Loads the executable onto the remote target.
19868 It prints out an update message every half second, which includes the fields:
19869
19870 @table @samp
19871 @item section
19872 The name of the section.
19873 @item section-sent
19874 The size of what has been sent so far for that section.
19875 @item section-size
19876 The size of the section.
19877 @item total-sent
19878 The total size of what was sent so far (the current and the previous sections).
19879 @item total-size
19880 The size of the overall executable to download.
19881 @end table
19882
19883 @noindent
19884 Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19885 @sc{gdb/mi} Output Syntax}).
19886
19887 In addition, it prints the name and size of the sections, as they are
19888 downloaded. These messages include the following fields:
19889
19890 @table @samp
19891 @item section
19892 The name of the section.
19893 @item section-size
19894 The size of the section.
19895 @item total-size
19896 The size of the overall executable to download.
19897 @end table
19898
19899 @noindent
19900 At the end, a summary is printed.
19901
19902 @subsubheading @value{GDBN} Command
19903
19904 The corresponding @value{GDBN} command is @samp{load}.
19905
19906 @subsubheading Example
19907
19908 Note: each status message appears on a single line. Here the messages
19909 have been broken down so that they can fit onto a page.
19910
19911 @smallexample
19912 (@value{GDBP})
19913 -target-download
19914 +download,@{section=".text",section-size="6668",total-size="9880"@}
19915 +download,@{section=".text",section-sent="512",section-size="6668",
19916 total-sent="512",total-size="9880"@}
19917 +download,@{section=".text",section-sent="1024",section-size="6668",
19918 total-sent="1024",total-size="9880"@}
19919 +download,@{section=".text",section-sent="1536",section-size="6668",
19920 total-sent="1536",total-size="9880"@}
19921 +download,@{section=".text",section-sent="2048",section-size="6668",
19922 total-sent="2048",total-size="9880"@}
19923 +download,@{section=".text",section-sent="2560",section-size="6668",
19924 total-sent="2560",total-size="9880"@}
19925 +download,@{section=".text",section-sent="3072",section-size="6668",
19926 total-sent="3072",total-size="9880"@}
19927 +download,@{section=".text",section-sent="3584",section-size="6668",
19928 total-sent="3584",total-size="9880"@}
19929 +download,@{section=".text",section-sent="4096",section-size="6668",
19930 total-sent="4096",total-size="9880"@}
19931 +download,@{section=".text",section-sent="4608",section-size="6668",
19932 total-sent="4608",total-size="9880"@}
19933 +download,@{section=".text",section-sent="5120",section-size="6668",
19934 total-sent="5120",total-size="9880"@}
19935 +download,@{section=".text",section-sent="5632",section-size="6668",
19936 total-sent="5632",total-size="9880"@}
19937 +download,@{section=".text",section-sent="6144",section-size="6668",
19938 total-sent="6144",total-size="9880"@}
19939 +download,@{section=".text",section-sent="6656",section-size="6668",
19940 total-sent="6656",total-size="9880"@}
19941 +download,@{section=".init",section-size="28",total-size="9880"@}
19942 +download,@{section=".fini",section-size="28",total-size="9880"@}
19943 +download,@{section=".data",section-size="3156",total-size="9880"@}
19944 +download,@{section=".data",section-sent="512",section-size="3156",
19945 total-sent="7236",total-size="9880"@}
19946 +download,@{section=".data",section-sent="1024",section-size="3156",
19947 total-sent="7748",total-size="9880"@}
19948 +download,@{section=".data",section-sent="1536",section-size="3156",
19949 total-sent="8260",total-size="9880"@}
19950 +download,@{section=".data",section-sent="2048",section-size="3156",
19951 total-sent="8772",total-size="9880"@}
19952 +download,@{section=".data",section-sent="2560",section-size="3156",
19953 total-sent="9284",total-size="9880"@}
19954 +download,@{section=".data",section-sent="3072",section-size="3156",
19955 total-sent="9796",total-size="9880"@}
19956 ^done,address="0x10004",load-size="9880",transfer-rate="6586",
19957 write-rate="429"
19958 (@value{GDBP})
19959 @end smallexample
19960
19961
19962 @subheading The @code{-target-exec-status} Command
19963 @findex -target-exec-status
19964
19965 @subsubheading Synopsis
19966
19967 @smallexample
19968 -target-exec-status
19969 @end smallexample
19970
19971 Provide information on the state of the target (whether it is running or
19972 not, for instance).
19973
19974 @subsubheading @value{GDBN} Command
19975
19976 There's no equivalent @value{GDBN} command.
19977
19978 @subsubheading Example
19979 N.A.
19980
19981
19982 @subheading The @code{-target-list-available-targets} Command
19983 @findex -target-list-available-targets
19984
19985 @subsubheading Synopsis
19986
19987 @smallexample
19988 -target-list-available-targets
19989 @end smallexample
19990
19991 List the possible targets to connect to.
19992
19993 @subsubheading @value{GDBN} Command
19994
19995 The corresponding @value{GDBN} command is @samp{help target}.
19996
19997 @subsubheading Example
19998 N.A.
19999
20000
20001 @subheading The @code{-target-list-current-targets} Command
20002 @findex -target-list-current-targets
20003
20004 @subsubheading Synopsis
20005
20006 @smallexample
20007 -target-list-current-targets
20008 @end smallexample
20009
20010 Describe the current target.
20011
20012 @subsubheading @value{GDBN} Command
20013
20014 The corresponding information is printed by @samp{info file} (among
20015 other things).
20016
20017 @subsubheading Example
20018 N.A.
20019
20020
20021 @subheading The @code{-target-list-parameters} Command
20022 @findex -target-list-parameters
20023
20024 @subsubheading Synopsis
20025
20026 @smallexample
20027 -target-list-parameters
20028 @end smallexample
20029
20030 @c ????
20031
20032 @subsubheading @value{GDBN} Command
20033
20034 No equivalent.
20035
20036 @subsubheading Example
20037 N.A.
20038
20039
20040 @subheading The @code{-target-select} Command
20041 @findex -target-select
20042
20043 @subsubheading Synopsis
20044
20045 @smallexample
20046 -target-select @var{type} @var{parameters @dots{}}
20047 @end smallexample
20048
20049 Connect @value{GDBN} to the remote target. This command takes two args:
20050
20051 @table @samp
20052 @item @var{type}
20053 The type of target, for instance @samp{async}, @samp{remote}, etc.
20054 @item @var{parameters}
20055 Device names, host names and the like. @xref{Target Commands, ,
20056 Commands for managing targets}, for more details.
20057 @end table
20058
20059 The output is a connection notification, followed by the address at
20060 which the target program is, in the following form:
20061
20062 @smallexample
20063 ^connected,addr="@var{address}",func="@var{function name}",
20064 args=[@var{arg list}]
20065 @end smallexample
20066
20067 @subsubheading @value{GDBN} Command
20068
20069 The corresponding @value{GDBN} command is @samp{target}.
20070
20071 @subsubheading Example
20072
20073 @smallexample
20074 (@value{GDBP})
20075 -target-select async /dev/ttya
20076 ^connected,addr="0xfe00a300",func="??",args=[]
20077 (@value{GDBP})
20078 @end smallexample
20079
20080 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20081 @node GDB/MI Thread Commands
20082 @section @sc{gdb/mi} Thread Commands
20083
20084
20085 @subheading The @code{-thread-info} Command
20086 @findex -thread-info
20087
20088 @subsubheading Synopsis
20089
20090 @smallexample
20091 -thread-info
20092 @end smallexample
20093
20094 @subsubheading @value{GDBN} command
20095
20096 No equivalent.
20097
20098 @subsubheading Example
20099 N.A.
20100
20101
20102 @subheading The @code{-thread-list-all-threads} Command
20103 @findex -thread-list-all-threads
20104
20105 @subsubheading Synopsis
20106
20107 @smallexample
20108 -thread-list-all-threads
20109 @end smallexample
20110
20111 @subsubheading @value{GDBN} Command
20112
20113 The equivalent @value{GDBN} command is @samp{info threads}.
20114
20115 @subsubheading Example
20116 N.A.
20117
20118
20119 @subheading The @code{-thread-list-ids} Command
20120 @findex -thread-list-ids
20121
20122 @subsubheading Synopsis
20123
20124 @smallexample
20125 -thread-list-ids
20126 @end smallexample
20127
20128 Produces a list of the currently known @value{GDBN} thread ids. At the
20129 end of the list it also prints the total number of such threads.
20130
20131 @subsubheading @value{GDBN} Command
20132
20133 Part of @samp{info threads} supplies the same information.
20134
20135 @subsubheading Example
20136
20137 No threads present, besides the main process:
20138
20139 @smallexample
20140 (@value{GDBP})
20141 -thread-list-ids
20142 ^done,thread-ids=@{@},number-of-threads="0"
20143 (@value{GDBP})
20144 @end smallexample
20145
20146
20147 Several threads:
20148
20149 @smallexample
20150 (@value{GDBP})
20151 -thread-list-ids
20152 ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20153 number-of-threads="3"
20154 (@value{GDBP})
20155 @end smallexample
20156
20157
20158 @subheading The @code{-thread-select} Command
20159 @findex -thread-select
20160
20161 @subsubheading Synopsis
20162
20163 @smallexample
20164 -thread-select @var{threadnum}
20165 @end smallexample
20166
20167 Make @var{threadnum} the current thread. It prints the number of the new
20168 current thread, and the topmost frame for that thread.
20169
20170 @subsubheading @value{GDBN} Command
20171
20172 The corresponding @value{GDBN} command is @samp{thread}.
20173
20174 @subsubheading Example
20175
20176 @smallexample
20177 (@value{GDBP})
20178 -exec-next
20179 ^running
20180 (@value{GDBP})
20181 *stopped,reason="end-stepping-range",thread-id="2",line="187",
20182 file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20183 (@value{GDBP})
20184 -thread-list-ids
20185 ^done,
20186 thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20187 number-of-threads="3"
20188 (@value{GDBP})
20189 -thread-select 3
20190 ^done,new-thread-id="3",
20191 frame=@{level="0",func="vprintf",
20192 args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20193 @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20194 (@value{GDBP})
20195 @end smallexample
20196
20197 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20198 @node GDB/MI Tracepoint Commands
20199 @section @sc{gdb/mi} Tracepoint Commands
20200
20201 The tracepoint commands are not yet implemented.
20202
20203 @c @subheading -trace-actions
20204
20205 @c @subheading -trace-delete
20206
20207 @c @subheading -trace-disable
20208
20209 @c @subheading -trace-dump
20210
20211 @c @subheading -trace-enable
20212
20213 @c @subheading -trace-exists
20214
20215 @c @subheading -trace-find
20216
20217 @c @subheading -trace-frame-number
20218
20219 @c @subheading -trace-info
20220
20221 @c @subheading -trace-insert
20222
20223 @c @subheading -trace-list
20224
20225 @c @subheading -trace-pass-count
20226
20227 @c @subheading -trace-save
20228
20229 @c @subheading -trace-start
20230
20231 @c @subheading -trace-stop
20232
20233
20234 @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20235 @node GDB/MI Variable Objects
20236 @section @sc{gdb/mi} Variable Objects
20237
20238
20239 @subheading Motivation for Variable Objects in @sc{gdb/mi}
20240
20241 For the implementation of a variable debugger window (locals, watched
20242 expressions, etc.), we are proposing the adaptation of the existing code
20243 used by @code{Insight}.
20244
20245 The two main reasons for that are:
20246
20247 @enumerate 1
20248 @item
20249 It has been proven in practice (it is already on its second generation).
20250
20251 @item
20252 It will shorten development time (needless to say how important it is
20253 now).
20254 @end enumerate
20255
20256 The original interface was designed to be used by Tcl code, so it was
20257 slightly changed so it could be used through @sc{gdb/mi}. This section
20258 describes the @sc{gdb/mi} operations that will be available and gives some
20259 hints about their use.
20260
20261 @emph{Note}: In addition to the set of operations described here, we
20262 expect the @sc{gui} implementation of a variable window to require, at
20263 least, the following operations:
20264
20265 @itemize @bullet
20266 @item @code{-gdb-show} @code{output-radix}
20267 @item @code{-stack-list-arguments}
20268 @item @code{-stack-list-locals}
20269 @item @code{-stack-select-frame}
20270 @end itemize
20271
20272 @subheading Introduction to Variable Objects in @sc{gdb/mi}
20273
20274 @cindex variable objects in @sc{gdb/mi}
20275 The basic idea behind variable objects is the creation of a named object
20276 to represent a variable, an expression, a memory location or even a CPU
20277 register. For each object created, a set of operations is available for
20278 examining or changing its properties.
20279
20280 Furthermore, complex data types, such as C structures, are represented
20281 in a tree format. For instance, the @code{struct} type variable is the
20282 root and the children will represent the struct members. If a child
20283 is itself of a complex type, it will also have children of its own.
20284 Appropriate language differences are handled for C, C@t{++} and Java.
20285
20286 When returning the actual values of the objects, this facility allows
20287 for the individual selection of the display format used in the result
20288 creation. It can be chosen among: binary, decimal, hexadecimal, octal
20289 and natural. Natural refers to a default format automatically
20290 chosen based on the variable type (like decimal for an @code{int}, hex
20291 for pointers, etc.).
20292
20293 The following is the complete set of @sc{gdb/mi} operations defined to
20294 access this functionality:
20295
20296 @multitable @columnfractions .4 .6
20297 @item @strong{Operation}
20298 @tab @strong{Description}
20299
20300 @item @code{-var-create}
20301 @tab create a variable object
20302 @item @code{-var-delete}
20303 @tab delete the variable object and its children
20304 @item @code{-var-set-format}
20305 @tab set the display format of this variable
20306 @item @code{-var-show-format}
20307 @tab show the display format of this variable
20308 @item @code{-var-info-num-children}
20309 @tab tells how many children this object has
20310 @item @code{-var-list-children}
20311 @tab return a list of the object's children
20312 @item @code{-var-info-type}
20313 @tab show the type of this variable object
20314 @item @code{-var-info-expression}
20315 @tab print what this variable object represents
20316 @item @code{-var-show-attributes}
20317 @tab is this variable editable? does it exist here?
20318 @item @code{-var-evaluate-expression}
20319 @tab get the value of this variable
20320 @item @code{-var-assign}
20321 @tab set the value of this variable
20322 @item @code{-var-update}
20323 @tab update the variable and its children
20324 @end multitable
20325
20326 In the next subsection we describe each operation in detail and suggest
20327 how it can be used.
20328
20329 @subheading Description And Use of Operations on Variable Objects
20330
20331 @subheading The @code{-var-create} Command
20332 @findex -var-create
20333
20334 @subsubheading Synopsis
20335
20336 @smallexample
20337 -var-create @{@var{name} | "-"@}
20338 @{@var{frame-addr} | "*"@} @var{expression}
20339 @end smallexample
20340
20341 This operation creates a variable object, which allows the monitoring of
20342 a variable, the result of an expression, a memory cell or a CPU
20343 register.
20344
20345 The @var{name} parameter is the string by which the object can be
20346 referenced. It must be unique. If @samp{-} is specified, the varobj
20347 system will generate a string ``varNNNNNN'' automatically. It will be
20348 unique provided that one does not specify @var{name} on that format.
20349 The command fails if a duplicate name is found.
20350
20351 The frame under which the expression should be evaluated can be
20352 specified by @var{frame-addr}. A @samp{*} indicates that the current
20353 frame should be used.
20354
20355 @var{expression} is any expression valid on the current language set (must not
20356 begin with a @samp{*}), or one of the following:
20357
20358 @itemize @bullet
20359 @item
20360 @samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20361
20362 @item
20363 @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20364
20365 @item
20366 @samp{$@var{regname}} --- a CPU register name
20367 @end itemize
20368
20369 @subsubheading Result
20370
20371 This operation returns the name, number of children and the type of the
20372 object created. Type is returned as a string as the ones generated by
20373 the @value{GDBN} CLI:
20374
20375 @smallexample
20376 name="@var{name}",numchild="N",type="@var{type}"
20377 @end smallexample
20378
20379
20380 @subheading The @code{-var-delete} Command
20381 @findex -var-delete
20382
20383 @subsubheading Synopsis
20384
20385 @smallexample
20386 -var-delete @var{name}
20387 @end smallexample
20388
20389 Deletes a previously created variable object and all of its children.
20390
20391 Returns an error if the object @var{name} is not found.
20392
20393
20394 @subheading The @code{-var-set-format} Command
20395 @findex -var-set-format
20396
20397 @subsubheading Synopsis
20398
20399 @smallexample
20400 -var-set-format @var{name} @var{format-spec}
20401 @end smallexample
20402
20403 Sets the output format for the value of the object @var{name} to be
20404 @var{format-spec}.
20405
20406 The syntax for the @var{format-spec} is as follows:
20407
20408 @smallexample
20409 @var{format-spec} @expansion{}
20410 @{binary | decimal | hexadecimal | octal | natural@}
20411 @end smallexample
20412
20413
20414 @subheading The @code{-var-show-format} Command
20415 @findex -var-show-format
20416
20417 @subsubheading Synopsis
20418
20419 @smallexample
20420 -var-show-format @var{name}
20421 @end smallexample
20422
20423 Returns the format used to display the value of the object @var{name}.
20424
20425 @smallexample
20426 @var{format} @expansion{}
20427 @var{format-spec}
20428 @end smallexample
20429
20430
20431 @subheading The @code{-var-info-num-children} Command
20432 @findex -var-info-num-children
20433
20434 @subsubheading Synopsis
20435
20436 @smallexample
20437 -var-info-num-children @var{name}
20438 @end smallexample
20439
20440 Returns the number of children of a variable object @var{name}:
20441
20442 @smallexample
20443 numchild=@var{n}
20444 @end smallexample
20445
20446
20447 @subheading The @code{-var-list-children} Command
20448 @findex -var-list-children
20449
20450 @subsubheading Synopsis
20451
20452 @smallexample
20453 -var-list-children [@var{print-values}] @var{name}
20454 @end smallexample
20455
20456 Returns a list of the children of the specified variable object. With
20457 just the variable object name as an argument or with an optional
20458 preceding argument of 0 or @code{--no-values}, prints only the names of the
20459 variables. With an optional preceding argument of 1 or @code{--all-values},
20460 also prints their values.
20461
20462 @subsubheading Example
20463
20464 @smallexample
20465 (@value{GDBP})
20466 -var-list-children n
20467 numchild=@var{n},children=[@{name=@var{name},
20468 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
20469 (@value{GDBP})
20470 -var-list-children --all-values n
20471 numchild=@var{n},children=[@{name=@var{name},
20472 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
20473 @end smallexample
20474
20475
20476 @subheading The @code{-var-info-type} Command
20477 @findex -var-info-type
20478
20479 @subsubheading Synopsis
20480
20481 @smallexample
20482 -var-info-type @var{name}
20483 @end smallexample
20484
20485 Returns the type of the specified variable @var{name}. The type is
20486 returned as a string in the same format as it is output by the
20487 @value{GDBN} CLI:
20488
20489 @smallexample
20490 type=@var{typename}
20491 @end smallexample
20492
20493
20494 @subheading The @code{-var-info-expression} Command
20495 @findex -var-info-expression
20496
20497 @subsubheading Synopsis
20498
20499 @smallexample
20500 -var-info-expression @var{name}
20501 @end smallexample
20502
20503 Returns what is represented by the variable object @var{name}:
20504
20505 @smallexample
20506 lang=@var{lang-spec},exp=@var{expression}
20507 @end smallexample
20508
20509 @noindent
20510 where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20511
20512 @subheading The @code{-var-show-attributes} Command
20513 @findex -var-show-attributes
20514
20515 @subsubheading Synopsis
20516
20517 @smallexample
20518 -var-show-attributes @var{name}
20519 @end smallexample
20520
20521 List attributes of the specified variable object @var{name}:
20522
20523 @smallexample
20524 status=@var{attr} [ ( ,@var{attr} )* ]
20525 @end smallexample
20526
20527 @noindent
20528 where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20529
20530 @subheading The @code{-var-evaluate-expression} Command
20531 @findex -var-evaluate-expression
20532
20533 @subsubheading Synopsis
20534
20535 @smallexample
20536 -var-evaluate-expression @var{name}
20537 @end smallexample
20538
20539 Evaluates the expression that is represented by the specified variable
20540 object and returns its value as a string in the current format specified
20541 for the object:
20542
20543 @smallexample
20544 value=@var{value}
20545 @end smallexample
20546
20547 Note that one must invoke @code{-var-list-children} for a variable
20548 before the value of a child variable can be evaluated.
20549
20550 @subheading The @code{-var-assign} Command
20551 @findex -var-assign
20552
20553 @subsubheading Synopsis
20554
20555 @smallexample
20556 -var-assign @var{name} @var{expression}
20557 @end smallexample
20558
20559 Assigns the value of @var{expression} to the variable object specified
20560 by @var{name}. The object must be @samp{editable}. If the variable's
20561 value is altered by the assign, the variable will show up in any
20562 subsequent @code{-var-update} list.
20563
20564 @subsubheading Example
20565
20566 @smallexample
20567 (@value{GDBP})
20568 -var-assign var1 3
20569 ^done,value="3"
20570 (@value{GDBP})
20571 -var-update *
20572 ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20573 (@value{GDBP})
20574 @end smallexample
20575
20576 @subheading The @code{-var-update} Command
20577 @findex -var-update
20578
20579 @subsubheading Synopsis
20580
20581 @smallexample
20582 -var-update @{@var{name} | "*"@}
20583 @end smallexample
20584
20585 Update the value of the variable object @var{name} by evaluating its
20586 expression after fetching all the new values from memory or registers.
20587 A @samp{*} causes all existing variable objects to be updated.
20588
20589
20590 @node Annotations
20591 @chapter @value{GDBN} Annotations
20592
20593 This chapter describes annotations in @value{GDBN}. Annotations were
20594 designed to interface @value{GDBN} to graphical user interfaces or other
20595 similar programs which want to interact with @value{GDBN} at a
20596 relatively high level.
20597
20598 The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20599 (@pxref{GDB/MI}).
20600
20601 @ignore
20602 This is Edition @value{EDITION}, @value{DATE}.
20603 @end ignore
20604
20605 @menu
20606 * Annotations Overview:: What annotations are; the general syntax.
20607 * Server Prefix:: Issuing a command without affecting user state.
20608 * Prompting:: Annotations marking @value{GDBN}'s need for input.
20609 * Errors:: Annotations for error messages.
20610 * Invalidation:: Some annotations describe things now invalid.
20611 * Annotations for Running::
20612 Whether the program is running, how it stopped, etc.
20613 * Source Annotations:: Annotations describing source code.
20614 @end menu
20615
20616 @node Annotations Overview
20617 @section What is an Annotation?
20618 @cindex annotations
20619
20620 Annotations start with a newline character, two @samp{control-z}
20621 characters, and the name of the annotation. If there is no additional
20622 information associated with this annotation, the name of the annotation
20623 is followed immediately by a newline. If there is additional
20624 information, the name of the annotation is followed by a space, the
20625 additional information, and a newline. The additional information
20626 cannot contain newline characters.
20627
20628 Any output not beginning with a newline and two @samp{control-z}
20629 characters denotes literal output from @value{GDBN}. Currently there is
20630 no need for @value{GDBN} to output a newline followed by two
20631 @samp{control-z} characters, but if there was such a need, the
20632 annotations could be extended with an @samp{escape} annotation which
20633 means those three characters as output.
20634
20635 The annotation @var{level}, which is specified using the
20636 @option{--annotate} command line option (@pxref{Mode Options}), controls
20637 how much information @value{GDBN} prints together with its prompt,
20638 values of expressions, source lines, and other types of output. Level 0
20639 is for no anntations, level 1 is for use when @value{GDBN} is run as a
20640 subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20641 for programs that control @value{GDBN}, and level 2 annotations have
20642 been made obsolete (@pxref{Limitations, , Limitations of the Annotation
20643 Interface, annotate, GDB's Obsolete Annotations}).
20644
20645 @table @code
20646 @kindex set annotate
20647 @item set annotate @var{level}
20648 The @value{GDBN} command @code{set annotate} sets the level of
20649 annotations to the specified @var{level}.
20650
20651 @item show annotate
20652 @kindex show annotate
20653 Show the current annotation level.
20654 @end table
20655
20656 This chapter describes level 3 annotations.
20657
20658 A simple example of starting up @value{GDBN} with annotations is:
20659
20660 @smallexample
20661 $ @kbd{gdb --annotate=3}
20662 GNU gdb 6.0
20663 Copyright 2003 Free Software Foundation, Inc.
20664 GDB is free software, covered by the GNU General Public License,
20665 and you are welcome to change it and/or distribute copies of it
20666 under certain conditions.
20667 Type "show copying" to see the conditions.
20668 There is absolutely no warranty for GDB. Type "show warranty"
20669 for details.
20670 This GDB was configured as "i386-pc-linux-gnu"
20671
20672 ^Z^Zpre-prompt
20673 (@value{GDBP})
20674 ^Z^Zprompt
20675 @kbd{quit}
20676
20677 ^Z^Zpost-prompt
20678 $
20679 @end smallexample
20680
20681 Here @samp{quit} is input to @value{GDBN}; the rest is output from
20682 @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20683 denotes a @samp{control-z} character) are annotations; the rest is
20684 output from @value{GDBN}.
20685
20686 @node Server Prefix
20687 @section The Server Prefix
20688 @cindex server prefix for annotations
20689
20690 To issue a command to @value{GDBN} without affecting certain aspects of
20691 the state which is seen by users, prefix it with @samp{server }. This
20692 means that this command will not affect the command history, nor will it
20693 affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20694 pressed on a line by itself.
20695
20696 The server prefix does not affect the recording of values into the value
20697 history; to print a value without recording it into the value history,
20698 use the @code{output} command instead of the @code{print} command.
20699
20700 @node Prompting
20701 @section Annotation for @value{GDBN} Input
20702
20703 @cindex annotations for prompts
20704 When @value{GDBN} prompts for input, it annotates this fact so it is possible
20705 to know when to send output, when the output from a given command is
20706 over, etc.
20707
20708 Different kinds of input each have a different @dfn{input type}. Each
20709 input type has three annotations: a @code{pre-} annotation, which
20710 denotes the beginning of any prompt which is being output, a plain
20711 annotation, which denotes the end of the prompt, and then a @code{post-}
20712 annotation which denotes the end of any echo which may (or may not) be
20713 associated with the input. For example, the @code{prompt} input type
20714 features the following annotations:
20715
20716 @smallexample
20717 ^Z^Zpre-prompt
20718 ^Z^Zprompt
20719 ^Z^Zpost-prompt
20720 @end smallexample
20721
20722 The input types are
20723
20724 @table @code
20725 @findex pre-prompt
20726 @findex prompt
20727 @findex post-prompt
20728 @item prompt
20729 When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20730
20731 @findex pre-commands
20732 @findex commands
20733 @findex post-commands
20734 @item commands
20735 When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20736 command. The annotations are repeated for each command which is input.
20737
20738 @findex pre-overload-choice
20739 @findex overload-choice
20740 @findex post-overload-choice
20741 @item overload-choice
20742 When @value{GDBN} wants the user to select between various overloaded functions.
20743
20744 @findex pre-query
20745 @findex query
20746 @findex post-query
20747 @item query
20748 When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20749
20750 @findex pre-prompt-for-continue
20751 @findex prompt-for-continue
20752 @findex post-prompt-for-continue
20753 @item prompt-for-continue
20754 When @value{GDBN} is asking the user to press return to continue. Note: Don't
20755 expect this to work well; instead use @code{set height 0} to disable
20756 prompting. This is because the counting of lines is buggy in the
20757 presence of annotations.
20758 @end table
20759
20760 @node Errors
20761 @section Errors
20762 @cindex annotations for errors, warnings and interrupts
20763
20764 @findex quit
20765 @smallexample
20766 ^Z^Zquit
20767 @end smallexample
20768
20769 This annotation occurs right before @value{GDBN} responds to an interrupt.
20770
20771 @findex error
20772 @smallexample
20773 ^Z^Zerror
20774 @end smallexample
20775
20776 This annotation occurs right before @value{GDBN} responds to an error.
20777
20778 Quit and error annotations indicate that any annotations which @value{GDBN} was
20779 in the middle of may end abruptly. For example, if a
20780 @code{value-history-begin} annotation is followed by a @code{error}, one
20781 cannot expect to receive the matching @code{value-history-end}. One
20782 cannot expect not to receive it either, however; an error annotation
20783 does not necessarily mean that @value{GDBN} is immediately returning all the way
20784 to the top level.
20785
20786 @findex error-begin
20787 A quit or error annotation may be preceded by
20788
20789 @smallexample
20790 ^Z^Zerror-begin
20791 @end smallexample
20792
20793 Any output between that and the quit or error annotation is the error
20794 message.
20795
20796 Warning messages are not yet annotated.
20797 @c If we want to change that, need to fix warning(), type_error(),
20798 @c range_error(), and possibly other places.
20799
20800 @node Invalidation
20801 @section Invalidation Notices
20802
20803 @cindex annotations for invalidation messages
20804 The following annotations say that certain pieces of state may have
20805 changed.
20806
20807 @table @code
20808 @findex frames-invalid
20809 @item ^Z^Zframes-invalid
20810
20811 The frames (for example, output from the @code{backtrace} command) may
20812 have changed.
20813
20814 @findex breakpoints-invalid
20815 @item ^Z^Zbreakpoints-invalid
20816
20817 The breakpoints may have changed. For example, the user just added or
20818 deleted a breakpoint.
20819 @end table
20820
20821 @node Annotations for Running
20822 @section Running the Program
20823 @cindex annotations for running programs
20824
20825 @findex starting
20826 @findex stopping
20827 When the program starts executing due to a @value{GDBN} command such as
20828 @code{step} or @code{continue},
20829
20830 @smallexample
20831 ^Z^Zstarting
20832 @end smallexample
20833
20834 is output. When the program stops,
20835
20836 @smallexample
20837 ^Z^Zstopped
20838 @end smallexample
20839
20840 is output. Before the @code{stopped} annotation, a variety of
20841 annotations describe how the program stopped.
20842
20843 @table @code
20844 @findex exited
20845 @item ^Z^Zexited @var{exit-status}
20846 The program exited, and @var{exit-status} is the exit status (zero for
20847 successful exit, otherwise nonzero).
20848
20849 @findex signalled
20850 @findex signal-name
20851 @findex signal-name-end
20852 @findex signal-string
20853 @findex signal-string-end
20854 @item ^Z^Zsignalled
20855 The program exited with a signal. After the @code{^Z^Zsignalled}, the
20856 annotation continues:
20857
20858 @smallexample
20859 @var{intro-text}
20860 ^Z^Zsignal-name
20861 @var{name}
20862 ^Z^Zsignal-name-end
20863 @var{middle-text}
20864 ^Z^Zsignal-string
20865 @var{string}
20866 ^Z^Zsignal-string-end
20867 @var{end-text}
20868 @end smallexample
20869
20870 @noindent
20871 where @var{name} is the name of the signal, such as @code{SIGILL} or
20872 @code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20873 as @code{Illegal Instruction} or @code{Segmentation fault}.
20874 @var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20875 user's benefit and have no particular format.
20876
20877 @findex signal
20878 @item ^Z^Zsignal
20879 The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20880 just saying that the program received the signal, not that it was
20881 terminated with it.
20882
20883 @findex breakpoint
20884 @item ^Z^Zbreakpoint @var{number}
20885 The program hit breakpoint number @var{number}.
20886
20887 @findex watchpoint
20888 @item ^Z^Zwatchpoint @var{number}
20889 The program hit watchpoint number @var{number}.
20890 @end table
20891
20892 @node Source Annotations
20893 @section Displaying Source
20894 @cindex annotations for source display
20895
20896 @findex source
20897 The following annotation is used instead of displaying source code:
20898
20899 @smallexample
20900 ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20901 @end smallexample
20902
20903 where @var{filename} is an absolute file name indicating which source
20904 file, @var{line} is the line number within that file (where 1 is the
20905 first line in the file), @var{character} is the character position
20906 within the file (where 0 is the first character in the file) (for most
20907 debug formats this will necessarily point to the beginning of a line),
20908 @var{middle} is @samp{middle} if @var{addr} is in the middle of the
20909 line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20910 @var{addr} is the address in the target program associated with the
20911 source which is being displayed. @var{addr} is in the form @samp{0x}
20912 followed by one or more lowercase hex digits (note that this does not
20913 depend on the language).
20914
20915 @node GDB Bugs
20916 @chapter Reporting Bugs in @value{GDBN}
20917 @cindex bugs in @value{GDBN}
20918 @cindex reporting bugs in @value{GDBN}
20919
20920 Your bug reports play an essential role in making @value{GDBN} reliable.
20921
20922 Reporting a bug may help you by bringing a solution to your problem, or it
20923 may not. But in any case the principal function of a bug report is to help
20924 the entire community by making the next version of @value{GDBN} work better. Bug
20925 reports are your contribution to the maintenance of @value{GDBN}.
20926
20927 In order for a bug report to serve its purpose, you must include the
20928 information that enables us to fix the bug.
20929
20930 @menu
20931 * Bug Criteria:: Have you found a bug?
20932 * Bug Reporting:: How to report bugs
20933 @end menu
20934
20935 @node Bug Criteria
20936 @section Have you found a bug?
20937 @cindex bug criteria
20938
20939 If you are not sure whether you have found a bug, here are some guidelines:
20940
20941 @itemize @bullet
20942 @cindex fatal signal
20943 @cindex debugger crash
20944 @cindex crash of debugger
20945 @item
20946 If the debugger gets a fatal signal, for any input whatever, that is a
20947 @value{GDBN} bug. Reliable debuggers never crash.
20948
20949 @cindex error on valid input
20950 @item
20951 If @value{GDBN} produces an error message for valid input, that is a
20952 bug. (Note that if you're cross debugging, the problem may also be
20953 somewhere in the connection to the target.)
20954
20955 @cindex invalid input
20956 @item
20957 If @value{GDBN} does not produce an error message for invalid input,
20958 that is a bug. However, you should note that your idea of
20959 ``invalid input'' might be our idea of ``an extension'' or ``support
20960 for traditional practice''.
20961
20962 @item
20963 If you are an experienced user of debugging tools, your suggestions
20964 for improvement of @value{GDBN} are welcome in any case.
20965 @end itemize
20966
20967 @node Bug Reporting
20968 @section How to report bugs
20969 @cindex bug reports
20970 @cindex @value{GDBN} bugs, reporting
20971
20972 A number of companies and individuals offer support for @sc{gnu} products.
20973 If you obtained @value{GDBN} from a support organization, we recommend you
20974 contact that organization first.
20975
20976 You can find contact information for many support companies and
20977 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20978 distribution.
20979 @c should add a web page ref...
20980
20981 In any event, we also recommend that you submit bug reports for
20982 @value{GDBN}. The prefered method is to submit them directly using
20983 @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20984 page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20985 be used.
20986
20987 @strong{Do not send bug reports to @samp{info-gdb}, or to
20988 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20989 not want to receive bug reports. Those that do have arranged to receive
20990 @samp{bug-gdb}.
20991
20992 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20993 serves as a repeater. The mailing list and the newsgroup carry exactly
20994 the same messages. Often people think of posting bug reports to the
20995 newsgroup instead of mailing them. This appears to work, but it has one
20996 problem which can be crucial: a newsgroup posting often lacks a mail
20997 path back to the sender. Thus, if we need to ask for more information,
20998 we may be unable to reach you. For this reason, it is better to send
20999 bug reports to the mailing list.
21000
21001 The fundamental principle of reporting bugs usefully is this:
21002 @strong{report all the facts}. If you are not sure whether to state a
21003 fact or leave it out, state it!
21004
21005 Often people omit facts because they think they know what causes the
21006 problem and assume that some details do not matter. Thus, you might
21007 assume that the name of the variable you use in an example does not matter.
21008 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
21009 stray memory reference which happens to fetch from the location where that
21010 name is stored in memory; perhaps, if the name were different, the contents
21011 of that location would fool the debugger into doing the right thing despite
21012 the bug. Play it safe and give a specific, complete example. That is the
21013 easiest thing for you to do, and the most helpful.
21014
21015 Keep in mind that the purpose of a bug report is to enable us to fix the
21016 bug. It may be that the bug has been reported previously, but neither
21017 you nor we can know that unless your bug report is complete and
21018 self-contained.
21019
21020 Sometimes people give a few sketchy facts and ask, ``Does this ring a
21021 bell?'' Those bug reports are useless, and we urge everyone to
21022 @emph{refuse to respond to them} except to chide the sender to report
21023 bugs properly.
21024
21025 To enable us to fix the bug, you should include all these things:
21026
21027 @itemize @bullet
21028 @item
21029 The version of @value{GDBN}. @value{GDBN} announces it if you start
21030 with no arguments; you can also print it at any time using @code{show
21031 version}.
21032
21033 Without this, we will not know whether there is any point in looking for
21034 the bug in the current version of @value{GDBN}.
21035
21036 @item
21037 The type of machine you are using, and the operating system name and
21038 version number.
21039
21040 @item
21041 What compiler (and its version) was used to compile @value{GDBN}---e.g.
21042 ``@value{GCC}--2.8.1''.
21043
21044 @item
21045 What compiler (and its version) was used to compile the program you are
21046 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
21047 C Compiler''. For GCC, you can say @code{gcc --version} to get this
21048 information; for other compilers, see the documentation for those
21049 compilers.
21050
21051 @item
21052 The command arguments you gave the compiler to compile your example and
21053 observe the bug. For example, did you use @samp{-O}? To guarantee
21054 you will not omit something important, list them all. A copy of the
21055 Makefile (or the output from make) is sufficient.
21056
21057 If we were to try to guess the arguments, we would probably guess wrong
21058 and then we might not encounter the bug.
21059
21060 @item
21061 A complete input script, and all necessary source files, that will
21062 reproduce the bug.
21063
21064 @item
21065 A description of what behavior you observe that you believe is
21066 incorrect. For example, ``It gets a fatal signal.''
21067
21068 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
21069 will certainly notice it. But if the bug is incorrect output, we might
21070 not notice unless it is glaringly wrong. You might as well not give us
21071 a chance to make a mistake.
21072
21073 Even if the problem you experience is a fatal signal, you should still
21074 say so explicitly. Suppose something strange is going on, such as, your
21075 copy of @value{GDBN} is out of synch, or you have encountered a bug in
21076 the C library on your system. (This has happened!) Your copy might
21077 crash and ours would not. If you told us to expect a crash, then when
21078 ours fails to crash, we would know that the bug was not happening for
21079 us. If you had not told us to expect a crash, then we would not be able
21080 to draw any conclusion from our observations.
21081
21082 @pindex script
21083 @cindex recording a session script
21084 To collect all this information, you can use a session recording program
21085 such as @command{script}, which is available on many Unix systems.
21086 Just run your @value{GDBN} session inside @command{script} and then
21087 include the @file{typescript} file with your bug report.
21088
21089 Another way to record a @value{GDBN} session is to run @value{GDBN}
21090 inside Emacs and then save the entire buffer to a file.
21091
21092 @item
21093 If you wish to suggest changes to the @value{GDBN} source, send us context
21094 diffs. If you even discuss something in the @value{GDBN} source, refer to
21095 it by context, not by line number.
21096
21097 The line numbers in our development sources will not match those in your
21098 sources. Your line numbers would convey no useful information to us.
21099
21100 @end itemize
21101
21102 Here are some things that are not necessary:
21103
21104 @itemize @bullet
21105 @item
21106 A description of the envelope of the bug.
21107
21108 Often people who encounter a bug spend a lot of time investigating
21109 which changes to the input file will make the bug go away and which
21110 changes will not affect it.
21111
21112 This is often time consuming and not very useful, because the way we
21113 will find the bug is by running a single example under the debugger
21114 with breakpoints, not by pure deduction from a series of examples.
21115 We recommend that you save your time for something else.
21116
21117 Of course, if you can find a simpler example to report @emph{instead}
21118 of the original one, that is a convenience for us. Errors in the
21119 output will be easier to spot, running under the debugger will take
21120 less time, and so on.
21121
21122 However, simplification is not vital; if you do not want to do this,
21123 report the bug anyway and send us the entire test case you used.
21124
21125 @item
21126 A patch for the bug.
21127
21128 A patch for the bug does help us if it is a good one. But do not omit
21129 the necessary information, such as the test case, on the assumption that
21130 a patch is all we need. We might see problems with your patch and decide
21131 to fix the problem another way, or we might not understand it at all.
21132
21133 Sometimes with a program as complicated as @value{GDBN} it is very hard to
21134 construct an example that will make the program follow a certain path
21135 through the code. If you do not send us the example, we will not be able
21136 to construct one, so we will not be able to verify that the bug is fixed.
21137
21138 And if we cannot understand what bug you are trying to fix, or why your
21139 patch should be an improvement, we will not install it. A test case will
21140 help us to understand.
21141
21142 @item
21143 A guess about what the bug is or what it depends on.
21144
21145 Such guesses are usually wrong. Even we cannot guess right about such
21146 things without first using the debugger to find the facts.
21147 @end itemize
21148
21149 @c The readline documentation is distributed with the readline code
21150 @c and consists of the two following files:
21151 @c rluser.texinfo
21152 @c inc-hist.texinfo
21153 @c Use -I with makeinfo to point to the appropriate directory,
21154 @c environment var TEXINPUTS with TeX.
21155 @include rluser.texinfo
21156 @include inc-hist.texinfo
21157
21158
21159 @node Formatting Documentation
21160 @appendix Formatting Documentation
21161
21162 @cindex @value{GDBN} reference card
21163 @cindex reference card
21164 The @value{GDBN} 4 release includes an already-formatted reference card, ready
21165 for printing with PostScript or Ghostscript, in the @file{gdb}
21166 subdirectory of the main source directory@footnote{In
21167 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
21168 release.}. If you can use PostScript or Ghostscript with your printer,
21169 you can print the reference card immediately with @file{refcard.ps}.
21170
21171 The release also includes the source for the reference card. You
21172 can format it, using @TeX{}, by typing:
21173
21174 @smallexample
21175 make refcard.dvi
21176 @end smallexample
21177
21178 The @value{GDBN} reference card is designed to print in @dfn{landscape}
21179 mode on US ``letter'' size paper;
21180 that is, on a sheet 11 inches wide by 8.5 inches
21181 high. You will need to specify this form of printing as an option to
21182 your @sc{dvi} output program.
21183
21184 @cindex documentation
21185
21186 All the documentation for @value{GDBN} comes as part of the machine-readable
21187 distribution. The documentation is written in Texinfo format, which is
21188 a documentation system that uses a single source file to produce both
21189 on-line information and a printed manual. You can use one of the Info
21190 formatting commands to create the on-line version of the documentation
21191 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
21192
21193 @value{GDBN} includes an already formatted copy of the on-line Info
21194 version of this manual in the @file{gdb} subdirectory. The main Info
21195 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21196 subordinate files matching @samp{gdb.info*} in the same directory. If
21197 necessary, you can print out these files, or read them with any editor;
21198 but they are easier to read using the @code{info} subsystem in @sc{gnu}
21199 Emacs or the standalone @code{info} program, available as part of the
21200 @sc{gnu} Texinfo distribution.
21201
21202 If you want to format these Info files yourself, you need one of the
21203 Info formatting programs, such as @code{texinfo-format-buffer} or
21204 @code{makeinfo}.
21205
21206 If you have @code{makeinfo} installed, and are in the top level
21207 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21208 version @value{GDBVN}), you can make the Info file by typing:
21209
21210 @smallexample
21211 cd gdb
21212 make gdb.info
21213 @end smallexample
21214
21215 If you want to typeset and print copies of this manual, you need @TeX{},
21216 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21217 Texinfo definitions file.
21218
21219 @TeX{} is a typesetting program; it does not print files directly, but
21220 produces output files called @sc{dvi} files. To print a typeset
21221 document, you need a program to print @sc{dvi} files. If your system
21222 has @TeX{} installed, chances are it has such a program. The precise
21223 command to use depends on your system; @kbd{lpr -d} is common; another
21224 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21225 require a file name without any extension or a @samp{.dvi} extension.
21226
21227 @TeX{} also requires a macro definitions file called
21228 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21229 written in Texinfo format. On its own, @TeX{} cannot either read or
21230 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21231 and is located in the @file{gdb-@var{version-number}/texinfo}
21232 directory.
21233
21234 If you have @TeX{} and a @sc{dvi} printer program installed, you can
21235 typeset and print this manual. First switch to the the @file{gdb}
21236 subdirectory of the main source directory (for example, to
21237 @file{gdb-@value{GDBVN}/gdb}) and type:
21238
21239 @smallexample
21240 make gdb.dvi
21241 @end smallexample
21242
21243 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
21244
21245 @node Installing GDB
21246 @appendix Installing @value{GDBN}
21247 @cindex configuring @value{GDBN}
21248 @cindex installation
21249 @cindex configuring @value{GDBN}, and source tree subdirectories
21250
21251 @value{GDBN} comes with a @code{configure} script that automates the process
21252 of preparing @value{GDBN} for installation; you can then use @code{make} to
21253 build the @code{gdb} program.
21254 @iftex
21255 @c irrelevant in info file; it's as current as the code it lives with.
21256 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21257 look at the @file{README} file in the sources; we may have improved the
21258 installation procedures since publishing this manual.}
21259 @end iftex
21260
21261 The @value{GDBN} distribution includes all the source code you need for
21262 @value{GDBN} in a single directory, whose name is usually composed by
21263 appending the version number to @samp{gdb}.
21264
21265 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21266 @file{gdb-@value{GDBVN}} directory. That directory contains:
21267
21268 @table @code
21269 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21270 script for configuring @value{GDBN} and all its supporting libraries
21271
21272 @item gdb-@value{GDBVN}/gdb
21273 the source specific to @value{GDBN} itself
21274
21275 @item gdb-@value{GDBVN}/bfd
21276 source for the Binary File Descriptor library
21277
21278 @item gdb-@value{GDBVN}/include
21279 @sc{gnu} include files
21280
21281 @item gdb-@value{GDBVN}/libiberty
21282 source for the @samp{-liberty} free software library
21283
21284 @item gdb-@value{GDBVN}/opcodes
21285 source for the library of opcode tables and disassemblers
21286
21287 @item gdb-@value{GDBVN}/readline
21288 source for the @sc{gnu} command-line interface
21289
21290 @item gdb-@value{GDBVN}/glob
21291 source for the @sc{gnu} filename pattern-matching subroutine
21292
21293 @item gdb-@value{GDBVN}/mmalloc
21294 source for the @sc{gnu} memory-mapped malloc package
21295 @end table
21296
21297 The simplest way to configure and build @value{GDBN} is to run @code{configure}
21298 from the @file{gdb-@var{version-number}} source directory, which in
21299 this example is the @file{gdb-@value{GDBVN}} directory.
21300
21301 First switch to the @file{gdb-@var{version-number}} source directory
21302 if you are not already in it; then run @code{configure}. Pass the
21303 identifier for the platform on which @value{GDBN} will run as an
21304 argument.
21305
21306 For example:
21307
21308 @smallexample
21309 cd gdb-@value{GDBVN}
21310 ./configure @var{host}
21311 make
21312 @end smallexample
21313
21314 @noindent
21315 where @var{host} is an identifier such as @samp{sun4} or
21316 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
21317 (You can often leave off @var{host}; @code{configure} tries to guess the
21318 correct value by examining your system.)
21319
21320 Running @samp{configure @var{host}} and then running @code{make} builds the
21321 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21322 libraries, then @code{gdb} itself. The configured source files, and the
21323 binaries, are left in the corresponding source directories.
21324
21325 @need 750
21326 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21327 system does not recognize this automatically when you run a different
21328 shell, you may need to run @code{sh} on it explicitly:
21329
21330 @smallexample
21331 sh configure @var{host}
21332 @end smallexample
21333
21334 If you run @code{configure} from a directory that contains source
21335 directories for multiple libraries or programs, such as the
21336 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21337 creates configuration files for every directory level underneath (unless
21338 you tell it not to, with the @samp{--norecursion} option).
21339
21340 You should run the @code{configure} script from the top directory in the
21341 source tree, the @file{gdb-@var{version-number}} directory. If you run
21342 @code{configure} from one of the subdirectories, you will configure only
21343 that subdirectory. That is usually not what you want. In particular,
21344 if you run the first @code{configure} from the @file{gdb} subdirectory
21345 of the @file{gdb-@var{version-number}} directory, you will omit the
21346 configuration of @file{bfd}, @file{readline}, and other sibling
21347 directories of the @file{gdb} subdirectory. This leads to build errors
21348 about missing include files such as @file{bfd/bfd.h}.
21349
21350 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21351 However, you should make sure that the shell on your path (named by
21352 the @samp{SHELL} environment variable) is publicly readable. Remember
21353 that @value{GDBN} uses the shell to start your program---some systems refuse to
21354 let @value{GDBN} debug child processes whose programs are not readable.
21355
21356 @menu
21357 * Separate Objdir:: Compiling @value{GDBN} in another directory
21358 * Config Names:: Specifying names for hosts and targets
21359 * Configure Options:: Summary of options for configure
21360 @end menu
21361
21362 @node Separate Objdir
21363 @section Compiling @value{GDBN} in another directory
21364
21365 If you want to run @value{GDBN} versions for several host or target machines,
21366 you need a different @code{gdb} compiled for each combination of
21367 host and target. @code{configure} is designed to make this easy by
21368 allowing you to generate each configuration in a separate subdirectory,
21369 rather than in the source directory. If your @code{make} program
21370 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21371 @code{make} in each of these directories builds the @code{gdb}
21372 program specified there.
21373
21374 To build @code{gdb} in a separate directory, run @code{configure}
21375 with the @samp{--srcdir} option to specify where to find the source.
21376 (You also need to specify a path to find @code{configure}
21377 itself from your working directory. If the path to @code{configure}
21378 would be the same as the argument to @samp{--srcdir}, you can leave out
21379 the @samp{--srcdir} option; it is assumed.)
21380
21381 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21382 separate directory for a Sun 4 like this:
21383
21384 @smallexample
21385 @group
21386 cd gdb-@value{GDBVN}
21387 mkdir ../gdb-sun4
21388 cd ../gdb-sun4
21389 ../gdb-@value{GDBVN}/configure sun4
21390 make
21391 @end group
21392 @end smallexample
21393
21394 When @code{configure} builds a configuration using a remote source
21395 directory, it creates a tree for the binaries with the same structure
21396 (and using the same names) as the tree under the source directory. In
21397 the example, you'd find the Sun 4 library @file{libiberty.a} in the
21398 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21399 @file{gdb-sun4/gdb}.
21400
21401 Make sure that your path to the @file{configure} script has just one
21402 instance of @file{gdb} in it. If your path to @file{configure} looks
21403 like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21404 one subdirectory of @value{GDBN}, not the whole package. This leads to
21405 build errors about missing include files such as @file{bfd/bfd.h}.
21406
21407 One popular reason to build several @value{GDBN} configurations in separate
21408 directories is to configure @value{GDBN} for cross-compiling (where
21409 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
21410 programs that run on another machine---the @dfn{target}).
21411 You specify a cross-debugging target by
21412 giving the @samp{--target=@var{target}} option to @code{configure}.
21413
21414 When you run @code{make} to build a program or library, you must run
21415 it in a configured directory---whatever directory you were in when you
21416 called @code{configure} (or one of its subdirectories).
21417
21418 The @code{Makefile} that @code{configure} generates in each source
21419 directory also runs recursively. If you type @code{make} in a source
21420 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21421 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21422 will build all the required libraries, and then build GDB.
21423
21424 When you have multiple hosts or targets configured in separate
21425 directories, you can run @code{make} on them in parallel (for example,
21426 if they are NFS-mounted on each of the hosts); they will not interfere
21427 with each other.
21428
21429 @node Config Names
21430 @section Specifying names for hosts and targets
21431
21432 The specifications used for hosts and targets in the @code{configure}
21433 script are based on a three-part naming scheme, but some short predefined
21434 aliases are also supported. The full naming scheme encodes three pieces
21435 of information in the following pattern:
21436
21437 @smallexample
21438 @var{architecture}-@var{vendor}-@var{os}
21439 @end smallexample
21440
21441 For example, you can use the alias @code{sun4} as a @var{host} argument,
21442 or as the value for @var{target} in a @code{--target=@var{target}}
21443 option. The equivalent full name is @samp{sparc-sun-sunos4}.
21444
21445 The @code{configure} script accompanying @value{GDBN} does not provide
21446 any query facility to list all supported host and target names or
21447 aliases. @code{configure} calls the Bourne shell script
21448 @code{config.sub} to map abbreviations to full names; you can read the
21449 script, if you wish, or you can use it to test your guesses on
21450 abbreviations---for example:
21451
21452 @smallexample
21453 % sh config.sub i386-linux
21454 i386-pc-linux-gnu
21455 % sh config.sub alpha-linux
21456 alpha-unknown-linux-gnu
21457 % sh config.sub hp9k700
21458 hppa1.1-hp-hpux
21459 % sh config.sub sun4
21460 sparc-sun-sunos4.1.1
21461 % sh config.sub sun3
21462 m68k-sun-sunos4.1.1
21463 % sh config.sub i986v
21464 Invalid configuration `i986v': machine `i986v' not recognized
21465 @end smallexample
21466
21467 @noindent
21468 @code{config.sub} is also distributed in the @value{GDBN} source
21469 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
21470
21471 @node Configure Options
21472 @section @code{configure} options
21473
21474 Here is a summary of the @code{configure} options and arguments that
21475 are most often useful for building @value{GDBN}. @code{configure} also has
21476 several other options not listed here. @inforef{What Configure
21477 Does,,configure.info}, for a full explanation of @code{configure}.
21478
21479 @smallexample
21480 configure @r{[}--help@r{]}
21481 @r{[}--prefix=@var{dir}@r{]}
21482 @r{[}--exec-prefix=@var{dir}@r{]}
21483 @r{[}--srcdir=@var{dirname}@r{]}
21484 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21485 @r{[}--target=@var{target}@r{]}
21486 @var{host}
21487 @end smallexample
21488
21489 @noindent
21490 You may introduce options with a single @samp{-} rather than
21491 @samp{--} if you prefer; but you may abbreviate option names if you use
21492 @samp{--}.
21493
21494 @table @code
21495 @item --help
21496 Display a quick summary of how to invoke @code{configure}.
21497
21498 @item --prefix=@var{dir}
21499 Configure the source to install programs and files under directory
21500 @file{@var{dir}}.
21501
21502 @item --exec-prefix=@var{dir}
21503 Configure the source to install programs under directory
21504 @file{@var{dir}}.
21505
21506 @c avoid splitting the warning from the explanation:
21507 @need 2000
21508 @item --srcdir=@var{dirname}
21509 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21510 @code{make} that implements the @code{VPATH} feature.}@*
21511 Use this option to make configurations in directories separate from the
21512 @value{GDBN} source directories. Among other things, you can use this to
21513 build (or maintain) several configurations simultaneously, in separate
21514 directories. @code{configure} writes configuration specific files in
21515 the current directory, but arranges for them to use the source in the
21516 directory @var{dirname}. @code{configure} creates directories under
21517 the working directory in parallel to the source directories below
21518 @var{dirname}.
21519
21520 @item --norecursion
21521 Configure only the directory level where @code{configure} is executed; do not
21522 propagate configuration to subdirectories.
21523
21524 @item --target=@var{target}
21525 Configure @value{GDBN} for cross-debugging programs running on the specified
21526 @var{target}. Without this option, @value{GDBN} is configured to debug
21527 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
21528
21529 There is no convenient way to generate a list of all available targets.
21530
21531 @item @var{host} @dots{}
21532 Configure @value{GDBN} to run on the specified @var{host}.
21533
21534 There is no convenient way to generate a list of all available hosts.
21535 @end table
21536
21537 There are many other options available as well, but they are generally
21538 needed for special purposes only.
21539
21540 @node Maintenance Commands
21541 @appendix Maintenance Commands
21542 @cindex maintenance commands
21543 @cindex internal commands
21544
21545 In addition to commands intended for @value{GDBN} users, @value{GDBN}
21546 includes a number of commands intended for @value{GDBN} developers,
21547 that are not documented elsewhere in this manual. These commands are
21548 provided here for reference. (For commands that turn on debugging
21549 messages, see @ref{Debugging Output}.)
21550
21551 @table @code
21552 @kindex maint agent
21553 @item maint agent @var{expression}
21554 Translate the given @var{expression} into remote agent bytecodes.
21555 This command is useful for debugging the Agent Expression mechanism
21556 (@pxref{Agent Expressions}).
21557
21558 @kindex maint info breakpoints
21559 @item @anchor{maint info breakpoints}maint info breakpoints
21560 Using the same format as @samp{info breakpoints}, display both the
21561 breakpoints you've set explicitly, and those @value{GDBN} is using for
21562 internal purposes. Internal breakpoints are shown with negative
21563 breakpoint numbers. The type column identifies what kind of breakpoint
21564 is shown:
21565
21566 @table @code
21567 @item breakpoint
21568 Normal, explicitly set breakpoint.
21569
21570 @item watchpoint
21571 Normal, explicitly set watchpoint.
21572
21573 @item longjmp
21574 Internal breakpoint, used to handle correctly stepping through
21575 @code{longjmp} calls.
21576
21577 @item longjmp resume
21578 Internal breakpoint at the target of a @code{longjmp}.
21579
21580 @item until
21581 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
21582
21583 @item finish
21584 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
21585
21586 @item shlib events
21587 Shared library events.
21588
21589 @end table
21590
21591 @kindex maint check-symtabs
21592 @item maint check-symtabs
21593 Check the consistency of psymtabs and symtabs.
21594
21595 @kindex maint cplus first_component
21596 @item maint cplus first_component @var{name}
21597 Print the first C@t{++} class/namespace component of @var{name}.
21598
21599 @kindex maint cplus namespace
21600 @item maint cplus namespace
21601 Print the list of possible C@t{++} namespaces.
21602
21603 @kindex maint demangle
21604 @item maint demangle @var{name}
21605 Demangle a C@t{++} or Objective-C manled @var{name}.
21606
21607 @kindex maint deprecate
21608 @kindex maint undeprecate
21609 @cindex deprecated commands
21610 @item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21611 @itemx maint undeprecate @var{command}
21612 Deprecate or undeprecate the named @var{command}. Deprecated commands
21613 cause @value{GDBN} to issue a warning when you use them. The optional
21614 argument @var{replacement} says which newer command should be used in
21615 favor of the deprecated one; if it is given, @value{GDBN} will mention
21616 the replacement as part of the warning.
21617
21618 @kindex maint dump-me
21619 @item maint dump-me
21620 @cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
21621 Cause a fatal signal in the debugger and force it to dump its core.
21622 This is supported only on systems which support aborting a program
21623 with the @code{SIGQUIT} signal.
21624
21625 @kindex maint internal-error
21626 @kindex maint internal-warning
21627 @item maint internal-error @r{[}@var{message-text}@r{]}
21628 @itemx maint internal-warning @r{[}@var{message-text}@r{]}
21629 Cause @value{GDBN} to call the internal function @code{internal_error}
21630 or @code{internal_warning} and hence behave as though an internal error
21631 or internal warning has been detected. In addition to reporting the
21632 internal problem, these functions give the user the opportunity to
21633 either quit @value{GDBN} or create a core file of the current
21634 @value{GDBN} session.
21635
21636 These commands take an optional parameter @var{message-text} that is
21637 used as the text of the error or warning message.
21638
21639 Here's an example of using @code{indernal-error}:
21640
21641 @smallexample
21642 (@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
21643 @dots{}/maint.c:121: internal-error: testing, 1, 2
21644 A problem internal to GDB has been detected. Further
21645 debugging may prove unreliable.
21646 Quit this debugging session? (y or n) @kbd{n}
21647 Create a core file? (y or n) @kbd{n}
21648 (@value{GDBP})
21649 @end smallexample
21650
21651 @kindex maint packet
21652 @item maint packet @var{text}
21653 If @value{GDBN} is talking to an inferior via the serial protocol,
21654 then this command sends the string @var{text} to the inferior, and
21655 displays the response packet. @value{GDBN} supplies the initial
21656 @samp{$} character, the terminating @samp{#} character, and the
21657 checksum.
21658
21659 @kindex maint print architecture
21660 @item maint print architecture @r{[}@var{file}@r{]}
21661 Print the entire architecture configuration. The optional argument
21662 @var{file} names the file where the output goes.
21663
21664 @kindex maint print dummy-frames
21665 @item maint print dummy-frames
21666 Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21667
21668 @smallexample
21669 (@value{GDBP}) @kbd{b add}
21670 @dots{}
21671 (@value{GDBP}) @kbd{print add(2,3)}
21672 Breakpoint 2, add (a=2, b=3) at @dots{}
21673 58 return (a + b);
21674 The program being debugged stopped while in a function called from GDB.
21675 @dots{}
21676 (@value{GDBP}) @kbd{maint print dummy-frames}
21677 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21678 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21679 call_lo=0x01014000 call_hi=0x01014001
21680 (@value{GDBP})
21681 @end smallexample
21682
21683 Takes an optional file parameter.
21684
21685 @kindex maint print registers
21686 @kindex maint print raw-registers
21687 @kindex maint print cooked-registers
21688 @kindex maint print register-groups
21689 @item maint print registers @r{[}@var{file}@r{]}
21690 @itemx maint print raw-registers @r{[}@var{file}@r{]}
21691 @itemx maint print cooked-registers @r{[}@var{file}@r{]}
21692 @itemx maint print register-groups @r{[}@var{file}@r{]}
21693 Print @value{GDBN}'s internal register data structures.
21694
21695 The command @code{maint print raw-registers} includes the contents of
21696 the raw register cache; the command @code{maint print cooked-registers}
21697 includes the (cooked) value of all registers; and the command
21698 @code{maint print register-groups} includes the groups that each
21699 register is a member of. @xref{Registers,, Registers, gdbint,
21700 @value{GDBN} Internals}.
21701
21702 These commands take an optional parameter, a file name to which to
21703 write the information.
21704
21705 @kindex maint print reggroups
21706 @item maint print reggroups @r{[}@var{file}@r{]}
21707 Print @value{GDBN}'s internal register group data structures. The
21708 optional argument @var{file} tells to what file to write the
21709 information.
21710
21711 The register groups info looks like this:
21712
21713 @smallexample
21714 (@value{GDBP}) @kbd{maint print reggroups}
21715 Group Type
21716 general user
21717 float user
21718 all user
21719 vector user
21720 system user
21721 save internal
21722 restore internal
21723 @end smallexample
21724
21725 @kindex flushregs
21726 @item flushregs
21727 This command forces @value{GDBN} to flush its internal register cache.
21728
21729 @kindex maint print objfiles
21730 @cindex info for known object files
21731 @item maint print objfiles
21732 Print a dump of all known object files. For each object file, this
21733 command prints its name, address in memory, and all of its psymtabs
21734 and symtabs.
21735
21736 @kindex maint print statistics
21737 @cindex bcache statistics
21738 @item maint print statistics
21739 This command prints, for each object file in the program, various data
21740 about that object file followed by the byte cache (@dfn{bcache})
21741 statistics for the object file. The objfile data includes the number
21742 of minimal, partical, full, and stabs symbols, the number of types
21743 defined by the objfile, the number of as yet unexpanded psym tables,
21744 the number of line tables and string tables, and the amount of memory
21745 used by the various tables. The bcache statistics include the counts,
21746 sizes, and counts of duplicates of all and unique objects, max,
21747 average, and median entry size, total memory used and its overhead and
21748 savings, and various measures of the hash table size and chain
21749 lengths.
21750
21751 @kindex maint print type
21752 @cindex type chain of a data type
21753 @item maint print type @var{expr}
21754 Print the type chain for a type specified by @var{expr}. The argument
21755 can be either a type name or a symbol. If it is a symbol, the type of
21756 that symbol is described. The type chain produced by this command is
21757 a recursive definition of the data type as stored in @value{GDBN}'s
21758 data structures, including its flags and contained types.
21759
21760 @kindex maint set dwarf2 max-cache-age
21761 @kindex maint show dwarf2 max-cache-age
21762 @item maint set dwarf2 max-cache-age
21763 @itemx maint show dwarf2 max-cache-age
21764 Control the DWARF 2 compilation unit cache.
21765
21766 @cindex DWARF 2 compilation units cache
21767 In object files with inter-compilation-unit references, such as those
21768 produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21769 reader needs to frequently refer to previously read compilation units.
21770 This setting controls how long a compilation unit will remain in the
21771 cache if it is not referenced. A higher limit means that cached
21772 compilation units will be stored in memory longer, and more total
21773 memory will be used. Setting it to zero disables caching, which will
21774 slow down @value{GDBN} startup, but reduce memory consumption.
21775
21776 @kindex maint set profile
21777 @kindex maint show profile
21778 @cindex profiling GDB
21779 @item maint set profile
21780 @itemx maint show profile
21781 Control profiling of @value{GDBN}.
21782
21783 Profiling will be disabled until you use the @samp{maint set profile}
21784 command to enable it. When you enable profiling, the system will begin
21785 collecting timing and execution count data; when you disable profiling or
21786 exit @value{GDBN}, the results will be written to a log file. Remember that
21787 if you use profiling, @value{GDBN} will overwrite the profiling log file
21788 (often called @file{gmon.out}). If you have a record of important profiling
21789 data in a @file{gmon.out} file, be sure to move it to a safe location.
21790
21791 Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
21792 compiled with the @samp{-pg} compiler option.
21793
21794 @kindex maint show-debug-regs
21795 @cindex x86 hardware debug registers
21796 @item maint show-debug-regs
21797 Control whether to show variables that mirror the x86 hardware debug
21798 registers. Use @code{ON} to enable, @code{OFF} to disable. If
21799 enabled, the debug registers values are shown when GDB inserts or
21800 removes a hardware breakpoint or watchpoint, and when the inferior
21801 triggers a hardware-assisted breakpoint or watchpoint.
21802
21803 @kindex maint space
21804 @cindex memory used by commands
21805 @item maint space
21806 Control whether to display memory usage for each command. If set to a
21807 nonzero value, @value{GDBN} will display how much memory each command
21808 took, following the command's own output. This can also be requested
21809 by invoking @value{GDBN} with the @option{--statistics} command-line
21810 switch (@pxref{Mode Options}).
21811
21812 @kindex maint time
21813 @cindex time of command execution
21814 @item maint time
21815 Control whether to display the execution time for each command. If
21816 set to a nonzero value, @value{GDBN} will display how much time it
21817 took to execute each command, following the command's own output.
21818 This can also be requested by invoking @value{GDBN} with the
21819 @option{--statistics} command-line switch (@pxref{Mode Options}).
21820
21821 @kindex maint translate-address
21822 @item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21823 Find the symbol stored at the location specified by the address
21824 @var{addr} and an optional section name @var{section}. If found,
21825 @value{GDBN} prints the name of the closest symbol and an offset from
21826 the symbol's location to the specified address. This is similar to
21827 the @code{info address} command (@pxref{Symbols}), except that this
21828 command also allows to find symbols in other sections.
21829
21830 @end table
21831
21832 The following command is useful for non-interactive invocations of
21833 @value{GDBN}, such as in the test suite.
21834
21835 @table @code
21836 @item set watchdog @var{nsec}
21837 @kindex set watchdog
21838 @cindex watchdog timer
21839 @cindex timeout for commands
21840 Set the maximum number of seconds @value{GDBN} will wait for the
21841 target operation to finish. If this time expires, @value{GDBN}
21842 reports and error and the command is aborted.
21843
21844 @item show watchdog
21845 Show the current setting of the target wait timeout.
21846 @end table
21847
21848 @node Remote Protocol
21849 @appendix @value{GDBN} Remote Serial Protocol
21850
21851 @menu
21852 * Overview::
21853 * Packets::
21854 * Stop Reply Packets::
21855 * General Query Packets::
21856 * Register Packet Format::
21857 * Examples::
21858 * File-I/O remote protocol extension::
21859 @end menu
21860
21861 @node Overview
21862 @section Overview
21863
21864 There may be occasions when you need to know something about the
21865 protocol---for example, if there is only one serial port to your target
21866 machine, you might want your program to do something special if it
21867 recognizes a packet meant for @value{GDBN}.
21868
21869 In the examples below, @samp{->} and @samp{<-} are used to indicate
21870 transmitted and received data respectfully.
21871
21872 @cindex protocol, @value{GDBN} remote serial
21873 @cindex serial protocol, @value{GDBN} remote
21874 @cindex remote serial protocol
21875 All @value{GDBN} commands and responses (other than acknowledgments) are
21876 sent as a @var{packet}. A @var{packet} is introduced with the character
21877 @samp{$}, the actual @var{packet-data}, and the terminating character
21878 @samp{#} followed by a two-digit @var{checksum}:
21879
21880 @smallexample
21881 @code{$}@var{packet-data}@code{#}@var{checksum}
21882 @end smallexample
21883 @noindent
21884
21885 @cindex checksum, for @value{GDBN} remote
21886 @noindent
21887 The two-digit @var{checksum} is computed as the modulo 256 sum of all
21888 characters between the leading @samp{$} and the trailing @samp{#} (an
21889 eight bit unsigned checksum).
21890
21891 Implementors should note that prior to @value{GDBN} 5.0 the protocol
21892 specification also included an optional two-digit @var{sequence-id}:
21893
21894 @smallexample
21895 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
21896 @end smallexample
21897
21898 @cindex sequence-id, for @value{GDBN} remote
21899 @noindent
21900 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21901 has never output @var{sequence-id}s. Stubs that handle packets added
21902 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
21903
21904 @cindex acknowledgment, for @value{GDBN} remote
21905 When either the host or the target machine receives a packet, the first
21906 response expected is an acknowledgment: either @samp{+} (to indicate
21907 the package was received correctly) or @samp{-} (to request
21908 retransmission):
21909
21910 @smallexample
21911 -> @code{$}@var{packet-data}@code{#}@var{checksum}
21912 <- @code{+}
21913 @end smallexample
21914 @noindent
21915
21916 The host (@value{GDBN}) sends @var{command}s, and the target (the
21917 debugging stub incorporated in your program) sends a @var{response}. In
21918 the case of step and continue @var{command}s, the response is only sent
21919 when the operation has completed (the target has again stopped).
21920
21921 @var{packet-data} consists of a sequence of characters with the
21922 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21923 exceptions).
21924
21925 Fields within the packet should be separated using @samp{,} @samp{;} or
21926 @cindex remote protocol, field separator
21927 @samp{:}. Except where otherwise noted all numbers are represented in
21928 @sc{hex} with leading zeros suppressed.
21929
21930 Implementors should note that prior to @value{GDBN} 5.0, the character
21931 @samp{:} could not appear as the third character in a packet (as it
21932 would potentially conflict with the @var{sequence-id}).
21933
21934 Response @var{data} can be run-length encoded to save space. A @samp{*}
21935 means that the next character is an @sc{ascii} encoding giving a repeat count
21936 which stands for that many repetitions of the character preceding the
21937 @samp{*}. The encoding is @code{n+29}, yielding a printable character
21938 where @code{n >=3} (which is where rle starts to win). The printable
21939 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21940 value greater than 126 should not be used.
21941
21942 So:
21943 @smallexample
21944 "@code{0* }"
21945 @end smallexample
21946 @noindent
21947 means the same as "0000".
21948
21949 The error response returned for some packets includes a two character
21950 error number. That number is not well defined.
21951
21952 For any @var{command} not supported by the stub, an empty response
21953 (@samp{$#00}) should be returned. That way it is possible to extend the
21954 protocol. A newer @value{GDBN} can tell if a packet is supported based
21955 on that response.
21956
21957 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21958 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
21959 optional.
21960
21961 @node Packets
21962 @section Packets
21963
21964 The following table provides a complete list of all currently defined
21965 @var{command}s and their corresponding response @var{data}.
21966 @xref{File-I/O remote protocol extension}, for details about the File
21967 I/O extension of the remote protocol.
21968
21969 @table @r
21970
21971 @item @code{!} --- extended mode
21972 @cindex @code{!} packet
21973
21974 Enable extended mode. In extended mode, the remote server is made
21975 persistent. The @samp{R} packet is used to restart the program being
21976 debugged.
21977
21978 Reply:
21979 @table @samp
21980 @item OK
21981 The remote target both supports and has enabled extended mode.
21982 @end table
21983
21984 @item @code{?} --- last signal
21985 @cindex @code{?} packet
21986
21987 Indicate the reason the target halted. The reply is the same as for
21988 step and continue.
21989
21990 Reply:
21991 @xref{Stop Reply Packets}, for the reply specifications.
21992
21993 @item @code{a} --- reserved
21994
21995 Reserved for future use.
21996
21997 @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21998 @cindex @code{A} packet
21999
22000 Initialized @samp{argv[]} array passed into program. @var{arglen}
22001 specifies the number of bytes in the hex encoded byte stream @var{arg}.
22002 See @code{gdbserver} for more details.
22003
22004 Reply:
22005 @table @samp
22006 @item OK
22007 @item E@var{NN}
22008 @end table
22009
22010 @item @code{b}@var{baud} --- set baud @strong{(deprecated)}
22011 @cindex @code{b} packet
22012
22013 Change the serial line speed to @var{baud}.
22014
22015 JTC: @emph{When does the transport layer state change? When it's
22016 received, or after the ACK is transmitted. In either case, there are
22017 problems if the command or the acknowledgment packet is dropped.}
22018
22019 Stan: @emph{If people really wanted to add something like this, and get
22020 it working for the first time, they ought to modify ser-unix.c to send
22021 some kind of out-of-band message to a specially-setup stub and have the
22022 switch happen "in between" packets, so that from remote protocol's point
22023 of view, nothing actually happened.}
22024
22025 @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
22026 @cindex @code{B} packet
22027
22028 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
22029 breakpoint at @var{addr}.
22030
22031 This packet has been replaced by the @samp{Z} and @samp{z} packets
22032 (@pxref{insert breakpoint or watchpoint packet}).
22033
22034 @item @code{c}@var{addr} --- continue
22035 @cindex @code{c} packet
22036
22037 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22038 current address.
22039
22040 Reply:
22041 @xref{Stop Reply Packets}, for the reply specifications.
22042
22043 @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
22044 @cindex @code{C} packet
22045
22046 Continue with signal @var{sig} (hex signal number). If
22047 @code{;}@var{addr} is omitted, resume at same address.
22048
22049 Reply:
22050 @xref{Stop Reply Packets}, for the reply specifications.
22051
22052 @item @code{d} --- toggle debug @strong{(deprecated)}
22053 @cindex @code{d} packet
22054
22055 Toggle debug flag.
22056
22057 @item @code{D} --- detach
22058 @cindex @code{D} packet
22059
22060 Detach @value{GDBN} from the remote system. Sent to the remote target
22061 before @value{GDBN} disconnects via the @code{detach} command.
22062
22063 Reply:
22064 @table @samp
22065 @item @emph{no response}
22066 @value{GDBN} does not check for any response after sending this packet.
22067 @end table
22068
22069 @item @code{e} --- reserved
22070
22071 Reserved for future use.
22072
22073 @item @code{E} --- reserved
22074
22075 Reserved for future use.
22076
22077 @item @code{f} --- reserved
22078
22079 Reserved for future use.
22080
22081 @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
22082 @cindex @code{F} packet
22083
22084 This packet is send by @value{GDBN} as reply to a @code{F} request packet
22085 sent by the target. This is part of the File-I/O protocol extension.
22086 @xref{File-I/O remote protocol extension}, for the specification.
22087
22088 @item @code{g} --- read registers
22089 @anchor{read registers packet}
22090 @cindex @code{g} packet
22091
22092 Read general registers.
22093
22094 Reply:
22095 @table @samp
22096 @item @var{XX@dots{}}
22097 Each byte of register data is described by two hex digits. The bytes
22098 with the register are transmitted in target byte order. The size of
22099 each register and their position within the @samp{g} @var{packet} are
22100 determined by the @value{GDBN} internal macros
22101 @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
22102 specification of several standard @code{g} packets is specified below.
22103 @item E@var{NN}
22104 for an error.
22105 @end table
22106
22107 @item @code{G}@var{XX@dots{}} --- write regs
22108 @cindex @code{G} packet
22109
22110 @xref{read registers packet}, for a description of the @var{XX@dots{}}
22111 data.
22112
22113 Reply:
22114 @table @samp
22115 @item OK
22116 for success
22117 @item E@var{NN}
22118 for an error
22119 @end table
22120
22121 @item @code{h} --- reserved
22122
22123 Reserved for future use.
22124
22125 @item @code{H}@var{c}@var{t@dots{}} --- set thread
22126 @cindex @code{H} packet
22127
22128 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
22129 @samp{G}, et.al.). @var{c} depends on the operation to be performed: it
22130 should be @samp{c} for step and continue operations, @samp{g} for other
22131 operations. The thread designator @var{t@dots{}} may be -1, meaning all
22132 the threads, a thread number, or zero which means pick any thread.
22133
22134 Reply:
22135 @table @samp
22136 @item OK
22137 for success
22138 @item E@var{NN}
22139 for an error
22140 @end table
22141
22142 @c FIXME: JTC:
22143 @c 'H': How restrictive (or permissive) is the thread model. If a
22144 @c thread is selected and stopped, are other threads allowed
22145 @c to continue to execute? As I mentioned above, I think the
22146 @c semantics of each command when a thread is selected must be
22147 @c described. For example:
22148 @c
22149 @c 'g': If the stub supports threads and a specific thread is
22150 @c selected, returns the register block from that thread;
22151 @c otherwise returns current registers.
22152 @c
22153 @c 'G' If the stub supports threads and a specific thread is
22154 @c selected, sets the registers of the register block of
22155 @c that thread; otherwise sets current registers.
22156
22157 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
22158 @anchor{cycle step packet}
22159 @cindex @code{i} packet
22160
22161 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
22162 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
22163 step starting at that address.
22164
22165 @item @code{I} --- signal then cycle step @strong{(reserved)}
22166 @cindex @code{I} packet
22167
22168 @xref{step with signal packet}. @xref{cycle step packet}.
22169
22170 @item @code{j} --- reserved
22171
22172 Reserved for future use.
22173
22174 @item @code{J} --- reserved
22175
22176 Reserved for future use.
22177
22178 @item @code{k} --- kill request
22179 @cindex @code{k} packet
22180
22181 FIXME: @emph{There is no description of how to operate when a specific
22182 thread context has been selected (i.e.@: does 'k' kill only that
22183 thread?)}.
22184
22185 @item @code{K} --- reserved
22186
22187 Reserved for future use.
22188
22189 @item @code{l} --- reserved
22190
22191 Reserved for future use.
22192
22193 @item @code{L} --- reserved
22194
22195 Reserved for future use.
22196
22197 @item @code{m}@var{addr}@code{,}@var{length} --- read memory
22198 @cindex @code{m} packet
22199
22200 Read @var{length} bytes of memory starting at address @var{addr}.
22201 Neither @value{GDBN} nor the stub assume that sized memory transfers are
22202 assumed using word aligned accesses. FIXME: @emph{A word aligned memory
22203 transfer mechanism is needed.}
22204
22205 Reply:
22206 @table @samp
22207 @item @var{XX@dots{}}
22208 @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22209 to read only part of the data. Neither @value{GDBN} nor the stub assume
22210 that sized memory transfers are assumed using word aligned
22211 accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22212 needed.}
22213 @item E@var{NN}
22214 @var{NN} is errno
22215 @end table
22216
22217 @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22218 @cindex @code{M} packet
22219
22220 Write @var{length} bytes of memory starting at address @var{addr}.
22221 @var{XX@dots{}} is the data.
22222
22223 Reply:
22224 @table @samp
22225 @item OK
22226 for success
22227 @item E@var{NN}
22228 for an error (this includes the case where only part of the data was
22229 written).
22230 @end table
22231
22232 @item @code{n} --- reserved
22233
22234 Reserved for future use.
22235
22236 @item @code{N} --- reserved
22237
22238 Reserved for future use.
22239
22240 @item @code{o} --- reserved
22241
22242 Reserved for future use.
22243
22244 @item @code{O} --- reserved
22245
22246 @item @code{p}@var{hex number of register} --- read register packet
22247 @cindex @code{p} packet
22248
22249 @xref{read registers packet}, for a description of how the returned
22250 register value is encoded.
22251
22252 Reply:
22253 @table @samp
22254 @item @var{XX@dots{}}
22255 the register's value
22256 @item E@var{NN}
22257 for an error
22258 @item
22259 Indicating an unrecognized @var{query}.
22260 @end table
22261
22262 @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22263 @anchor{write register packet}
22264 @cindex @code{P} packet
22265
22266 Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
22267 digits for each byte in the register (target byte order).
22268
22269 Reply:
22270 @table @samp
22271 @item OK
22272 for success
22273 @item E@var{NN}
22274 for an error
22275 @end table
22276
22277 @item @code{q}@var{query} --- general query
22278 @anchor{general query packet}
22279 @cindex @code{q} packet
22280
22281 Request info about @var{query}. In general @value{GDBN} queries have a
22282 leading upper case letter. Custom vendor queries should use a company
22283 prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22284 be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22285 that they match the full @var{query} name.
22286
22287 Reply:
22288 @table @samp
22289 @item @var{XX@dots{}}
22290 Hex encoded data from query. The reply can not be empty.
22291 @item E@var{NN}
22292 error reply
22293 @item
22294 Indicating an unrecognized @var{query}.
22295 @end table
22296
22297 @item @code{Q}@var{var}@code{=}@var{val} --- general set
22298 @cindex @code{Q} packet
22299
22300 Set value of @var{var} to @var{val}.
22301
22302 @xref{general query packet}, for a discussion of naming conventions.
22303
22304 @item @code{r} --- reset @strong{(deprecated)}
22305 @cindex @code{r} packet
22306
22307 Reset the entire system.
22308
22309 @item @code{R}@var{XX} --- remote restart
22310 @cindex @code{R} packet
22311
22312 Restart the program being debugged. @var{XX}, while needed, is ignored.
22313 This packet is only available in extended mode.
22314
22315 Reply:
22316 @table @samp
22317 @item @emph{no reply}
22318 The @samp{R} packet has no reply.
22319 @end table
22320
22321 @item @code{s}@var{addr} --- step
22322 @cindex @code{s} packet
22323
22324 @var{addr} is address to resume. If @var{addr} is omitted, resume at
22325 same address.
22326
22327 Reply:
22328 @xref{Stop Reply Packets}, for the reply specifications.
22329
22330 @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22331 @anchor{step with signal packet}
22332 @cindex @code{S} packet
22333
22334 Like @samp{C} but step not continue.
22335
22336 Reply:
22337 @xref{Stop Reply Packets}, for the reply specifications.
22338
22339 @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
22340 @cindex @code{t} packet
22341
22342 Search backwards starting at address @var{addr} for a match with pattern
22343 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22344 @var{addr} must be at least 3 digits.
22345
22346 @item @code{T}@var{XX} --- thread alive
22347 @cindex @code{T} packet
22348
22349 Find out if the thread XX is alive.
22350
22351 Reply:
22352 @table @samp
22353 @item OK
22354 thread is still alive
22355 @item E@var{NN}
22356 thread is dead
22357 @end table
22358
22359 @item @code{u} --- reserved
22360
22361 Reserved for future use.
22362
22363 @item @code{U} --- reserved
22364
22365 Reserved for future use.
22366
22367 @item @code{v} --- verbose packet prefix
22368
22369 Packets starting with @code{v} are identified by a multi-letter name,
22370 up to the first @code{;} or @code{?} (or the end of the packet).
22371
22372 @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22373 @cindex @code{vCont} packet
22374
22375 Resume the inferior. Different actions may be specified for each thread.
22376 If an action is specified with no @var{tid}, then it is applied to any
22377 threads that don't have a specific action specified; if no default action is
22378 specified then other threads should remain stopped. Specifying multiple
22379 default actions is an error; specifying no actions is also an error.
22380 Thread IDs are specified in hexadecimal. Currently supported actions are:
22381
22382 @table @code
22383 @item c
22384 Continue.
22385 @item C@var{sig}
22386 Continue with signal @var{sig}. @var{sig} should be two hex digits.
22387 @item s
22388 Step.
22389 @item S@var{sig}
22390 Step with signal @var{sig}. @var{sig} should be two hex digits.
22391 @end table
22392
22393 The optional @var{addr} argument normally associated with these packets is
22394 not supported in @code{vCont}.
22395
22396 Reply:
22397 @xref{Stop Reply Packets}, for the reply specifications.
22398
22399 @item @code{vCont?} --- extended resume query
22400 @cindex @code{vCont?} packet
22401
22402 Query support for the @code{vCont} packet.
22403
22404 Reply:
22405 @table @samp
22406 @item @code{vCont}[;@var{action}]...
22407 The @code{vCont} packet is supported. Each @var{action} is a supported
22408 command in the @code{vCont} packet.
22409 @item
22410 The @code{vCont} packet is not supported.
22411 @end table
22412
22413 @item @code{V} --- reserved
22414
22415 Reserved for future use.
22416
22417 @item @code{w} --- reserved
22418
22419 Reserved for future use.
22420
22421 @item @code{W} --- reserved
22422
22423 Reserved for future use.
22424
22425 @item @code{x} --- reserved
22426
22427 Reserved for future use.
22428
22429 @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22430 @cindex @code{X} packet
22431
22432 @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22433 is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
22434 escaped using @code{0x7d}, and then XORed with @code{0x20}.
22435 For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
22436
22437 Reply:
22438 @table @samp
22439 @item OK
22440 for success
22441 @item E@var{NN}
22442 for an error
22443 @end table
22444
22445 @item @code{y} --- reserved
22446
22447 Reserved for future use.
22448
22449 @item @code{Y} reserved
22450
22451 Reserved for future use.
22452
22453 @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22454 @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22455 @anchor{insert breakpoint or watchpoint packet}
22456 @cindex @code{z} packet
22457 @cindex @code{Z} packets
22458
22459 Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22460 watchpoint starting at address @var{address} and covering the next
22461 @var{length} bytes.
22462
22463 Each breakpoint and watchpoint packet @var{type} is documented
22464 separately.
22465
22466 @emph{Implementation notes: A remote target shall return an empty string
22467 for an unrecognized breakpoint or watchpoint packet @var{type}. A
22468 remote target shall support either both or neither of a given
22469 @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22470 avoid potential problems with duplicate packets, the operations should
22471 be implemented in an idempotent way.}
22472
22473 @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22474 @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22475 @cindex @code{z0} packet
22476 @cindex @code{Z0} packet
22477
22478 Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22479 @code{addr} of size @code{length}.
22480
22481 A memory breakpoint is implemented by replacing the instruction at
22482 @var{addr} with a software breakpoint or trap instruction. The
22483 @code{length} is used by targets that indicates the size of the
22484 breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22485 @sc{mips} can insert either a 2 or 4 byte breakpoint).
22486
22487 @emph{Implementation note: It is possible for a target to copy or move
22488 code that contains memory breakpoints (e.g., when implementing
22489 overlays). The behavior of this packet, in the presence of such a
22490 target, is not defined.}
22491
22492 Reply:
22493 @table @samp
22494 @item OK
22495 success
22496 @item
22497 not supported
22498 @item E@var{NN}
22499 for an error
22500 @end table
22501
22502 @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22503 @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22504 @cindex @code{z1} packet
22505 @cindex @code{Z1} packet
22506
22507 Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22508 address @code{addr} of size @code{length}.
22509
22510 A hardware breakpoint is implemented using a mechanism that is not
22511 dependant on being able to modify the target's memory.
22512
22513 @emph{Implementation note: A hardware breakpoint is not affected by code
22514 movement.}
22515
22516 Reply:
22517 @table @samp
22518 @item OK
22519 success
22520 @item
22521 not supported
22522 @item E@var{NN}
22523 for an error
22524 @end table
22525
22526 @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22527 @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22528 @cindex @code{z2} packet
22529 @cindex @code{Z2} packet
22530
22531 Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22532
22533 Reply:
22534 @table @samp
22535 @item OK
22536 success
22537 @item
22538 not supported
22539 @item E@var{NN}
22540 for an error
22541 @end table
22542
22543 @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22544 @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22545 @cindex @code{z3} packet
22546 @cindex @code{Z3} packet
22547
22548 Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
22549
22550 Reply:
22551 @table @samp
22552 @item OK
22553 success
22554 @item
22555 not supported
22556 @item E@var{NN}
22557 for an error
22558 @end table
22559
22560 @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22561 @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
22562 @cindex @code{z4} packet
22563 @cindex @code{Z4} packet
22564
22565 Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22566
22567 Reply:
22568 @table @samp
22569 @item OK
22570 success
22571 @item
22572 not supported
22573 @item E@var{NN}
22574 for an error
22575 @end table
22576
22577 @end table
22578
22579 @node Stop Reply Packets
22580 @section Stop Reply Packets
22581 @cindex stop reply packets
22582
22583 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22584 receive any of the below as a reply. In the case of the @samp{C},
22585 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22586 when the target halts. In the below the exact meaning of @samp{signal
22587 number} is poorly defined. In general one of the UNIX signal numbering
22588 conventions is used.
22589
22590 @table @samp
22591
22592 @item S@var{AA}
22593 @var{AA} is the signal number
22594
22595 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
22596 @cindex @code{T} packet reply
22597
22598 @var{AA} = two hex digit signal number; @var{n...} = register number
22599 (hex), @var{r...} = target byte ordered register contents, size defined
22600 by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22601 @var{r...} = thread process ID, this is a hex integer; @var{n...} =
22602 (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22603 address, this is a hex integer; @var{n...} = other string not starting
22604 with valid hex digit. @value{GDBN} should ignore this @var{n...},
22605 @var{r...} pair and go on to the next. This way we can extend the
22606 protocol.
22607
22608 @item W@var{AA}
22609
22610 The process exited, and @var{AA} is the exit status. This is only
22611 applicable to certain targets.
22612
22613 @item X@var{AA}
22614
22615 The process terminated with signal @var{AA}.
22616
22617 @item O@var{XX@dots{}}
22618
22619 @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22620 any time while the program is running and the debugger should continue
22621 to wait for @samp{W}, @samp{T}, etc.
22622
22623 @item F@var{call-id}@code{,}@var{parameter@dots{}}
22624
22625 @var{call-id} is the identifier which says which host system call should
22626 be called. This is just the name of the function. Translation into the
22627 correct system call is only applicable as it's defined in @value{GDBN}.
22628 @xref{File-I/O remote protocol extension}, for a list of implemented
22629 system calls.
22630
22631 @var{parameter@dots{}} is a list of parameters as defined for this very
22632 system call.
22633
22634 The target replies with this packet when it expects @value{GDBN} to call
22635 a host system call on behalf of the target. @value{GDBN} replies with
22636 an appropriate @code{F} packet and keeps up waiting for the next reply
22637 packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22638 @samp{s} action is expected to be continued.
22639 @xref{File-I/O remote protocol extension}, for more details.
22640
22641 @end table
22642
22643 @node General Query Packets
22644 @section General Query Packets
22645 @cindex remote query requests
22646
22647 The following set and query packets have already been defined.
22648
22649 @table @r
22650
22651 @item @code{q}@code{C} --- current thread
22652 @cindex current thread, remote request
22653 @cindex @code{qC} packet
22654 Return the current thread id.
22655
22656 Reply:
22657 @table @samp
22658 @item @code{QC}@var{pid}
22659 Where @var{pid} is an unsigned hexidecimal process id.
22660 @item *
22661 Any other reply implies the old pid.
22662 @end table
22663
22664 @item @code{q}@code{fThreadInfo} -- all thread ids
22665 @cindex list active threads, remote request
22666 @cindex @code{qfThreadInfo} packet
22667 @code{q}@code{sThreadInfo}
22668
22669 Obtain a list of active thread ids from the target (OS). Since there
22670 may be too many active threads to fit into one reply packet, this query
22671 works iteratively: it may require more than one query/reply sequence to
22672 obtain the entire list of threads. The first query of the sequence will
22673 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22674 sequence will be the @code{qs}@code{ThreadInfo} query.
22675
22676 NOTE: replaces the @code{qL} query (see below).
22677
22678 Reply:
22679 @table @samp
22680 @item @code{m}@var{id}
22681 A single thread id
22682 @item @code{m}@var{id},@var{id}@dots{}
22683 a comma-separated list of thread ids
22684 @item @code{l}
22685 (lower case 'el') denotes end of list.
22686 @end table
22687
22688 In response to each query, the target will reply with a list of one or
22689 more thread ids, in big-endian unsigned hex, separated by commas.
22690 @value{GDBN} will respond to each reply with a request for more thread
22691 ids (using the @code{qs} form of the query), until the target responds
22692 with @code{l} (lower-case el, for @code{'last'}).
22693
22694 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
22695 @cindex thread attributes info, remote request
22696 @cindex @code{qThreadExtraInfo} packet
22697 Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22698 string description of a thread's attributes from the target OS. This
22699 string may contain anything that the target OS thinks is interesting for
22700 @value{GDBN} to tell the user about the thread. The string is displayed
22701 in @value{GDBN}'s @samp{info threads} display. Some examples of
22702 possible thread extra info strings are ``Runnable'', or ``Blocked on
22703 Mutex''.
22704
22705 Reply:
22706 @table @samp
22707 @item @var{XX@dots{}}
22708 Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22709 the printable string containing the extra information about the thread's
22710 attributes.
22711 @end table
22712
22713 @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
22714
22715 Obtain thread information from RTOS. Where: @var{startflag} (one hex
22716 digit) is one to indicate the first query and zero to indicate a
22717 subsequent query; @var{threadcount} (two hex digits) is the maximum
22718 number of threads the response packet can contain; and @var{nextthread}
22719 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
22720 returned in the response as @var{argthread}.
22721
22722 NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22723 (see above).
22724
22725 Reply:
22726 @table @samp
22727 @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
22728 Where: @var{count} (two hex digits) is the number of threads being
22729 returned; @var{done} (one hex digit) is zero to indicate more threads
22730 and one indicates no further threads; @var{argthreadid} (eight hex
22731 digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22732 is a sequence of thread IDs from the target. @var{threadid} (eight hex
22733 digits). See @code{remote.c:parse_threadlist_response()}.
22734 @end table
22735
22736 @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
22737 @cindex CRC of memory block, remote request
22738 @cindex @code{qCRC} packet
22739 Reply:
22740 @table @samp
22741 @item @code{E}@var{NN}
22742 An error (such as memory fault)
22743 @item @code{C}@var{CRC32}
22744 A 32 bit cyclic redundancy check of the specified memory region.
22745 @end table
22746
22747 @item @code{q}@code{Offsets} --- query sect offs
22748 @cindex section offsets, remote request
22749 @cindex @code{qOffsets} packet
22750 Get section offsets that the target used when re-locating the downloaded
22751 image. @emph{Note: while a @code{Bss} offset is included in the
22752 response, @value{GDBN} ignores this and instead applies the @code{Data}
22753 offset to the @code{Bss} section.}
22754
22755 Reply:
22756 @table @samp
22757 @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22758 @end table
22759
22760 @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
22761 @cindex thread information, remote request
22762 @cindex @code{qP} packet
22763 Returns information on @var{threadid}. Where: @var{mode} is a hex
22764 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
22765
22766 Reply:
22767 @table @samp
22768 @item *
22769 @end table
22770
22771 See @code{remote.c:remote_unpack_thread_info_response()}.
22772
22773 @item @code{q}@code{Rcmd,}@var{command} --- remote command
22774 @cindex execute remote command, remote request
22775 @cindex @code{qRcmd} packet
22776 @var{command} (hex encoded) is passed to the local interpreter for
22777 execution. Invalid commands should be reported using the output string.
22778 Before the final result packet, the target may also respond with a
22779 number of intermediate @code{O}@var{output} console output packets.
22780 @emph{Implementors should note that providing access to a stubs's
22781 interpreter may have security implications}.
22782
22783 Reply:
22784 @table @samp
22785 @item OK
22786 A command response with no output.
22787 @item @var{OUTPUT}
22788 A command response with the hex encoded output string @var{OUTPUT}.
22789 @item @code{E}@var{NN}
22790 Indicate a badly formed request.
22791 @item @samp{}
22792 When @samp{q}@samp{Rcmd} is not recognized.
22793 @end table
22794 z
22795 @item @code{qSymbol::} --- symbol lookup
22796 @cindex symbol lookup, remote request
22797 @cindex @code{qSymbol} packet
22798 Notify the target that @value{GDBN} is prepared to serve symbol lookup
22799 requests. Accept requests from the target for the values of symbols.
22800
22801 Reply:
22802 @table @samp
22803 @item @code{OK}
22804 The target does not need to look up any (more) symbols.
22805 @item @code{qSymbol:}@var{sym_name}
22806 The target requests the value of symbol @var{sym_name} (hex encoded).
22807 @value{GDBN} may provide the value by using the
22808 @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22809 @end table
22810
22811 @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22812
22813 Set the value of @var{sym_name} to @var{sym_value}.
22814
22815 @var{sym_name} (hex encoded) is the name of a symbol whose value the
22816 target has previously requested.
22817
22818 @var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22819 @value{GDBN} cannot supply a value for @var{sym_name}, then this field
22820 will be empty.
22821
22822 Reply:
22823 @table @samp
22824 @item @code{OK}
22825 The target does not need to look up any (more) symbols.
22826 @item @code{qSymbol:}@var{sym_name}
22827 The target requests the value of a new symbol @var{sym_name} (hex
22828 encoded). @value{GDBN} will continue to supply the values of symbols
22829 (if available), until the target ceases to request them.
22830 @end table
22831
22832 @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
22833 @cindex read special object, remote request
22834 @cindex @code{qPart} packet
22835 Read uninterpreted bytes from the target's special data area
22836 identified by the keyword @code{object}.
22837 Request @var{length} bytes starting at @var{offset} bytes into the data.
22838 The content and encoding of @var{annex} is specific to the object;
22839 it can supply additional details about what data to access.
22840
22841 Here are the specific requests of this form defined so far.
22842 All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22843 requests use the same reply formats, listed below.
22844
22845 @table @asis
22846 @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
22847 Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22848 auxiliary vector}, and see @ref{Remote configuration,
22849 read-aux-vector-packet}. Note @var{annex} must be empty.
22850 @end table
22851
22852 Reply:
22853 @table @asis
22854 @item @code{OK}
22855 The @var{offset} in the request is at the end of the data.
22856 There is no more data to be read.
22857
22858 @item @var{XX@dots{}}
22859 Hex encoded data bytes read.
22860 This may be fewer bytes than the @var{length} in the request.
22861
22862 @item @code{E00}
22863 The request was malformed, or @var{annex} was invalid.
22864
22865 @item @code{E}@var{nn}
22866 The offset was invalid, or there was an error encountered reading the data.
22867 @var{nn} is a hex-encoded @code{errno} value.
22868
22869 @item @code{""} (empty)
22870 An empty reply indicates the @var{object} or @var{annex} string was not
22871 recognized by the stub.
22872 @end table
22873
22874 @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
22875 @cindex write data into object, remote request
22876 Write uninterpreted bytes into the target's special data area
22877 identified by the keyword @code{object},
22878 starting at @var{offset} bytes into the data.
22879 @var{data@dots{}} is the hex-encoded data to be written.
22880 The content and encoding of @var{annex} is specific to the object;
22881 it can supply additional details about what data to access.
22882
22883 No requests of this form are presently in use. This specification
22884 serves as a placeholder to document the common format that new
22885 specific request specifications ought to use.
22886
22887 Reply:
22888 @table @asis
22889 @item @var{nn}
22890 @var{nn} (hex encoded) is the number of bytes written.
22891 This may be fewer bytes than supplied in the request.
22892
22893 @item @code{E00}
22894 The request was malformed, or @var{annex} was invalid.
22895
22896 @item @code{E}@var{nn}
22897 The offset was invalid, or there was an error encountered writing the data.
22898 @var{nn} is a hex-encoded @code{errno} value.
22899
22900 @item @code{""} (empty)
22901 An empty reply indicates the @var{object} or @var{annex} string was not
22902 recognized by the stub, or that the object does not support writing.
22903 @end table
22904
22905 @item @code{qPart}:@var{object}:@var{operation}:@dots{}
22906 Requests of this form may be added in the future. When a stub does
22907 not recognize the @var{object} keyword, or its support for
22908 @var{object} does not recognize the @var{operation} keyword,
22909 the stub must respond with an empty packet.
22910
22911 @item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
22912 @cindex get thread-local storage address, remote request
22913 @cindex @code{qGetTLSAddr} packet
22914 Fetch the address associated with thread local storage specified
22915 by @var{thread-id}, @var{offset}, and @var{lm}.
22916
22917 @var{thread-id} is the (big endian, hex encoded) thread id associated with the
22918 thread for which to fetch the TLS address.
22919
22920 @var{offset} is the (big endian, hex encoded) offset associated with the
22921 thread local variable. (This offset is obtained from the debug
22922 information associated with the variable.)
22923
22924 @var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22925 the load module associated with the thread local storage. For example,
22926 a @sc{gnu}/Linux system will pass the link map address of the shared
22927 object associated with the thread local storage under consideration.
22928 Other operating environments may choose to represent the load module
22929 differently, so the precise meaning of this parameter will vary.
22930
22931 Reply:
22932 @table @asis
22933 @item @var{XX@dots{}}
22934 Hex encoded (big endian) bytes representing the address of the thread
22935 local storage requested.
22936
22937 @item @code{E}@var{nn} (where @var{nn} are hex digits)
22938 An error occurred.
22939
22940 @item @code{""} (empty)
22941 An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22942 @end table
22943
22944 Use of this request packet is controlled by the @code{set remote
22945 get-thread-local-storage-address} command (@pxref{Remote
22946 configuration, set remote get-thread-local-storage-address}).
22947
22948 @end table
22949
22950 @node Register Packet Format
22951 @section Register Packet Format
22952
22953 The following @samp{g}/@samp{G} packets have previously been defined.
22954 In the below, some thirty-two bit registers are transferred as
22955 sixty-four bits. Those registers should be zero/sign extended (which?)
22956 to fill the space allocated. Register bytes are transfered in target
22957 byte order. The two nibbles within a register byte are transfered
22958 most-significant - least-significant.
22959
22960 @table @r
22961
22962 @item MIPS32
22963
22964 All registers are transfered as thirty-two bit quantities in the order:
22965 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22966 registers; fsr; fir; fp.
22967
22968 @item MIPS64
22969
22970 All registers are transfered as sixty-four bit quantities (including
22971 thirty-two bit registers such as @code{sr}). The ordering is the same
22972 as @code{MIPS32}.
22973
22974 @end table
22975
22976 @node Examples
22977 @section Examples
22978
22979 Example sequence of a target being re-started. Notice how the restart
22980 does not get any direct output:
22981
22982 @smallexample
22983 -> @code{R00}
22984 <- @code{+}
22985 @emph{target restarts}
22986 -> @code{?}
22987 <- @code{+}
22988 <- @code{T001:1234123412341234}
22989 -> @code{+}
22990 @end smallexample
22991
22992 Example sequence of a target being stepped by a single instruction:
22993
22994 @smallexample
22995 -> @code{G1445@dots{}}
22996 <- @code{+}
22997 -> @code{s}
22998 <- @code{+}
22999 @emph{time passes}
23000 <- @code{T001:1234123412341234}
23001 -> @code{+}
23002 -> @code{g}
23003 <- @code{+}
23004 <- @code{1455@dots{}}
23005 -> @code{+}
23006 @end smallexample
23007
23008 @node File-I/O remote protocol extension
23009 @section File-I/O remote protocol extension
23010 @cindex File-I/O remote protocol extension
23011
23012 @menu
23013 * File-I/O Overview::
23014 * Protocol basics::
23015 * The F request packet::
23016 * The F reply packet::
23017 * Memory transfer::
23018 * The Ctrl-C message::
23019 * Console I/O::
23020 * The isatty call::
23021 * The system call::
23022 * List of supported calls::
23023 * Protocol specific representation of datatypes::
23024 * Constants::
23025 * File-I/O Examples::
23026 @end menu
23027
23028 @node File-I/O Overview
23029 @subsection File-I/O Overview
23030 @cindex file-i/o overview
23031
23032 The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
23033 target to use the host's file system and console I/O when calling various
23034 system calls. System calls on the target system are translated into a
23035 remote protocol packet to the host system which then performs the needed
23036 actions and returns with an adequate response packet to the target system.
23037 This simulates file system operations even on targets that lack file systems.
23038
23039 The protocol is defined host- and target-system independent. It uses
23040 its own independent representation of datatypes and values. Both,
23041 @value{GDBN} and the target's @value{GDBN} stub are responsible for
23042 translating the system dependent values into the unified protocol values
23043 when data is transmitted.
23044
23045 The communication is synchronous. A system call is possible only
23046 when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
23047 packets. While @value{GDBN} handles the request for a system call,
23048 the target is stopped to allow deterministic access to the target's
23049 memory. Therefore File-I/O is not interuptible by target signals. It
23050 is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
23051
23052 The target's request to perform a host system call does not finish
23053 the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
23054 after finishing the system call, the target returns to continuing the
23055 previous activity (continue, step). No additional continue or step
23056 request from @value{GDBN} is required.
23057
23058 @smallexample
23059 (@value{GDBP}) continue
23060 <- target requests 'system call X'
23061 target is stopped, @value{GDBN} executes system call
23062 -> GDB returns result
23063 ... target continues, GDB returns to wait for the target
23064 <- target hits breakpoint and sends a Txx packet
23065 @end smallexample
23066
23067 The protocol is only used for files on the host file system and
23068 for I/O on the console. Character or block special devices, pipes,
23069 named pipes or sockets or any other communication method on the host
23070 system are not supported by this protocol.
23071
23072 @node Protocol basics
23073 @subsection Protocol basics
23074 @cindex protocol basics, file-i/o
23075
23076 The File-I/O protocol uses the @code{F} packet, as request as well
23077 as as reply packet. Since a File-I/O system call can only occur when
23078 @value{GDBN} is waiting for the continuing or stepping target, the
23079 File-I/O request is a reply that @value{GDBN} has to expect as a result
23080 of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
23081 This @code{F} packet contains all information needed to allow @value{GDBN}
23082 to call the appropriate host system call:
23083
23084 @itemize @bullet
23085 @item
23086 A unique identifier for the requested system call.
23087
23088 @item
23089 All parameters to the system call. Pointers are given as addresses
23090 in the target memory address space. Pointers to strings are given as
23091 pointer/length pair. Numerical values are given as they are.
23092 Numerical control values are given in a protocol specific representation.
23093
23094 @end itemize
23095
23096 At that point @value{GDBN} has to perform the following actions.
23097
23098 @itemize @bullet
23099 @item
23100 If parameter pointer values are given, which point to data needed as input
23101 to a system call, @value{GDBN} requests this data from the target with a
23102 standard @code{m} packet request. This additional communication has to be
23103 expected by the target implementation and is handled as any other @code{m}
23104 packet.
23105
23106 @item
23107 @value{GDBN} translates all value from protocol representation to host
23108 representation as needed. Datatypes are coerced into the host types.
23109
23110 @item
23111 @value{GDBN} calls the system call
23112
23113 @item
23114 It then coerces datatypes back to protocol representation.
23115
23116 @item
23117 If pointer parameters in the request packet point to buffer space in which
23118 a system call is expected to copy data to, the data is transmitted to the
23119 target using a @code{M} or @code{X} packet. This packet has to be expected
23120 by the target implementation and is handled as any other @code{M} or @code{X}
23121 packet.
23122
23123 @end itemize
23124
23125 Eventually @value{GDBN} replies with another @code{F} packet which contains all
23126 necessary information for the target to continue. This at least contains
23127
23128 @itemize @bullet
23129 @item
23130 Return value.
23131
23132 @item
23133 @code{errno}, if has been changed by the system call.
23134
23135 @item
23136 ``Ctrl-C'' flag.
23137
23138 @end itemize
23139
23140 After having done the needed type and value coercion, the target continues
23141 the latest continue or step action.
23142
23143 @node The F request packet
23144 @subsection The @code{F} request packet
23145 @cindex file-i/o request packet
23146 @cindex @code{F} request packet
23147
23148 The @code{F} request packet has the following format:
23149
23150 @table @samp
23151
23152 @smallexample
23153 @code{F}@var{call-id}@code{,}@var{parameter@dots{}}
23154 @end smallexample
23155
23156 @var{call-id} is the identifier to indicate the host system call to be called.
23157 This is just the name of the function.
23158
23159 @var{parameter@dots{}} are the parameters to the system call.
23160
23161 @end table
23162
23163 Parameters are hexadecimal integer values, either the real values in case
23164 of scalar datatypes, as pointers to target buffer space in case of compound
23165 datatypes and unspecified memory areas or as pointer/length pairs in case
23166 of string parameters. These are appended to the call-id, each separated
23167 from its predecessor by a comma. All values are transmitted in ASCII
23168 string representation, pointer/length pairs separated by a slash.
23169
23170 @node The F reply packet
23171 @subsection The @code{F} reply packet
23172 @cindex file-i/o reply packet
23173 @cindex @code{F} reply packet
23174
23175 The @code{F} reply packet has the following format:
23176
23177 @table @samp
23178
23179 @smallexample
23180 @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23181 @end smallexample
23182
23183 @var{retcode} is the return code of the system call as hexadecimal value.
23184
23185 @var{errno} is the errno set by the call, in protocol specific representation.
23186 This parameter can be omitted if the call was successful.
23187
23188 @var{Ctrl-C flag} is only send if the user requested a break. In this
23189 case, @var{errno} must be send as well, even if the call was successful.
23190 The @var{Ctrl-C flag} itself consists of the character 'C':
23191
23192 @smallexample
23193 F0,0,C
23194 @end smallexample
23195
23196 @noindent
23197 or, if the call was interupted before the host call has been performed:
23198
23199 @smallexample
23200 F-1,4,C
23201 @end smallexample
23202
23203 @noindent
23204 assuming 4 is the protocol specific representation of @code{EINTR}.
23205
23206 @end table
23207
23208 @node Memory transfer
23209 @subsection Memory transfer
23210 @cindex memory transfer, in file-i/o protocol
23211
23212 Structured data which is transferred using a memory read or write as e.g.@:
23213 a @code{struct stat} is expected to be in a protocol specific format with
23214 all scalar multibyte datatypes being big endian. This should be done by
23215 the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23216 it transfers memory to the target. Transferred pointers to structured
23217 data should point to the already coerced data at any time.
23218
23219 @node The Ctrl-C message
23220 @subsection The Ctrl-C message
23221 @cindex ctrl-c message, in file-i/o protocol
23222
23223 A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23224 reply packet. In this case the target should behave, as if it had
23225 gotten a break message. The meaning for the target is ``system call
23226 interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23227 (as with a break message) and return to @value{GDBN} with a @code{T02}
23228 packet. In this case, it's important for the target to know, in which
23229 state the system call was interrupted. Since this action is by design
23230 not an atomic operation, we have to differ between two cases:
23231
23232 @itemize @bullet
23233 @item
23234 The system call hasn't been performed on the host yet.
23235
23236 @item
23237 The system call on the host has been finished.
23238
23239 @end itemize
23240
23241 These two states can be distinguished by the target by the value of the
23242 returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23243 call hasn't been performed. This is equivalent to the @code{EINTR} handling
23244 on POSIX systems. In any other case, the target may presume that the
23245 system call has been finished --- successful or not --- and should behave
23246 as if the break message arrived right after the system call.
23247
23248 @value{GDBN} must behave reliable. If the system call has not been called
23249 yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23250 @code{errno} in the packet. If the system call on the host has been finished
23251 before the user requests a break, the full action must be finshed by
23252 @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23253 The @code{F} packet may only be send when either nothing has happened
23254 or the full action has been completed.
23255
23256 @node Console I/O
23257 @subsection Console I/O
23258 @cindex console i/o as part of file-i/o
23259
23260 By default and if not explicitely closed by the target system, the file
23261 descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23262 on the @value{GDBN} console is handled as any other file output operation
23263 (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23264 by @value{GDBN} so that after the target read request from file descriptor
23265 0 all following typing is buffered until either one of the following
23266 conditions is met:
23267
23268 @itemize @bullet
23269 @item
23270 The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23271 @code{read}
23272 system call is treated as finished.
23273
23274 @item
23275 The user presses @kbd{Enter}. This is treated as end of input with a trailing
23276 line feed.
23277
23278 @item
23279 The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23280 character, especially no Ctrl-D is appended to the input.
23281
23282 @end itemize
23283
23284 If the user has typed more characters as fit in the buffer given to
23285 the read call, the trailing characters are buffered in @value{GDBN} until
23286 either another @code{read(0, @dots{})} is requested by the target or debugging
23287 is stopped on users request.
23288
23289 @node The isatty call
23290 @subsection The @samp{isatty} function call
23291 @cindex isatty call, file-i/o protocol
23292
23293 A special case in this protocol is the library call @code{isatty} which
23294 is implemented as its own call inside of this protocol. It returns
23295 1 to the target if the file descriptor given as parameter is attached
23296 to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23297 would require implementing @code{ioctl} and would be more complex than
23298 needed.
23299
23300 @node The system call
23301 @subsection The @samp{system} function call
23302 @cindex system call, file-i/o protocol
23303
23304 The other special case in this protocol is the @code{system} call which
23305 is implemented as its own call, too. @value{GDBN} is taking over the full
23306 task of calling the necessary host calls to perform the @code{system}
23307 call. The return value of @code{system} is simplified before it's returned
23308 to the target. Basically, the only signal transmitted back is @code{EINTR}
23309 in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23310 entirely of the exit status of the called command.
23311
23312 Due to security concerns, the @code{system} call is by default refused
23313 by @value{GDBN}. The user has to allow this call explicitly with the
23314 @kbd{set remote system-call-allowed 1} command.
23315
23316 @table @code
23317 @item set remote system-call-allowed
23318 @kindex set remote system-call-allowed
23319 Control whether to allow the @code{system} calls in the File I/O
23320 protocol for the remote target. The default is zero (disabled).
23321
23322 @item show remote system-call-allowed
23323 @kindex show remote system-call-allowed
23324 Show the current setting of system calls for the remote File I/O
23325 protocol.
23326 @end table
23327
23328 @node List of supported calls
23329 @subsection List of supported calls
23330 @cindex list of supported file-i/o calls
23331
23332 @menu
23333 * open::
23334 * close::
23335 * read::
23336 * write::
23337 * lseek::
23338 * rename::
23339 * unlink::
23340 * stat/fstat::
23341 * gettimeofday::
23342 * isatty::
23343 * system::
23344 @end menu
23345
23346 @node open
23347 @unnumberedsubsubsec open
23348 @cindex open, file-i/o system call
23349
23350 @smallexample
23351 @exdent Synopsis:
23352 int open(const char *pathname, int flags);
23353 int open(const char *pathname, int flags, mode_t mode);
23354
23355 @exdent Request:
23356 Fopen,pathptr/len,flags,mode
23357 @end smallexample
23358
23359 @noindent
23360 @code{flags} is the bitwise or of the following values:
23361
23362 @table @code
23363 @item O_CREAT
23364 If the file does not exist it will be created. The host
23365 rules apply as far as file ownership and time stamps
23366 are concerned.
23367
23368 @item O_EXCL
23369 When used with O_CREAT, if the file already exists it is
23370 an error and open() fails.
23371
23372 @item O_TRUNC
23373 If the file already exists and the open mode allows
23374 writing (O_RDWR or O_WRONLY is given) it will be
23375 truncated to length 0.
23376
23377 @item O_APPEND
23378 The file is opened in append mode.
23379
23380 @item O_RDONLY
23381 The file is opened for reading only.
23382
23383 @item O_WRONLY
23384 The file is opened for writing only.
23385
23386 @item O_RDWR
23387 The file is opened for reading and writing.
23388
23389 @noindent
23390 Each other bit is silently ignored.
23391
23392 @end table
23393
23394 @noindent
23395 @code{mode} is the bitwise or of the following values:
23396
23397 @table @code
23398 @item S_IRUSR
23399 User has read permission.
23400
23401 @item S_IWUSR
23402 User has write permission.
23403
23404 @item S_IRGRP
23405 Group has read permission.
23406
23407 @item S_IWGRP
23408 Group has write permission.
23409
23410 @item S_IROTH
23411 Others have read permission.
23412
23413 @item S_IWOTH
23414 Others have write permission.
23415
23416 @noindent
23417 Each other bit is silently ignored.
23418
23419 @end table
23420
23421 @smallexample
23422 @exdent Return value:
23423 open returns the new file descriptor or -1 if an error
23424 occured.
23425
23426 @exdent Errors:
23427 @end smallexample
23428
23429 @table @code
23430 @item EEXIST
23431 pathname already exists and O_CREAT and O_EXCL were used.
23432
23433 @item EISDIR
23434 pathname refers to a directory.
23435
23436 @item EACCES
23437 The requested access is not allowed.
23438
23439 @item ENAMETOOLONG
23440 pathname was too long.
23441
23442 @item ENOENT
23443 A directory component in pathname does not exist.
23444
23445 @item ENODEV
23446 pathname refers to a device, pipe, named pipe or socket.
23447
23448 @item EROFS
23449 pathname refers to a file on a read-only filesystem and
23450 write access was requested.
23451
23452 @item EFAULT
23453 pathname is an invalid pointer value.
23454
23455 @item ENOSPC
23456 No space on device to create the file.
23457
23458 @item EMFILE
23459 The process already has the maximum number of files open.
23460
23461 @item ENFILE
23462 The limit on the total number of files open on the system
23463 has been reached.
23464
23465 @item EINTR
23466 The call was interrupted by the user.
23467 @end table
23468
23469 @node close
23470 @unnumberedsubsubsec close
23471 @cindex close, file-i/o system call
23472
23473 @smallexample
23474 @exdent Synopsis:
23475 int close(int fd);
23476
23477 @exdent Request:
23478 Fclose,fd
23479
23480 @exdent Return value:
23481 close returns zero on success, or -1 if an error occurred.
23482
23483 @exdent Errors:
23484 @end smallexample
23485
23486 @table @code
23487 @item EBADF
23488 fd isn't a valid open file descriptor.
23489
23490 @item EINTR
23491 The call was interrupted by the user.
23492 @end table
23493
23494 @node read
23495 @unnumberedsubsubsec read
23496 @cindex read, file-i/o system call
23497
23498 @smallexample
23499 @exdent Synopsis:
23500 int read(int fd, void *buf, unsigned int count);
23501
23502 @exdent Request:
23503 Fread,fd,bufptr,count
23504
23505 @exdent Return value:
23506 On success, the number of bytes read is returned.
23507 Zero indicates end of file. If count is zero, read
23508 returns zero as well. On error, -1 is returned.
23509
23510 @exdent Errors:
23511 @end smallexample
23512
23513 @table @code
23514 @item EBADF
23515 fd is not a valid file descriptor or is not open for
23516 reading.
23517
23518 @item EFAULT
23519 buf is an invalid pointer value.
23520
23521 @item EINTR
23522 The call was interrupted by the user.
23523 @end table
23524
23525 @node write
23526 @unnumberedsubsubsec write
23527 @cindex write, file-i/o system call
23528
23529 @smallexample
23530 @exdent Synopsis:
23531 int write(int fd, const void *buf, unsigned int count);
23532
23533 @exdent Request:
23534 Fwrite,fd,bufptr,count
23535
23536 @exdent Return value:
23537 On success, the number of bytes written are returned.
23538 Zero indicates nothing was written. On error, -1
23539 is returned.
23540
23541 @exdent Errors:
23542 @end smallexample
23543
23544 @table @code
23545 @item EBADF
23546 fd is not a valid file descriptor or is not open for
23547 writing.
23548
23549 @item EFAULT
23550 buf is an invalid pointer value.
23551
23552 @item EFBIG
23553 An attempt was made to write a file that exceeds the
23554 host specific maximum file size allowed.
23555
23556 @item ENOSPC
23557 No space on device to write the data.
23558
23559 @item EINTR
23560 The call was interrupted by the user.
23561 @end table
23562
23563 @node lseek
23564 @unnumberedsubsubsec lseek
23565 @cindex lseek, file-i/o system call
23566
23567 @smallexample
23568 @exdent Synopsis:
23569 long lseek (int fd, long offset, int flag);
23570
23571 @exdent Request:
23572 Flseek,fd,offset,flag
23573 @end smallexample
23574
23575 @code{flag} is one of:
23576
23577 @table @code
23578 @item SEEK_SET
23579 The offset is set to offset bytes.
23580
23581 @item SEEK_CUR
23582 The offset is set to its current location plus offset
23583 bytes.
23584
23585 @item SEEK_END
23586 The offset is set to the size of the file plus offset
23587 bytes.
23588 @end table
23589
23590 @smallexample
23591 @exdent Return value:
23592 On success, the resulting unsigned offset in bytes from
23593 the beginning of the file is returned. Otherwise, a
23594 value of -1 is returned.
23595
23596 @exdent Errors:
23597 @end smallexample
23598
23599 @table @code
23600 @item EBADF
23601 fd is not a valid open file descriptor.
23602
23603 @item ESPIPE
23604 fd is associated with the @value{GDBN} console.
23605
23606 @item EINVAL
23607 flag is not a proper value.
23608
23609 @item EINTR
23610 The call was interrupted by the user.
23611 @end table
23612
23613 @node rename
23614 @unnumberedsubsubsec rename
23615 @cindex rename, file-i/o system call
23616
23617 @smallexample
23618 @exdent Synopsis:
23619 int rename(const char *oldpath, const char *newpath);
23620
23621 @exdent Request:
23622 Frename,oldpathptr/len,newpathptr/len
23623
23624 @exdent Return value:
23625 On success, zero is returned. On error, -1 is returned.
23626
23627 @exdent Errors:
23628 @end smallexample
23629
23630 @table @code
23631 @item EISDIR
23632 newpath is an existing directory, but oldpath is not a
23633 directory.
23634
23635 @item EEXIST
23636 newpath is a non-empty directory.
23637
23638 @item EBUSY
23639 oldpath or newpath is a directory that is in use by some
23640 process.
23641
23642 @item EINVAL
23643 An attempt was made to make a directory a subdirectory
23644 of itself.
23645
23646 @item ENOTDIR
23647 A component used as a directory in oldpath or new
23648 path is not a directory. Or oldpath is a directory
23649 and newpath exists but is not a directory.
23650
23651 @item EFAULT
23652 oldpathptr or newpathptr are invalid pointer values.
23653
23654 @item EACCES
23655 No access to the file or the path of the file.
23656
23657 @item ENAMETOOLONG
23658
23659 oldpath or newpath was too long.
23660
23661 @item ENOENT
23662 A directory component in oldpath or newpath does not exist.
23663
23664 @item EROFS
23665 The file is on a read-only filesystem.
23666
23667 @item ENOSPC
23668 The device containing the file has no room for the new
23669 directory entry.
23670
23671 @item EINTR
23672 The call was interrupted by the user.
23673 @end table
23674
23675 @node unlink
23676 @unnumberedsubsubsec unlink
23677 @cindex unlink, file-i/o system call
23678
23679 @smallexample
23680 @exdent Synopsis:
23681 int unlink(const char *pathname);
23682
23683 @exdent Request:
23684 Funlink,pathnameptr/len
23685
23686 @exdent Return value:
23687 On success, zero is returned. On error, -1 is returned.
23688
23689 @exdent Errors:
23690 @end smallexample
23691
23692 @table @code
23693 @item EACCES
23694 No access to the file or the path of the file.
23695
23696 @item EPERM
23697 The system does not allow unlinking of directories.
23698
23699 @item EBUSY
23700 The file pathname cannot be unlinked because it's
23701 being used by another process.
23702
23703 @item EFAULT
23704 pathnameptr is an invalid pointer value.
23705
23706 @item ENAMETOOLONG
23707 pathname was too long.
23708
23709 @item ENOENT
23710 A directory component in pathname does not exist.
23711
23712 @item ENOTDIR
23713 A component of the path is not a directory.
23714
23715 @item EROFS
23716 The file is on a read-only filesystem.
23717
23718 @item EINTR
23719 The call was interrupted by the user.
23720 @end table
23721
23722 @node stat/fstat
23723 @unnumberedsubsubsec stat/fstat
23724 @cindex fstat, file-i/o system call
23725 @cindex stat, file-i/o system call
23726
23727 @smallexample
23728 @exdent Synopsis:
23729 int stat(const char *pathname, struct stat *buf);
23730 int fstat(int fd, struct stat *buf);
23731
23732 @exdent Request:
23733 Fstat,pathnameptr/len,bufptr
23734 Ffstat,fd,bufptr
23735
23736 @exdent Return value:
23737 On success, zero is returned. On error, -1 is returned.
23738
23739 @exdent Errors:
23740 @end smallexample
23741
23742 @table @code
23743 @item EBADF
23744 fd is not a valid open file.
23745
23746 @item ENOENT
23747 A directory component in pathname does not exist or the
23748 path is an empty string.
23749
23750 @item ENOTDIR
23751 A component of the path is not a directory.
23752
23753 @item EFAULT
23754 pathnameptr is an invalid pointer value.
23755
23756 @item EACCES
23757 No access to the file or the path of the file.
23758
23759 @item ENAMETOOLONG
23760 pathname was too long.
23761
23762 @item EINTR
23763 The call was interrupted by the user.
23764 @end table
23765
23766 @node gettimeofday
23767 @unnumberedsubsubsec gettimeofday
23768 @cindex gettimeofday, file-i/o system call
23769
23770 @smallexample
23771 @exdent Synopsis:
23772 int gettimeofday(struct timeval *tv, void *tz);
23773
23774 @exdent Request:
23775 Fgettimeofday,tvptr,tzptr
23776
23777 @exdent Return value:
23778 On success, 0 is returned, -1 otherwise.
23779
23780 @exdent Errors:
23781 @end smallexample
23782
23783 @table @code
23784 @item EINVAL
23785 tz is a non-NULL pointer.
23786
23787 @item EFAULT
23788 tvptr and/or tzptr is an invalid pointer value.
23789 @end table
23790
23791 @node isatty
23792 @unnumberedsubsubsec isatty
23793 @cindex isatty, file-i/o system call
23794
23795 @smallexample
23796 @exdent Synopsis:
23797 int isatty(int fd);
23798
23799 @exdent Request:
23800 Fisatty,fd
23801
23802 @exdent Return value:
23803 Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23804
23805 @exdent Errors:
23806 @end smallexample
23807
23808 @table @code
23809 @item EINTR
23810 The call was interrupted by the user.
23811 @end table
23812
23813 @node system
23814 @unnumberedsubsubsec system
23815 @cindex system, file-i/o system call
23816
23817 @smallexample
23818 @exdent Synopsis:
23819 int system(const char *command);
23820
23821 @exdent Request:
23822 Fsystem,commandptr/len
23823
23824 @exdent Return value:
23825 The value returned is -1 on error and the return status
23826 of the command otherwise. Only the exit status of the
23827 command is returned, which is extracted from the hosts
23828 system return value by calling WEXITSTATUS(retval).
23829 In case /bin/sh could not be executed, 127 is returned.
23830
23831 @exdent Errors:
23832 @end smallexample
23833
23834 @table @code
23835 @item EINTR
23836 The call was interrupted by the user.
23837 @end table
23838
23839 @node Protocol specific representation of datatypes
23840 @subsection Protocol specific representation of datatypes
23841 @cindex protocol specific representation of datatypes, in file-i/o protocol
23842
23843 @menu
23844 * Integral datatypes::
23845 * Pointer values::
23846 * struct stat::
23847 * struct timeval::
23848 @end menu
23849
23850 @node Integral datatypes
23851 @unnumberedsubsubsec Integral datatypes
23852 @cindex integral datatypes, in file-i/o protocol
23853
23854 The integral datatypes used in the system calls are
23855
23856 @smallexample
23857 int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23858 @end smallexample
23859
23860 @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23861 implemented as 32 bit values in this protocol.
23862
23863 @code{Long} and @code{unsigned long} are implemented as 64 bit types.
23864
23865 @xref{Limits}, for corresponding MIN and MAX values (similar to those
23866 in @file{limits.h}) to allow range checking on host and target.
23867
23868 @code{time_t} datatypes are defined as seconds since the Epoch.
23869
23870 All integral datatypes transferred as part of a memory read or write of a
23871 structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23872 byte order.
23873
23874 @node Pointer values
23875 @unnumberedsubsubsec Pointer values
23876 @cindex pointer values, in file-i/o protocol
23877
23878 Pointers to target data are transmitted as they are. An exception
23879 is made for pointers to buffers for which the length isn't
23880 transmitted as part of the function call, namely strings. Strings
23881 are transmitted as a pointer/length pair, both as hex values, e.g.@:
23882
23883 @smallexample
23884 @code{1aaf/12}
23885 @end smallexample
23886
23887 @noindent
23888 which is a pointer to data of length 18 bytes at position 0x1aaf.
23889 The length is defined as the full string length in bytes, including
23890 the trailing null byte. Example:
23891
23892 @smallexample
23893 ``hello, world'' at address 0x123456
23894 @end smallexample
23895
23896 @noindent
23897 is transmitted as
23898
23899 @smallexample
23900 @code{123456/d}
23901 @end smallexample
23902
23903 @node struct stat
23904 @unnumberedsubsubsec struct stat
23905 @cindex struct stat, in file-i/o protocol
23906
23907 The buffer of type struct stat used by the target and @value{GDBN} is defined
23908 as follows:
23909
23910 @smallexample
23911 struct stat @{
23912 unsigned int st_dev; /* device */
23913 unsigned int st_ino; /* inode */
23914 mode_t st_mode; /* protection */
23915 unsigned int st_nlink; /* number of hard links */
23916 unsigned int st_uid; /* user ID of owner */
23917 unsigned int st_gid; /* group ID of owner */
23918 unsigned int st_rdev; /* device type (if inode device) */
23919 unsigned long st_size; /* total size, in bytes */
23920 unsigned long st_blksize; /* blocksize for filesystem I/O */
23921 unsigned long st_blocks; /* number of blocks allocated */
23922 time_t st_atime; /* time of last access */
23923 time_t st_mtime; /* time of last modification */
23924 time_t st_ctime; /* time of last change */
23925 @};
23926 @end smallexample
23927
23928 The integral datatypes are conforming to the definitions given in the
23929 approriate section (see @ref{Integral datatypes}, for details) so this
23930 structure is of size 64 bytes.
23931
23932 The values of several fields have a restricted meaning and/or
23933 range of values.
23934
23935 @smallexample
23936 st_dev: 0 file
23937 1 console
23938
23939 st_ino: No valid meaning for the target. Transmitted unchanged.
23940
23941 st_mode: Valid mode bits are described in Appendix C. Any other
23942 bits have currently no meaning for the target.
23943
23944 st_uid: No valid meaning for the target. Transmitted unchanged.
23945
23946 st_gid: No valid meaning for the target. Transmitted unchanged.
23947
23948 st_rdev: No valid meaning for the target. Transmitted unchanged.
23949
23950 st_atime, st_mtime, st_ctime:
23951 These values have a host and file system dependent
23952 accuracy. Especially on Windows hosts the file systems
23953 don't support exact timing values.
23954 @end smallexample
23955
23956 The target gets a struct stat of the above representation and is
23957 responsible to coerce it to the target representation before
23958 continuing.
23959
23960 Note that due to size differences between the host and target
23961 representation of stat members, these members could eventually
23962 get truncated on the target.
23963
23964 @node struct timeval
23965 @unnumberedsubsubsec struct timeval
23966 @cindex struct timeval, in file-i/o protocol
23967
23968 The buffer of type struct timeval used by the target and @value{GDBN}
23969 is defined as follows:
23970
23971 @smallexample
23972 struct timeval @{
23973 time_t tv_sec; /* second */
23974 long tv_usec; /* microsecond */
23975 @};
23976 @end smallexample
23977
23978 The integral datatypes are conforming to the definitions given in the
23979 approriate section (see @ref{Integral datatypes}, for details) so this
23980 structure is of size 8 bytes.
23981
23982 @node Constants
23983 @subsection Constants
23984 @cindex constants, in file-i/o protocol
23985
23986 The following values are used for the constants inside of the
23987 protocol. @value{GDBN} and target are resposible to translate these
23988 values before and after the call as needed.
23989
23990 @menu
23991 * Open flags::
23992 * mode_t values::
23993 * Errno values::
23994 * Lseek flags::
23995 * Limits::
23996 @end menu
23997
23998 @node Open flags
23999 @unnumberedsubsubsec Open flags
24000 @cindex open flags, in file-i/o protocol
24001
24002 All values are given in hexadecimal representation.
24003
24004 @smallexample
24005 O_RDONLY 0x0
24006 O_WRONLY 0x1
24007 O_RDWR 0x2
24008 O_APPEND 0x8
24009 O_CREAT 0x200
24010 O_TRUNC 0x400
24011 O_EXCL 0x800
24012 @end smallexample
24013
24014 @node mode_t values
24015 @unnumberedsubsubsec mode_t values
24016 @cindex mode_t values, in file-i/o protocol
24017
24018 All values are given in octal representation.
24019
24020 @smallexample
24021 S_IFREG 0100000
24022 S_IFDIR 040000
24023 S_IRUSR 0400
24024 S_IWUSR 0200
24025 S_IXUSR 0100
24026 S_IRGRP 040
24027 S_IWGRP 020
24028 S_IXGRP 010
24029 S_IROTH 04
24030 S_IWOTH 02
24031 S_IXOTH 01
24032 @end smallexample
24033
24034 @node Errno values
24035 @unnumberedsubsubsec Errno values
24036 @cindex errno values, in file-i/o protocol
24037
24038 All values are given in decimal representation.
24039
24040 @smallexample
24041 EPERM 1
24042 ENOENT 2
24043 EINTR 4
24044 EBADF 9
24045 EACCES 13
24046 EFAULT 14
24047 EBUSY 16
24048 EEXIST 17
24049 ENODEV 19
24050 ENOTDIR 20
24051 EISDIR 21
24052 EINVAL 22
24053 ENFILE 23
24054 EMFILE 24
24055 EFBIG 27
24056 ENOSPC 28
24057 ESPIPE 29
24058 EROFS 30
24059 ENAMETOOLONG 91
24060 EUNKNOWN 9999
24061 @end smallexample
24062
24063 EUNKNOWN is used as a fallback error value if a host system returns
24064 any error value not in the list of supported error numbers.
24065
24066 @node Lseek flags
24067 @unnumberedsubsubsec Lseek flags
24068 @cindex lseek flags, in file-i/o protocol
24069
24070 @smallexample
24071 SEEK_SET 0
24072 SEEK_CUR 1
24073 SEEK_END 2
24074 @end smallexample
24075
24076 @node Limits
24077 @unnumberedsubsubsec Limits
24078 @cindex limits, in file-i/o protocol
24079
24080 All values are given in decimal representation.
24081
24082 @smallexample
24083 INT_MIN -2147483648
24084 INT_MAX 2147483647
24085 UINT_MAX 4294967295
24086 LONG_MIN -9223372036854775808
24087 LONG_MAX 9223372036854775807
24088 ULONG_MAX 18446744073709551615
24089 @end smallexample
24090
24091 @node File-I/O Examples
24092 @subsection File-I/O Examples
24093 @cindex file-i/o examples
24094
24095 Example sequence of a write call, file descriptor 3, buffer is at target
24096 address 0x1234, 6 bytes should be written:
24097
24098 @smallexample
24099 <- @code{Fwrite,3,1234,6}
24100 @emph{request memory read from target}
24101 -> @code{m1234,6}
24102 <- XXXXXX
24103 @emph{return "6 bytes written"}
24104 -> @code{F6}
24105 @end smallexample
24106
24107 Example sequence of a read call, file descriptor 3, buffer is at target
24108 address 0x1234, 6 bytes should be read:
24109
24110 @smallexample
24111 <- @code{Fread,3,1234,6}
24112 @emph{request memory write to target}
24113 -> @code{X1234,6:XXXXXX}
24114 @emph{return "6 bytes read"}
24115 -> @code{F6}
24116 @end smallexample
24117
24118 Example sequence of a read call, call fails on the host due to invalid
24119 file descriptor (EBADF):
24120
24121 @smallexample
24122 <- @code{Fread,3,1234,6}
24123 -> @code{F-1,9}
24124 @end smallexample
24125
24126 Example sequence of a read call, user presses Ctrl-C before syscall on
24127 host is called:
24128
24129 @smallexample
24130 <- @code{Fread,3,1234,6}
24131 -> @code{F-1,4,C}
24132 <- @code{T02}
24133 @end smallexample
24134
24135 Example sequence of a read call, user presses Ctrl-C after syscall on
24136 host is called:
24137
24138 @smallexample
24139 <- @code{Fread,3,1234,6}
24140 -> @code{X1234,6:XXXXXX}
24141 <- @code{T02}
24142 @end smallexample
24143
24144 @include agentexpr.texi
24145
24146 @include gpl.texi
24147
24148 @raisesections
24149 @include fdl.texi
24150 @lowersections
24151
24152 @node Index
24153 @unnumbered Index
24154
24155 @printindex cp
24156
24157 @tex
24158 % I think something like @colophon should be in texinfo. In the
24159 % meantime:
24160 \long\def\colophon{\hbox to0pt{}\vfill
24161 \centerline{The body of this manual is set in}
24162 \centerline{\fontname\tenrm,}
24163 \centerline{with headings in {\bf\fontname\tenbf}}
24164 \centerline{and examples in {\tt\fontname\tentt}.}
24165 \centerline{{\it\fontname\tenit\/},}
24166 \centerline{{\bf\fontname\tenbf}, and}
24167 \centerline{{\sl\fontname\tensl\/}}
24168 \centerline{are used for emphasis.}\vfill}
24169 \page\colophon
24170 % Blame: doc@cygnus.com, 1991.
24171 @end tex
24172
24173 @bye
This page took 0.587965 seconds and 4 git commands to generate.