From Thierry Schneider <tpschneider1@yahoo.com>:
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
... / ...
CommitLineData
1\input texinfo @c -*-texinfo-*-
2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3@c 1999, 2000, 2001, 2002, 2003
4@c Free Software Foundation, Inc.
5@c
6@c %**start of header
7@c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8@c of @set vars. However, you can override filename with makeinfo -o.
9@setfilename gdb.info
10@c
11@include gdb-cfg.texi
12@c
13@settitle Debugging with @value{GDBN}
14@setchapternewpage odd
15@c %**end of header
16
17@iftex
18@c @smallbook
19@c @cropmarks
20@end iftex
21
22@finalout
23@syncodeindex ky cp
24
25@c readline appendices use @vindex, @findex and @ftable,
26@c annotate.texi and gdbmi use @findex.
27@syncodeindex vr cp
28@syncodeindex fn cp
29
30@c !!set GDB manual's edition---not the same as GDB version!
31@c This is updated by GNU Press.
32@set EDITION Ninth
33
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
36
37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
38
39@c This is a dir.info fragment to support semi-automated addition of
40@c manuals to an info tree.
41@dircategory Programming & development tools.
42@direntry
43* Gdb: (gdb). The @sc{gnu} debugger.
44@end direntry
45
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
50This is the @value{EDITION} Edition, of @cite{Debugging with
51@value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN}
52Version @value{GDBVN}.
53
54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
55 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
56
57Permission is granted to copy, distribute and/or modify this document
58under the terms of the GNU Free Documentation License, Version 1.1 or
59any later version published by the Free Software Foundation; with the
60Invariant Sections being ``Free Software'' and ``Free Software Needs
61Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
62and with the Back-Cover Texts as in (a) below.
63
64(a) The Free Software Foundation's Back-Cover Text is: ``You have
65freedom to copy and modify this GNU Manual, like GNU software. Copies
66published by the Free Software Foundation raise funds for GNU
67development.''
68@end ifinfo
69
70@titlepage
71@title Debugging with @value{GDBN}
72@subtitle The @sc{gnu} Source-Level Debugger
73@sp 1
74@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
75@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
76@page
77@tex
78{\parskip=0pt
79\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
80\hfill {\it Debugging with @value{GDBN}}\par
81\hfill \TeX{}info \texinfoversion\par
82}
83@end tex
84
85@vskip 0pt plus 1filll
86Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
871996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
88@sp 2
89Published by the Free Software Foundation @*
9059 Temple Place - Suite 330, @*
91Boston, MA 02111-1307 USA @*
92ISBN 1-882114-77-9 @*
93
94Permission is granted to copy, distribute and/or modify this document
95under the terms of the GNU Free Documentation License, Version 1.1 or
96any later version published by the Free Software Foundation; with the
97Invariant Sections being ``Free Software'' and ``Free Software Needs
98Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
99and with the Back-Cover Texts as in (a) below.
100
101(a) The Free Software Foundation's Back-Cover Text is: ``You have
102freedom to copy and modify this GNU Manual, like GNU software. Copies
103published by the Free Software Foundation raise funds for GNU
104development.''
105@end titlepage
106@page
107
108@ifnottex
109@node Top, Summary, (dir), (dir)
110
111@top Debugging with @value{GDBN}
112
113This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
114
115This is the @value{EDITION} Edition, for @value{GDBN} Version
116@value{GDBVN}.
117
118Copyright (C) 1988-2003 Free Software Foundation, Inc.
119
120@menu
121* Summary:: Summary of @value{GDBN}
122* Sample Session:: A sample @value{GDBN} session
123
124* Invocation:: Getting in and out of @value{GDBN}
125* Commands:: @value{GDBN} commands
126* Running:: Running programs under @value{GDBN}
127* Stopping:: Stopping and continuing
128* Stack:: Examining the stack
129* Source:: Examining source files
130* Data:: Examining data
131* Macros:: Preprocessor Macros
132* Tracepoints:: Debugging remote targets non-intrusively
133* Overlays:: Debugging programs that use overlays
134
135* Languages:: Using @value{GDBN} with different languages
136
137* Symbols:: Examining the symbol table
138* Altering:: Altering execution
139* GDB Files:: @value{GDBN} files
140* Targets:: Specifying a debugging target
141* Remote Debugging:: Debugging remote programs
142* Configurations:: Configuration-specific information
143* Controlling GDB:: Controlling @value{GDBN}
144* Sequences:: Canned sequences of commands
145* TUI:: @value{GDBN} Text User Interface
146* Interpreters:: Command Interpreters
147* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
148* Annotations:: @value{GDBN}'s annotation interface.
149* GDB/MI:: @value{GDBN}'s Machine Interface.
150
151* GDB Bugs:: Reporting bugs in @value{GDBN}
152* Formatting Documentation:: How to format and print @value{GDBN} documentation
153
154* Command Line Editing:: Command Line Editing
155* Using History Interactively:: Using History Interactively
156* Installing GDB:: Installing GDB
157* Maintenance Commands:: Maintenance Commands
158* Remote Protocol:: GDB Remote Serial Protocol
159* Copying:: GNU General Public License says
160 how you can copy and share GDB
161* GNU Free Documentation License:: The license for this documentation
162* Index:: Index
163@end menu
164
165@end ifnottex
166
167@contents
168
169@node Summary
170@unnumbered Summary of @value{GDBN}
171
172The purpose of a debugger such as @value{GDBN} is to allow you to see what is
173going on ``inside'' another program while it executes---or what another
174program was doing at the moment it crashed.
175
176@value{GDBN} can do four main kinds of things (plus other things in support of
177these) to help you catch bugs in the act:
178
179@itemize @bullet
180@item
181Start your program, specifying anything that might affect its behavior.
182
183@item
184Make your program stop on specified conditions.
185
186@item
187Examine what has happened, when your program has stopped.
188
189@item
190Change things in your program, so you can experiment with correcting the
191effects of one bug and go on to learn about another.
192@end itemize
193
194You can use @value{GDBN} to debug programs written in C and C++.
195For more information, see @ref{Support,,Supported languages}.
196For more information, see @ref{C,,C and C++}.
197
198@cindex Modula-2
199Support for Modula-2 is partial. For information on Modula-2, see
200@ref{Modula-2,,Modula-2}.
201
202@cindex Pascal
203Debugging Pascal programs which use sets, subranges, file variables, or
204nested functions does not currently work. @value{GDBN} does not support
205entering expressions, printing values, or similar features using Pascal
206syntax.
207
208@cindex Fortran
209@value{GDBN} can be used to debug programs written in Fortran, although
210it may be necessary to refer to some variables with a trailing
211underscore.
212
213@menu
214* Free Software:: Freely redistributable software
215* Contributors:: Contributors to GDB
216@end menu
217
218@node Free Software
219@unnumberedsec Free software
220
221@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
222General Public License
223(GPL). The GPL gives you the freedom to copy or adapt a licensed
224program---but every person getting a copy also gets with it the
225freedom to modify that copy (which means that they must get access to
226the source code), and the freedom to distribute further copies.
227Typical software companies use copyrights to limit your freedoms; the
228Free Software Foundation uses the GPL to preserve these freedoms.
229
230Fundamentally, the General Public License is a license which says that
231you have these freedoms and that you cannot take these freedoms away
232from anyone else.
233
234@unnumberedsec Free Software Needs Free Documentation
235
236The biggest deficiency in the free software community today is not in
237the software---it is the lack of good free documentation that we can
238include with the free software. Many of our most important
239programs do not come with free reference manuals and free introductory
240texts. Documentation is an essential part of any software package;
241when an important free software package does not come with a free
242manual and a free tutorial, that is a major gap. We have many such
243gaps today.
244
245Consider Perl, for instance. The tutorial manuals that people
246normally use are non-free. How did this come about? Because the
247authors of those manuals published them with restrictive terms---no
248copying, no modification, source files not available---which exclude
249them from the free software world.
250
251That wasn't the first time this sort of thing happened, and it was far
252from the last. Many times we have heard a GNU user eagerly describe a
253manual that he is writing, his intended contribution to the community,
254only to learn that he had ruined everything by signing a publication
255contract to make it non-free.
256
257Free documentation, like free software, is a matter of freedom, not
258price. The problem with the non-free manual is not that publishers
259charge a price for printed copies---that in itself is fine. (The Free
260Software Foundation sells printed copies of manuals, too.) The
261problem is the restrictions on the use of the manual. Free manuals
262are available in source code form, and give you permission to copy and
263modify. Non-free manuals do not allow this.
264
265The criteria of freedom for a free manual are roughly the same as for
266free software. Redistribution (including the normal kinds of
267commercial redistribution) must be permitted, so that the manual can
268accompany every copy of the program, both on-line and on paper.
269
270Permission for modification of the technical content is crucial too.
271When people modify the software, adding or changing features, if they
272are conscientious they will change the manual too---so they can
273provide accurate and clear documentation for the modified program. A
274manual that leaves you no choice but to write a new manual to document
275a changed version of the program is not really available to our
276community.
277
278Some kinds of limits on the way modification is handled are
279acceptable. For example, requirements to preserve the original
280author's copyright notice, the distribution terms, or the list of
281authors, are ok. It is also no problem to require modified versions
282to include notice that they were modified. Even entire sections that
283may not be deleted or changed are acceptable, as long as they deal
284with nontechnical topics (like this one). These kinds of restrictions
285are acceptable because they don't obstruct the community's normal use
286of the manual.
287
288However, it must be possible to modify all the @emph{technical}
289content of the manual, and then distribute the result in all the usual
290media, through all the usual channels. Otherwise, the restrictions
291obstruct the use of the manual, it is not free, and we need another
292manual to replace it.
293
294Please spread the word about this issue. Our community continues to
295lose manuals to proprietary publishing. If we spread the word that
296free software needs free reference manuals and free tutorials, perhaps
297the next person who wants to contribute by writing documentation will
298realize, before it is too late, that only free manuals contribute to
299the free software community.
300
301If you are writing documentation, please insist on publishing it under
302the GNU Free Documentation License or another free documentation
303license. Remember that this decision requires your approval---you
304don't have to let the publisher decide. Some commercial publishers
305will use a free license if you insist, but they will not propose the
306option; it is up to you to raise the issue and say firmly that this is
307what you want. If the publisher you are dealing with refuses, please
308try other publishers. If you're not sure whether a proposed license
309is free, write to @email{licensing@@gnu.org}.
310
311You can encourage commercial publishers to sell more free, copylefted
312manuals and tutorials by buying them, and particularly by buying
313copies from the publishers that paid for their writing or for major
314improvements. Meanwhile, try to avoid buying non-free documentation
315at all. Check the distribution terms of a manual before you buy it,
316and insist that whoever seeks your business must respect your freedom.
317Check the history of the book, and try to reward the publishers that
318have paid or pay the authors to work on it.
319
320The Free Software Foundation maintains a list of free documentation
321published by other publishers, at
322@url{http://www.fsf.org/doc/other-free-books.html}.
323
324@node Contributors
325@unnumberedsec Contributors to @value{GDBN}
326
327Richard Stallman was the original author of @value{GDBN}, and of many
328other @sc{gnu} programs. Many others have contributed to its
329development. This section attempts to credit major contributors. One
330of the virtues of free software is that everyone is free to contribute
331to it; with regret, we cannot actually acknowledge everyone here. The
332file @file{ChangeLog} in the @value{GDBN} distribution approximates a
333blow-by-blow account.
334
335Changes much prior to version 2.0 are lost in the mists of time.
336
337@quotation
338@emph{Plea:} Additions to this section are particularly welcome. If you
339or your friends (or enemies, to be evenhanded) have been unfairly
340omitted from this list, we would like to add your names!
341@end quotation
342
343So that they may not regard their many labors as thankless, we
344particularly thank those who shepherded @value{GDBN} through major
345releases:
346Andrew Cagney (releases 5.3, 5.2, 5.1 and 5.0);
347Jim Blandy (release 4.18);
348Jason Molenda (release 4.17);
349Stan Shebs (release 4.14);
350Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
351Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
352John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
353Jim Kingdon (releases 3.5, 3.4, and 3.3);
354and Randy Smith (releases 3.2, 3.1, and 3.0).
355
356Richard Stallman, assisted at various times by Peter TerMaat, Chris
357Hanson, and Richard Mlynarik, handled releases through 2.8.
358
359Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
360in @value{GDBN}, with significant additional contributions from Per
361Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
362demangler. Early work on C@t{++} was by Peter TerMaat (who also did
363much general update work leading to release 3.0).
364
365@value{GDBN} uses the BFD subroutine library to examine multiple
366object-file formats; BFD was a joint project of David V.
367Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
368
369David Johnson wrote the original COFF support; Pace Willison did
370the original support for encapsulated COFF.
371
372Brent Benson of Harris Computer Systems contributed DWARF 2 support.
373
374Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
375Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
376support.
377Jean-Daniel Fekete contributed Sun 386i support.
378Chris Hanson improved the HP9000 support.
379Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
380David Johnson contributed Encore Umax support.
381Jyrki Kuoppala contributed Altos 3068 support.
382Jeff Law contributed HP PA and SOM support.
383Keith Packard contributed NS32K support.
384Doug Rabson contributed Acorn Risc Machine support.
385Bob Rusk contributed Harris Nighthawk CX-UX support.
386Chris Smith contributed Convex support (and Fortran debugging).
387Jonathan Stone contributed Pyramid support.
388Michael Tiemann contributed SPARC support.
389Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
390Pace Willison contributed Intel 386 support.
391Jay Vosburgh contributed Symmetry support.
392Marko Mlinar contributed OpenRISC 1000 support.
393
394Andreas Schwab contributed M68K @sc{gnu}/Linux support.
395
396Rich Schaefer and Peter Schauer helped with support of SunOS shared
397libraries.
398
399Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
400about several machine instruction sets.
401
402Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
403remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
404contributed remote debugging modules for the i960, VxWorks, A29K UDI,
405and RDI targets, respectively.
406
407Brian Fox is the author of the readline libraries providing
408command-line editing and command history.
409
410Andrew Beers of SUNY Buffalo wrote the language-switching code, the
411Modula-2 support, and contributed the Languages chapter of this manual.
412
413Fred Fish wrote most of the support for Unix System Vr4.
414He also enhanced the command-completion support to cover C@t{++} overloaded
415symbols.
416
417Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
418Super-H processors.
419
420NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
421
422Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
423
424Toshiba sponsored the support for the TX39 Mips processor.
425
426Matsushita sponsored the support for the MN10200 and MN10300 processors.
427
428Fujitsu sponsored the support for SPARClite and FR30 processors.
429
430Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
431watchpoints.
432
433Michael Snyder added support for tracepoints.
434
435Stu Grossman wrote gdbserver.
436
437Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
438nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
439
440The following people at the Hewlett-Packard Company contributed
441support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
442(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
443compiler, and the terminal user interface: Ben Krepp, Richard Title,
444John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
445Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
446information in this manual.
447
448DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
449Robert Hoehne made significant contributions to the DJGPP port.
450
451Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
452development since 1991. Cygnus engineers who have worked on @value{GDBN}
453fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
454Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
455Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
456Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
457Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
458addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
459JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
460Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
461Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
462Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
463Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
464Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
465Zuhn have made contributions both large and small.
466
467Jim Blandy added support for preprocessor macros, while working for Red
468Hat.
469
470@node Sample Session
471@chapter A Sample @value{GDBN} Session
472
473You can use this manual at your leisure to read all about @value{GDBN}.
474However, a handful of commands are enough to get started using the
475debugger. This chapter illustrates those commands.
476
477@iftex
478In this sample session, we emphasize user input like this: @b{input},
479to make it easier to pick out from the surrounding output.
480@end iftex
481
482@c FIXME: this example may not be appropriate for some configs, where
483@c FIXME...primary interest is in remote use.
484
485One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
486processor) exhibits the following bug: sometimes, when we change its
487quote strings from the default, the commands used to capture one macro
488definition within another stop working. In the following short @code{m4}
489session, we define a macro @code{foo} which expands to @code{0000}; we
490then use the @code{m4} built-in @code{defn} to define @code{bar} as the
491same thing. However, when we change the open quote string to
492@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
493procedure fails to define a new synonym @code{baz}:
494
495@smallexample
496$ @b{cd gnu/m4}
497$ @b{./m4}
498@b{define(foo,0000)}
499
500@b{foo}
5010000
502@b{define(bar,defn(`foo'))}
503
504@b{bar}
5050000
506@b{changequote(<QUOTE>,<UNQUOTE>)}
507
508@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
509@b{baz}
510@b{C-d}
511m4: End of input: 0: fatal error: EOF in string
512@end smallexample
513
514@noindent
515Let us use @value{GDBN} to try to see what is going on.
516
517@smallexample
518$ @b{@value{GDBP} m4}
519@c FIXME: this falsifies the exact text played out, to permit smallbook
520@c FIXME... format to come out better.
521@value{GDBN} is free software and you are welcome to distribute copies
522 of it under certain conditions; type "show copying" to see
523 the conditions.
524There is absolutely no warranty for @value{GDBN}; type "show warranty"
525 for details.
526
527@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
528(@value{GDBP})
529@end smallexample
530
531@noindent
532@value{GDBN} reads only enough symbol data to know where to find the
533rest when needed; as a result, the first prompt comes up very quickly.
534We now tell @value{GDBN} to use a narrower display width than usual, so
535that examples fit in this manual.
536
537@smallexample
538(@value{GDBP}) @b{set width 70}
539@end smallexample
540
541@noindent
542We need to see how the @code{m4} built-in @code{changequote} works.
543Having looked at the source, we know the relevant subroutine is
544@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
545@code{break} command.
546
547@smallexample
548(@value{GDBP}) @b{break m4_changequote}
549Breakpoint 1 at 0x62f4: file builtin.c, line 879.
550@end smallexample
551
552@noindent
553Using the @code{run} command, we start @code{m4} running under @value{GDBN}
554control; as long as control does not reach the @code{m4_changequote}
555subroutine, the program runs as usual:
556
557@smallexample
558(@value{GDBP}) @b{run}
559Starting program: /work/Editorial/gdb/gnu/m4/m4
560@b{define(foo,0000)}
561
562@b{foo}
5630000
564@end smallexample
565
566@noindent
567To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
568suspends execution of @code{m4}, displaying information about the
569context where it stops.
570
571@smallexample
572@b{changequote(<QUOTE>,<UNQUOTE>)}
573
574Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
575 at builtin.c:879
576879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
577@end smallexample
578
579@noindent
580Now we use the command @code{n} (@code{next}) to advance execution to
581the next line of the current function.
582
583@smallexample
584(@value{GDBP}) @b{n}
585882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
586 : nil,
587@end smallexample
588
589@noindent
590@code{set_quotes} looks like a promising subroutine. We can go into it
591by using the command @code{s} (@code{step}) instead of @code{next}.
592@code{step} goes to the next line to be executed in @emph{any}
593subroutine, so it steps into @code{set_quotes}.
594
595@smallexample
596(@value{GDBP}) @b{s}
597set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
598 at input.c:530
599530 if (lquote != def_lquote)
600@end smallexample
601
602@noindent
603The display that shows the subroutine where @code{m4} is now
604suspended (and its arguments) is called a stack frame display. It
605shows a summary of the stack. We can use the @code{backtrace}
606command (which can also be spelled @code{bt}), to see where we are
607in the stack as a whole: the @code{backtrace} command displays a
608stack frame for each active subroutine.
609
610@smallexample
611(@value{GDBP}) @b{bt}
612#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
613 at input.c:530
614#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
615 at builtin.c:882
616#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
617#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
618 at macro.c:71
619#4 0x79dc in expand_input () at macro.c:40
620#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
621@end smallexample
622
623@noindent
624We step through a few more lines to see what happens. The first two
625times, we can use @samp{s}; the next two times we use @code{n} to avoid
626falling into the @code{xstrdup} subroutine.
627
628@smallexample
629(@value{GDBP}) @b{s}
6300x3b5c 532 if (rquote != def_rquote)
631(@value{GDBP}) @b{s}
6320x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
633def_lquote : xstrdup(lq);
634(@value{GDBP}) @b{n}
635536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
636 : xstrdup(rq);
637(@value{GDBP}) @b{n}
638538 len_lquote = strlen(rquote);
639@end smallexample
640
641@noindent
642The last line displayed looks a little odd; we can examine the variables
643@code{lquote} and @code{rquote} to see if they are in fact the new left
644and right quotes we specified. We use the command @code{p}
645(@code{print}) to see their values.
646
647@smallexample
648(@value{GDBP}) @b{p lquote}
649$1 = 0x35d40 "<QUOTE>"
650(@value{GDBP}) @b{p rquote}
651$2 = 0x35d50 "<UNQUOTE>"
652@end smallexample
653
654@noindent
655@code{lquote} and @code{rquote} are indeed the new left and right quotes.
656To look at some context, we can display ten lines of source
657surrounding the current line with the @code{l} (@code{list}) command.
658
659@smallexample
660(@value{GDBP}) @b{l}
661533 xfree(rquote);
662534
663535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
664 : xstrdup (lq);
665536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
666 : xstrdup (rq);
667537
668538 len_lquote = strlen(rquote);
669539 len_rquote = strlen(lquote);
670540 @}
671541
672542 void
673@end smallexample
674
675@noindent
676Let us step past the two lines that set @code{len_lquote} and
677@code{len_rquote}, and then examine the values of those variables.
678
679@smallexample
680(@value{GDBP}) @b{n}
681539 len_rquote = strlen(lquote);
682(@value{GDBP}) @b{n}
683540 @}
684(@value{GDBP}) @b{p len_lquote}
685$3 = 9
686(@value{GDBP}) @b{p len_rquote}
687$4 = 7
688@end smallexample
689
690@noindent
691That certainly looks wrong, assuming @code{len_lquote} and
692@code{len_rquote} are meant to be the lengths of @code{lquote} and
693@code{rquote} respectively. We can set them to better values using
694the @code{p} command, since it can print the value of
695any expression---and that expression can include subroutine calls and
696assignments.
697
698@smallexample
699(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
700$5 = 7
701(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
702$6 = 9
703@end smallexample
704
705@noindent
706Is that enough to fix the problem of using the new quotes with the
707@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
708executing with the @code{c} (@code{continue}) command, and then try the
709example that caused trouble initially:
710
711@smallexample
712(@value{GDBP}) @b{c}
713Continuing.
714
715@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
716
717baz
7180000
719@end smallexample
720
721@noindent
722Success! The new quotes now work just as well as the default ones. The
723problem seems to have been just the two typos defining the wrong
724lengths. We allow @code{m4} exit by giving it an EOF as input:
725
726@smallexample
727@b{C-d}
728Program exited normally.
729@end smallexample
730
731@noindent
732The message @samp{Program exited normally.} is from @value{GDBN}; it
733indicates @code{m4} has finished executing. We can end our @value{GDBN}
734session with the @value{GDBN} @code{quit} command.
735
736@smallexample
737(@value{GDBP}) @b{quit}
738@end smallexample
739
740@node Invocation
741@chapter Getting In and Out of @value{GDBN}
742
743This chapter discusses how to start @value{GDBN}, and how to get out of it.
744The essentials are:
745@itemize @bullet
746@item
747type @samp{@value{GDBP}} to start @value{GDBN}.
748@item
749type @kbd{quit} or @kbd{C-d} to exit.
750@end itemize
751
752@menu
753* Invoking GDB:: How to start @value{GDBN}
754* Quitting GDB:: How to quit @value{GDBN}
755* Shell Commands:: How to use shell commands inside @value{GDBN}
756@end menu
757
758@node Invoking GDB
759@section Invoking @value{GDBN}
760
761Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
762@value{GDBN} reads commands from the terminal until you tell it to exit.
763
764You can also run @code{@value{GDBP}} with a variety of arguments and options,
765to specify more of your debugging environment at the outset.
766
767The command-line options described here are designed
768to cover a variety of situations; in some environments, some of these
769options may effectively be unavailable.
770
771The most usual way to start @value{GDBN} is with one argument,
772specifying an executable program:
773
774@smallexample
775@value{GDBP} @var{program}
776@end smallexample
777
778@noindent
779You can also start with both an executable program and a core file
780specified:
781
782@smallexample
783@value{GDBP} @var{program} @var{core}
784@end smallexample
785
786You can, instead, specify a process ID as a second argument, if you want
787to debug a running process:
788
789@smallexample
790@value{GDBP} @var{program} 1234
791@end smallexample
792
793@noindent
794would attach @value{GDBN} to process @code{1234} (unless you also have a file
795named @file{1234}; @value{GDBN} does check for a core file first).
796
797Taking advantage of the second command-line argument requires a fairly
798complete operating system; when you use @value{GDBN} as a remote
799debugger attached to a bare board, there may not be any notion of
800``process'', and there is often no way to get a core dump. @value{GDBN}
801will warn you if it is unable to attach or to read core dumps.
802
803You can optionally have @code{@value{GDBP}} pass any arguments after the
804executable file to the inferior using @code{--args}. This option stops
805option processing.
806@smallexample
807gdb --args gcc -O2 -c foo.c
808@end smallexample
809This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
810@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
811
812You can run @code{@value{GDBP}} without printing the front material, which describes
813@value{GDBN}'s non-warranty, by specifying @code{-silent}:
814
815@smallexample
816@value{GDBP} -silent
817@end smallexample
818
819@noindent
820You can further control how @value{GDBN} starts up by using command-line
821options. @value{GDBN} itself can remind you of the options available.
822
823@noindent
824Type
825
826@smallexample
827@value{GDBP} -help
828@end smallexample
829
830@noindent
831to display all available options and briefly describe their use
832(@samp{@value{GDBP} -h} is a shorter equivalent).
833
834All options and command line arguments you give are processed
835in sequential order. The order makes a difference when the
836@samp{-x} option is used.
837
838
839@menu
840* File Options:: Choosing files
841* Mode Options:: Choosing modes
842@end menu
843
844@node File Options
845@subsection Choosing files
846
847When @value{GDBN} starts, it reads any arguments other than options as
848specifying an executable file and core file (or process ID). This is
849the same as if the arguments were specified by the @samp{-se} and
850@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
851first argument that does not have an associated option flag as
852equivalent to the @samp{-se} option followed by that argument; and the
853second argument that does not have an associated option flag, if any, as
854equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
855If the second argument begins with a decimal digit, @value{GDBN} will
856first attempt to attach to it as a process, and if that fails, attempt
857to open it as a corefile. If you have a corefile whose name begins with
858a digit, you can prevent @value{GDBN} from treating it as a pid by
859prefixing it with @file{./}, eg. @file{./12345}.
860
861If @value{GDBN} has not been configured to included core file support,
862such as for most embedded targets, then it will complain about a second
863argument and ignore it.
864
865Many options have both long and short forms; both are shown in the
866following list. @value{GDBN} also recognizes the long forms if you truncate
867them, so long as enough of the option is present to be unambiguous.
868(If you prefer, you can flag option arguments with @samp{--} rather
869than @samp{-}, though we illustrate the more usual convention.)
870
871@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
872@c way, both those who look for -foo and --foo in the index, will find
873@c it.
874
875@table @code
876@item -symbols @var{file}
877@itemx -s @var{file}
878@cindex @code{--symbols}
879@cindex @code{-s}
880Read symbol table from file @var{file}.
881
882@item -exec @var{file}
883@itemx -e @var{file}
884@cindex @code{--exec}
885@cindex @code{-e}
886Use file @var{file} as the executable file to execute when appropriate,
887and for examining pure data in conjunction with a core dump.
888
889@item -se @var{file}
890@cindex @code{--se}
891Read symbol table from file @var{file} and use it as the executable
892file.
893
894@item -core @var{file}
895@itemx -c @var{file}
896@cindex @code{--core}
897@cindex @code{-c}
898Use file @var{file} as a core dump to examine.
899
900@item -c @var{number}
901@item -pid @var{number}
902@itemx -p @var{number}
903@cindex @code{--pid}
904@cindex @code{-p}
905Connect to process ID @var{number}, as with the @code{attach} command.
906If there is no such process, @value{GDBN} will attempt to open a core
907file named @var{number}.
908
909@item -command @var{file}
910@itemx -x @var{file}
911@cindex @code{--command}
912@cindex @code{-x}
913Execute @value{GDBN} commands from file @var{file}. @xref{Command
914Files,, Command files}.
915
916@item -directory @var{directory}
917@itemx -d @var{directory}
918@cindex @code{--directory}
919@cindex @code{-d}
920Add @var{directory} to the path to search for source files.
921
922@item -m
923@itemx -mapped
924@cindex @code{--mapped}
925@cindex @code{-m}
926@emph{Warning: this option depends on operating system facilities that are not
927supported on all systems.}@*
928If memory-mapped files are available on your system through the @code{mmap}
929system call, you can use this option
930to have @value{GDBN} write the symbols from your
931program into a reusable file in the current directory. If the program you are debugging is
932called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
933Future @value{GDBN} debugging sessions notice the presence of this file,
934and can quickly map in symbol information from it, rather than reading
935the symbol table from the executable program.
936
937The @file{.syms} file is specific to the host machine where @value{GDBN}
938is run. It holds an exact image of the internal @value{GDBN} symbol
939table. It cannot be shared across multiple host platforms.
940
941@item -r
942@itemx -readnow
943@cindex @code{--readnow}
944@cindex @code{-r}
945Read each symbol file's entire symbol table immediately, rather than
946the default, which is to read it incrementally as it is needed.
947This makes startup slower, but makes future operations faster.
948
949@end table
950
951You typically combine the @code{-mapped} and @code{-readnow} options in
952order to build a @file{.syms} file that contains complete symbol
953information. (@xref{Files,,Commands to specify files}, for information
954on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
955but build a @file{.syms} file for future use is:
956
957@smallexample
958gdb -batch -nx -mapped -readnow programname
959@end smallexample
960
961@node Mode Options
962@subsection Choosing modes
963
964You can run @value{GDBN} in various alternative modes---for example, in
965batch mode or quiet mode.
966
967@table @code
968@item -nx
969@itemx -n
970@cindex @code{--nx}
971@cindex @code{-n}
972Do not execute commands found in any initialization files. Normally,
973@value{GDBN} executes the commands in these files after all the command
974options and arguments have been processed. @xref{Command Files,,Command
975files}.
976
977@item -quiet
978@itemx -silent
979@itemx -q
980@cindex @code{--quiet}
981@cindex @code{--silent}
982@cindex @code{-q}
983``Quiet''. Do not print the introductory and copyright messages. These
984messages are also suppressed in batch mode.
985
986@item -batch
987@cindex @code{--batch}
988Run in batch mode. Exit with status @code{0} after processing all the
989command files specified with @samp{-x} (and all commands from
990initialization files, if not inhibited with @samp{-n}). Exit with
991nonzero status if an error occurs in executing the @value{GDBN} commands
992in the command files.
993
994Batch mode may be useful for running @value{GDBN} as a filter, for
995example to download and run a program on another computer; in order to
996make this more useful, the message
997
998@smallexample
999Program exited normally.
1000@end smallexample
1001
1002@noindent
1003(which is ordinarily issued whenever a program running under
1004@value{GDBN} control terminates) is not issued when running in batch
1005mode.
1006
1007@item -nowindows
1008@itemx -nw
1009@cindex @code{--nowindows}
1010@cindex @code{-nw}
1011``No windows''. If @value{GDBN} comes with a graphical user interface
1012(GUI) built in, then this option tells @value{GDBN} to only use the command-line
1013interface. If no GUI is available, this option has no effect.
1014
1015@item -windows
1016@itemx -w
1017@cindex @code{--windows}
1018@cindex @code{-w}
1019If @value{GDBN} includes a GUI, then this option requires it to be
1020used if possible.
1021
1022@item -cd @var{directory}
1023@cindex @code{--cd}
1024Run @value{GDBN} using @var{directory} as its working directory,
1025instead of the current directory.
1026
1027@item -fullname
1028@itemx -f
1029@cindex @code{--fullname}
1030@cindex @code{-f}
1031@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1032subprocess. It tells @value{GDBN} to output the full file name and line
1033number in a standard, recognizable fashion each time a stack frame is
1034displayed (which includes each time your program stops). This
1035recognizable format looks like two @samp{\032} characters, followed by
1036the file name, line number and character position separated by colons,
1037and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1038@samp{\032} characters as a signal to display the source code for the
1039frame.
1040
1041@item -epoch
1042@cindex @code{--epoch}
1043The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1044@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1045routines so as to allow Epoch to display values of expressions in a
1046separate window.
1047
1048@item -annotate @var{level}
1049@cindex @code{--annotate}
1050This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1051effect is identical to using @samp{set annotate @var{level}}
1052(@pxref{Annotations}).
1053Annotation level controls how much information does @value{GDBN} print
1054together with its prompt, values of expressions, source lines, and other
1055types of output. Level 0 is the normal, level 1 is for use when
1056@value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
1057maximum annotation suitable for programs that control @value{GDBN}.
1058
1059@item -async
1060@cindex @code{--async}
1061Use the asynchronous event loop for the command-line interface.
1062@value{GDBN} processes all events, such as user keyboard input, via a
1063special event loop. This allows @value{GDBN} to accept and process user
1064commands in parallel with the debugged process being
1065run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1066MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1067suspended when the debuggee runs.}, so you don't need to wait for
1068control to return to @value{GDBN} before you type the next command.
1069(@emph{Note:} as of version 5.1, the target side of the asynchronous
1070operation is not yet in place, so @samp{-async} does not work fully
1071yet.)
1072@c FIXME: when the target side of the event loop is done, the above NOTE
1073@c should be removed.
1074
1075When the standard input is connected to a terminal device, @value{GDBN}
1076uses the asynchronous event loop by default, unless disabled by the
1077@samp{-noasync} option.
1078
1079@item -noasync
1080@cindex @code{--noasync}
1081Disable the asynchronous event loop for the command-line interface.
1082
1083@item --args
1084@cindex @code{--args}
1085Change interpretation of command line so that arguments following the
1086executable file are passed as command line arguments to the inferior.
1087This option stops option processing.
1088
1089@item -baud @var{bps}
1090@itemx -b @var{bps}
1091@cindex @code{--baud}
1092@cindex @code{-b}
1093Set the line speed (baud rate or bits per second) of any serial
1094interface used by @value{GDBN} for remote debugging.
1095
1096@item -tty @var{device}
1097@itemx -t @var{device}
1098@cindex @code{--tty}
1099@cindex @code{-t}
1100Run using @var{device} for your program's standard input and output.
1101@c FIXME: kingdon thinks there is more to -tty. Investigate.
1102
1103@c resolve the situation of these eventually
1104@item -tui
1105@cindex @code{--tui}
1106Activate the Terminal User Interface when starting.
1107The Terminal User Interface manages several text windows on the terminal,
1108showing source, assembly, registers and @value{GDBN} command outputs
1109(@pxref{TUI, ,@value{GDBN} Text User Interface}).
1110Do not use this option if you run @value{GDBN} from Emacs
1111(@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
1112
1113@c @item -xdb
1114@c @cindex @code{--xdb}
1115@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1116@c For information, see the file @file{xdb_trans.html}, which is usually
1117@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1118@c systems.
1119
1120@item -interpreter @var{interp}
1121@cindex @code{--interpreter}
1122Use the interpreter @var{interp} for interface with the controlling
1123program or device. This option is meant to be set by programs which
1124communicate with @value{GDBN} using it as a back end.
1125@xref{Interpreters, , Command Interpreters}.
1126
1127@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
1128@value{GDBN} to use the current @dfn{@sc{gdb/mi} interface}
1129(@pxref{GDB/MI, , The @sc{gdb/mi} Interface}). The previous @sc{gdb/mi}
1130interface, included in @value{GDBN} version 5.3, can be selected with
1131@samp{--interpreter=mi1}. Earlier @sc{gdb/mi} interfaces
1132are not supported.
1133
1134@item -write
1135@cindex @code{--write}
1136Open the executable and core files for both reading and writing. This
1137is equivalent to the @samp{set write on} command inside @value{GDBN}
1138(@pxref{Patching}).
1139
1140@item -statistics
1141@cindex @code{--statistics}
1142This option causes @value{GDBN} to print statistics about time and
1143memory usage after it completes each command and returns to the prompt.
1144
1145@item -version
1146@cindex @code{--version}
1147This option causes @value{GDBN} to print its version number and
1148no-warranty blurb, and exit.
1149
1150@end table
1151
1152@node Quitting GDB
1153@section Quitting @value{GDBN}
1154@cindex exiting @value{GDBN}
1155@cindex leaving @value{GDBN}
1156
1157@table @code
1158@kindex quit @r{[}@var{expression}@r{]}
1159@kindex q @r{(@code{quit})}
1160@item quit @r{[}@var{expression}@r{]}
1161@itemx q
1162To exit @value{GDBN}, use the @code{quit} command (abbreviated
1163@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1164do not supply @var{expression}, @value{GDBN} will terminate normally;
1165otherwise it will terminate using the result of @var{expression} as the
1166error code.
1167@end table
1168
1169@cindex interrupt
1170An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1171terminates the action of any @value{GDBN} command that is in progress and
1172returns to @value{GDBN} command level. It is safe to type the interrupt
1173character at any time because @value{GDBN} does not allow it to take effect
1174until a time when it is safe.
1175
1176If you have been using @value{GDBN} to control an attached process or
1177device, you can release it with the @code{detach} command
1178(@pxref{Attach, ,Debugging an already-running process}).
1179
1180@node Shell Commands
1181@section Shell commands
1182
1183If you need to execute occasional shell commands during your
1184debugging session, there is no need to leave or suspend @value{GDBN}; you can
1185just use the @code{shell} command.
1186
1187@table @code
1188@kindex shell
1189@cindex shell escape
1190@item shell @var{command string}
1191Invoke a standard shell to execute @var{command string}.
1192If it exists, the environment variable @code{SHELL} determines which
1193shell to run. Otherwise @value{GDBN} uses the default shell
1194(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1195@end table
1196
1197The utility @code{make} is often needed in development environments.
1198You do not have to use the @code{shell} command for this purpose in
1199@value{GDBN}:
1200
1201@table @code
1202@kindex make
1203@cindex calling make
1204@item make @var{make-args}
1205Execute the @code{make} program with the specified
1206arguments. This is equivalent to @samp{shell make @var{make-args}}.
1207@end table
1208
1209@node Commands
1210@chapter @value{GDBN} Commands
1211
1212You can abbreviate a @value{GDBN} command to the first few letters of the command
1213name, if that abbreviation is unambiguous; and you can repeat certain
1214@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1215key to get @value{GDBN} to fill out the rest of a word in a command (or to
1216show you the alternatives available, if there is more than one possibility).
1217
1218@menu
1219* Command Syntax:: How to give commands to @value{GDBN}
1220* Completion:: Command completion
1221* Help:: How to ask @value{GDBN} for help
1222@end menu
1223
1224@node Command Syntax
1225@section Command syntax
1226
1227A @value{GDBN} command is a single line of input. There is no limit on
1228how long it can be. It starts with a command name, which is followed by
1229arguments whose meaning depends on the command name. For example, the
1230command @code{step} accepts an argument which is the number of times to
1231step, as in @samp{step 5}. You can also use the @code{step} command
1232with no arguments. Some commands do not allow any arguments.
1233
1234@cindex abbreviation
1235@value{GDBN} command names may always be truncated if that abbreviation is
1236unambiguous. Other possible command abbreviations are listed in the
1237documentation for individual commands. In some cases, even ambiguous
1238abbreviations are allowed; for example, @code{s} is specially defined as
1239equivalent to @code{step} even though there are other commands whose
1240names start with @code{s}. You can test abbreviations by using them as
1241arguments to the @code{help} command.
1242
1243@cindex repeating commands
1244@kindex RET @r{(repeat last command)}
1245A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1246repeat the previous command. Certain commands (for example, @code{run})
1247will not repeat this way; these are commands whose unintentional
1248repetition might cause trouble and which you are unlikely to want to
1249repeat.
1250
1251The @code{list} and @code{x} commands, when you repeat them with
1252@key{RET}, construct new arguments rather than repeating
1253exactly as typed. This permits easy scanning of source or memory.
1254
1255@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1256output, in a way similar to the common utility @code{more}
1257(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1258@key{RET} too many in this situation, @value{GDBN} disables command
1259repetition after any command that generates this sort of display.
1260
1261@kindex # @r{(a comment)}
1262@cindex comment
1263Any text from a @kbd{#} to the end of the line is a comment; it does
1264nothing. This is useful mainly in command files (@pxref{Command
1265Files,,Command files}).
1266
1267@cindex repeating command sequences
1268@kindex C-o @r{(operate-and-get-next)}
1269The @kbd{C-o} binding is useful for repeating a complex sequence of
1270commands. This command accepts the current line, like @kbd{RET}, and
1271then fetches the next line relative to the current line from the history
1272for editing.
1273
1274@node Completion
1275@section Command completion
1276
1277@cindex completion
1278@cindex word completion
1279@value{GDBN} can fill in the rest of a word in a command for you, if there is
1280only one possibility; it can also show you what the valid possibilities
1281are for the next word in a command, at any time. This works for @value{GDBN}
1282commands, @value{GDBN} subcommands, and the names of symbols in your program.
1283
1284Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1285of a word. If there is only one possibility, @value{GDBN} fills in the
1286word, and waits for you to finish the command (or press @key{RET} to
1287enter it). For example, if you type
1288
1289@c FIXME "@key" does not distinguish its argument sufficiently to permit
1290@c complete accuracy in these examples; space introduced for clarity.
1291@c If texinfo enhancements make it unnecessary, it would be nice to
1292@c replace " @key" by "@key" in the following...
1293@smallexample
1294(@value{GDBP}) info bre @key{TAB}
1295@end smallexample
1296
1297@noindent
1298@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1299the only @code{info} subcommand beginning with @samp{bre}:
1300
1301@smallexample
1302(@value{GDBP}) info breakpoints
1303@end smallexample
1304
1305@noindent
1306You can either press @key{RET} at this point, to run the @code{info
1307breakpoints} command, or backspace and enter something else, if
1308@samp{breakpoints} does not look like the command you expected. (If you
1309were sure you wanted @code{info breakpoints} in the first place, you
1310might as well just type @key{RET} immediately after @samp{info bre},
1311to exploit command abbreviations rather than command completion).
1312
1313If there is more than one possibility for the next word when you press
1314@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1315characters and try again, or just press @key{TAB} a second time;
1316@value{GDBN} displays all the possible completions for that word. For
1317example, you might want to set a breakpoint on a subroutine whose name
1318begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1319just sounds the bell. Typing @key{TAB} again displays all the
1320function names in your program that begin with those characters, for
1321example:
1322
1323@smallexample
1324(@value{GDBP}) b make_ @key{TAB}
1325@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1326make_a_section_from_file make_environ
1327make_abs_section make_function_type
1328make_blockvector make_pointer_type
1329make_cleanup make_reference_type
1330make_command make_symbol_completion_list
1331(@value{GDBP}) b make_
1332@end smallexample
1333
1334@noindent
1335After displaying the available possibilities, @value{GDBN} copies your
1336partial input (@samp{b make_} in the example) so you can finish the
1337command.
1338
1339If you just want to see the list of alternatives in the first place, you
1340can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1341means @kbd{@key{META} ?}. You can type this either by holding down a
1342key designated as the @key{META} shift on your keyboard (if there is
1343one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1344
1345@cindex quotes in commands
1346@cindex completion of quoted strings
1347Sometimes the string you need, while logically a ``word'', may contain
1348parentheses or other characters that @value{GDBN} normally excludes from
1349its notion of a word. To permit word completion to work in this
1350situation, you may enclose words in @code{'} (single quote marks) in
1351@value{GDBN} commands.
1352
1353The most likely situation where you might need this is in typing the
1354name of a C@t{++} function. This is because C@t{++} allows function
1355overloading (multiple definitions of the same function, distinguished
1356by argument type). For example, when you want to set a breakpoint you
1357may need to distinguish whether you mean the version of @code{name}
1358that takes an @code{int} parameter, @code{name(int)}, or the version
1359that takes a @code{float} parameter, @code{name(float)}. To use the
1360word-completion facilities in this situation, type a single quote
1361@code{'} at the beginning of the function name. This alerts
1362@value{GDBN} that it may need to consider more information than usual
1363when you press @key{TAB} or @kbd{M-?} to request word completion:
1364
1365@smallexample
1366(@value{GDBP}) b 'bubble( @kbd{M-?}
1367bubble(double,double) bubble(int,int)
1368(@value{GDBP}) b 'bubble(
1369@end smallexample
1370
1371In some cases, @value{GDBN} can tell that completing a name requires using
1372quotes. When this happens, @value{GDBN} inserts the quote for you (while
1373completing as much as it can) if you do not type the quote in the first
1374place:
1375
1376@smallexample
1377(@value{GDBP}) b bub @key{TAB}
1378@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1379(@value{GDBP}) b 'bubble(
1380@end smallexample
1381
1382@noindent
1383In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1384you have not yet started typing the argument list when you ask for
1385completion on an overloaded symbol.
1386
1387For more information about overloaded functions, see @ref{C plus plus
1388expressions, ,C@t{++} expressions}. You can use the command @code{set
1389overload-resolution off} to disable overload resolution;
1390see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
1391
1392
1393@node Help
1394@section Getting help
1395@cindex online documentation
1396@kindex help
1397
1398You can always ask @value{GDBN} itself for information on its commands,
1399using the command @code{help}.
1400
1401@table @code
1402@kindex h @r{(@code{help})}
1403@item help
1404@itemx h
1405You can use @code{help} (abbreviated @code{h}) with no arguments to
1406display a short list of named classes of commands:
1407
1408@smallexample
1409(@value{GDBP}) help
1410List of classes of commands:
1411
1412aliases -- Aliases of other commands
1413breakpoints -- Making program stop at certain points
1414data -- Examining data
1415files -- Specifying and examining files
1416internals -- Maintenance commands
1417obscure -- Obscure features
1418running -- Running the program
1419stack -- Examining the stack
1420status -- Status inquiries
1421support -- Support facilities
1422tracepoints -- Tracing of program execution without@*
1423 stopping the program
1424user-defined -- User-defined commands
1425
1426Type "help" followed by a class name for a list of
1427commands in that class.
1428Type "help" followed by command name for full
1429documentation.
1430Command name abbreviations are allowed if unambiguous.
1431(@value{GDBP})
1432@end smallexample
1433@c the above line break eliminates huge line overfull...
1434
1435@item help @var{class}
1436Using one of the general help classes as an argument, you can get a
1437list of the individual commands in that class. For example, here is the
1438help display for the class @code{status}:
1439
1440@smallexample
1441(@value{GDBP}) help status
1442Status inquiries.
1443
1444List of commands:
1445
1446@c Line break in "show" line falsifies real output, but needed
1447@c to fit in smallbook page size.
1448info -- Generic command for showing things
1449 about the program being debugged
1450show -- Generic command for showing things
1451 about the debugger
1452
1453Type "help" followed by command name for full
1454documentation.
1455Command name abbreviations are allowed if unambiguous.
1456(@value{GDBP})
1457@end smallexample
1458
1459@item help @var{command}
1460With a command name as @code{help} argument, @value{GDBN} displays a
1461short paragraph on how to use that command.
1462
1463@kindex apropos
1464@item apropos @var{args}
1465The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1466commands, and their documentation, for the regular expression specified in
1467@var{args}. It prints out all matches found. For example:
1468
1469@smallexample
1470apropos reload
1471@end smallexample
1472
1473@noindent
1474results in:
1475
1476@smallexample
1477@c @group
1478set symbol-reloading -- Set dynamic symbol table reloading
1479 multiple times in one run
1480show symbol-reloading -- Show dynamic symbol table reloading
1481 multiple times in one run
1482@c @end group
1483@end smallexample
1484
1485@kindex complete
1486@item complete @var{args}
1487The @code{complete @var{args}} command lists all the possible completions
1488for the beginning of a command. Use @var{args} to specify the beginning of the
1489command you want completed. For example:
1490
1491@smallexample
1492complete i
1493@end smallexample
1494
1495@noindent results in:
1496
1497@smallexample
1498@group
1499if
1500ignore
1501info
1502inspect
1503@end group
1504@end smallexample
1505
1506@noindent This is intended for use by @sc{gnu} Emacs.
1507@end table
1508
1509In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1510and @code{show} to inquire about the state of your program, or the state
1511of @value{GDBN} itself. Each command supports many topics of inquiry; this
1512manual introduces each of them in the appropriate context. The listings
1513under @code{info} and under @code{show} in the Index point to
1514all the sub-commands. @xref{Index}.
1515
1516@c @group
1517@table @code
1518@kindex info
1519@kindex i @r{(@code{info})}
1520@item info
1521This command (abbreviated @code{i}) is for describing the state of your
1522program. For example, you can list the arguments given to your program
1523with @code{info args}, list the registers currently in use with @code{info
1524registers}, or list the breakpoints you have set with @code{info breakpoints}.
1525You can get a complete list of the @code{info} sub-commands with
1526@w{@code{help info}}.
1527
1528@kindex set
1529@item set
1530You can assign the result of an expression to an environment variable with
1531@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1532@code{set prompt $}.
1533
1534@kindex show
1535@item show
1536In contrast to @code{info}, @code{show} is for describing the state of
1537@value{GDBN} itself.
1538You can change most of the things you can @code{show}, by using the
1539related command @code{set}; for example, you can control what number
1540system is used for displays with @code{set radix}, or simply inquire
1541which is currently in use with @code{show radix}.
1542
1543@kindex info set
1544To display all the settable parameters and their current
1545values, you can use @code{show} with no arguments; you may also use
1546@code{info set}. Both commands produce the same display.
1547@c FIXME: "info set" violates the rule that "info" is for state of
1548@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1549@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1550@end table
1551@c @end group
1552
1553Here are three miscellaneous @code{show} subcommands, all of which are
1554exceptional in lacking corresponding @code{set} commands:
1555
1556@table @code
1557@kindex show version
1558@cindex version number
1559@item show version
1560Show what version of @value{GDBN} is running. You should include this
1561information in @value{GDBN} bug-reports. If multiple versions of
1562@value{GDBN} are in use at your site, you may need to determine which
1563version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1564commands are introduced, and old ones may wither away. Also, many
1565system vendors ship variant versions of @value{GDBN}, and there are
1566variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1567The version number is the same as the one announced when you start
1568@value{GDBN}.
1569
1570@kindex show copying
1571@item show copying
1572Display information about permission for copying @value{GDBN}.
1573
1574@kindex show warranty
1575@item show warranty
1576Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1577if your version of @value{GDBN} comes with one.
1578
1579@end table
1580
1581@node Running
1582@chapter Running Programs Under @value{GDBN}
1583
1584When you run a program under @value{GDBN}, you must first generate
1585debugging information when you compile it.
1586
1587You may start @value{GDBN} with its arguments, if any, in an environment
1588of your choice. If you are doing native debugging, you may redirect
1589your program's input and output, debug an already running process, or
1590kill a child process.
1591
1592@menu
1593* Compilation:: Compiling for debugging
1594* Starting:: Starting your program
1595* Arguments:: Your program's arguments
1596* Environment:: Your program's environment
1597
1598* Working Directory:: Your program's working directory
1599* Input/Output:: Your program's input and output
1600* Attach:: Debugging an already-running process
1601* Kill Process:: Killing the child process
1602
1603* Threads:: Debugging programs with multiple threads
1604* Processes:: Debugging programs with multiple processes
1605@end menu
1606
1607@node Compilation
1608@section Compiling for debugging
1609
1610In order to debug a program effectively, you need to generate
1611debugging information when you compile it. This debugging information
1612is stored in the object file; it describes the data type of each
1613variable or function and the correspondence between source line numbers
1614and addresses in the executable code.
1615
1616To request debugging information, specify the @samp{-g} option when you run
1617the compiler.
1618
1619Most compilers do not include information about preprocessor macros in
1620the debugging information if you specify the @option{-g} flag alone,
1621because this information is rather large. Version 3.1 of @value{NGCC},
1622the @sc{gnu} C compiler, provides macro information if you specify the
1623options @option{-gdwarf-2} and @option{-g3}; the former option requests
1624debugging information in the Dwarf 2 format, and the latter requests
1625``extra information''. In the future, we hope to find more compact ways
1626to represent macro information, so that it can be included with
1627@option{-g} alone.
1628
1629Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1630options together. Using those compilers, you cannot generate optimized
1631executables containing debugging information.
1632
1633@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1634without @samp{-O}, making it possible to debug optimized code. We
1635recommend that you @emph{always} use @samp{-g} whenever you compile a
1636program. You may think your program is correct, but there is no sense
1637in pushing your luck.
1638
1639@cindex optimized code, debugging
1640@cindex debugging optimized code
1641When you debug a program compiled with @samp{-g -O}, remember that the
1642optimizer is rearranging your code; the debugger shows you what is
1643really there. Do not be too surprised when the execution path does not
1644exactly match your source file! An extreme example: if you define a
1645variable, but never use it, @value{GDBN} never sees that
1646variable---because the compiler optimizes it out of existence.
1647
1648Some things do not work as well with @samp{-g -O} as with just
1649@samp{-g}, particularly on machines with instruction scheduling. If in
1650doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1651please report it to us as a bug (including a test case!).
1652
1653Older versions of the @sc{gnu} C compiler permitted a variant option
1654@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1655format; if your @sc{gnu} C compiler has this option, do not use it.
1656
1657@need 2000
1658@node Starting
1659@section Starting your program
1660@cindex starting
1661@cindex running
1662
1663@table @code
1664@kindex run
1665@kindex r @r{(@code{run})}
1666@item run
1667@itemx r
1668Use the @code{run} command to start your program under @value{GDBN}.
1669You must first specify the program name (except on VxWorks) with an
1670argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1671@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1672(@pxref{Files, ,Commands to specify files}).
1673
1674@end table
1675
1676If you are running your program in an execution environment that
1677supports processes, @code{run} creates an inferior process and makes
1678that process run your program. (In environments without processes,
1679@code{run} jumps to the start of your program.)
1680
1681The execution of a program is affected by certain information it
1682receives from its superior. @value{GDBN} provides ways to specify this
1683information, which you must do @emph{before} starting your program. (You
1684can change it after starting your program, but such changes only affect
1685your program the next time you start it.) This information may be
1686divided into four categories:
1687
1688@table @asis
1689@item The @emph{arguments.}
1690Specify the arguments to give your program as the arguments of the
1691@code{run} command. If a shell is available on your target, the shell
1692is used to pass the arguments, so that you may use normal conventions
1693(such as wildcard expansion or variable substitution) in describing
1694the arguments.
1695In Unix systems, you can control which shell is used with the
1696@code{SHELL} environment variable.
1697@xref{Arguments, ,Your program's arguments}.
1698
1699@item The @emph{environment.}
1700Your program normally inherits its environment from @value{GDBN}, but you can
1701use the @value{GDBN} commands @code{set environment} and @code{unset
1702environment} to change parts of the environment that affect
1703your program. @xref{Environment, ,Your program's environment}.
1704
1705@item The @emph{working directory.}
1706Your program inherits its working directory from @value{GDBN}. You can set
1707the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1708@xref{Working Directory, ,Your program's working directory}.
1709
1710@item The @emph{standard input and output.}
1711Your program normally uses the same device for standard input and
1712standard output as @value{GDBN} is using. You can redirect input and output
1713in the @code{run} command line, or you can use the @code{tty} command to
1714set a different device for your program.
1715@xref{Input/Output, ,Your program's input and output}.
1716
1717@cindex pipes
1718@emph{Warning:} While input and output redirection work, you cannot use
1719pipes to pass the output of the program you are debugging to another
1720program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1721wrong program.
1722@end table
1723
1724When you issue the @code{run} command, your program begins to execute
1725immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1726of how to arrange for your program to stop. Once your program has
1727stopped, you may call functions in your program, using the @code{print}
1728or @code{call} commands. @xref{Data, ,Examining Data}.
1729
1730If the modification time of your symbol file has changed since the last
1731time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1732table, and reads it again. When it does this, @value{GDBN} tries to retain
1733your current breakpoints.
1734
1735@node Arguments
1736@section Your program's arguments
1737
1738@cindex arguments (to your program)
1739The arguments to your program can be specified by the arguments of the
1740@code{run} command.
1741They are passed to a shell, which expands wildcard characters and
1742performs redirection of I/O, and thence to your program. Your
1743@code{SHELL} environment variable (if it exists) specifies what shell
1744@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1745the default shell (@file{/bin/sh} on Unix).
1746
1747On non-Unix systems, the program is usually invoked directly by
1748@value{GDBN}, which emulates I/O redirection via the appropriate system
1749calls, and the wildcard characters are expanded by the startup code of
1750the program, not by the shell.
1751
1752@code{run} with no arguments uses the same arguments used by the previous
1753@code{run}, or those set by the @code{set args} command.
1754
1755@table @code
1756@kindex set args
1757@item set args
1758Specify the arguments to be used the next time your program is run. If
1759@code{set args} has no arguments, @code{run} executes your program
1760with no arguments. Once you have run your program with arguments,
1761using @code{set args} before the next @code{run} is the only way to run
1762it again without arguments.
1763
1764@kindex show args
1765@item show args
1766Show the arguments to give your program when it is started.
1767@end table
1768
1769@node Environment
1770@section Your program's environment
1771
1772@cindex environment (of your program)
1773The @dfn{environment} consists of a set of environment variables and
1774their values. Environment variables conventionally record such things as
1775your user name, your home directory, your terminal type, and your search
1776path for programs to run. Usually you set up environment variables with
1777the shell and they are inherited by all the other programs you run. When
1778debugging, it can be useful to try running your program with a modified
1779environment without having to start @value{GDBN} over again.
1780
1781@table @code
1782@kindex path
1783@item path @var{directory}
1784Add @var{directory} to the front of the @code{PATH} environment variable
1785(the search path for executables) that will be passed to your program.
1786The value of @code{PATH} used by @value{GDBN} does not change.
1787You may specify several directory names, separated by whitespace or by a
1788system-dependent separator character (@samp{:} on Unix, @samp{;} on
1789MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1790is moved to the front, so it is searched sooner.
1791
1792You can use the string @samp{$cwd} to refer to whatever is the current
1793working directory at the time @value{GDBN} searches the path. If you
1794use @samp{.} instead, it refers to the directory where you executed the
1795@code{path} command. @value{GDBN} replaces @samp{.} in the
1796@var{directory} argument (with the current path) before adding
1797@var{directory} to the search path.
1798@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1799@c document that, since repeating it would be a no-op.
1800
1801@kindex show paths
1802@item show paths
1803Display the list of search paths for executables (the @code{PATH}
1804environment variable).
1805
1806@kindex show environment
1807@item show environment @r{[}@var{varname}@r{]}
1808Print the value of environment variable @var{varname} to be given to
1809your program when it starts. If you do not supply @var{varname},
1810print the names and values of all environment variables to be given to
1811your program. You can abbreviate @code{environment} as @code{env}.
1812
1813@kindex set environment
1814@item set environment @var{varname} @r{[}=@var{value}@r{]}
1815Set environment variable @var{varname} to @var{value}. The value
1816changes for your program only, not for @value{GDBN} itself. @var{value} may
1817be any string; the values of environment variables are just strings, and
1818any interpretation is supplied by your program itself. The @var{value}
1819parameter is optional; if it is eliminated, the variable is set to a
1820null value.
1821@c "any string" here does not include leading, trailing
1822@c blanks. Gnu asks: does anyone care?
1823
1824For example, this command:
1825
1826@smallexample
1827set env USER = foo
1828@end smallexample
1829
1830@noindent
1831tells the debugged program, when subsequently run, that its user is named
1832@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1833are not actually required.)
1834
1835@kindex unset environment
1836@item unset environment @var{varname}
1837Remove variable @var{varname} from the environment to be passed to your
1838program. This is different from @samp{set env @var{varname} =};
1839@code{unset environment} removes the variable from the environment,
1840rather than assigning it an empty value.
1841@end table
1842
1843@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1844the shell indicated
1845by your @code{SHELL} environment variable if it exists (or
1846@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1847that runs an initialization file---such as @file{.cshrc} for C-shell, or
1848@file{.bashrc} for BASH---any variables you set in that file affect
1849your program. You may wish to move setting of environment variables to
1850files that are only run when you sign on, such as @file{.login} or
1851@file{.profile}.
1852
1853@node Working Directory
1854@section Your program's working directory
1855
1856@cindex working directory (of your program)
1857Each time you start your program with @code{run}, it inherits its
1858working directory from the current working directory of @value{GDBN}.
1859The @value{GDBN} working directory is initially whatever it inherited
1860from its parent process (typically the shell), but you can specify a new
1861working directory in @value{GDBN} with the @code{cd} command.
1862
1863The @value{GDBN} working directory also serves as a default for the commands
1864that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1865specify files}.
1866
1867@table @code
1868@kindex cd
1869@item cd @var{directory}
1870Set the @value{GDBN} working directory to @var{directory}.
1871
1872@kindex pwd
1873@item pwd
1874Print the @value{GDBN} working directory.
1875@end table
1876
1877@node Input/Output
1878@section Your program's input and output
1879
1880@cindex redirection
1881@cindex i/o
1882@cindex terminal
1883By default, the program you run under @value{GDBN} does input and output to
1884the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1885to its own terminal modes to interact with you, but it records the terminal
1886modes your program was using and switches back to them when you continue
1887running your program.
1888
1889@table @code
1890@kindex info terminal
1891@item info terminal
1892Displays information recorded by @value{GDBN} about the terminal modes your
1893program is using.
1894@end table
1895
1896You can redirect your program's input and/or output using shell
1897redirection with the @code{run} command. For example,
1898
1899@smallexample
1900run > outfile
1901@end smallexample
1902
1903@noindent
1904starts your program, diverting its output to the file @file{outfile}.
1905
1906@kindex tty
1907@cindex controlling terminal
1908Another way to specify where your program should do input and output is
1909with the @code{tty} command. This command accepts a file name as
1910argument, and causes this file to be the default for future @code{run}
1911commands. It also resets the controlling terminal for the child
1912process, for future @code{run} commands. For example,
1913
1914@smallexample
1915tty /dev/ttyb
1916@end smallexample
1917
1918@noindent
1919directs that processes started with subsequent @code{run} commands
1920default to do input and output on the terminal @file{/dev/ttyb} and have
1921that as their controlling terminal.
1922
1923An explicit redirection in @code{run} overrides the @code{tty} command's
1924effect on the input/output device, but not its effect on the controlling
1925terminal.
1926
1927When you use the @code{tty} command or redirect input in the @code{run}
1928command, only the input @emph{for your program} is affected. The input
1929for @value{GDBN} still comes from your terminal.
1930
1931@node Attach
1932@section Debugging an already-running process
1933@kindex attach
1934@cindex attach
1935
1936@table @code
1937@item attach @var{process-id}
1938This command attaches to a running process---one that was started
1939outside @value{GDBN}. (@code{info files} shows your active
1940targets.) The command takes as argument a process ID. The usual way to
1941find out the process-id of a Unix process is with the @code{ps} utility,
1942or with the @samp{jobs -l} shell command.
1943
1944@code{attach} does not repeat if you press @key{RET} a second time after
1945executing the command.
1946@end table
1947
1948To use @code{attach}, your program must be running in an environment
1949which supports processes; for example, @code{attach} does not work for
1950programs on bare-board targets that lack an operating system. You must
1951also have permission to send the process a signal.
1952
1953When you use @code{attach}, the debugger finds the program running in
1954the process first by looking in the current working directory, then (if
1955the program is not found) by using the source file search path
1956(@pxref{Source Path, ,Specifying source directories}). You can also use
1957the @code{file} command to load the program. @xref{Files, ,Commands to
1958Specify Files}.
1959
1960The first thing @value{GDBN} does after arranging to debug the specified
1961process is to stop it. You can examine and modify an attached process
1962with all the @value{GDBN} commands that are ordinarily available when
1963you start processes with @code{run}. You can insert breakpoints; you
1964can step and continue; you can modify storage. If you would rather the
1965process continue running, you may use the @code{continue} command after
1966attaching @value{GDBN} to the process.
1967
1968@table @code
1969@kindex detach
1970@item detach
1971When you have finished debugging the attached process, you can use the
1972@code{detach} command to release it from @value{GDBN} control. Detaching
1973the process continues its execution. After the @code{detach} command,
1974that process and @value{GDBN} become completely independent once more, and you
1975are ready to @code{attach} another process or start one with @code{run}.
1976@code{detach} does not repeat if you press @key{RET} again after
1977executing the command.
1978@end table
1979
1980If you exit @value{GDBN} or use the @code{run} command while you have an
1981attached process, you kill that process. By default, @value{GDBN} asks
1982for confirmation if you try to do either of these things; you can
1983control whether or not you need to confirm by using the @code{set
1984confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1985messages}).
1986
1987@node Kill Process
1988@section Killing the child process
1989
1990@table @code
1991@kindex kill
1992@item kill
1993Kill the child process in which your program is running under @value{GDBN}.
1994@end table
1995
1996This command is useful if you wish to debug a core dump instead of a
1997running process. @value{GDBN} ignores any core dump file while your program
1998is running.
1999
2000On some operating systems, a program cannot be executed outside @value{GDBN}
2001while you have breakpoints set on it inside @value{GDBN}. You can use the
2002@code{kill} command in this situation to permit running your program
2003outside the debugger.
2004
2005The @code{kill} command is also useful if you wish to recompile and
2006relink your program, since on many systems it is impossible to modify an
2007executable file while it is running in a process. In this case, when you
2008next type @code{run}, @value{GDBN} notices that the file has changed, and
2009reads the symbol table again (while trying to preserve your current
2010breakpoint settings).
2011
2012@node Threads
2013@section Debugging programs with multiple threads
2014
2015@cindex threads of execution
2016@cindex multiple threads
2017@cindex switching threads
2018In some operating systems, such as HP-UX and Solaris, a single program
2019may have more than one @dfn{thread} of execution. The precise semantics
2020of threads differ from one operating system to another, but in general
2021the threads of a single program are akin to multiple processes---except
2022that they share one address space (that is, they can all examine and
2023modify the same variables). On the other hand, each thread has its own
2024registers and execution stack, and perhaps private memory.
2025
2026@value{GDBN} provides these facilities for debugging multi-thread
2027programs:
2028
2029@itemize @bullet
2030@item automatic notification of new threads
2031@item @samp{thread @var{threadno}}, a command to switch among threads
2032@item @samp{info threads}, a command to inquire about existing threads
2033@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
2034a command to apply a command to a list of threads
2035@item thread-specific breakpoints
2036@end itemize
2037
2038@quotation
2039@emph{Warning:} These facilities are not yet available on every
2040@value{GDBN} configuration where the operating system supports threads.
2041If your @value{GDBN} does not support threads, these commands have no
2042effect. For example, a system without thread support shows no output
2043from @samp{info threads}, and always rejects the @code{thread} command,
2044like this:
2045
2046@smallexample
2047(@value{GDBP}) info threads
2048(@value{GDBP}) thread 1
2049Thread ID 1 not known. Use the "info threads" command to
2050see the IDs of currently known threads.
2051@end smallexample
2052@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2053@c doesn't support threads"?
2054@end quotation
2055
2056@cindex focus of debugging
2057@cindex current thread
2058The @value{GDBN} thread debugging facility allows you to observe all
2059threads while your program runs---but whenever @value{GDBN} takes
2060control, one thread in particular is always the focus of debugging.
2061This thread is called the @dfn{current thread}. Debugging commands show
2062program information from the perspective of the current thread.
2063
2064@cindex @code{New} @var{systag} message
2065@cindex thread identifier (system)
2066@c FIXME-implementors!! It would be more helpful if the [New...] message
2067@c included GDB's numeric thread handle, so you could just go to that
2068@c thread without first checking `info threads'.
2069Whenever @value{GDBN} detects a new thread in your program, it displays
2070the target system's identification for the thread with a message in the
2071form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2072whose form varies depending on the particular system. For example, on
2073LynxOS, you might see
2074
2075@smallexample
2076[New process 35 thread 27]
2077@end smallexample
2078
2079@noindent
2080when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2081the @var{systag} is simply something like @samp{process 368}, with no
2082further qualifier.
2083
2084@c FIXME!! (1) Does the [New...] message appear even for the very first
2085@c thread of a program, or does it only appear for the
2086@c second---i.e.@: when it becomes obvious we have a multithread
2087@c program?
2088@c (2) *Is* there necessarily a first thread always? Or do some
2089@c multithread systems permit starting a program with multiple
2090@c threads ab initio?
2091
2092@cindex thread number
2093@cindex thread identifier (GDB)
2094For debugging purposes, @value{GDBN} associates its own thread
2095number---always a single integer---with each thread in your program.
2096
2097@table @code
2098@kindex info threads
2099@item info threads
2100Display a summary of all threads currently in your
2101program. @value{GDBN} displays for each thread (in this order):
2102
2103@enumerate
2104@item the thread number assigned by @value{GDBN}
2105
2106@item the target system's thread identifier (@var{systag})
2107
2108@item the current stack frame summary for that thread
2109@end enumerate
2110
2111@noindent
2112An asterisk @samp{*} to the left of the @value{GDBN} thread number
2113indicates the current thread.
2114
2115For example,
2116@end table
2117@c end table here to get a little more width for example
2118
2119@smallexample
2120(@value{GDBP}) info threads
2121 3 process 35 thread 27 0x34e5 in sigpause ()
2122 2 process 35 thread 23 0x34e5 in sigpause ()
2123* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2124 at threadtest.c:68
2125@end smallexample
2126
2127On HP-UX systems:
2128
2129@cindex thread number
2130@cindex thread identifier (GDB)
2131For debugging purposes, @value{GDBN} associates its own thread
2132number---a small integer assigned in thread-creation order---with each
2133thread in your program.
2134
2135@cindex @code{New} @var{systag} message, on HP-UX
2136@cindex thread identifier (system), on HP-UX
2137@c FIXME-implementors!! It would be more helpful if the [New...] message
2138@c included GDB's numeric thread handle, so you could just go to that
2139@c thread without first checking `info threads'.
2140Whenever @value{GDBN} detects a new thread in your program, it displays
2141both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2142form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2143whose form varies depending on the particular system. For example, on
2144HP-UX, you see
2145
2146@smallexample
2147[New thread 2 (system thread 26594)]
2148@end smallexample
2149
2150@noindent
2151when @value{GDBN} notices a new thread.
2152
2153@table @code
2154@kindex info threads
2155@item info threads
2156Display a summary of all threads currently in your
2157program. @value{GDBN} displays for each thread (in this order):
2158
2159@enumerate
2160@item the thread number assigned by @value{GDBN}
2161
2162@item the target system's thread identifier (@var{systag})
2163
2164@item the current stack frame summary for that thread
2165@end enumerate
2166
2167@noindent
2168An asterisk @samp{*} to the left of the @value{GDBN} thread number
2169indicates the current thread.
2170
2171For example,
2172@end table
2173@c end table here to get a little more width for example
2174
2175@smallexample
2176(@value{GDBP}) info threads
2177 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2178 at quicksort.c:137
2179 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2180 from /usr/lib/libc.2
2181 1 system thread 27905 0x7b003498 in _brk () \@*
2182 from /usr/lib/libc.2
2183@end smallexample
2184
2185@table @code
2186@kindex thread @var{threadno}
2187@item thread @var{threadno}
2188Make thread number @var{threadno} the current thread. The command
2189argument @var{threadno} is the internal @value{GDBN} thread number, as
2190shown in the first field of the @samp{info threads} display.
2191@value{GDBN} responds by displaying the system identifier of the thread
2192you selected, and its current stack frame summary:
2193
2194@smallexample
2195@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2196(@value{GDBP}) thread 2
2197[Switching to process 35 thread 23]
21980x34e5 in sigpause ()
2199@end smallexample
2200
2201@noindent
2202As with the @samp{[New @dots{}]} message, the form of the text after
2203@samp{Switching to} depends on your system's conventions for identifying
2204threads.
2205
2206@kindex thread apply
2207@item thread apply [@var{threadno}] [@var{all}] @var{args}
2208The @code{thread apply} command allows you to apply a command to one or
2209more threads. Specify the numbers of the threads that you want affected
2210with the command argument @var{threadno}. @var{threadno} is the internal
2211@value{GDBN} thread number, as shown in the first field of the @samp{info
2212threads} display. To apply a command to all threads, use
2213@code{thread apply all} @var{args}.
2214@end table
2215
2216@cindex automatic thread selection
2217@cindex switching threads automatically
2218@cindex threads, automatic switching
2219Whenever @value{GDBN} stops your program, due to a breakpoint or a
2220signal, it automatically selects the thread where that breakpoint or
2221signal happened. @value{GDBN} alerts you to the context switch with a
2222message of the form @samp{[Switching to @var{systag}]} to identify the
2223thread.
2224
2225@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2226more information about how @value{GDBN} behaves when you stop and start
2227programs with multiple threads.
2228
2229@xref{Set Watchpoints,,Setting watchpoints}, for information about
2230watchpoints in programs with multiple threads.
2231
2232@node Processes
2233@section Debugging programs with multiple processes
2234
2235@cindex fork, debugging programs which call
2236@cindex multiple processes
2237@cindex processes, multiple
2238On most systems, @value{GDBN} has no special support for debugging
2239programs which create additional processes using the @code{fork}
2240function. When a program forks, @value{GDBN} will continue to debug the
2241parent process and the child process will run unimpeded. If you have
2242set a breakpoint in any code which the child then executes, the child
2243will get a @code{SIGTRAP} signal which (unless it catches the signal)
2244will cause it to terminate.
2245
2246However, if you want to debug the child process there is a workaround
2247which isn't too painful. Put a call to @code{sleep} in the code which
2248the child process executes after the fork. It may be useful to sleep
2249only if a certain environment variable is set, or a certain file exists,
2250so that the delay need not occur when you don't want to run @value{GDBN}
2251on the child. While the child is sleeping, use the @code{ps} program to
2252get its process ID. Then tell @value{GDBN} (a new invocation of
2253@value{GDBN} if you are also debugging the parent process) to attach to
2254the child process (@pxref{Attach}). From that point on you can debug
2255the child process just like any other process which you attached to.
2256
2257On HP-UX (11.x and later only?), @value{GDBN} provides support for
2258debugging programs that create additional processes using the
2259@code{fork} or @code{vfork} function.
2260
2261By default, when a program forks, @value{GDBN} will continue to debug
2262the parent process and the child process will run unimpeded.
2263
2264If you want to follow the child process instead of the parent process,
2265use the command @w{@code{set follow-fork-mode}}.
2266
2267@table @code
2268@kindex set follow-fork-mode
2269@item set follow-fork-mode @var{mode}
2270Set the debugger response to a program call of @code{fork} or
2271@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2272process. The @var{mode} can be:
2273
2274@table @code
2275@item parent
2276The original process is debugged after a fork. The child process runs
2277unimpeded. This is the default.
2278
2279@item child
2280The new process is debugged after a fork. The parent process runs
2281unimpeded.
2282
2283@item ask
2284The debugger will ask for one of the above choices.
2285@end table
2286
2287@item show follow-fork-mode
2288Display the current debugger response to a @code{fork} or @code{vfork} call.
2289@end table
2290
2291If you ask to debug a child process and a @code{vfork} is followed by an
2292@code{exec}, @value{GDBN} executes the new target up to the first
2293breakpoint in the new target. If you have a breakpoint set on
2294@code{main} in your original program, the breakpoint will also be set on
2295the child process's @code{main}.
2296
2297When a child process is spawned by @code{vfork}, you cannot debug the
2298child or parent until an @code{exec} call completes.
2299
2300If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2301call executes, the new target restarts. To restart the parent process,
2302use the @code{file} command with the parent executable name as its
2303argument.
2304
2305You can use the @code{catch} command to make @value{GDBN} stop whenever
2306a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2307Catchpoints, ,Setting catchpoints}.
2308
2309@node Stopping
2310@chapter Stopping and Continuing
2311
2312The principal purposes of using a debugger are so that you can stop your
2313program before it terminates; or so that, if your program runs into
2314trouble, you can investigate and find out why.
2315
2316Inside @value{GDBN}, your program may stop for any of several reasons,
2317such as a signal, a breakpoint, or reaching a new line after a
2318@value{GDBN} command such as @code{step}. You may then examine and
2319change variables, set new breakpoints or remove old ones, and then
2320continue execution. Usually, the messages shown by @value{GDBN} provide
2321ample explanation of the status of your program---but you can also
2322explicitly request this information at any time.
2323
2324@table @code
2325@kindex info program
2326@item info program
2327Display information about the status of your program: whether it is
2328running or not, what process it is, and why it stopped.
2329@end table
2330
2331@menu
2332* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2333* Continuing and Stepping:: Resuming execution
2334* Signals:: Signals
2335* Thread Stops:: Stopping and starting multi-thread programs
2336@end menu
2337
2338@node Breakpoints
2339@section Breakpoints, watchpoints, and catchpoints
2340
2341@cindex breakpoints
2342A @dfn{breakpoint} makes your program stop whenever a certain point in
2343the program is reached. For each breakpoint, you can add conditions to
2344control in finer detail whether your program stops. You can set
2345breakpoints with the @code{break} command and its variants (@pxref{Set
2346Breaks, ,Setting breakpoints}), to specify the place where your program
2347should stop by line number, function name or exact address in the
2348program.
2349
2350In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2351breakpoints in shared libraries before the executable is run. There is
2352a minor limitation on HP-UX systems: you must wait until the executable
2353is run in order to set breakpoints in shared library routines that are
2354not called directly by the program (for example, routines that are
2355arguments in a @code{pthread_create} call).
2356
2357@cindex watchpoints
2358@cindex memory tracing
2359@cindex breakpoint on memory address
2360@cindex breakpoint on variable modification
2361A @dfn{watchpoint} is a special breakpoint that stops your program
2362when the value of an expression changes. You must use a different
2363command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2364watchpoints}), but aside from that, you can manage a watchpoint like
2365any other breakpoint: you enable, disable, and delete both breakpoints
2366and watchpoints using the same commands.
2367
2368You can arrange to have values from your program displayed automatically
2369whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2370Automatic display}.
2371
2372@cindex catchpoints
2373@cindex breakpoint on events
2374A @dfn{catchpoint} is another special breakpoint that stops your program
2375when a certain kind of event occurs, such as the throwing of a C@t{++}
2376exception or the loading of a library. As with watchpoints, you use a
2377different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2378catchpoints}), but aside from that, you can manage a catchpoint like any
2379other breakpoint. (To stop when your program receives a signal, use the
2380@code{handle} command; see @ref{Signals, ,Signals}.)
2381
2382@cindex breakpoint numbers
2383@cindex numbers for breakpoints
2384@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2385catchpoint when you create it; these numbers are successive integers
2386starting with one. In many of the commands for controlling various
2387features of breakpoints you use the breakpoint number to say which
2388breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2389@dfn{disabled}; if disabled, it has no effect on your program until you
2390enable it again.
2391
2392@cindex breakpoint ranges
2393@cindex ranges of breakpoints
2394Some @value{GDBN} commands accept a range of breakpoints on which to
2395operate. A breakpoint range is either a single breakpoint number, like
2396@samp{5}, or two such numbers, in increasing order, separated by a
2397hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2398all breakpoint in that range are operated on.
2399
2400@menu
2401* Set Breaks:: Setting breakpoints
2402* Set Watchpoints:: Setting watchpoints
2403* Set Catchpoints:: Setting catchpoints
2404* Delete Breaks:: Deleting breakpoints
2405* Disabling:: Disabling breakpoints
2406* Conditions:: Break conditions
2407* Break Commands:: Breakpoint command lists
2408* Breakpoint Menus:: Breakpoint menus
2409* Error in Breakpoints:: ``Cannot insert breakpoints''
2410@end menu
2411
2412@node Set Breaks
2413@subsection Setting breakpoints
2414
2415@c FIXME LMB what does GDB do if no code on line of breakpt?
2416@c consider in particular declaration with/without initialization.
2417@c
2418@c FIXME 2 is there stuff on this already? break at fun start, already init?
2419
2420@kindex break
2421@kindex b @r{(@code{break})}
2422@vindex $bpnum@r{, convenience variable}
2423@cindex latest breakpoint
2424Breakpoints are set with the @code{break} command (abbreviated
2425@code{b}). The debugger convenience variable @samp{$bpnum} records the
2426number of the breakpoint you've set most recently; see @ref{Convenience
2427Vars,, Convenience variables}, for a discussion of what you can do with
2428convenience variables.
2429
2430You have several ways to say where the breakpoint should go.
2431
2432@table @code
2433@item break @var{function}
2434Set a breakpoint at entry to function @var{function}.
2435When using source languages that permit overloading of symbols, such as
2436C@t{++}, @var{function} may refer to more than one possible place to break.
2437@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2438
2439@item break +@var{offset}
2440@itemx break -@var{offset}
2441Set a breakpoint some number of lines forward or back from the position
2442at which execution stopped in the currently selected @dfn{stack frame}.
2443(@xref{Frames, ,Frames}, for a description of stack frames.)
2444
2445@item break @var{linenum}
2446Set a breakpoint at line @var{linenum} in the current source file.
2447The current source file is the last file whose source text was printed.
2448The breakpoint will stop your program just before it executes any of the
2449code on that line.
2450
2451@item break @var{filename}:@var{linenum}
2452Set a breakpoint at line @var{linenum} in source file @var{filename}.
2453
2454@item break @var{filename}:@var{function}
2455Set a breakpoint at entry to function @var{function} found in file
2456@var{filename}. Specifying a file name as well as a function name is
2457superfluous except when multiple files contain similarly named
2458functions.
2459
2460@item break *@var{address}
2461Set a breakpoint at address @var{address}. You can use this to set
2462breakpoints in parts of your program which do not have debugging
2463information or source files.
2464
2465@item break
2466When called without any arguments, @code{break} sets a breakpoint at
2467the next instruction to be executed in the selected stack frame
2468(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2469innermost, this makes your program stop as soon as control
2470returns to that frame. This is similar to the effect of a
2471@code{finish} command in the frame inside the selected frame---except
2472that @code{finish} does not leave an active breakpoint. If you use
2473@code{break} without an argument in the innermost frame, @value{GDBN} stops
2474the next time it reaches the current location; this may be useful
2475inside loops.
2476
2477@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2478least one instruction has been executed. If it did not do this, you
2479would be unable to proceed past a breakpoint without first disabling the
2480breakpoint. This rule applies whether or not the breakpoint already
2481existed when your program stopped.
2482
2483@item break @dots{} if @var{cond}
2484Set a breakpoint with condition @var{cond}; evaluate the expression
2485@var{cond} each time the breakpoint is reached, and stop only if the
2486value is nonzero---that is, if @var{cond} evaluates as true.
2487@samp{@dots{}} stands for one of the possible arguments described
2488above (or no argument) specifying where to break. @xref{Conditions,
2489,Break conditions}, for more information on breakpoint conditions.
2490
2491@kindex tbreak
2492@item tbreak @var{args}
2493Set a breakpoint enabled only for one stop. @var{args} are the
2494same as for the @code{break} command, and the breakpoint is set in the same
2495way, but the breakpoint is automatically deleted after the first time your
2496program stops there. @xref{Disabling, ,Disabling breakpoints}.
2497
2498@kindex hbreak
2499@item hbreak @var{args}
2500Set a hardware-assisted breakpoint. @var{args} are the same as for the
2501@code{break} command and the breakpoint is set in the same way, but the
2502breakpoint requires hardware support and some target hardware may not
2503have this support. The main purpose of this is EPROM/ROM code
2504debugging, so you can set a breakpoint at an instruction without
2505changing the instruction. This can be used with the new trap-generation
2506provided by SPARClite DSU and some x86-based targets. These targets
2507will generate traps when a program accesses some data or instruction
2508address that is assigned to the debug registers. However the hardware
2509breakpoint registers can take a limited number of breakpoints. For
2510example, on the DSU, only two data breakpoints can be set at a time, and
2511@value{GDBN} will reject this command if more than two are used. Delete
2512or disable unused hardware breakpoints before setting new ones
2513(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2514@xref{set remote hardware-breakpoint-limit}.
2515
2516
2517@kindex thbreak
2518@item thbreak @var{args}
2519Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2520are the same as for the @code{hbreak} command and the breakpoint is set in
2521the same way. However, like the @code{tbreak} command,
2522the breakpoint is automatically deleted after the
2523first time your program stops there. Also, like the @code{hbreak}
2524command, the breakpoint requires hardware support and some target hardware
2525may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2526See also @ref{Conditions, ,Break conditions}.
2527
2528@kindex rbreak
2529@cindex regular expression
2530@item rbreak @var{regex}
2531Set breakpoints on all functions matching the regular expression
2532@var{regex}. This command sets an unconditional breakpoint on all
2533matches, printing a list of all breakpoints it set. Once these
2534breakpoints are set, they are treated just like the breakpoints set with
2535the @code{break} command. You can delete them, disable them, or make
2536them conditional the same way as any other breakpoint.
2537
2538The syntax of the regular expression is the standard one used with tools
2539like @file{grep}. Note that this is different from the syntax used by
2540shells, so for instance @code{foo*} matches all functions that include
2541an @code{fo} followed by zero or more @code{o}s. There is an implicit
2542@code{.*} leading and trailing the regular expression you supply, so to
2543match only functions that begin with @code{foo}, use @code{^foo}.
2544
2545When debugging C@t{++} programs, @code{rbreak} is useful for setting
2546breakpoints on overloaded functions that are not members of any special
2547classes.
2548
2549@kindex info breakpoints
2550@cindex @code{$_} and @code{info breakpoints}
2551@item info breakpoints @r{[}@var{n}@r{]}
2552@itemx info break @r{[}@var{n}@r{]}
2553@itemx info watchpoints @r{[}@var{n}@r{]}
2554Print a table of all breakpoints, watchpoints, and catchpoints set and
2555not deleted, with the following columns for each breakpoint:
2556
2557@table @emph
2558@item Breakpoint Numbers
2559@item Type
2560Breakpoint, watchpoint, or catchpoint.
2561@item Disposition
2562Whether the breakpoint is marked to be disabled or deleted when hit.
2563@item Enabled or Disabled
2564Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2565that are not enabled.
2566@item Address
2567Where the breakpoint is in your program, as a memory address.
2568@item What
2569Where the breakpoint is in the source for your program, as a file and
2570line number.
2571@end table
2572
2573@noindent
2574If a breakpoint is conditional, @code{info break} shows the condition on
2575the line following the affected breakpoint; breakpoint commands, if any,
2576are listed after that.
2577
2578@noindent
2579@code{info break} with a breakpoint
2580number @var{n} as argument lists only that breakpoint. The
2581convenience variable @code{$_} and the default examining-address for
2582the @code{x} command are set to the address of the last breakpoint
2583listed (@pxref{Memory, ,Examining memory}).
2584
2585@noindent
2586@code{info break} displays a count of the number of times the breakpoint
2587has been hit. This is especially useful in conjunction with the
2588@code{ignore} command. You can ignore a large number of breakpoint
2589hits, look at the breakpoint info to see how many times the breakpoint
2590was hit, and then run again, ignoring one less than that number. This
2591will get you quickly to the last hit of that breakpoint.
2592@end table
2593
2594@value{GDBN} allows you to set any number of breakpoints at the same place in
2595your program. There is nothing silly or meaningless about this. When
2596the breakpoints are conditional, this is even useful
2597(@pxref{Conditions, ,Break conditions}).
2598
2599@cindex negative breakpoint numbers
2600@cindex internal @value{GDBN} breakpoints
2601@value{GDBN} itself sometimes sets breakpoints in your program for
2602special purposes, such as proper handling of @code{longjmp} (in C
2603programs). These internal breakpoints are assigned negative numbers,
2604starting with @code{-1}; @samp{info breakpoints} does not display them.
2605You can see these breakpoints with the @value{GDBN} maintenance command
2606@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
2607
2608
2609@node Set Watchpoints
2610@subsection Setting watchpoints
2611
2612@cindex setting watchpoints
2613@cindex software watchpoints
2614@cindex hardware watchpoints
2615You can use a watchpoint to stop execution whenever the value of an
2616expression changes, without having to predict a particular place where
2617this may happen.
2618
2619Depending on your system, watchpoints may be implemented in software or
2620hardware. @value{GDBN} does software watchpointing by single-stepping your
2621program and testing the variable's value each time, which is hundreds of
2622times slower than normal execution. (But this may still be worth it, to
2623catch errors where you have no clue what part of your program is the
2624culprit.)
2625
2626On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets,
2627@value{GDBN} includes support for
2628hardware watchpoints, which do not slow down the running of your
2629program.
2630
2631@table @code
2632@kindex watch
2633@item watch @var{expr}
2634Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2635is written into by the program and its value changes.
2636
2637@kindex rwatch
2638@item rwatch @var{expr}
2639Set a watchpoint that will break when watch @var{expr} is read by the program.
2640
2641@kindex awatch
2642@item awatch @var{expr}
2643Set a watchpoint that will break when @var{expr} is either read or written into
2644by the program.
2645
2646@kindex info watchpoints
2647@item info watchpoints
2648This command prints a list of watchpoints, breakpoints, and catchpoints;
2649it is the same as @code{info break}.
2650@end table
2651
2652@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2653watchpoints execute very quickly, and the debugger reports a change in
2654value at the exact instruction where the change occurs. If @value{GDBN}
2655cannot set a hardware watchpoint, it sets a software watchpoint, which
2656executes more slowly and reports the change in value at the next
2657statement, not the instruction, after the change occurs.
2658
2659When you issue the @code{watch} command, @value{GDBN} reports
2660
2661@smallexample
2662Hardware watchpoint @var{num}: @var{expr}
2663@end smallexample
2664
2665@noindent
2666if it was able to set a hardware watchpoint.
2667
2668Currently, the @code{awatch} and @code{rwatch} commands can only set
2669hardware watchpoints, because accesses to data that don't change the
2670value of the watched expression cannot be detected without examining
2671every instruction as it is being executed, and @value{GDBN} does not do
2672that currently. If @value{GDBN} finds that it is unable to set a
2673hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2674will print a message like this:
2675
2676@smallexample
2677Expression cannot be implemented with read/access watchpoint.
2678@end smallexample
2679
2680Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2681data type of the watched expression is wider than what a hardware
2682watchpoint on the target machine can handle. For example, some systems
2683can only watch regions that are up to 4 bytes wide; on such systems you
2684cannot set hardware watchpoints for an expression that yields a
2685double-precision floating-point number (which is typically 8 bytes
2686wide). As a work-around, it might be possible to break the large region
2687into a series of smaller ones and watch them with separate watchpoints.
2688
2689If you set too many hardware watchpoints, @value{GDBN} might be unable
2690to insert all of them when you resume the execution of your program.
2691Since the precise number of active watchpoints is unknown until such
2692time as the program is about to be resumed, @value{GDBN} might not be
2693able to warn you about this when you set the watchpoints, and the
2694warning will be printed only when the program is resumed:
2695
2696@smallexample
2697Hardware watchpoint @var{num}: Could not insert watchpoint
2698@end smallexample
2699
2700@noindent
2701If this happens, delete or disable some of the watchpoints.
2702
2703The SPARClite DSU will generate traps when a program accesses some data
2704or instruction address that is assigned to the debug registers. For the
2705data addresses, DSU facilitates the @code{watch} command. However the
2706hardware breakpoint registers can only take two data watchpoints, and
2707both watchpoints must be the same kind. For example, you can set two
2708watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2709@strong{or} two with @code{awatch} commands, but you cannot set one
2710watchpoint with one command and the other with a different command.
2711@value{GDBN} will reject the command if you try to mix watchpoints.
2712Delete or disable unused watchpoint commands before setting new ones.
2713
2714If you call a function interactively using @code{print} or @code{call},
2715any watchpoints you have set will be inactive until @value{GDBN} reaches another
2716kind of breakpoint or the call completes.
2717
2718@value{GDBN} automatically deletes watchpoints that watch local
2719(automatic) variables, or expressions that involve such variables, when
2720they go out of scope, that is, when the execution leaves the block in
2721which these variables were defined. In particular, when the program
2722being debugged terminates, @emph{all} local variables go out of scope,
2723and so only watchpoints that watch global variables remain set. If you
2724rerun the program, you will need to set all such watchpoints again. One
2725way of doing that would be to set a code breakpoint at the entry to the
2726@code{main} function and when it breaks, set all the watchpoints.
2727
2728@quotation
2729@cindex watchpoints and threads
2730@cindex threads and watchpoints
2731@emph{Warning:} In multi-thread programs, watchpoints have only limited
2732usefulness. With the current watchpoint implementation, @value{GDBN}
2733can only watch the value of an expression @emph{in a single thread}. If
2734you are confident that the expression can only change due to the current
2735thread's activity (and if you are also confident that no other thread
2736can become current), then you can use watchpoints as usual. However,
2737@value{GDBN} may not notice when a non-current thread's activity changes
2738the expression.
2739
2740@c FIXME: this is almost identical to the previous paragraph.
2741@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2742have only limited usefulness. If @value{GDBN} creates a software
2743watchpoint, it can only watch the value of an expression @emph{in a
2744single thread}. If you are confident that the expression can only
2745change due to the current thread's activity (and if you are also
2746confident that no other thread can become current), then you can use
2747software watchpoints as usual. However, @value{GDBN} may not notice
2748when a non-current thread's activity changes the expression. (Hardware
2749watchpoints, in contrast, watch an expression in all threads.)
2750@end quotation
2751
2752@xref{set remote hardware-watchpoint-limit}.
2753
2754@node Set Catchpoints
2755@subsection Setting catchpoints
2756@cindex catchpoints, setting
2757@cindex exception handlers
2758@cindex event handling
2759
2760You can use @dfn{catchpoints} to cause the debugger to stop for certain
2761kinds of program events, such as C@t{++} exceptions or the loading of a
2762shared library. Use the @code{catch} command to set a catchpoint.
2763
2764@table @code
2765@kindex catch
2766@item catch @var{event}
2767Stop when @var{event} occurs. @var{event} can be any of the following:
2768@table @code
2769@item throw
2770@kindex catch throw
2771The throwing of a C@t{++} exception.
2772
2773@item catch
2774@kindex catch catch
2775The catching of a C@t{++} exception.
2776
2777@item exec
2778@kindex catch exec
2779A call to @code{exec}. This is currently only available for HP-UX.
2780
2781@item fork
2782@kindex catch fork
2783A call to @code{fork}. This is currently only available for HP-UX.
2784
2785@item vfork
2786@kindex catch vfork
2787A call to @code{vfork}. This is currently only available for HP-UX.
2788
2789@item load
2790@itemx load @var{libname}
2791@kindex catch load
2792The dynamic loading of any shared library, or the loading of the library
2793@var{libname}. This is currently only available for HP-UX.
2794
2795@item unload
2796@itemx unload @var{libname}
2797@kindex catch unload
2798The unloading of any dynamically loaded shared library, or the unloading
2799of the library @var{libname}. This is currently only available for HP-UX.
2800@end table
2801
2802@item tcatch @var{event}
2803Set a catchpoint that is enabled only for one stop. The catchpoint is
2804automatically deleted after the first time the event is caught.
2805
2806@end table
2807
2808Use the @code{info break} command to list the current catchpoints.
2809
2810There are currently some limitations to C@t{++} exception handling
2811(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2812
2813@itemize @bullet
2814@item
2815If you call a function interactively, @value{GDBN} normally returns
2816control to you when the function has finished executing. If the call
2817raises an exception, however, the call may bypass the mechanism that
2818returns control to you and cause your program either to abort or to
2819simply continue running until it hits a breakpoint, catches a signal
2820that @value{GDBN} is listening for, or exits. This is the case even if
2821you set a catchpoint for the exception; catchpoints on exceptions are
2822disabled within interactive calls.
2823
2824@item
2825You cannot raise an exception interactively.
2826
2827@item
2828You cannot install an exception handler interactively.
2829@end itemize
2830
2831@cindex raise exceptions
2832Sometimes @code{catch} is not the best way to debug exception handling:
2833if you need to know exactly where an exception is raised, it is better to
2834stop @emph{before} the exception handler is called, since that way you
2835can see the stack before any unwinding takes place. If you set a
2836breakpoint in an exception handler instead, it may not be easy to find
2837out where the exception was raised.
2838
2839To stop just before an exception handler is called, you need some
2840knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
2841raised by calling a library function named @code{__raise_exception}
2842which has the following ANSI C interface:
2843
2844@smallexample
2845 /* @var{addr} is where the exception identifier is stored.
2846 @var{id} is the exception identifier. */
2847 void __raise_exception (void **addr, void *id);
2848@end smallexample
2849
2850@noindent
2851To make the debugger catch all exceptions before any stack
2852unwinding takes place, set a breakpoint on @code{__raise_exception}
2853(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2854
2855With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2856that depends on the value of @var{id}, you can stop your program when
2857a specific exception is raised. You can use multiple conditional
2858breakpoints to stop your program when any of a number of exceptions are
2859raised.
2860
2861
2862@node Delete Breaks
2863@subsection Deleting breakpoints
2864
2865@cindex clearing breakpoints, watchpoints, catchpoints
2866@cindex deleting breakpoints, watchpoints, catchpoints
2867It is often necessary to eliminate a breakpoint, watchpoint, or
2868catchpoint once it has done its job and you no longer want your program
2869to stop there. This is called @dfn{deleting} the breakpoint. A
2870breakpoint that has been deleted no longer exists; it is forgotten.
2871
2872With the @code{clear} command you can delete breakpoints according to
2873where they are in your program. With the @code{delete} command you can
2874delete individual breakpoints, watchpoints, or catchpoints by specifying
2875their breakpoint numbers.
2876
2877It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2878automatically ignores breakpoints on the first instruction to be executed
2879when you continue execution without changing the execution address.
2880
2881@table @code
2882@kindex clear
2883@item clear
2884Delete any breakpoints at the next instruction to be executed in the
2885selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2886the innermost frame is selected, this is a good way to delete a
2887breakpoint where your program just stopped.
2888
2889@item clear @var{function}
2890@itemx clear @var{filename}:@var{function}
2891Delete any breakpoints set at entry to the function @var{function}.
2892
2893@item clear @var{linenum}
2894@itemx clear @var{filename}:@var{linenum}
2895Delete any breakpoints set at or within the code of the specified line.
2896
2897@cindex delete breakpoints
2898@kindex delete
2899@kindex d @r{(@code{delete})}
2900@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2901Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2902ranges specified as arguments. If no argument is specified, delete all
2903breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2904confirm off}). You can abbreviate this command as @code{d}.
2905@end table
2906
2907@node Disabling
2908@subsection Disabling breakpoints
2909
2910@kindex disable breakpoints
2911@kindex enable breakpoints
2912Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2913prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2914it had been deleted, but remembers the information on the breakpoint so
2915that you can @dfn{enable} it again later.
2916
2917You disable and enable breakpoints, watchpoints, and catchpoints with
2918the @code{enable} and @code{disable} commands, optionally specifying one
2919or more breakpoint numbers as arguments. Use @code{info break} or
2920@code{info watch} to print a list of breakpoints, watchpoints, and
2921catchpoints if you do not know which numbers to use.
2922
2923A breakpoint, watchpoint, or catchpoint can have any of four different
2924states of enablement:
2925
2926@itemize @bullet
2927@item
2928Enabled. The breakpoint stops your program. A breakpoint set
2929with the @code{break} command starts out in this state.
2930@item
2931Disabled. The breakpoint has no effect on your program.
2932@item
2933Enabled once. The breakpoint stops your program, but then becomes
2934disabled.
2935@item
2936Enabled for deletion. The breakpoint stops your program, but
2937immediately after it does so it is deleted permanently. A breakpoint
2938set with the @code{tbreak} command starts out in this state.
2939@end itemize
2940
2941You can use the following commands to enable or disable breakpoints,
2942watchpoints, and catchpoints:
2943
2944@table @code
2945@kindex disable breakpoints
2946@kindex disable
2947@kindex dis @r{(@code{disable})}
2948@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2949Disable the specified breakpoints---or all breakpoints, if none are
2950listed. A disabled breakpoint has no effect but is not forgotten. All
2951options such as ignore-counts, conditions and commands are remembered in
2952case the breakpoint is enabled again later. You may abbreviate
2953@code{disable} as @code{dis}.
2954
2955@kindex enable breakpoints
2956@kindex enable
2957@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2958Enable the specified breakpoints (or all defined breakpoints). They
2959become effective once again in stopping your program.
2960
2961@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
2962Enable the specified breakpoints temporarily. @value{GDBN} disables any
2963of these breakpoints immediately after stopping your program.
2964
2965@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
2966Enable the specified breakpoints to work once, then die. @value{GDBN}
2967deletes any of these breakpoints as soon as your program stops there.
2968@end table
2969
2970@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2971@c confusing: tbreak is also initially enabled.
2972Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2973,Setting breakpoints}), breakpoints that you set are initially enabled;
2974subsequently, they become disabled or enabled only when you use one of
2975the commands above. (The command @code{until} can set and delete a
2976breakpoint of its own, but it does not change the state of your other
2977breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2978stepping}.)
2979
2980@node Conditions
2981@subsection Break conditions
2982@cindex conditional breakpoints
2983@cindex breakpoint conditions
2984
2985@c FIXME what is scope of break condition expr? Context where wanted?
2986@c in particular for a watchpoint?
2987The simplest sort of breakpoint breaks every time your program reaches a
2988specified place. You can also specify a @dfn{condition} for a
2989breakpoint. A condition is just a Boolean expression in your
2990programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2991a condition evaluates the expression each time your program reaches it,
2992and your program stops only if the condition is @emph{true}.
2993
2994This is the converse of using assertions for program validation; in that
2995situation, you want to stop when the assertion is violated---that is,
2996when the condition is false. In C, if you want to test an assertion expressed
2997by the condition @var{assert}, you should set the condition
2998@samp{! @var{assert}} on the appropriate breakpoint.
2999
3000Conditions are also accepted for watchpoints; you may not need them,
3001since a watchpoint is inspecting the value of an expression anyhow---but
3002it might be simpler, say, to just set a watchpoint on a variable name,
3003and specify a condition that tests whether the new value is an interesting
3004one.
3005
3006Break conditions can have side effects, and may even call functions in
3007your program. This can be useful, for example, to activate functions
3008that log program progress, or to use your own print functions to
3009format special data structures. The effects are completely predictable
3010unless there is another enabled breakpoint at the same address. (In
3011that case, @value{GDBN} might see the other breakpoint first and stop your
3012program without checking the condition of this one.) Note that
3013breakpoint commands are usually more convenient and flexible than break
3014conditions for the
3015purpose of performing side effects when a breakpoint is reached
3016(@pxref{Break Commands, ,Breakpoint command lists}).
3017
3018Break conditions can be specified when a breakpoint is set, by using
3019@samp{if} in the arguments to the @code{break} command. @xref{Set
3020Breaks, ,Setting breakpoints}. They can also be changed at any time
3021with the @code{condition} command.
3022
3023You can also use the @code{if} keyword with the @code{watch} command.
3024The @code{catch} command does not recognize the @code{if} keyword;
3025@code{condition} is the only way to impose a further condition on a
3026catchpoint.
3027
3028@table @code
3029@kindex condition
3030@item condition @var{bnum} @var{expression}
3031Specify @var{expression} as the break condition for breakpoint,
3032watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3033breakpoint @var{bnum} stops your program only if the value of
3034@var{expression} is true (nonzero, in C). When you use
3035@code{condition}, @value{GDBN} checks @var{expression} immediately for
3036syntactic correctness, and to determine whether symbols in it have
3037referents in the context of your breakpoint. If @var{expression} uses
3038symbols not referenced in the context of the breakpoint, @value{GDBN}
3039prints an error message:
3040
3041@smallexample
3042No symbol "foo" in current context.
3043@end smallexample
3044
3045@noindent
3046@value{GDBN} does
3047not actually evaluate @var{expression} at the time the @code{condition}
3048command (or a command that sets a breakpoint with a condition, like
3049@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
3050
3051@item condition @var{bnum}
3052Remove the condition from breakpoint number @var{bnum}. It becomes
3053an ordinary unconditional breakpoint.
3054@end table
3055
3056@cindex ignore count (of breakpoint)
3057A special case of a breakpoint condition is to stop only when the
3058breakpoint has been reached a certain number of times. This is so
3059useful that there is a special way to do it, using the @dfn{ignore
3060count} of the breakpoint. Every breakpoint has an ignore count, which
3061is an integer. Most of the time, the ignore count is zero, and
3062therefore has no effect. But if your program reaches a breakpoint whose
3063ignore count is positive, then instead of stopping, it just decrements
3064the ignore count by one and continues. As a result, if the ignore count
3065value is @var{n}, the breakpoint does not stop the next @var{n} times
3066your program reaches it.
3067
3068@table @code
3069@kindex ignore
3070@item ignore @var{bnum} @var{count}
3071Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3072The next @var{count} times the breakpoint is reached, your program's
3073execution does not stop; other than to decrement the ignore count, @value{GDBN}
3074takes no action.
3075
3076To make the breakpoint stop the next time it is reached, specify
3077a count of zero.
3078
3079When you use @code{continue} to resume execution of your program from a
3080breakpoint, you can specify an ignore count directly as an argument to
3081@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3082Stepping,,Continuing and stepping}.
3083
3084If a breakpoint has a positive ignore count and a condition, the
3085condition is not checked. Once the ignore count reaches zero,
3086@value{GDBN} resumes checking the condition.
3087
3088You could achieve the effect of the ignore count with a condition such
3089as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3090is decremented each time. @xref{Convenience Vars, ,Convenience
3091variables}.
3092@end table
3093
3094Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3095
3096
3097@node Break Commands
3098@subsection Breakpoint command lists
3099
3100@cindex breakpoint commands
3101You can give any breakpoint (or watchpoint or catchpoint) a series of
3102commands to execute when your program stops due to that breakpoint. For
3103example, you might want to print the values of certain expressions, or
3104enable other breakpoints.
3105
3106@table @code
3107@kindex commands
3108@kindex end
3109@item commands @r{[}@var{bnum}@r{]}
3110@itemx @dots{} @var{command-list} @dots{}
3111@itemx end
3112Specify a list of commands for breakpoint number @var{bnum}. The commands
3113themselves appear on the following lines. Type a line containing just
3114@code{end} to terminate the commands.
3115
3116To remove all commands from a breakpoint, type @code{commands} and
3117follow it immediately with @code{end}; that is, give no commands.
3118
3119With no @var{bnum} argument, @code{commands} refers to the last
3120breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3121recently encountered).
3122@end table
3123
3124Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3125disabled within a @var{command-list}.
3126
3127You can use breakpoint commands to start your program up again. Simply
3128use the @code{continue} command, or @code{step}, or any other command
3129that resumes execution.
3130
3131Any other commands in the command list, after a command that resumes
3132execution, are ignored. This is because any time you resume execution
3133(even with a simple @code{next} or @code{step}), you may encounter
3134another breakpoint---which could have its own command list, leading to
3135ambiguities about which list to execute.
3136
3137@kindex silent
3138If the first command you specify in a command list is @code{silent}, the
3139usual message about stopping at a breakpoint is not printed. This may
3140be desirable for breakpoints that are to print a specific message and
3141then continue. If none of the remaining commands print anything, you
3142see no sign that the breakpoint was reached. @code{silent} is
3143meaningful only at the beginning of a breakpoint command list.
3144
3145The commands @code{echo}, @code{output}, and @code{printf} allow you to
3146print precisely controlled output, and are often useful in silent
3147breakpoints. @xref{Output, ,Commands for controlled output}.
3148
3149For example, here is how you could use breakpoint commands to print the
3150value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3151
3152@smallexample
3153break foo if x>0
3154commands
3155silent
3156printf "x is %d\n",x
3157cont
3158end
3159@end smallexample
3160
3161One application for breakpoint commands is to compensate for one bug so
3162you can test for another. Put a breakpoint just after the erroneous line
3163of code, give it a condition to detect the case in which something
3164erroneous has been done, and give it commands to assign correct values
3165to any variables that need them. End with the @code{continue} command
3166so that your program does not stop, and start with the @code{silent}
3167command so that no output is produced. Here is an example:
3168
3169@smallexample
3170break 403
3171commands
3172silent
3173set x = y + 4
3174cont
3175end
3176@end smallexample
3177
3178@node Breakpoint Menus
3179@subsection Breakpoint menus
3180@cindex overloading
3181@cindex symbol overloading
3182
3183Some programming languages (notably C@t{++}) permit a single function name
3184to be defined several times, for application in different contexts.
3185This is called @dfn{overloading}. When a function name is overloaded,
3186@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3187a breakpoint. If you realize this is a problem, you can use
3188something like @samp{break @var{function}(@var{types})} to specify which
3189particular version of the function you want. Otherwise, @value{GDBN} offers
3190you a menu of numbered choices for different possible breakpoints, and
3191waits for your selection with the prompt @samp{>}. The first two
3192options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3193sets a breakpoint at each definition of @var{function}, and typing
3194@kbd{0} aborts the @code{break} command without setting any new
3195breakpoints.
3196
3197For example, the following session excerpt shows an attempt to set a
3198breakpoint at the overloaded symbol @code{String::after}.
3199We choose three particular definitions of that function name:
3200
3201@c FIXME! This is likely to change to show arg type lists, at least
3202@smallexample
3203@group
3204(@value{GDBP}) b String::after
3205[0] cancel
3206[1] all
3207[2] file:String.cc; line number:867
3208[3] file:String.cc; line number:860
3209[4] file:String.cc; line number:875
3210[5] file:String.cc; line number:853
3211[6] file:String.cc; line number:846
3212[7] file:String.cc; line number:735
3213> 2 4 6
3214Breakpoint 1 at 0xb26c: file String.cc, line 867.
3215Breakpoint 2 at 0xb344: file String.cc, line 875.
3216Breakpoint 3 at 0xafcc: file String.cc, line 846.
3217Multiple breakpoints were set.
3218Use the "delete" command to delete unwanted
3219 breakpoints.
3220(@value{GDBP})
3221@end group
3222@end smallexample
3223
3224@c @ifclear BARETARGET
3225@node Error in Breakpoints
3226@subsection ``Cannot insert breakpoints''
3227@c
3228@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3229@c
3230Under some operating systems, breakpoints cannot be used in a program if
3231any other process is running that program. In this situation,
3232attempting to run or continue a program with a breakpoint causes
3233@value{GDBN} to print an error message:
3234
3235@smallexample
3236Cannot insert breakpoints.
3237The same program may be running in another process.
3238@end smallexample
3239
3240When this happens, you have three ways to proceed:
3241
3242@enumerate
3243@item
3244Remove or disable the breakpoints, then continue.
3245
3246@item
3247Suspend @value{GDBN}, and copy the file containing your program to a new
3248name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3249that @value{GDBN} should run your program under that name.
3250Then start your program again.
3251
3252@item
3253Relink your program so that the text segment is nonsharable, using the
3254linker option @samp{-N}. The operating system limitation may not apply
3255to nonsharable executables.
3256@end enumerate
3257@c @end ifclear
3258
3259A similar message can be printed if you request too many active
3260hardware-assisted breakpoints and watchpoints:
3261
3262@c FIXME: the precise wording of this message may change; the relevant
3263@c source change is not committed yet (Sep 3, 1999).
3264@smallexample
3265Stopped; cannot insert breakpoints.
3266You may have requested too many hardware breakpoints and watchpoints.
3267@end smallexample
3268
3269@noindent
3270This message is printed when you attempt to resume the program, since
3271only then @value{GDBN} knows exactly how many hardware breakpoints and
3272watchpoints it needs to insert.
3273
3274When this message is printed, you need to disable or remove some of the
3275hardware-assisted breakpoints and watchpoints, and then continue.
3276
3277
3278@node Continuing and Stepping
3279@section Continuing and stepping
3280
3281@cindex stepping
3282@cindex continuing
3283@cindex resuming execution
3284@dfn{Continuing} means resuming program execution until your program
3285completes normally. In contrast, @dfn{stepping} means executing just
3286one more ``step'' of your program, where ``step'' may mean either one
3287line of source code, or one machine instruction (depending on what
3288particular command you use). Either when continuing or when stepping,
3289your program may stop even sooner, due to a breakpoint or a signal. (If
3290it stops due to a signal, you may want to use @code{handle}, or use
3291@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3292
3293@table @code
3294@kindex continue
3295@kindex c @r{(@code{continue})}
3296@kindex fg @r{(resume foreground execution)}
3297@item continue @r{[}@var{ignore-count}@r{]}
3298@itemx c @r{[}@var{ignore-count}@r{]}
3299@itemx fg @r{[}@var{ignore-count}@r{]}
3300Resume program execution, at the address where your program last stopped;
3301any breakpoints set at that address are bypassed. The optional argument
3302@var{ignore-count} allows you to specify a further number of times to
3303ignore a breakpoint at this location; its effect is like that of
3304@code{ignore} (@pxref{Conditions, ,Break conditions}).
3305
3306The argument @var{ignore-count} is meaningful only when your program
3307stopped due to a breakpoint. At other times, the argument to
3308@code{continue} is ignored.
3309
3310The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3311debugged program is deemed to be the foreground program) are provided
3312purely for convenience, and have exactly the same behavior as
3313@code{continue}.
3314@end table
3315
3316To resume execution at a different place, you can use @code{return}
3317(@pxref{Returning, ,Returning from a function}) to go back to the
3318calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3319different address}) to go to an arbitrary location in your program.
3320
3321A typical technique for using stepping is to set a breakpoint
3322(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3323beginning of the function or the section of your program where a problem
3324is believed to lie, run your program until it stops at that breakpoint,
3325and then step through the suspect area, examining the variables that are
3326interesting, until you see the problem happen.
3327
3328@table @code
3329@kindex step
3330@kindex s @r{(@code{step})}
3331@item step
3332Continue running your program until control reaches a different source
3333line, then stop it and return control to @value{GDBN}. This command is
3334abbreviated @code{s}.
3335
3336@quotation
3337@c "without debugging information" is imprecise; actually "without line
3338@c numbers in the debugging information". (gcc -g1 has debugging info but
3339@c not line numbers). But it seems complex to try to make that
3340@c distinction here.
3341@emph{Warning:} If you use the @code{step} command while control is
3342within a function that was compiled without debugging information,
3343execution proceeds until control reaches a function that does have
3344debugging information. Likewise, it will not step into a function which
3345is compiled without debugging information. To step through functions
3346without debugging information, use the @code{stepi} command, described
3347below.
3348@end quotation
3349
3350The @code{step} command only stops at the first instruction of a source
3351line. This prevents the multiple stops that could otherwise occur in
3352@code{switch} statements, @code{for} loops, etc. @code{step} continues
3353to stop if a function that has debugging information is called within
3354the line. In other words, @code{step} @emph{steps inside} any functions
3355called within the line.
3356
3357Also, the @code{step} command only enters a function if there is line
3358number information for the function. Otherwise it acts like the
3359@code{next} command. This avoids problems when using @code{cc -gl}
3360on MIPS machines. Previously, @code{step} entered subroutines if there
3361was any debugging information about the routine.
3362
3363@item step @var{count}
3364Continue running as in @code{step}, but do so @var{count} times. If a
3365breakpoint is reached, or a signal not related to stepping occurs before
3366@var{count} steps, stepping stops right away.
3367
3368@kindex next
3369@kindex n @r{(@code{next})}
3370@item next @r{[}@var{count}@r{]}
3371Continue to the next source line in the current (innermost) stack frame.
3372This is similar to @code{step}, but function calls that appear within
3373the line of code are executed without stopping. Execution stops when
3374control reaches a different line of code at the original stack level
3375that was executing when you gave the @code{next} command. This command
3376is abbreviated @code{n}.
3377
3378An argument @var{count} is a repeat count, as for @code{step}.
3379
3380
3381@c FIX ME!! Do we delete this, or is there a way it fits in with
3382@c the following paragraph? --- Vctoria
3383@c
3384@c @code{next} within a function that lacks debugging information acts like
3385@c @code{step}, but any function calls appearing within the code of the
3386@c function are executed without stopping.
3387
3388The @code{next} command only stops at the first instruction of a
3389source line. This prevents multiple stops that could otherwise occur in
3390@code{switch} statements, @code{for} loops, etc.
3391
3392@kindex set step-mode
3393@item set step-mode
3394@cindex functions without line info, and stepping
3395@cindex stepping into functions with no line info
3396@itemx set step-mode on
3397The @code{set step-mode on} command causes the @code{step} command to
3398stop at the first instruction of a function which contains no debug line
3399information rather than stepping over it.
3400
3401This is useful in cases where you may be interested in inspecting the
3402machine instructions of a function which has no symbolic info and do not
3403want @value{GDBN} to automatically skip over this function.
3404
3405@item set step-mode off
3406Causes the @code{step} command to step over any functions which contains no
3407debug information. This is the default.
3408
3409@kindex finish
3410@item finish
3411Continue running until just after function in the selected stack frame
3412returns. Print the returned value (if any).
3413
3414Contrast this with the @code{return} command (@pxref{Returning,
3415,Returning from a function}).
3416
3417@kindex until
3418@kindex u @r{(@code{until})}
3419@item until
3420@itemx u
3421Continue running until a source line past the current line, in the
3422current stack frame, is reached. This command is used to avoid single
3423stepping through a loop more than once. It is like the @code{next}
3424command, except that when @code{until} encounters a jump, it
3425automatically continues execution until the program counter is greater
3426than the address of the jump.
3427
3428This means that when you reach the end of a loop after single stepping
3429though it, @code{until} makes your program continue execution until it
3430exits the loop. In contrast, a @code{next} command at the end of a loop
3431simply steps back to the beginning of the loop, which forces you to step
3432through the next iteration.
3433
3434@code{until} always stops your program if it attempts to exit the current
3435stack frame.
3436
3437@code{until} may produce somewhat counterintuitive results if the order
3438of machine code does not match the order of the source lines. For
3439example, in the following excerpt from a debugging session, the @code{f}
3440(@code{frame}) command shows that execution is stopped at line
3441@code{206}; yet when we use @code{until}, we get to line @code{195}:
3442
3443@smallexample
3444(@value{GDBP}) f
3445#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3446206 expand_input();
3447(@value{GDBP}) until
3448195 for ( ; argc > 0; NEXTARG) @{
3449@end smallexample
3450
3451This happened because, for execution efficiency, the compiler had
3452generated code for the loop closure test at the end, rather than the
3453start, of the loop---even though the test in a C @code{for}-loop is
3454written before the body of the loop. The @code{until} command appeared
3455to step back to the beginning of the loop when it advanced to this
3456expression; however, it has not really gone to an earlier
3457statement---not in terms of the actual machine code.
3458
3459@code{until} with no argument works by means of single
3460instruction stepping, and hence is slower than @code{until} with an
3461argument.
3462
3463@item until @var{location}
3464@itemx u @var{location}
3465Continue running your program until either the specified location is
3466reached, or the current stack frame returns. @var{location} is any of
3467the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3468,Setting breakpoints}). This form of the command uses breakpoints, and
3469hence is quicker than @code{until} without an argument. The specified
3470location is actually reached only if it is in the current frame. This
3471implies that @code{until} can be used to skip over recursive function
3472invocations. For instance in the code below, if the current location is
3473line @code{96}, issuing @code{until 99} will execute the program up to
3474line @code{99} in the same invocation of factorial, i.e. after the inner
3475invocations have returned.
3476
3477@smallexample
347894 int factorial (int value)
347995 @{
348096 if (value > 1) @{
348197 value *= factorial (value - 1);
348298 @}
348399 return (value);
3484100 @}
3485@end smallexample
3486
3487
3488@kindex advance @var{location}
3489@itemx advance @var{location}
3490Continue running the program up to the given location. An argument is
3491required, anything of the same form as arguments for the @code{break}
3492command. Execution will also stop upon exit from the current stack
3493frame. This command is similar to @code{until}, but @code{advance} will
3494not skip over recursive function calls, and the target location doesn't
3495have to be in the same frame as the current one.
3496
3497
3498@kindex stepi
3499@kindex si @r{(@code{stepi})}
3500@item stepi
3501@itemx stepi @var{arg}
3502@itemx si
3503Execute one machine instruction, then stop and return to the debugger.
3504
3505It is often useful to do @samp{display/i $pc} when stepping by machine
3506instructions. This makes @value{GDBN} automatically display the next
3507instruction to be executed, each time your program stops. @xref{Auto
3508Display,, Automatic display}.
3509
3510An argument is a repeat count, as in @code{step}.
3511
3512@need 750
3513@kindex nexti
3514@kindex ni @r{(@code{nexti})}
3515@item nexti
3516@itemx nexti @var{arg}
3517@itemx ni
3518Execute one machine instruction, but if it is a function call,
3519proceed until the function returns.
3520
3521An argument is a repeat count, as in @code{next}.
3522@end table
3523
3524@node Signals
3525@section Signals
3526@cindex signals
3527
3528A signal is an asynchronous event that can happen in a program. The
3529operating system defines the possible kinds of signals, and gives each
3530kind a name and a number. For example, in Unix @code{SIGINT} is the
3531signal a program gets when you type an interrupt character (often @kbd{C-c});
3532@code{SIGSEGV} is the signal a program gets from referencing a place in
3533memory far away from all the areas in use; @code{SIGALRM} occurs when
3534the alarm clock timer goes off (which happens only if your program has
3535requested an alarm).
3536
3537@cindex fatal signals
3538Some signals, including @code{SIGALRM}, are a normal part of the
3539functioning of your program. Others, such as @code{SIGSEGV}, indicate
3540errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3541program has not specified in advance some other way to handle the signal.
3542@code{SIGINT} does not indicate an error in your program, but it is normally
3543fatal so it can carry out the purpose of the interrupt: to kill the program.
3544
3545@value{GDBN} has the ability to detect any occurrence of a signal in your
3546program. You can tell @value{GDBN} in advance what to do for each kind of
3547signal.
3548
3549@cindex handling signals
3550Normally, @value{GDBN} is set up to let the non-erroneous signals like
3551@code{SIGALRM} be silently passed to your program
3552(so as not to interfere with their role in the program's functioning)
3553but to stop your program immediately whenever an error signal happens.
3554You can change these settings with the @code{handle} command.
3555
3556@table @code
3557@kindex info signals
3558@item info signals
3559@itemx info handle
3560Print a table of all the kinds of signals and how @value{GDBN} has been told to
3561handle each one. You can use this to see the signal numbers of all
3562the defined types of signals.
3563
3564@code{info handle} is an alias for @code{info signals}.
3565
3566@kindex handle
3567@item handle @var{signal} @var{keywords}@dots{}
3568Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3569can be the number of a signal or its name (with or without the
3570@samp{SIG} at the beginning); a list of signal numbers of the form
3571@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3572known signals. The @var{keywords} say what change to make.
3573@end table
3574
3575@c @group
3576The keywords allowed by the @code{handle} command can be abbreviated.
3577Their full names are:
3578
3579@table @code
3580@item nostop
3581@value{GDBN} should not stop your program when this signal happens. It may
3582still print a message telling you that the signal has come in.
3583
3584@item stop
3585@value{GDBN} should stop your program when this signal happens. This implies
3586the @code{print} keyword as well.
3587
3588@item print
3589@value{GDBN} should print a message when this signal happens.
3590
3591@item noprint
3592@value{GDBN} should not mention the occurrence of the signal at all. This
3593implies the @code{nostop} keyword as well.
3594
3595@item pass
3596@itemx noignore
3597@value{GDBN} should allow your program to see this signal; your program
3598can handle the signal, or else it may terminate if the signal is fatal
3599and not handled. @code{pass} and @code{noignore} are synonyms.
3600
3601@item nopass
3602@itemx ignore
3603@value{GDBN} should not allow your program to see this signal.
3604@code{nopass} and @code{ignore} are synonyms.
3605@end table
3606@c @end group
3607
3608When a signal stops your program, the signal is not visible to the
3609program until you
3610continue. Your program sees the signal then, if @code{pass} is in
3611effect for the signal in question @emph{at that time}. In other words,
3612after @value{GDBN} reports a signal, you can use the @code{handle}
3613command with @code{pass} or @code{nopass} to control whether your
3614program sees that signal when you continue.
3615
3616The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3617non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3618@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3619erroneous signals.
3620
3621You can also use the @code{signal} command to prevent your program from
3622seeing a signal, or cause it to see a signal it normally would not see,
3623or to give it any signal at any time. For example, if your program stopped
3624due to some sort of memory reference error, you might store correct
3625values into the erroneous variables and continue, hoping to see more
3626execution; but your program would probably terminate immediately as
3627a result of the fatal signal once it saw the signal. To prevent this,
3628you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3629program a signal}.
3630
3631@node Thread Stops
3632@section Stopping and starting multi-thread programs
3633
3634When your program has multiple threads (@pxref{Threads,, Debugging
3635programs with multiple threads}), you can choose whether to set
3636breakpoints on all threads, or on a particular thread.
3637
3638@table @code
3639@cindex breakpoints and threads
3640@cindex thread breakpoints
3641@kindex break @dots{} thread @var{threadno}
3642@item break @var{linespec} thread @var{threadno}
3643@itemx break @var{linespec} thread @var{threadno} if @dots{}
3644@var{linespec} specifies source lines; there are several ways of
3645writing them, but the effect is always to specify some source line.
3646
3647Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3648to specify that you only want @value{GDBN} to stop the program when a
3649particular thread reaches this breakpoint. @var{threadno} is one of the
3650numeric thread identifiers assigned by @value{GDBN}, shown in the first
3651column of the @samp{info threads} display.
3652
3653If you do not specify @samp{thread @var{threadno}} when you set a
3654breakpoint, the breakpoint applies to @emph{all} threads of your
3655program.
3656
3657You can use the @code{thread} qualifier on conditional breakpoints as
3658well; in this case, place @samp{thread @var{threadno}} before the
3659breakpoint condition, like this:
3660
3661@smallexample
3662(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3663@end smallexample
3664
3665@end table
3666
3667@cindex stopped threads
3668@cindex threads, stopped
3669Whenever your program stops under @value{GDBN} for any reason,
3670@emph{all} threads of execution stop, not just the current thread. This
3671allows you to examine the overall state of the program, including
3672switching between threads, without worrying that things may change
3673underfoot.
3674
3675@cindex continuing threads
3676@cindex threads, continuing
3677Conversely, whenever you restart the program, @emph{all} threads start
3678executing. @emph{This is true even when single-stepping} with commands
3679like @code{step} or @code{next}.
3680
3681In particular, @value{GDBN} cannot single-step all threads in lockstep.
3682Since thread scheduling is up to your debugging target's operating
3683system (not controlled by @value{GDBN}), other threads may
3684execute more than one statement while the current thread completes a
3685single step. Moreover, in general other threads stop in the middle of a
3686statement, rather than at a clean statement boundary, when the program
3687stops.
3688
3689You might even find your program stopped in another thread after
3690continuing or even single-stepping. This happens whenever some other
3691thread runs into a breakpoint, a signal, or an exception before the
3692first thread completes whatever you requested.
3693
3694On some OSes, you can lock the OS scheduler and thus allow only a single
3695thread to run.
3696
3697@table @code
3698@item set scheduler-locking @var{mode}
3699Set the scheduler locking mode. If it is @code{off}, then there is no
3700locking and any thread may run at any time. If @code{on}, then only the
3701current thread may run when the inferior is resumed. The @code{step}
3702mode optimizes for single-stepping. It stops other threads from
3703``seizing the prompt'' by preempting the current thread while you are
3704stepping. Other threads will only rarely (or never) get a chance to run
3705when you step. They are more likely to run when you @samp{next} over a
3706function call, and they are completely free to run when you use commands
3707like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3708thread hits a breakpoint during its timeslice, they will never steal the
3709@value{GDBN} prompt away from the thread that you are debugging.
3710
3711@item show scheduler-locking
3712Display the current scheduler locking mode.
3713@end table
3714
3715
3716@node Stack
3717@chapter Examining the Stack
3718
3719When your program has stopped, the first thing you need to know is where it
3720stopped and how it got there.
3721
3722@cindex call stack
3723Each time your program performs a function call, information about the call
3724is generated.
3725That information includes the location of the call in your program,
3726the arguments of the call,
3727and the local variables of the function being called.
3728The information is saved in a block of data called a @dfn{stack frame}.
3729The stack frames are allocated in a region of memory called the @dfn{call
3730stack}.
3731
3732When your program stops, the @value{GDBN} commands for examining the
3733stack allow you to see all of this information.
3734
3735@cindex selected frame
3736One of the stack frames is @dfn{selected} by @value{GDBN} and many
3737@value{GDBN} commands refer implicitly to the selected frame. In
3738particular, whenever you ask @value{GDBN} for the value of a variable in
3739your program, the value is found in the selected frame. There are
3740special @value{GDBN} commands to select whichever frame you are
3741interested in. @xref{Selection, ,Selecting a frame}.
3742
3743When your program stops, @value{GDBN} automatically selects the
3744currently executing frame and describes it briefly, similar to the
3745@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3746
3747@menu
3748* Frames:: Stack frames
3749* Backtrace:: Backtraces
3750* Selection:: Selecting a frame
3751* Frame Info:: Information on a frame
3752
3753@end menu
3754
3755@node Frames
3756@section Stack frames
3757
3758@cindex frame, definition
3759@cindex stack frame
3760The call stack is divided up into contiguous pieces called @dfn{stack
3761frames}, or @dfn{frames} for short; each frame is the data associated
3762with one call to one function. The frame contains the arguments given
3763to the function, the function's local variables, and the address at
3764which the function is executing.
3765
3766@cindex initial frame
3767@cindex outermost frame
3768@cindex innermost frame
3769When your program is started, the stack has only one frame, that of the
3770function @code{main}. This is called the @dfn{initial} frame or the
3771@dfn{outermost} frame. Each time a function is called, a new frame is
3772made. Each time a function returns, the frame for that function invocation
3773is eliminated. If a function is recursive, there can be many frames for
3774the same function. The frame for the function in which execution is
3775actually occurring is called the @dfn{innermost} frame. This is the most
3776recently created of all the stack frames that still exist.
3777
3778@cindex frame pointer
3779Inside your program, stack frames are identified by their addresses. A
3780stack frame consists of many bytes, each of which has its own address; each
3781kind of computer has a convention for choosing one byte whose
3782address serves as the address of the frame. Usually this address is kept
3783in a register called the @dfn{frame pointer register} while execution is
3784going on in that frame.
3785
3786@cindex frame number
3787@value{GDBN} assigns numbers to all existing stack frames, starting with
3788zero for the innermost frame, one for the frame that called it,
3789and so on upward. These numbers do not really exist in your program;
3790they are assigned by @value{GDBN} to give you a way of designating stack
3791frames in @value{GDBN} commands.
3792
3793@c The -fomit-frame-pointer below perennially causes hbox overflow
3794@c underflow problems.
3795@cindex frameless execution
3796Some compilers provide a way to compile functions so that they operate
3797without stack frames. (For example, the @value{GCC} option
3798@smallexample
3799@samp{-fomit-frame-pointer}
3800@end smallexample
3801generates functions without a frame.)
3802This is occasionally done with heavily used library functions to save
3803the frame setup time. @value{GDBN} has limited facilities for dealing
3804with these function invocations. If the innermost function invocation
3805has no stack frame, @value{GDBN} nevertheless regards it as though
3806it had a separate frame, which is numbered zero as usual, allowing
3807correct tracing of the function call chain. However, @value{GDBN} has
3808no provision for frameless functions elsewhere in the stack.
3809
3810@table @code
3811@kindex frame@r{, command}
3812@cindex current stack frame
3813@item frame @var{args}
3814The @code{frame} command allows you to move from one stack frame to another,
3815and to print the stack frame you select. @var{args} may be either the
3816address of the frame or the stack frame number. Without an argument,
3817@code{frame} prints the current stack frame.
3818
3819@kindex select-frame
3820@cindex selecting frame silently
3821@item select-frame
3822The @code{select-frame} command allows you to move from one stack frame
3823to another without printing the frame. This is the silent version of
3824@code{frame}.
3825@end table
3826
3827@node Backtrace
3828@section Backtraces
3829
3830@cindex backtraces
3831@cindex tracebacks
3832@cindex stack traces
3833A backtrace is a summary of how your program got where it is. It shows one
3834line per frame, for many frames, starting with the currently executing
3835frame (frame zero), followed by its caller (frame one), and on up the
3836stack.
3837
3838@table @code
3839@kindex backtrace
3840@kindex bt @r{(@code{backtrace})}
3841@item backtrace
3842@itemx bt
3843Print a backtrace of the entire stack: one line per frame for all
3844frames in the stack.
3845
3846You can stop the backtrace at any time by typing the system interrupt
3847character, normally @kbd{C-c}.
3848
3849@item backtrace @var{n}
3850@itemx bt @var{n}
3851Similar, but print only the innermost @var{n} frames.
3852
3853@item backtrace -@var{n}
3854@itemx bt -@var{n}
3855Similar, but print only the outermost @var{n} frames.
3856@end table
3857
3858@kindex where
3859@kindex info stack
3860@kindex info s @r{(@code{info stack})}
3861The names @code{where} and @code{info stack} (abbreviated @code{info s})
3862are additional aliases for @code{backtrace}.
3863
3864Each line in the backtrace shows the frame number and the function name.
3865The program counter value is also shown---unless you use @code{set
3866print address off}. The backtrace also shows the source file name and
3867line number, as well as the arguments to the function. The program
3868counter value is omitted if it is at the beginning of the code for that
3869line number.
3870
3871Here is an example of a backtrace. It was made with the command
3872@samp{bt 3}, so it shows the innermost three frames.
3873
3874@smallexample
3875@group
3876#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
3877 at builtin.c:993
3878#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3879#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3880 at macro.c:71
3881(More stack frames follow...)
3882@end group
3883@end smallexample
3884
3885@noindent
3886The display for frame zero does not begin with a program counter
3887value, indicating that your program has stopped at the beginning of the
3888code for line @code{993} of @code{builtin.c}.
3889
3890@kindex set backtrace-below-main
3891@kindex show backtrace-below-main
3892
3893Most programs have a standard entry point---a place where system libraries
3894and startup code transition into user code. For C this is @code{main}.
3895When @value{GDBN} finds the entry function in a backtrace it will terminate
3896the backtrace, to avoid tracing into highly system-specific (and generally
3897uninteresting) code. If you need to examine the startup code, then you can
3898change this behavior.
3899
3900@table @code
3901@item set backtrace-below-main off
3902Backtraces will stop when they encounter the user entry point. This is the
3903default.
3904
3905@item set backtrace-below-main
3906@itemx set backtrace-below-main on
3907Backtraces will continue past the user entry point to the top of the stack.
3908
3909@item show backtrace-below-main
3910Display the current backtrace policy.
3911@end table
3912
3913@node Selection
3914@section Selecting a frame
3915
3916Most commands for examining the stack and other data in your program work on
3917whichever stack frame is selected at the moment. Here are the commands for
3918selecting a stack frame; all of them finish by printing a brief description
3919of the stack frame just selected.
3920
3921@table @code
3922@kindex frame@r{, selecting}
3923@kindex f @r{(@code{frame})}
3924@item frame @var{n}
3925@itemx f @var{n}
3926Select frame number @var{n}. Recall that frame zero is the innermost
3927(currently executing) frame, frame one is the frame that called the
3928innermost one, and so on. The highest-numbered frame is the one for
3929@code{main}.
3930
3931@item frame @var{addr}
3932@itemx f @var{addr}
3933Select the frame at address @var{addr}. This is useful mainly if the
3934chaining of stack frames has been damaged by a bug, making it
3935impossible for @value{GDBN} to assign numbers properly to all frames. In
3936addition, this can be useful when your program has multiple stacks and
3937switches between them.
3938
3939On the SPARC architecture, @code{frame} needs two addresses to
3940select an arbitrary frame: a frame pointer and a stack pointer.
3941
3942On the MIPS and Alpha architecture, it needs two addresses: a stack
3943pointer and a program counter.
3944
3945On the 29k architecture, it needs three addresses: a register stack
3946pointer, a program counter, and a memory stack pointer.
3947@c note to future updaters: this is conditioned on a flag
3948@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3949@c as of 27 Jan 1994.
3950
3951@kindex up
3952@item up @var{n}
3953Move @var{n} frames up the stack. For positive numbers @var{n}, this
3954advances toward the outermost frame, to higher frame numbers, to frames
3955that have existed longer. @var{n} defaults to one.
3956
3957@kindex down
3958@kindex do @r{(@code{down})}
3959@item down @var{n}
3960Move @var{n} frames down the stack. For positive numbers @var{n}, this
3961advances toward the innermost frame, to lower frame numbers, to frames
3962that were created more recently. @var{n} defaults to one. You may
3963abbreviate @code{down} as @code{do}.
3964@end table
3965
3966All of these commands end by printing two lines of output describing the
3967frame. The first line shows the frame number, the function name, the
3968arguments, and the source file and line number of execution in that
3969frame. The second line shows the text of that source line.
3970
3971@need 1000
3972For example:
3973
3974@smallexample
3975@group
3976(@value{GDBP}) up
3977#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3978 at env.c:10
397910 read_input_file (argv[i]);
3980@end group
3981@end smallexample
3982
3983After such a printout, the @code{list} command with no arguments
3984prints ten lines centered on the point of execution in the frame.
3985You can also edit the program at the point of execution with your favorite
3986editing program by typing @code{edit}.
3987@xref{List, ,Printing source lines},
3988for details.
3989
3990@table @code
3991@kindex down-silently
3992@kindex up-silently
3993@item up-silently @var{n}
3994@itemx down-silently @var{n}
3995These two commands are variants of @code{up} and @code{down},
3996respectively; they differ in that they do their work silently, without
3997causing display of the new frame. They are intended primarily for use
3998in @value{GDBN} command scripts, where the output might be unnecessary and
3999distracting.
4000@end table
4001
4002@node Frame Info
4003@section Information about a frame
4004
4005There are several other commands to print information about the selected
4006stack frame.
4007
4008@table @code
4009@item frame
4010@itemx f
4011When used without any argument, this command does not change which
4012frame is selected, but prints a brief description of the currently
4013selected stack frame. It can be abbreviated @code{f}. With an
4014argument, this command is used to select a stack frame.
4015@xref{Selection, ,Selecting a frame}.
4016
4017@kindex info frame
4018@kindex info f @r{(@code{info frame})}
4019@item info frame
4020@itemx info f
4021This command prints a verbose description of the selected stack frame,
4022including:
4023
4024@itemize @bullet
4025@item
4026the address of the frame
4027@item
4028the address of the next frame down (called by this frame)
4029@item
4030the address of the next frame up (caller of this frame)
4031@item
4032the language in which the source code corresponding to this frame is written
4033@item
4034the address of the frame's arguments
4035@item
4036the address of the frame's local variables
4037@item
4038the program counter saved in it (the address of execution in the caller frame)
4039@item
4040which registers were saved in the frame
4041@end itemize
4042
4043@noindent The verbose description is useful when
4044something has gone wrong that has made the stack format fail to fit
4045the usual conventions.
4046
4047@item info frame @var{addr}
4048@itemx info f @var{addr}
4049Print a verbose description of the frame at address @var{addr}, without
4050selecting that frame. The selected frame remains unchanged by this
4051command. This requires the same kind of address (more than one for some
4052architectures) that you specify in the @code{frame} command.
4053@xref{Selection, ,Selecting a frame}.
4054
4055@kindex info args
4056@item info args
4057Print the arguments of the selected frame, each on a separate line.
4058
4059@item info locals
4060@kindex info locals
4061Print the local variables of the selected frame, each on a separate
4062line. These are all variables (declared either static or automatic)
4063accessible at the point of execution of the selected frame.
4064
4065@kindex info catch
4066@cindex catch exceptions, list active handlers
4067@cindex exception handlers, how to list
4068@item info catch
4069Print a list of all the exception handlers that are active in the
4070current stack frame at the current point of execution. To see other
4071exception handlers, visit the associated frame (using the @code{up},
4072@code{down}, or @code{frame} commands); then type @code{info catch}.
4073@xref{Set Catchpoints, , Setting catchpoints}.
4074
4075@end table
4076
4077
4078@node Source
4079@chapter Examining Source Files
4080
4081@value{GDBN} can print parts of your program's source, since the debugging
4082information recorded in the program tells @value{GDBN} what source files were
4083used to build it. When your program stops, @value{GDBN} spontaneously prints
4084the line where it stopped. Likewise, when you select a stack frame
4085(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4086execution in that frame has stopped. You can print other portions of
4087source files by explicit command.
4088
4089If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
4090prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
4091@value{GDBN} under @sc{gnu} Emacs}.
4092
4093@menu
4094* List:: Printing source lines
4095* Edit:: Editing source files
4096* Search:: Searching source files
4097* Source Path:: Specifying source directories
4098* Machine Code:: Source and machine code
4099@end menu
4100
4101@node List
4102@section Printing source lines
4103
4104@kindex list
4105@kindex l @r{(@code{list})}
4106To print lines from a source file, use the @code{list} command
4107(abbreviated @code{l}). By default, ten lines are printed.
4108There are several ways to specify what part of the file you want to print.
4109
4110Here are the forms of the @code{list} command most commonly used:
4111
4112@table @code
4113@item list @var{linenum}
4114Print lines centered around line number @var{linenum} in the
4115current source file.
4116
4117@item list @var{function}
4118Print lines centered around the beginning of function
4119@var{function}.
4120
4121@item list
4122Print more lines. If the last lines printed were printed with a
4123@code{list} command, this prints lines following the last lines
4124printed; however, if the last line printed was a solitary line printed
4125as part of displaying a stack frame (@pxref{Stack, ,Examining the
4126Stack}), this prints lines centered around that line.
4127
4128@item list -
4129Print lines just before the lines last printed.
4130@end table
4131
4132By default, @value{GDBN} prints ten source lines with any of these forms of
4133the @code{list} command. You can change this using @code{set listsize}:
4134
4135@table @code
4136@kindex set listsize
4137@item set listsize @var{count}
4138Make the @code{list} command display @var{count} source lines (unless
4139the @code{list} argument explicitly specifies some other number).
4140
4141@kindex show listsize
4142@item show listsize
4143Display the number of lines that @code{list} prints.
4144@end table
4145
4146Repeating a @code{list} command with @key{RET} discards the argument,
4147so it is equivalent to typing just @code{list}. This is more useful
4148than listing the same lines again. An exception is made for an
4149argument of @samp{-}; that argument is preserved in repetition so that
4150each repetition moves up in the source file.
4151
4152@cindex linespec
4153In general, the @code{list} command expects you to supply zero, one or two
4154@dfn{linespecs}. Linespecs specify source lines; there are several ways
4155of writing them, but the effect is always to specify some source line.
4156Here is a complete description of the possible arguments for @code{list}:
4157
4158@table @code
4159@item list @var{linespec}
4160Print lines centered around the line specified by @var{linespec}.
4161
4162@item list @var{first},@var{last}
4163Print lines from @var{first} to @var{last}. Both arguments are
4164linespecs.
4165
4166@item list ,@var{last}
4167Print lines ending with @var{last}.
4168
4169@item list @var{first},
4170Print lines starting with @var{first}.
4171
4172@item list +
4173Print lines just after the lines last printed.
4174
4175@item list -
4176Print lines just before the lines last printed.
4177
4178@item list
4179As described in the preceding table.
4180@end table
4181
4182Here are the ways of specifying a single source line---all the
4183kinds of linespec.
4184
4185@table @code
4186@item @var{number}
4187Specifies line @var{number} of the current source file.
4188When a @code{list} command has two linespecs, this refers to
4189the same source file as the first linespec.
4190
4191@item +@var{offset}
4192Specifies the line @var{offset} lines after the last line printed.
4193When used as the second linespec in a @code{list} command that has
4194two, this specifies the line @var{offset} lines down from the
4195first linespec.
4196
4197@item -@var{offset}
4198Specifies the line @var{offset} lines before the last line printed.
4199
4200@item @var{filename}:@var{number}
4201Specifies line @var{number} in the source file @var{filename}.
4202
4203@item @var{function}
4204Specifies the line that begins the body of the function @var{function}.
4205For example: in C, this is the line with the open brace.
4206
4207@item @var{filename}:@var{function}
4208Specifies the line of the open-brace that begins the body of the
4209function @var{function} in the file @var{filename}. You only need the
4210file name with a function name to avoid ambiguity when there are
4211identically named functions in different source files.
4212
4213@item *@var{address}
4214Specifies the line containing the program address @var{address}.
4215@var{address} may be any expression.
4216@end table
4217
4218@node Edit
4219@section Editing source files
4220@cindex editing source files
4221
4222@kindex edit
4223@kindex e @r{(@code{edit})}
4224To edit the lines in a source file, use the @code{edit} command.
4225The editing program of your choice
4226is invoked with the current line set to
4227the active line in the program.
4228Alternatively, there are several ways to specify what part of the file you
4229want to print if you want to see other parts of the program.
4230
4231Here are the forms of the @code{edit} command most commonly used:
4232
4233@table @code
4234@item edit
4235Edit the current source file at the active line number in the program.
4236
4237@item edit @var{number}
4238Edit the current source file with @var{number} as the active line number.
4239
4240@item edit @var{function}
4241Edit the file containing @var{function} at the beginning of its definition.
4242
4243@item edit @var{filename}:@var{number}
4244Specifies line @var{number} in the source file @var{filename}.
4245
4246@item edit @var{filename}:@var{function}
4247Specifies the line that begins the body of the
4248function @var{function} in the file @var{filename}. You only need the
4249file name with a function name to avoid ambiguity when there are
4250identically named functions in different source files.
4251
4252@item edit *@var{address}
4253Specifies the line containing the program address @var{address}.
4254@var{address} may be any expression.
4255@end table
4256
4257@subsection Choosing your editor
4258You can customize @value{GDBN} to use any editor you want
4259@footnote{
4260The only restriction is that your editor (say @code{ex}), recognizes the
4261following command-line syntax:
4262@smallexample
4263ex +@var{number} file
4264@end smallexample
4265The optional numeric value +@var{number} designates the active line in
4266the file.}. By default, it is @value{EDITOR}, but you can change this
4267by setting the environment variable @code{EDITOR} before using
4268@value{GDBN}. For example, to configure @value{GDBN} to use the
4269@code{vi} editor, you could use these commands with the @code{sh} shell:
4270@smallexample
4271EDITOR=/usr/bin/vi
4272export EDITOR
4273gdb ...
4274@end smallexample
4275or in the @code{csh} shell,
4276@smallexample
4277setenv EDITOR /usr/bin/vi
4278gdb ...
4279@end smallexample
4280
4281@node Search
4282@section Searching source files
4283@cindex searching
4284@kindex reverse-search
4285
4286There are two commands for searching through the current source file for a
4287regular expression.
4288
4289@table @code
4290@kindex search
4291@kindex forward-search
4292@item forward-search @var{regexp}
4293@itemx search @var{regexp}
4294The command @samp{forward-search @var{regexp}} checks each line,
4295starting with the one following the last line listed, for a match for
4296@var{regexp}. It lists the line that is found. You can use the
4297synonym @samp{search @var{regexp}} or abbreviate the command name as
4298@code{fo}.
4299
4300@item reverse-search @var{regexp}
4301The command @samp{reverse-search @var{regexp}} checks each line, starting
4302with the one before the last line listed and going backward, for a match
4303for @var{regexp}. It lists the line that is found. You can abbreviate
4304this command as @code{rev}.
4305@end table
4306
4307@node Source Path
4308@section Specifying source directories
4309
4310@cindex source path
4311@cindex directories for source files
4312Executable programs sometimes do not record the directories of the source
4313files from which they were compiled, just the names. Even when they do,
4314the directories could be moved between the compilation and your debugging
4315session. @value{GDBN} has a list of directories to search for source files;
4316this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4317it tries all the directories in the list, in the order they are present
4318in the list, until it finds a file with the desired name. Note that
4319the executable search path is @emph{not} used for this purpose. Neither is
4320the current working directory, unless it happens to be in the source
4321path.
4322
4323If @value{GDBN} cannot find a source file in the source path, and the
4324object program records a directory, @value{GDBN} tries that directory
4325too. If the source path is empty, and there is no record of the
4326compilation directory, @value{GDBN} looks in the current directory as a
4327last resort.
4328
4329Whenever you reset or rearrange the source path, @value{GDBN} clears out
4330any information it has cached about where source files are found and where
4331each line is in the file.
4332
4333@kindex directory
4334@kindex dir
4335When you start @value{GDBN}, its source path includes only @samp{cdir}
4336and @samp{cwd}, in that order.
4337To add other directories, use the @code{directory} command.
4338
4339@table @code
4340@item directory @var{dirname} @dots{}
4341@item dir @var{dirname} @dots{}
4342Add directory @var{dirname} to the front of the source path. Several
4343directory names may be given to this command, separated by @samp{:}
4344(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4345part of absolute file names) or
4346whitespace. You may specify a directory that is already in the source
4347path; this moves it forward, so @value{GDBN} searches it sooner.
4348
4349@kindex cdir
4350@kindex cwd
4351@vindex $cdir@r{, convenience variable}
4352@vindex $cwdr@r{, convenience variable}
4353@cindex compilation directory
4354@cindex current directory
4355@cindex working directory
4356@cindex directory, current
4357@cindex directory, compilation
4358You can use the string @samp{$cdir} to refer to the compilation
4359directory (if one is recorded), and @samp{$cwd} to refer to the current
4360working directory. @samp{$cwd} is not the same as @samp{.}---the former
4361tracks the current working directory as it changes during your @value{GDBN}
4362session, while the latter is immediately expanded to the current
4363directory at the time you add an entry to the source path.
4364
4365@item directory
4366Reset the source path to empty again. This requires confirmation.
4367
4368@c RET-repeat for @code{directory} is explicitly disabled, but since
4369@c repeating it would be a no-op we do not say that. (thanks to RMS)
4370
4371@item show directories
4372@kindex show directories
4373Print the source path: show which directories it contains.
4374@end table
4375
4376If your source path is cluttered with directories that are no longer of
4377interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4378versions of source. You can correct the situation as follows:
4379
4380@enumerate
4381@item
4382Use @code{directory} with no argument to reset the source path to empty.
4383
4384@item
4385Use @code{directory} with suitable arguments to reinstall the
4386directories you want in the source path. You can add all the
4387directories in one command.
4388@end enumerate
4389
4390@node Machine Code
4391@section Source and machine code
4392
4393You can use the command @code{info line} to map source lines to program
4394addresses (and vice versa), and the command @code{disassemble} to display
4395a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4396mode, the @code{info line} command causes the arrow to point to the
4397line specified. Also, @code{info line} prints addresses in symbolic form as
4398well as hex.
4399
4400@table @code
4401@kindex info line
4402@item info line @var{linespec}
4403Print the starting and ending addresses of the compiled code for
4404source line @var{linespec}. You can specify source lines in any of
4405the ways understood by the @code{list} command (@pxref{List, ,Printing
4406source lines}).
4407@end table
4408
4409For example, we can use @code{info line} to discover the location of
4410the object code for the first line of function
4411@code{m4_changequote}:
4412
4413@c FIXME: I think this example should also show the addresses in
4414@c symbolic form, as they usually would be displayed.
4415@smallexample
4416(@value{GDBP}) info line m4_changequote
4417Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4418@end smallexample
4419
4420@noindent
4421We can also inquire (using @code{*@var{addr}} as the form for
4422@var{linespec}) what source line covers a particular address:
4423@smallexample
4424(@value{GDBP}) info line *0x63ff
4425Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4426@end smallexample
4427
4428@cindex @code{$_} and @code{info line}
4429@kindex x@r{(examine), and} info line
4430After @code{info line}, the default address for the @code{x} command
4431is changed to the starting address of the line, so that @samp{x/i} is
4432sufficient to begin examining the machine code (@pxref{Memory,
4433,Examining memory}). Also, this address is saved as the value of the
4434convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4435variables}).
4436
4437@table @code
4438@kindex disassemble
4439@cindex assembly instructions
4440@cindex instructions, assembly
4441@cindex machine instructions
4442@cindex listing machine instructions
4443@item disassemble
4444This specialized command dumps a range of memory as machine
4445instructions. The default memory range is the function surrounding the
4446program counter of the selected frame. A single argument to this
4447command is a program counter value; @value{GDBN} dumps the function
4448surrounding this value. Two arguments specify a range of addresses
4449(first inclusive, second exclusive) to dump.
4450@end table
4451
4452The following example shows the disassembly of a range of addresses of
4453HP PA-RISC 2.0 code:
4454
4455@smallexample
4456(@value{GDBP}) disas 0x32c4 0x32e4
4457Dump of assembler code from 0x32c4 to 0x32e4:
44580x32c4 <main+204>: addil 0,dp
44590x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
44600x32cc <main+212>: ldil 0x3000,r31
44610x32d0 <main+216>: ble 0x3f8(sr4,r31)
44620x32d4 <main+220>: ldo 0(r31),rp
44630x32d8 <main+224>: addil -0x800,dp
44640x32dc <main+228>: ldo 0x588(r1),r26
44650x32e0 <main+232>: ldil 0x3000,r31
4466End of assembler dump.
4467@end smallexample
4468
4469Some architectures have more than one commonly-used set of instruction
4470mnemonics or other syntax.
4471
4472@table @code
4473@kindex set disassembly-flavor
4474@cindex assembly instructions
4475@cindex instructions, assembly
4476@cindex machine instructions
4477@cindex listing machine instructions
4478@cindex Intel disassembly flavor
4479@cindex AT&T disassembly flavor
4480@item set disassembly-flavor @var{instruction-set}
4481Select the instruction set to use when disassembling the
4482program via the @code{disassemble} or @code{x/i} commands.
4483
4484Currently this command is only defined for the Intel x86 family. You
4485can set @var{instruction-set} to either @code{intel} or @code{att}.
4486The default is @code{att}, the AT&T flavor used by default by Unix
4487assemblers for x86-based targets.
4488@end table
4489
4490
4491@node Data
4492@chapter Examining Data
4493
4494@cindex printing data
4495@cindex examining data
4496@kindex print
4497@kindex inspect
4498@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4499@c document because it is nonstandard... Under Epoch it displays in a
4500@c different window or something like that.
4501The usual way to examine data in your program is with the @code{print}
4502command (abbreviated @code{p}), or its synonym @code{inspect}. It
4503evaluates and prints the value of an expression of the language your
4504program is written in (@pxref{Languages, ,Using @value{GDBN} with
4505Different Languages}).
4506
4507@table @code
4508@item print @var{expr}
4509@itemx print /@var{f} @var{expr}
4510@var{expr} is an expression (in the source language). By default the
4511value of @var{expr} is printed in a format appropriate to its data type;
4512you can choose a different format by specifying @samp{/@var{f}}, where
4513@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4514formats}.
4515
4516@item print
4517@itemx print /@var{f}
4518If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4519@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4520conveniently inspect the same value in an alternative format.
4521@end table
4522
4523A more low-level way of examining data is with the @code{x} command.
4524It examines data in memory at a specified address and prints it in a
4525specified format. @xref{Memory, ,Examining memory}.
4526
4527If you are interested in information about types, or about how the
4528fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4529command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4530Table}.
4531
4532@menu
4533* Expressions:: Expressions
4534* Variables:: Program variables
4535* Arrays:: Artificial arrays
4536* Output Formats:: Output formats
4537* Memory:: Examining memory
4538* Auto Display:: Automatic display
4539* Print Settings:: Print settings
4540* Value History:: Value history
4541* Convenience Vars:: Convenience variables
4542* Registers:: Registers
4543* Floating Point Hardware:: Floating point hardware
4544* Vector Unit:: Vector Unit
4545* Memory Region Attributes:: Memory region attributes
4546* Dump/Restore Files:: Copy between memory and a file
4547* Character Sets:: Debugging programs that use a different
4548 character set than GDB does
4549@end menu
4550
4551@node Expressions
4552@section Expressions
4553
4554@cindex expressions
4555@code{print} and many other @value{GDBN} commands accept an expression and
4556compute its value. Any kind of constant, variable or operator defined
4557by the programming language you are using is valid in an expression in
4558@value{GDBN}. This includes conditional expressions, function calls,
4559casts, and string constants. It also includes preprocessor macros, if
4560you compiled your program to include this information; see
4561@ref{Compilation}.
4562
4563@value{GDBN} supports array constants in expressions input by
4564the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4565you can use the command @code{print @{1, 2, 3@}} to build up an array in
4566memory that is @code{malloc}ed in the target program.
4567
4568Because C is so widespread, most of the expressions shown in examples in
4569this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4570Languages}, for information on how to use expressions in other
4571languages.
4572
4573In this section, we discuss operators that you can use in @value{GDBN}
4574expressions regardless of your programming language.
4575
4576Casts are supported in all languages, not just in C, because it is so
4577useful to cast a number into a pointer in order to examine a structure
4578at that address in memory.
4579@c FIXME: casts supported---Mod2 true?
4580
4581@value{GDBN} supports these operators, in addition to those common
4582to programming languages:
4583
4584@table @code
4585@item @@
4586@samp{@@} is a binary operator for treating parts of memory as arrays.
4587@xref{Arrays, ,Artificial arrays}, for more information.
4588
4589@item ::
4590@samp{::} allows you to specify a variable in terms of the file or
4591function where it is defined. @xref{Variables, ,Program variables}.
4592
4593@cindex @{@var{type}@}
4594@cindex type casting memory
4595@cindex memory, viewing as typed object
4596@cindex casts, to view memory
4597@item @{@var{type}@} @var{addr}
4598Refers to an object of type @var{type} stored at address @var{addr} in
4599memory. @var{addr} may be any expression whose value is an integer or
4600pointer (but parentheses are required around binary operators, just as in
4601a cast). This construct is allowed regardless of what kind of data is
4602normally supposed to reside at @var{addr}.
4603@end table
4604
4605@node Variables
4606@section Program variables
4607
4608The most common kind of expression to use is the name of a variable
4609in your program.
4610
4611Variables in expressions are understood in the selected stack frame
4612(@pxref{Selection, ,Selecting a frame}); they must be either:
4613
4614@itemize @bullet
4615@item
4616global (or file-static)
4617@end itemize
4618
4619@noindent or
4620
4621@itemize @bullet
4622@item
4623visible according to the scope rules of the
4624programming language from the point of execution in that frame
4625@end itemize
4626
4627@noindent This means that in the function
4628
4629@smallexample
4630foo (a)
4631 int a;
4632@{
4633 bar (a);
4634 @{
4635 int b = test ();
4636 bar (b);
4637 @}
4638@}
4639@end smallexample
4640
4641@noindent
4642you can examine and use the variable @code{a} whenever your program is
4643executing within the function @code{foo}, but you can only use or
4644examine the variable @code{b} while your program is executing inside
4645the block where @code{b} is declared.
4646
4647@cindex variable name conflict
4648There is an exception: you can refer to a variable or function whose
4649scope is a single source file even if the current execution point is not
4650in this file. But it is possible to have more than one such variable or
4651function with the same name (in different source files). If that
4652happens, referring to that name has unpredictable effects. If you wish,
4653you can specify a static variable in a particular function or file,
4654using the colon-colon notation:
4655
4656@cindex colon-colon, context for variables/functions
4657@iftex
4658@c info cannot cope with a :: index entry, but why deprive hard copy readers?
4659@cindex @code{::}, context for variables/functions
4660@end iftex
4661@smallexample
4662@var{file}::@var{variable}
4663@var{function}::@var{variable}
4664@end smallexample
4665
4666@noindent
4667Here @var{file} or @var{function} is the name of the context for the
4668static @var{variable}. In the case of file names, you can use quotes to
4669make sure @value{GDBN} parses the file name as a single word---for example,
4670to print a global value of @code{x} defined in @file{f2.c}:
4671
4672@smallexample
4673(@value{GDBP}) p 'f2.c'::x
4674@end smallexample
4675
4676@cindex C@t{++} scope resolution
4677This use of @samp{::} is very rarely in conflict with the very similar
4678use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
4679scope resolution operator in @value{GDBN} expressions.
4680@c FIXME: Um, so what happens in one of those rare cases where it's in
4681@c conflict?? --mew
4682
4683@cindex wrong values
4684@cindex variable values, wrong
4685@quotation
4686@emph{Warning:} Occasionally, a local variable may appear to have the
4687wrong value at certain points in a function---just after entry to a new
4688scope, and just before exit.
4689@end quotation
4690You may see this problem when you are stepping by machine instructions.
4691This is because, on most machines, it takes more than one instruction to
4692set up a stack frame (including local variable definitions); if you are
4693stepping by machine instructions, variables may appear to have the wrong
4694values until the stack frame is completely built. On exit, it usually
4695also takes more than one machine instruction to destroy a stack frame;
4696after you begin stepping through that group of instructions, local
4697variable definitions may be gone.
4698
4699This may also happen when the compiler does significant optimizations.
4700To be sure of always seeing accurate values, turn off all optimization
4701when compiling.
4702
4703@cindex ``No symbol "foo" in current context''
4704Another possible effect of compiler optimizations is to optimize
4705unused variables out of existence, or assign variables to registers (as
4706opposed to memory addresses). Depending on the support for such cases
4707offered by the debug info format used by the compiler, @value{GDBN}
4708might not be able to display values for such local variables. If that
4709happens, @value{GDBN} will print a message like this:
4710
4711@smallexample
4712No symbol "foo" in current context.
4713@end smallexample
4714
4715To solve such problems, either recompile without optimizations, or use a
4716different debug info format, if the compiler supports several such
4717formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler
4718usually supports the @option{-gstabs+} option. @option{-gstabs+}
4719produces debug info in a format that is superior to formats such as
4720COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
4721an effective form for debug info. @xref{Debugging Options,,Options
4722for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
4723
4724
4725@node Arrays
4726@section Artificial arrays
4727
4728@cindex artificial array
4729@kindex @@@r{, referencing memory as an array}
4730It is often useful to print out several successive objects of the
4731same type in memory; a section of an array, or an array of
4732dynamically determined size for which only a pointer exists in the
4733program.
4734
4735You can do this by referring to a contiguous span of memory as an
4736@dfn{artificial array}, using the binary operator @samp{@@}. The left
4737operand of @samp{@@} should be the first element of the desired array
4738and be an individual object. The right operand should be the desired length
4739of the array. The result is an array value whose elements are all of
4740the type of the left argument. The first element is actually the left
4741argument; the second element comes from bytes of memory immediately
4742following those that hold the first element, and so on. Here is an
4743example. If a program says
4744
4745@smallexample
4746int *array = (int *) malloc (len * sizeof (int));
4747@end smallexample
4748
4749@noindent
4750you can print the contents of @code{array} with
4751
4752@smallexample
4753p *array@@len
4754@end smallexample
4755
4756The left operand of @samp{@@} must reside in memory. Array values made
4757with @samp{@@} in this way behave just like other arrays in terms of
4758subscripting, and are coerced to pointers when used in expressions.
4759Artificial arrays most often appear in expressions via the value history
4760(@pxref{Value History, ,Value history}), after printing one out.
4761
4762Another way to create an artificial array is to use a cast.
4763This re-interprets a value as if it were an array.
4764The value need not be in memory:
4765@smallexample
4766(@value{GDBP}) p/x (short[2])0x12345678
4767$1 = @{0x1234, 0x5678@}
4768@end smallexample
4769
4770As a convenience, if you leave the array length out (as in
4771@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
4772the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4773@smallexample
4774(@value{GDBP}) p/x (short[])0x12345678
4775$2 = @{0x1234, 0x5678@}
4776@end smallexample
4777
4778Sometimes the artificial array mechanism is not quite enough; in
4779moderately complex data structures, the elements of interest may not
4780actually be adjacent---for example, if you are interested in the values
4781of pointers in an array. One useful work-around in this situation is
4782to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4783variables}) as a counter in an expression that prints the first
4784interesting value, and then repeat that expression via @key{RET}. For
4785instance, suppose you have an array @code{dtab} of pointers to
4786structures, and you are interested in the values of a field @code{fv}
4787in each structure. Here is an example of what you might type:
4788
4789@smallexample
4790set $i = 0
4791p dtab[$i++]->fv
4792@key{RET}
4793@key{RET}
4794@dots{}
4795@end smallexample
4796
4797@node Output Formats
4798@section Output formats
4799
4800@cindex formatted output
4801@cindex output formats
4802By default, @value{GDBN} prints a value according to its data type. Sometimes
4803this is not what you want. For example, you might want to print a number
4804in hex, or a pointer in decimal. Or you might want to view data in memory
4805at a certain address as a character string or as an instruction. To do
4806these things, specify an @dfn{output format} when you print a value.
4807
4808The simplest use of output formats is to say how to print a value
4809already computed. This is done by starting the arguments of the
4810@code{print} command with a slash and a format letter. The format
4811letters supported are:
4812
4813@table @code
4814@item x
4815Regard the bits of the value as an integer, and print the integer in
4816hexadecimal.
4817
4818@item d
4819Print as integer in signed decimal.
4820
4821@item u
4822Print as integer in unsigned decimal.
4823
4824@item o
4825Print as integer in octal.
4826
4827@item t
4828Print as integer in binary. The letter @samp{t} stands for ``two''.
4829@footnote{@samp{b} cannot be used because these format letters are also
4830used with the @code{x} command, where @samp{b} stands for ``byte'';
4831see @ref{Memory,,Examining memory}.}
4832
4833@item a
4834@cindex unknown address, locating
4835@cindex locate address
4836Print as an address, both absolute in hexadecimal and as an offset from
4837the nearest preceding symbol. You can use this format used to discover
4838where (in what function) an unknown address is located:
4839
4840@smallexample
4841(@value{GDBP}) p/a 0x54320
4842$3 = 0x54320 <_initialize_vx+396>
4843@end smallexample
4844
4845@noindent
4846The command @code{info symbol 0x54320} yields similar results.
4847@xref{Symbols, info symbol}.
4848
4849@item c
4850Regard as an integer and print it as a character constant.
4851
4852@item f
4853Regard the bits of the value as a floating point number and print
4854using typical floating point syntax.
4855@end table
4856
4857For example, to print the program counter in hex (@pxref{Registers}), type
4858
4859@smallexample
4860p/x $pc
4861@end smallexample
4862
4863@noindent
4864Note that no space is required before the slash; this is because command
4865names in @value{GDBN} cannot contain a slash.
4866
4867To reprint the last value in the value history with a different format,
4868you can use the @code{print} command with just a format and no
4869expression. For example, @samp{p/x} reprints the last value in hex.
4870
4871@node Memory
4872@section Examining memory
4873
4874You can use the command @code{x} (for ``examine'') to examine memory in
4875any of several formats, independently of your program's data types.
4876
4877@cindex examining memory
4878@table @code
4879@kindex x @r{(examine memory)}
4880@item x/@var{nfu} @var{addr}
4881@itemx x @var{addr}
4882@itemx x
4883Use the @code{x} command to examine memory.
4884@end table
4885
4886@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4887much memory to display and how to format it; @var{addr} is an
4888expression giving the address where you want to start displaying memory.
4889If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4890Several commands set convenient defaults for @var{addr}.
4891
4892@table @r
4893@item @var{n}, the repeat count
4894The repeat count is a decimal integer; the default is 1. It specifies
4895how much memory (counting by units @var{u}) to display.
4896@c This really is **decimal**; unaffected by 'set radix' as of GDB
4897@c 4.1.2.
4898
4899@item @var{f}, the display format
4900The display format is one of the formats used by @code{print},
4901@samp{s} (null-terminated string), or @samp{i} (machine instruction).
4902The default is @samp{x} (hexadecimal) initially.
4903The default changes each time you use either @code{x} or @code{print}.
4904
4905@item @var{u}, the unit size
4906The unit size is any of
4907
4908@table @code
4909@item b
4910Bytes.
4911@item h
4912Halfwords (two bytes).
4913@item w
4914Words (four bytes). This is the initial default.
4915@item g
4916Giant words (eight bytes).
4917@end table
4918
4919Each time you specify a unit size with @code{x}, that size becomes the
4920default unit the next time you use @code{x}. (For the @samp{s} and
4921@samp{i} formats, the unit size is ignored and is normally not written.)
4922
4923@item @var{addr}, starting display address
4924@var{addr} is the address where you want @value{GDBN} to begin displaying
4925memory. The expression need not have a pointer value (though it may);
4926it is always interpreted as an integer address of a byte of memory.
4927@xref{Expressions, ,Expressions}, for more information on expressions. The default for
4928@var{addr} is usually just after the last address examined---but several
4929other commands also set the default address: @code{info breakpoints} (to
4930the address of the last breakpoint listed), @code{info line} (to the
4931starting address of a line), and @code{print} (if you use it to display
4932a value from memory).
4933@end table
4934
4935For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4936(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4937starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4938words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
4939@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
4940
4941Since the letters indicating unit sizes are all distinct from the
4942letters specifying output formats, you do not have to remember whether
4943unit size or format comes first; either order works. The output
4944specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4945(However, the count @var{n} must come first; @samp{wx4} does not work.)
4946
4947Even though the unit size @var{u} is ignored for the formats @samp{s}
4948and @samp{i}, you might still want to use a count @var{n}; for example,
4949@samp{3i} specifies that you want to see three machine instructions,
4950including any operands. The command @code{disassemble} gives an
4951alternative way of inspecting machine instructions; see @ref{Machine
4952Code,,Source and machine code}.
4953
4954All the defaults for the arguments to @code{x} are designed to make it
4955easy to continue scanning memory with minimal specifications each time
4956you use @code{x}. For example, after you have inspected three machine
4957instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4958with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4959the repeat count @var{n} is used again; the other arguments default as
4960for successive uses of @code{x}.
4961
4962@cindex @code{$_}, @code{$__}, and value history
4963The addresses and contents printed by the @code{x} command are not saved
4964in the value history because there is often too much of them and they
4965would get in the way. Instead, @value{GDBN} makes these values available for
4966subsequent use in expressions as values of the convenience variables
4967@code{$_} and @code{$__}. After an @code{x} command, the last address
4968examined is available for use in expressions in the convenience variable
4969@code{$_}. The contents of that address, as examined, are available in
4970the convenience variable @code{$__}.
4971
4972If the @code{x} command has a repeat count, the address and contents saved
4973are from the last memory unit printed; this is not the same as the last
4974address printed if several units were printed on the last line of output.
4975
4976@node Auto Display
4977@section Automatic display
4978@cindex automatic display
4979@cindex display of expressions
4980
4981If you find that you want to print the value of an expression frequently
4982(to see how it changes), you might want to add it to the @dfn{automatic
4983display list} so that @value{GDBN} prints its value each time your program stops.
4984Each expression added to the list is given a number to identify it;
4985to remove an expression from the list, you specify that number.
4986The automatic display looks like this:
4987
4988@smallexample
49892: foo = 38
49903: bar[5] = (struct hack *) 0x3804
4991@end smallexample
4992
4993@noindent
4994This display shows item numbers, expressions and their current values. As with
4995displays you request manually using @code{x} or @code{print}, you can
4996specify the output format you prefer; in fact, @code{display} decides
4997whether to use @code{print} or @code{x} depending on how elaborate your
4998format specification is---it uses @code{x} if you specify a unit size,
4999or one of the two formats (@samp{i} and @samp{s}) that are only
5000supported by @code{x}; otherwise it uses @code{print}.
5001
5002@table @code
5003@kindex display
5004@item display @var{expr}
5005Add the expression @var{expr} to the list of expressions to display
5006each time your program stops. @xref{Expressions, ,Expressions}.
5007
5008@code{display} does not repeat if you press @key{RET} again after using it.
5009
5010@item display/@var{fmt} @var{expr}
5011For @var{fmt} specifying only a display format and not a size or
5012count, add the expression @var{expr} to the auto-display list but
5013arrange to display it each time in the specified format @var{fmt}.
5014@xref{Output Formats,,Output formats}.
5015
5016@item display/@var{fmt} @var{addr}
5017For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5018number of units, add the expression @var{addr} as a memory address to
5019be examined each time your program stops. Examining means in effect
5020doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5021@end table
5022
5023For example, @samp{display/i $pc} can be helpful, to see the machine
5024instruction about to be executed each time execution stops (@samp{$pc}
5025is a common name for the program counter; @pxref{Registers, ,Registers}).
5026
5027@table @code
5028@kindex delete display
5029@kindex undisplay
5030@item undisplay @var{dnums}@dots{}
5031@itemx delete display @var{dnums}@dots{}
5032Remove item numbers @var{dnums} from the list of expressions to display.
5033
5034@code{undisplay} does not repeat if you press @key{RET} after using it.
5035(Otherwise you would just get the error @samp{No display number @dots{}}.)
5036
5037@kindex disable display
5038@item disable display @var{dnums}@dots{}
5039Disable the display of item numbers @var{dnums}. A disabled display
5040item is not printed automatically, but is not forgotten. It may be
5041enabled again later.
5042
5043@kindex enable display
5044@item enable display @var{dnums}@dots{}
5045Enable display of item numbers @var{dnums}. It becomes effective once
5046again in auto display of its expression, until you specify otherwise.
5047
5048@item display
5049Display the current values of the expressions on the list, just as is
5050done when your program stops.
5051
5052@kindex info display
5053@item info display
5054Print the list of expressions previously set up to display
5055automatically, each one with its item number, but without showing the
5056values. This includes disabled expressions, which are marked as such.
5057It also includes expressions which would not be displayed right now
5058because they refer to automatic variables not currently available.
5059@end table
5060
5061If a display expression refers to local variables, then it does not make
5062sense outside the lexical context for which it was set up. Such an
5063expression is disabled when execution enters a context where one of its
5064variables is not defined. For example, if you give the command
5065@code{display last_char} while inside a function with an argument
5066@code{last_char}, @value{GDBN} displays this argument while your program
5067continues to stop inside that function. When it stops elsewhere---where
5068there is no variable @code{last_char}---the display is disabled
5069automatically. The next time your program stops where @code{last_char}
5070is meaningful, you can enable the display expression once again.
5071
5072@node Print Settings
5073@section Print settings
5074
5075@cindex format options
5076@cindex print settings
5077@value{GDBN} provides the following ways to control how arrays, structures,
5078and symbols are printed.
5079
5080@noindent
5081These settings are useful for debugging programs in any language:
5082
5083@table @code
5084@kindex set print address
5085@item set print address
5086@itemx set print address on
5087@value{GDBN} prints memory addresses showing the location of stack
5088traces, structure values, pointer values, breakpoints, and so forth,
5089even when it also displays the contents of those addresses. The default
5090is @code{on}. For example, this is what a stack frame display looks like with
5091@code{set print address on}:
5092
5093@smallexample
5094@group
5095(@value{GDBP}) f
5096#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5097 at input.c:530
5098530 if (lquote != def_lquote)
5099@end group
5100@end smallexample
5101
5102@item set print address off
5103Do not print addresses when displaying their contents. For example,
5104this is the same stack frame displayed with @code{set print address off}:
5105
5106@smallexample
5107@group
5108(@value{GDBP}) set print addr off
5109(@value{GDBP}) f
5110#0 set_quotes (lq="<<", rq=">>") at input.c:530
5111530 if (lquote != def_lquote)
5112@end group
5113@end smallexample
5114
5115You can use @samp{set print address off} to eliminate all machine
5116dependent displays from the @value{GDBN} interface. For example, with
5117@code{print address off}, you should get the same text for backtraces on
5118all machines---whether or not they involve pointer arguments.
5119
5120@kindex show print address
5121@item show print address
5122Show whether or not addresses are to be printed.
5123@end table
5124
5125When @value{GDBN} prints a symbolic address, it normally prints the
5126closest earlier symbol plus an offset. If that symbol does not uniquely
5127identify the address (for example, it is a name whose scope is a single
5128source file), you may need to clarify. One way to do this is with
5129@code{info line}, for example @samp{info line *0x4537}. Alternately,
5130you can set @value{GDBN} to print the source file and line number when
5131it prints a symbolic address:
5132
5133@table @code
5134@kindex set print symbol-filename
5135@item set print symbol-filename on
5136Tell @value{GDBN} to print the source file name and line number of a
5137symbol in the symbolic form of an address.
5138
5139@item set print symbol-filename off
5140Do not print source file name and line number of a symbol. This is the
5141default.
5142
5143@kindex show print symbol-filename
5144@item show print symbol-filename
5145Show whether or not @value{GDBN} will print the source file name and
5146line number of a symbol in the symbolic form of an address.
5147@end table
5148
5149Another situation where it is helpful to show symbol filenames and line
5150numbers is when disassembling code; @value{GDBN} shows you the line
5151number and source file that corresponds to each instruction.
5152
5153Also, you may wish to see the symbolic form only if the address being
5154printed is reasonably close to the closest earlier symbol:
5155
5156@table @code
5157@kindex set print max-symbolic-offset
5158@item set print max-symbolic-offset @var{max-offset}
5159Tell @value{GDBN} to only display the symbolic form of an address if the
5160offset between the closest earlier symbol and the address is less than
5161@var{max-offset}. The default is 0, which tells @value{GDBN}
5162to always print the symbolic form of an address if any symbol precedes it.
5163
5164@kindex show print max-symbolic-offset
5165@item show print max-symbolic-offset
5166Ask how large the maximum offset is that @value{GDBN} prints in a
5167symbolic address.
5168@end table
5169
5170@cindex wild pointer, interpreting
5171@cindex pointer, finding referent
5172If you have a pointer and you are not sure where it points, try
5173@samp{set print symbol-filename on}. Then you can determine the name
5174and source file location of the variable where it points, using
5175@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5176For example, here @value{GDBN} shows that a variable @code{ptt} points
5177at another variable @code{t}, defined in @file{hi2.c}:
5178
5179@smallexample
5180(@value{GDBP}) set print symbol-filename on
5181(@value{GDBP}) p/a ptt
5182$4 = 0xe008 <t in hi2.c>
5183@end smallexample
5184
5185@quotation
5186@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5187does not show the symbol name and filename of the referent, even with
5188the appropriate @code{set print} options turned on.
5189@end quotation
5190
5191Other settings control how different kinds of objects are printed:
5192
5193@table @code
5194@kindex set print array
5195@item set print array
5196@itemx set print array on
5197Pretty print arrays. This format is more convenient to read,
5198but uses more space. The default is off.
5199
5200@item set print array off
5201Return to compressed format for arrays.
5202
5203@kindex show print array
5204@item show print array
5205Show whether compressed or pretty format is selected for displaying
5206arrays.
5207
5208@kindex set print elements
5209@item set print elements @var{number-of-elements}
5210Set a limit on how many elements of an array @value{GDBN} will print.
5211If @value{GDBN} is printing a large array, it stops printing after it has
5212printed the number of elements set by the @code{set print elements} command.
5213This limit also applies to the display of strings.
5214When @value{GDBN} starts, this limit is set to 200.
5215Setting @var{number-of-elements} to zero means that the printing is unlimited.
5216
5217@kindex show print elements
5218@item show print elements
5219Display the number of elements of a large array that @value{GDBN} will print.
5220If the number is 0, then the printing is unlimited.
5221
5222@kindex set print null-stop
5223@item set print null-stop
5224Cause @value{GDBN} to stop printing the characters of an array when the first
5225@sc{null} is encountered. This is useful when large arrays actually
5226contain only short strings.
5227The default is off.
5228
5229@kindex set print pretty
5230@item set print pretty on
5231Cause @value{GDBN} to print structures in an indented format with one member
5232per line, like this:
5233
5234@smallexample
5235@group
5236$1 = @{
5237 next = 0x0,
5238 flags = @{
5239 sweet = 1,
5240 sour = 1
5241 @},
5242 meat = 0x54 "Pork"
5243@}
5244@end group
5245@end smallexample
5246
5247@item set print pretty off
5248Cause @value{GDBN} to print structures in a compact format, like this:
5249
5250@smallexample
5251@group
5252$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5253meat = 0x54 "Pork"@}
5254@end group
5255@end smallexample
5256
5257@noindent
5258This is the default format.
5259
5260@kindex show print pretty
5261@item show print pretty
5262Show which format @value{GDBN} is using to print structures.
5263
5264@kindex set print sevenbit-strings
5265@item set print sevenbit-strings on
5266Print using only seven-bit characters; if this option is set,
5267@value{GDBN} displays any eight-bit characters (in strings or
5268character values) using the notation @code{\}@var{nnn}. This setting is
5269best if you are working in English (@sc{ascii}) and you use the
5270high-order bit of characters as a marker or ``meta'' bit.
5271
5272@item set print sevenbit-strings off
5273Print full eight-bit characters. This allows the use of more
5274international character sets, and is the default.
5275
5276@kindex show print sevenbit-strings
5277@item show print sevenbit-strings
5278Show whether or not @value{GDBN} is printing only seven-bit characters.
5279
5280@kindex set print union
5281@item set print union on
5282Tell @value{GDBN} to print unions which are contained in structures. This
5283is the default setting.
5284
5285@item set print union off
5286Tell @value{GDBN} not to print unions which are contained in structures.
5287
5288@kindex show print union
5289@item show print union
5290Ask @value{GDBN} whether or not it will print unions which are contained in
5291structures.
5292
5293For example, given the declarations
5294
5295@smallexample
5296typedef enum @{Tree, Bug@} Species;
5297typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5298typedef enum @{Caterpillar, Cocoon, Butterfly@}
5299 Bug_forms;
5300
5301struct thing @{
5302 Species it;
5303 union @{
5304 Tree_forms tree;
5305 Bug_forms bug;
5306 @} form;
5307@};
5308
5309struct thing foo = @{Tree, @{Acorn@}@};
5310@end smallexample
5311
5312@noindent
5313with @code{set print union on} in effect @samp{p foo} would print
5314
5315@smallexample
5316$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5317@end smallexample
5318
5319@noindent
5320and with @code{set print union off} in effect it would print
5321
5322@smallexample
5323$1 = @{it = Tree, form = @{...@}@}
5324@end smallexample
5325@end table
5326
5327@need 1000
5328@noindent
5329These settings are of interest when debugging C@t{++} programs:
5330
5331@table @code
5332@cindex demangling
5333@kindex set print demangle
5334@item set print demangle
5335@itemx set print demangle on
5336Print C@t{++} names in their source form rather than in the encoded
5337(``mangled'') form passed to the assembler and linker for type-safe
5338linkage. The default is on.
5339
5340@kindex show print demangle
5341@item show print demangle
5342Show whether C@t{++} names are printed in mangled or demangled form.
5343
5344@kindex set print asm-demangle
5345@item set print asm-demangle
5346@itemx set print asm-demangle on
5347Print C@t{++} names in their source form rather than their mangled form, even
5348in assembler code printouts such as instruction disassemblies.
5349The default is off.
5350
5351@kindex show print asm-demangle
5352@item show print asm-demangle
5353Show whether C@t{++} names in assembly listings are printed in mangled
5354or demangled form.
5355
5356@kindex set demangle-style
5357@cindex C@t{++} symbol decoding style
5358@cindex symbol decoding style, C@t{++}
5359@item set demangle-style @var{style}
5360Choose among several encoding schemes used by different compilers to
5361represent C@t{++} names. The choices for @var{style} are currently:
5362
5363@table @code
5364@item auto
5365Allow @value{GDBN} to choose a decoding style by inspecting your program.
5366
5367@item gnu
5368Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
5369This is the default.
5370
5371@item hp
5372Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
5373
5374@item lucid
5375Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
5376
5377@item arm
5378Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
5379@strong{Warning:} this setting alone is not sufficient to allow
5380debugging @code{cfront}-generated executables. @value{GDBN} would
5381require further enhancement to permit that.
5382
5383@end table
5384If you omit @var{style}, you will see a list of possible formats.
5385
5386@kindex show demangle-style
5387@item show demangle-style
5388Display the encoding style currently in use for decoding C@t{++} symbols.
5389
5390@kindex set print object
5391@item set print object
5392@itemx set print object on
5393When displaying a pointer to an object, identify the @emph{actual}
5394(derived) type of the object rather than the @emph{declared} type, using
5395the virtual function table.
5396
5397@item set print object off
5398Display only the declared type of objects, without reference to the
5399virtual function table. This is the default setting.
5400
5401@kindex show print object
5402@item show print object
5403Show whether actual, or declared, object types are displayed.
5404
5405@kindex set print static-members
5406@item set print static-members
5407@itemx set print static-members on
5408Print static members when displaying a C@t{++} object. The default is on.
5409
5410@item set print static-members off
5411Do not print static members when displaying a C@t{++} object.
5412
5413@kindex show print static-members
5414@item show print static-members
5415Show whether C@t{++} static members are printed, or not.
5416
5417@c These don't work with HP ANSI C++ yet.
5418@kindex set print vtbl
5419@item set print vtbl
5420@itemx set print vtbl on
5421Pretty print C@t{++} virtual function tables. The default is off.
5422(The @code{vtbl} commands do not work on programs compiled with the HP
5423ANSI C@t{++} compiler (@code{aCC}).)
5424
5425@item set print vtbl off
5426Do not pretty print C@t{++} virtual function tables.
5427
5428@kindex show print vtbl
5429@item show print vtbl
5430Show whether C@t{++} virtual function tables are pretty printed, or not.
5431@end table
5432
5433@node Value History
5434@section Value history
5435
5436@cindex value history
5437Values printed by the @code{print} command are saved in the @value{GDBN}
5438@dfn{value history}. This allows you to refer to them in other expressions.
5439Values are kept until the symbol table is re-read or discarded
5440(for example with the @code{file} or @code{symbol-file} commands).
5441When the symbol table changes, the value history is discarded,
5442since the values may contain pointers back to the types defined in the
5443symbol table.
5444
5445@cindex @code{$}
5446@cindex @code{$$}
5447@cindex history number
5448The values printed are given @dfn{history numbers} by which you can
5449refer to them. These are successive integers starting with one.
5450@code{print} shows you the history number assigned to a value by
5451printing @samp{$@var{num} = } before the value; here @var{num} is the
5452history number.
5453
5454To refer to any previous value, use @samp{$} followed by the value's
5455history number. The way @code{print} labels its output is designed to
5456remind you of this. Just @code{$} refers to the most recent value in
5457the history, and @code{$$} refers to the value before that.
5458@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5459is the value just prior to @code{$$}, @code{$$1} is equivalent to
5460@code{$$}, and @code{$$0} is equivalent to @code{$}.
5461
5462For example, suppose you have just printed a pointer to a structure and
5463want to see the contents of the structure. It suffices to type
5464
5465@smallexample
5466p *$
5467@end smallexample
5468
5469If you have a chain of structures where the component @code{next} points
5470to the next one, you can print the contents of the next one with this:
5471
5472@smallexample
5473p *$.next
5474@end smallexample
5475
5476@noindent
5477You can print successive links in the chain by repeating this
5478command---which you can do by just typing @key{RET}.
5479
5480Note that the history records values, not expressions. If the value of
5481@code{x} is 4 and you type these commands:
5482
5483@smallexample
5484print x
5485set x=5
5486@end smallexample
5487
5488@noindent
5489then the value recorded in the value history by the @code{print} command
5490remains 4 even though the value of @code{x} has changed.
5491
5492@table @code
5493@kindex show values
5494@item show values
5495Print the last ten values in the value history, with their item numbers.
5496This is like @samp{p@ $$9} repeated ten times, except that @code{show
5497values} does not change the history.
5498
5499@item show values @var{n}
5500Print ten history values centered on history item number @var{n}.
5501
5502@item show values +
5503Print ten history values just after the values last printed. If no more
5504values are available, @code{show values +} produces no display.
5505@end table
5506
5507Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5508same effect as @samp{show values +}.
5509
5510@node Convenience Vars
5511@section Convenience variables
5512
5513@cindex convenience variables
5514@value{GDBN} provides @dfn{convenience variables} that you can use within
5515@value{GDBN} to hold on to a value and refer to it later. These variables
5516exist entirely within @value{GDBN}; they are not part of your program, and
5517setting a convenience variable has no direct effect on further execution
5518of your program. That is why you can use them freely.
5519
5520Convenience variables are prefixed with @samp{$}. Any name preceded by
5521@samp{$} can be used for a convenience variable, unless it is one of
5522the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5523(Value history references, in contrast, are @emph{numbers} preceded
5524by @samp{$}. @xref{Value History, ,Value history}.)
5525
5526You can save a value in a convenience variable with an assignment
5527expression, just as you would set a variable in your program.
5528For example:
5529
5530@smallexample
5531set $foo = *object_ptr
5532@end smallexample
5533
5534@noindent
5535would save in @code{$foo} the value contained in the object pointed to by
5536@code{object_ptr}.
5537
5538Using a convenience variable for the first time creates it, but its
5539value is @code{void} until you assign a new value. You can alter the
5540value with another assignment at any time.
5541
5542Convenience variables have no fixed types. You can assign a convenience
5543variable any type of value, including structures and arrays, even if
5544that variable already has a value of a different type. The convenience
5545variable, when used as an expression, has the type of its current value.
5546
5547@table @code
5548@kindex show convenience
5549@item show convenience
5550Print a list of convenience variables used so far, and their values.
5551Abbreviated @code{show conv}.
5552@end table
5553
5554One of the ways to use a convenience variable is as a counter to be
5555incremented or a pointer to be advanced. For example, to print
5556a field from successive elements of an array of structures:
5557
5558@smallexample
5559set $i = 0
5560print bar[$i++]->contents
5561@end smallexample
5562
5563@noindent
5564Repeat that command by typing @key{RET}.
5565
5566Some convenience variables are created automatically by @value{GDBN} and given
5567values likely to be useful.
5568
5569@table @code
5570@vindex $_@r{, convenience variable}
5571@item $_
5572The variable @code{$_} is automatically set by the @code{x} command to
5573the last address examined (@pxref{Memory, ,Examining memory}). Other
5574commands which provide a default address for @code{x} to examine also
5575set @code{$_} to that address; these commands include @code{info line}
5576and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5577except when set by the @code{x} command, in which case it is a pointer
5578to the type of @code{$__}.
5579
5580@vindex $__@r{, convenience variable}
5581@item $__
5582The variable @code{$__} is automatically set by the @code{x} command
5583to the value found in the last address examined. Its type is chosen
5584to match the format in which the data was printed.
5585
5586@item $_exitcode
5587@vindex $_exitcode@r{, convenience variable}
5588The variable @code{$_exitcode} is automatically set to the exit code when
5589the program being debugged terminates.
5590@end table
5591
5592On HP-UX systems, if you refer to a function or variable name that
5593begins with a dollar sign, @value{GDBN} searches for a user or system
5594name first, before it searches for a convenience variable.
5595
5596@node Registers
5597@section Registers
5598
5599@cindex registers
5600You can refer to machine register contents, in expressions, as variables
5601with names starting with @samp{$}. The names of registers are different
5602for each machine; use @code{info registers} to see the names used on
5603your machine.
5604
5605@table @code
5606@kindex info registers
5607@item info registers
5608Print the names and values of all registers except floating-point
5609and vector registers (in the selected stack frame).
5610
5611@kindex info all-registers
5612@cindex floating point registers
5613@item info all-registers
5614Print the names and values of all registers, including floating-point
5615and vector registers (in the selected stack frame).
5616
5617@item info registers @var{regname} @dots{}
5618Print the @dfn{relativized} value of each specified register @var{regname}.
5619As discussed in detail below, register values are normally relative to
5620the selected stack frame. @var{regname} may be any register name valid on
5621the machine you are using, with or without the initial @samp{$}.
5622@end table
5623
5624@value{GDBN} has four ``standard'' register names that are available (in
5625expressions) on most machines---whenever they do not conflict with an
5626architecture's canonical mnemonics for registers. The register names
5627@code{$pc} and @code{$sp} are used for the program counter register and
5628the stack pointer. @code{$fp} is used for a register that contains a
5629pointer to the current stack frame, and @code{$ps} is used for a
5630register that contains the processor status. For example,
5631you could print the program counter in hex with
5632
5633@smallexample
5634p/x $pc
5635@end smallexample
5636
5637@noindent
5638or print the instruction to be executed next with
5639
5640@smallexample
5641x/i $pc
5642@end smallexample
5643
5644@noindent
5645or add four to the stack pointer@footnote{This is a way of removing
5646one word from the stack, on machines where stacks grow downward in
5647memory (most machines, nowadays). This assumes that the innermost
5648stack frame is selected; setting @code{$sp} is not allowed when other
5649stack frames are selected. To pop entire frames off the stack,
5650regardless of machine architecture, use @code{return};
5651see @ref{Returning, ,Returning from a function}.} with
5652
5653@smallexample
5654set $sp += 4
5655@end smallexample
5656
5657Whenever possible, these four standard register names are available on
5658your machine even though the machine has different canonical mnemonics,
5659so long as there is no conflict. The @code{info registers} command
5660shows the canonical names. For example, on the SPARC, @code{info
5661registers} displays the processor status register as @code{$psr} but you
5662can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5663is an alias for the @sc{eflags} register.
5664
5665@value{GDBN} always considers the contents of an ordinary register as an
5666integer when the register is examined in this way. Some machines have
5667special registers which can hold nothing but floating point; these
5668registers are considered to have floating point values. There is no way
5669to refer to the contents of an ordinary register as floating point value
5670(although you can @emph{print} it as a floating point value with
5671@samp{print/f $@var{regname}}).
5672
5673Some registers have distinct ``raw'' and ``virtual'' data formats. This
5674means that the data format in which the register contents are saved by
5675the operating system is not the same one that your program normally
5676sees. For example, the registers of the 68881 floating point
5677coprocessor are always saved in ``extended'' (raw) format, but all C
5678programs expect to work with ``double'' (virtual) format. In such
5679cases, @value{GDBN} normally works with the virtual format only (the format
5680that makes sense for your program), but the @code{info registers} command
5681prints the data in both formats.
5682
5683Normally, register values are relative to the selected stack frame
5684(@pxref{Selection, ,Selecting a frame}). This means that you get the
5685value that the register would contain if all stack frames farther in
5686were exited and their saved registers restored. In order to see the
5687true contents of hardware registers, you must select the innermost
5688frame (with @samp{frame 0}).
5689
5690However, @value{GDBN} must deduce where registers are saved, from the machine
5691code generated by your compiler. If some registers are not saved, or if
5692@value{GDBN} is unable to locate the saved registers, the selected stack
5693frame makes no difference.
5694
5695@node Floating Point Hardware
5696@section Floating point hardware
5697@cindex floating point
5698
5699Depending on the configuration, @value{GDBN} may be able to give
5700you more information about the status of the floating point hardware.
5701
5702@table @code
5703@kindex info float
5704@item info float
5705Display hardware-dependent information about the floating
5706point unit. The exact contents and layout vary depending on the
5707floating point chip. Currently, @samp{info float} is supported on
5708the ARM and x86 machines.
5709@end table
5710
5711@node Vector Unit
5712@section Vector Unit
5713@cindex vector unit
5714
5715Depending on the configuration, @value{GDBN} may be able to give you
5716more information about the status of the vector unit.
5717
5718@table @code
5719@kindex info vector
5720@item info vector
5721Display information about the vector unit. The exact contents and
5722layout vary depending on the hardware.
5723@end table
5724
5725@node Memory Region Attributes
5726@section Memory region attributes
5727@cindex memory region attributes
5728
5729@dfn{Memory region attributes} allow you to describe special handling
5730required by regions of your target's memory. @value{GDBN} uses attributes
5731to determine whether to allow certain types of memory accesses; whether to
5732use specific width accesses; and whether to cache target memory.
5733
5734Defined memory regions can be individually enabled and disabled. When a
5735memory region is disabled, @value{GDBN} uses the default attributes when
5736accessing memory in that region. Similarly, if no memory regions have
5737been defined, @value{GDBN} uses the default attributes when accessing
5738all memory.
5739
5740When a memory region is defined, it is given a number to identify it;
5741to enable, disable, or remove a memory region, you specify that number.
5742
5743@table @code
5744@kindex mem
5745@item mem @var{lower} @var{upper} @var{attributes}@dots{}
5746Define memory region bounded by @var{lower} and @var{upper} with
5747attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a
5748special case: it is treated as the the target's maximum memory address.
5749(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
5750
5751@kindex delete mem
5752@item delete mem @var{nums}@dots{}
5753Remove memory regions @var{nums}@dots{}.
5754
5755@kindex disable mem
5756@item disable mem @var{nums}@dots{}
5757Disable memory regions @var{nums}@dots{}.
5758A disabled memory region is not forgotten.
5759It may be enabled again later.
5760
5761@kindex enable mem
5762@item enable mem @var{nums}@dots{}
5763Enable memory regions @var{nums}@dots{}.
5764
5765@kindex info mem
5766@item info mem
5767Print a table of all defined memory regions, with the following columns
5768for each region.
5769
5770@table @emph
5771@item Memory Region Number
5772@item Enabled or Disabled.
5773Enabled memory regions are marked with @samp{y}.
5774Disabled memory regions are marked with @samp{n}.
5775
5776@item Lo Address
5777The address defining the inclusive lower bound of the memory region.
5778
5779@item Hi Address
5780The address defining the exclusive upper bound of the memory region.
5781
5782@item Attributes
5783The list of attributes set for this memory region.
5784@end table
5785@end table
5786
5787
5788@subsection Attributes
5789
5790@subsubsection Memory Access Mode
5791The access mode attributes set whether @value{GDBN} may make read or
5792write accesses to a memory region.
5793
5794While these attributes prevent @value{GDBN} from performing invalid
5795memory accesses, they do nothing to prevent the target system, I/O DMA,
5796etc. from accessing memory.
5797
5798@table @code
5799@item ro
5800Memory is read only.
5801@item wo
5802Memory is write only.
5803@item rw
5804Memory is read/write. This is the default.
5805@end table
5806
5807@subsubsection Memory Access Size
5808The acccess size attributes tells @value{GDBN} to use specific sized
5809accesses in the memory region. Often memory mapped device registers
5810require specific sized accesses. If no access size attribute is
5811specified, @value{GDBN} may use accesses of any size.
5812
5813@table @code
5814@item 8
5815Use 8 bit memory accesses.
5816@item 16
5817Use 16 bit memory accesses.
5818@item 32
5819Use 32 bit memory accesses.
5820@item 64
5821Use 64 bit memory accesses.
5822@end table
5823
5824@c @subsubsection Hardware/Software Breakpoints
5825@c The hardware/software breakpoint attributes set whether @value{GDBN}
5826@c will use hardware or software breakpoints for the internal breakpoints
5827@c used by the step, next, finish, until, etc. commands.
5828@c
5829@c @table @code
5830@c @item hwbreak
5831@c Always use hardware breakpoints
5832@c @item swbreak (default)
5833@c @end table
5834
5835@subsubsection Data Cache
5836The data cache attributes set whether @value{GDBN} will cache target
5837memory. While this generally improves performance by reducing debug
5838protocol overhead, it can lead to incorrect results because @value{GDBN}
5839does not know about volatile variables or memory mapped device
5840registers.
5841
5842@table @code
5843@item cache
5844Enable @value{GDBN} to cache target memory.
5845@item nocache
5846Disable @value{GDBN} from caching target memory. This is the default.
5847@end table
5848
5849@c @subsubsection Memory Write Verification
5850@c The memory write verification attributes set whether @value{GDBN}
5851@c will re-reads data after each write to verify the write was successful.
5852@c
5853@c @table @code
5854@c @item verify
5855@c @item noverify (default)
5856@c @end table
5857
5858@node Dump/Restore Files
5859@section Copy between memory and a file
5860@cindex dump/restore files
5861@cindex append data to a file
5862@cindex dump data to a file
5863@cindex restore data from a file
5864@kindex dump
5865@kindex append
5866@kindex restore
5867
5868The commands @code{dump}, @code{append}, and @code{restore} are used
5869for copying data between target memory and a file. Data is written
5870into a file using @code{dump} or @code{append}, and restored from a
5871file into memory by using @code{restore}. Files may be binary, srec,
5872intel hex, or tekhex (but only binary files can be appended).
5873
5874@table @code
5875@kindex dump binary
5876@kindex append binary
5877@item dump binary memory @var{filename} @var{start_addr} @var{end_addr}
5878Dump contents of memory from @var{start_addr} to @var{end_addr} into
5879raw binary format file @var{filename}.
5880
5881@item append binary memory @var{filename} @var{start_addr} @var{end_addr}
5882Append contents of memory from @var{start_addr} to @var{end_addr} to
5883raw binary format file @var{filename}.
5884
5885@item dump binary value @var{filename} @var{expression}
5886Dump value of @var{expression} into raw binary format file @var{filename}.
5887
5888@item append binary memory @var{filename} @var{expression}
5889Append value of @var{expression} to raw binary format file @var{filename}.
5890
5891@kindex dump ihex
5892@item dump ihex memory @var{filename} @var{start_addr} @var{end_addr}
5893Dump contents of memory from @var{start_addr} to @var{end_addr} into
5894intel hex format file @var{filename}.
5895
5896@item dump ihex value @var{filename} @var{expression}
5897Dump value of @var{expression} into intel hex format file @var{filename}.
5898
5899@kindex dump srec
5900@item dump srec memory @var{filename} @var{start_addr} @var{end_addr}
5901Dump contents of memory from @var{start_addr} to @var{end_addr} into
5902srec format file @var{filename}.
5903
5904@item dump srec value @var{filename} @var{expression}
5905Dump value of @var{expression} into srec format file @var{filename}.
5906
5907@kindex dump tekhex
5908@item dump tekhex memory @var{filename} @var{start_addr} @var{end_addr}
5909Dump contents of memory from @var{start_addr} to @var{end_addr} into
5910tekhex format file @var{filename}.
5911
5912@item dump tekhex value @var{filename} @var{expression}
5913Dump value of @var{expression} into tekhex format file @var{filename}.
5914
5915@item restore @var{filename} [@var{binary}] @var{bias} @var{start} @var{end}
5916Restore the contents of file @var{filename} into memory. The @code{restore}
5917command can automatically recognize any known bfd file format, except for
5918raw binary. To restore a raw binary file you must use the optional argument
5919@var{binary} after the filename.
5920
5921If @var{bias} is non-zero, its value will be added to the addresses
5922contained in the file. Binary files always start at address zero, so
5923they will be restored at address @var{bias}. Other bfd files have
5924a built-in location; they will be restored at offset @var{bias}
5925from that location.
5926
5927If @var{start} and/or @var{end} are non-zero, then only data between
5928file offset @var{start} and file offset @var{end} will be restored.
5929These offsets are relative to the addresses in the file, before
5930the @var{bias} argument is applied.
5931
5932@end table
5933
5934@node Character Sets
5935@section Character Sets
5936@cindex character sets
5937@cindex charset
5938@cindex translating between character sets
5939@cindex host character set
5940@cindex target character set
5941
5942If the program you are debugging uses a different character set to
5943represent characters and strings than the one @value{GDBN} uses itself,
5944@value{GDBN} can automatically translate between the character sets for
5945you. The character set @value{GDBN} uses we call the @dfn{host
5946character set}; the one the inferior program uses we call the
5947@dfn{target character set}.
5948
5949For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
5950uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
5951remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
5952running on an IBM mainframe, which uses the @sc{ebcdic} character set,
5953then the host character set is Latin-1, and the target character set is
5954@sc{ebcdic}. If you give @value{GDBN} the command @code{set
5955target-charset EBCDIC-US}, then @value{GDBN} translates between
5956@sc{ebcdic} and Latin 1 as you print character or string values, or use
5957character and string literals in expressions.
5958
5959@value{GDBN} has no way to automatically recognize which character set
5960the inferior program uses; you must tell it, using the @code{set
5961target-charset} command, described below.
5962
5963Here are the commands for controlling @value{GDBN}'s character set
5964support:
5965
5966@table @code
5967@item set target-charset @var{charset}
5968@kindex set target-charset
5969Set the current target character set to @var{charset}. We list the
5970character set names @value{GDBN} recognizes below, but if you type
5971@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5972list the target character sets it supports.
5973@end table
5974
5975@table @code
5976@item set host-charset @var{charset}
5977@kindex set host-charset
5978Set the current host character set to @var{charset}.
5979
5980By default, @value{GDBN} uses a host character set appropriate to the
5981system it is running on; you can override that default using the
5982@code{set host-charset} command.
5983
5984@value{GDBN} can only use certain character sets as its host character
5985set. We list the character set names @value{GDBN} recognizes below, and
5986indicate which can be host character sets, but if you type
5987@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
5988list the host character sets it supports.
5989
5990@item set charset @var{charset}
5991@kindex set charset
5992Set the current host and target character sets to @var{charset}. As
5993above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
5994@value{GDBN} will list the name of the character sets that can be used
5995for both host and target.
5996
5997
5998@item show charset
5999@kindex show charset
6000Show the names of the current host and target charsets.
6001
6002@itemx show host-charset
6003@kindex show host-charset
6004Show the name of the current host charset.
6005
6006@itemx show target-charset
6007@kindex show target-charset
6008Show the name of the current target charset.
6009
6010@end table
6011
6012@value{GDBN} currently includes support for the following character
6013sets:
6014
6015@table @code
6016
6017@item ASCII
6018@cindex ASCII character set
6019Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6020character set.
6021
6022@item ISO-8859-1
6023@cindex ISO 8859-1 character set
6024@cindex ISO Latin 1 character set
6025The ISO Latin 1 character set. This extends @sc{ascii} with accented
6026characters needed for French, German, and Spanish. @value{GDBN} can use
6027this as its host character set.
6028
6029@item EBCDIC-US
6030@itemx IBM1047
6031@cindex EBCDIC character set
6032@cindex IBM1047 character set
6033Variants of the @sc{ebcdic} character set, used on some of IBM's
6034mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6035@value{GDBN} cannot use these as its host character set.
6036
6037@end table
6038
6039Note that these are all single-byte character sets. More work inside
6040GDB is needed to support multi-byte or variable-width character
6041encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6042
6043Here is an example of @value{GDBN}'s character set support in action.
6044Assume that the following source code has been placed in the file
6045@file{charset-test.c}:
6046
6047@smallexample
6048#include <stdio.h>
6049
6050char ascii_hello[]
6051 = @{72, 101, 108, 108, 111, 44, 32, 119,
6052 111, 114, 108, 100, 33, 10, 0@};
6053char ibm1047_hello[]
6054 = @{200, 133, 147, 147, 150, 107, 64, 166,
6055 150, 153, 147, 132, 90, 37, 0@};
6056
6057main ()
6058@{
6059 printf ("Hello, world!\n");
6060@}
6061@end smallexample
6062
6063In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6064containing the string @samp{Hello, world!} followed by a newline,
6065encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6066
6067We compile the program, and invoke the debugger on it:
6068
6069@smallexample
6070$ gcc -g charset-test.c -o charset-test
6071$ gdb -nw charset-test
6072GNU gdb 2001-12-19-cvs
6073Copyright 2001 Free Software Foundation, Inc.
6074@dots{}
6075(gdb)
6076@end smallexample
6077
6078We can use the @code{show charset} command to see what character sets
6079@value{GDBN} is currently using to interpret and display characters and
6080strings:
6081
6082@smallexample
6083(gdb) show charset
6084The current host and target character set is `ISO-8859-1'.
6085(gdb)
6086@end smallexample
6087
6088For the sake of printing this manual, let's use @sc{ascii} as our
6089initial character set:
6090@smallexample
6091(gdb) set charset ASCII
6092(gdb) show charset
6093The current host and target character set is `ASCII'.
6094(gdb)
6095@end smallexample
6096
6097Let's assume that @sc{ascii} is indeed the correct character set for our
6098host system --- in other words, let's assume that if @value{GDBN} prints
6099characters using the @sc{ascii} character set, our terminal will display
6100them properly. Since our current target character set is also
6101@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6102
6103@smallexample
6104(gdb) print ascii_hello
6105$1 = 0x401698 "Hello, world!\n"
6106(gdb) print ascii_hello[0]
6107$2 = 72 'H'
6108(gdb)
6109@end smallexample
6110
6111@value{GDBN} uses the target character set for character and string
6112literals you use in expressions:
6113
6114@smallexample
6115(gdb) print '+'
6116$3 = 43 '+'
6117(gdb)
6118@end smallexample
6119
6120The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6121character.
6122
6123@value{GDBN} relies on the user to tell it which character set the
6124target program uses. If we print @code{ibm1047_hello} while our target
6125character set is still @sc{ascii}, we get jibberish:
6126
6127@smallexample
6128(gdb) print ibm1047_hello
6129$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
6130(gdb) print ibm1047_hello[0]
6131$5 = 200 '\310'
6132(gdb)
6133@end smallexample
6134
6135If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
6136@value{GDBN} tells us the character sets it supports:
6137
6138@smallexample
6139(gdb) set target-charset
6140ASCII EBCDIC-US IBM1047 ISO-8859-1
6141(gdb) set target-charset
6142@end smallexample
6143
6144We can select @sc{ibm1047} as our target character set, and examine the
6145program's strings again. Now the @sc{ascii} string is wrong, but
6146@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6147target character set, @sc{ibm1047}, to the host character set,
6148@sc{ascii}, and they display correctly:
6149
6150@smallexample
6151(gdb) set target-charset IBM1047
6152(gdb) show charset
6153The current host character set is `ASCII'.
6154The current target character set is `IBM1047'.
6155(gdb) print ascii_hello
6156$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
6157(gdb) print ascii_hello[0]
6158$7 = 72 '\110'
6159(gdb) print ibm1047_hello
6160$8 = 0x4016a8 "Hello, world!\n"
6161(gdb) print ibm1047_hello[0]
6162$9 = 200 'H'
6163(gdb)
6164@end smallexample
6165
6166As above, @value{GDBN} uses the target character set for character and
6167string literals you use in expressions:
6168
6169@smallexample
6170(gdb) print '+'
6171$10 = 78 '+'
6172(gdb)
6173@end smallexample
6174
6175The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
6176character.
6177
6178
6179@node Macros
6180@chapter C Preprocessor Macros
6181
6182Some languages, such as C and C++, provide a way to define and invoke
6183``preprocessor macros'' which expand into strings of tokens.
6184@value{GDBN} can evaluate expressions containing macro invocations, show
6185the result of macro expansion, and show a macro's definition, including
6186where it was defined.
6187
6188You may need to compile your program specially to provide @value{GDBN}
6189with information about preprocessor macros. Most compilers do not
6190include macros in their debugging information, even when you compile
6191with the @option{-g} flag. @xref{Compilation}.
6192
6193A program may define a macro at one point, remove that definition later,
6194and then provide a different definition after that. Thus, at different
6195points in the program, a macro may have different definitions, or have
6196no definition at all. If there is a current stack frame, @value{GDBN}
6197uses the macros in scope at that frame's source code line. Otherwise,
6198@value{GDBN} uses the macros in scope at the current listing location;
6199see @ref{List}.
6200
6201At the moment, @value{GDBN} does not support the @code{##}
6202token-splicing operator, the @code{#} stringification operator, or
6203variable-arity macros.
6204
6205Whenever @value{GDBN} evaluates an expression, it always expands any
6206macro invocations present in the expression. @value{GDBN} also provides
6207the following commands for working with macros explicitly.
6208
6209@table @code
6210
6211@kindex macro expand
6212@cindex macro expansion, showing the results of preprocessor
6213@cindex preprocessor macro expansion, showing the results of
6214@cindex expanding preprocessor macros
6215@item macro expand @var{expression}
6216@itemx macro exp @var{expression}
6217Show the results of expanding all preprocessor macro invocations in
6218@var{expression}. Since @value{GDBN} simply expands macros, but does
6219not parse the result, @var{expression} need not be a valid expression;
6220it can be any string of tokens.
6221
6222@kindex macro expand-once
6223@item macro expand-once @var{expression}
6224@itemx macro exp1 @var{expression}
6225@i{(This command is not yet implemented.)} Show the results of
6226expanding those preprocessor macro invocations that appear explicitly in
6227@var{expression}. Macro invocations appearing in that expansion are
6228left unchanged. This command allows you to see the effect of a
6229particular macro more clearly, without being confused by further
6230expansions. Since @value{GDBN} simply expands macros, but does not
6231parse the result, @var{expression} need not be a valid expression; it
6232can be any string of tokens.
6233
6234@kindex info macro
6235@cindex macro definition, showing
6236@cindex definition, showing a macro's
6237@item info macro @var{macro}
6238Show the definition of the macro named @var{macro}, and describe the
6239source location where that definition was established.
6240
6241@kindex macro define
6242@cindex user-defined macros
6243@cindex defining macros interactively
6244@cindex macros, user-defined
6245@item macro define @var{macro} @var{replacement-list}
6246@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6247@i{(This command is not yet implemented.)} Introduce a definition for a
6248preprocessor macro named @var{macro}, invocations of which are replaced
6249by the tokens given in @var{replacement-list}. The first form of this
6250command defines an ``object-like'' macro, which takes no arguments; the
6251second form defines a ``function-like'' macro, which takes the arguments
6252given in @var{arglist}.
6253
6254A definition introduced by this command is in scope in every expression
6255evaluated in @value{GDBN}, until it is removed with the @command{macro
6256undef} command, described below. The definition overrides all
6257definitions for @var{macro} present in the program being debugged, as
6258well as any previous user-supplied definition.
6259
6260@kindex macro undef
6261@item macro undef @var{macro}
6262@i{(This command is not yet implemented.)} Remove any user-supplied
6263definition for the macro named @var{macro}. This command only affects
6264definitions provided with the @command{macro define} command, described
6265above; it cannot remove definitions present in the program being
6266debugged.
6267
6268@end table
6269
6270@cindex macros, example of debugging with
6271Here is a transcript showing the above commands in action. First, we
6272show our source files:
6273
6274@smallexample
6275$ cat sample.c
6276#include <stdio.h>
6277#include "sample.h"
6278
6279#define M 42
6280#define ADD(x) (M + x)
6281
6282main ()
6283@{
6284#define N 28
6285 printf ("Hello, world!\n");
6286#undef N
6287 printf ("We're so creative.\n");
6288#define N 1729
6289 printf ("Goodbye, world!\n");
6290@}
6291$ cat sample.h
6292#define Q <
6293$
6294@end smallexample
6295
6296Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6297We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6298compiler includes information about preprocessor macros in the debugging
6299information.
6300
6301@smallexample
6302$ gcc -gdwarf-2 -g3 sample.c -o sample
6303$
6304@end smallexample
6305
6306Now, we start @value{GDBN} on our sample program:
6307
6308@smallexample
6309$ gdb -nw sample
6310GNU gdb 2002-05-06-cvs
6311Copyright 2002 Free Software Foundation, Inc.
6312GDB is free software, @dots{}
6313(gdb)
6314@end smallexample
6315
6316We can expand macros and examine their definitions, even when the
6317program is not running. @value{GDBN} uses the current listing position
6318to decide which macro definitions are in scope:
6319
6320@smallexample
6321(gdb) list main
63223
63234 #define M 42
63245 #define ADD(x) (M + x)
63256
63267 main ()
63278 @{
63289 #define N 28
632910 printf ("Hello, world!\n");
633011 #undef N
633112 printf ("We're so creative.\n");
6332(gdb) info macro ADD
6333Defined at /home/jimb/gdb/macros/play/sample.c:5
6334#define ADD(x) (M + x)
6335(gdb) info macro Q
6336Defined at /home/jimb/gdb/macros/play/sample.h:1
6337 included at /home/jimb/gdb/macros/play/sample.c:2
6338#define Q <
6339(gdb) macro expand ADD(1)
6340expands to: (42 + 1)
6341(gdb) macro expand-once ADD(1)
6342expands to: once (M + 1)
6343(gdb)
6344@end smallexample
6345
6346In the example above, note that @command{macro expand-once} expands only
6347the macro invocation explicit in the original text --- the invocation of
6348@code{ADD} --- but does not expand the invocation of the macro @code{M},
6349which was introduced by @code{ADD}.
6350
6351Once the program is running, GDB uses the macro definitions in force at
6352the source line of the current stack frame:
6353
6354@smallexample
6355(gdb) break main
6356Breakpoint 1 at 0x8048370: file sample.c, line 10.
6357(gdb) run
6358Starting program: /home/jimb/gdb/macros/play/sample
6359
6360Breakpoint 1, main () at sample.c:10
636110 printf ("Hello, world!\n");
6362(gdb)
6363@end smallexample
6364
6365At line 10, the definition of the macro @code{N} at line 9 is in force:
6366
6367@smallexample
6368(gdb) info macro N
6369Defined at /home/jimb/gdb/macros/play/sample.c:9
6370#define N 28
6371(gdb) macro expand N Q M
6372expands to: 28 < 42
6373(gdb) print N Q M
6374$1 = 1
6375(gdb)
6376@end smallexample
6377
6378As we step over directives that remove @code{N}'s definition, and then
6379give it a new definition, @value{GDBN} finds the definition (or lack
6380thereof) in force at each point:
6381
6382@smallexample
6383(gdb) next
6384Hello, world!
638512 printf ("We're so creative.\n");
6386(gdb) info macro N
6387The symbol `N' has no definition as a C/C++ preprocessor macro
6388at /home/jimb/gdb/macros/play/sample.c:12
6389(gdb) next
6390We're so creative.
639114 printf ("Goodbye, world!\n");
6392(gdb) info macro N
6393Defined at /home/jimb/gdb/macros/play/sample.c:13
6394#define N 1729
6395(gdb) macro expand N Q M
6396expands to: 1729 < 42
6397(gdb) print N Q M
6398$2 = 0
6399(gdb)
6400@end smallexample
6401
6402
6403@node Tracepoints
6404@chapter Tracepoints
6405@c This chapter is based on the documentation written by Michael
6406@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6407
6408@cindex tracepoints
6409In some applications, it is not feasible for the debugger to interrupt
6410the program's execution long enough for the developer to learn
6411anything helpful about its behavior. If the program's correctness
6412depends on its real-time behavior, delays introduced by a debugger
6413might cause the program to change its behavior drastically, or perhaps
6414fail, even when the code itself is correct. It is useful to be able
6415to observe the program's behavior without interrupting it.
6416
6417Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6418specify locations in the program, called @dfn{tracepoints}, and
6419arbitrary expressions to evaluate when those tracepoints are reached.
6420Later, using the @code{tfind} command, you can examine the values
6421those expressions had when the program hit the tracepoints. The
6422expressions may also denote objects in memory---structures or arrays,
6423for example---whose values @value{GDBN} should record; while visiting
6424a particular tracepoint, you may inspect those objects as if they were
6425in memory at that moment. However, because @value{GDBN} records these
6426values without interacting with you, it can do so quickly and
6427unobtrusively, hopefully not disturbing the program's behavior.
6428
6429The tracepoint facility is currently available only for remote
6430targets. @xref{Targets}. In addition, your remote target must know how
6431to collect trace data. This functionality is implemented in the remote
6432stub; however, none of the stubs distributed with @value{GDBN} support
6433tracepoints as of this writing.
6434
6435This chapter describes the tracepoint commands and features.
6436
6437@menu
6438* Set Tracepoints::
6439* Analyze Collected Data::
6440* Tracepoint Variables::
6441@end menu
6442
6443@node Set Tracepoints
6444@section Commands to Set Tracepoints
6445
6446Before running such a @dfn{trace experiment}, an arbitrary number of
6447tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6448tracepoint has a number assigned to it by @value{GDBN}. Like with
6449breakpoints, tracepoint numbers are successive integers starting from
6450one. Many of the commands associated with tracepoints take the
6451tracepoint number as their argument, to identify which tracepoint to
6452work on.
6453
6454For each tracepoint, you can specify, in advance, some arbitrary set
6455of data that you want the target to collect in the trace buffer when
6456it hits that tracepoint. The collected data can include registers,
6457local variables, or global data. Later, you can use @value{GDBN}
6458commands to examine the values these data had at the time the
6459tracepoint was hit.
6460
6461This section describes commands to set tracepoints and associated
6462conditions and actions.
6463
6464@menu
6465* Create and Delete Tracepoints::
6466* Enable and Disable Tracepoints::
6467* Tracepoint Passcounts::
6468* Tracepoint Actions::
6469* Listing Tracepoints::
6470* Starting and Stopping Trace Experiment::
6471@end menu
6472
6473@node Create and Delete Tracepoints
6474@subsection Create and Delete Tracepoints
6475
6476@table @code
6477@cindex set tracepoint
6478@kindex trace
6479@item trace
6480The @code{trace} command is very similar to the @code{break} command.
6481Its argument can be a source line, a function name, or an address in
6482the target program. @xref{Set Breaks}. The @code{trace} command
6483defines a tracepoint, which is a point in the target program where the
6484debugger will briefly stop, collect some data, and then allow the
6485program to continue. Setting a tracepoint or changing its commands
6486doesn't take effect until the next @code{tstart} command; thus, you
6487cannot change the tracepoint attributes once a trace experiment is
6488running.
6489
6490Here are some examples of using the @code{trace} command:
6491
6492@smallexample
6493(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6494
6495(@value{GDBP}) @b{trace +2} // 2 lines forward
6496
6497(@value{GDBP}) @b{trace my_function} // first source line of function
6498
6499(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
6500
6501(@value{GDBP}) @b{trace *0x2117c4} // an address
6502@end smallexample
6503
6504@noindent
6505You can abbreviate @code{trace} as @code{tr}.
6506
6507@vindex $tpnum
6508@cindex last tracepoint number
6509@cindex recent tracepoint number
6510@cindex tracepoint number
6511The convenience variable @code{$tpnum} records the tracepoint number
6512of the most recently set tracepoint.
6513
6514@kindex delete tracepoint
6515@cindex tracepoint deletion
6516@item delete tracepoint @r{[}@var{num}@r{]}
6517Permanently delete one or more tracepoints. With no argument, the
6518default is to delete all tracepoints.
6519
6520Examples:
6521
6522@smallexample
6523(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
6524
6525(@value{GDBP}) @b{delete trace} // remove all tracepoints
6526@end smallexample
6527
6528@noindent
6529You can abbreviate this command as @code{del tr}.
6530@end table
6531
6532@node Enable and Disable Tracepoints
6533@subsection Enable and Disable Tracepoints
6534
6535@table @code
6536@kindex disable tracepoint
6537@item disable tracepoint @r{[}@var{num}@r{]}
6538Disable tracepoint @var{num}, or all tracepoints if no argument
6539@var{num} is given. A disabled tracepoint will have no effect during
6540the next trace experiment, but it is not forgotten. You can re-enable
6541a disabled tracepoint using the @code{enable tracepoint} command.
6542
6543@kindex enable tracepoint
6544@item enable tracepoint @r{[}@var{num}@r{]}
6545Enable tracepoint @var{num}, or all tracepoints. The enabled
6546tracepoints will become effective the next time a trace experiment is
6547run.
6548@end table
6549
6550@node Tracepoint Passcounts
6551@subsection Tracepoint Passcounts
6552
6553@table @code
6554@kindex passcount
6555@cindex tracepoint pass count
6556@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
6557Set the @dfn{passcount} of a tracepoint. The passcount is a way to
6558automatically stop a trace experiment. If a tracepoint's passcount is
6559@var{n}, then the trace experiment will be automatically stopped on
6560the @var{n}'th time that tracepoint is hit. If the tracepoint number
6561@var{num} is not specified, the @code{passcount} command sets the
6562passcount of the most recently defined tracepoint. If no passcount is
6563given, the trace experiment will run until stopped explicitly by the
6564user.
6565
6566Examples:
6567
6568@smallexample
6569(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6570@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
6571
6572(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6573@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
6574(@value{GDBP}) @b{trace foo}
6575(@value{GDBP}) @b{pass 3}
6576(@value{GDBP}) @b{trace bar}
6577(@value{GDBP}) @b{pass 2}
6578(@value{GDBP}) @b{trace baz}
6579(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6580@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
6581@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
6582@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
6583@end smallexample
6584@end table
6585
6586@node Tracepoint Actions
6587@subsection Tracepoint Action Lists
6588
6589@table @code
6590@kindex actions
6591@cindex tracepoint actions
6592@item actions @r{[}@var{num}@r{]}
6593This command will prompt for a list of actions to be taken when the
6594tracepoint is hit. If the tracepoint number @var{num} is not
6595specified, this command sets the actions for the one that was most
6596recently defined (so that you can define a tracepoint and then say
6597@code{actions} without bothering about its number). You specify the
6598actions themselves on the following lines, one action at a time, and
6599terminate the actions list with a line containing just @code{end}. So
6600far, the only defined actions are @code{collect} and
6601@code{while-stepping}.
6602
6603@cindex remove actions from a tracepoint
6604To remove all actions from a tracepoint, type @samp{actions @var{num}}
6605and follow it immediately with @samp{end}.
6606
6607@smallexample
6608(@value{GDBP}) @b{collect @var{data}} // collect some data
6609
6610(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
6611
6612(@value{GDBP}) @b{end} // signals the end of actions.
6613@end smallexample
6614
6615In the following example, the action list begins with @code{collect}
6616commands indicating the things to be collected when the tracepoint is
6617hit. Then, in order to single-step and collect additional data
6618following the tracepoint, a @code{while-stepping} command is used,
6619followed by the list of things to be collected while stepping. The
6620@code{while-stepping} command is terminated by its own separate
6621@code{end} command. Lastly, the action list is terminated by an
6622@code{end} command.
6623
6624@smallexample
6625(@value{GDBP}) @b{trace foo}
6626(@value{GDBP}) @b{actions}
6627Enter actions for tracepoint 1, one per line:
6628> collect bar,baz
6629> collect $regs
6630> while-stepping 12
6631 > collect $fp, $sp
6632 > end
6633end
6634@end smallexample
6635
6636@kindex collect @r{(tracepoints)}
6637@item collect @var{expr1}, @var{expr2}, @dots{}
6638Collect values of the given expressions when the tracepoint is hit.
6639This command accepts a comma-separated list of any valid expressions.
6640In addition to global, static, or local variables, the following
6641special arguments are supported:
6642
6643@table @code
6644@item $regs
6645collect all registers
6646
6647@item $args
6648collect all function arguments
6649
6650@item $locals
6651collect all local variables.
6652@end table
6653
6654You can give several consecutive @code{collect} commands, each one
6655with a single argument, or one @code{collect} command with several
6656arguments separated by commas: the effect is the same.
6657
6658The command @code{info scope} (@pxref{Symbols, info scope}) is
6659particularly useful for figuring out what data to collect.
6660
6661@kindex while-stepping @r{(tracepoints)}
6662@item while-stepping @var{n}
6663Perform @var{n} single-step traces after the tracepoint, collecting
6664new data at each step. The @code{while-stepping} command is
6665followed by the list of what to collect while stepping (followed by
6666its own @code{end} command):
6667
6668@smallexample
6669> while-stepping 12
6670 > collect $regs, myglobal
6671 > end
6672>
6673@end smallexample
6674
6675@noindent
6676You may abbreviate @code{while-stepping} as @code{ws} or
6677@code{stepping}.
6678@end table
6679
6680@node Listing Tracepoints
6681@subsection Listing Tracepoints
6682
6683@table @code
6684@kindex info tracepoints
6685@cindex information about tracepoints
6686@item info tracepoints @r{[}@var{num}@r{]}
6687Display information about the tracepoint @var{num}. If you don't specify
6688a tracepoint number, displays information about all the tracepoints
6689defined so far. For each tracepoint, the following information is
6690shown:
6691
6692@itemize @bullet
6693@item
6694its number
6695@item
6696whether it is enabled or disabled
6697@item
6698its address
6699@item
6700its passcount as given by the @code{passcount @var{n}} command
6701@item
6702its step count as given by the @code{while-stepping @var{n}} command
6703@item
6704where in the source files is the tracepoint set
6705@item
6706its action list as given by the @code{actions} command
6707@end itemize
6708
6709@smallexample
6710(@value{GDBP}) @b{info trace}
6711Num Enb Address PassC StepC What
67121 y 0x002117c4 0 0 <gdb_asm>
67132 y 0x0020dc64 0 0 in g_test at g_test.c:1375
67143 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
6715(@value{GDBP})
6716@end smallexample
6717
6718@noindent
6719This command can be abbreviated @code{info tp}.
6720@end table
6721
6722@node Starting and Stopping Trace Experiment
6723@subsection Starting and Stopping Trace Experiment
6724
6725@table @code
6726@kindex tstart
6727@cindex start a new trace experiment
6728@cindex collected data discarded
6729@item tstart
6730This command takes no arguments. It starts the trace experiment, and
6731begins collecting data. This has the side effect of discarding all
6732the data collected in the trace buffer during the previous trace
6733experiment.
6734
6735@kindex tstop
6736@cindex stop a running trace experiment
6737@item tstop
6738This command takes no arguments. It ends the trace experiment, and
6739stops collecting data.
6740
6741@strong{Note:} a trace experiment and data collection may stop
6742automatically if any tracepoint's passcount is reached
6743(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
6744
6745@kindex tstatus
6746@cindex status of trace data collection
6747@cindex trace experiment, status of
6748@item tstatus
6749This command displays the status of the current trace data
6750collection.
6751@end table
6752
6753Here is an example of the commands we described so far:
6754
6755@smallexample
6756(@value{GDBP}) @b{trace gdb_c_test}
6757(@value{GDBP}) @b{actions}
6758Enter actions for tracepoint #1, one per line.
6759> collect $regs,$locals,$args
6760> while-stepping 11
6761 > collect $regs
6762 > end
6763> end
6764(@value{GDBP}) @b{tstart}
6765 [time passes @dots{}]
6766(@value{GDBP}) @b{tstop}
6767@end smallexample
6768
6769
6770@node Analyze Collected Data
6771@section Using the collected data
6772
6773After the tracepoint experiment ends, you use @value{GDBN} commands
6774for examining the trace data. The basic idea is that each tracepoint
6775collects a trace @dfn{snapshot} every time it is hit and another
6776snapshot every time it single-steps. All these snapshots are
6777consecutively numbered from zero and go into a buffer, and you can
6778examine them later. The way you examine them is to @dfn{focus} on a
6779specific trace snapshot. When the remote stub is focused on a trace
6780snapshot, it will respond to all @value{GDBN} requests for memory and
6781registers by reading from the buffer which belongs to that snapshot,
6782rather than from @emph{real} memory or registers of the program being
6783debugged. This means that @strong{all} @value{GDBN} commands
6784(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
6785behave as if we were currently debugging the program state as it was
6786when the tracepoint occurred. Any requests for data that are not in
6787the buffer will fail.
6788
6789@menu
6790* tfind:: How to select a trace snapshot
6791* tdump:: How to display all data for a snapshot
6792* save-tracepoints:: How to save tracepoints for a future run
6793@end menu
6794
6795@node tfind
6796@subsection @code{tfind @var{n}}
6797
6798@kindex tfind
6799@cindex select trace snapshot
6800@cindex find trace snapshot
6801The basic command for selecting a trace snapshot from the buffer is
6802@code{tfind @var{n}}, which finds trace snapshot number @var{n},
6803counting from zero. If no argument @var{n} is given, the next
6804snapshot is selected.
6805
6806Here are the various forms of using the @code{tfind} command.
6807
6808@table @code
6809@item tfind start
6810Find the first snapshot in the buffer. This is a synonym for
6811@code{tfind 0} (since 0 is the number of the first snapshot).
6812
6813@item tfind none
6814Stop debugging trace snapshots, resume @emph{live} debugging.
6815
6816@item tfind end
6817Same as @samp{tfind none}.
6818
6819@item tfind
6820No argument means find the next trace snapshot.
6821
6822@item tfind -
6823Find the previous trace snapshot before the current one. This permits
6824retracing earlier steps.
6825
6826@item tfind tracepoint @var{num}
6827Find the next snapshot associated with tracepoint @var{num}. Search
6828proceeds forward from the last examined trace snapshot. If no
6829argument @var{num} is given, it means find the next snapshot collected
6830for the same tracepoint as the current snapshot.
6831
6832@item tfind pc @var{addr}
6833Find the next snapshot associated with the value @var{addr} of the
6834program counter. Search proceeds forward from the last examined trace
6835snapshot. If no argument @var{addr} is given, it means find the next
6836snapshot with the same value of PC as the current snapshot.
6837
6838@item tfind outside @var{addr1}, @var{addr2}
6839Find the next snapshot whose PC is outside the given range of
6840addresses.
6841
6842@item tfind range @var{addr1}, @var{addr2}
6843Find the next snapshot whose PC is between @var{addr1} and
6844@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
6845
6846@item tfind line @r{[}@var{file}:@r{]}@var{n}
6847Find the next snapshot associated with the source line @var{n}. If
6848the optional argument @var{file} is given, refer to line @var{n} in
6849that source file. Search proceeds forward from the last examined
6850trace snapshot. If no argument @var{n} is given, it means find the
6851next line other than the one currently being examined; thus saying
6852@code{tfind line} repeatedly can appear to have the same effect as
6853stepping from line to line in a @emph{live} debugging session.
6854@end table
6855
6856The default arguments for the @code{tfind} commands are specifically
6857designed to make it easy to scan through the trace buffer. For
6858instance, @code{tfind} with no argument selects the next trace
6859snapshot, and @code{tfind -} with no argument selects the previous
6860trace snapshot. So, by giving one @code{tfind} command, and then
6861simply hitting @key{RET} repeatedly you can examine all the trace
6862snapshots in order. Or, by saying @code{tfind -} and then hitting
6863@key{RET} repeatedly you can examine the snapshots in reverse order.
6864The @code{tfind line} command with no argument selects the snapshot
6865for the next source line executed. The @code{tfind pc} command with
6866no argument selects the next snapshot with the same program counter
6867(PC) as the current frame. The @code{tfind tracepoint} command with
6868no argument selects the next trace snapshot collected by the same
6869tracepoint as the current one.
6870
6871In addition to letting you scan through the trace buffer manually,
6872these commands make it easy to construct @value{GDBN} scripts that
6873scan through the trace buffer and print out whatever collected data
6874you are interested in. Thus, if we want to examine the PC, FP, and SP
6875registers from each trace frame in the buffer, we can say this:
6876
6877@smallexample
6878(@value{GDBP}) @b{tfind start}
6879(@value{GDBP}) @b{while ($trace_frame != -1)}
6880> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
6881 $trace_frame, $pc, $sp, $fp
6882> tfind
6883> end
6884
6885Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
6886Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
6887Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
6888Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
6889Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
6890Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
6891Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
6892Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
6893Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
6894Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
6895Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
6896@end smallexample
6897
6898Or, if we want to examine the variable @code{X} at each source line in
6899the buffer:
6900
6901@smallexample
6902(@value{GDBP}) @b{tfind start}
6903(@value{GDBP}) @b{while ($trace_frame != -1)}
6904> printf "Frame %d, X == %d\n", $trace_frame, X
6905> tfind line
6906> end
6907
6908Frame 0, X = 1
6909Frame 7, X = 2
6910Frame 13, X = 255
6911@end smallexample
6912
6913@node tdump
6914@subsection @code{tdump}
6915@kindex tdump
6916@cindex dump all data collected at tracepoint
6917@cindex tracepoint data, display
6918
6919This command takes no arguments. It prints all the data collected at
6920the current trace snapshot.
6921
6922@smallexample
6923(@value{GDBP}) @b{trace 444}
6924(@value{GDBP}) @b{actions}
6925Enter actions for tracepoint #2, one per line:
6926> collect $regs, $locals, $args, gdb_long_test
6927> end
6928
6929(@value{GDBP}) @b{tstart}
6930
6931(@value{GDBP}) @b{tfind line 444}
6932#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
6933at gdb_test.c:444
6934444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
6935
6936(@value{GDBP}) @b{tdump}
6937Data collected at tracepoint 2, trace frame 1:
6938d0 0xc4aa0085 -995491707
6939d1 0x18 24
6940d2 0x80 128
6941d3 0x33 51
6942d4 0x71aea3d 119204413
6943d5 0x22 34
6944d6 0xe0 224
6945d7 0x380035 3670069
6946a0 0x19e24a 1696330
6947a1 0x3000668 50333288
6948a2 0x100 256
6949a3 0x322000 3284992
6950a4 0x3000698 50333336
6951a5 0x1ad3cc 1758156
6952fp 0x30bf3c 0x30bf3c
6953sp 0x30bf34 0x30bf34
6954ps 0x0 0
6955pc 0x20b2c8 0x20b2c8
6956fpcontrol 0x0 0
6957fpstatus 0x0 0
6958fpiaddr 0x0 0
6959p = 0x20e5b4 "gdb-test"
6960p1 = (void *) 0x11
6961p2 = (void *) 0x22
6962p3 = (void *) 0x33
6963p4 = (void *) 0x44
6964p5 = (void *) 0x55
6965p6 = (void *) 0x66
6966gdb_long_test = 17 '\021'
6967
6968(@value{GDBP})
6969@end smallexample
6970
6971@node save-tracepoints
6972@subsection @code{save-tracepoints @var{filename}}
6973@kindex save-tracepoints
6974@cindex save tracepoints for future sessions
6975
6976This command saves all current tracepoint definitions together with
6977their actions and passcounts, into a file @file{@var{filename}}
6978suitable for use in a later debugging session. To read the saved
6979tracepoint definitions, use the @code{source} command (@pxref{Command
6980Files}).
6981
6982@node Tracepoint Variables
6983@section Convenience Variables for Tracepoints
6984@cindex tracepoint variables
6985@cindex convenience variables for tracepoints
6986
6987@table @code
6988@vindex $trace_frame
6989@item (int) $trace_frame
6990The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
6991snapshot is selected.
6992
6993@vindex $tracepoint
6994@item (int) $tracepoint
6995The tracepoint for the current trace snapshot.
6996
6997@vindex $trace_line
6998@item (int) $trace_line
6999The line number for the current trace snapshot.
7000
7001@vindex $trace_file
7002@item (char []) $trace_file
7003The source file for the current trace snapshot.
7004
7005@vindex $trace_func
7006@item (char []) $trace_func
7007The name of the function containing @code{$tracepoint}.
7008@end table
7009
7010Note: @code{$trace_file} is not suitable for use in @code{printf},
7011use @code{output} instead.
7012
7013Here's a simple example of using these convenience variables for
7014stepping through all the trace snapshots and printing some of their
7015data.
7016
7017@smallexample
7018(@value{GDBP}) @b{tfind start}
7019
7020(@value{GDBP}) @b{while $trace_frame != -1}
7021> output $trace_file
7022> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7023> tfind
7024> end
7025@end smallexample
7026
7027@node Overlays
7028@chapter Debugging Programs That Use Overlays
7029@cindex overlays
7030
7031If your program is too large to fit completely in your target system's
7032memory, you can sometimes use @dfn{overlays} to work around this
7033problem. @value{GDBN} provides some support for debugging programs that
7034use overlays.
7035
7036@menu
7037* How Overlays Work:: A general explanation of overlays.
7038* Overlay Commands:: Managing overlays in @value{GDBN}.
7039* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7040 mapped by asking the inferior.
7041* Overlay Sample Program:: A sample program using overlays.
7042@end menu
7043
7044@node How Overlays Work
7045@section How Overlays Work
7046@cindex mapped overlays
7047@cindex unmapped overlays
7048@cindex load address, overlay's
7049@cindex mapped address
7050@cindex overlay area
7051
7052Suppose you have a computer whose instruction address space is only 64
7053kilobytes long, but which has much more memory which can be accessed by
7054other means: special instructions, segment registers, or memory
7055management hardware, for example. Suppose further that you want to
7056adapt a program which is larger than 64 kilobytes to run on this system.
7057
7058One solution is to identify modules of your program which are relatively
7059independent, and need not call each other directly; call these modules
7060@dfn{overlays}. Separate the overlays from the main program, and place
7061their machine code in the larger memory. Place your main program in
7062instruction memory, but leave at least enough space there to hold the
7063largest overlay as well.
7064
7065Now, to call a function located in an overlay, you must first copy that
7066overlay's machine code from the large memory into the space set aside
7067for it in the instruction memory, and then jump to its entry point
7068there.
7069
7070@c NB: In the below the mapped area's size is greater or equal to the
7071@c size of all overlays. This is intentional to remind the developer
7072@c that overlays don't necessarily need to be the same size.
7073
7074@smallexample
7075@group
7076 Data Instruction Larger
7077Address Space Address Space Address Space
7078+-----------+ +-----------+ +-----------+
7079| | | | | |
7080+-----------+ +-----------+ +-----------+<-- overlay 1
7081| program | | main | .----| overlay 1 | load address
7082| variables | | program | | +-----------+
7083| and heap | | | | | |
7084+-----------+ | | | +-----------+<-- overlay 2
7085| | +-----------+ | | | load address
7086+-----------+ | | | .-| overlay 2 |
7087 | | | | | |
7088 mapped --->+-----------+ | | +-----------+
7089 address | | | | | |
7090 | overlay | <-' | | |
7091 | area | <---' +-----------+<-- overlay 3
7092 | | <---. | | load address
7093 +-----------+ `--| overlay 3 |
7094 | | | |
7095 +-----------+ | |
7096 +-----------+
7097 | |
7098 +-----------+
7099
7100 @anchor{A code overlay}A code overlay
7101@end group
7102@end smallexample
7103
7104The diagram (@pxref{A code overlay}) shows a system with separate data
7105and instruction address spaces. To map an overlay, the program copies
7106its code from the larger address space to the instruction address space.
7107Since the overlays shown here all use the same mapped address, only one
7108may be mapped at a time. For a system with a single address space for
7109data and instructions, the diagram would be similar, except that the
7110program variables and heap would share an address space with the main
7111program and the overlay area.
7112
7113An overlay loaded into instruction memory and ready for use is called a
7114@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7115instruction memory. An overlay not present (or only partially present)
7116in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7117is its address in the larger memory. The mapped address is also called
7118the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7119called the @dfn{load memory address}, or @dfn{LMA}.
7120
7121Unfortunately, overlays are not a completely transparent way to adapt a
7122program to limited instruction memory. They introduce a new set of
7123global constraints you must keep in mind as you design your program:
7124
7125@itemize @bullet
7126
7127@item
7128Before calling or returning to a function in an overlay, your program
7129must make sure that overlay is actually mapped. Otherwise, the call or
7130return will transfer control to the right address, but in the wrong
7131overlay, and your program will probably crash.
7132
7133@item
7134If the process of mapping an overlay is expensive on your system, you
7135will need to choose your overlays carefully to minimize their effect on
7136your program's performance.
7137
7138@item
7139The executable file you load onto your system must contain each
7140overlay's instructions, appearing at the overlay's load address, not its
7141mapped address. However, each overlay's instructions must be relocated
7142and its symbols defined as if the overlay were at its mapped address.
7143You can use GNU linker scripts to specify different load and relocation
7144addresses for pieces of your program; see @ref{Overlay Description,,,
7145ld.info, Using ld: the GNU linker}.
7146
7147@item
7148The procedure for loading executable files onto your system must be able
7149to load their contents into the larger address space as well as the
7150instruction and data spaces.
7151
7152@end itemize
7153
7154The overlay system described above is rather simple, and could be
7155improved in many ways:
7156
7157@itemize @bullet
7158
7159@item
7160If your system has suitable bank switch registers or memory management
7161hardware, you could use those facilities to make an overlay's load area
7162contents simply appear at their mapped address in instruction space.
7163This would probably be faster than copying the overlay to its mapped
7164area in the usual way.
7165
7166@item
7167If your overlays are small enough, you could set aside more than one
7168overlay area, and have more than one overlay mapped at a time.
7169
7170@item
7171You can use overlays to manage data, as well as instructions. In
7172general, data overlays are even less transparent to your design than
7173code overlays: whereas code overlays only require care when you call or
7174return to functions, data overlays require care every time you access
7175the data. Also, if you change the contents of a data overlay, you
7176must copy its contents back out to its load address before you can copy a
7177different data overlay into the same mapped area.
7178
7179@end itemize
7180
7181
7182@node Overlay Commands
7183@section Overlay Commands
7184
7185To use @value{GDBN}'s overlay support, each overlay in your program must
7186correspond to a separate section of the executable file. The section's
7187virtual memory address and load memory address must be the overlay's
7188mapped and load addresses. Identifying overlays with sections allows
7189@value{GDBN} to determine the appropriate address of a function or
7190variable, depending on whether the overlay is mapped or not.
7191
7192@value{GDBN}'s overlay commands all start with the word @code{overlay};
7193you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7194
7195@table @code
7196@item overlay off
7197@kindex overlay off
7198Disable @value{GDBN}'s overlay support. When overlay support is
7199disabled, @value{GDBN} assumes that all functions and variables are
7200always present at their mapped addresses. By default, @value{GDBN}'s
7201overlay support is disabled.
7202
7203@item overlay manual
7204@kindex overlay manual
7205@cindex manual overlay debugging
7206Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7207relies on you to tell it which overlays are mapped, and which are not,
7208using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7209commands described below.
7210
7211@item overlay map-overlay @var{overlay}
7212@itemx overlay map @var{overlay}
7213@kindex overlay map-overlay
7214@cindex map an overlay
7215Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7216be the name of the object file section containing the overlay. When an
7217overlay is mapped, @value{GDBN} assumes it can find the overlay's
7218functions and variables at their mapped addresses. @value{GDBN} assumes
7219that any other overlays whose mapped ranges overlap that of
7220@var{overlay} are now unmapped.
7221
7222@item overlay unmap-overlay @var{overlay}
7223@itemx overlay unmap @var{overlay}
7224@kindex overlay unmap-overlay
7225@cindex unmap an overlay
7226Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7227must be the name of the object file section containing the overlay.
7228When an overlay is unmapped, @value{GDBN} assumes it can find the
7229overlay's functions and variables at their load addresses.
7230
7231@item overlay auto
7232@kindex overlay auto
7233Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7234consults a data structure the overlay manager maintains in the inferior
7235to see which overlays are mapped. For details, see @ref{Automatic
7236Overlay Debugging}.
7237
7238@item overlay load-target
7239@itemx overlay load
7240@kindex overlay load-target
7241@cindex reloading the overlay table
7242Re-read the overlay table from the inferior. Normally, @value{GDBN}
7243re-reads the table @value{GDBN} automatically each time the inferior
7244stops, so this command should only be necessary if you have changed the
7245overlay mapping yourself using @value{GDBN}. This command is only
7246useful when using automatic overlay debugging.
7247
7248@item overlay list-overlays
7249@itemx overlay list
7250@cindex listing mapped overlays
7251Display a list of the overlays currently mapped, along with their mapped
7252addresses, load addresses, and sizes.
7253
7254@end table
7255
7256Normally, when @value{GDBN} prints a code address, it includes the name
7257of the function the address falls in:
7258
7259@smallexample
7260(gdb) print main
7261$3 = @{int ()@} 0x11a0 <main>
7262@end smallexample
7263@noindent
7264When overlay debugging is enabled, @value{GDBN} recognizes code in
7265unmapped overlays, and prints the names of unmapped functions with
7266asterisks around them. For example, if @code{foo} is a function in an
7267unmapped overlay, @value{GDBN} prints it this way:
7268
7269@smallexample
7270(gdb) overlay list
7271No sections are mapped.
7272(gdb) print foo
7273$5 = @{int (int)@} 0x100000 <*foo*>
7274@end smallexample
7275@noindent
7276When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7277name normally:
7278
7279@smallexample
7280(gdb) overlay list
7281Section .ov.foo.text, loaded at 0x100000 - 0x100034,
7282 mapped at 0x1016 - 0x104a
7283(gdb) print foo
7284$6 = @{int (int)@} 0x1016 <foo>
7285@end smallexample
7286
7287When overlay debugging is enabled, @value{GDBN} can find the correct
7288address for functions and variables in an overlay, whether or not the
7289overlay is mapped. This allows most @value{GDBN} commands, like
7290@code{break} and @code{disassemble}, to work normally, even on unmapped
7291code. However, @value{GDBN}'s breakpoint support has some limitations:
7292
7293@itemize @bullet
7294@item
7295@cindex breakpoints in overlays
7296@cindex overlays, setting breakpoints in
7297You can set breakpoints in functions in unmapped overlays, as long as
7298@value{GDBN} can write to the overlay at its load address.
7299@item
7300@value{GDBN} can not set hardware or simulator-based breakpoints in
7301unmapped overlays. However, if you set a breakpoint at the end of your
7302overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7303you are using manual overlay management), @value{GDBN} will re-set its
7304breakpoints properly.
7305@end itemize
7306
7307
7308@node Automatic Overlay Debugging
7309@section Automatic Overlay Debugging
7310@cindex automatic overlay debugging
7311
7312@value{GDBN} can automatically track which overlays are mapped and which
7313are not, given some simple co-operation from the overlay manager in the
7314inferior. If you enable automatic overlay debugging with the
7315@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7316looks in the inferior's memory for certain variables describing the
7317current state of the overlays.
7318
7319Here are the variables your overlay manager must define to support
7320@value{GDBN}'s automatic overlay debugging:
7321
7322@table @asis
7323
7324@item @code{_ovly_table}:
7325This variable must be an array of the following structures:
7326
7327@smallexample
7328struct
7329@{
7330 /* The overlay's mapped address. */
7331 unsigned long vma;
7332
7333 /* The size of the overlay, in bytes. */
7334 unsigned long size;
7335
7336 /* The overlay's load address. */
7337 unsigned long lma;
7338
7339 /* Non-zero if the overlay is currently mapped;
7340 zero otherwise. */
7341 unsigned long mapped;
7342@}
7343@end smallexample
7344
7345@item @code{_novlys}:
7346This variable must be a four-byte signed integer, holding the total
7347number of elements in @code{_ovly_table}.
7348
7349@end table
7350
7351To decide whether a particular overlay is mapped or not, @value{GDBN}
7352looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7353@code{lma} members equal the VMA and LMA of the overlay's section in the
7354executable file. When @value{GDBN} finds a matching entry, it consults
7355the entry's @code{mapped} member to determine whether the overlay is
7356currently mapped.
7357
7358In addition, your overlay manager may define a function called
7359@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
7360will silently set a breakpoint there. If the overlay manager then
7361calls this function whenever it has changed the overlay table, this
7362will enable @value{GDBN} to accurately keep track of which overlays
7363are in program memory, and update any breakpoints that may be set
7364in overlays. This will allow breakpoints to work even if the
7365overlays are kept in ROM or other non-writable memory while they
7366are not being executed.
7367
7368@node Overlay Sample Program
7369@section Overlay Sample Program
7370@cindex overlay example program
7371
7372When linking a program which uses overlays, you must place the overlays
7373at their load addresses, while relocating them to run at their mapped
7374addresses. To do this, you must write a linker script (@pxref{Overlay
7375Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7376since linker scripts are specific to a particular host system, target
7377architecture, and target memory layout, this manual cannot provide
7378portable sample code demonstrating @value{GDBN}'s overlay support.
7379
7380However, the @value{GDBN} source distribution does contain an overlaid
7381program, with linker scripts for a few systems, as part of its test
7382suite. The program consists of the following files from
7383@file{gdb/testsuite/gdb.base}:
7384
7385@table @file
7386@item overlays.c
7387The main program file.
7388@item ovlymgr.c
7389A simple overlay manager, used by @file{overlays.c}.
7390@item foo.c
7391@itemx bar.c
7392@itemx baz.c
7393@itemx grbx.c
7394Overlay modules, loaded and used by @file{overlays.c}.
7395@item d10v.ld
7396@itemx m32r.ld
7397Linker scripts for linking the test program on the @code{d10v-elf}
7398and @code{m32r-elf} targets.
7399@end table
7400
7401You can build the test program using the @code{d10v-elf} GCC
7402cross-compiler like this:
7403
7404@smallexample
7405$ d10v-elf-gcc -g -c overlays.c
7406$ d10v-elf-gcc -g -c ovlymgr.c
7407$ d10v-elf-gcc -g -c foo.c
7408$ d10v-elf-gcc -g -c bar.c
7409$ d10v-elf-gcc -g -c baz.c
7410$ d10v-elf-gcc -g -c grbx.c
7411$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7412 baz.o grbx.o -Wl,-Td10v.ld -o overlays
7413@end smallexample
7414
7415The build process is identical for any other architecture, except that
7416you must substitute the appropriate compiler and linker script for the
7417target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7418
7419
7420@node Languages
7421@chapter Using @value{GDBN} with Different Languages
7422@cindex languages
7423
7424Although programming languages generally have common aspects, they are
7425rarely expressed in the same manner. For instance, in ANSI C,
7426dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7427Modula-2, it is accomplished by @code{p^}. Values can also be
7428represented (and displayed) differently. Hex numbers in C appear as
7429@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
7430
7431@cindex working language
7432Language-specific information is built into @value{GDBN} for some languages,
7433allowing you to express operations like the above in your program's
7434native language, and allowing @value{GDBN} to output values in a manner
7435consistent with the syntax of your program's native language. The
7436language you use to build expressions is called the @dfn{working
7437language}.
7438
7439@menu
7440* Setting:: Switching between source languages
7441* Show:: Displaying the language
7442* Checks:: Type and range checks
7443* Support:: Supported languages
7444@end menu
7445
7446@node Setting
7447@section Switching between source languages
7448
7449There are two ways to control the working language---either have @value{GDBN}
7450set it automatically, or select it manually yourself. You can use the
7451@code{set language} command for either purpose. On startup, @value{GDBN}
7452defaults to setting the language automatically. The working language is
7453used to determine how expressions you type are interpreted, how values
7454are printed, etc.
7455
7456In addition to the working language, every source file that
7457@value{GDBN} knows about has its own working language. For some object
7458file formats, the compiler might indicate which language a particular
7459source file is in. However, most of the time @value{GDBN} infers the
7460language from the name of the file. The language of a source file
7461controls whether C@t{++} names are demangled---this way @code{backtrace} can
7462show each frame appropriately for its own language. There is no way to
7463set the language of a source file from within @value{GDBN}, but you can
7464set the language associated with a filename extension. @xref{Show, ,
7465Displaying the language}.
7466
7467This is most commonly a problem when you use a program, such
7468as @code{cfront} or @code{f2c}, that generates C but is written in
7469another language. In that case, make the
7470program use @code{#line} directives in its C output; that way
7471@value{GDBN} will know the correct language of the source code of the original
7472program, and will display that source code, not the generated C code.
7473
7474@menu
7475* Filenames:: Filename extensions and languages.
7476* Manually:: Setting the working language manually
7477* Automatically:: Having @value{GDBN} infer the source language
7478@end menu
7479
7480@node Filenames
7481@subsection List of filename extensions and languages
7482
7483If a source file name ends in one of the following extensions, then
7484@value{GDBN} infers that its language is the one indicated.
7485
7486@table @file
7487
7488@item .c
7489C source file
7490
7491@item .C
7492@itemx .cc
7493@itemx .cp
7494@itemx .cpp
7495@itemx .cxx
7496@itemx .c++
7497C@t{++} source file
7498
7499@item .f
7500@itemx .F
7501Fortran source file
7502
7503@item .mod
7504Modula-2 source file
7505
7506@item .s
7507@itemx .S
7508Assembler source file. This actually behaves almost like C, but
7509@value{GDBN} does not skip over function prologues when stepping.
7510@end table
7511
7512In addition, you may set the language associated with a filename
7513extension. @xref{Show, , Displaying the language}.
7514
7515@node Manually
7516@subsection Setting the working language
7517
7518If you allow @value{GDBN} to set the language automatically,
7519expressions are interpreted the same way in your debugging session and
7520your program.
7521
7522@kindex set language
7523If you wish, you may set the language manually. To do this, issue the
7524command @samp{set language @var{lang}}, where @var{lang} is the name of
7525a language, such as
7526@code{c} or @code{modula-2}.
7527For a list of the supported languages, type @samp{set language}.
7528
7529Setting the language manually prevents @value{GDBN} from updating the working
7530language automatically. This can lead to confusion if you try
7531to debug a program when the working language is not the same as the
7532source language, when an expression is acceptable to both
7533languages---but means different things. For instance, if the current
7534source file were written in C, and @value{GDBN} was parsing Modula-2, a
7535command such as:
7536
7537@smallexample
7538print a = b + c
7539@end smallexample
7540
7541@noindent
7542might not have the effect you intended. In C, this means to add
7543@code{b} and @code{c} and place the result in @code{a}. The result
7544printed would be the value of @code{a}. In Modula-2, this means to compare
7545@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
7546
7547@node Automatically
7548@subsection Having @value{GDBN} infer the source language
7549
7550To have @value{GDBN} set the working language automatically, use
7551@samp{set language local} or @samp{set language auto}. @value{GDBN}
7552then infers the working language. That is, when your program stops in a
7553frame (usually by encountering a breakpoint), @value{GDBN} sets the
7554working language to the language recorded for the function in that
7555frame. If the language for a frame is unknown (that is, if the function
7556or block corresponding to the frame was defined in a source file that
7557does not have a recognized extension), the current working language is
7558not changed, and @value{GDBN} issues a warning.
7559
7560This may not seem necessary for most programs, which are written
7561entirely in one source language. However, program modules and libraries
7562written in one source language can be used by a main program written in
7563a different source language. Using @samp{set language auto} in this
7564case frees you from having to set the working language manually.
7565
7566@node Show
7567@section Displaying the language
7568
7569The following commands help you find out which language is the
7570working language, and also what language source files were written in.
7571
7572@kindex show language
7573@kindex info frame@r{, show the source language}
7574@kindex info source@r{, show the source language}
7575@table @code
7576@item show language
7577Display the current working language. This is the
7578language you can use with commands such as @code{print} to
7579build and compute expressions that may involve variables in your program.
7580
7581@item info frame
7582Display the source language for this frame. This language becomes the
7583working language if you use an identifier from this frame.
7584@xref{Frame Info, ,Information about a frame}, to identify the other
7585information listed here.
7586
7587@item info source
7588Display the source language of this source file.
7589@xref{Symbols, ,Examining the Symbol Table}, to identify the other
7590information listed here.
7591@end table
7592
7593In unusual circumstances, you may have source files with extensions
7594not in the standard list. You can then set the extension associated
7595with a language explicitly:
7596
7597@kindex set extension-language
7598@kindex info extensions
7599@table @code
7600@item set extension-language @var{.ext} @var{language}
7601Set source files with extension @var{.ext} to be assumed to be in
7602the source language @var{language}.
7603
7604@item info extensions
7605List all the filename extensions and the associated languages.
7606@end table
7607
7608@node Checks
7609@section Type and range checking
7610
7611@quotation
7612@emph{Warning:} In this release, the @value{GDBN} commands for type and range
7613checking are included, but they do not yet have any effect. This
7614section documents the intended facilities.
7615@end quotation
7616@c FIXME remove warning when type/range code added
7617
7618Some languages are designed to guard you against making seemingly common
7619errors through a series of compile- and run-time checks. These include
7620checking the type of arguments to functions and operators, and making
7621sure mathematical overflows are caught at run time. Checks such as
7622these help to ensure a program's correctness once it has been compiled
7623by eliminating type mismatches, and providing active checks for range
7624errors when your program is running.
7625
7626@value{GDBN} can check for conditions like the above if you wish.
7627Although @value{GDBN} does not check the statements in your program, it
7628can check expressions entered directly into @value{GDBN} for evaluation via
7629the @code{print} command, for example. As with the working language,
7630@value{GDBN} can also decide whether or not to check automatically based on
7631your program's source language. @xref{Support, ,Supported languages},
7632for the default settings of supported languages.
7633
7634@menu
7635* Type Checking:: An overview of type checking
7636* Range Checking:: An overview of range checking
7637@end menu
7638
7639@cindex type checking
7640@cindex checks, type
7641@node Type Checking
7642@subsection An overview of type checking
7643
7644Some languages, such as Modula-2, are strongly typed, meaning that the
7645arguments to operators and functions have to be of the correct type,
7646otherwise an error occurs. These checks prevent type mismatch
7647errors from ever causing any run-time problems. For example,
7648
7649@smallexample
76501 + 2 @result{} 3
7651@exdent but
7652@error{} 1 + 2.3
7653@end smallexample
7654
7655The second example fails because the @code{CARDINAL} 1 is not
7656type-compatible with the @code{REAL} 2.3.
7657
7658For the expressions you use in @value{GDBN} commands, you can tell the
7659@value{GDBN} type checker to skip checking;
7660to treat any mismatches as errors and abandon the expression;
7661or to only issue warnings when type mismatches occur,
7662but evaluate the expression anyway. When you choose the last of
7663these, @value{GDBN} evaluates expressions like the second example above, but
7664also issues a warning.
7665
7666Even if you turn type checking off, there may be other reasons
7667related to type that prevent @value{GDBN} from evaluating an expression.
7668For instance, @value{GDBN} does not know how to add an @code{int} and
7669a @code{struct foo}. These particular type errors have nothing to do
7670with the language in use, and usually arise from expressions, such as
7671the one described above, which make little sense to evaluate anyway.
7672
7673Each language defines to what degree it is strict about type. For
7674instance, both Modula-2 and C require the arguments to arithmetical
7675operators to be numbers. In C, enumerated types and pointers can be
7676represented as numbers, so that they are valid arguments to mathematical
7677operators. @xref{Support, ,Supported languages}, for further
7678details on specific languages.
7679
7680@value{GDBN} provides some additional commands for controlling the type checker:
7681
7682@kindex set check@r{, type}
7683@kindex set check type
7684@kindex show check type
7685@table @code
7686@item set check type auto
7687Set type checking on or off based on the current working language.
7688@xref{Support, ,Supported languages}, for the default settings for
7689each language.
7690
7691@item set check type on
7692@itemx set check type off
7693Set type checking on or off, overriding the default setting for the
7694current working language. Issue a warning if the setting does not
7695match the language default. If any type mismatches occur in
7696evaluating an expression while type checking is on, @value{GDBN} prints a
7697message and aborts evaluation of the expression.
7698
7699@item set check type warn
7700Cause the type checker to issue warnings, but to always attempt to
7701evaluate the expression. Evaluating the expression may still
7702be impossible for other reasons. For example, @value{GDBN} cannot add
7703numbers and structures.
7704
7705@item show type
7706Show the current setting of the type checker, and whether or not @value{GDBN}
7707is setting it automatically.
7708@end table
7709
7710@cindex range checking
7711@cindex checks, range
7712@node Range Checking
7713@subsection An overview of range checking
7714
7715In some languages (such as Modula-2), it is an error to exceed the
7716bounds of a type; this is enforced with run-time checks. Such range
7717checking is meant to ensure program correctness by making sure
7718computations do not overflow, or indices on an array element access do
7719not exceed the bounds of the array.
7720
7721For expressions you use in @value{GDBN} commands, you can tell
7722@value{GDBN} to treat range errors in one of three ways: ignore them,
7723always treat them as errors and abandon the expression, or issue
7724warnings but evaluate the expression anyway.
7725
7726A range error can result from numerical overflow, from exceeding an
7727array index bound, or when you type a constant that is not a member
7728of any type. Some languages, however, do not treat overflows as an
7729error. In many implementations of C, mathematical overflow causes the
7730result to ``wrap around'' to lower values---for example, if @var{m} is
7731the largest integer value, and @var{s} is the smallest, then
7732
7733@smallexample
7734@var{m} + 1 @result{} @var{s}
7735@end smallexample
7736
7737This, too, is specific to individual languages, and in some cases
7738specific to individual compilers or machines. @xref{Support, ,
7739Supported languages}, for further details on specific languages.
7740
7741@value{GDBN} provides some additional commands for controlling the range checker:
7742
7743@kindex set check@r{, range}
7744@kindex set check range
7745@kindex show check range
7746@table @code
7747@item set check range auto
7748Set range checking on or off based on the current working language.
7749@xref{Support, ,Supported languages}, for the default settings for
7750each language.
7751
7752@item set check range on
7753@itemx set check range off
7754Set range checking on or off, overriding the default setting for the
7755current working language. A warning is issued if the setting does not
7756match the language default. If a range error occurs and range checking is on,
7757then a message is printed and evaluation of the expression is aborted.
7758
7759@item set check range warn
7760Output messages when the @value{GDBN} range checker detects a range error,
7761but attempt to evaluate the expression anyway. Evaluating the
7762expression may still be impossible for other reasons, such as accessing
7763memory that the process does not own (a typical example from many Unix
7764systems).
7765
7766@item show range
7767Show the current setting of the range checker, and whether or not it is
7768being set automatically by @value{GDBN}.
7769@end table
7770
7771@node Support
7772@section Supported languages
7773
7774@value{GDBN} supports C, C@t{++}, Fortran, Java, assembly, and Modula-2.
7775@c This is false ...
7776Some @value{GDBN} features may be used in expressions regardless of the
7777language you use: the @value{GDBN} @code{@@} and @code{::} operators,
7778and the @samp{@{type@}addr} construct (@pxref{Expressions,
7779,Expressions}) can be used with the constructs of any supported
7780language.
7781
7782The following sections detail to what degree each source language is
7783supported by @value{GDBN}. These sections are not meant to be language
7784tutorials or references, but serve only as a reference guide to what the
7785@value{GDBN} expression parser accepts, and what input and output
7786formats should look like for different languages. There are many good
7787books written on each of these languages; please look to these for a
7788language reference or tutorial.
7789
7790@menu
7791* C:: C and C@t{++}
7792* Modula-2:: Modula-2
7793@end menu
7794
7795@node C
7796@subsection C and C@t{++}
7797
7798@cindex C and C@t{++}
7799@cindex expressions in C or C@t{++}
7800
7801Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
7802to both languages. Whenever this is the case, we discuss those languages
7803together.
7804
7805@cindex C@t{++}
7806@cindex @code{g++}, @sc{gnu} C@t{++} compiler
7807@cindex @sc{gnu} C@t{++}
7808The C@t{++} debugging facilities are jointly implemented by the C@t{++}
7809compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
7810effectively, you must compile your C@t{++} programs with a supported
7811C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
7812compiler (@code{aCC}).
7813
7814For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
7815format; if it doesn't work on your system, try the stabs+ debugging
7816format. You can select those formats explicitly with the @code{g++}
7817command-line options @option{-gdwarf-2} and @option{-gstabs+}.
7818@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
7819CC, gcc.info, Using @sc{gnu} CC}.
7820
7821@menu
7822* C Operators:: C and C@t{++} operators
7823* C Constants:: C and C@t{++} constants
7824* C plus plus expressions:: C@t{++} expressions
7825* C Defaults:: Default settings for C and C@t{++}
7826* C Checks:: C and C@t{++} type and range checks
7827* Debugging C:: @value{GDBN} and C
7828* Debugging C plus plus:: @value{GDBN} features for C@t{++}
7829@end menu
7830
7831@node C Operators
7832@subsubsection C and C@t{++} operators
7833
7834@cindex C and C@t{++} operators
7835
7836Operators must be defined on values of specific types. For instance,
7837@code{+} is defined on numbers, but not on structures. Operators are
7838often defined on groups of types.
7839
7840For the purposes of C and C@t{++}, the following definitions hold:
7841
7842@itemize @bullet
7843
7844@item
7845@emph{Integral types} include @code{int} with any of its storage-class
7846specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
7847
7848@item
7849@emph{Floating-point types} include @code{float}, @code{double}, and
7850@code{long double} (if supported by the target platform).
7851
7852@item
7853@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
7854
7855@item
7856@emph{Scalar types} include all of the above.
7857
7858@end itemize
7859
7860@noindent
7861The following operators are supported. They are listed here
7862in order of increasing precedence:
7863
7864@table @code
7865@item ,
7866The comma or sequencing operator. Expressions in a comma-separated list
7867are evaluated from left to right, with the result of the entire
7868expression being the last expression evaluated.
7869
7870@item =
7871Assignment. The value of an assignment expression is the value
7872assigned. Defined on scalar types.
7873
7874@item @var{op}=
7875Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
7876and translated to @w{@code{@var{a} = @var{a op b}}}.
7877@w{@code{@var{op}=}} and @code{=} have the same precedence.
7878@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
7879@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
7880
7881@item ?:
7882The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
7883of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
7884integral type.
7885
7886@item ||
7887Logical @sc{or}. Defined on integral types.
7888
7889@item &&
7890Logical @sc{and}. Defined on integral types.
7891
7892@item |
7893Bitwise @sc{or}. Defined on integral types.
7894
7895@item ^
7896Bitwise exclusive-@sc{or}. Defined on integral types.
7897
7898@item &
7899Bitwise @sc{and}. Defined on integral types.
7900
7901@item ==@r{, }!=
7902Equality and inequality. Defined on scalar types. The value of these
7903expressions is 0 for false and non-zero for true.
7904
7905@item <@r{, }>@r{, }<=@r{, }>=
7906Less than, greater than, less than or equal, greater than or equal.
7907Defined on scalar types. The value of these expressions is 0 for false
7908and non-zero for true.
7909
7910@item <<@r{, }>>
7911left shift, and right shift. Defined on integral types.
7912
7913@item @@
7914The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
7915
7916@item +@r{, }-
7917Addition and subtraction. Defined on integral types, floating-point types and
7918pointer types.
7919
7920@item *@r{, }/@r{, }%
7921Multiplication, division, and modulus. Multiplication and division are
7922defined on integral and floating-point types. Modulus is defined on
7923integral types.
7924
7925@item ++@r{, }--
7926Increment and decrement. When appearing before a variable, the
7927operation is performed before the variable is used in an expression;
7928when appearing after it, the variable's value is used before the
7929operation takes place.
7930
7931@item *
7932Pointer dereferencing. Defined on pointer types. Same precedence as
7933@code{++}.
7934
7935@item &
7936Address operator. Defined on variables. Same precedence as @code{++}.
7937
7938For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
7939allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
7940(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
7941where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
7942stored.
7943
7944@item -
7945Negative. Defined on integral and floating-point types. Same
7946precedence as @code{++}.
7947
7948@item !
7949Logical negation. Defined on integral types. Same precedence as
7950@code{++}.
7951
7952@item ~
7953Bitwise complement operator. Defined on integral types. Same precedence as
7954@code{++}.
7955
7956
7957@item .@r{, }->
7958Structure member, and pointer-to-structure member. For convenience,
7959@value{GDBN} regards the two as equivalent, choosing whether to dereference a
7960pointer based on the stored type information.
7961Defined on @code{struct} and @code{union} data.
7962
7963@item .*@r{, }->*
7964Dereferences of pointers to members.
7965
7966@item []
7967Array indexing. @code{@var{a}[@var{i}]} is defined as
7968@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
7969
7970@item ()
7971Function parameter list. Same precedence as @code{->}.
7972
7973@item ::
7974C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7975and @code{class} types.
7976
7977@item ::
7978Doubled colons also represent the @value{GDBN} scope operator
7979(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
7980above.
7981@end table
7982
7983If an operator is redefined in the user code, @value{GDBN} usually
7984attempts to invoke the redefined version instead of using the operator's
7985predefined meaning.
7986
7987@menu
7988* C Constants::
7989@end menu
7990
7991@node C Constants
7992@subsubsection C and C@t{++} constants
7993
7994@cindex C and C@t{++} constants
7995
7996@value{GDBN} allows you to express the constants of C and C@t{++} in the
7997following ways:
7998
7999@itemize @bullet
8000@item
8001Integer constants are a sequence of digits. Octal constants are
8002specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8003by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
8004@samp{l}, specifying that the constant should be treated as a
8005@code{long} value.
8006
8007@item
8008Floating point constants are a sequence of digits, followed by a decimal
8009point, followed by a sequence of digits, and optionally followed by an
8010exponent. An exponent is of the form:
8011@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8012sequence of digits. The @samp{+} is optional for positive exponents.
8013A floating-point constant may also end with a letter @samp{f} or
8014@samp{F}, specifying that the constant should be treated as being of
8015the @code{float} (as opposed to the default @code{double}) type; or with
8016a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8017constant.
8018
8019@item
8020Enumerated constants consist of enumerated identifiers, or their
8021integral equivalents.
8022
8023@item
8024Character constants are a single character surrounded by single quotes
8025(@code{'}), or a number---the ordinal value of the corresponding character
8026(usually its @sc{ascii} value). Within quotes, the single character may
8027be represented by a letter or by @dfn{escape sequences}, which are of
8028the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8029of the character's ordinal value; or of the form @samp{\@var{x}}, where
8030@samp{@var{x}} is a predefined special character---for example,
8031@samp{\n} for newline.
8032
8033@item
8034String constants are a sequence of character constants surrounded by
8035double quotes (@code{"}). Any valid character constant (as described
8036above) may appear. Double quotes within the string must be preceded by
8037a backslash, so for instance @samp{"a\"b'c"} is a string of five
8038characters.
8039
8040@item
8041Pointer constants are an integral value. You can also write pointers
8042to constants using the C operator @samp{&}.
8043
8044@item
8045Array constants are comma-separated lists surrounded by braces @samp{@{}
8046and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8047integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8048and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8049@end itemize
8050
8051@menu
8052* C plus plus expressions::
8053* C Defaults::
8054* C Checks::
8055
8056* Debugging C::
8057@end menu
8058
8059@node C plus plus expressions
8060@subsubsection C@t{++} expressions
8061
8062@cindex expressions in C@t{++}
8063@value{GDBN} expression handling can interpret most C@t{++} expressions.
8064
8065@cindex debugging C@t{++} programs
8066@cindex C@t{++} compilers
8067@cindex debug formats and C@t{++}
8068@cindex @value{NGCC} and C@t{++}
8069@quotation
8070@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
8071proper compiler and the proper debug format. Currently, @value{GDBN}
8072works best when debugging C@t{++} code that is compiled with
8073@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8074@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8075stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8076stabs+ as their default debug format, so you usually don't need to
8077specify a debug format explicitly. Other compilers and/or debug formats
8078are likely to work badly or not at all when using @value{GDBN} to debug
8079C@t{++} code.
8080@end quotation
8081
8082@enumerate
8083
8084@cindex member functions
8085@item
8086Member function calls are allowed; you can use expressions like
8087
8088@smallexample
8089count = aml->GetOriginal(x, y)
8090@end smallexample
8091
8092@vindex this@r{, inside C@t{++} member functions}
8093@cindex namespace in C@t{++}
8094@item
8095While a member function is active (in the selected stack frame), your
8096expressions have the same namespace available as the member function;
8097that is, @value{GDBN} allows implicit references to the class instance
8098pointer @code{this} following the same rules as C@t{++}.
8099
8100@cindex call overloaded functions
8101@cindex overloaded functions, calling
8102@cindex type conversions in C@t{++}
8103@item
8104You can call overloaded functions; @value{GDBN} resolves the function
8105call to the right definition, with some restrictions. @value{GDBN} does not
8106perform overload resolution involving user-defined type conversions,
8107calls to constructors, or instantiations of templates that do not exist
8108in the program. It also cannot handle ellipsis argument lists or
8109default arguments.
8110
8111It does perform integral conversions and promotions, floating-point
8112promotions, arithmetic conversions, pointer conversions, conversions of
8113class objects to base classes, and standard conversions such as those of
8114functions or arrays to pointers; it requires an exact match on the
8115number of function arguments.
8116
8117Overload resolution is always performed, unless you have specified
8118@code{set overload-resolution off}. @xref{Debugging C plus plus,
8119,@value{GDBN} features for C@t{++}}.
8120
8121You must specify @code{set overload-resolution off} in order to use an
8122explicit function signature to call an overloaded function, as in
8123@smallexample
8124p 'foo(char,int)'('x', 13)
8125@end smallexample
8126
8127The @value{GDBN} command-completion facility can simplify this;
8128see @ref{Completion, ,Command completion}.
8129
8130@cindex reference declarations
8131@item
8132@value{GDBN} understands variables declared as C@t{++} references; you can use
8133them in expressions just as you do in C@t{++} source---they are automatically
8134dereferenced.
8135
8136In the parameter list shown when @value{GDBN} displays a frame, the values of
8137reference variables are not displayed (unlike other variables); this
8138avoids clutter, since references are often used for large structures.
8139The @emph{address} of a reference variable is always shown, unless
8140you have specified @samp{set print address off}.
8141
8142@item
8143@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
8144expressions can use it just as expressions in your program do. Since
8145one scope may be defined in another, you can use @code{::} repeatedly if
8146necessary, for example in an expression like
8147@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
8148resolving name scope by reference to source files, in both C and C@t{++}
8149debugging (@pxref{Variables, ,Program variables}).
8150@end enumerate
8151
8152In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
8153calling virtual functions correctly, printing out virtual bases of
8154objects, calling functions in a base subobject, casting objects, and
8155invoking user-defined operators.
8156
8157@node C Defaults
8158@subsubsection C and C@t{++} defaults
8159
8160@cindex C and C@t{++} defaults
8161
8162If you allow @value{GDBN} to set type and range checking automatically, they
8163both default to @code{off} whenever the working language changes to
8164C or C@t{++}. This happens regardless of whether you or @value{GDBN}
8165selects the working language.
8166
8167If you allow @value{GDBN} to set the language automatically, it
8168recognizes source files whose names end with @file{.c}, @file{.C}, or
8169@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
8170these files, it sets the working language to C or C@t{++}.
8171@xref{Automatically, ,Having @value{GDBN} infer the source language},
8172for further details.
8173
8174@c Type checking is (a) primarily motivated by Modula-2, and (b)
8175@c unimplemented. If (b) changes, it might make sense to let this node
8176@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
8177
8178@node C Checks
8179@subsubsection C and C@t{++} type and range checks
8180
8181@cindex C and C@t{++} checks
8182
8183By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
8184is not used. However, if you turn type checking on, @value{GDBN}
8185considers two variables type equivalent if:
8186
8187@itemize @bullet
8188@item
8189The two variables are structured and have the same structure, union, or
8190enumerated tag.
8191
8192@item
8193The two variables have the same type name, or types that have been
8194declared equivalent through @code{typedef}.
8195
8196@ignore
8197@c leaving this out because neither J Gilmore nor R Pesch understand it.
8198@c FIXME--beers?
8199@item
8200The two @code{struct}, @code{union}, or @code{enum} variables are
8201declared in the same declaration. (Note: this may not be true for all C
8202compilers.)
8203@end ignore
8204@end itemize
8205
8206Range checking, if turned on, is done on mathematical operations. Array
8207indices are not checked, since they are often used to index a pointer
8208that is not itself an array.
8209
8210@node Debugging C
8211@subsubsection @value{GDBN} and C
8212
8213The @code{set print union} and @code{show print union} commands apply to
8214the @code{union} type. When set to @samp{on}, any @code{union} that is
8215inside a @code{struct} or @code{class} is also printed. Otherwise, it
8216appears as @samp{@{...@}}.
8217
8218The @code{@@} operator aids in the debugging of dynamic arrays, formed
8219with pointers and a memory allocation function. @xref{Expressions,
8220,Expressions}.
8221
8222@menu
8223* Debugging C plus plus::
8224@end menu
8225
8226@node Debugging C plus plus
8227@subsubsection @value{GDBN} features for C@t{++}
8228
8229@cindex commands for C@t{++}
8230
8231Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8232designed specifically for use with C@t{++}. Here is a summary:
8233
8234@table @code
8235@cindex break in overloaded functions
8236@item @r{breakpoint menus}
8237When you want a breakpoint in a function whose name is overloaded,
8238@value{GDBN} breakpoint menus help you specify which function definition
8239you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8240
8241@cindex overloading in C@t{++}
8242@item rbreak @var{regex}
8243Setting breakpoints using regular expressions is helpful for setting
8244breakpoints on overloaded functions that are not members of any special
8245classes.
8246@xref{Set Breaks, ,Setting breakpoints}.
8247
8248@cindex C@t{++} exception handling
8249@item catch throw
8250@itemx catch catch
8251Debug C@t{++} exception handling using these commands. @xref{Set
8252Catchpoints, , Setting catchpoints}.
8253
8254@cindex inheritance
8255@item ptype @var{typename}
8256Print inheritance relationships as well as other information for type
8257@var{typename}.
8258@xref{Symbols, ,Examining the Symbol Table}.
8259
8260@cindex C@t{++} symbol display
8261@item set print demangle
8262@itemx show print demangle
8263@itemx set print asm-demangle
8264@itemx show print asm-demangle
8265Control whether C@t{++} symbols display in their source form, both when
8266displaying code as C@t{++} source and when displaying disassemblies.
8267@xref{Print Settings, ,Print settings}.
8268
8269@item set print object
8270@itemx show print object
8271Choose whether to print derived (actual) or declared types of objects.
8272@xref{Print Settings, ,Print settings}.
8273
8274@item set print vtbl
8275@itemx show print vtbl
8276Control the format for printing virtual function tables.
8277@xref{Print Settings, ,Print settings}.
8278(The @code{vtbl} commands do not work on programs compiled with the HP
8279ANSI C@t{++} compiler (@code{aCC}).)
8280
8281@kindex set overload-resolution
8282@cindex overloaded functions, overload resolution
8283@item set overload-resolution on
8284Enable overload resolution for C@t{++} expression evaluation. The default
8285is on. For overloaded functions, @value{GDBN} evaluates the arguments
8286and searches for a function whose signature matches the argument types,
8287using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
8288expressions}, for details). If it cannot find a match, it emits a
8289message.
8290
8291@item set overload-resolution off
8292Disable overload resolution for C@t{++} expression evaluation. For
8293overloaded functions that are not class member functions, @value{GDBN}
8294chooses the first function of the specified name that it finds in the
8295symbol table, whether or not its arguments are of the correct type. For
8296overloaded functions that are class member functions, @value{GDBN}
8297searches for a function whose signature @emph{exactly} matches the
8298argument types.
8299
8300@item @r{Overloaded symbol names}
8301You can specify a particular definition of an overloaded symbol, using
8302the same notation that is used to declare such symbols in C@t{++}: type
8303@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8304also use the @value{GDBN} command-line word completion facilities to list the
8305available choices, or to finish the type list for you.
8306@xref{Completion,, Command completion}, for details on how to do this.
8307@end table
8308
8309@node Modula-2
8310@subsection Modula-2
8311
8312@cindex Modula-2, @value{GDBN} support
8313
8314The extensions made to @value{GDBN} to support Modula-2 only support
8315output from the @sc{gnu} Modula-2 compiler (which is currently being
8316developed). Other Modula-2 compilers are not currently supported, and
8317attempting to debug executables produced by them is most likely
8318to give an error as @value{GDBN} reads in the executable's symbol
8319table.
8320
8321@cindex expressions in Modula-2
8322@menu
8323* M2 Operators:: Built-in operators
8324* Built-In Func/Proc:: Built-in functions and procedures
8325* M2 Constants:: Modula-2 constants
8326* M2 Defaults:: Default settings for Modula-2
8327* Deviations:: Deviations from standard Modula-2
8328* M2 Checks:: Modula-2 type and range checks
8329* M2 Scope:: The scope operators @code{::} and @code{.}
8330* GDB/M2:: @value{GDBN} and Modula-2
8331@end menu
8332
8333@node M2 Operators
8334@subsubsection Operators
8335@cindex Modula-2 operators
8336
8337Operators must be defined on values of specific types. For instance,
8338@code{+} is defined on numbers, but not on structures. Operators are
8339often defined on groups of types. For the purposes of Modula-2, the
8340following definitions hold:
8341
8342@itemize @bullet
8343
8344@item
8345@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8346their subranges.
8347
8348@item
8349@emph{Character types} consist of @code{CHAR} and its subranges.
8350
8351@item
8352@emph{Floating-point types} consist of @code{REAL}.
8353
8354@item
8355@emph{Pointer types} consist of anything declared as @code{POINTER TO
8356@var{type}}.
8357
8358@item
8359@emph{Scalar types} consist of all of the above.
8360
8361@item
8362@emph{Set types} consist of @code{SET} and @code{BITSET} types.
8363
8364@item
8365@emph{Boolean types} consist of @code{BOOLEAN}.
8366@end itemize
8367
8368@noindent
8369The following operators are supported, and appear in order of
8370increasing precedence:
8371
8372@table @code
8373@item ,
8374Function argument or array index separator.
8375
8376@item :=
8377Assignment. The value of @var{var} @code{:=} @var{value} is
8378@var{value}.
8379
8380@item <@r{, }>
8381Less than, greater than on integral, floating-point, or enumerated
8382types.
8383
8384@item <=@r{, }>=
8385Less than or equal to, greater than or equal to
8386on integral, floating-point and enumerated types, or set inclusion on
8387set types. Same precedence as @code{<}.
8388
8389@item =@r{, }<>@r{, }#
8390Equality and two ways of expressing inequality, valid on scalar types.
8391Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
8392available for inequality, since @code{#} conflicts with the script
8393comment character.
8394
8395@item IN
8396Set membership. Defined on set types and the types of their members.
8397Same precedence as @code{<}.
8398
8399@item OR
8400Boolean disjunction. Defined on boolean types.
8401
8402@item AND@r{, }&
8403Boolean conjunction. Defined on boolean types.
8404
8405@item @@
8406The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8407
8408@item +@r{, }-
8409Addition and subtraction on integral and floating-point types, or union
8410and difference on set types.
8411
8412@item *
8413Multiplication on integral and floating-point types, or set intersection
8414on set types.
8415
8416@item /
8417Division on floating-point types, or symmetric set difference on set
8418types. Same precedence as @code{*}.
8419
8420@item DIV@r{, }MOD
8421Integer division and remainder. Defined on integral types. Same
8422precedence as @code{*}.
8423
8424@item -
8425Negative. Defined on @code{INTEGER} and @code{REAL} data.
8426
8427@item ^
8428Pointer dereferencing. Defined on pointer types.
8429
8430@item NOT
8431Boolean negation. Defined on boolean types. Same precedence as
8432@code{^}.
8433
8434@item .
8435@code{RECORD} field selector. Defined on @code{RECORD} data. Same
8436precedence as @code{^}.
8437
8438@item []
8439Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
8440
8441@item ()
8442Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
8443as @code{^}.
8444
8445@item ::@r{, }.
8446@value{GDBN} and Modula-2 scope operators.
8447@end table
8448
8449@quotation
8450@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
8451treats the use of the operator @code{IN}, or the use of operators
8452@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
8453@code{<=}, and @code{>=} on sets as an error.
8454@end quotation
8455
8456
8457@node Built-In Func/Proc
8458@subsubsection Built-in functions and procedures
8459@cindex Modula-2 built-ins
8460
8461Modula-2 also makes available several built-in procedures and functions.
8462In describing these, the following metavariables are used:
8463
8464@table @var
8465
8466@item a
8467represents an @code{ARRAY} variable.
8468
8469@item c
8470represents a @code{CHAR} constant or variable.
8471
8472@item i
8473represents a variable or constant of integral type.
8474
8475@item m
8476represents an identifier that belongs to a set. Generally used in the
8477same function with the metavariable @var{s}. The type of @var{s} should
8478be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
8479
8480@item n
8481represents a variable or constant of integral or floating-point type.
8482
8483@item r
8484represents a variable or constant of floating-point type.
8485
8486@item t
8487represents a type.
8488
8489@item v
8490represents a variable.
8491
8492@item x
8493represents a variable or constant of one of many types. See the
8494explanation of the function for details.
8495@end table
8496
8497All Modula-2 built-in procedures also return a result, described below.
8498
8499@table @code
8500@item ABS(@var{n})
8501Returns the absolute value of @var{n}.
8502
8503@item CAP(@var{c})
8504If @var{c} is a lower case letter, it returns its upper case
8505equivalent, otherwise it returns its argument.
8506
8507@item CHR(@var{i})
8508Returns the character whose ordinal value is @var{i}.
8509
8510@item DEC(@var{v})
8511Decrements the value in the variable @var{v} by one. Returns the new value.
8512
8513@item DEC(@var{v},@var{i})
8514Decrements the value in the variable @var{v} by @var{i}. Returns the
8515new value.
8516
8517@item EXCL(@var{m},@var{s})
8518Removes the element @var{m} from the set @var{s}. Returns the new
8519set.
8520
8521@item FLOAT(@var{i})
8522Returns the floating point equivalent of the integer @var{i}.
8523
8524@item HIGH(@var{a})
8525Returns the index of the last member of @var{a}.
8526
8527@item INC(@var{v})
8528Increments the value in the variable @var{v} by one. Returns the new value.
8529
8530@item INC(@var{v},@var{i})
8531Increments the value in the variable @var{v} by @var{i}. Returns the
8532new value.
8533
8534@item INCL(@var{m},@var{s})
8535Adds the element @var{m} to the set @var{s} if it is not already
8536there. Returns the new set.
8537
8538@item MAX(@var{t})
8539Returns the maximum value of the type @var{t}.
8540
8541@item MIN(@var{t})
8542Returns the minimum value of the type @var{t}.
8543
8544@item ODD(@var{i})
8545Returns boolean TRUE if @var{i} is an odd number.
8546
8547@item ORD(@var{x})
8548Returns the ordinal value of its argument. For example, the ordinal
8549value of a character is its @sc{ascii} value (on machines supporting the
8550@sc{ascii} character set). @var{x} must be of an ordered type, which include
8551integral, character and enumerated types.
8552
8553@item SIZE(@var{x})
8554Returns the size of its argument. @var{x} can be a variable or a type.
8555
8556@item TRUNC(@var{r})
8557Returns the integral part of @var{r}.
8558
8559@item VAL(@var{t},@var{i})
8560Returns the member of the type @var{t} whose ordinal value is @var{i}.
8561@end table
8562
8563@quotation
8564@emph{Warning:} Sets and their operations are not yet supported, so
8565@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
8566an error.
8567@end quotation
8568
8569@cindex Modula-2 constants
8570@node M2 Constants
8571@subsubsection Constants
8572
8573@value{GDBN} allows you to express the constants of Modula-2 in the following
8574ways:
8575
8576@itemize @bullet
8577
8578@item
8579Integer constants are simply a sequence of digits. When used in an
8580expression, a constant is interpreted to be type-compatible with the
8581rest of the expression. Hexadecimal integers are specified by a
8582trailing @samp{H}, and octal integers by a trailing @samp{B}.
8583
8584@item
8585Floating point constants appear as a sequence of digits, followed by a
8586decimal point and another sequence of digits. An optional exponent can
8587then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
8588@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
8589digits of the floating point constant must be valid decimal (base 10)
8590digits.
8591
8592@item
8593Character constants consist of a single character enclosed by a pair of
8594like quotes, either single (@code{'}) or double (@code{"}). They may
8595also be expressed by their ordinal value (their @sc{ascii} value, usually)
8596followed by a @samp{C}.
8597
8598@item
8599String constants consist of a sequence of characters enclosed by a
8600pair of like quotes, either single (@code{'}) or double (@code{"}).
8601Escape sequences in the style of C are also allowed. @xref{C
8602Constants, ,C and C@t{++} constants}, for a brief explanation of escape
8603sequences.
8604
8605@item
8606Enumerated constants consist of an enumerated identifier.
8607
8608@item
8609Boolean constants consist of the identifiers @code{TRUE} and
8610@code{FALSE}.
8611
8612@item
8613Pointer constants consist of integral values only.
8614
8615@item
8616Set constants are not yet supported.
8617@end itemize
8618
8619@node M2 Defaults
8620@subsubsection Modula-2 defaults
8621@cindex Modula-2 defaults
8622
8623If type and range checking are set automatically by @value{GDBN}, they
8624both default to @code{on} whenever the working language changes to
8625Modula-2. This happens regardless of whether you or @value{GDBN}
8626selected the working language.
8627
8628If you allow @value{GDBN} to set the language automatically, then entering
8629code compiled from a file whose name ends with @file{.mod} sets the
8630working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
8631the language automatically}, for further details.
8632
8633@node Deviations
8634@subsubsection Deviations from standard Modula-2
8635@cindex Modula-2, deviations from
8636
8637A few changes have been made to make Modula-2 programs easier to debug.
8638This is done primarily via loosening its type strictness:
8639
8640@itemize @bullet
8641@item
8642Unlike in standard Modula-2, pointer constants can be formed by
8643integers. This allows you to modify pointer variables during
8644debugging. (In standard Modula-2, the actual address contained in a
8645pointer variable is hidden from you; it can only be modified
8646through direct assignment to another pointer variable or expression that
8647returned a pointer.)
8648
8649@item
8650C escape sequences can be used in strings and characters to represent
8651non-printable characters. @value{GDBN} prints out strings with these
8652escape sequences embedded. Single non-printable characters are
8653printed using the @samp{CHR(@var{nnn})} format.
8654
8655@item
8656The assignment operator (@code{:=}) returns the value of its right-hand
8657argument.
8658
8659@item
8660All built-in procedures both modify @emph{and} return their argument.
8661@end itemize
8662
8663@node M2 Checks
8664@subsubsection Modula-2 type and range checks
8665@cindex Modula-2 checks
8666
8667@quotation
8668@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
8669range checking.
8670@end quotation
8671@c FIXME remove warning when type/range checks added
8672
8673@value{GDBN} considers two Modula-2 variables type equivalent if:
8674
8675@itemize @bullet
8676@item
8677They are of types that have been declared equivalent via a @code{TYPE
8678@var{t1} = @var{t2}} statement
8679
8680@item
8681They have been declared on the same line. (Note: This is true of the
8682@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
8683@end itemize
8684
8685As long as type checking is enabled, any attempt to combine variables
8686whose types are not equivalent is an error.
8687
8688Range checking is done on all mathematical operations, assignment, array
8689index bounds, and all built-in functions and procedures.
8690
8691@node M2 Scope
8692@subsubsection The scope operators @code{::} and @code{.}
8693@cindex scope
8694@cindex @code{.}, Modula-2 scope operator
8695@cindex colon, doubled as scope operator
8696@ifinfo
8697@vindex colon-colon@r{, in Modula-2}
8698@c Info cannot handle :: but TeX can.
8699@end ifinfo
8700@iftex
8701@vindex ::@r{, in Modula-2}
8702@end iftex
8703
8704There are a few subtle differences between the Modula-2 scope operator
8705(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
8706similar syntax:
8707
8708@smallexample
8709
8710@var{module} . @var{id}
8711@var{scope} :: @var{id}
8712@end smallexample
8713
8714@noindent
8715where @var{scope} is the name of a module or a procedure,
8716@var{module} the name of a module, and @var{id} is any declared
8717identifier within your program, except another module.
8718
8719Using the @code{::} operator makes @value{GDBN} search the scope
8720specified by @var{scope} for the identifier @var{id}. If it is not
8721found in the specified scope, then @value{GDBN} searches all scopes
8722enclosing the one specified by @var{scope}.
8723
8724Using the @code{.} operator makes @value{GDBN} search the current scope for
8725the identifier specified by @var{id} that was imported from the
8726definition module specified by @var{module}. With this operator, it is
8727an error if the identifier @var{id} was not imported from definition
8728module @var{module}, or if @var{id} is not an identifier in
8729@var{module}.
8730
8731@node GDB/M2
8732@subsubsection @value{GDBN} and Modula-2
8733
8734Some @value{GDBN} commands have little use when debugging Modula-2 programs.
8735Five subcommands of @code{set print} and @code{show print} apply
8736specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
8737@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
8738apply to C@t{++}, and the last to the C @code{union} type, which has no direct
8739analogue in Modula-2.
8740
8741The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
8742with any language, is not useful with Modula-2. Its
8743intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
8744created in Modula-2 as they can in C or C@t{++}. However, because an
8745address can be specified by an integral constant, the construct
8746@samp{@{@var{type}@}@var{adrexp}} is still useful.
8747
8748@cindex @code{#} in Modula-2
8749In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
8750interpreted as the beginning of a comment. Use @code{<>} instead.
8751
8752@node Symbols
8753@chapter Examining the Symbol Table
8754
8755The commands described in this chapter allow you to inquire about the
8756symbols (names of variables, functions and types) defined in your
8757program. This information is inherent in the text of your program and
8758does not change as your program executes. @value{GDBN} finds it in your
8759program's symbol table, in the file indicated when you started @value{GDBN}
8760(@pxref{File Options, ,Choosing files}), or by one of the
8761file-management commands (@pxref{Files, ,Commands to specify files}).
8762
8763@cindex symbol names
8764@cindex names of symbols
8765@cindex quoting names
8766Occasionally, you may need to refer to symbols that contain unusual
8767characters, which @value{GDBN} ordinarily treats as word delimiters. The
8768most frequent case is in referring to static variables in other
8769source files (@pxref{Variables,,Program variables}). File names
8770are recorded in object files as debugging symbols, but @value{GDBN} would
8771ordinarily parse a typical file name, like @file{foo.c}, as the three words
8772@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
8773@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
8774
8775@smallexample
8776p 'foo.c'::x
8777@end smallexample
8778
8779@noindent
8780looks up the value of @code{x} in the scope of the file @file{foo.c}.
8781
8782@table @code
8783@kindex info address
8784@cindex address of a symbol
8785@item info address @var{symbol}
8786Describe where the data for @var{symbol} is stored. For a register
8787variable, this says which register it is kept in. For a non-register
8788local variable, this prints the stack-frame offset at which the variable
8789is always stored.
8790
8791Note the contrast with @samp{print &@var{symbol}}, which does not work
8792at all for a register variable, and for a stack local variable prints
8793the exact address of the current instantiation of the variable.
8794
8795@kindex info symbol
8796@cindex symbol from address
8797@item info symbol @var{addr}
8798Print the name of a symbol which is stored at the address @var{addr}.
8799If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
8800nearest symbol and an offset from it:
8801
8802@smallexample
8803(@value{GDBP}) info symbol 0x54320
8804_initialize_vx + 396 in section .text
8805@end smallexample
8806
8807@noindent
8808This is the opposite of the @code{info address} command. You can use
8809it to find out the name of a variable or a function given its address.
8810
8811@kindex whatis
8812@item whatis @var{expr}
8813Print the data type of expression @var{expr}. @var{expr} is not
8814actually evaluated, and any side-effecting operations (such as
8815assignments or function calls) inside it do not take place.
8816@xref{Expressions, ,Expressions}.
8817
8818@item whatis
8819Print the data type of @code{$}, the last value in the value history.
8820
8821@kindex ptype
8822@item ptype @var{typename}
8823Print a description of data type @var{typename}. @var{typename} may be
8824the name of a type, or for C code it may have the form @samp{class
8825@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
8826@var{union-tag}} or @samp{enum @var{enum-tag}}.
8827
8828@item ptype @var{expr}
8829@itemx ptype
8830Print a description of the type of expression @var{expr}. @code{ptype}
8831differs from @code{whatis} by printing a detailed description, instead
8832of just the name of the type.
8833
8834For example, for this variable declaration:
8835
8836@smallexample
8837struct complex @{double real; double imag;@} v;
8838@end smallexample
8839
8840@noindent
8841the two commands give this output:
8842
8843@smallexample
8844@group
8845(@value{GDBP}) whatis v
8846type = struct complex
8847(@value{GDBP}) ptype v
8848type = struct complex @{
8849 double real;
8850 double imag;
8851@}
8852@end group
8853@end smallexample
8854
8855@noindent
8856As with @code{whatis}, using @code{ptype} without an argument refers to
8857the type of @code{$}, the last value in the value history.
8858
8859@kindex info types
8860@item info types @var{regexp}
8861@itemx info types
8862Print a brief description of all types whose names match @var{regexp}
8863(or all types in your program, if you supply no argument). Each
8864complete typename is matched as though it were a complete line; thus,
8865@samp{i type value} gives information on all types in your program whose
8866names include the string @code{value}, but @samp{i type ^value$} gives
8867information only on types whose complete name is @code{value}.
8868
8869This command differs from @code{ptype} in two ways: first, like
8870@code{whatis}, it does not print a detailed description; second, it
8871lists all source files where a type is defined.
8872
8873@kindex info scope
8874@cindex local variables
8875@item info scope @var{addr}
8876List all the variables local to a particular scope. This command
8877accepts a location---a function name, a source line, or an address
8878preceded by a @samp{*}, and prints all the variables local to the
8879scope defined by that location. For example:
8880
8881@smallexample
8882(@value{GDBP}) @b{info scope command_line_handler}
8883Scope for command_line_handler:
8884Symbol rl is an argument at stack/frame offset 8, length 4.
8885Symbol linebuffer is in static storage at address 0x150a18, length 4.
8886Symbol linelength is in static storage at address 0x150a1c, length 4.
8887Symbol p is a local variable in register $esi, length 4.
8888Symbol p1 is a local variable in register $ebx, length 4.
8889Symbol nline is a local variable in register $edx, length 4.
8890Symbol repeat is a local variable at frame offset -8, length 4.
8891@end smallexample
8892
8893@noindent
8894This command is especially useful for determining what data to collect
8895during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
8896collect}.
8897
8898@kindex info source
8899@item info source
8900Show information about the current source file---that is, the source file for
8901the function containing the current point of execution:
8902@itemize @bullet
8903@item
8904the name of the source file, and the directory containing it,
8905@item
8906the directory it was compiled in,
8907@item
8908its length, in lines,
8909@item
8910which programming language it is written in,
8911@item
8912whether the executable includes debugging information for that file, and
8913if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
8914@item
8915whether the debugging information includes information about
8916preprocessor macros.
8917@end itemize
8918
8919
8920@kindex info sources
8921@item info sources
8922Print the names of all source files in your program for which there is
8923debugging information, organized into two lists: files whose symbols
8924have already been read, and files whose symbols will be read when needed.
8925
8926@kindex info functions
8927@item info functions
8928Print the names and data types of all defined functions.
8929
8930@item info functions @var{regexp}
8931Print the names and data types of all defined functions
8932whose names contain a match for regular expression @var{regexp}.
8933Thus, @samp{info fun step} finds all functions whose names
8934include @code{step}; @samp{info fun ^step} finds those whose names
8935start with @code{step}. If a function name contains characters
8936that conflict with the regular expression language (eg.
8937@samp{operator*()}), they may be quoted with a backslash.
8938
8939@kindex info variables
8940@item info variables
8941Print the names and data types of all variables that are declared
8942outside of functions (i.e.@: excluding local variables).
8943
8944@item info variables @var{regexp}
8945Print the names and data types of all variables (except for local
8946variables) whose names contain a match for regular expression
8947@var{regexp}.
8948
8949@ignore
8950This was never implemented.
8951@kindex info methods
8952@item info methods
8953@itemx info methods @var{regexp}
8954The @code{info methods} command permits the user to examine all defined
8955methods within C@t{++} program, or (with the @var{regexp} argument) a
8956specific set of methods found in the various C@t{++} classes. Many
8957C@t{++} classes provide a large number of methods. Thus, the output
8958from the @code{ptype} command can be overwhelming and hard to use. The
8959@code{info-methods} command filters the methods, printing only those
8960which match the regular-expression @var{regexp}.
8961@end ignore
8962
8963@cindex reloading symbols
8964Some systems allow individual object files that make up your program to
8965be replaced without stopping and restarting your program. For example,
8966in VxWorks you can simply recompile a defective object file and keep on
8967running. If you are running on one of these systems, you can allow
8968@value{GDBN} to reload the symbols for automatically relinked modules:
8969
8970@table @code
8971@kindex set symbol-reloading
8972@item set symbol-reloading on
8973Replace symbol definitions for the corresponding source file when an
8974object file with a particular name is seen again.
8975
8976@item set symbol-reloading off
8977Do not replace symbol definitions when encountering object files of the
8978same name more than once. This is the default state; if you are not
8979running on a system that permits automatic relinking of modules, you
8980should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
8981may discard symbols when linking large programs, that may contain
8982several modules (from different directories or libraries) with the same
8983name.
8984
8985@kindex show symbol-reloading
8986@item show symbol-reloading
8987Show the current @code{on} or @code{off} setting.
8988@end table
8989
8990@kindex set opaque-type-resolution
8991@item set opaque-type-resolution on
8992Tell @value{GDBN} to resolve opaque types. An opaque type is a type
8993declared as a pointer to a @code{struct}, @code{class}, or
8994@code{union}---for example, @code{struct MyType *}---that is used in one
8995source file although the full declaration of @code{struct MyType} is in
8996another source file. The default is on.
8997
8998A change in the setting of this subcommand will not take effect until
8999the next time symbols for a file are loaded.
9000
9001@item set opaque-type-resolution off
9002Tell @value{GDBN} not to resolve opaque types. In this case, the type
9003is printed as follows:
9004@smallexample
9005@{<no data fields>@}
9006@end smallexample
9007
9008@kindex show opaque-type-resolution
9009@item show opaque-type-resolution
9010Show whether opaque types are resolved or not.
9011
9012@kindex maint print symbols
9013@cindex symbol dump
9014@kindex maint print psymbols
9015@cindex partial symbol dump
9016@item maint print symbols @var{filename}
9017@itemx maint print psymbols @var{filename}
9018@itemx maint print msymbols @var{filename}
9019Write a dump of debugging symbol data into the file @var{filename}.
9020These commands are used to debug the @value{GDBN} symbol-reading code. Only
9021symbols with debugging data are included. If you use @samp{maint print
9022symbols}, @value{GDBN} includes all the symbols for which it has already
9023collected full details: that is, @var{filename} reflects symbols for
9024only those files whose symbols @value{GDBN} has read. You can use the
9025command @code{info sources} to find out which files these are. If you
9026use @samp{maint print psymbols} instead, the dump shows information about
9027symbols that @value{GDBN} only knows partially---that is, symbols defined in
9028files that @value{GDBN} has skimmed, but not yet read completely. Finally,
9029@samp{maint print msymbols} dumps just the minimal symbol information
9030required for each object file from which @value{GDBN} has read some symbols.
9031@xref{Files, ,Commands to specify files}, for a discussion of how
9032@value{GDBN} reads symbols (in the description of @code{symbol-file}).
9033
9034@kindex maint list symtabs
9035@kindex maint list psymtabs
9036@cindex listing @value{GDBN}'s internal symbol tables
9037@cindex symbol tables, listing @value{GDBN}'s internal
9038@cindex full symbol tables, listing @value{GDBN}'s internal
9039@cindex partial symbol tables, listing @value{GDBN}'s internal
9040@item maint list symtabs @r{[} @var{regexp} @r{]}
9041@itemx maint list psymtabs @r{[} @var{regexp} @r{]}
9042
9043List the @code{struct symtab} or @code{struct partial_symtab}
9044structures whose names match @var{regexp}. If @var{regexp} is not
9045given, list them all. The output includes expressions which you can
9046copy into a @value{GDBN} debugging this one to examine a particular
9047structure in more detail. For example:
9048
9049@smallexample
9050(@value{GDBP}) maint list psymtabs dwarf2read
9051@{ objfile /home/gnu/build/gdb/gdb
9052 ((struct objfile *) 0x82e69d0)
9053 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
9054 ((struct partial_symtab *) 0x8474b10)
9055 readin no
9056 fullname (null)
9057 text addresses 0x814d3c8 -- 0x8158074
9058 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
9059 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
9060 dependencies (none)
9061 @}
9062@}
9063(@value{GDBP}) maint list symtabs
9064(@value{GDBP})
9065@end smallexample
9066@noindent
9067We see that there is one partial symbol table whose filename contains
9068the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
9069and we see that @value{GDBN} has not read in any symtabs yet at all.
9070If we set a breakpoint on a function, that will cause @value{GDBN} to
9071read the symtab for the compilation unit containing that function:
9072
9073@smallexample
9074(@value{GDBP}) break dwarf2_psymtab_to_symtab
9075Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
9076line 1574.
9077(@value{GDBP}) maint list symtabs
9078@{ objfile /home/gnu/build/gdb/gdb
9079 ((struct objfile *) 0x82e69d0)
9080 @{ symtab /home/gnu/src/gdb/dwarf2read.c
9081 ((struct symtab *) 0x86c1f38)
9082 dirname (null)
9083 fullname (null)
9084 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
9085 debugformat DWARF 2
9086 @}
9087@}
9088(@value{GDBP})
9089@end smallexample
9090@end table
9091
9092
9093@node Altering
9094@chapter Altering Execution
9095
9096Once you think you have found an error in your program, you might want to
9097find out for certain whether correcting the apparent error would lead to
9098correct results in the rest of the run. You can find the answer by
9099experiment, using the @value{GDBN} features for altering execution of the
9100program.
9101
9102For example, you can store new values into variables or memory
9103locations, give your program a signal, restart it at a different
9104address, or even return prematurely from a function.
9105
9106@menu
9107* Assignment:: Assignment to variables
9108* Jumping:: Continuing at a different address
9109* Signaling:: Giving your program a signal
9110* Returning:: Returning from a function
9111* Calling:: Calling your program's functions
9112* Patching:: Patching your program
9113@end menu
9114
9115@node Assignment
9116@section Assignment to variables
9117
9118@cindex assignment
9119@cindex setting variables
9120To alter the value of a variable, evaluate an assignment expression.
9121@xref{Expressions, ,Expressions}. For example,
9122
9123@smallexample
9124print x=4
9125@end smallexample
9126
9127@noindent
9128stores the value 4 into the variable @code{x}, and then prints the
9129value of the assignment expression (which is 4).
9130@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
9131information on operators in supported languages.
9132
9133@kindex set variable
9134@cindex variables, setting
9135If you are not interested in seeing the value of the assignment, use the
9136@code{set} command instead of the @code{print} command. @code{set} is
9137really the same as @code{print} except that the expression's value is
9138not printed and is not put in the value history (@pxref{Value History,
9139,Value history}). The expression is evaluated only for its effects.
9140
9141If the beginning of the argument string of the @code{set} command
9142appears identical to a @code{set} subcommand, use the @code{set
9143variable} command instead of just @code{set}. This command is identical
9144to @code{set} except for its lack of subcommands. For example, if your
9145program has a variable @code{width}, you get an error if you try to set
9146a new value with just @samp{set width=13}, because @value{GDBN} has the
9147command @code{set width}:
9148
9149@smallexample
9150(@value{GDBP}) whatis width
9151type = double
9152(@value{GDBP}) p width
9153$4 = 13
9154(@value{GDBP}) set width=47
9155Invalid syntax in expression.
9156@end smallexample
9157
9158@noindent
9159The invalid expression, of course, is @samp{=47}. In
9160order to actually set the program's variable @code{width}, use
9161
9162@smallexample
9163(@value{GDBP}) set var width=47
9164@end smallexample
9165
9166Because the @code{set} command has many subcommands that can conflict
9167with the names of program variables, it is a good idea to use the
9168@code{set variable} command instead of just @code{set}. For example, if
9169your program has a variable @code{g}, you run into problems if you try
9170to set a new value with just @samp{set g=4}, because @value{GDBN} has
9171the command @code{set gnutarget}, abbreviated @code{set g}:
9172
9173@smallexample
9174@group
9175(@value{GDBP}) whatis g
9176type = double
9177(@value{GDBP}) p g
9178$1 = 1
9179(@value{GDBP}) set g=4
9180(@value{GDBP}) p g
9181$2 = 1
9182(@value{GDBP}) r
9183The program being debugged has been started already.
9184Start it from the beginning? (y or n) y
9185Starting program: /home/smith/cc_progs/a.out
9186"/home/smith/cc_progs/a.out": can't open to read symbols:
9187 Invalid bfd target.
9188(@value{GDBP}) show g
9189The current BFD target is "=4".
9190@end group
9191@end smallexample
9192
9193@noindent
9194The program variable @code{g} did not change, and you silently set the
9195@code{gnutarget} to an invalid value. In order to set the variable
9196@code{g}, use
9197
9198@smallexample
9199(@value{GDBP}) set var g=4
9200@end smallexample
9201
9202@value{GDBN} allows more implicit conversions in assignments than C; you can
9203freely store an integer value into a pointer variable or vice versa,
9204and you can convert any structure to any other structure that is the
9205same length or shorter.
9206@comment FIXME: how do structs align/pad in these conversions?
9207@comment /doc@cygnus.com 18dec1990
9208
9209To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
9210construct to generate a value of specified type at a specified address
9211(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
9212to memory location @code{0x83040} as an integer (which implies a certain size
9213and representation in memory), and
9214
9215@smallexample
9216set @{int@}0x83040 = 4
9217@end smallexample
9218
9219@noindent
9220stores the value 4 into that memory location.
9221
9222@node Jumping
9223@section Continuing at a different address
9224
9225Ordinarily, when you continue your program, you do so at the place where
9226it stopped, with the @code{continue} command. You can instead continue at
9227an address of your own choosing, with the following commands:
9228
9229@table @code
9230@kindex jump
9231@item jump @var{linespec}
9232Resume execution at line @var{linespec}. Execution stops again
9233immediately if there is a breakpoint there. @xref{List, ,Printing
9234source lines}, for a description of the different forms of
9235@var{linespec}. It is common practice to use the @code{tbreak} command
9236in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
9237breakpoints}.
9238
9239The @code{jump} command does not change the current stack frame, or
9240the stack pointer, or the contents of any memory location or any
9241register other than the program counter. If line @var{linespec} is in
9242a different function from the one currently executing, the results may
9243be bizarre if the two functions expect different patterns of arguments or
9244of local variables. For this reason, the @code{jump} command requests
9245confirmation if the specified line is not in the function currently
9246executing. However, even bizarre results are predictable if you are
9247well acquainted with the machine-language code of your program.
9248
9249@item jump *@var{address}
9250Resume execution at the instruction at address @var{address}.
9251@end table
9252
9253@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
9254On many systems, you can get much the same effect as the @code{jump}
9255command by storing a new value into the register @code{$pc}. The
9256difference is that this does not start your program running; it only
9257changes the address of where it @emph{will} run when you continue. For
9258example,
9259
9260@smallexample
9261set $pc = 0x485
9262@end smallexample
9263
9264@noindent
9265makes the next @code{continue} command or stepping command execute at
9266address @code{0x485}, rather than at the address where your program stopped.
9267@xref{Continuing and Stepping, ,Continuing and stepping}.
9268
9269The most common occasion to use the @code{jump} command is to back
9270up---perhaps with more breakpoints set---over a portion of a program
9271that has already executed, in order to examine its execution in more
9272detail.
9273
9274@c @group
9275@node Signaling
9276@section Giving your program a signal
9277
9278@table @code
9279@kindex signal
9280@item signal @var{signal}
9281Resume execution where your program stopped, but immediately give it the
9282signal @var{signal}. @var{signal} can be the name or the number of a
9283signal. For example, on many systems @code{signal 2} and @code{signal
9284SIGINT} are both ways of sending an interrupt signal.
9285
9286Alternatively, if @var{signal} is zero, continue execution without
9287giving a signal. This is useful when your program stopped on account of
9288a signal and would ordinary see the signal when resumed with the
9289@code{continue} command; @samp{signal 0} causes it to resume without a
9290signal.
9291
9292@code{signal} does not repeat when you press @key{RET} a second time
9293after executing the command.
9294@end table
9295@c @end group
9296
9297Invoking the @code{signal} command is not the same as invoking the
9298@code{kill} utility from the shell. Sending a signal with @code{kill}
9299causes @value{GDBN} to decide what to do with the signal depending on
9300the signal handling tables (@pxref{Signals}). The @code{signal} command
9301passes the signal directly to your program.
9302
9303
9304@node Returning
9305@section Returning from a function
9306
9307@table @code
9308@cindex returning from a function
9309@kindex return
9310@item return
9311@itemx return @var{expression}
9312You can cancel execution of a function call with the @code{return}
9313command. If you give an
9314@var{expression} argument, its value is used as the function's return
9315value.
9316@end table
9317
9318When you use @code{return}, @value{GDBN} discards the selected stack frame
9319(and all frames within it). You can think of this as making the
9320discarded frame return prematurely. If you wish to specify a value to
9321be returned, give that value as the argument to @code{return}.
9322
9323This pops the selected stack frame (@pxref{Selection, ,Selecting a
9324frame}), and any other frames inside of it, leaving its caller as the
9325innermost remaining frame. That frame becomes selected. The
9326specified value is stored in the registers used for returning values
9327of functions.
9328
9329The @code{return} command does not resume execution; it leaves the
9330program stopped in the state that would exist if the function had just
9331returned. In contrast, the @code{finish} command (@pxref{Continuing
9332and Stepping, ,Continuing and stepping}) resumes execution until the
9333selected stack frame returns naturally.
9334
9335@node Calling
9336@section Calling program functions
9337
9338@cindex calling functions
9339@kindex call
9340@table @code
9341@item call @var{expr}
9342Evaluate the expression @var{expr} without displaying @code{void}
9343returned values.
9344@end table
9345
9346You can use this variant of the @code{print} command if you want to
9347execute a function from your program, but without cluttering the output
9348with @code{void} returned values. If the result is not void, it
9349is printed and saved in the value history.
9350
9351@node Patching
9352@section Patching programs
9353
9354@cindex patching binaries
9355@cindex writing into executables
9356@cindex writing into corefiles
9357
9358By default, @value{GDBN} opens the file containing your program's
9359executable code (or the corefile) read-only. This prevents accidental
9360alterations to machine code; but it also prevents you from intentionally
9361patching your program's binary.
9362
9363If you'd like to be able to patch the binary, you can specify that
9364explicitly with the @code{set write} command. For example, you might
9365want to turn on internal debugging flags, or even to make emergency
9366repairs.
9367
9368@table @code
9369@kindex set write
9370@item set write on
9371@itemx set write off
9372If you specify @samp{set write on}, @value{GDBN} opens executable and
9373core files for both reading and writing; if you specify @samp{set write
9374off} (the default), @value{GDBN} opens them read-only.
9375
9376If you have already loaded a file, you must load it again (using the
9377@code{exec-file} or @code{core-file} command) after changing @code{set
9378write}, for your new setting to take effect.
9379
9380@item show write
9381@kindex show write
9382Display whether executable files and core files are opened for writing
9383as well as reading.
9384@end table
9385
9386@node GDB Files
9387@chapter @value{GDBN} Files
9388
9389@value{GDBN} needs to know the file name of the program to be debugged,
9390both in order to read its symbol table and in order to start your
9391program. To debug a core dump of a previous run, you must also tell
9392@value{GDBN} the name of the core dump file.
9393
9394@menu
9395* Files:: Commands to specify files
9396* Separate Debug Files:: Debugging information in separate files
9397* Symbol Errors:: Errors reading symbol files
9398@end menu
9399
9400@node Files
9401@section Commands to specify files
9402
9403@cindex symbol table
9404@cindex core dump file
9405
9406You may want to specify executable and core dump file names. The usual
9407way to do this is at start-up time, using the arguments to
9408@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
9409Out of @value{GDBN}}).
9410
9411Occasionally it is necessary to change to a different file during a
9412@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
9413a file you want to use. In these situations the @value{GDBN} commands
9414to specify new files are useful.
9415
9416@table @code
9417@cindex executable file
9418@kindex file
9419@item file @var{filename}
9420Use @var{filename} as the program to be debugged. It is read for its
9421symbols and for the contents of pure memory. It is also the program
9422executed when you use the @code{run} command. If you do not specify a
9423directory and the file is not found in the @value{GDBN} working directory,
9424@value{GDBN} uses the environment variable @code{PATH} as a list of
9425directories to search, just as the shell does when looking for a program
9426to run. You can change the value of this variable, for both @value{GDBN}
9427and your program, using the @code{path} command.
9428
9429On systems with memory-mapped files, an auxiliary file named
9430@file{@var{filename}.syms} may hold symbol table information for
9431@var{filename}. If so, @value{GDBN} maps in the symbol table from
9432@file{@var{filename}.syms}, starting up more quickly. See the
9433descriptions of the file options @samp{-mapped} and @samp{-readnow}
9434(available on the command line, and with the commands @code{file},
9435@code{symbol-file}, or @code{add-symbol-file}, described below),
9436for more information.
9437
9438@item file
9439@code{file} with no argument makes @value{GDBN} discard any information it
9440has on both executable file and the symbol table.
9441
9442@kindex exec-file
9443@item exec-file @r{[} @var{filename} @r{]}
9444Specify that the program to be run (but not the symbol table) is found
9445in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
9446if necessary to locate your program. Omitting @var{filename} means to
9447discard information on the executable file.
9448
9449@kindex symbol-file
9450@item symbol-file @r{[} @var{filename} @r{]}
9451Read symbol table information from file @var{filename}. @code{PATH} is
9452searched when necessary. Use the @code{file} command to get both symbol
9453table and program to run from the same file.
9454
9455@code{symbol-file} with no argument clears out @value{GDBN} information on your
9456program's symbol table.
9457
9458The @code{symbol-file} command causes @value{GDBN} to forget the contents
9459of its convenience variables, the value history, and all breakpoints and
9460auto-display expressions. This is because they may contain pointers to
9461the internal data recording symbols and data types, which are part of
9462the old symbol table data being discarded inside @value{GDBN}.
9463
9464@code{symbol-file} does not repeat if you press @key{RET} again after
9465executing it once.
9466
9467When @value{GDBN} is configured for a particular environment, it
9468understands debugging information in whatever format is the standard
9469generated for that environment; you may use either a @sc{gnu} compiler, or
9470other compilers that adhere to the local conventions.
9471Best results are usually obtained from @sc{gnu} compilers; for example,
9472using @code{@value{GCC}} you can generate debugging information for
9473optimized code.
9474
9475For most kinds of object files, with the exception of old SVR3 systems
9476using COFF, the @code{symbol-file} command does not normally read the
9477symbol table in full right away. Instead, it scans the symbol table
9478quickly to find which source files and which symbols are present. The
9479details are read later, one source file at a time, as they are needed.
9480
9481The purpose of this two-stage reading strategy is to make @value{GDBN}
9482start up faster. For the most part, it is invisible except for
9483occasional pauses while the symbol table details for a particular source
9484file are being read. (The @code{set verbose} command can turn these
9485pauses into messages if desired. @xref{Messages/Warnings, ,Optional
9486warnings and messages}.)
9487
9488We have not implemented the two-stage strategy for COFF yet. When the
9489symbol table is stored in COFF format, @code{symbol-file} reads the
9490symbol table data in full right away. Note that ``stabs-in-COFF''
9491still does the two-stage strategy, since the debug info is actually
9492in stabs format.
9493
9494@kindex readnow
9495@cindex reading symbols immediately
9496@cindex symbols, reading immediately
9497@kindex mapped
9498@cindex memory-mapped symbol file
9499@cindex saving symbol table
9500@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9501@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9502You can override the @value{GDBN} two-stage strategy for reading symbol
9503tables by using the @samp{-readnow} option with any of the commands that
9504load symbol table information, if you want to be sure @value{GDBN} has the
9505entire symbol table available.
9506
9507If memory-mapped files are available on your system through the
9508@code{mmap} system call, you can use another option, @samp{-mapped}, to
9509cause @value{GDBN} to write the symbols for your program into a reusable
9510file. Future @value{GDBN} debugging sessions map in symbol information
9511from this auxiliary symbol file (if the program has not changed), rather
9512than spending time reading the symbol table from the executable
9513program. Using the @samp{-mapped} option has the same effect as
9514starting @value{GDBN} with the @samp{-mapped} command-line option.
9515
9516You can use both options together, to make sure the auxiliary symbol
9517file has all the symbol information for your program.
9518
9519The auxiliary symbol file for a program called @var{myprog} is called
9520@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
9521than the corresponding executable), @value{GDBN} always attempts to use
9522it when you debug @var{myprog}; no special options or commands are
9523needed.
9524
9525The @file{.syms} file is specific to the host machine where you run
9526@value{GDBN}. It holds an exact image of the internal @value{GDBN}
9527symbol table. It cannot be shared across multiple host platforms.
9528
9529@c FIXME: for now no mention of directories, since this seems to be in
9530@c flux. 13mar1992 status is that in theory GDB would look either in
9531@c current dir or in same dir as myprog; but issues like competing
9532@c GDB's, or clutter in system dirs, mean that in practice right now
9533@c only current dir is used. FFish says maybe a special GDB hierarchy
9534@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
9535@c files.
9536
9537@kindex core
9538@kindex core-file
9539@item core-file @r{[} @var{filename} @r{]}
9540Specify the whereabouts of a core dump file to be used as the ``contents
9541of memory''. Traditionally, core files contain only some parts of the
9542address space of the process that generated them; @value{GDBN} can access the
9543executable file itself for other parts.
9544
9545@code{core-file} with no argument specifies that no core file is
9546to be used.
9547
9548Note that the core file is ignored when your program is actually running
9549under @value{GDBN}. So, if you have been running your program and you
9550wish to debug a core file instead, you must kill the subprocess in which
9551the program is running. To do this, use the @code{kill} command
9552(@pxref{Kill Process, ,Killing the child process}).
9553
9554@kindex add-symbol-file
9555@cindex dynamic linking
9556@item add-symbol-file @var{filename} @var{address}
9557@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
9558@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
9559The @code{add-symbol-file} command reads additional symbol table
9560information from the file @var{filename}. You would use this command
9561when @var{filename} has been dynamically loaded (by some other means)
9562into the program that is running. @var{address} should be the memory
9563address at which the file has been loaded; @value{GDBN} cannot figure
9564this out for itself. You can additionally specify an arbitrary number
9565of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
9566section name and base address for that section. You can specify any
9567@var{address} as an expression.
9568
9569The symbol table of the file @var{filename} is added to the symbol table
9570originally read with the @code{symbol-file} command. You can use the
9571@code{add-symbol-file} command any number of times; the new symbol data
9572thus read keeps adding to the old. To discard all old symbol data
9573instead, use the @code{symbol-file} command without any arguments.
9574
9575@cindex relocatable object files, reading symbols from
9576@cindex object files, relocatable, reading symbols from
9577@cindex reading symbols from relocatable object files
9578@cindex symbols, reading from relocatable object files
9579@cindex @file{.o} files, reading symbols from
9580Although @var{filename} is typically a shared library file, an
9581executable file, or some other object file which has been fully
9582relocated for loading into a process, you can also load symbolic
9583information from relocatable @file{.o} files, as long as:
9584
9585@itemize @bullet
9586@item
9587the file's symbolic information refers only to linker symbols defined in
9588that file, not to symbols defined by other object files,
9589@item
9590every section the file's symbolic information refers to has actually
9591been loaded into the inferior, as it appears in the file, and
9592@item
9593you can determine the address at which every section was loaded, and
9594provide these to the @code{add-symbol-file} command.
9595@end itemize
9596
9597@noindent
9598Some embedded operating systems, like Sun Chorus and VxWorks, can load
9599relocatable files into an already running program; such systems
9600typically make the requirements above easy to meet. However, it's
9601important to recognize that many native systems use complex link
9602procedures (@code{.linkonce} section factoring and C++ constructor table
9603assembly, for example) that make the requirements difficult to meet. In
9604general, one cannot assume that using @code{add-symbol-file} to read a
9605relocatable object file's symbolic information will have the same effect
9606as linking the relocatable object file into the program in the normal
9607way.
9608
9609@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
9610
9611You can use the @samp{-mapped} and @samp{-readnow} options just as with
9612the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
9613table information for @var{filename}.
9614
9615@kindex add-shared-symbol-file
9616@item add-shared-symbol-file
9617The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
9618operating system for the Motorola 88k. @value{GDBN} automatically looks for
9619shared libraries, however if @value{GDBN} does not find yours, you can run
9620@code{add-shared-symbol-file}. It takes no arguments.
9621
9622@kindex section
9623@item section
9624The @code{section} command changes the base address of section SECTION of
9625the exec file to ADDR. This can be used if the exec file does not contain
9626section addresses, (such as in the a.out format), or when the addresses
9627specified in the file itself are wrong. Each section must be changed
9628separately. The @code{info files} command, described below, lists all
9629the sections and their addresses.
9630
9631@kindex info files
9632@kindex info target
9633@item info files
9634@itemx info target
9635@code{info files} and @code{info target} are synonymous; both print the
9636current target (@pxref{Targets, ,Specifying a Debugging Target}),
9637including the names of the executable and core dump files currently in
9638use by @value{GDBN}, and the files from which symbols were loaded. The
9639command @code{help target} lists all possible targets rather than
9640current ones.
9641
9642@kindex maint info sections
9643@item maint info sections
9644Another command that can give you extra information about program sections
9645is @code{maint info sections}. In addition to the section information
9646displayed by @code{info files}, this command displays the flags and file
9647offset of each section in the executable and core dump files. In addition,
9648@code{maint info sections} provides the following command options (which
9649may be arbitrarily combined):
9650
9651@table @code
9652@item ALLOBJ
9653Display sections for all loaded object files, including shared libraries.
9654@item @var{sections}
9655Display info only for named @var{sections}.
9656@item @var{section-flags}
9657Display info only for sections for which @var{section-flags} are true.
9658The section flags that @value{GDBN} currently knows about are:
9659@table @code
9660@item ALLOC
9661Section will have space allocated in the process when loaded.
9662Set for all sections except those containing debug information.
9663@item LOAD
9664Section will be loaded from the file into the child process memory.
9665Set for pre-initialized code and data, clear for @code{.bss} sections.
9666@item RELOC
9667Section needs to be relocated before loading.
9668@item READONLY
9669Section cannot be modified by the child process.
9670@item CODE
9671Section contains executable code only.
9672@item DATA
9673Section contains data only (no executable code).
9674@item ROM
9675Section will reside in ROM.
9676@item CONSTRUCTOR
9677Section contains data for constructor/destructor lists.
9678@item HAS_CONTENTS
9679Section is not empty.
9680@item NEVER_LOAD
9681An instruction to the linker to not output the section.
9682@item COFF_SHARED_LIBRARY
9683A notification to the linker that the section contains
9684COFF shared library information.
9685@item IS_COMMON
9686Section contains common symbols.
9687@end table
9688@end table
9689@kindex set trust-readonly-sections
9690@item set trust-readonly-sections on
9691Tell @value{GDBN} that readonly sections in your object file
9692really are read-only (i.e.@: that their contents will not change).
9693In that case, @value{GDBN} can fetch values from these sections
9694out of the object file, rather than from the target program.
9695For some targets (notably embedded ones), this can be a significant
9696enhancement to debugging performance.
9697
9698The default is off.
9699
9700@item set trust-readonly-sections off
9701Tell @value{GDBN} not to trust readonly sections. This means that
9702the contents of the section might change while the program is running,
9703and must therefore be fetched from the target when needed.
9704@end table
9705
9706All file-specifying commands allow both absolute and relative file names
9707as arguments. @value{GDBN} always converts the file name to an absolute file
9708name and remembers it that way.
9709
9710@cindex shared libraries
9711@value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
9712libraries.
9713
9714@value{GDBN} automatically loads symbol definitions from shared libraries
9715when you use the @code{run} command, or when you examine a core file.
9716(Before you issue the @code{run} command, @value{GDBN} does not understand
9717references to a function in a shared library, however---unless you are
9718debugging a core file).
9719
9720On HP-UX, if the program loads a library explicitly, @value{GDBN}
9721automatically loads the symbols at the time of the @code{shl_load} call.
9722
9723@c FIXME: some @value{GDBN} release may permit some refs to undef
9724@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
9725@c FIXME...lib; check this from time to time when updating manual
9726
9727There are times, however, when you may wish to not automatically load
9728symbol definitions from shared libraries, such as when they are
9729particularly large or there are many of them.
9730
9731To control the automatic loading of shared library symbols, use the
9732commands:
9733
9734@table @code
9735@kindex set auto-solib-add
9736@item set auto-solib-add @var{mode}
9737If @var{mode} is @code{on}, symbols from all shared object libraries
9738will be loaded automatically when the inferior begins execution, you
9739attach to an independently started inferior, or when the dynamic linker
9740informs @value{GDBN} that a new library has been loaded. If @var{mode}
9741is @code{off}, symbols must be loaded manually, using the
9742@code{sharedlibrary} command. The default value is @code{on}.
9743
9744@kindex show auto-solib-add
9745@item show auto-solib-add
9746Display the current autoloading mode.
9747@end table
9748
9749To explicitly load shared library symbols, use the @code{sharedlibrary}
9750command:
9751
9752@table @code
9753@kindex info sharedlibrary
9754@kindex info share
9755@item info share
9756@itemx info sharedlibrary
9757Print the names of the shared libraries which are currently loaded.
9758
9759@kindex sharedlibrary
9760@kindex share
9761@item sharedlibrary @var{regex}
9762@itemx share @var{regex}
9763Load shared object library symbols for files matching a
9764Unix regular expression.
9765As with files loaded automatically, it only loads shared libraries
9766required by your program for a core file or after typing @code{run}. If
9767@var{regex} is omitted all shared libraries required by your program are
9768loaded.
9769@end table
9770
9771On some systems, such as HP-UX systems, @value{GDBN} supports
9772autoloading shared library symbols until a limiting threshold size is
9773reached. This provides the benefit of allowing autoloading to remain on
9774by default, but avoids autoloading excessively large shared libraries,
9775up to a threshold that is initially set, but which you can modify if you
9776wish.
9777
9778Beyond that threshold, symbols from shared libraries must be explicitly
9779loaded. To load these symbols, use the command @code{sharedlibrary
9780@var{filename}}. The base address of the shared library is determined
9781automatically by @value{GDBN} and need not be specified.
9782
9783To display or set the threshold, use the commands:
9784
9785@table @code
9786@kindex set auto-solib-limit
9787@item set auto-solib-limit @var{threshold}
9788Set the autoloading size threshold, in an integral number of megabytes.
9789If @var{threshold} is nonzero and shared library autoloading is enabled,
9790symbols from all shared object libraries will be loaded until the total
9791size of the loaded shared library symbols exceeds this threshold.
9792Otherwise, symbols must be loaded manually, using the
9793@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
9794Mb).
9795
9796@kindex show auto-solib-limit
9797@item show auto-solib-limit
9798Display the current autoloading size threshold, in megabytes.
9799@end table
9800
9801Shared libraries are also supported in many cross or remote debugging
9802configurations. A copy of the target's libraries need to be present on the
9803host system; they need to be the same as the target libraries, although the
9804copies on the target can be stripped as long as the copies on the host are
9805not.
9806
9807You need to tell @value{GDBN} where the target libraries are, so that it can
9808load the correct copies---otherwise, it may try to load the host's libraries.
9809@value{GDBN} has two variables to specify the search directories for target
9810libraries.
9811
9812@table @code
9813@kindex set solib-absolute-prefix
9814@item set solib-absolute-prefix @var{path}
9815If this variable is set, @var{path} will be used as a prefix for any
9816absolute shared library paths; many runtime loaders store the absolute
9817paths to the shared library in the target program's memory. If you use
9818@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
9819out in the same way that they are on the target, with e.g.@: a
9820@file{/usr/lib} hierarchy under @var{path}.
9821
9822You can set the default value of @samp{solib-absolute-prefix} by using the
9823configure-time @samp{--with-sysroot} option.
9824
9825@kindex show solib-absolute-prefix
9826@item show solib-absolute-prefix
9827Display the current shared library prefix.
9828
9829@kindex set solib-search-path
9830@item set solib-search-path @var{path}
9831If this variable is set, @var{path} is a colon-separated list of directories
9832to search for shared libraries. @samp{solib-search-path} is used after
9833@samp{solib-absolute-prefix} fails to locate the library, or if the path to
9834the library is relative instead of absolute. If you want to use
9835@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
9836set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
9837@value{GDBN} from finding your host's libraries.
9838
9839@kindex show solib-search-path
9840@item show solib-search-path
9841Display the current shared library search path.
9842@end table
9843
9844
9845@node Separate Debug Files
9846@section Debugging Information in Separate Files
9847@cindex separate debugging information files
9848@cindex debugging information in separate files
9849@cindex @file{.debug} subdirectories
9850@cindex debugging information directory, global
9851@cindex global debugging information directory
9852
9853@value{GDBN} allows you to put a program's debugging information in a
9854file separate from the executable itself, in a way that allows
9855@value{GDBN} to find and load the debugging information automatically.
9856Since debugging information can be very large --- sometimes larger
9857than the executable code itself --- some systems distribute debugging
9858information for their executables in separate files, which users can
9859install only when they need to debug a problem.
9860
9861If an executable's debugging information has been extracted to a
9862separate file, the executable should contain a @dfn{debug link} giving
9863the name of the debugging information file (with no directory
9864components), and a checksum of its contents. (The exact form of a
9865debug link is described below.) If the full name of the directory
9866containing the executable is @var{execdir}, and the executable has a
9867debug link that specifies the name @var{debugfile}, then @value{GDBN}
9868will automatically search for the debugging information file in three
9869places:
9870
9871@itemize @bullet
9872@item
9873the directory containing the executable file (that is, it will look
9874for a file named @file{@var{execdir}/@var{debugfile}},
9875@item
9876a subdirectory of that directory named @file{.debug} (that is, the
9877file @file{@var{execdir}/.debug/@var{debugfile}}, and
9878@item
9879a subdirectory of the global debug file directory that includes the
9880executable's full path, and the name from the link (that is, the file
9881@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
9882@var{globaldebugdir} is the global debug file directory, and
9883@var{execdir} has been turned into a relative path).
9884@end itemize
9885@noindent
9886@value{GDBN} checks under each of these names for a debugging
9887information file whose checksum matches that given in the link, and
9888reads the debugging information from the first one it finds.
9889
9890So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
9891which has a link containing the name @file{ls.debug}, and the global
9892debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
9893for debug information in @file{/usr/bin/ls.debug},
9894@file{/usr/bin/.debug/ls.debug}, and
9895@file{/usr/lib/debug/usr/bin/ls.debug}.
9896
9897You can set the global debugging info directory's name, and view the
9898name @value{GDBN} is currently using.
9899
9900@table @code
9901
9902@kindex set debug-file-directory
9903@item set debug-file-directory @var{directory}
9904Set the directory which @value{GDBN} searches for separate debugging
9905information files to @var{directory}.
9906
9907@kindex show debug-file-directory
9908@item show debug-file-directory
9909Show the directory @value{GDBN} searches for separate debugging
9910information files.
9911
9912@end table
9913
9914@cindex @code{.gnu_debuglink} sections
9915@cindex debug links
9916A debug link is a special section of the executable file named
9917@code{.gnu_debuglink}. The section must contain:
9918
9919@itemize
9920@item
9921A filename, with any leading directory components removed, followed by
9922a zero byte,
9923@item
9924zero to three bytes of padding, as needed to reach the next four-byte
9925boundary within the section, and
9926@item
9927a four-byte CRC checksum, stored in the same endianness used for the
9928executable file itself. The checksum is computed on the debugging
9929information file's full contents by the function given below, passing
9930zero as the @var{crc} argument.
9931@end itemize
9932
9933Any executable file format can carry a debug link, as long as it can
9934contain a section named @code{.gnu_debuglink} with the contents
9935described above.
9936
9937The debugging information file itself should be an ordinary
9938executable, containing a full set of linker symbols, sections, and
9939debugging information. The sections of the debugging information file
9940should have the same names, addresses and sizes as the original file,
9941but they need not contain any data --- much like a @code{.bss} section
9942in an ordinary executable.
9943
9944As of December 2002, there is no standard GNU utility to produce
9945separated executable / debugging information file pairs. Ulrich
9946Drepper's @file{elfutils} package, starting with version 0.53,
9947contains a version of the @code{strip} command such that the command
9948@kbd{strip foo -f foo.debug} removes the debugging information from
9949the executable file @file{foo}, places it in the file
9950@file{foo.debug}, and leaves behind a debug link in @file{foo}.
9951
9952Since there are many different ways to compute CRC's (different
9953polynomials, reversals, byte ordering, etc.), the simplest way to
9954describe the CRC used in @code{.gnu_debuglink} sections is to give the
9955complete code for a function that computes it:
9956
9957@kindex @code{gnu_debuglink_crc32}
9958@smallexample
9959unsigned long
9960gnu_debuglink_crc32 (unsigned long crc,
9961 unsigned char *buf, size_t len)
9962@{
9963 static const unsigned long crc32_table[256] =
9964 @{
9965 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
9966 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
9967 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
9968 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
9969 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
9970 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
9971 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
9972 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
9973 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
9974 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
9975 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
9976 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
9977 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
9978 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
9979 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
9980 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
9981 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
9982 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
9983 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
9984 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
9985 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
9986 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
9987 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
9988 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
9989 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
9990 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
9991 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
9992 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
9993 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
9994 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
9995 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
9996 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
9997 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
9998 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
9999 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
10000 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
10001 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
10002 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
10003 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
10004 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
10005 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
10006 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
10007 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
10008 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
10009 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
10010 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
10011 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
10012 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
10013 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
10014 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
10015 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
10016 0x2d02ef8d
10017 @};
10018 unsigned char *end;
10019
10020 crc = ~crc & 0xffffffff;
10021 for (end = buf + len; buf < end; ++buf)
10022 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
10023 return ~crc & 0xffffffff;;
10024@}
10025@end smallexample
10026
10027
10028@node Symbol Errors
10029@section Errors reading symbol files
10030
10031While reading a symbol file, @value{GDBN} occasionally encounters problems,
10032such as symbol types it does not recognize, or known bugs in compiler
10033output. By default, @value{GDBN} does not notify you of such problems, since
10034they are relatively common and primarily of interest to people
10035debugging compilers. If you are interested in seeing information
10036about ill-constructed symbol tables, you can either ask @value{GDBN} to print
10037only one message about each such type of problem, no matter how many
10038times the problem occurs; or you can ask @value{GDBN} to print more messages,
10039to see how many times the problems occur, with the @code{set
10040complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
10041messages}).
10042
10043The messages currently printed, and their meanings, include:
10044
10045@table @code
10046@item inner block not inside outer block in @var{symbol}
10047
10048The symbol information shows where symbol scopes begin and end
10049(such as at the start of a function or a block of statements). This
10050error indicates that an inner scope block is not fully contained
10051in its outer scope blocks.
10052
10053@value{GDBN} circumvents the problem by treating the inner block as if it had
10054the same scope as the outer block. In the error message, @var{symbol}
10055may be shown as ``@code{(don't know)}'' if the outer block is not a
10056function.
10057
10058@item block at @var{address} out of order
10059
10060The symbol information for symbol scope blocks should occur in
10061order of increasing addresses. This error indicates that it does not
10062do so.
10063
10064@value{GDBN} does not circumvent this problem, and has trouble
10065locating symbols in the source file whose symbols it is reading. (You
10066can often determine what source file is affected by specifying
10067@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
10068messages}.)
10069
10070@item bad block start address patched
10071
10072The symbol information for a symbol scope block has a start address
10073smaller than the address of the preceding source line. This is known
10074to occur in the SunOS 4.1.1 (and earlier) C compiler.
10075
10076@value{GDBN} circumvents the problem by treating the symbol scope block as
10077starting on the previous source line.
10078
10079@item bad string table offset in symbol @var{n}
10080
10081@cindex foo
10082Symbol number @var{n} contains a pointer into the string table which is
10083larger than the size of the string table.
10084
10085@value{GDBN} circumvents the problem by considering the symbol to have the
10086name @code{foo}, which may cause other problems if many symbols end up
10087with this name.
10088
10089@item unknown symbol type @code{0x@var{nn}}
10090
10091The symbol information contains new data types that @value{GDBN} does
10092not yet know how to read. @code{0x@var{nn}} is the symbol type of the
10093uncomprehended information, in hexadecimal.
10094
10095@value{GDBN} circumvents the error by ignoring this symbol information.
10096This usually allows you to debug your program, though certain symbols
10097are not accessible. If you encounter such a problem and feel like
10098debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
10099on @code{complain}, then go up to the function @code{read_dbx_symtab}
10100and examine @code{*bufp} to see the symbol.
10101
10102@item stub type has NULL name
10103
10104@value{GDBN} could not find the full definition for a struct or class.
10105
10106@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
10107The symbol information for a C@t{++} member function is missing some
10108information that recent versions of the compiler should have output for
10109it.
10110
10111@item info mismatch between compiler and debugger
10112
10113@value{GDBN} could not parse a type specification output by the compiler.
10114
10115@end table
10116
10117@node Targets
10118@chapter Specifying a Debugging Target
10119
10120@cindex debugging target
10121@kindex target
10122
10123A @dfn{target} is the execution environment occupied by your program.
10124
10125Often, @value{GDBN} runs in the same host environment as your program;
10126in that case, the debugging target is specified as a side effect when
10127you use the @code{file} or @code{core} commands. When you need more
10128flexibility---for example, running @value{GDBN} on a physically separate
10129host, or controlling a standalone system over a serial port or a
10130realtime system over a TCP/IP connection---you can use the @code{target}
10131command to specify one of the target types configured for @value{GDBN}
10132(@pxref{Target Commands, ,Commands for managing targets}).
10133
10134@menu
10135* Active Targets:: Active targets
10136* Target Commands:: Commands for managing targets
10137* Byte Order:: Choosing target byte order
10138* Remote:: Remote debugging
10139* KOD:: Kernel Object Display
10140
10141@end menu
10142
10143@node Active Targets
10144@section Active targets
10145
10146@cindex stacking targets
10147@cindex active targets
10148@cindex multiple targets
10149
10150There are three classes of targets: processes, core files, and
10151executable files. @value{GDBN} can work concurrently on up to three
10152active targets, one in each class. This allows you to (for example)
10153start a process and inspect its activity without abandoning your work on
10154a core file.
10155
10156For example, if you execute @samp{gdb a.out}, then the executable file
10157@code{a.out} is the only active target. If you designate a core file as
10158well---presumably from a prior run that crashed and coredumped---then
10159@value{GDBN} has two active targets and uses them in tandem, looking
10160first in the corefile target, then in the executable file, to satisfy
10161requests for memory addresses. (Typically, these two classes of target
10162are complementary, since core files contain only a program's
10163read-write memory---variables and so on---plus machine status, while
10164executable files contain only the program text and initialized data.)
10165
10166When you type @code{run}, your executable file becomes an active process
10167target as well. When a process target is active, all @value{GDBN}
10168commands requesting memory addresses refer to that target; addresses in
10169an active core file or executable file target are obscured while the
10170process target is active.
10171
10172Use the @code{core-file} and @code{exec-file} commands to select a new
10173core file or executable target (@pxref{Files, ,Commands to specify
10174files}). To specify as a target a process that is already running, use
10175the @code{attach} command (@pxref{Attach, ,Debugging an already-running
10176process}).
10177
10178@node Target Commands
10179@section Commands for managing targets
10180
10181@table @code
10182@item target @var{type} @var{parameters}
10183Connects the @value{GDBN} host environment to a target machine or
10184process. A target is typically a protocol for talking to debugging
10185facilities. You use the argument @var{type} to specify the type or
10186protocol of the target machine.
10187
10188Further @var{parameters} are interpreted by the target protocol, but
10189typically include things like device names or host names to connect
10190with, process numbers, and baud rates.
10191
10192The @code{target} command does not repeat if you press @key{RET} again
10193after executing the command.
10194
10195@kindex help target
10196@item help target
10197Displays the names of all targets available. To display targets
10198currently selected, use either @code{info target} or @code{info files}
10199(@pxref{Files, ,Commands to specify files}).
10200
10201@item help target @var{name}
10202Describe a particular target, including any parameters necessary to
10203select it.
10204
10205@kindex set gnutarget
10206@item set gnutarget @var{args}
10207@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
10208knows whether it is reading an @dfn{executable},
10209a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
10210with the @code{set gnutarget} command. Unlike most @code{target} commands,
10211with @code{gnutarget} the @code{target} refers to a program, not a machine.
10212
10213@quotation
10214@emph{Warning:} To specify a file format with @code{set gnutarget},
10215you must know the actual BFD name.
10216@end quotation
10217
10218@noindent
10219@xref{Files, , Commands to specify files}.
10220
10221@kindex show gnutarget
10222@item show gnutarget
10223Use the @code{show gnutarget} command to display what file format
10224@code{gnutarget} is set to read. If you have not set @code{gnutarget},
10225@value{GDBN} will determine the file format for each file automatically,
10226and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
10227@end table
10228
10229Here are some common targets (available, or not, depending on the GDB
10230configuration):
10231
10232@table @code
10233@kindex target exec
10234@item target exec @var{program}
10235An executable file. @samp{target exec @var{program}} is the same as
10236@samp{exec-file @var{program}}.
10237
10238@kindex target core
10239@item target core @var{filename}
10240A core dump file. @samp{target core @var{filename}} is the same as
10241@samp{core-file @var{filename}}.
10242
10243@kindex target remote
10244@item target remote @var{dev}
10245Remote serial target in GDB-specific protocol. The argument @var{dev}
10246specifies what serial device to use for the connection (e.g.
10247@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
10248supports the @code{load} command. This is only useful if you have
10249some other way of getting the stub to the target system, and you can put
10250it somewhere in memory where it won't get clobbered by the download.
10251
10252@kindex target sim
10253@item target sim
10254Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
10255In general,
10256@smallexample
10257 target sim
10258 load
10259 run
10260@end smallexample
10261@noindent
10262works; however, you cannot assume that a specific memory map, device
10263drivers, or even basic I/O is available, although some simulators do
10264provide these. For info about any processor-specific simulator details,
10265see the appropriate section in @ref{Embedded Processors, ,Embedded
10266Processors}.
10267
10268@end table
10269
10270Some configurations may include these targets as well:
10271
10272@table @code
10273
10274@kindex target nrom
10275@item target nrom @var{dev}
10276NetROM ROM emulator. This target only supports downloading.
10277
10278@end table
10279
10280Different targets are available on different configurations of @value{GDBN};
10281your configuration may have more or fewer targets.
10282
10283Many remote targets require you to download the executable's code
10284once you've successfully established a connection.
10285
10286@table @code
10287
10288@kindex load @var{filename}
10289@item load @var{filename}
10290Depending on what remote debugging facilities are configured into
10291@value{GDBN}, the @code{load} command may be available. Where it exists, it
10292is meant to make @var{filename} (an executable) available for debugging
10293on the remote system---by downloading, or dynamic linking, for example.
10294@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
10295the @code{add-symbol-file} command.
10296
10297If your @value{GDBN} does not have a @code{load} command, attempting to
10298execute it gets the error message ``@code{You can't do that when your
10299target is @dots{}}''
10300
10301The file is loaded at whatever address is specified in the executable.
10302For some object file formats, you can specify the load address when you
10303link the program; for other formats, like a.out, the object file format
10304specifies a fixed address.
10305@c FIXME! This would be a good place for an xref to the GNU linker doc.
10306
10307@code{load} does not repeat if you press @key{RET} again after using it.
10308@end table
10309
10310@node Byte Order
10311@section Choosing target byte order
10312
10313@cindex choosing target byte order
10314@cindex target byte order
10315
10316Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
10317offer the ability to run either big-endian or little-endian byte
10318orders. Usually the executable or symbol will include a bit to
10319designate the endian-ness, and you will not need to worry about
10320which to use. However, you may still find it useful to adjust
10321@value{GDBN}'s idea of processor endian-ness manually.
10322
10323@table @code
10324@kindex set endian big
10325@item set endian big
10326Instruct @value{GDBN} to assume the target is big-endian.
10327
10328@kindex set endian little
10329@item set endian little
10330Instruct @value{GDBN} to assume the target is little-endian.
10331
10332@kindex set endian auto
10333@item set endian auto
10334Instruct @value{GDBN} to use the byte order associated with the
10335executable.
10336
10337@item show endian
10338Display @value{GDBN}'s current idea of the target byte order.
10339
10340@end table
10341
10342Note that these commands merely adjust interpretation of symbolic
10343data on the host, and that they have absolutely no effect on the
10344target system.
10345
10346@node Remote
10347@section Remote debugging
10348@cindex remote debugging
10349
10350If you are trying to debug a program running on a machine that cannot run
10351@value{GDBN} in the usual way, it is often useful to use remote debugging.
10352For example, you might use remote debugging on an operating system kernel,
10353or on a small system which does not have a general purpose operating system
10354powerful enough to run a full-featured debugger.
10355
10356Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
10357to make this work with particular debugging targets. In addition,
10358@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
10359but not specific to any particular target system) which you can use if you
10360write the remote stubs---the code that runs on the remote system to
10361communicate with @value{GDBN}.
10362
10363Other remote targets may be available in your
10364configuration of @value{GDBN}; use @code{help target} to list them.
10365
10366@node KOD
10367@section Kernel Object Display
10368
10369@cindex kernel object display
10370@cindex kernel object
10371@cindex KOD
10372
10373Some targets support kernel object display. Using this facility,
10374@value{GDBN} communicates specially with the underlying operating system
10375and can display information about operating system-level objects such as
10376mutexes and other synchronization objects. Exactly which objects can be
10377displayed is determined on a per-OS basis.
10378
10379Use the @code{set os} command to set the operating system. This tells
10380@value{GDBN} which kernel object display module to initialize:
10381
10382@smallexample
10383(@value{GDBP}) set os cisco
10384@end smallexample
10385
10386If @code{set os} succeeds, @value{GDBN} will display some information
10387about the operating system, and will create a new @code{info} command
10388which can be used to query the target. The @code{info} command is named
10389after the operating system:
10390
10391@smallexample
10392(@value{GDBP}) info cisco
10393List of Cisco Kernel Objects
10394Object Description
10395any Any and all objects
10396@end smallexample
10397
10398Further subcommands can be used to query about particular objects known
10399by the kernel.
10400
10401There is currently no way to determine whether a given operating system
10402is supported other than to try it.
10403
10404
10405@node Remote Debugging
10406@chapter Debugging remote programs
10407
10408@menu
10409* Server:: Using the gdbserver program
10410* NetWare:: Using the gdbserve.nlm program
10411* Remote configuration:: Remote configuration
10412* remote stub:: Implementing a remote stub
10413@end menu
10414
10415@node Server
10416@section Using the @code{gdbserver} program
10417
10418@kindex gdbserver
10419@cindex remote connection without stubs
10420@code{gdbserver} is a control program for Unix-like systems, which
10421allows you to connect your program with a remote @value{GDBN} via
10422@code{target remote}---but without linking in the usual debugging stub.
10423
10424@code{gdbserver} is not a complete replacement for the debugging stubs,
10425because it requires essentially the same operating-system facilities
10426that @value{GDBN} itself does. In fact, a system that can run
10427@code{gdbserver} to connect to a remote @value{GDBN} could also run
10428@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
10429because it is a much smaller program than @value{GDBN} itself. It is
10430also easier to port than all of @value{GDBN}, so you may be able to get
10431started more quickly on a new system by using @code{gdbserver}.
10432Finally, if you develop code for real-time systems, you may find that
10433the tradeoffs involved in real-time operation make it more convenient to
10434do as much development work as possible on another system, for example
10435by cross-compiling. You can use @code{gdbserver} to make a similar
10436choice for debugging.
10437
10438@value{GDBN} and @code{gdbserver} communicate via either a serial line
10439or a TCP connection, using the standard @value{GDBN} remote serial
10440protocol.
10441
10442@table @emph
10443@item On the target machine,
10444you need to have a copy of the program you want to debug.
10445@code{gdbserver} does not need your program's symbol table, so you can
10446strip the program if necessary to save space. @value{GDBN} on the host
10447system does all the symbol handling.
10448
10449To use the server, you must tell it how to communicate with @value{GDBN};
10450the name of your program; and the arguments for your program. The usual
10451syntax is:
10452
10453@smallexample
10454target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
10455@end smallexample
10456
10457@var{comm} is either a device name (to use a serial line) or a TCP
10458hostname and portnumber. For example, to debug Emacs with the argument
10459@samp{foo.txt} and communicate with @value{GDBN} over the serial port
10460@file{/dev/com1}:
10461
10462@smallexample
10463target> gdbserver /dev/com1 emacs foo.txt
10464@end smallexample
10465
10466@code{gdbserver} waits passively for the host @value{GDBN} to communicate
10467with it.
10468
10469To use a TCP connection instead of a serial line:
10470
10471@smallexample
10472target> gdbserver host:2345 emacs foo.txt
10473@end smallexample
10474
10475The only difference from the previous example is the first argument,
10476specifying that you are communicating with the host @value{GDBN} via
10477TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
10478expect a TCP connection from machine @samp{host} to local TCP port 2345.
10479(Currently, the @samp{host} part is ignored.) You can choose any number
10480you want for the port number as long as it does not conflict with any
10481TCP ports already in use on the target system (for example, @code{23} is
10482reserved for @code{telnet}).@footnote{If you choose a port number that
10483conflicts with another service, @code{gdbserver} prints an error message
10484and exits.} You must use the same port number with the host @value{GDBN}
10485@code{target remote} command.
10486
10487On some targets, @code{gdbserver} can also attach to running programs.
10488This is accomplished via the @code{--attach} argument. The syntax is:
10489
10490@smallexample
10491target> gdbserver @var{comm} --attach @var{pid}
10492@end smallexample
10493
10494@var{pid} is the process ID of a currently running process. It isn't necessary
10495to point @code{gdbserver} at a binary for the running process.
10496
10497@item On the @value{GDBN} host machine,
10498you need an unstripped copy of your program, since @value{GDBN} needs
10499symbols and debugging information. Start up @value{GDBN} as usual,
10500using the name of the local copy of your program as the first argument.
10501(You may also need the @w{@samp{--baud}} option if the serial line is
10502running at anything other than 9600@dmn{bps}.) After that, use @code{target
10503remote} to establish communications with @code{gdbserver}. Its argument
10504is either a device name (usually a serial device, like
10505@file{/dev/ttyb}), or a TCP port descriptor in the form
10506@code{@var{host}:@var{PORT}}. For example:
10507
10508@smallexample
10509(@value{GDBP}) target remote /dev/ttyb
10510@end smallexample
10511
10512@noindent
10513communicates with the server via serial line @file{/dev/ttyb}, and
10514
10515@smallexample
10516(@value{GDBP}) target remote the-target:2345
10517@end smallexample
10518
10519@noindent
10520communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
10521For TCP connections, you must start up @code{gdbserver} prior to using
10522the @code{target remote} command. Otherwise you may get an error whose
10523text depends on the host system, but which usually looks something like
10524@samp{Connection refused}.
10525@end table
10526
10527@node NetWare
10528@section Using the @code{gdbserve.nlm} program
10529
10530@kindex gdbserve.nlm
10531@code{gdbserve.nlm} is a control program for NetWare systems, which
10532allows you to connect your program with a remote @value{GDBN} via
10533@code{target remote}.
10534
10535@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
10536using the standard @value{GDBN} remote serial protocol.
10537
10538@table @emph
10539@item On the target machine,
10540you need to have a copy of the program you want to debug.
10541@code{gdbserve.nlm} does not need your program's symbol table, so you
10542can strip the program if necessary to save space. @value{GDBN} on the
10543host system does all the symbol handling.
10544
10545To use the server, you must tell it how to communicate with
10546@value{GDBN}; the name of your program; and the arguments for your
10547program. The syntax is:
10548
10549@smallexample
10550load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
10551 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
10552@end smallexample
10553
10554@var{board} and @var{port} specify the serial line; @var{baud} specifies
10555the baud rate used by the connection. @var{port} and @var{node} default
10556to 0, @var{baud} defaults to 9600@dmn{bps}.
10557
10558For example, to debug Emacs with the argument @samp{foo.txt}and
10559communicate with @value{GDBN} over serial port number 2 or board 1
10560using a 19200@dmn{bps} connection:
10561
10562@smallexample
10563load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
10564@end smallexample
10565
10566@item On the @value{GDBN} host machine,
10567you need an unstripped copy of your program, since @value{GDBN} needs
10568symbols and debugging information. Start up @value{GDBN} as usual,
10569using the name of the local copy of your program as the first argument.
10570(You may also need the @w{@samp{--baud}} option if the serial line is
10571running at anything other than 9600@dmn{bps}. After that, use @code{target
10572remote} to establish communications with @code{gdbserve.nlm}. Its
10573argument is a device name (usually a serial device, like
10574@file{/dev/ttyb}). For example:
10575
10576@smallexample
10577(@value{GDBP}) target remote /dev/ttyb
10578@end smallexample
10579
10580@noindent
10581communications with the server via serial line @file{/dev/ttyb}.
10582@end table
10583
10584@node Remote configuration
10585@section Remote configuration
10586
10587The following configuration options are available when debugging remote
10588programs:
10589
10590@table @code
10591@kindex set remote hardware-watchpoint-limit
10592@kindex set remote hardware-breakpoint-limit
10593@anchor{set remote hardware-watchpoint-limit}
10594@anchor{set remote hardware-breakpoint-limit}
10595@item set remote hardware-watchpoint-limit @var{limit}
10596@itemx set remote hardware-breakpoint-limit @var{limit}
10597Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
10598watchpoints. A limit of -1, the default, is treated as unlimited.
10599@end table
10600
10601@node remote stub
10602@section Implementing a remote stub
10603
10604@cindex debugging stub, example
10605@cindex remote stub, example
10606@cindex stub example, remote debugging
10607The stub files provided with @value{GDBN} implement the target side of the
10608communication protocol, and the @value{GDBN} side is implemented in the
10609@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
10610these subroutines to communicate, and ignore the details. (If you're
10611implementing your own stub file, you can still ignore the details: start
10612with one of the existing stub files. @file{sparc-stub.c} is the best
10613organized, and therefore the easiest to read.)
10614
10615@cindex remote serial debugging, overview
10616To debug a program running on another machine (the debugging
10617@dfn{target} machine), you must first arrange for all the usual
10618prerequisites for the program to run by itself. For example, for a C
10619program, you need:
10620
10621@enumerate
10622@item
10623A startup routine to set up the C runtime environment; these usually
10624have a name like @file{crt0}. The startup routine may be supplied by
10625your hardware supplier, or you may have to write your own.
10626
10627@item
10628A C subroutine library to support your program's
10629subroutine calls, notably managing input and output.
10630
10631@item
10632A way of getting your program to the other machine---for example, a
10633download program. These are often supplied by the hardware
10634manufacturer, but you may have to write your own from hardware
10635documentation.
10636@end enumerate
10637
10638The next step is to arrange for your program to use a serial port to
10639communicate with the machine where @value{GDBN} is running (the @dfn{host}
10640machine). In general terms, the scheme looks like this:
10641
10642@table @emph
10643@item On the host,
10644@value{GDBN} already understands how to use this protocol; when everything
10645else is set up, you can simply use the @samp{target remote} command
10646(@pxref{Targets,,Specifying a Debugging Target}).
10647
10648@item On the target,
10649you must link with your program a few special-purpose subroutines that
10650implement the @value{GDBN} remote serial protocol. The file containing these
10651subroutines is called a @dfn{debugging stub}.
10652
10653On certain remote targets, you can use an auxiliary program
10654@code{gdbserver} instead of linking a stub into your program.
10655@xref{Server,,Using the @code{gdbserver} program}, for details.
10656@end table
10657
10658The debugging stub is specific to the architecture of the remote
10659machine; for example, use @file{sparc-stub.c} to debug programs on
10660@sc{sparc} boards.
10661
10662@cindex remote serial stub list
10663These working remote stubs are distributed with @value{GDBN}:
10664
10665@table @code
10666
10667@item i386-stub.c
10668@cindex @file{i386-stub.c}
10669@cindex Intel
10670@cindex i386
10671For Intel 386 and compatible architectures.
10672
10673@item m68k-stub.c
10674@cindex @file{m68k-stub.c}
10675@cindex Motorola 680x0
10676@cindex m680x0
10677For Motorola 680x0 architectures.
10678
10679@item sh-stub.c
10680@cindex @file{sh-stub.c}
10681@cindex Hitachi
10682@cindex SH
10683For Hitachi SH architectures.
10684
10685@item sparc-stub.c
10686@cindex @file{sparc-stub.c}
10687@cindex Sparc
10688For @sc{sparc} architectures.
10689
10690@item sparcl-stub.c
10691@cindex @file{sparcl-stub.c}
10692@cindex Fujitsu
10693@cindex SparcLite
10694For Fujitsu @sc{sparclite} architectures.
10695
10696@end table
10697
10698The @file{README} file in the @value{GDBN} distribution may list other
10699recently added stubs.
10700
10701@menu
10702* Stub Contents:: What the stub can do for you
10703* Bootstrapping:: What you must do for the stub
10704* Debug Session:: Putting it all together
10705@end menu
10706
10707@node Stub Contents
10708@subsection What the stub can do for you
10709
10710@cindex remote serial stub
10711The debugging stub for your architecture supplies these three
10712subroutines:
10713
10714@table @code
10715@item set_debug_traps
10716@kindex set_debug_traps
10717@cindex remote serial stub, initialization
10718This routine arranges for @code{handle_exception} to run when your
10719program stops. You must call this subroutine explicitly near the
10720beginning of your program.
10721
10722@item handle_exception
10723@kindex handle_exception
10724@cindex remote serial stub, main routine
10725This is the central workhorse, but your program never calls it
10726explicitly---the setup code arranges for @code{handle_exception} to
10727run when a trap is triggered.
10728
10729@code{handle_exception} takes control when your program stops during
10730execution (for example, on a breakpoint), and mediates communications
10731with @value{GDBN} on the host machine. This is where the communications
10732protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
10733representative on the target machine. It begins by sending summary
10734information on the state of your program, then continues to execute,
10735retrieving and transmitting any information @value{GDBN} needs, until you
10736execute a @value{GDBN} command that makes your program resume; at that point,
10737@code{handle_exception} returns control to your own code on the target
10738machine.
10739
10740@item breakpoint
10741@cindex @code{breakpoint} subroutine, remote
10742Use this auxiliary subroutine to make your program contain a
10743breakpoint. Depending on the particular situation, this may be the only
10744way for @value{GDBN} to get control. For instance, if your target
10745machine has some sort of interrupt button, you won't need to call this;
10746pressing the interrupt button transfers control to
10747@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
10748simply receiving characters on the serial port may also trigger a trap;
10749again, in that situation, you don't need to call @code{breakpoint} from
10750your own program---simply running @samp{target remote} from the host
10751@value{GDBN} session gets control.
10752
10753Call @code{breakpoint} if none of these is true, or if you simply want
10754to make certain your program stops at a predetermined point for the
10755start of your debugging session.
10756@end table
10757
10758@node Bootstrapping
10759@subsection What you must do for the stub
10760
10761@cindex remote stub, support routines
10762The debugging stubs that come with @value{GDBN} are set up for a particular
10763chip architecture, but they have no information about the rest of your
10764debugging target machine.
10765
10766First of all you need to tell the stub how to communicate with the
10767serial port.
10768
10769@table @code
10770@item int getDebugChar()
10771@kindex getDebugChar
10772Write this subroutine to read a single character from the serial port.
10773It may be identical to @code{getchar} for your target system; a
10774different name is used to allow you to distinguish the two if you wish.
10775
10776@item void putDebugChar(int)
10777@kindex putDebugChar
10778Write this subroutine to write a single character to the serial port.
10779It may be identical to @code{putchar} for your target system; a
10780different name is used to allow you to distinguish the two if you wish.
10781@end table
10782
10783@cindex control C, and remote debugging
10784@cindex interrupting remote targets
10785If you want @value{GDBN} to be able to stop your program while it is
10786running, you need to use an interrupt-driven serial driver, and arrange
10787for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
10788character). That is the character which @value{GDBN} uses to tell the
10789remote system to stop.
10790
10791Getting the debugging target to return the proper status to @value{GDBN}
10792probably requires changes to the standard stub; one quick and dirty way
10793is to just execute a breakpoint instruction (the ``dirty'' part is that
10794@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
10795
10796Other routines you need to supply are:
10797
10798@table @code
10799@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
10800@kindex exceptionHandler
10801Write this function to install @var{exception_address} in the exception
10802handling tables. You need to do this because the stub does not have any
10803way of knowing what the exception handling tables on your target system
10804are like (for example, the processor's table might be in @sc{rom},
10805containing entries which point to a table in @sc{ram}).
10806@var{exception_number} is the exception number which should be changed;
10807its meaning is architecture-dependent (for example, different numbers
10808might represent divide by zero, misaligned access, etc). When this
10809exception occurs, control should be transferred directly to
10810@var{exception_address}, and the processor state (stack, registers,
10811and so on) should be just as it is when a processor exception occurs. So if
10812you want to use a jump instruction to reach @var{exception_address}, it
10813should be a simple jump, not a jump to subroutine.
10814
10815For the 386, @var{exception_address} should be installed as an interrupt
10816gate so that interrupts are masked while the handler runs. The gate
10817should be at privilege level 0 (the most privileged level). The
10818@sc{sparc} and 68k stubs are able to mask interrupts themselves without
10819help from @code{exceptionHandler}.
10820
10821@item void flush_i_cache()
10822@kindex flush_i_cache
10823On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
10824instruction cache, if any, on your target machine. If there is no
10825instruction cache, this subroutine may be a no-op.
10826
10827On target machines that have instruction caches, @value{GDBN} requires this
10828function to make certain that the state of your program is stable.
10829@end table
10830
10831@noindent
10832You must also make sure this library routine is available:
10833
10834@table @code
10835@item void *memset(void *, int, int)
10836@kindex memset
10837This is the standard library function @code{memset} that sets an area of
10838memory to a known value. If you have one of the free versions of
10839@code{libc.a}, @code{memset} can be found there; otherwise, you must
10840either obtain it from your hardware manufacturer, or write your own.
10841@end table
10842
10843If you do not use the GNU C compiler, you may need other standard
10844library subroutines as well; this varies from one stub to another,
10845but in general the stubs are likely to use any of the common library
10846subroutines which @code{@value{GCC}} generates as inline code.
10847
10848
10849@node Debug Session
10850@subsection Putting it all together
10851
10852@cindex remote serial debugging summary
10853In summary, when your program is ready to debug, you must follow these
10854steps.
10855
10856@enumerate
10857@item
10858Make sure you have defined the supporting low-level routines
10859(@pxref{Bootstrapping,,What you must do for the stub}):
10860@display
10861@code{getDebugChar}, @code{putDebugChar},
10862@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
10863@end display
10864
10865@item
10866Insert these lines near the top of your program:
10867
10868@smallexample
10869set_debug_traps();
10870breakpoint();
10871@end smallexample
10872
10873@item
10874For the 680x0 stub only, you need to provide a variable called
10875@code{exceptionHook}. Normally you just use:
10876
10877@smallexample
10878void (*exceptionHook)() = 0;
10879@end smallexample
10880
10881@noindent
10882but if before calling @code{set_debug_traps}, you set it to point to a
10883function in your program, that function is called when
10884@code{@value{GDBN}} continues after stopping on a trap (for example, bus
10885error). The function indicated by @code{exceptionHook} is called with
10886one parameter: an @code{int} which is the exception number.
10887
10888@item
10889Compile and link together: your program, the @value{GDBN} debugging stub for
10890your target architecture, and the supporting subroutines.
10891
10892@item
10893Make sure you have a serial connection between your target machine and
10894the @value{GDBN} host, and identify the serial port on the host.
10895
10896@item
10897@c The "remote" target now provides a `load' command, so we should
10898@c document that. FIXME.
10899Download your program to your target machine (or get it there by
10900whatever means the manufacturer provides), and start it.
10901
10902@item
10903To start remote debugging, run @value{GDBN} on the host machine, and specify
10904as an executable file the program that is running in the remote machine.
10905This tells @value{GDBN} how to find your program's symbols and the contents
10906of its pure text.
10907
10908@item
10909@cindex serial line, @code{target remote}
10910Establish communication using the @code{target remote} command.
10911Its argument specifies how to communicate with the target
10912machine---either via a devicename attached to a direct serial line, or a
10913TCP or UDP port (usually to a terminal server which in turn has a serial line
10914to the target). For example, to use a serial line connected to the
10915device named @file{/dev/ttyb}:
10916
10917@smallexample
10918target remote /dev/ttyb
10919@end smallexample
10920
10921@cindex TCP port, @code{target remote}
10922To use a TCP connection, use an argument of the form
10923@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
10924For example, to connect to port 2828 on a
10925terminal server named @code{manyfarms}:
10926
10927@smallexample
10928target remote manyfarms:2828
10929@end smallexample
10930
10931If your remote target is actually running on the same machine as
10932your debugger session (e.g.@: a simulator of your target running on
10933the same host), you can omit the hostname. For example, to connect
10934to port 1234 on your local machine:
10935
10936@smallexample
10937target remote :1234
10938@end smallexample
10939@noindent
10940
10941Note that the colon is still required here.
10942
10943@cindex UDP port, @code{target remote}
10944To use a UDP connection, use an argument of the form
10945@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
10946on a terminal server named @code{manyfarms}:
10947
10948@smallexample
10949target remote udp:manyfarms:2828
10950@end smallexample
10951
10952When using a UDP connection for remote debugging, you should keep in mind
10953that the `U' stands for ``Unreliable''. UDP can silently drop packets on
10954busy or unreliable networks, which will cause havoc with your debugging
10955session.
10956
10957@end enumerate
10958
10959Now you can use all the usual commands to examine and change data and to
10960step and continue the remote program.
10961
10962To resume the remote program and stop debugging it, use the @code{detach}
10963command.
10964
10965@cindex interrupting remote programs
10966@cindex remote programs, interrupting
10967Whenever @value{GDBN} is waiting for the remote program, if you type the
10968interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
10969program. This may or may not succeed, depending in part on the hardware
10970and the serial drivers the remote system uses. If you type the
10971interrupt character once again, @value{GDBN} displays this prompt:
10972
10973@smallexample
10974Interrupted while waiting for the program.
10975Give up (and stop debugging it)? (y or n)
10976@end smallexample
10977
10978If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
10979(If you decide you want to try again later, you can use @samp{target
10980remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
10981goes back to waiting.
10982
10983
10984@node Configurations
10985@chapter Configuration-Specific Information
10986
10987While nearly all @value{GDBN} commands are available for all native and
10988cross versions of the debugger, there are some exceptions. This chapter
10989describes things that are only available in certain configurations.
10990
10991There are three major categories of configurations: native
10992configurations, where the host and target are the same, embedded
10993operating system configurations, which are usually the same for several
10994different processor architectures, and bare embedded processors, which
10995are quite different from each other.
10996
10997@menu
10998* Native::
10999* Embedded OS::
11000* Embedded Processors::
11001* Architectures::
11002@end menu
11003
11004@node Native
11005@section Native
11006
11007This section describes details specific to particular native
11008configurations.
11009
11010@menu
11011* HP-UX:: HP-UX
11012* SVR4 Process Information:: SVR4 process information
11013* DJGPP Native:: Features specific to the DJGPP port
11014* Cygwin Native:: Features specific to the Cygwin port
11015@end menu
11016
11017@node HP-UX
11018@subsection HP-UX
11019
11020On HP-UX systems, if you refer to a function or variable name that
11021begins with a dollar sign, @value{GDBN} searches for a user or system
11022name first, before it searches for a convenience variable.
11023
11024@node SVR4 Process Information
11025@subsection SVR4 process information
11026
11027@kindex /proc
11028@cindex process image
11029
11030Many versions of SVR4 provide a facility called @samp{/proc} that can be
11031used to examine the image of a running process using file-system
11032subroutines. If @value{GDBN} is configured for an operating system with
11033this facility, the command @code{info proc} is available to report on
11034several kinds of information about the process running your program.
11035@code{info proc} works only on SVR4 systems that include the
11036@code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
11037and Unixware, but not HP-UX or @sc{gnu}/Linux, for example.
11038
11039@table @code
11040@kindex info proc
11041@item info proc
11042Summarize available information about the process.
11043
11044@kindex info proc mappings
11045@item info proc mappings
11046Report on the address ranges accessible in the program, with information
11047on whether your program may read, write, or execute each range.
11048@ignore
11049@comment These sub-options of 'info proc' were not included when
11050@comment procfs.c was re-written. Keep their descriptions around
11051@comment against the day when someone finds the time to put them back in.
11052@kindex info proc times
11053@item info proc times
11054Starting time, user CPU time, and system CPU time for your program and
11055its children.
11056
11057@kindex info proc id
11058@item info proc id
11059Report on the process IDs related to your program: its own process ID,
11060the ID of its parent, the process group ID, and the session ID.
11061
11062@kindex info proc status
11063@item info proc status
11064General information on the state of the process. If the process is
11065stopped, this report includes the reason for stopping, and any signal
11066received.
11067
11068@item info proc all
11069Show all the above information about the process.
11070@end ignore
11071@end table
11072
11073@node DJGPP Native
11074@subsection Features for Debugging @sc{djgpp} Programs
11075@cindex @sc{djgpp} debugging
11076@cindex native @sc{djgpp} debugging
11077@cindex MS-DOS-specific commands
11078
11079@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
11080MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
11081that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
11082top of real-mode DOS systems and their emulations.
11083
11084@value{GDBN} supports native debugging of @sc{djgpp} programs, and
11085defines a few commands specific to the @sc{djgpp} port. This
11086subsection describes those commands.
11087
11088@table @code
11089@kindex info dos
11090@item info dos
11091This is a prefix of @sc{djgpp}-specific commands which print
11092information about the target system and important OS structures.
11093
11094@kindex sysinfo
11095@cindex MS-DOS system info
11096@cindex free memory information (MS-DOS)
11097@item info dos sysinfo
11098This command displays assorted information about the underlying
11099platform: the CPU type and features, the OS version and flavor, the
11100DPMI version, and the available conventional and DPMI memory.
11101
11102@cindex GDT
11103@cindex LDT
11104@cindex IDT
11105@cindex segment descriptor tables
11106@cindex descriptor tables display
11107@item info dos gdt
11108@itemx info dos ldt
11109@itemx info dos idt
11110These 3 commands display entries from, respectively, Global, Local,
11111and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
11112tables are data structures which store a descriptor for each segment
11113that is currently in use. The segment's selector is an index into a
11114descriptor table; the table entry for that index holds the
11115descriptor's base address and limit, and its attributes and access
11116rights.
11117
11118A typical @sc{djgpp} program uses 3 segments: a code segment, a data
11119segment (used for both data and the stack), and a DOS segment (which
11120allows access to DOS/BIOS data structures and absolute addresses in
11121conventional memory). However, the DPMI host will usually define
11122additional segments in order to support the DPMI environment.
11123
11124@cindex garbled pointers
11125These commands allow to display entries from the descriptor tables.
11126Without an argument, all entries from the specified table are
11127displayed. An argument, which should be an integer expression, means
11128display a single entry whose index is given by the argument. For
11129example, here's a convenient way to display information about the
11130debugged program's data segment:
11131
11132@smallexample
11133@exdent @code{(@value{GDBP}) info dos ldt $ds}
11134@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
11135@end smallexample
11136
11137@noindent
11138This comes in handy when you want to see whether a pointer is outside
11139the data segment's limit (i.e.@: @dfn{garbled}).
11140
11141@cindex page tables display (MS-DOS)
11142@item info dos pde
11143@itemx info dos pte
11144These two commands display entries from, respectively, the Page
11145Directory and the Page Tables. Page Directories and Page Tables are
11146data structures which control how virtual memory addresses are mapped
11147into physical addresses. A Page Table includes an entry for every
11148page of memory that is mapped into the program's address space; there
11149may be several Page Tables, each one holding up to 4096 entries. A
11150Page Directory has up to 4096 entries, one each for every Page Table
11151that is currently in use.
11152
11153Without an argument, @kbd{info dos pde} displays the entire Page
11154Directory, and @kbd{info dos pte} displays all the entries in all of
11155the Page Tables. An argument, an integer expression, given to the
11156@kbd{info dos pde} command means display only that entry from the Page
11157Directory table. An argument given to the @kbd{info dos pte} command
11158means display entries from a single Page Table, the one pointed to by
11159the specified entry in the Page Directory.
11160
11161@cindex direct memory access (DMA) on MS-DOS
11162These commands are useful when your program uses @dfn{DMA} (Direct
11163Memory Access), which needs physical addresses to program the DMA
11164controller.
11165
11166These commands are supported only with some DPMI servers.
11167
11168@cindex physical address from linear address
11169@item info dos address-pte @var{addr}
11170This command displays the Page Table entry for a specified linear
11171address. The argument linear address @var{addr} should already have the
11172appropriate segment's base address added to it, because this command
11173accepts addresses which may belong to @emph{any} segment. For
11174example, here's how to display the Page Table entry for the page where
11175the variable @code{i} is stored:
11176
11177@smallexample
11178@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
11179@exdent @code{Page Table entry for address 0x11a00d30:}
11180@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
11181@end smallexample
11182
11183@noindent
11184This says that @code{i} is stored at offset @code{0xd30} from the page
11185whose physical base address is @code{0x02698000}, and prints all the
11186attributes of that page.
11187
11188Note that you must cast the addresses of variables to a @code{char *},
11189since otherwise the value of @code{__djgpp_base_address}, the base
11190address of all variables and functions in a @sc{djgpp} program, will
11191be added using the rules of C pointer arithmetics: if @code{i} is
11192declared an @code{int}, @value{GDBN} will add 4 times the value of
11193@code{__djgpp_base_address} to the address of @code{i}.
11194
11195Here's another example, it displays the Page Table entry for the
11196transfer buffer:
11197
11198@smallexample
11199@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
11200@exdent @code{Page Table entry for address 0x29110:}
11201@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
11202@end smallexample
11203
11204@noindent
11205(The @code{+ 3} offset is because the transfer buffer's address is the
112063rd member of the @code{_go32_info_block} structure.) The output of
11207this command clearly shows that addresses in conventional memory are
11208mapped 1:1, i.e.@: the physical and linear addresses are identical.
11209
11210This command is supported only with some DPMI servers.
11211@end table
11212
11213@node Cygwin Native
11214@subsection Features for Debugging MS Windows PE executables
11215@cindex MS Windows debugging
11216@cindex native Cygwin debugging
11217@cindex Cygwin-specific commands
11218
11219@value{GDBN} supports native debugging of MS Windows programs, including
11220DLLs with and without symbolic debugging information. There are various
11221additional Cygwin-specific commands, described in this subsection. The
11222subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
11223that have no debugging symbols.
11224
11225
11226@table @code
11227@kindex info w32
11228@item info w32
11229This is a prefix of MS Windows specific commands which print
11230information about the target system and important OS structures.
11231
11232@item info w32 selector
11233This command displays information returned by
11234the Win32 API @code{GetThreadSelectorEntry} function.
11235It takes an optional argument that is evaluated to
11236a long value to give the information about this given selector.
11237Without argument, this command displays information
11238about the the six segment registers.
11239
11240@kindex info dll
11241@item info dll
11242This is a Cygwin specific alias of info shared.
11243
11244@kindex dll-symbols
11245@item dll-symbols
11246This command loads symbols from a dll similarly to
11247add-sym command but without the need to specify a base address.
11248
11249@kindex set new-console
11250@item set new-console @var{mode}
11251If @var{mode} is @code{on} the debuggee will
11252be started in a new console on next start.
11253If @var{mode} is @code{off}i, the debuggee will
11254be started in the same console as the debugger.
11255
11256@kindex show new-console
11257@item show new-console
11258Displays whether a new console is used
11259when the debuggee is started.
11260
11261@kindex set new-group
11262@item set new-group @var{mode}
11263This boolean value controls whether the debuggee should
11264start a new group or stay in the same group as the debugger.
11265This affects the way the Windows OS handles
11266Ctrl-C.
11267
11268@kindex show new-group
11269@item show new-group
11270Displays current value of new-group boolean.
11271
11272@kindex set debugevents
11273@item set debugevents
11274This boolean value adds debug output concerning events seen by the debugger.
11275
11276@kindex set debugexec
11277@item set debugexec
11278This boolean value adds debug output concerning execute events
11279seen by the debugger.
11280
11281@kindex set debugexceptions
11282@item set debugexceptions
11283This boolean value adds debug ouptut concerning exception events
11284seen by the debugger.
11285
11286@kindex set debugmemory
11287@item set debugmemory
11288This boolean value adds debug ouptut concerning memory events
11289seen by the debugger.
11290
11291@kindex set shell
11292@item set shell
11293This boolean values specifies whether the debuggee is called
11294via a shell or directly (default value is on).
11295
11296@kindex show shell
11297@item show shell
11298Displays if the debuggee will be started with a shell.
11299
11300@end table
11301
11302@menu
11303* Non-debug DLL symbols:: Support for DLLs without debugging symbols
11304@end menu
11305
11306@node Non-debug DLL symbols
11307@subsubsection Support for DLLs without debugging symbols
11308@cindex DLLs with no debugging symbols
11309@cindex Minimal symbols and DLLs
11310
11311Very often on windows, some of the DLLs that your program relies on do
11312not include symbolic debugging information (for example,
11313@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
11314symbols in a DLL, it relies on the minimal amount of symbolic
11315information contained in the DLL's export table. This subsubsection
11316describes working with such symbols, known internally to @value{GDBN} as
11317``minimal symbols''.
11318
11319Note that before the debugged program has started execution, no DLLs
11320will have been loaded. The easiest way around this problem is simply to
11321start the program --- either by setting a breakpoint or letting the
11322program run once to completion. It is also possible to force
11323@value{GDBN} to load a particular DLL before starting the executable ---
11324see the shared library information in @pxref{Files} or the
11325@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
11326explicitly loading symbols from a DLL with no debugging information will
11327cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
11328which may adversely affect symbol lookup performance.
11329
11330@subsubsection DLL name prefixes
11331
11332In keeping with the naming conventions used by the Microsoft debugging
11333tools, DLL export symbols are made available with a prefix based on the
11334DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
11335also entered into the symbol table, so @code{CreateFileA} is often
11336sufficient. In some cases there will be name clashes within a program
11337(particularly if the executable itself includes full debugging symbols)
11338necessitating the use of the fully qualified name when referring to the
11339contents of the DLL. Use single-quotes around the name to avoid the
11340exclamation mark (``!'') being interpreted as a language operator.
11341
11342Note that the internal name of the DLL may be all upper-case, even
11343though the file name of the DLL is lower-case, or vice-versa. Since
11344symbols within @value{GDBN} are @emph{case-sensitive} this may cause
11345some confusion. If in doubt, try the @code{info functions} and
11346@code{info variables} commands or even @code{maint print msymbols} (see
11347@pxref{Symbols}). Here's an example:
11348
11349@smallexample
11350(gdb) info function CreateFileA
11351All functions matching regular expression "CreateFileA":
11352
11353Non-debugging symbols:
113540x77e885f4 CreateFileA
113550x77e885f4 KERNEL32!CreateFileA
11356@end smallexample
11357
11358@smallexample
11359(gdb) info function !
11360All functions matching regular expression "!":
11361
11362Non-debugging symbols:
113630x6100114c cygwin1!__assert
113640x61004034 cygwin1!_dll_crt0@@0
113650x61004240 cygwin1!dll_crt0(per_process *)
11366[etc...]
11367@end smallexample
11368
11369@subsubsection Working with minimal symbols
11370
11371Symbols extracted from a DLL's export table do not contain very much
11372type information. All that @value{GDBN} can do is guess whether a symbol
11373refers to a function or variable depending on the linker section that
11374contains the symbol. Also note that the actual contents of the memory
11375contained in a DLL are not available unless the program is running. This
11376means that you cannot examine the contents of a variable or disassemble
11377a function within a DLL without a running program.
11378
11379Variables are generally treated as pointers and dereferenced
11380automatically. For this reason, it is often necessary to prefix a
11381variable name with the address-of operator (``&'') and provide explicit
11382type information in the command. Here's an example of the type of
11383problem:
11384
11385@smallexample
11386(gdb) print 'cygwin1!__argv'
11387$1 = 268572168
11388@end smallexample
11389
11390@smallexample
11391(gdb) x 'cygwin1!__argv'
113920x10021610: "\230y\""
11393@end smallexample
11394
11395And two possible solutions:
11396
11397@smallexample
11398(gdb) print ((char **)'cygwin1!__argv')[0]
11399$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
11400@end smallexample
11401
11402@smallexample
11403(gdb) x/2x &'cygwin1!__argv'
114040x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
11405(gdb) x/x 0x10021608
114060x10021608: 0x0022fd98
11407(gdb) x/s 0x0022fd98
114080x22fd98: "/cygdrive/c/mydirectory/myprogram"
11409@end smallexample
11410
11411Setting a break point within a DLL is possible even before the program
11412starts execution. However, under these circumstances, @value{GDBN} can't
11413examine the initial instructions of the function in order to skip the
11414function's frame set-up code. You can work around this by using ``*&''
11415to set the breakpoint at a raw memory address:
11416
11417@smallexample
11418(gdb) break *&'python22!PyOS_Readline'
11419Breakpoint 1 at 0x1e04eff0
11420@end smallexample
11421
11422The author of these extensions is not entirely convinced that setting a
11423break point within a shared DLL like @file{kernel32.dll} is completely
11424safe.
11425
11426@node Embedded OS
11427@section Embedded Operating Systems
11428
11429This section describes configurations involving the debugging of
11430embedded operating systems that are available for several different
11431architectures.
11432
11433@menu
11434* VxWorks:: Using @value{GDBN} with VxWorks
11435@end menu
11436
11437@value{GDBN} includes the ability to debug programs running on
11438various real-time operating systems.
11439
11440@node VxWorks
11441@subsection Using @value{GDBN} with VxWorks
11442
11443@cindex VxWorks
11444
11445@table @code
11446
11447@kindex target vxworks
11448@item target vxworks @var{machinename}
11449A VxWorks system, attached via TCP/IP. The argument @var{machinename}
11450is the target system's machine name or IP address.
11451
11452@end table
11453
11454On VxWorks, @code{load} links @var{filename} dynamically on the
11455current target system as well as adding its symbols in @value{GDBN}.
11456
11457@value{GDBN} enables developers to spawn and debug tasks running on networked
11458VxWorks targets from a Unix host. Already-running tasks spawned from
11459the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
11460both the Unix host and on the VxWorks target. The program
11461@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
11462installed with the name @code{vxgdb}, to distinguish it from a
11463@value{GDBN} for debugging programs on the host itself.)
11464
11465@table @code
11466@item VxWorks-timeout @var{args}
11467@kindex vxworks-timeout
11468All VxWorks-based targets now support the option @code{vxworks-timeout}.
11469This option is set by the user, and @var{args} represents the number of
11470seconds @value{GDBN} waits for responses to rpc's. You might use this if
11471your VxWorks target is a slow software simulator or is on the far side
11472of a thin network line.
11473@end table
11474
11475The following information on connecting to VxWorks was current when
11476this manual was produced; newer releases of VxWorks may use revised
11477procedures.
11478
11479@kindex INCLUDE_RDB
11480To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
11481to include the remote debugging interface routines in the VxWorks
11482library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
11483VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
11484kernel. The resulting kernel contains @file{rdb.a}, and spawns the
11485source debugging task @code{tRdbTask} when VxWorks is booted. For more
11486information on configuring and remaking VxWorks, see the manufacturer's
11487manual.
11488@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
11489
11490Once you have included @file{rdb.a} in your VxWorks system image and set
11491your Unix execution search path to find @value{GDBN}, you are ready to
11492run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
11493@code{vxgdb}, depending on your installation).
11494
11495@value{GDBN} comes up showing the prompt:
11496
11497@smallexample
11498(vxgdb)
11499@end smallexample
11500
11501@menu
11502* VxWorks Connection:: Connecting to VxWorks
11503* VxWorks Download:: VxWorks download
11504* VxWorks Attach:: Running tasks
11505@end menu
11506
11507@node VxWorks Connection
11508@subsubsection Connecting to VxWorks
11509
11510The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
11511network. To connect to a target whose host name is ``@code{tt}'', type:
11512
11513@smallexample
11514(vxgdb) target vxworks tt
11515@end smallexample
11516
11517@need 750
11518@value{GDBN} displays messages like these:
11519
11520@smallexample
11521Attaching remote machine across net...
11522Connected to tt.
11523@end smallexample
11524
11525@need 1000
11526@value{GDBN} then attempts to read the symbol tables of any object modules
11527loaded into the VxWorks target since it was last booted. @value{GDBN} locates
11528these files by searching the directories listed in the command search
11529path (@pxref{Environment, ,Your program's environment}); if it fails
11530to find an object file, it displays a message such as:
11531
11532@smallexample
11533prog.o: No such file or directory.
11534@end smallexample
11535
11536When this happens, add the appropriate directory to the search path with
11537the @value{GDBN} command @code{path}, and execute the @code{target}
11538command again.
11539
11540@node VxWorks Download
11541@subsubsection VxWorks download
11542
11543@cindex download to VxWorks
11544If you have connected to the VxWorks target and you want to debug an
11545object that has not yet been loaded, you can use the @value{GDBN}
11546@code{load} command to download a file from Unix to VxWorks
11547incrementally. The object file given as an argument to the @code{load}
11548command is actually opened twice: first by the VxWorks target in order
11549to download the code, then by @value{GDBN} in order to read the symbol
11550table. This can lead to problems if the current working directories on
11551the two systems differ. If both systems have NFS mounted the same
11552filesystems, you can avoid these problems by using absolute paths.
11553Otherwise, it is simplest to set the working directory on both systems
11554to the directory in which the object file resides, and then to reference
11555the file by its name, without any path. For instance, a program
11556@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
11557and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
11558program, type this on VxWorks:
11559
11560@smallexample
11561-> cd "@var{vxpath}/vw/demo/rdb"
11562@end smallexample
11563
11564@noindent
11565Then, in @value{GDBN}, type:
11566
11567@smallexample
11568(vxgdb) cd @var{hostpath}/vw/demo/rdb
11569(vxgdb) load prog.o
11570@end smallexample
11571
11572@value{GDBN} displays a response similar to this:
11573
11574@smallexample
11575Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
11576@end smallexample
11577
11578You can also use the @code{load} command to reload an object module
11579after editing and recompiling the corresponding source file. Note that
11580this makes @value{GDBN} delete all currently-defined breakpoints,
11581auto-displays, and convenience variables, and to clear the value
11582history. (This is necessary in order to preserve the integrity of
11583debugger's data structures that reference the target system's symbol
11584table.)
11585
11586@node VxWorks Attach
11587@subsubsection Running tasks
11588
11589@cindex running VxWorks tasks
11590You can also attach to an existing task using the @code{attach} command as
11591follows:
11592
11593@smallexample
11594(vxgdb) attach @var{task}
11595@end smallexample
11596
11597@noindent
11598where @var{task} is the VxWorks hexadecimal task ID. The task can be running
11599or suspended when you attach to it. Running tasks are suspended at
11600the time of attachment.
11601
11602@node Embedded Processors
11603@section Embedded Processors
11604
11605This section goes into details specific to particular embedded
11606configurations.
11607
11608
11609@menu
11610* ARM:: ARM
11611* H8/300:: Hitachi H8/300
11612* H8/500:: Hitachi H8/500
11613* M32R/D:: Mitsubishi M32R/D
11614* M68K:: Motorola M68K
11615* MIPS Embedded:: MIPS Embedded
11616* OpenRISC 1000:: OpenRisc 1000
11617* PA:: HP PA Embedded
11618* PowerPC: PowerPC
11619* SH:: Hitachi SH
11620* Sparclet:: Tsqware Sparclet
11621* Sparclite:: Fujitsu Sparclite
11622* ST2000:: Tandem ST2000
11623* Z8000:: Zilog Z8000
11624@end menu
11625
11626@node ARM
11627@subsection ARM
11628
11629@table @code
11630
11631@kindex target rdi
11632@item target rdi @var{dev}
11633ARM Angel monitor, via RDI library interface to ADP protocol. You may
11634use this target to communicate with both boards running the Angel
11635monitor, or with the EmbeddedICE JTAG debug device.
11636
11637@kindex target rdp
11638@item target rdp @var{dev}
11639ARM Demon monitor.
11640
11641@end table
11642
11643@node H8/300
11644@subsection Hitachi H8/300
11645
11646@table @code
11647
11648@kindex target hms@r{, with H8/300}
11649@item target hms @var{dev}
11650A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
11651Use special commands @code{device} and @code{speed} to control the serial
11652line and the communications speed used.
11653
11654@kindex target e7000@r{, with H8/300}
11655@item target e7000 @var{dev}
11656E7000 emulator for Hitachi H8 and SH.
11657
11658@kindex target sh3@r{, with H8/300}
11659@kindex target sh3e@r{, with H8/300}
11660@item target sh3 @var{dev}
11661@itemx target sh3e @var{dev}
11662Hitachi SH-3 and SH-3E target systems.
11663
11664@end table
11665
11666@cindex download to H8/300 or H8/500
11667@cindex H8/300 or H8/500 download
11668@cindex download to Hitachi SH
11669@cindex Hitachi SH download
11670When you select remote debugging to a Hitachi SH, H8/300, or H8/500
11671board, the @code{load} command downloads your program to the Hitachi
11672board and also opens it as the current executable target for
11673@value{GDBN} on your host (like the @code{file} command).
11674
11675@value{GDBN} needs to know these things to talk to your
11676Hitachi SH, H8/300, or H8/500:
11677
11678@enumerate
11679@item
11680that you want to use @samp{target hms}, the remote debugging interface
11681for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
11682emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
11683the default when @value{GDBN} is configured specifically for the Hitachi SH,
11684H8/300, or H8/500.)
11685
11686@item
11687what serial device connects your host to your Hitachi board (the first
11688serial device available on your host is the default).
11689
11690@item
11691what speed to use over the serial device.
11692@end enumerate
11693
11694@menu
11695* Hitachi Boards:: Connecting to Hitachi boards.
11696* Hitachi ICE:: Using the E7000 In-Circuit Emulator.
11697* Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
11698@end menu
11699
11700@node Hitachi Boards
11701@subsubsection Connecting to Hitachi boards
11702
11703@c only for Unix hosts
11704@kindex device
11705@cindex serial device, Hitachi micros
11706Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
11707need to explicitly set the serial device. The default @var{port} is the
11708first available port on your host. This is only necessary on Unix
11709hosts, where it is typically something like @file{/dev/ttya}.
11710
11711@kindex speed
11712@cindex serial line speed, Hitachi micros
11713@code{@value{GDBN}} has another special command to set the communications
11714speed: @samp{speed @var{bps}}. This command also is only used from Unix
11715hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
11716the DOS @code{mode} command (for instance,
11717@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
11718
11719The @samp{device} and @samp{speed} commands are available only when you
11720use a Unix host to debug your Hitachi microprocessor programs. If you
11721use a DOS host,
11722@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
11723called @code{asynctsr} to communicate with the development board
11724through a PC serial port. You must also use the DOS @code{mode} command
11725to set up the serial port on the DOS side.
11726
11727The following sample session illustrates the steps needed to start a
11728program under @value{GDBN} control on an H8/300. The example uses a
11729sample H8/300 program called @file{t.x}. The procedure is the same for
11730the Hitachi SH and the H8/500.
11731
11732First hook up your development board. In this example, we use a
11733board attached to serial port @code{COM2}; if you use a different serial
11734port, substitute its name in the argument of the @code{mode} command.
11735When you call @code{asynctsr}, the auxiliary comms program used by the
11736debugger, you give it just the numeric part of the serial port's name;
11737for example, @samp{asyncstr 2} below runs @code{asyncstr} on
11738@code{COM2}.
11739
11740@smallexample
11741C:\H8300\TEST> asynctsr 2
11742C:\H8300\TEST> mode com2:9600,n,8,1,p
11743
11744Resident portion of MODE loaded
11745
11746COM2: 9600, n, 8, 1, p
11747
11748@end smallexample
11749
11750@quotation
11751@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
11752@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
11753disable it, or even boot without it, to use @code{asynctsr} to control
11754your development board.
11755@end quotation
11756
11757@kindex target hms@r{, and serial protocol}
11758Now that serial communications are set up, and the development board is
11759connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
11760the name of your program as the argument. @code{@value{GDBN}} prompts
11761you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
11762commands to begin your debugging session: @samp{target hms} to specify
11763cross-debugging to the Hitachi board, and the @code{load} command to
11764download your program to the board. @code{load} displays the names of
11765the program's sections, and a @samp{*} for each 2K of data downloaded.
11766(If you want to refresh @value{GDBN} data on symbols or on the
11767executable file without downloading, use the @value{GDBN} commands
11768@code{file} or @code{symbol-file}. These commands, and @code{load}
11769itself, are described in @ref{Files,,Commands to specify files}.)
11770
11771@smallexample
11772(eg-C:\H8300\TEST) @value{GDBP} t.x
11773@value{GDBN} is free software and you are welcome to distribute copies
11774 of it under certain conditions; type "show copying" to see
11775 the conditions.
11776There is absolutely no warranty for @value{GDBN}; type "show warranty"
11777for details.
11778@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
11779(@value{GDBP}) target hms
11780Connected to remote H8/300 HMS system.
11781(@value{GDBP}) load t.x
11782.text : 0x8000 .. 0xabde ***********
11783.data : 0xabde .. 0xad30 *
11784.stack : 0xf000 .. 0xf014 *
11785@end smallexample
11786
11787At this point, you're ready to run or debug your program. From here on,
11788you can use all the usual @value{GDBN} commands. The @code{break} command
11789sets breakpoints; the @code{run} command starts your program;
11790@code{print} or @code{x} display data; the @code{continue} command
11791resumes execution after stopping at a breakpoint. You can use the
11792@code{help} command at any time to find out more about @value{GDBN} commands.
11793
11794Remember, however, that @emph{operating system} facilities aren't
11795available on your development board; for example, if your program hangs,
11796you can't send an interrupt---but you can press the @sc{reset} switch!
11797
11798Use the @sc{reset} button on the development board
11799@itemize @bullet
11800@item
11801to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
11802no way to pass an interrupt signal to the development board); and
11803
11804@item
11805to return to the @value{GDBN} command prompt after your program finishes
11806normally. The communications protocol provides no other way for @value{GDBN}
11807to detect program completion.
11808@end itemize
11809
11810In either case, @value{GDBN} sees the effect of a @sc{reset} on the
11811development board as a ``normal exit'' of your program.
11812
11813@node Hitachi ICE
11814@subsubsection Using the E7000 in-circuit emulator
11815
11816@kindex target e7000@r{, with Hitachi ICE}
11817You can use the E7000 in-circuit emulator to develop code for either the
11818Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
11819e7000} command to connect @value{GDBN} to your E7000:
11820
11821@table @code
11822@item target e7000 @var{port} @var{speed}
11823Use this form if your E7000 is connected to a serial port. The
11824@var{port} argument identifies what serial port to use (for example,
11825@samp{com2}). The third argument is the line speed in bits per second
11826(for example, @samp{9600}).
11827
11828@item target e7000 @var{hostname}
11829If your E7000 is installed as a host on a TCP/IP network, you can just
11830specify its hostname; @value{GDBN} uses @code{telnet} to connect.
11831@end table
11832
11833@node Hitachi Special
11834@subsubsection Special @value{GDBN} commands for Hitachi micros
11835
11836Some @value{GDBN} commands are available only for the H8/300:
11837
11838@table @code
11839
11840@kindex set machine
11841@kindex show machine
11842@item set machine h8300
11843@itemx set machine h8300h
11844Condition @value{GDBN} for one of the two variants of the H8/300
11845architecture with @samp{set machine}. You can use @samp{show machine}
11846to check which variant is currently in effect.
11847
11848@end table
11849
11850@node H8/500
11851@subsection H8/500
11852
11853@table @code
11854
11855@kindex set memory @var{mod}
11856@cindex memory models, H8/500
11857@item set memory @var{mod}
11858@itemx show memory
11859Specify which H8/500 memory model (@var{mod}) you are using with
11860@samp{set memory}; check which memory model is in effect with @samp{show
11861memory}. The accepted values for @var{mod} are @code{small},
11862@code{big}, @code{medium}, and @code{compact}.
11863
11864@end table
11865
11866@node M32R/D
11867@subsection Mitsubishi M32R/D
11868
11869@table @code
11870
11871@kindex target m32r
11872@item target m32r @var{dev}
11873Mitsubishi M32R/D ROM monitor.
11874
11875@end table
11876
11877@node M68K
11878@subsection M68k
11879
11880The Motorola m68k configuration includes ColdFire support, and
11881target command for the following ROM monitors.
11882
11883@table @code
11884
11885@kindex target abug
11886@item target abug @var{dev}
11887ABug ROM monitor for M68K.
11888
11889@kindex target cpu32bug
11890@item target cpu32bug @var{dev}
11891CPU32BUG monitor, running on a CPU32 (M68K) board.
11892
11893@kindex target dbug
11894@item target dbug @var{dev}
11895dBUG ROM monitor for Motorola ColdFire.
11896
11897@kindex target est
11898@item target est @var{dev}
11899EST-300 ICE monitor, running on a CPU32 (M68K) board.
11900
11901@kindex target rom68k
11902@item target rom68k @var{dev}
11903ROM 68K monitor, running on an M68K IDP board.
11904
11905@end table
11906
11907@table @code
11908
11909@kindex target rombug
11910@item target rombug @var{dev}
11911ROMBUG ROM monitor for OS/9000.
11912
11913@end table
11914
11915@node MIPS Embedded
11916@subsection MIPS Embedded
11917
11918@cindex MIPS boards
11919@value{GDBN} can use the MIPS remote debugging protocol to talk to a
11920MIPS board attached to a serial line. This is available when
11921you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
11922
11923@need 1000
11924Use these @value{GDBN} commands to specify the connection to your target board:
11925
11926@table @code
11927@item target mips @var{port}
11928@kindex target mips @var{port}
11929To run a program on the board, start up @code{@value{GDBP}} with the
11930name of your program as the argument. To connect to the board, use the
11931command @samp{target mips @var{port}}, where @var{port} is the name of
11932the serial port connected to the board. If the program has not already
11933been downloaded to the board, you may use the @code{load} command to
11934download it. You can then use all the usual @value{GDBN} commands.
11935
11936For example, this sequence connects to the target board through a serial
11937port, and loads and runs a program called @var{prog} through the
11938debugger:
11939
11940@smallexample
11941host$ @value{GDBP} @var{prog}
11942@value{GDBN} is free software and @dots{}
11943(@value{GDBP}) target mips /dev/ttyb
11944(@value{GDBP}) load @var{prog}
11945(@value{GDBP}) run
11946@end smallexample
11947
11948@item target mips @var{hostname}:@var{portnumber}
11949On some @value{GDBN} host configurations, you can specify a TCP
11950connection (for instance, to a serial line managed by a terminal
11951concentrator) instead of a serial port, using the syntax
11952@samp{@var{hostname}:@var{portnumber}}.
11953
11954@item target pmon @var{port}
11955@kindex target pmon @var{port}
11956PMON ROM monitor.
11957
11958@item target ddb @var{port}
11959@kindex target ddb @var{port}
11960NEC's DDB variant of PMON for Vr4300.
11961
11962@item target lsi @var{port}
11963@kindex target lsi @var{port}
11964LSI variant of PMON.
11965
11966@kindex target r3900
11967@item target r3900 @var{dev}
11968Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
11969
11970@kindex target array
11971@item target array @var{dev}
11972Array Tech LSI33K RAID controller board.
11973
11974@end table
11975
11976
11977@noindent
11978@value{GDBN} also supports these special commands for MIPS targets:
11979
11980@table @code
11981@item set processor @var{args}
11982@itemx show processor
11983@kindex set processor @var{args}
11984@kindex show processor
11985Use the @code{set processor} command to set the type of MIPS
11986processor when you want to access processor-type-specific registers.
11987For example, @code{set processor @var{r3041}} tells @value{GDBN}
11988to use the CPU registers appropriate for the 3041 chip.
11989Use the @code{show processor} command to see what MIPS processor @value{GDBN}
11990is using. Use the @code{info reg} command to see what registers
11991@value{GDBN} is using.
11992
11993@item set mipsfpu double
11994@itemx set mipsfpu single
11995@itemx set mipsfpu none
11996@itemx show mipsfpu
11997@kindex set mipsfpu
11998@kindex show mipsfpu
11999@cindex MIPS remote floating point
12000@cindex floating point, MIPS remote
12001If your target board does not support the MIPS floating point
12002coprocessor, you should use the command @samp{set mipsfpu none} (if you
12003need this, you may wish to put the command in your @value{GDBN} init
12004file). This tells @value{GDBN} how to find the return value of
12005functions which return floating point values. It also allows
12006@value{GDBN} to avoid saving the floating point registers when calling
12007functions on the board. If you are using a floating point coprocessor
12008with only single precision floating point support, as on the @sc{r4650}
12009processor, use the command @samp{set mipsfpu single}. The default
12010double precision floating point coprocessor may be selected using
12011@samp{set mipsfpu double}.
12012
12013In previous versions the only choices were double precision or no
12014floating point, so @samp{set mipsfpu on} will select double precision
12015and @samp{set mipsfpu off} will select no floating point.
12016
12017As usual, you can inquire about the @code{mipsfpu} variable with
12018@samp{show mipsfpu}.
12019
12020@item set remotedebug @var{n}
12021@itemx show remotedebug
12022@kindex set remotedebug@r{, MIPS protocol}
12023@kindex show remotedebug@r{, MIPS protocol}
12024@cindex @code{remotedebug}, MIPS protocol
12025@cindex MIPS @code{remotedebug} protocol
12026@c FIXME! For this to be useful, you must know something about the MIPS
12027@c FIXME...protocol. Where is it described?
12028You can see some debugging information about communications with the board
12029by setting the @code{remotedebug} variable. If you set it to @code{1} using
12030@samp{set remotedebug 1}, every packet is displayed. If you set it
12031to @code{2}, every character is displayed. You can check the current value
12032at any time with the command @samp{show remotedebug}.
12033
12034@item set timeout @var{seconds}
12035@itemx set retransmit-timeout @var{seconds}
12036@itemx show timeout
12037@itemx show retransmit-timeout
12038@cindex @code{timeout}, MIPS protocol
12039@cindex @code{retransmit-timeout}, MIPS protocol
12040@kindex set timeout
12041@kindex show timeout
12042@kindex set retransmit-timeout
12043@kindex show retransmit-timeout
12044You can control the timeout used while waiting for a packet, in the MIPS
12045remote protocol, with the @code{set timeout @var{seconds}} command. The
12046default is 5 seconds. Similarly, you can control the timeout used while
12047waiting for an acknowledgement of a packet with the @code{set
12048retransmit-timeout @var{seconds}} command. The default is 3 seconds.
12049You can inspect both values with @code{show timeout} and @code{show
12050retransmit-timeout}. (These commands are @emph{only} available when
12051@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
12052
12053The timeout set by @code{set timeout} does not apply when @value{GDBN}
12054is waiting for your program to stop. In that case, @value{GDBN} waits
12055forever because it has no way of knowing how long the program is going
12056to run before stopping.
12057@end table
12058
12059@node OpenRISC 1000
12060@subsection OpenRISC 1000
12061@cindex OpenRISC 1000
12062
12063@cindex or1k boards
12064See OR1k Architecture document (@uref{www.opencores.org}) for more information
12065about platform and commands.
12066
12067@table @code
12068
12069@kindex target jtag
12070@item target jtag jtag://@var{host}:@var{port}
12071
12072Connects to remote JTAG server.
12073JTAG remote server can be either an or1ksim or JTAG server,
12074connected via parallel port to the board.
12075
12076Example: @code{target jtag jtag://localhost:9999}
12077
12078@kindex or1ksim
12079@item or1ksim @var{command}
12080If connected to @code{or1ksim} OpenRISC 1000 Architectural
12081Simulator, proprietary commands can be executed.
12082
12083@kindex info or1k spr
12084@item info or1k spr
12085Displays spr groups.
12086
12087@item info or1k spr @var{group}
12088@itemx info or1k spr @var{groupno}
12089Displays register names in selected group.
12090
12091@item info or1k spr @var{group} @var{register}
12092@itemx info or1k spr @var{register}
12093@itemx info or1k spr @var{groupno} @var{registerno}
12094@itemx info or1k spr @var{registerno}
12095Shows information about specified spr register.
12096
12097@kindex spr
12098@item spr @var{group} @var{register} @var{value}
12099@itemx spr @var{register @var{value}}
12100@itemx spr @var{groupno} @var{registerno @var{value}}
12101@itemx spr @var{registerno @var{value}}
12102Writes @var{value} to specified spr register.
12103@end table
12104
12105Some implementations of OpenRISC 1000 Architecture also have hardware trace.
12106It is very similar to @value{GDBN} trace, except it does not interfere with normal
12107program execution and is thus much faster. Hardware breakpoints/watchpoint
12108triggers can be set using:
12109@table @code
12110@item $LEA/$LDATA
12111Load effective address/data
12112@item $SEA/$SDATA
12113Store effective address/data
12114@item $AEA/$ADATA
12115Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
12116@item $FETCH
12117Fetch data
12118@end table
12119
12120When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
12121@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
12122
12123@code{htrace} commands:
12124@cindex OpenRISC 1000 htrace
12125@table @code
12126@kindex hwatch
12127@item hwatch @var{conditional}
12128Set hardware watchpoint on combination of Load/Store Effecive Address(es)
12129or Data. For example:
12130
12131@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12132
12133@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
12134
12135@kindex htrace info
12136@item htrace info
12137Display information about current HW trace configuration.
12138
12139@kindex htrace trigger
12140@item htrace trigger @var{conditional}
12141Set starting criteria for HW trace.
12142
12143@kindex htrace qualifier
12144@item htrace qualifier @var{conditional}
12145Set acquisition qualifier for HW trace.
12146
12147@kindex htrace stop
12148@item htrace stop @var{conditional}
12149Set HW trace stopping criteria.
12150
12151@kindex htrace record
12152@item htrace record [@var{data}]*
12153Selects the data to be recorded, when qualifier is met and HW trace was
12154triggered.
12155
12156@kindex htrace enable
12157@item htrace enable
12158@kindex htrace disable
12159@itemx htrace disable
12160Enables/disables the HW trace.
12161
12162@kindex htrace rewind
12163@item htrace rewind [@var{filename}]
12164Clears currently recorded trace data.
12165
12166If filename is specified, new trace file is made and any newly collected data
12167will be written there.
12168
12169@kindex htrace print
12170@item htrace print [@var{start} [@var{len}]]
12171Prints trace buffer, using current record configuration.
12172
12173@kindex htrace mode continuous
12174@item htrace mode continuous
12175Set continuous trace mode.
12176
12177@kindex htrace mode suspend
12178@item htrace mode suspend
12179Set suspend trace mode.
12180
12181@end table
12182
12183@node PowerPC
12184@subsection PowerPC
12185
12186@table @code
12187
12188@kindex target dink32
12189@item target dink32 @var{dev}
12190DINK32 ROM monitor.
12191
12192@kindex target ppcbug
12193@item target ppcbug @var{dev}
12194@kindex target ppcbug1
12195@item target ppcbug1 @var{dev}
12196PPCBUG ROM monitor for PowerPC.
12197
12198@kindex target sds
12199@item target sds @var{dev}
12200SDS monitor, running on a PowerPC board (such as Motorola's ADS).
12201
12202@end table
12203
12204@node PA
12205@subsection HP PA Embedded
12206
12207@table @code
12208
12209@kindex target op50n
12210@item target op50n @var{dev}
12211OP50N monitor, running on an OKI HPPA board.
12212
12213@kindex target w89k
12214@item target w89k @var{dev}
12215W89K monitor, running on a Winbond HPPA board.
12216
12217@end table
12218
12219@node SH
12220@subsection Hitachi SH
12221
12222@table @code
12223
12224@kindex target hms@r{, with Hitachi SH}
12225@item target hms @var{dev}
12226A Hitachi SH board attached via serial line to your host. Use special
12227commands @code{device} and @code{speed} to control the serial line and
12228the communications speed used.
12229
12230@kindex target e7000@r{, with Hitachi SH}
12231@item target e7000 @var{dev}
12232E7000 emulator for Hitachi SH.
12233
12234@kindex target sh3@r{, with SH}
12235@kindex target sh3e@r{, with SH}
12236@item target sh3 @var{dev}
12237@item target sh3e @var{dev}
12238Hitachi SH-3 and SH-3E target systems.
12239
12240@end table
12241
12242@node Sparclet
12243@subsection Tsqware Sparclet
12244
12245@cindex Sparclet
12246
12247@value{GDBN} enables developers to debug tasks running on
12248Sparclet targets from a Unix host.
12249@value{GDBN} uses code that runs on
12250both the Unix host and on the Sparclet target. The program
12251@code{@value{GDBP}} is installed and executed on the Unix host.
12252
12253@table @code
12254@item remotetimeout @var{args}
12255@kindex remotetimeout
12256@value{GDBN} supports the option @code{remotetimeout}.
12257This option is set by the user, and @var{args} represents the number of
12258seconds @value{GDBN} waits for responses.
12259@end table
12260
12261@cindex compiling, on Sparclet
12262When compiling for debugging, include the options @samp{-g} to get debug
12263information and @samp{-Ttext} to relocate the program to where you wish to
12264load it on the target. You may also want to add the options @samp{-n} or
12265@samp{-N} in order to reduce the size of the sections. Example:
12266
12267@smallexample
12268sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
12269@end smallexample
12270
12271You can use @code{objdump} to verify that the addresses are what you intended:
12272
12273@smallexample
12274sparclet-aout-objdump --headers --syms prog
12275@end smallexample
12276
12277@cindex running, on Sparclet
12278Once you have set
12279your Unix execution search path to find @value{GDBN}, you are ready to
12280run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
12281(or @code{sparclet-aout-gdb}, depending on your installation).
12282
12283@value{GDBN} comes up showing the prompt:
12284
12285@smallexample
12286(gdbslet)
12287@end smallexample
12288
12289@menu
12290* Sparclet File:: Setting the file to debug
12291* Sparclet Connection:: Connecting to Sparclet
12292* Sparclet Download:: Sparclet download
12293* Sparclet Execution:: Running and debugging
12294@end menu
12295
12296@node Sparclet File
12297@subsubsection Setting file to debug
12298
12299The @value{GDBN} command @code{file} lets you choose with program to debug.
12300
12301@smallexample
12302(gdbslet) file prog
12303@end smallexample
12304
12305@need 1000
12306@value{GDBN} then attempts to read the symbol table of @file{prog}.
12307@value{GDBN} locates
12308the file by searching the directories listed in the command search
12309path.
12310If the file was compiled with debug information (option "-g"), source
12311files will be searched as well.
12312@value{GDBN} locates
12313the source files by searching the directories listed in the directory search
12314path (@pxref{Environment, ,Your program's environment}).
12315If it fails
12316to find a file, it displays a message such as:
12317
12318@smallexample
12319prog: No such file or directory.
12320@end smallexample
12321
12322When this happens, add the appropriate directories to the search paths with
12323the @value{GDBN} commands @code{path} and @code{dir}, and execute the
12324@code{target} command again.
12325
12326@node Sparclet Connection
12327@subsubsection Connecting to Sparclet
12328
12329The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
12330To connect to a target on serial port ``@code{ttya}'', type:
12331
12332@smallexample
12333(gdbslet) target sparclet /dev/ttya
12334Remote target sparclet connected to /dev/ttya
12335main () at ../prog.c:3
12336@end smallexample
12337
12338@need 750
12339@value{GDBN} displays messages like these:
12340
12341@smallexample
12342Connected to ttya.
12343@end smallexample
12344
12345@node Sparclet Download
12346@subsubsection Sparclet download
12347
12348@cindex download to Sparclet
12349Once connected to the Sparclet target,
12350you can use the @value{GDBN}
12351@code{load} command to download the file from the host to the target.
12352The file name and load offset should be given as arguments to the @code{load}
12353command.
12354Since the file format is aout, the program must be loaded to the starting
12355address. You can use @code{objdump} to find out what this value is. The load
12356offset is an offset which is added to the VMA (virtual memory address)
12357of each of the file's sections.
12358For instance, if the program
12359@file{prog} was linked to text address 0x1201000, with data at 0x12010160
12360and bss at 0x12010170, in @value{GDBN}, type:
12361
12362@smallexample
12363(gdbslet) load prog 0x12010000
12364Loading section .text, size 0xdb0 vma 0x12010000
12365@end smallexample
12366
12367If the code is loaded at a different address then what the program was linked
12368to, you may need to use the @code{section} and @code{add-symbol-file} commands
12369to tell @value{GDBN} where to map the symbol table.
12370
12371@node Sparclet Execution
12372@subsubsection Running and debugging
12373
12374@cindex running and debugging Sparclet programs
12375You can now begin debugging the task using @value{GDBN}'s execution control
12376commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
12377manual for the list of commands.
12378
12379@smallexample
12380(gdbslet) b main
12381Breakpoint 1 at 0x12010000: file prog.c, line 3.
12382(gdbslet) run
12383Starting program: prog
12384Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
123853 char *symarg = 0;
12386(gdbslet) step
123874 char *execarg = "hello!";
12388(gdbslet)
12389@end smallexample
12390
12391@node Sparclite
12392@subsection Fujitsu Sparclite
12393
12394@table @code
12395
12396@kindex target sparclite
12397@item target sparclite @var{dev}
12398Fujitsu sparclite boards, used only for the purpose of loading.
12399You must use an additional command to debug the program.
12400For example: target remote @var{dev} using @value{GDBN} standard
12401remote protocol.
12402
12403@end table
12404
12405@node ST2000
12406@subsection Tandem ST2000
12407
12408@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
12409STDBUG protocol.
12410
12411To connect your ST2000 to the host system, see the manufacturer's
12412manual. Once the ST2000 is physically attached, you can run:
12413
12414@smallexample
12415target st2000 @var{dev} @var{speed}
12416@end smallexample
12417
12418@noindent
12419to establish it as your debugging environment. @var{dev} is normally
12420the name of a serial device, such as @file{/dev/ttya}, connected to the
12421ST2000 via a serial line. You can instead specify @var{dev} as a TCP
12422connection (for example, to a serial line attached via a terminal
12423concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
12424
12425The @code{load} and @code{attach} commands are @emph{not} defined for
12426this target; you must load your program into the ST2000 as you normally
12427would for standalone operation. @value{GDBN} reads debugging information
12428(such as symbols) from a separate, debugging version of the program
12429available on your host computer.
12430@c FIXME!! This is terribly vague; what little content is here is
12431@c basically hearsay.
12432
12433@cindex ST2000 auxiliary commands
12434These auxiliary @value{GDBN} commands are available to help you with the ST2000
12435environment:
12436
12437@table @code
12438@item st2000 @var{command}
12439@kindex st2000 @var{cmd}
12440@cindex STDBUG commands (ST2000)
12441@cindex commands to STDBUG (ST2000)
12442Send a @var{command} to the STDBUG monitor. See the manufacturer's
12443manual for available commands.
12444
12445@item connect
12446@cindex connect (to STDBUG)
12447Connect the controlling terminal to the STDBUG command monitor. When
12448you are done interacting with STDBUG, typing either of two character
12449sequences gets you back to the @value{GDBN} command prompt:
12450@kbd{@key{RET}~.} (Return, followed by tilde and period) or
12451@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
12452@end table
12453
12454@node Z8000
12455@subsection Zilog Z8000
12456
12457@cindex Z8000
12458@cindex simulator, Z8000
12459@cindex Zilog Z8000 simulator
12460
12461When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
12462a Z8000 simulator.
12463
12464For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
12465unsegmented variant of the Z8000 architecture) or the Z8001 (the
12466segmented variant). The simulator recognizes which architecture is
12467appropriate by inspecting the object code.
12468
12469@table @code
12470@item target sim @var{args}
12471@kindex sim
12472@kindex target sim@r{, with Z8000}
12473Debug programs on a simulated CPU. If the simulator supports setup
12474options, specify them via @var{args}.
12475@end table
12476
12477@noindent
12478After specifying this target, you can debug programs for the simulated
12479CPU in the same style as programs for your host computer; use the
12480@code{file} command to load a new program image, the @code{run} command
12481to run your program, and so on.
12482
12483As well as making available all the usual machine registers
12484(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
12485additional items of information as specially named registers:
12486
12487@table @code
12488
12489@item cycles
12490Counts clock-ticks in the simulator.
12491
12492@item insts
12493Counts instructions run in the simulator.
12494
12495@item time
12496Execution time in 60ths of a second.
12497
12498@end table
12499
12500You can refer to these values in @value{GDBN} expressions with the usual
12501conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
12502conditional breakpoint that suspends only after at least 5000
12503simulated clock ticks.
12504
12505@node Architectures
12506@section Architectures
12507
12508This section describes characteristics of architectures that affect
12509all uses of @value{GDBN} with the architecture, both native and cross.
12510
12511@menu
12512* A29K::
12513* Alpha::
12514* MIPS::
12515@end menu
12516
12517@node A29K
12518@subsection A29K
12519
12520@table @code
12521
12522@kindex set rstack_high_address
12523@cindex AMD 29K register stack
12524@cindex register stack, AMD29K
12525@item set rstack_high_address @var{address}
12526On AMD 29000 family processors, registers are saved in a separate
12527@dfn{register stack}. There is no way for @value{GDBN} to determine the
12528extent of this stack. Normally, @value{GDBN} just assumes that the
12529stack is ``large enough''. This may result in @value{GDBN} referencing
12530memory locations that do not exist. If necessary, you can get around
12531this problem by specifying the ending address of the register stack with
12532the @code{set rstack_high_address} command. The argument should be an
12533address, which you probably want to precede with @samp{0x} to specify in
12534hexadecimal.
12535
12536@kindex show rstack_high_address
12537@item show rstack_high_address
12538Display the current limit of the register stack, on AMD 29000 family
12539processors.
12540
12541@end table
12542
12543@node Alpha
12544@subsection Alpha
12545
12546See the following section.
12547
12548@node MIPS
12549@subsection MIPS
12550
12551@cindex stack on Alpha
12552@cindex stack on MIPS
12553@cindex Alpha stack
12554@cindex MIPS stack
12555Alpha- and MIPS-based computers use an unusual stack frame, which
12556sometimes requires @value{GDBN} to search backward in the object code to
12557find the beginning of a function.
12558
12559@cindex response time, MIPS debugging
12560To improve response time (especially for embedded applications, where
12561@value{GDBN} may be restricted to a slow serial line for this search)
12562you may want to limit the size of this search, using one of these
12563commands:
12564
12565@table @code
12566@cindex @code{heuristic-fence-post} (Alpha, MIPS)
12567@item set heuristic-fence-post @var{limit}
12568Restrict @value{GDBN} to examining at most @var{limit} bytes in its
12569search for the beginning of a function. A value of @var{0} (the
12570default) means there is no limit. However, except for @var{0}, the
12571larger the limit the more bytes @code{heuristic-fence-post} must search
12572and therefore the longer it takes to run.
12573
12574@item show heuristic-fence-post
12575Display the current limit.
12576@end table
12577
12578@noindent
12579These commands are available @emph{only} when @value{GDBN} is configured
12580for debugging programs on Alpha or MIPS processors.
12581
12582
12583@node Controlling GDB
12584@chapter Controlling @value{GDBN}
12585
12586You can alter the way @value{GDBN} interacts with you by using the
12587@code{set} command. For commands controlling how @value{GDBN} displays
12588data, see @ref{Print Settings, ,Print settings}. Other settings are
12589described here.
12590
12591@menu
12592* Prompt:: Prompt
12593* Editing:: Command editing
12594* History:: Command history
12595* Screen Size:: Screen size
12596* Numbers:: Numbers
12597* ABI:: Configuring the current ABI
12598* Messages/Warnings:: Optional warnings and messages
12599* Debugging Output:: Optional messages about internal happenings
12600@end menu
12601
12602@node Prompt
12603@section Prompt
12604
12605@cindex prompt
12606
12607@value{GDBN} indicates its readiness to read a command by printing a string
12608called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
12609can change the prompt string with the @code{set prompt} command. For
12610instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
12611the prompt in one of the @value{GDBN} sessions so that you can always tell
12612which one you are talking to.
12613
12614@emph{Note:} @code{set prompt} does not add a space for you after the
12615prompt you set. This allows you to set a prompt which ends in a space
12616or a prompt that does not.
12617
12618@table @code
12619@kindex set prompt
12620@item set prompt @var{newprompt}
12621Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
12622
12623@kindex show prompt
12624@item show prompt
12625Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
12626@end table
12627
12628@node Editing
12629@section Command editing
12630@cindex readline
12631@cindex command line editing
12632
12633@value{GDBN} reads its input commands via the @dfn{readline} interface. This
12634@sc{gnu} library provides consistent behavior for programs which provide a
12635command line interface to the user. Advantages are @sc{gnu} Emacs-style
12636or @dfn{vi}-style inline editing of commands, @code{csh}-like history
12637substitution, and a storage and recall of command history across
12638debugging sessions.
12639
12640You may control the behavior of command line editing in @value{GDBN} with the
12641command @code{set}.
12642
12643@table @code
12644@kindex set editing
12645@cindex editing
12646@item set editing
12647@itemx set editing on
12648Enable command line editing (enabled by default).
12649
12650@item set editing off
12651Disable command line editing.
12652
12653@kindex show editing
12654@item show editing
12655Show whether command line editing is enabled.
12656@end table
12657
12658@node History
12659@section Command history
12660
12661@value{GDBN} can keep track of the commands you type during your
12662debugging sessions, so that you can be certain of precisely what
12663happened. Use these commands to manage the @value{GDBN} command
12664history facility.
12665
12666@table @code
12667@cindex history substitution
12668@cindex history file
12669@kindex set history filename
12670@kindex GDBHISTFILE
12671@item set history filename @var{fname}
12672Set the name of the @value{GDBN} command history file to @var{fname}.
12673This is the file where @value{GDBN} reads an initial command history
12674list, and where it writes the command history from this session when it
12675exits. You can access this list through history expansion or through
12676the history command editing characters listed below. This file defaults
12677to the value of the environment variable @code{GDBHISTFILE}, or to
12678@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
12679is not set.
12680
12681@cindex history save
12682@kindex set history save
12683@item set history save
12684@itemx set history save on
12685Record command history in a file, whose name may be specified with the
12686@code{set history filename} command. By default, this option is disabled.
12687
12688@item set history save off
12689Stop recording command history in a file.
12690
12691@cindex history size
12692@kindex set history size
12693@item set history size @var{size}
12694Set the number of commands which @value{GDBN} keeps in its history list.
12695This defaults to the value of the environment variable
12696@code{HISTSIZE}, or to 256 if this variable is not set.
12697@end table
12698
12699@cindex history expansion
12700History expansion assigns special meaning to the character @kbd{!}.
12701@ifset have-readline-appendices
12702@xref{Event Designators}.
12703@end ifset
12704
12705Since @kbd{!} is also the logical not operator in C, history expansion
12706is off by default. If you decide to enable history expansion with the
12707@code{set history expansion on} command, you may sometimes need to
12708follow @kbd{!} (when it is used as logical not, in an expression) with
12709a space or a tab to prevent it from being expanded. The readline
12710history facilities do not attempt substitution on the strings
12711@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
12712
12713The commands to control history expansion are:
12714
12715@table @code
12716@kindex set history expansion
12717@item set history expansion on
12718@itemx set history expansion
12719Enable history expansion. History expansion is off by default.
12720
12721@item set history expansion off
12722Disable history expansion.
12723
12724The readline code comes with more complete documentation of
12725editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
12726or @code{vi} may wish to read it.
12727@ifset have-readline-appendices
12728@xref{Command Line Editing}.
12729@end ifset
12730
12731@c @group
12732@kindex show history
12733@item show history
12734@itemx show history filename
12735@itemx show history save
12736@itemx show history size
12737@itemx show history expansion
12738These commands display the state of the @value{GDBN} history parameters.
12739@code{show history} by itself displays all four states.
12740@c @end group
12741@end table
12742
12743@table @code
12744@kindex shows
12745@item show commands
12746Display the last ten commands in the command history.
12747
12748@item show commands @var{n}
12749Print ten commands centered on command number @var{n}.
12750
12751@item show commands +
12752Print ten commands just after the commands last printed.
12753@end table
12754
12755@node Screen Size
12756@section Screen size
12757@cindex size of screen
12758@cindex pauses in output
12759
12760Certain commands to @value{GDBN} may produce large amounts of
12761information output to the screen. To help you read all of it,
12762@value{GDBN} pauses and asks you for input at the end of each page of
12763output. Type @key{RET} when you want to continue the output, or @kbd{q}
12764to discard the remaining output. Also, the screen width setting
12765determines when to wrap lines of output. Depending on what is being
12766printed, @value{GDBN} tries to break the line at a readable place,
12767rather than simply letting it overflow onto the following line.
12768
12769Normally @value{GDBN} knows the size of the screen from the terminal
12770driver software. For example, on Unix @value{GDBN} uses the termcap data base
12771together with the value of the @code{TERM} environment variable and the
12772@code{stty rows} and @code{stty cols} settings. If this is not correct,
12773you can override it with the @code{set height} and @code{set
12774width} commands:
12775
12776@table @code
12777@kindex set height
12778@kindex set width
12779@kindex show width
12780@kindex show height
12781@item set height @var{lpp}
12782@itemx show height
12783@itemx set width @var{cpl}
12784@itemx show width
12785These @code{set} commands specify a screen height of @var{lpp} lines and
12786a screen width of @var{cpl} characters. The associated @code{show}
12787commands display the current settings.
12788
12789If you specify a height of zero lines, @value{GDBN} does not pause during
12790output no matter how long the output is. This is useful if output is to a
12791file or to an editor buffer.
12792
12793Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
12794from wrapping its output.
12795@end table
12796
12797@node Numbers
12798@section Numbers
12799@cindex number representation
12800@cindex entering numbers
12801
12802You can always enter numbers in octal, decimal, or hexadecimal in
12803@value{GDBN} by the usual conventions: octal numbers begin with
12804@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
12805begin with @samp{0x}. Numbers that begin with none of these are, by
12806default, entered in base 10; likewise, the default display for
12807numbers---when no particular format is specified---is base 10. You can
12808change the default base for both input and output with the @code{set
12809radix} command.
12810
12811@table @code
12812@kindex set input-radix
12813@item set input-radix @var{base}
12814Set the default base for numeric input. Supported choices
12815for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12816specified either unambiguously or using the current default radix; for
12817example, any of
12818
12819@smallexample
12820set radix 012
12821set radix 10.
12822set radix 0xa
12823@end smallexample
12824
12825@noindent
12826sets the base to decimal. On the other hand, @samp{set radix 10}
12827leaves the radix unchanged no matter what it was.
12828
12829@kindex set output-radix
12830@item set output-radix @var{base}
12831Set the default base for numeric display. Supported choices
12832for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
12833specified either unambiguously or using the current default radix.
12834
12835@kindex show input-radix
12836@item show input-radix
12837Display the current default base for numeric input.
12838
12839@kindex show output-radix
12840@item show output-radix
12841Display the current default base for numeric display.
12842@end table
12843
12844@node ABI
12845@section Configuring the current ABI
12846
12847@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
12848application automatically. However, sometimes you need to override its
12849conclusions. Use these commands to manage @value{GDBN}'s view of the
12850current ABI.
12851
12852@cindex OS ABI
12853@kindex set osabi
12854@kindex show osabi
12855
12856One @value{GDBN} configuration can debug binaries for multiple operating
12857system targets, either via remote debugging or native emulation.
12858@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
12859but you can override its conclusion using the @code{set osabi} command.
12860One example where this is useful is in debugging of binaries which use
12861an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
12862not have the same identifying marks that the standard C library for your
12863platform provides.
12864
12865@table @code
12866@item show osabi
12867Show the OS ABI currently in use.
12868
12869@item set osabi
12870With no argument, show the list of registered available OS ABI's.
12871
12872@item set osabi @var{abi}
12873Set the current OS ABI to @var{abi}.
12874@end table
12875
12876@cindex float promotion
12877@kindex set coerce-float-to-double
12878
12879Generally, the way that an argument of type @code{float} is passed to a
12880function depends on whether the function is prototyped. For a prototyped
12881(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
12882according to the architecture's convention for @code{float}. For unprototyped
12883(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
12884@code{double} and then passed.
12885
12886Unfortunately, some forms of debug information do not reliably indicate whether
12887a function is prototyped. If @value{GDBN} calls a function that is not marked
12888as prototyped, it consults @kbd{set coerce-float-to-double}.
12889
12890@table @code
12891@item set coerce-float-to-double
12892@itemx set coerce-float-to-double on
12893Arguments of type @code{float} will be promoted to @code{double} when passed
12894to an unprototyped function. This is the default setting.
12895
12896@item set coerce-float-to-double off
12897Arguments of type @code{float} will be passed directly to unprototyped
12898functions.
12899@end table
12900
12901@kindex set cp-abi
12902@kindex show cp-abi
12903@value{GDBN} needs to know the ABI used for your program's C@t{++}
12904objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
12905used to build your application. @value{GDBN} only fully supports
12906programs with a single C@t{++} ABI; if your program contains code using
12907multiple C@t{++} ABI's or if @value{GDBN} can not identify your
12908program's ABI correctly, you can tell @value{GDBN} which ABI to use.
12909Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
12910before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
12911``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
12912use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
12913``auto''.
12914
12915@table @code
12916@item show cp-abi
12917Show the C@t{++} ABI currently in use.
12918
12919@item set cp-abi
12920With no argument, show the list of supported C@t{++} ABI's.
12921
12922@item set cp-abi @var{abi}
12923@itemx set cp-abi auto
12924Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
12925@end table
12926
12927@node Messages/Warnings
12928@section Optional warnings and messages
12929
12930By default, @value{GDBN} is silent about its inner workings. If you are
12931running on a slow machine, you may want to use the @code{set verbose}
12932command. This makes @value{GDBN} tell you when it does a lengthy
12933internal operation, so you will not think it has crashed.
12934
12935Currently, the messages controlled by @code{set verbose} are those
12936which announce that the symbol table for a source file is being read;
12937see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
12938
12939@table @code
12940@kindex set verbose
12941@item set verbose on
12942Enables @value{GDBN} output of certain informational messages.
12943
12944@item set verbose off
12945Disables @value{GDBN} output of certain informational messages.
12946
12947@kindex show verbose
12948@item show verbose
12949Displays whether @code{set verbose} is on or off.
12950@end table
12951
12952By default, if @value{GDBN} encounters bugs in the symbol table of an
12953object file, it is silent; but if you are debugging a compiler, you may
12954find this information useful (@pxref{Symbol Errors, ,Errors reading
12955symbol files}).
12956
12957@table @code
12958
12959@kindex set complaints
12960@item set complaints @var{limit}
12961Permits @value{GDBN} to output @var{limit} complaints about each type of
12962unusual symbols before becoming silent about the problem. Set
12963@var{limit} to zero to suppress all complaints; set it to a large number
12964to prevent complaints from being suppressed.
12965
12966@kindex show complaints
12967@item show complaints
12968Displays how many symbol complaints @value{GDBN} is permitted to produce.
12969
12970@end table
12971
12972By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
12973lot of stupid questions to confirm certain commands. For example, if
12974you try to run a program which is already running:
12975
12976@smallexample
12977(@value{GDBP}) run
12978The program being debugged has been started already.
12979Start it from the beginning? (y or n)
12980@end smallexample
12981
12982If you are willing to unflinchingly face the consequences of your own
12983commands, you can disable this ``feature'':
12984
12985@table @code
12986
12987@kindex set confirm
12988@cindex flinching
12989@cindex confirmation
12990@cindex stupid questions
12991@item set confirm off
12992Disables confirmation requests.
12993
12994@item set confirm on
12995Enables confirmation requests (the default).
12996
12997@kindex show confirm
12998@item show confirm
12999Displays state of confirmation requests.
13000
13001@end table
13002
13003@node Debugging Output
13004@section Optional messages about internal happenings
13005@table @code
13006@kindex set debug arch
13007@item set debug arch
13008Turns on or off display of gdbarch debugging info. The default is off
13009@kindex show debug arch
13010@item show debug arch
13011Displays the current state of displaying gdbarch debugging info.
13012@kindex set debug event
13013@item set debug event
13014Turns on or off display of @value{GDBN} event debugging info. The
13015default is off.
13016@kindex show debug event
13017@item show debug event
13018Displays the current state of displaying @value{GDBN} event debugging
13019info.
13020@kindex set debug expression
13021@item set debug expression
13022Turns on or off display of @value{GDBN} expression debugging info. The
13023default is off.
13024@kindex show debug expression
13025@item show debug expression
13026Displays the current state of displaying @value{GDBN} expression
13027debugging info.
13028@kindex set debug frame
13029@item set debug frame
13030Turns on or off display of @value{GDBN} frame debugging info. The
13031default is off.
13032@kindex show debug frame
13033@item show debug frame
13034Displays the current state of displaying @value{GDBN} frame debugging
13035info.
13036@kindex set debug overload
13037@item set debug overload
13038Turns on or off display of @value{GDBN} C@t{++} overload debugging
13039info. This includes info such as ranking of functions, etc. The default
13040is off.
13041@kindex show debug overload
13042@item show debug overload
13043Displays the current state of displaying @value{GDBN} C@t{++} overload
13044debugging info.
13045@kindex set debug remote
13046@cindex packets, reporting on stdout
13047@cindex serial connections, debugging
13048@item set debug remote
13049Turns on or off display of reports on all packets sent back and forth across
13050the serial line to the remote machine. The info is printed on the
13051@value{GDBN} standard output stream. The default is off.
13052@kindex show debug remote
13053@item show debug remote
13054Displays the state of display of remote packets.
13055@kindex set debug serial
13056@item set debug serial
13057Turns on or off display of @value{GDBN} serial debugging info. The
13058default is off.
13059@kindex show debug serial
13060@item show debug serial
13061Displays the current state of displaying @value{GDBN} serial debugging
13062info.
13063@kindex set debug target
13064@item set debug target
13065Turns on or off display of @value{GDBN} target debugging info. This info
13066includes what is going on at the target level of GDB, as it happens. The
13067default is off.
13068@kindex show debug target
13069@item show debug target
13070Displays the current state of displaying @value{GDBN} target debugging
13071info.
13072@kindex set debug varobj
13073@item set debug varobj
13074Turns on or off display of @value{GDBN} variable object debugging
13075info. The default is off.
13076@kindex show debug varobj
13077@item show debug varobj
13078Displays the current state of displaying @value{GDBN} variable object
13079debugging info.
13080@end table
13081
13082@node Sequences
13083@chapter Canned Sequences of Commands
13084
13085Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
13086command lists}), @value{GDBN} provides two ways to store sequences of
13087commands for execution as a unit: user-defined commands and command
13088files.
13089
13090@menu
13091* Define:: User-defined commands
13092* Hooks:: User-defined command hooks
13093* Command Files:: Command files
13094* Output:: Commands for controlled output
13095@end menu
13096
13097@node Define
13098@section User-defined commands
13099
13100@cindex user-defined command
13101A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
13102which you assign a new name as a command. This is done with the
13103@code{define} command. User commands may accept up to 10 arguments
13104separated by whitespace. Arguments are accessed within the user command
13105via @var{$arg0@dots{}$arg9}. A trivial example:
13106
13107@smallexample
13108define adder
13109 print $arg0 + $arg1 + $arg2
13110@end smallexample
13111
13112@noindent
13113To execute the command use:
13114
13115@smallexample
13116adder 1 2 3
13117@end smallexample
13118
13119@noindent
13120This defines the command @code{adder}, which prints the sum of
13121its three arguments. Note the arguments are text substitutions, so they may
13122reference variables, use complex expressions, or even perform inferior
13123functions calls.
13124
13125@table @code
13126
13127@kindex define
13128@item define @var{commandname}
13129Define a command named @var{commandname}. If there is already a command
13130by that name, you are asked to confirm that you want to redefine it.
13131
13132The definition of the command is made up of other @value{GDBN} command lines,
13133which are given following the @code{define} command. The end of these
13134commands is marked by a line containing @code{end}.
13135
13136@kindex if
13137@kindex else
13138@item if
13139Takes a single argument, which is an expression to evaluate.
13140It is followed by a series of commands that are executed
13141only if the expression is true (nonzero).
13142There can then optionally be a line @code{else}, followed
13143by a series of commands that are only executed if the expression
13144was false. The end of the list is marked by a line containing @code{end}.
13145
13146@kindex while
13147@item while
13148The syntax is similar to @code{if}: the command takes a single argument,
13149which is an expression to evaluate, and must be followed by the commands to
13150execute, one per line, terminated by an @code{end}.
13151The commands are executed repeatedly as long as the expression
13152evaluates to true.
13153
13154@kindex document
13155@item document @var{commandname}
13156Document the user-defined command @var{commandname}, so that it can be
13157accessed by @code{help}. The command @var{commandname} must already be
13158defined. This command reads lines of documentation just as @code{define}
13159reads the lines of the command definition, ending with @code{end}.
13160After the @code{document} command is finished, @code{help} on command
13161@var{commandname} displays the documentation you have written.
13162
13163You may use the @code{document} command again to change the
13164documentation of a command. Redefining the command with @code{define}
13165does not change the documentation.
13166
13167@kindex help user-defined
13168@item help user-defined
13169List all user-defined commands, with the first line of the documentation
13170(if any) for each.
13171
13172@kindex show user
13173@item show user
13174@itemx show user @var{commandname}
13175Display the @value{GDBN} commands used to define @var{commandname} (but
13176not its documentation). If no @var{commandname} is given, display the
13177definitions for all user-defined commands.
13178
13179@kindex show max-user-call-depth
13180@kindex set max-user-call-depth
13181@item show max-user-call-depth
13182@itemx set max-user-call-depth
13183The value of @code{max-user-call-depth} controls how many recursion
13184levels are allowed in user-defined commands before GDB suspects an
13185infinite recursion and aborts the command.
13186
13187@end table
13188
13189When user-defined commands are executed, the
13190commands of the definition are not printed. An error in any command
13191stops execution of the user-defined command.
13192
13193If used interactively, commands that would ask for confirmation proceed
13194without asking when used inside a user-defined command. Many @value{GDBN}
13195commands that normally print messages to say what they are doing omit the
13196messages when used in a user-defined command.
13197
13198@node Hooks
13199@section User-defined command hooks
13200@cindex command hooks
13201@cindex hooks, for commands
13202@cindex hooks, pre-command
13203
13204@kindex hook
13205@kindex hook-
13206You may define @dfn{hooks}, which are a special kind of user-defined
13207command. Whenever you run the command @samp{foo}, if the user-defined
13208command @samp{hook-foo} exists, it is executed (with no arguments)
13209before that command.
13210
13211@cindex hooks, post-command
13212@kindex hookpost
13213@kindex hookpost-
13214A hook may also be defined which is run after the command you executed.
13215Whenever you run the command @samp{foo}, if the user-defined command
13216@samp{hookpost-foo} exists, it is executed (with no arguments) after
13217that command. Post-execution hooks may exist simultaneously with
13218pre-execution hooks, for the same command.
13219
13220It is valid for a hook to call the command which it hooks. If this
13221occurs, the hook is not re-executed, thereby avoiding infinte recursion.
13222
13223@c It would be nice if hookpost could be passed a parameter indicating
13224@c if the command it hooks executed properly or not. FIXME!
13225
13226@kindex stop@r{, a pseudo-command}
13227In addition, a pseudo-command, @samp{stop} exists. Defining
13228(@samp{hook-stop}) makes the associated commands execute every time
13229execution stops in your program: before breakpoint commands are run,
13230displays are printed, or the stack frame is printed.
13231
13232For example, to ignore @code{SIGALRM} signals while
13233single-stepping, but treat them normally during normal execution,
13234you could define:
13235
13236@smallexample
13237define hook-stop
13238handle SIGALRM nopass
13239end
13240
13241define hook-run
13242handle SIGALRM pass
13243end
13244
13245define hook-continue
13246handle SIGLARM pass
13247end
13248@end smallexample
13249
13250As a further example, to hook at the begining and end of the @code{echo}
13251command, and to add extra text to the beginning and end of the message,
13252you could define:
13253
13254@smallexample
13255define hook-echo
13256echo <<<---
13257end
13258
13259define hookpost-echo
13260echo --->>>\n
13261end
13262
13263(@value{GDBP}) echo Hello World
13264<<<---Hello World--->>>
13265(@value{GDBP})
13266
13267@end smallexample
13268
13269You can define a hook for any single-word command in @value{GDBN}, but
13270not for command aliases; you should define a hook for the basic command
13271name, e.g. @code{backtrace} rather than @code{bt}.
13272@c FIXME! So how does Joe User discover whether a command is an alias
13273@c or not?
13274If an error occurs during the execution of your hook, execution of
13275@value{GDBN} commands stops and @value{GDBN} issues a prompt
13276(before the command that you actually typed had a chance to run).
13277
13278If you try to define a hook which does not match any known command, you
13279get a warning from the @code{define} command.
13280
13281@node Command Files
13282@section Command files
13283
13284@cindex command files
13285A command file for @value{GDBN} is a file of lines that are @value{GDBN}
13286commands. Comments (lines starting with @kbd{#}) may also be included.
13287An empty line in a command file does nothing; it does not mean to repeat
13288the last command, as it would from the terminal.
13289
13290@cindex init file
13291@cindex @file{.gdbinit}
13292@cindex @file{gdb.ini}
13293When you start @value{GDBN}, it automatically executes commands from its
13294@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
13295port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
13296limitations of file names imposed by DOS filesystems.}.
13297During startup, @value{GDBN} does the following:
13298
13299@enumerate
13300@item
13301Reads the init file (if any) in your home directory@footnote{On
13302DOS/Windows systems, the home directory is the one pointed to by the
13303@code{HOME} environment variable.}.
13304
13305@item
13306Processes command line options and operands.
13307
13308@item
13309Reads the init file (if any) in the current working directory.
13310
13311@item
13312Reads command files specified by the @samp{-x} option.
13313@end enumerate
13314
13315The init file in your home directory can set options (such as @samp{set
13316complaints}) that affect subsequent processing of command line options
13317and operands. Init files are not executed if you use the @samp{-nx}
13318option (@pxref{Mode Options, ,Choosing modes}).
13319
13320@cindex init file name
13321On some configurations of @value{GDBN}, the init file is known by a
13322different name (these are typically environments where a specialized
13323form of @value{GDBN} may need to coexist with other forms, hence a
13324different name for the specialized version's init file). These are the
13325environments with special init file names:
13326
13327@cindex @file{.vxgdbinit}
13328@itemize @bullet
13329@item
13330VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
13331
13332@cindex @file{.os68gdbinit}
13333@item
13334OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
13335
13336@cindex @file{.esgdbinit}
13337@item
13338ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
13339@end itemize
13340
13341You can also request the execution of a command file with the
13342@code{source} command:
13343
13344@table @code
13345@kindex source
13346@item source @var{filename}
13347Execute the command file @var{filename}.
13348@end table
13349
13350The lines in a command file are executed sequentially. They are not
13351printed as they are executed. An error in any command terminates
13352execution of the command file and control is returned to the console.
13353
13354Commands that would ask for confirmation if used interactively proceed
13355without asking when used in a command file. Many @value{GDBN} commands that
13356normally print messages to say what they are doing omit the messages
13357when called from command files.
13358
13359@value{GDBN} also accepts command input from standard input. In this
13360mode, normal output goes to standard output and error output goes to
13361standard error. Errors in a command file supplied on standard input do
13362not terminate execution of the command file --- execution continues with
13363the next command.
13364
13365@smallexample
13366gdb < cmds > log 2>&1
13367@end smallexample
13368
13369(The syntax above will vary depending on the shell used.) This example
13370will execute commands from the file @file{cmds}. All output and errors
13371would be directed to @file{log}.
13372
13373@node Output
13374@section Commands for controlled output
13375
13376During the execution of a command file or a user-defined command, normal
13377@value{GDBN} output is suppressed; the only output that appears is what is
13378explicitly printed by the commands in the definition. This section
13379describes three commands useful for generating exactly the output you
13380want.
13381
13382@table @code
13383@kindex echo
13384@item echo @var{text}
13385@c I do not consider backslash-space a standard C escape sequence
13386@c because it is not in ANSI.
13387Print @var{text}. Nonprinting characters can be included in
13388@var{text} using C escape sequences, such as @samp{\n} to print a
13389newline. @strong{No newline is printed unless you specify one.}
13390In addition to the standard C escape sequences, a backslash followed
13391by a space stands for a space. This is useful for displaying a
13392string with spaces at the beginning or the end, since leading and
13393trailing spaces are otherwise trimmed from all arguments.
13394To print @samp{@w{ }and foo =@w{ }}, use the command
13395@samp{echo \@w{ }and foo = \@w{ }}.
13396
13397A backslash at the end of @var{text} can be used, as in C, to continue
13398the command onto subsequent lines. For example,
13399
13400@smallexample
13401echo This is some text\n\
13402which is continued\n\
13403onto several lines.\n
13404@end smallexample
13405
13406produces the same output as
13407
13408@smallexample
13409echo This is some text\n
13410echo which is continued\n
13411echo onto several lines.\n
13412@end smallexample
13413
13414@kindex output
13415@item output @var{expression}
13416Print the value of @var{expression} and nothing but that value: no
13417newlines, no @samp{$@var{nn} = }. The value is not entered in the
13418value history either. @xref{Expressions, ,Expressions}, for more information
13419on expressions.
13420
13421@item output/@var{fmt} @var{expression}
13422Print the value of @var{expression} in format @var{fmt}. You can use
13423the same formats as for @code{print}. @xref{Output Formats,,Output
13424formats}, for more information.
13425
13426@kindex printf
13427@item printf @var{string}, @var{expressions}@dots{}
13428Print the values of the @var{expressions} under the control of
13429@var{string}. The @var{expressions} are separated by commas and may be
13430either numbers or pointers. Their values are printed as specified by
13431@var{string}, exactly as if your program were to execute the C
13432subroutine
13433@c FIXME: the above implies that at least all ANSI C formats are
13434@c supported, but it isn't true: %E and %G don't work (or so it seems).
13435@c Either this is a bug, or the manual should document what formats are
13436@c supported.
13437
13438@smallexample
13439printf (@var{string}, @var{expressions}@dots{});
13440@end smallexample
13441
13442For example, you can print two values in hex like this:
13443
13444@smallexample
13445printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
13446@end smallexample
13447
13448The only backslash-escape sequences that you can use in the format
13449string are the simple ones that consist of backslash followed by a
13450letter.
13451@end table
13452
13453@node Interpreters
13454@chapter Command Interpreters
13455@cindex command interpreters
13456
13457@value{GDBN} supports multiple command interpreters, and some command
13458infrastructure to allow users or user interface writers to switch
13459between interpreters or run commands in other interpreters.
13460
13461@value{GDBN} currently supports two command interpreters, the console
13462interpreter (sometimes called the command-line interpreter or @sc{cli})
13463and the machine interface interpreter (or @sc{gdb/mi}). This manual
13464describes both of these interfaces in great detail.
13465
13466By default, @value{GDBN} will start with the console interpreter.
13467However, the user may choose to start @value{GDBN} with another
13468interpreter by specifying the @option{-i} or @option{--interpreter}
13469startup options. Defined interpreters include:
13470
13471@table @code
13472@item console
13473@cindex console interpreter
13474The traditional console or command-line interpreter. This is the most often
13475used interpreter with @value{GDBN}. With no interpreter specified at runtime,
13476@value{GDBN} will use this interpreter.
13477
13478@item mi
13479@cindex mi interpreter
13480The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
13481by programs wishing to use @value{GDBN} as a backend for a debugger GUI
13482or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
13483Interface}.
13484
13485@item mi2
13486@cindex mi2 interpreter
13487The current @sc{gdb/mi} interface.
13488
13489@item mi1
13490@cindex mi1 interpreter
13491The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
13492
13493@end table
13494
13495@cindex invoke another interpreter
13496The interpreter being used by @value{GDBN} may not be dynamically
13497switched at runtime. Although possible, this could lead to a very
13498precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
13499enters the command "interpreter-set console" in a console view,
13500@value{GDBN} would switch to using the console interpreter, rendering
13501the IDE inoperable!
13502
13503@kindex interpreter-exec
13504Although you may only choose a single interpreter at startup, you may execute
13505commands in any interpreter from the current interpreter using the appropriate
13506command. If you are running the console interpreter, simply use the
13507@code{interpreter-exec} command:
13508
13509@smallexample
13510interpreter-exec mi "-data-list-register-names"
13511@end smallexample
13512
13513@sc{gdb/mi} has a similar command, although it is only available in versions of
13514@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
13515
13516@node TUI
13517@chapter @value{GDBN} Text User Interface
13518@cindex TUI
13519
13520@menu
13521* TUI Overview:: TUI overview
13522* TUI Keys:: TUI key bindings
13523* TUI Single Key Mode:: TUI single key mode
13524* TUI Commands:: TUI specific commands
13525* TUI Configuration:: TUI configuration variables
13526@end menu
13527
13528The @value{GDBN} Text User Interface, TUI in short,
13529is a terminal interface which uses the @code{curses} library
13530to show the source file, the assembly output, the program registers
13531and @value{GDBN} commands in separate text windows.
13532The TUI is available only when @value{GDBN} is configured
13533with the @code{--enable-tui} configure option (@pxref{Configure Options}).
13534
13535@node TUI Overview
13536@section TUI overview
13537
13538The TUI has two display modes that can be switched while
13539@value{GDBN} runs:
13540
13541@itemize @bullet
13542@item
13543A curses (or TUI) mode in which it displays several text
13544windows on the terminal.
13545
13546@item
13547A standard mode which corresponds to the @value{GDBN} configured without
13548the TUI.
13549@end itemize
13550
13551In the TUI mode, @value{GDBN} can display several text window
13552on the terminal:
13553
13554@table @emph
13555@item command
13556This window is the @value{GDBN} command window with the @value{GDBN}
13557prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
13558managed using readline but through the TUI. The @emph{command}
13559window is always visible.
13560
13561@item source
13562The source window shows the source file of the program. The current
13563line as well as active breakpoints are displayed in this window.
13564
13565@item assembly
13566The assembly window shows the disassembly output of the program.
13567
13568@item register
13569This window shows the processor registers. It detects when
13570a register is changed and when this is the case, registers that have
13571changed are highlighted.
13572
13573@end table
13574
13575The source and assembly windows show the current program position
13576by highlighting the current line and marking them with the @samp{>} marker.
13577Breakpoints are also indicated with two markers. A first one
13578indicates the breakpoint type:
13579
13580@table @code
13581@item B
13582Breakpoint which was hit at least once.
13583
13584@item b
13585Breakpoint which was never hit.
13586
13587@item H
13588Hardware breakpoint which was hit at least once.
13589
13590@item h
13591Hardware breakpoint which was never hit.
13592
13593@end table
13594
13595The second marker indicates whether the breakpoint is enabled or not:
13596
13597@table @code
13598@item +
13599Breakpoint is enabled.
13600
13601@item -
13602Breakpoint is disabled.
13603
13604@end table
13605
13606The source, assembly and register windows are attached to the thread
13607and the frame position. They are updated when the current thread
13608changes, when the frame changes or when the program counter changes.
13609These three windows are arranged by the TUI according to several
13610layouts. The layout defines which of these three windows are visible.
13611The following layouts are available:
13612
13613@itemize @bullet
13614@item
13615source
13616
13617@item
13618assembly
13619
13620@item
13621source and assembly
13622
13623@item
13624source and registers
13625
13626@item
13627assembly and registers
13628
13629@end itemize
13630
13631On top of the command window a status line gives various information
13632concerning the current process begin debugged. The status line is
13633updated when the information it shows changes. The following fields
13634are displayed:
13635
13636@table @emph
13637@item target
13638Indicates the current gdb target
13639(@pxref{Targets, ,Specifying a Debugging Target}).
13640
13641@item process
13642Gives information about the current process or thread number.
13643When no process is being debugged, this field is set to @code{No process}.
13644
13645@item function
13646Gives the current function name for the selected frame.
13647The name is demangled if demangling is turned on (@pxref{Print Settings}).
13648When there is no symbol corresponding to the current program counter
13649the string @code{??} is displayed.
13650
13651@item line
13652Indicates the current line number for the selected frame.
13653When the current line number is not known the string @code{??} is displayed.
13654
13655@item pc
13656Indicates the current program counter address.
13657
13658@end table
13659
13660@node TUI Keys
13661@section TUI Key Bindings
13662@cindex TUI key bindings
13663
13664The TUI installs several key bindings in the readline keymaps
13665(@pxref{Command Line Editing}).
13666They allow to leave or enter in the TUI mode or they operate
13667directly on the TUI layout and windows. The TUI also provides
13668a @emph{SingleKey} keymap which binds several keys directly to
13669@value{GDBN} commands. The following key bindings
13670are installed for both TUI mode and the @value{GDBN} standard mode.
13671
13672@table @kbd
13673@kindex C-x C-a
13674@item C-x C-a
13675@kindex C-x a
13676@itemx C-x a
13677@kindex C-x A
13678@itemx C-x A
13679Enter or leave the TUI mode. When the TUI mode is left,
13680the curses window management is left and @value{GDBN} operates using
13681its standard mode writing on the terminal directly. When the TUI
13682mode is entered, the control is given back to the curses windows.
13683The screen is then refreshed.
13684
13685@kindex C-x 1
13686@item C-x 1
13687Use a TUI layout with only one window. The layout will
13688either be @samp{source} or @samp{assembly}. When the TUI mode
13689is not active, it will switch to the TUI mode.
13690
13691Think of this key binding as the Emacs @kbd{C-x 1} binding.
13692
13693@kindex C-x 2
13694@item C-x 2
13695Use a TUI layout with at least two windows. When the current
13696layout shows already two windows, a next layout with two windows is used.
13697When a new layout is chosen, one window will always be common to the
13698previous layout and the new one.
13699
13700Think of it as the Emacs @kbd{C-x 2} binding.
13701
13702@kindex C-x s
13703@item C-x s
13704Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
13705(@pxref{TUI Single Key Mode}).
13706
13707@end table
13708
13709The following key bindings are handled only by the TUI mode:
13710
13711@table @key
13712@kindex PgUp
13713@item PgUp
13714Scroll the active window one page up.
13715
13716@kindex PgDn
13717@item PgDn
13718Scroll the active window one page down.
13719
13720@kindex Up
13721@item Up
13722Scroll the active window one line up.
13723
13724@kindex Down
13725@item Down
13726Scroll the active window one line down.
13727
13728@kindex Left
13729@item Left
13730Scroll the active window one column left.
13731
13732@kindex Right
13733@item Right
13734Scroll the active window one column right.
13735
13736@kindex C-L
13737@item C-L
13738Refresh the screen.
13739
13740@end table
13741
13742In the TUI mode, the arrow keys are used by the active window
13743for scrolling. This means they are not available for readline. It is
13744necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
13745@key{C-b} and @key{C-f}.
13746
13747@node TUI Single Key Mode
13748@section TUI Single Key Mode
13749@cindex TUI single key mode
13750
13751The TUI provides a @emph{SingleKey} mode in which it installs a particular
13752key binding in the readline keymaps to connect single keys to
13753some gdb commands.
13754
13755@table @kbd
13756@kindex c @r{(SingleKey TUI key)}
13757@item c
13758continue
13759
13760@kindex d @r{(SingleKey TUI key)}
13761@item d
13762down
13763
13764@kindex f @r{(SingleKey TUI key)}
13765@item f
13766finish
13767
13768@kindex n @r{(SingleKey TUI key)}
13769@item n
13770next
13771
13772@kindex q @r{(SingleKey TUI key)}
13773@item q
13774exit the @emph{SingleKey} mode.
13775
13776@kindex r @r{(SingleKey TUI key)}
13777@item r
13778run
13779
13780@kindex s @r{(SingleKey TUI key)}
13781@item s
13782step
13783
13784@kindex u @r{(SingleKey TUI key)}
13785@item u
13786up
13787
13788@kindex v @r{(SingleKey TUI key)}
13789@item v
13790info locals
13791
13792@kindex w @r{(SingleKey TUI key)}
13793@item w
13794where
13795
13796@end table
13797
13798Other keys temporarily switch to the @value{GDBN} command prompt.
13799The key that was pressed is inserted in the editing buffer so that
13800it is possible to type most @value{GDBN} commands without interaction
13801with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
13802@emph{SingleKey} mode is restored. The only way to permanently leave
13803this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
13804
13805
13806@node TUI Commands
13807@section TUI specific commands
13808@cindex TUI commands
13809
13810The TUI has specific commands to control the text windows.
13811These commands are always available, that is they do not depend on
13812the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
13813is in the standard mode, using these commands will automatically switch
13814in the TUI mode.
13815
13816@table @code
13817@item info win
13818@kindex info win
13819List and give the size of all displayed windows.
13820
13821@item layout next
13822@kindex layout next
13823Display the next layout.
13824
13825@item layout prev
13826@kindex layout prev
13827Display the previous layout.
13828
13829@item layout src
13830@kindex layout src
13831Display the source window only.
13832
13833@item layout asm
13834@kindex layout asm
13835Display the assembly window only.
13836
13837@item layout split
13838@kindex layout split
13839Display the source and assembly window.
13840
13841@item layout regs
13842@kindex layout regs
13843Display the register window together with the source or assembly window.
13844
13845@item focus next | prev | src | asm | regs | split
13846@kindex focus
13847Set the focus to the named window.
13848This command allows to change the active window so that scrolling keys
13849can be affected to another window.
13850
13851@item refresh
13852@kindex refresh
13853Refresh the screen. This is similar to using @key{C-L} key.
13854
13855@item update
13856@kindex update
13857Update the source window and the current execution point.
13858
13859@item winheight @var{name} +@var{count}
13860@itemx winheight @var{name} -@var{count}
13861@kindex winheight
13862Change the height of the window @var{name} by @var{count}
13863lines. Positive counts increase the height, while negative counts
13864decrease it.
13865
13866@end table
13867
13868@node TUI Configuration
13869@section TUI configuration variables
13870@cindex TUI configuration variables
13871
13872The TUI has several configuration variables that control the
13873appearance of windows on the terminal.
13874
13875@table @code
13876@item set tui border-kind @var{kind}
13877@kindex set tui border-kind
13878Select the border appearance for the source, assembly and register windows.
13879The possible values are the following:
13880@table @code
13881@item space
13882Use a space character to draw the border.
13883
13884@item ascii
13885Use ascii characters + - and | to draw the border.
13886
13887@item acs
13888Use the Alternate Character Set to draw the border. The border is
13889drawn using character line graphics if the terminal supports them.
13890
13891@end table
13892
13893@item set tui active-border-mode @var{mode}
13894@kindex set tui active-border-mode
13895Select the attributes to display the border of the active window.
13896The possible values are @code{normal}, @code{standout}, @code{reverse},
13897@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
13898
13899@item set tui border-mode @var{mode}
13900@kindex set tui border-mode
13901Select the attributes to display the border of other windows.
13902The @var{mode} can be one of the following:
13903@table @code
13904@item normal
13905Use normal attributes to display the border.
13906
13907@item standout
13908Use standout mode.
13909
13910@item reverse
13911Use reverse video mode.
13912
13913@item half
13914Use half bright mode.
13915
13916@item half-standout
13917Use half bright and standout mode.
13918
13919@item bold
13920Use extra bright or bold mode.
13921
13922@item bold-standout
13923Use extra bright or bold and standout mode.
13924
13925@end table
13926
13927@end table
13928
13929@node Emacs
13930@chapter Using @value{GDBN} under @sc{gnu} Emacs
13931
13932@cindex Emacs
13933@cindex @sc{gnu} Emacs
13934A special interface allows you to use @sc{gnu} Emacs to view (and
13935edit) the source files for the program you are debugging with
13936@value{GDBN}.
13937
13938To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
13939executable file you want to debug as an argument. This command starts
13940@value{GDBN} as a subprocess of Emacs, with input and output through a newly
13941created Emacs buffer.
13942@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
13943
13944Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
13945things:
13946
13947@itemize @bullet
13948@item
13949All ``terminal'' input and output goes through the Emacs buffer.
13950@end itemize
13951
13952This applies both to @value{GDBN} commands and their output, and to the input
13953and output done by the program you are debugging.
13954
13955This is useful because it means that you can copy the text of previous
13956commands and input them again; you can even use parts of the output
13957in this way.
13958
13959All the facilities of Emacs' Shell mode are available for interacting
13960with your program. In particular, you can send signals the usual
13961way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
13962stop.
13963
13964@itemize @bullet
13965@item
13966@value{GDBN} displays source code through Emacs.
13967@end itemize
13968
13969Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
13970source file for that frame and puts an arrow (@samp{=>}) at the
13971left margin of the current line. Emacs uses a separate buffer for
13972source display, and splits the screen to show both your @value{GDBN} session
13973and the source.
13974
13975Explicit @value{GDBN} @code{list} or search commands still produce output as
13976usual, but you probably have no reason to use them from Emacs.
13977
13978@quotation
13979@emph{Warning:} If the directory where your program resides is not your
13980current directory, it can be easy to confuse Emacs about the location of
13981the source files, in which case the auxiliary display buffer does not
13982appear to show your source. @value{GDBN} can find programs by searching your
13983environment's @code{PATH} variable, so the @value{GDBN} input and output
13984session proceeds normally; but Emacs does not get enough information
13985back from @value{GDBN} to locate the source files in this situation. To
13986avoid this problem, either start @value{GDBN} mode from the directory where
13987your program resides, or specify an absolute file name when prompted for the
13988@kbd{M-x gdb} argument.
13989
13990A similar confusion can result if you use the @value{GDBN} @code{file} command to
13991switch to debugging a program in some other location, from an existing
13992@value{GDBN} buffer in Emacs.
13993@end quotation
13994
13995By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
13996you need to call @value{GDBN} by a different name (for example, if you keep
13997several configurations around, with different names) you can set the
13998Emacs variable @code{gdb-command-name}; for example,
13999
14000@smallexample
14001(setq gdb-command-name "mygdb")
14002@end smallexample
14003
14004@noindent
14005(preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
14006in your @file{.emacs} file) makes Emacs call the program named
14007``@code{mygdb}'' instead.
14008
14009In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
14010addition to the standard Shell mode commands:
14011
14012@table @kbd
14013@item C-h m
14014Describe the features of Emacs' @value{GDBN} Mode.
14015
14016@item M-s
14017Execute to another source line, like the @value{GDBN} @code{step} command; also
14018update the display window to show the current file and location.
14019
14020@item M-n
14021Execute to next source line in this function, skipping all function
14022calls, like the @value{GDBN} @code{next} command. Then update the display window
14023to show the current file and location.
14024
14025@item M-i
14026Execute one instruction, like the @value{GDBN} @code{stepi} command; update
14027display window accordingly.
14028
14029@item M-x gdb-nexti
14030Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
14031display window accordingly.
14032
14033@item C-c C-f
14034Execute until exit from the selected stack frame, like the @value{GDBN}
14035@code{finish} command.
14036
14037@item M-c
14038Continue execution of your program, like the @value{GDBN} @code{continue}
14039command.
14040
14041@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
14042
14043@item M-u
14044Go up the number of frames indicated by the numeric argument
14045(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
14046like the @value{GDBN} @code{up} command.
14047
14048@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
14049
14050@item M-d
14051Go down the number of frames indicated by the numeric argument, like the
14052@value{GDBN} @code{down} command.
14053
14054@emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
14055
14056@item C-x &
14057Read the number where the cursor is positioned, and insert it at the end
14058of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
14059around an address that was displayed earlier, type @kbd{disassemble};
14060then move the cursor to the address display, and pick up the
14061argument for @code{disassemble} by typing @kbd{C-x &}.
14062
14063You can customize this further by defining elements of the list
14064@code{gdb-print-command}; once it is defined, you can format or
14065otherwise process numbers picked up by @kbd{C-x &} before they are
14066inserted. A numeric argument to @kbd{C-x &} indicates that you
14067wish special formatting, and also acts as an index to pick an element of the
14068list. If the list element is a string, the number to be inserted is
14069formatted using the Emacs function @code{format}; otherwise the number
14070is passed as an argument to the corresponding list element.
14071@end table
14072
14073In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
14074tells @value{GDBN} to set a breakpoint on the source line point is on.
14075
14076If you accidentally delete the source-display buffer, an easy way to get
14077it back is to type the command @code{f} in the @value{GDBN} buffer, to
14078request a frame display; when you run under Emacs, this recreates
14079the source buffer if necessary to show you the context of the current
14080frame.
14081
14082The source files displayed in Emacs are in ordinary Emacs buffers
14083which are visiting the source files in the usual way. You can edit
14084the files with these buffers if you wish; but keep in mind that @value{GDBN}
14085communicates with Emacs in terms of line numbers. If you add or
14086delete lines from the text, the line numbers that @value{GDBN} knows cease
14087to correspond properly with the code.
14088
14089@c The following dropped because Epoch is nonstandard. Reactivate
14090@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
14091@ignore
14092@kindex Emacs Epoch environment
14093@kindex Epoch
14094@kindex inspect
14095
14096Version 18 of @sc{gnu} Emacs has a built-in window system
14097called the @code{epoch}
14098environment. Users of this environment can use a new command,
14099@code{inspect} which performs identically to @code{print} except that
14100each value is printed in its own window.
14101@end ignore
14102
14103
14104@node GDB/MI
14105@chapter The @sc{gdb/mi} Interface
14106
14107@unnumberedsec Function and Purpose
14108
14109@cindex @sc{gdb/mi}, its purpose
14110@sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
14111specifically intended to support the development of systems which use
14112the debugger as just one small component of a larger system.
14113
14114This chapter is a specification of the @sc{gdb/mi} interface. It is written
14115in the form of a reference manual.
14116
14117Note that @sc{gdb/mi} is still under construction, so some of the
14118features described below are incomplete and subject to change.
14119
14120@unnumberedsec Notation and Terminology
14121
14122@cindex notational conventions, for @sc{gdb/mi}
14123This chapter uses the following notation:
14124
14125@itemize @bullet
14126@item
14127@code{|} separates two alternatives.
14128
14129@item
14130@code{[ @var{something} ]} indicates that @var{something} is optional:
14131it may or may not be given.
14132
14133@item
14134@code{( @var{group} )*} means that @var{group} inside the parentheses
14135may repeat zero or more times.
14136
14137@item
14138@code{( @var{group} )+} means that @var{group} inside the parentheses
14139may repeat one or more times.
14140
14141@item
14142@code{"@var{string}"} means a literal @var{string}.
14143@end itemize
14144
14145@ignore
14146@heading Dependencies
14147@end ignore
14148
14149@heading Acknowledgments
14150
14151In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
14152Elena Zannoni.
14153
14154@menu
14155* GDB/MI Command Syntax::
14156* GDB/MI Compatibility with CLI::
14157* GDB/MI Output Records::
14158* GDB/MI Command Description Format::
14159* GDB/MI Breakpoint Table Commands::
14160* GDB/MI Data Manipulation::
14161* GDB/MI Program Control::
14162* GDB/MI Miscellaneous Commands::
14163@ignore
14164* GDB/MI Kod Commands::
14165* GDB/MI Memory Overlay Commands::
14166* GDB/MI Signal Handling Commands::
14167@end ignore
14168* GDB/MI Stack Manipulation::
14169* GDB/MI Symbol Query::
14170* GDB/MI Target Manipulation::
14171* GDB/MI Thread Commands::
14172* GDB/MI Tracepoint Commands::
14173* GDB/MI Variable Objects::
14174@end menu
14175
14176@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14177@node GDB/MI Command Syntax
14178@section @sc{gdb/mi} Command Syntax
14179
14180@menu
14181* GDB/MI Input Syntax::
14182* GDB/MI Output Syntax::
14183* GDB/MI Simple Examples::
14184@end menu
14185
14186@node GDB/MI Input Syntax
14187@subsection @sc{gdb/mi} Input Syntax
14188
14189@cindex input syntax for @sc{gdb/mi}
14190@cindex @sc{gdb/mi}, input syntax
14191@table @code
14192@item @var{command} @expansion{}
14193@code{@var{cli-command} | @var{mi-command}}
14194
14195@item @var{cli-command} @expansion{}
14196@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
14197@var{cli-command} is any existing @value{GDBN} CLI command.
14198
14199@item @var{mi-command} @expansion{}
14200@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
14201@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
14202
14203@item @var{token} @expansion{}
14204"any sequence of digits"
14205
14206@item @var{option} @expansion{}
14207@code{"-" @var{parameter} [ " " @var{parameter} ]}
14208
14209@item @var{parameter} @expansion{}
14210@code{@var{non-blank-sequence} | @var{c-string}}
14211
14212@item @var{operation} @expansion{}
14213@emph{any of the operations described in this chapter}
14214
14215@item @var{non-blank-sequence} @expansion{}
14216@emph{anything, provided it doesn't contain special characters such as
14217"-", @var{nl}, """ and of course " "}
14218
14219@item @var{c-string} @expansion{}
14220@code{""" @var{seven-bit-iso-c-string-content} """}
14221
14222@item @var{nl} @expansion{}
14223@code{CR | CR-LF}
14224@end table
14225
14226@noindent
14227Notes:
14228
14229@itemize @bullet
14230@item
14231The CLI commands are still handled by the @sc{mi} interpreter; their
14232output is described below.
14233
14234@item
14235The @code{@var{token}}, when present, is passed back when the command
14236finishes.
14237
14238@item
14239Some @sc{mi} commands accept optional arguments as part of the parameter
14240list. Each option is identified by a leading @samp{-} (dash) and may be
14241followed by an optional argument parameter. Options occur first in the
14242parameter list and can be delimited from normal parameters using
14243@samp{--} (this is useful when some parameters begin with a dash).
14244@end itemize
14245
14246Pragmatics:
14247
14248@itemize @bullet
14249@item
14250We want easy access to the existing CLI syntax (for debugging).
14251
14252@item
14253We want it to be easy to spot a @sc{mi} operation.
14254@end itemize
14255
14256@node GDB/MI Output Syntax
14257@subsection @sc{gdb/mi} Output Syntax
14258
14259@cindex output syntax of @sc{gdb/mi}
14260@cindex @sc{gdb/mi}, output syntax
14261The output from @sc{gdb/mi} consists of zero or more out-of-band records
14262followed, optionally, by a single result record. This result record
14263is for the most recent command. The sequence of output records is
14264terminated by @samp{(@value{GDBP})}.
14265
14266If an input command was prefixed with a @code{@var{token}} then the
14267corresponding output for that command will also be prefixed by that same
14268@var{token}.
14269
14270@table @code
14271@item @var{output} @expansion{}
14272@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}}
14273
14274@item @var{result-record} @expansion{}
14275@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
14276
14277@item @var{out-of-band-record} @expansion{}
14278@code{@var{async-record} | @var{stream-record}}
14279
14280@item @var{async-record} @expansion{}
14281@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
14282
14283@item @var{exec-async-output} @expansion{}
14284@code{[ @var{token} ] "*" @var{async-output}}
14285
14286@item @var{status-async-output} @expansion{}
14287@code{[ @var{token} ] "+" @var{async-output}}
14288
14289@item @var{notify-async-output} @expansion{}
14290@code{[ @var{token} ] "=" @var{async-output}}
14291
14292@item @var{async-output} @expansion{}
14293@code{@var{async-class} ( "," @var{result} )* @var{nl}}
14294
14295@item @var{result-class} @expansion{}
14296@code{"done" | "running" | "connected" | "error" | "exit"}
14297
14298@item @var{async-class} @expansion{}
14299@code{"stopped" | @var{others}} (where @var{others} will be added
14300depending on the needs---this is still in development).
14301
14302@item @var{result} @expansion{}
14303@code{ @var{variable} "=" @var{value}}
14304
14305@item @var{variable} @expansion{}
14306@code{ @var{string} }
14307
14308@item @var{value} @expansion{}
14309@code{ @var{const} | @var{tuple} | @var{list} }
14310
14311@item @var{const} @expansion{}
14312@code{@var{c-string}}
14313
14314@item @var{tuple} @expansion{}
14315@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
14316
14317@item @var{list} @expansion{}
14318@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
14319@var{result} ( "," @var{result} )* "]" }
14320
14321@item @var{stream-record} @expansion{}
14322@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
14323
14324@item @var{console-stream-output} @expansion{}
14325@code{"~" @var{c-string}}
14326
14327@item @var{target-stream-output} @expansion{}
14328@code{"@@" @var{c-string}}
14329
14330@item @var{log-stream-output} @expansion{}
14331@code{"&" @var{c-string}}
14332
14333@item @var{nl} @expansion{}
14334@code{CR | CR-LF}
14335
14336@item @var{token} @expansion{}
14337@emph{any sequence of digits}.
14338@end table
14339
14340@noindent
14341Notes:
14342
14343@itemize @bullet
14344@item
14345All output sequences end in a single line containing a period.
14346
14347@item
14348The @code{@var{token}} is from the corresponding request. If an execution
14349command is interrupted by the @samp{-exec-interrupt} command, the
14350@var{token} associated with the @samp{*stopped} message is the one of the
14351original execution command, not the one of the interrupt command.
14352
14353@item
14354@cindex status output in @sc{gdb/mi}
14355@var{status-async-output} contains on-going status information about the
14356progress of a slow operation. It can be discarded. All status output is
14357prefixed by @samp{+}.
14358
14359@item
14360@cindex async output in @sc{gdb/mi}
14361@var{exec-async-output} contains asynchronous state change on the target
14362(stopped, started, disappeared). All async output is prefixed by
14363@samp{*}.
14364
14365@item
14366@cindex notify output in @sc{gdb/mi}
14367@var{notify-async-output} contains supplementary information that the
14368client should handle (e.g., a new breakpoint information). All notify
14369output is prefixed by @samp{=}.
14370
14371@item
14372@cindex console output in @sc{gdb/mi}
14373@var{console-stream-output} is output that should be displayed as is in the
14374console. It is the textual response to a CLI command. All the console
14375output is prefixed by @samp{~}.
14376
14377@item
14378@cindex target output in @sc{gdb/mi}
14379@var{target-stream-output} is the output produced by the target program.
14380All the target output is prefixed by @samp{@@}.
14381
14382@item
14383@cindex log output in @sc{gdb/mi}
14384@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
14385instance messages that should be displayed as part of an error log. All
14386the log output is prefixed by @samp{&}.
14387
14388@item
14389@cindex list output in @sc{gdb/mi}
14390New @sc{gdb/mi} commands should only output @var{lists} containing
14391@var{values}.
14392
14393
14394@end itemize
14395
14396@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
14397details about the various output records.
14398
14399@node GDB/MI Simple Examples
14400@subsection Simple Examples of @sc{gdb/mi} Interaction
14401@cindex @sc{gdb/mi}, simple examples
14402
14403This subsection presents several simple examples of interaction using
14404the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
14405following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
14406the output received from @sc{gdb/mi}.
14407
14408@subsubheading Target Stop
14409@c Ummm... There is no "-stop" command. This assumes async, no?
14410Here's an example of stopping the inferior process:
14411
14412@smallexample
14413-> -stop
14414<- (@value{GDBP})
14415@end smallexample
14416
14417@noindent
14418and later:
14419
14420@smallexample
14421<- *stop,reason="stop",address="0x123",source="a.c:123"
14422<- (@value{GDBP})
14423@end smallexample
14424
14425@subsubheading Simple CLI Command
14426
14427Here's an example of a simple CLI command being passed through
14428@sc{gdb/mi} and on to the CLI.
14429
14430@smallexample
14431-> print 1+2
14432<- &"print 1+2\n"
14433<- ~"$1 = 3\n"
14434<- ^done
14435<- (@value{GDBP})
14436@end smallexample
14437
14438@subsubheading Command With Side Effects
14439
14440@smallexample
14441-> -symbol-file xyz.exe
14442<- *breakpoint,nr="3",address="0x123",source="a.c:123"
14443<- (@value{GDBP})
14444@end smallexample
14445
14446@subsubheading A Bad Command
14447
14448Here's what happens if you pass a non-existent command:
14449
14450@smallexample
14451-> -rubbish
14452<- ^error,msg="Undefined MI command: rubbish"
14453<- (@value{GDBP})
14454@end smallexample
14455
14456@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14457@node GDB/MI Compatibility with CLI
14458@section @sc{gdb/mi} Compatibility with CLI
14459
14460@cindex compatibility, @sc{gdb/mi} and CLI
14461@cindex @sc{gdb/mi}, compatibility with CLI
14462To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
14463accepts existing CLI commands. As specified by the syntax, such
14464commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
14465respond.
14466
14467This mechanism is provided as an aid to developers of @sc{gdb/mi}
14468clients and not as a reliable interface into the CLI. Since the command
14469is being interpreteted in an environment that assumes @sc{gdb/mi}
14470behaviour, the exact output of such commands is likely to end up being
14471an un-supported hybrid of @sc{gdb/mi} and CLI output.
14472
14473@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14474@node GDB/MI Output Records
14475@section @sc{gdb/mi} Output Records
14476
14477@menu
14478* GDB/MI Result Records::
14479* GDB/MI Stream Records::
14480* GDB/MI Out-of-band Records::
14481@end menu
14482
14483@node GDB/MI Result Records
14484@subsection @sc{gdb/mi} Result Records
14485
14486@cindex result records in @sc{gdb/mi}
14487@cindex @sc{gdb/mi}, result records
14488In addition to a number of out-of-band notifications, the response to a
14489@sc{gdb/mi} command includes one of the following result indications:
14490
14491@table @code
14492@findex ^done
14493@item "^done" [ "," @var{results} ]
14494The synchronous operation was successful, @code{@var{results}} are the return
14495values.
14496
14497@item "^running"
14498@findex ^running
14499@c Is this one correct? Should it be an out-of-band notification?
14500The asynchronous operation was successfully started. The target is
14501running.
14502
14503@item "^error" "," @var{c-string}
14504@findex ^error
14505The operation failed. The @code{@var{c-string}} contains the corresponding
14506error message.
14507@end table
14508
14509@node GDB/MI Stream Records
14510@subsection @sc{gdb/mi} Stream Records
14511
14512@cindex @sc{gdb/mi}, stream records
14513@cindex stream records in @sc{gdb/mi}
14514@value{GDBN} internally maintains a number of output streams: the console, the
14515target, and the log. The output intended for each of these streams is
14516funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
14517
14518Each stream record begins with a unique @dfn{prefix character} which
14519identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
14520Syntax}). In addition to the prefix, each stream record contains a
14521@code{@var{string-output}}. This is either raw text (with an implicit new
14522line) or a quoted C string (which does not contain an implicit newline).
14523
14524@table @code
14525@item "~" @var{string-output}
14526The console output stream contains text that should be displayed in the
14527CLI console window. It contains the textual responses to CLI commands.
14528
14529@item "@@" @var{string-output}
14530The target output stream contains any textual output from the running
14531target.
14532
14533@item "&" @var{string-output}
14534The log stream contains debugging messages being produced by @value{GDBN}'s
14535internals.
14536@end table
14537
14538@node GDB/MI Out-of-band Records
14539@subsection @sc{gdb/mi} Out-of-band Records
14540
14541@cindex out-of-band records in @sc{gdb/mi}
14542@cindex @sc{gdb/mi}, out-of-band records
14543@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
14544additional changes that have occurred. Those changes can either be a
14545consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
14546target activity (e.g., target stopped).
14547
14548The following is a preliminary list of possible out-of-band records.
14549
14550@table @code
14551@item "*" "stop"
14552@end table
14553
14554
14555@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14556@node GDB/MI Command Description Format
14557@section @sc{gdb/mi} Command Description Format
14558
14559The remaining sections describe blocks of commands. Each block of
14560commands is laid out in a fashion similar to this section.
14561
14562Note the the line breaks shown in the examples are here only for
14563readability. They don't appear in the real output.
14564Also note that the commands with a non-available example (N.A.@:) are
14565not yet implemented.
14566
14567@subheading Motivation
14568
14569The motivation for this collection of commands.
14570
14571@subheading Introduction
14572
14573A brief introduction to this collection of commands as a whole.
14574
14575@subheading Commands
14576
14577For each command in the block, the following is described:
14578
14579@subsubheading Synopsis
14580
14581@smallexample
14582 -command @var{args}@dots{}
14583@end smallexample
14584
14585@subsubheading @value{GDBN} Command
14586
14587The corresponding @value{GDBN} CLI command.
14588
14589@subsubheading Result
14590
14591@subsubheading Out-of-band
14592
14593@subsubheading Notes
14594
14595@subsubheading Example
14596
14597
14598@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14599@node GDB/MI Breakpoint Table Commands
14600@section @sc{gdb/mi} Breakpoint table commands
14601
14602@cindex breakpoint commands for @sc{gdb/mi}
14603@cindex @sc{gdb/mi}, breakpoint commands
14604This section documents @sc{gdb/mi} commands for manipulating
14605breakpoints.
14606
14607@subheading The @code{-break-after} Command
14608@findex -break-after
14609
14610@subsubheading Synopsis
14611
14612@smallexample
14613 -break-after @var{number} @var{count}
14614@end smallexample
14615
14616The breakpoint number @var{number} is not in effect until it has been
14617hit @var{count} times. To see how this is reflected in the output of
14618the @samp{-break-list} command, see the description of the
14619@samp{-break-list} command below.
14620
14621@subsubheading @value{GDBN} Command
14622
14623The corresponding @value{GDBN} command is @samp{ignore}.
14624
14625@subsubheading Example
14626
14627@smallexample
14628(@value{GDBP})
14629-break-insert main
14630^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
14631(@value{GDBP})
14632-break-after 1 3
14633~
14634^done
14635(@value{GDBP})
14636-break-list
14637^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14638hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14639@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14640@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14641@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14642@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14643@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14644body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14645addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
14646ignore="3"@}]@}
14647(@value{GDBP})
14648@end smallexample
14649
14650@ignore
14651@subheading The @code{-break-catch} Command
14652@findex -break-catch
14653
14654@subheading The @code{-break-commands} Command
14655@findex -break-commands
14656@end ignore
14657
14658
14659@subheading The @code{-break-condition} Command
14660@findex -break-condition
14661
14662@subsubheading Synopsis
14663
14664@smallexample
14665 -break-condition @var{number} @var{expr}
14666@end smallexample
14667
14668Breakpoint @var{number} will stop the program only if the condition in
14669@var{expr} is true. The condition becomes part of the
14670@samp{-break-list} output (see the description of the @samp{-break-list}
14671command below).
14672
14673@subsubheading @value{GDBN} Command
14674
14675The corresponding @value{GDBN} command is @samp{condition}.
14676
14677@subsubheading Example
14678
14679@smallexample
14680(@value{GDBP})
14681-break-condition 1 1
14682^done
14683(@value{GDBP})
14684-break-list
14685^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14686hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14687@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14688@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14689@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14690@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14691@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14692body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14693addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
14694times="0",ignore="3"@}]@}
14695(@value{GDBP})
14696@end smallexample
14697
14698@subheading The @code{-break-delete} Command
14699@findex -break-delete
14700
14701@subsubheading Synopsis
14702
14703@smallexample
14704 -break-delete ( @var{breakpoint} )+
14705@end smallexample
14706
14707Delete the breakpoint(s) whose number(s) are specified in the argument
14708list. This is obviously reflected in the breakpoint list.
14709
14710@subsubheading @value{GDBN} command
14711
14712The corresponding @value{GDBN} command is @samp{delete}.
14713
14714@subsubheading Example
14715
14716@smallexample
14717(@value{GDBP})
14718-break-delete 1
14719^done
14720(@value{GDBP})
14721-break-list
14722^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14723hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14724@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14725@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14726@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14727@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14728@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14729body=[]@}
14730(@value{GDBP})
14731@end smallexample
14732
14733@subheading The @code{-break-disable} Command
14734@findex -break-disable
14735
14736@subsubheading Synopsis
14737
14738@smallexample
14739 -break-disable ( @var{breakpoint} )+
14740@end smallexample
14741
14742Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
14743break list is now set to @samp{n} for the named @var{breakpoint}(s).
14744
14745@subsubheading @value{GDBN} Command
14746
14747The corresponding @value{GDBN} command is @samp{disable}.
14748
14749@subsubheading Example
14750
14751@smallexample
14752(@value{GDBP})
14753-break-disable 2
14754^done
14755(@value{GDBP})
14756-break-list
14757^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14758hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14759@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14760@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14761@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14762@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14763@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14764body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
14765addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14766(@value{GDBP})
14767@end smallexample
14768
14769@subheading The @code{-break-enable} Command
14770@findex -break-enable
14771
14772@subsubheading Synopsis
14773
14774@smallexample
14775 -break-enable ( @var{breakpoint} )+
14776@end smallexample
14777
14778Enable (previously disabled) @var{breakpoint}(s).
14779
14780@subsubheading @value{GDBN} Command
14781
14782The corresponding @value{GDBN} command is @samp{enable}.
14783
14784@subsubheading Example
14785
14786@smallexample
14787(@value{GDBP})
14788-break-enable 2
14789^done
14790(@value{GDBP})
14791-break-list
14792^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
14793hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14794@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14795@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14796@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14797@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14798@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14799body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14800addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
14801(@value{GDBP})
14802@end smallexample
14803
14804@subheading The @code{-break-info} Command
14805@findex -break-info
14806
14807@subsubheading Synopsis
14808
14809@smallexample
14810 -break-info @var{breakpoint}
14811@end smallexample
14812
14813@c REDUNDANT???
14814Get information about a single breakpoint.
14815
14816@subsubheading @value{GDBN} command
14817
14818The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
14819
14820@subsubheading Example
14821N.A.
14822
14823@subheading The @code{-break-insert} Command
14824@findex -break-insert
14825
14826@subsubheading Synopsis
14827
14828@smallexample
14829 -break-insert [ -t ] [ -h ] [ -r ]
14830 [ -c @var{condition} ] [ -i @var{ignore-count} ]
14831 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
14832@end smallexample
14833
14834@noindent
14835If specified, @var{line}, can be one of:
14836
14837@itemize @bullet
14838@item function
14839@c @item +offset
14840@c @item -offset
14841@c @item linenum
14842@item filename:linenum
14843@item filename:function
14844@item *address
14845@end itemize
14846
14847The possible optional parameters of this command are:
14848
14849@table @samp
14850@item -t
14851Insert a tempoary breakpoint.
14852@item -h
14853Insert a hardware breakpoint.
14854@item -c @var{condition}
14855Make the breakpoint conditional on @var{condition}.
14856@item -i @var{ignore-count}
14857Initialize the @var{ignore-count}.
14858@item -r
14859Insert a regular breakpoint in all the functions whose names match the
14860given regular expression. Other flags are not applicable to regular
14861expresson.
14862@end table
14863
14864@subsubheading Result
14865
14866The result is in the form:
14867
14868@smallexample
14869 ^done,bkptno="@var{number}",func="@var{funcname}",
14870 file="@var{filename}",line="@var{lineno}"
14871@end smallexample
14872
14873@noindent
14874where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
14875is the name of the function where the breakpoint was inserted,
14876@var{filename} is the name of the source file which contains this
14877function, and @var{lineno} is the source line number within that file.
14878
14879Note: this format is open to change.
14880@c An out-of-band breakpoint instead of part of the result?
14881
14882@subsubheading @value{GDBN} Command
14883
14884The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
14885@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
14886
14887@subsubheading Example
14888
14889@smallexample
14890(@value{GDBP})
14891-break-insert main
14892^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
14893(@value{GDBP})
14894-break-insert -t foo
14895^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
14896(@value{GDBP})
14897-break-list
14898^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
14899hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14900@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14901@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14902@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14903@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14904@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14905body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14906addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
14907bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
14908addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
14909(@value{GDBP})
14910-break-insert -r foo.*
14911~int foo(int, int);
14912^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
14913(@value{GDBP})
14914@end smallexample
14915
14916@subheading The @code{-break-list} Command
14917@findex -break-list
14918
14919@subsubheading Synopsis
14920
14921@smallexample
14922 -break-list
14923@end smallexample
14924
14925Displays the list of inserted breakpoints, showing the following fields:
14926
14927@table @samp
14928@item Number
14929number of the breakpoint
14930@item Type
14931type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
14932@item Disposition
14933should the breakpoint be deleted or disabled when it is hit: @samp{keep}
14934or @samp{nokeep}
14935@item Enabled
14936is the breakpoint enabled or no: @samp{y} or @samp{n}
14937@item Address
14938memory location at which the breakpoint is set
14939@item What
14940logical location of the breakpoint, expressed by function name, file
14941name, line number
14942@item Times
14943number of times the breakpoint has been hit
14944@end table
14945
14946If there are no breakpoints or watchpoints, the @code{BreakpointTable}
14947@code{body} field is an empty list.
14948
14949@subsubheading @value{GDBN} Command
14950
14951The corresponding @value{GDBN} command is @samp{info break}.
14952
14953@subsubheading Example
14954
14955@smallexample
14956(@value{GDBP})
14957-break-list
14958^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
14959hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14960@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14961@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14962@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14963@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14964@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14965body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
14966addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
14967bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
14968addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
14969(@value{GDBP})
14970@end smallexample
14971
14972Here's an example of the result when there are no breakpoints:
14973
14974@smallexample
14975(@value{GDBP})
14976-break-list
14977^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
14978hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
14979@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
14980@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
14981@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
14982@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
14983@{width="40",alignment="2",col_name="what",colhdr="What"@}],
14984body=[]@}
14985(@value{GDBP})
14986@end smallexample
14987
14988@subheading The @code{-break-watch} Command
14989@findex -break-watch
14990
14991@subsubheading Synopsis
14992
14993@smallexample
14994 -break-watch [ -a | -r ]
14995@end smallexample
14996
14997Create a watchpoint. With the @samp{-a} option it will create an
14998@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
14999read from or on a write to the memory location. With the @samp{-r}
15000option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
15001trigger only when the memory location is accessed for reading. Without
15002either of the options, the watchpoint created is a regular watchpoint,
15003i.e. it will trigger when the memory location is accessed for writing.
15004@xref{Set Watchpoints, , Setting watchpoints}.
15005
15006Note that @samp{-break-list} will report a single list of watchpoints and
15007breakpoints inserted.
15008
15009@subsubheading @value{GDBN} Command
15010
15011The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
15012@samp{rwatch}.
15013
15014@subsubheading Example
15015
15016Setting a watchpoint on a variable in the @code{main} function:
15017
15018@smallexample
15019(@value{GDBP})
15020-break-watch x
15021^done,wpt=@{number="2",exp="x"@}
15022(@value{GDBP})
15023-exec-continue
15024^running
15025^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
15026value=@{old="-268439212",new="55"@},
15027frame=@{func="main",args=[],file="recursive2.c",line="5"@}
15028(@value{GDBP})
15029@end smallexample
15030
15031Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
15032the program execution twice: first for the variable changing value, then
15033for the watchpoint going out of scope.
15034
15035@smallexample
15036(@value{GDBP})
15037-break-watch C
15038^done,wpt=@{number="5",exp="C"@}
15039(@value{GDBP})
15040-exec-continue
15041^running
15042^done,reason="watchpoint-trigger",
15043wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
15044frame=@{func="callee4",args=[],
15045file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15046(@value{GDBP})
15047-exec-continue
15048^running
15049^done,reason="watchpoint-scope",wpnum="5",
15050frame=@{func="callee3",args=[@{name="strarg",
15051value="0x11940 \"A string argument.\""@}],
15052file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15053(@value{GDBP})
15054@end smallexample
15055
15056Listing breakpoints and watchpoints, at different points in the program
15057execution. Note that once the watchpoint goes out of scope, it is
15058deleted.
15059
15060@smallexample
15061(@value{GDBP})
15062-break-watch C
15063^done,wpt=@{number="2",exp="C"@}
15064(@value{GDBP})
15065-break-list
15066^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15067hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15068@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15069@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15070@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15071@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15072@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15073body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15074addr="0x00010734",func="callee4",
15075file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15076bkpt=@{number="2",type="watchpoint",disp="keep",
15077enabled="y",addr="",what="C",times="0"@}]@}
15078(@value{GDBP})
15079-exec-continue
15080^running
15081^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
15082value=@{old="-276895068",new="3"@},
15083frame=@{func="callee4",args=[],
15084file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
15085(@value{GDBP})
15086-break-list
15087^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
15088hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15089@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15090@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15091@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15092@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15093@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15094body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15095addr="0x00010734",func="callee4",
15096file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
15097bkpt=@{number="2",type="watchpoint",disp="keep",
15098enabled="y",addr="",what="C",times="-5"@}]@}
15099(@value{GDBP})
15100-exec-continue
15101^running
15102^done,reason="watchpoint-scope",wpnum="2",
15103frame=@{func="callee3",args=[@{name="strarg",
15104value="0x11940 \"A string argument.\""@}],
15105file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
15106(@value{GDBP})
15107-break-list
15108^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
15109hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
15110@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
15111@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
15112@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
15113@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
15114@{width="40",alignment="2",col_name="what",colhdr="What"@}],
15115body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
15116addr="0x00010734",func="callee4",
15117file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
15118(@value{GDBP})
15119@end smallexample
15120
15121@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15122@node GDB/MI Data Manipulation
15123@section @sc{gdb/mi} Data Manipulation
15124
15125@cindex data manipulation, in @sc{gdb/mi}
15126@cindex @sc{gdb/mi}, data manipulation
15127This section describes the @sc{gdb/mi} commands that manipulate data:
15128examine memory and registers, evaluate expressions, etc.
15129
15130@c REMOVED FROM THE INTERFACE.
15131@c @subheading -data-assign
15132@c Change the value of a program variable. Plenty of side effects.
15133@c @subsubheading GDB command
15134@c set variable
15135@c @subsubheading Example
15136@c N.A.
15137
15138@subheading The @code{-data-disassemble} Command
15139@findex -data-disassemble
15140
15141@subsubheading Synopsis
15142
15143@smallexample
15144 -data-disassemble
15145 [ -s @var{start-addr} -e @var{end-addr} ]
15146 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
15147 -- @var{mode}
15148@end smallexample
15149
15150@noindent
15151Where:
15152
15153@table @samp
15154@item @var{start-addr}
15155is the beginning address (or @code{$pc})
15156@item @var{end-addr}
15157is the end address
15158@item @var{filename}
15159is the name of the file to disassemble
15160@item @var{linenum}
15161is the line number to disassemble around
15162@item @var{lines}
15163is the the number of disassembly lines to be produced. If it is -1,
15164the whole function will be disassembled, in case no @var{end-addr} is
15165specified. If @var{end-addr} is specified as a non-zero value, and
15166@var{lines} is lower than the number of disassembly lines between
15167@var{start-addr} and @var{end-addr}, only @var{lines} lines are
15168displayed; if @var{lines} is higher than the number of lines between
15169@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
15170are displayed.
15171@item @var{mode}
15172is either 0 (meaning only disassembly) or 1 (meaning mixed source and
15173disassembly).
15174@end table
15175
15176@subsubheading Result
15177
15178The output for each instruction is composed of four fields:
15179
15180@itemize @bullet
15181@item Address
15182@item Func-name
15183@item Offset
15184@item Instruction
15185@end itemize
15186
15187Note that whatever included in the instruction field, is not manipulated
15188directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
15189
15190@subsubheading @value{GDBN} Command
15191
15192There's no direct mapping from this command to the CLI.
15193
15194@subsubheading Example
15195
15196Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
15197
15198@smallexample
15199(@value{GDBP})
15200-data-disassemble -s $pc -e "$pc + 20" -- 0
15201^done,
15202asm_insns=[
15203@{address="0x000107c0",func-name="main",offset="4",
15204inst="mov 2, %o0"@},
15205@{address="0x000107c4",func-name="main",offset="8",
15206inst="sethi %hi(0x11800), %o2"@},
15207@{address="0x000107c8",func-name="main",offset="12",
15208inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
15209@{address="0x000107cc",func-name="main",offset="16",
15210inst="sethi %hi(0x11800), %o2"@},
15211@{address="0x000107d0",func-name="main",offset="20",
15212inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
15213(@value{GDBP})
15214@end smallexample
15215
15216Disassemble the whole @code{main} function. Line 32 is part of
15217@code{main}.
15218
15219@smallexample
15220-data-disassemble -f basics.c -l 32 -- 0
15221^done,asm_insns=[
15222@{address="0x000107bc",func-name="main",offset="0",
15223inst="save %sp, -112, %sp"@},
15224@{address="0x000107c0",func-name="main",offset="4",
15225inst="mov 2, %o0"@},
15226@{address="0x000107c4",func-name="main",offset="8",
15227inst="sethi %hi(0x11800), %o2"@},
15228[@dots{}]
15229@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
15230@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
15231(@value{GDBP})
15232@end smallexample
15233
15234Disassemble 3 instructions from the start of @code{main}:
15235
15236@smallexample
15237(@value{GDBP})
15238-data-disassemble -f basics.c -l 32 -n 3 -- 0
15239^done,asm_insns=[
15240@{address="0x000107bc",func-name="main",offset="0",
15241inst="save %sp, -112, %sp"@},
15242@{address="0x000107c0",func-name="main",offset="4",
15243inst="mov 2, %o0"@},
15244@{address="0x000107c4",func-name="main",offset="8",
15245inst="sethi %hi(0x11800), %o2"@}]
15246(@value{GDBP})
15247@end smallexample
15248
15249Disassemble 3 instructions from the start of @code{main} in mixed mode:
15250
15251@smallexample
15252(@value{GDBP})
15253-data-disassemble -f basics.c -l 32 -n 3 -- 1
15254^done,asm_insns=[
15255src_and_asm_line=@{line="31",
15256file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15257 testsuite/gdb.mi/basics.c",line_asm_insn=[
15258@{address="0x000107bc",func-name="main",offset="0",
15259inst="save %sp, -112, %sp"@}]@},
15260src_and_asm_line=@{line="32",
15261file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
15262 testsuite/gdb.mi/basics.c",line_asm_insn=[
15263@{address="0x000107c0",func-name="main",offset="4",
15264inst="mov 2, %o0"@},
15265@{address="0x000107c4",func-name="main",offset="8",
15266inst="sethi %hi(0x11800), %o2"@}]@}]
15267(@value{GDBP})
15268@end smallexample
15269
15270
15271@subheading The @code{-data-evaluate-expression} Command
15272@findex -data-evaluate-expression
15273
15274@subsubheading Synopsis
15275
15276@smallexample
15277 -data-evaluate-expression @var{expr}
15278@end smallexample
15279
15280Evaluate @var{expr} as an expression. The expression could contain an
15281inferior function call. The function call will execute synchronously.
15282If the expression contains spaces, it must be enclosed in double quotes.
15283
15284@subsubheading @value{GDBN} Command
15285
15286The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
15287@samp{call}. In @code{gdbtk} only, there's a corresponding
15288@samp{gdb_eval} command.
15289
15290@subsubheading Example
15291
15292In the following example, the numbers that precede the commands are the
15293@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
15294Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
15295output.
15296
15297@smallexample
15298211-data-evaluate-expression A
15299211^done,value="1"
15300(@value{GDBP})
15301311-data-evaluate-expression &A
15302311^done,value="0xefffeb7c"
15303(@value{GDBP})
15304411-data-evaluate-expression A+3
15305411^done,value="4"
15306(@value{GDBP})
15307511-data-evaluate-expression "A + 3"
15308511^done,value="4"
15309(@value{GDBP})
15310@end smallexample
15311
15312
15313@subheading The @code{-data-list-changed-registers} Command
15314@findex -data-list-changed-registers
15315
15316@subsubheading Synopsis
15317
15318@smallexample
15319 -data-list-changed-registers
15320@end smallexample
15321
15322Display a list of the registers that have changed.
15323
15324@subsubheading @value{GDBN} Command
15325
15326@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
15327has the corresponding command @samp{gdb_changed_register_list}.
15328
15329@subsubheading Example
15330
15331On a PPC MBX board:
15332
15333@smallexample
15334(@value{GDBP})
15335-exec-continue
15336^running
15337
15338(@value{GDBP})
15339*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
15340args=[],file="try.c",line="5"@}
15341(@value{GDBP})
15342-data-list-changed-registers
15343^done,changed-registers=["0","1","2","4","5","6","7","8","9",
15344"10","11","13","14","15","16","17","18","19","20","21","22","23",
15345"24","25","26","27","28","30","31","64","65","66","67","69"]
15346(@value{GDBP})
15347@end smallexample
15348
15349
15350@subheading The @code{-data-list-register-names} Command
15351@findex -data-list-register-names
15352
15353@subsubheading Synopsis
15354
15355@smallexample
15356 -data-list-register-names [ ( @var{regno} )+ ]
15357@end smallexample
15358
15359Show a list of register names for the current target. If no arguments
15360are given, it shows a list of the names of all the registers. If
15361integer numbers are given as arguments, it will print a list of the
15362names of the registers corresponding to the arguments. To ensure
15363consistency between a register name and its number, the output list may
15364include empty register names.
15365
15366@subsubheading @value{GDBN} Command
15367
15368@value{GDBN} does not have a command which corresponds to
15369@samp{-data-list-register-names}. In @code{gdbtk} there is a
15370corresponding command @samp{gdb_regnames}.
15371
15372@subsubheading Example
15373
15374For the PPC MBX board:
15375@smallexample
15376(@value{GDBP})
15377-data-list-register-names
15378^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
15379"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
15380"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
15381"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
15382"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
15383"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
15384"", "pc","ps","cr","lr","ctr","xer"]
15385(@value{GDBP})
15386-data-list-register-names 1 2 3
15387^done,register-names=["r1","r2","r3"]
15388(@value{GDBP})
15389@end smallexample
15390
15391@subheading The @code{-data-list-register-values} Command
15392@findex -data-list-register-values
15393
15394@subsubheading Synopsis
15395
15396@smallexample
15397 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
15398@end smallexample
15399
15400Display the registers' contents. @var{fmt} is the format according to
15401which the registers' contents are to be returned, followed by an optional
15402list of numbers specifying the registers to display. A missing list of
15403numbers indicates that the contents of all the registers must be returned.
15404
15405Allowed formats for @var{fmt} are:
15406
15407@table @code
15408@item x
15409Hexadecimal
15410@item o
15411Octal
15412@item t
15413Binary
15414@item d
15415Decimal
15416@item r
15417Raw
15418@item N
15419Natural
15420@end table
15421
15422@subsubheading @value{GDBN} Command
15423
15424The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
15425all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
15426
15427@subsubheading Example
15428
15429For a PPC MBX board (note: line breaks are for readability only, they
15430don't appear in the actual output):
15431
15432@smallexample
15433(@value{GDBP})
15434-data-list-register-values r 64 65
15435^done,register-values=[@{number="64",value="0xfe00a300"@},
15436@{number="65",value="0x00029002"@}]
15437(@value{GDBP})
15438-data-list-register-values x
15439^done,register-values=[@{number="0",value="0xfe0043c8"@},
15440@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
15441@{number="3",value="0x0"@},@{number="4",value="0xa"@},
15442@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
15443@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
15444@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
15445@{number="11",value="0x1"@},@{number="12",value="0x0"@},
15446@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
15447@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
15448@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
15449@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
15450@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
15451@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
15452@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
15453@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
15454@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
15455@{number="31",value="0x0"@},@{number="32",value="0x0"@},
15456@{number="33",value="0x0"@},@{number="34",value="0x0"@},
15457@{number="35",value="0x0"@},@{number="36",value="0x0"@},
15458@{number="37",value="0x0"@},@{number="38",value="0x0"@},
15459@{number="39",value="0x0"@},@{number="40",value="0x0"@},
15460@{number="41",value="0x0"@},@{number="42",value="0x0"@},
15461@{number="43",value="0x0"@},@{number="44",value="0x0"@},
15462@{number="45",value="0x0"@},@{number="46",value="0x0"@},
15463@{number="47",value="0x0"@},@{number="48",value="0x0"@},
15464@{number="49",value="0x0"@},@{number="50",value="0x0"@},
15465@{number="51",value="0x0"@},@{number="52",value="0x0"@},
15466@{number="53",value="0x0"@},@{number="54",value="0x0"@},
15467@{number="55",value="0x0"@},@{number="56",value="0x0"@},
15468@{number="57",value="0x0"@},@{number="58",value="0x0"@},
15469@{number="59",value="0x0"@},@{number="60",value="0x0"@},
15470@{number="61",value="0x0"@},@{number="62",value="0x0"@},
15471@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
15472@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
15473@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
15474@{number="69",value="0x20002b03"@}]
15475(@value{GDBP})
15476@end smallexample
15477
15478
15479@subheading The @code{-data-read-memory} Command
15480@findex -data-read-memory
15481
15482@subsubheading Synopsis
15483
15484@smallexample
15485 -data-read-memory [ -o @var{byte-offset} ]
15486 @var{address} @var{word-format} @var{word-size}
15487 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
15488@end smallexample
15489
15490@noindent
15491where:
15492
15493@table @samp
15494@item @var{address}
15495An expression specifying the address of the first memory word to be
15496read. Complex expressions containing embedded white space should be
15497quoted using the C convention.
15498
15499@item @var{word-format}
15500The format to be used to print the memory words. The notation is the
15501same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
15502,Output formats}).
15503
15504@item @var{word-size}
15505The size of each memory word in bytes.
15506
15507@item @var{nr-rows}
15508The number of rows in the output table.
15509
15510@item @var{nr-cols}
15511The number of columns in the output table.
15512
15513@item @var{aschar}
15514If present, indicates that each row should include an @sc{ascii} dump. The
15515value of @var{aschar} is used as a padding character when a byte is not a
15516member of the printable @sc{ascii} character set (printable @sc{ascii}
15517characters are those whose code is between 32 and 126, inclusively).
15518
15519@item @var{byte-offset}
15520An offset to add to the @var{address} before fetching memory.
15521@end table
15522
15523This command displays memory contents as a table of @var{nr-rows} by
15524@var{nr-cols} words, each word being @var{word-size} bytes. In total,
15525@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
15526(returned as @samp{total-bytes}). Should less than the requested number
15527of bytes be returned by the target, the missing words are identified
15528using @samp{N/A}. The number of bytes read from the target is returned
15529in @samp{nr-bytes} and the starting address used to read memory in
15530@samp{addr}.
15531
15532The address of the next/previous row or page is available in
15533@samp{next-row} and @samp{prev-row}, @samp{next-page} and
15534@samp{prev-page}.
15535
15536@subsubheading @value{GDBN} Command
15537
15538The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
15539@samp{gdb_get_mem} memory read command.
15540
15541@subsubheading Example
15542
15543Read six bytes of memory starting at @code{bytes+6} but then offset by
15544@code{-6} bytes. Format as three rows of two columns. One byte per
15545word. Display each word in hex.
15546
15547@smallexample
15548(@value{GDBP})
155499-data-read-memory -o -6 -- bytes+6 x 1 3 2
155509^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
15551next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
15552prev-page="0x0000138a",memory=[
15553@{addr="0x00001390",data=["0x00","0x01"]@},
15554@{addr="0x00001392",data=["0x02","0x03"]@},
15555@{addr="0x00001394",data=["0x04","0x05"]@}]
15556(@value{GDBP})
15557@end smallexample
15558
15559Read two bytes of memory starting at address @code{shorts + 64} and
15560display as a single word formatted in decimal.
15561
15562@smallexample
15563(@value{GDBP})
155645-data-read-memory shorts+64 d 2 1 1
155655^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
15566next-row="0x00001512",prev-row="0x0000150e",
15567next-page="0x00001512",prev-page="0x0000150e",memory=[
15568@{addr="0x00001510",data=["128"]@}]
15569(@value{GDBP})
15570@end smallexample
15571
15572Read thirty two bytes of memory starting at @code{bytes+16} and format
15573as eight rows of four columns. Include a string encoding with @samp{x}
15574used as the non-printable character.
15575
15576@smallexample
15577(@value{GDBP})
155784-data-read-memory bytes+16 x 1 8 4 x
155794^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
15580next-row="0x000013c0",prev-row="0x0000139c",
15581next-page="0x000013c0",prev-page="0x00001380",memory=[
15582@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
15583@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
15584@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
15585@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
15586@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
15587@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
15588@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
15589@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
15590(@value{GDBP})
15591@end smallexample
15592
15593@subheading The @code{-display-delete} Command
15594@findex -display-delete
15595
15596@subsubheading Synopsis
15597
15598@smallexample
15599 -display-delete @var{number}
15600@end smallexample
15601
15602Delete the display @var{number}.
15603
15604@subsubheading @value{GDBN} Command
15605
15606The corresponding @value{GDBN} command is @samp{delete display}.
15607
15608@subsubheading Example
15609N.A.
15610
15611
15612@subheading The @code{-display-disable} Command
15613@findex -display-disable
15614
15615@subsubheading Synopsis
15616
15617@smallexample
15618 -display-disable @var{number}
15619@end smallexample
15620
15621Disable display @var{number}.
15622
15623@subsubheading @value{GDBN} Command
15624
15625The corresponding @value{GDBN} command is @samp{disable display}.
15626
15627@subsubheading Example
15628N.A.
15629
15630
15631@subheading The @code{-display-enable} Command
15632@findex -display-enable
15633
15634@subsubheading Synopsis
15635
15636@smallexample
15637 -display-enable @var{number}
15638@end smallexample
15639
15640Enable display @var{number}.
15641
15642@subsubheading @value{GDBN} Command
15643
15644The corresponding @value{GDBN} command is @samp{enable display}.
15645
15646@subsubheading Example
15647N.A.
15648
15649
15650@subheading The @code{-display-insert} Command
15651@findex -display-insert
15652
15653@subsubheading Synopsis
15654
15655@smallexample
15656 -display-insert @var{expression}
15657@end smallexample
15658
15659Display @var{expression} every time the program stops.
15660
15661@subsubheading @value{GDBN} Command
15662
15663The corresponding @value{GDBN} command is @samp{display}.
15664
15665@subsubheading Example
15666N.A.
15667
15668
15669@subheading The @code{-display-list} Command
15670@findex -display-list
15671
15672@subsubheading Synopsis
15673
15674@smallexample
15675 -display-list
15676@end smallexample
15677
15678List the displays. Do not show the current values.
15679
15680@subsubheading @value{GDBN} Command
15681
15682The corresponding @value{GDBN} command is @samp{info display}.
15683
15684@subsubheading Example
15685N.A.
15686
15687
15688@subheading The @code{-environment-cd} Command
15689@findex -environment-cd
15690
15691@subsubheading Synopsis
15692
15693@smallexample
15694 -environment-cd @var{pathdir}
15695@end smallexample
15696
15697Set @value{GDBN}'s working directory.
15698
15699@subsubheading @value{GDBN} Command
15700
15701The corresponding @value{GDBN} command is @samp{cd}.
15702
15703@subsubheading Example
15704
15705@smallexample
15706(@value{GDBP})
15707-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15708^done
15709(@value{GDBP})
15710@end smallexample
15711
15712
15713@subheading The @code{-environment-directory} Command
15714@findex -environment-directory
15715
15716@subsubheading Synopsis
15717
15718@smallexample
15719 -environment-directory [ -r ] [ @var{pathdir} ]+
15720@end smallexample
15721
15722Add directories @var{pathdir} to beginning of search path for source files.
15723If the @samp{-r} option is used, the search path is reset to the default
15724search path. If directories @var{pathdir} are supplied in addition to the
15725@samp{-r} option, the search path is first reset and then addition
15726occurs as normal.
15727Multiple directories may be specified, separated by blanks. Specifying
15728multiple directories in a single command
15729results in the directories added to the beginning of the
15730search path in the same order they were presented in the command.
15731If blanks are needed as
15732part of a directory name, double-quotes should be used around
15733the name. In the command output, the path will show up separated
15734by the system directory-separator character. The directory-seperator
15735character must not be used
15736in any directory name.
15737If no directories are specified, the current search path is displayed.
15738
15739@subsubheading @value{GDBN} Command
15740
15741The corresponding @value{GDBN} command is @samp{dir}.
15742
15743@subsubheading Example
15744
15745@smallexample
15746(@value{GDBP})
15747-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
15748^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15749(@value{GDBP})
15750-environment-directory ""
15751^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
15752(@value{GDBP})
15753-environment-directory -r /home/jjohnstn/src/gdb /usr/src
15754^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
15755(@value{GDBP})
15756-environment-directory -r
15757^done,source-path="$cdir:$cwd"
15758(@value{GDBP})
15759@end smallexample
15760
15761
15762@subheading The @code{-environment-path} Command
15763@findex -environment-path
15764
15765@subsubheading Synopsis
15766
15767@smallexample
15768 -environment-path [ -r ] [ @var{pathdir} ]+
15769@end smallexample
15770
15771Add directories @var{pathdir} to beginning of search path for object files.
15772If the @samp{-r} option is used, the search path is reset to the original
15773search path that existed at gdb start-up. If directories @var{pathdir} are
15774supplied in addition to the
15775@samp{-r} option, the search path is first reset and then addition
15776occurs as normal.
15777Multiple directories may be specified, separated by blanks. Specifying
15778multiple directories in a single command
15779results in the directories added to the beginning of the
15780search path in the same order they were presented in the command.
15781If blanks are needed as
15782part of a directory name, double-quotes should be used around
15783the name. In the command output, the path will show up separated
15784by the system directory-separator character. The directory-seperator
15785character must not be used
15786in any directory name.
15787If no directories are specified, the current path is displayed.
15788
15789
15790@subsubheading @value{GDBN} Command
15791
15792The corresponding @value{GDBN} command is @samp{path}.
15793
15794@subsubheading Example
15795
15796@smallexample
15797(@value{GDBP})
15798-environment-path
15799^done,path="/usr/bin"
15800(@value{GDBP})
15801-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
15802^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
15803(@value{GDBP})
15804-environment-path -r /usr/local/bin
15805^done,path="/usr/local/bin:/usr/bin"
15806(@value{GDBP})
15807@end smallexample
15808
15809
15810@subheading The @code{-environment-pwd} Command
15811@findex -environment-pwd
15812
15813@subsubheading Synopsis
15814
15815@smallexample
15816 -environment-pwd
15817@end smallexample
15818
15819Show the current working directory.
15820
15821@subsubheading @value{GDBN} command
15822
15823The corresponding @value{GDBN} command is @samp{pwd}.
15824
15825@subsubheading Example
15826
15827@smallexample
15828(@value{GDBP})
15829-environment-pwd
15830^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
15831(@value{GDBP})
15832@end smallexample
15833
15834@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15835@node GDB/MI Program Control
15836@section @sc{gdb/mi} Program control
15837
15838@subsubheading Program termination
15839
15840As a result of execution, the inferior program can run to completion, if
15841it doesn't encounter any breakpoints. In this case the output will
15842include an exit code, if the program has exited exceptionally.
15843
15844@subsubheading Examples
15845
15846@noindent
15847Program exited normally:
15848
15849@smallexample
15850(@value{GDBP})
15851-exec-run
15852^running
15853(@value{GDBP})
15854x = 55
15855*stopped,reason="exited-normally"
15856(@value{GDBP})
15857@end smallexample
15858
15859@noindent
15860Program exited exceptionally:
15861
15862@smallexample
15863(@value{GDBP})
15864-exec-run
15865^running
15866(@value{GDBP})
15867x = 55
15868*stopped,reason="exited",exit-code="01"
15869(@value{GDBP})
15870@end smallexample
15871
15872Another way the program can terminate is if it receives a signal such as
15873@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
15874
15875@smallexample
15876(@value{GDBP})
15877*stopped,reason="exited-signalled",signal-name="SIGINT",
15878signal-meaning="Interrupt"
15879@end smallexample
15880
15881
15882@subheading The @code{-exec-abort} Command
15883@findex -exec-abort
15884
15885@subsubheading Synopsis
15886
15887@smallexample
15888 -exec-abort
15889@end smallexample
15890
15891Kill the inferior running program.
15892
15893@subsubheading @value{GDBN} Command
15894
15895The corresponding @value{GDBN} command is @samp{kill}.
15896
15897@subsubheading Example
15898N.A.
15899
15900
15901@subheading The @code{-exec-arguments} Command
15902@findex -exec-arguments
15903
15904@subsubheading Synopsis
15905
15906@smallexample
15907 -exec-arguments @var{args}
15908@end smallexample
15909
15910Set the inferior program arguments, to be used in the next
15911@samp{-exec-run}.
15912
15913@subsubheading @value{GDBN} Command
15914
15915The corresponding @value{GDBN} command is @samp{set args}.
15916
15917@subsubheading Example
15918
15919@c FIXME!
15920Don't have one around.
15921
15922
15923@subheading The @code{-exec-continue} Command
15924@findex -exec-continue
15925
15926@subsubheading Synopsis
15927
15928@smallexample
15929 -exec-continue
15930@end smallexample
15931
15932Asynchronous command. Resumes the execution of the inferior program
15933until a breakpoint is encountered, or until the inferior exits.
15934
15935@subsubheading @value{GDBN} Command
15936
15937The corresponding @value{GDBN} corresponding is @samp{continue}.
15938
15939@subsubheading Example
15940
15941@smallexample
15942-exec-continue
15943^running
15944(@value{GDBP})
15945@@Hello world
15946*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
15947file="hello.c",line="13"@}
15948(@value{GDBP})
15949@end smallexample
15950
15951
15952@subheading The @code{-exec-finish} Command
15953@findex -exec-finish
15954
15955@subsubheading Synopsis
15956
15957@smallexample
15958 -exec-finish
15959@end smallexample
15960
15961Asynchronous command. Resumes the execution of the inferior program
15962until the current function is exited. Displays the results returned by
15963the function.
15964
15965@subsubheading @value{GDBN} Command
15966
15967The corresponding @value{GDBN} command is @samp{finish}.
15968
15969@subsubheading Example
15970
15971Function returning @code{void}.
15972
15973@smallexample
15974-exec-finish
15975^running
15976(@value{GDBP})
15977@@hello from foo
15978*stopped,reason="function-finished",frame=@{func="main",args=[],
15979file="hello.c",line="7"@}
15980(@value{GDBP})
15981@end smallexample
15982
15983Function returning other than @code{void}. The name of the internal
15984@value{GDBN} variable storing the result is printed, together with the
15985value itself.
15986
15987@smallexample
15988-exec-finish
15989^running
15990(@value{GDBP})
15991*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
15992args=[@{name="a",value="1"],@{name="b",value="9"@}@},
15993file="recursive2.c",line="14"@},
15994gdb-result-var="$1",return-value="0"
15995(@value{GDBP})
15996@end smallexample
15997
15998
15999@subheading The @code{-exec-interrupt} Command
16000@findex -exec-interrupt
16001
16002@subsubheading Synopsis
16003
16004@smallexample
16005 -exec-interrupt
16006@end smallexample
16007
16008Asynchronous command. Interrupts the background execution of the target.
16009Note how the token associated with the stop message is the one for the
16010execution command that has been interrupted. The token for the interrupt
16011itself only appears in the @samp{^done} output. If the user is trying to
16012interrupt a non-running program, an error message will be printed.
16013
16014@subsubheading @value{GDBN} Command
16015
16016The corresponding @value{GDBN} command is @samp{interrupt}.
16017
16018@subsubheading Example
16019
16020@smallexample
16021(@value{GDBP})
16022111-exec-continue
16023111^running
16024
16025(@value{GDBP})
16026222-exec-interrupt
16027222^done
16028(@value{GDBP})
16029111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
16030frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
16031(@value{GDBP})
16032
16033(@value{GDBP})
16034-exec-interrupt
16035^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
16036(@value{GDBP})
16037@end smallexample
16038
16039
16040@subheading The @code{-exec-next} Command
16041@findex -exec-next
16042
16043@subsubheading Synopsis
16044
16045@smallexample
16046 -exec-next
16047@end smallexample
16048
16049Asynchronous command. Resumes execution of the inferior program, stopping
16050when the beginning of the next source line is reached.
16051
16052@subsubheading @value{GDBN} Command
16053
16054The corresponding @value{GDBN} command is @samp{next}.
16055
16056@subsubheading Example
16057
16058@smallexample
16059-exec-next
16060^running
16061(@value{GDBP})
16062*stopped,reason="end-stepping-range",line="8",file="hello.c"
16063(@value{GDBP})
16064@end smallexample
16065
16066
16067@subheading The @code{-exec-next-instruction} Command
16068@findex -exec-next-instruction
16069
16070@subsubheading Synopsis
16071
16072@smallexample
16073 -exec-next-instruction
16074@end smallexample
16075
16076Asynchronous command. Executes one machine instruction. If the
16077instruction is a function call continues until the function returns. If
16078the program stops at an instruction in the middle of a source line, the
16079address will be printed as well.
16080
16081@subsubheading @value{GDBN} Command
16082
16083The corresponding @value{GDBN} command is @samp{nexti}.
16084
16085@subsubheading Example
16086
16087@smallexample
16088(@value{GDBP})
16089-exec-next-instruction
16090^running
16091
16092(@value{GDBP})
16093*stopped,reason="end-stepping-range",
16094addr="0x000100d4",line="5",file="hello.c"
16095(@value{GDBP})
16096@end smallexample
16097
16098
16099@subheading The @code{-exec-return} Command
16100@findex -exec-return
16101
16102@subsubheading Synopsis
16103
16104@smallexample
16105 -exec-return
16106@end smallexample
16107
16108Makes current function return immediately. Doesn't execute the inferior.
16109Displays the new current frame.
16110
16111@subsubheading @value{GDBN} Command
16112
16113The corresponding @value{GDBN} command is @samp{return}.
16114
16115@subsubheading Example
16116
16117@smallexample
16118(@value{GDBP})
16119200-break-insert callee4
16120200^done,bkpt=@{number="1",addr="0x00010734",
16121file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16122(@value{GDBP})
16123000-exec-run
16124000^running
16125(@value{GDBP})
16126000*stopped,reason="breakpoint-hit",bkptno="1",
16127frame=@{func="callee4",args=[],
16128file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
16129(@value{GDBP})
16130205-break-delete
16131205^done
16132(@value{GDBP})
16133111-exec-return
16134111^done,frame=@{level="0",func="callee3",
16135args=[@{name="strarg",
16136value="0x11940 \"A string argument.\""@}],
16137file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
16138(@value{GDBP})
16139@end smallexample
16140
16141
16142@subheading The @code{-exec-run} Command
16143@findex -exec-run
16144
16145@subsubheading Synopsis
16146
16147@smallexample
16148 -exec-run
16149@end smallexample
16150
16151Asynchronous command. Starts execution of the inferior from the
16152beginning. The inferior executes until either a breakpoint is
16153encountered or the program exits.
16154
16155@subsubheading @value{GDBN} Command
16156
16157The corresponding @value{GDBN} command is @samp{run}.
16158
16159@subsubheading Example
16160
16161@smallexample
16162(@value{GDBP})
16163-break-insert main
16164^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
16165(@value{GDBP})
16166-exec-run
16167^running
16168(@value{GDBP})
16169*stopped,reason="breakpoint-hit",bkptno="1",
16170frame=@{func="main",args=[],file="recursive2.c",line="4"@}
16171(@value{GDBP})
16172@end smallexample
16173
16174
16175@subheading The @code{-exec-show-arguments} Command
16176@findex -exec-show-arguments
16177
16178@subsubheading Synopsis
16179
16180@smallexample
16181 -exec-show-arguments
16182@end smallexample
16183
16184Print the arguments of the program.
16185
16186@subsubheading @value{GDBN} Command
16187
16188The corresponding @value{GDBN} command is @samp{show args}.
16189
16190@subsubheading Example
16191N.A.
16192
16193@c @subheading -exec-signal
16194
16195@subheading The @code{-exec-step} Command
16196@findex -exec-step
16197
16198@subsubheading Synopsis
16199
16200@smallexample
16201 -exec-step
16202@end smallexample
16203
16204Asynchronous command. Resumes execution of the inferior program, stopping
16205when the beginning of the next source line is reached, if the next
16206source line is not a function call. If it is, stop at the first
16207instruction of the called function.
16208
16209@subsubheading @value{GDBN} Command
16210
16211The corresponding @value{GDBN} command is @samp{step}.
16212
16213@subsubheading Example
16214
16215Stepping into a function:
16216
16217@smallexample
16218-exec-step
16219^running
16220(@value{GDBP})
16221*stopped,reason="end-stepping-range",
16222frame=@{func="foo",args=[@{name="a",value="10"@},
16223@{name="b",value="0"@}],file="recursive2.c",line="11"@}
16224(@value{GDBP})
16225@end smallexample
16226
16227Regular stepping:
16228
16229@smallexample
16230-exec-step
16231^running
16232(@value{GDBP})
16233*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
16234(@value{GDBP})
16235@end smallexample
16236
16237
16238@subheading The @code{-exec-step-instruction} Command
16239@findex -exec-step-instruction
16240
16241@subsubheading Synopsis
16242
16243@smallexample
16244 -exec-step-instruction
16245@end smallexample
16246
16247Asynchronous command. Resumes the inferior which executes one machine
16248instruction. The output, once @value{GDBN} has stopped, will vary depending on
16249whether we have stopped in the middle of a source line or not. In the
16250former case, the address at which the program stopped will be printed as
16251well.
16252
16253@subsubheading @value{GDBN} Command
16254
16255The corresponding @value{GDBN} command is @samp{stepi}.
16256
16257@subsubheading Example
16258
16259@smallexample
16260(@value{GDBP})
16261-exec-step-instruction
16262^running
16263
16264(@value{GDBP})
16265*stopped,reason="end-stepping-range",
16266frame=@{func="foo",args=[],file="try.c",line="10"@}
16267(@value{GDBP})
16268-exec-step-instruction
16269^running
16270
16271(@value{GDBP})
16272*stopped,reason="end-stepping-range",
16273frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
16274(@value{GDBP})
16275@end smallexample
16276
16277
16278@subheading The @code{-exec-until} Command
16279@findex -exec-until
16280
16281@subsubheading Synopsis
16282
16283@smallexample
16284 -exec-until [ @var{location} ]
16285@end smallexample
16286
16287Asynchronous command. Executes the inferior until the @var{location}
16288specified in the argument is reached. If there is no argument, the inferior
16289executes until a source line greater than the current one is reached.
16290The reason for stopping in this case will be @samp{location-reached}.
16291
16292@subsubheading @value{GDBN} Command
16293
16294The corresponding @value{GDBN} command is @samp{until}.
16295
16296@subsubheading Example
16297
16298@smallexample
16299(@value{GDBP})
16300-exec-until recursive2.c:6
16301^running
16302(@value{GDBP})
16303x = 55
16304*stopped,reason="location-reached",frame=@{func="main",args=[],
16305file="recursive2.c",line="6"@}
16306(@value{GDBP})
16307@end smallexample
16308
16309@ignore
16310@subheading -file-clear
16311Is this going away????
16312@end ignore
16313
16314
16315@subheading The @code{-file-exec-and-symbols} Command
16316@findex -file-exec-and-symbols
16317
16318@subsubheading Synopsis
16319
16320@smallexample
16321 -file-exec-and-symbols @var{file}
16322@end smallexample
16323
16324Specify the executable file to be debugged. This file is the one from
16325which the symbol table is also read. If no file is specified, the
16326command clears the executable and symbol information. If breakpoints
16327are set when using this command with no arguments, @value{GDBN} will produce
16328error messages. Otherwise, no output is produced, except a completion
16329notification.
16330
16331@subsubheading @value{GDBN} Command
16332
16333The corresponding @value{GDBN} command is @samp{file}.
16334
16335@subsubheading Example
16336
16337@smallexample
16338(@value{GDBP})
16339-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16340^done
16341(@value{GDBP})
16342@end smallexample
16343
16344
16345@subheading The @code{-file-exec-file} Command
16346@findex -file-exec-file
16347
16348@subsubheading Synopsis
16349
16350@smallexample
16351 -file-exec-file @var{file}
16352@end smallexample
16353
16354Specify the executable file to be debugged. Unlike
16355@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
16356from this file. If used without argument, @value{GDBN} clears the information
16357about the executable file. No output is produced, except a completion
16358notification.
16359
16360@subsubheading @value{GDBN} Command
16361
16362The corresponding @value{GDBN} command is @samp{exec-file}.
16363
16364@subsubheading Example
16365
16366@smallexample
16367(@value{GDBP})
16368-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16369^done
16370(@value{GDBP})
16371@end smallexample
16372
16373
16374@subheading The @code{-file-list-exec-sections} Command
16375@findex -file-list-exec-sections
16376
16377@subsubheading Synopsis
16378
16379@smallexample
16380 -file-list-exec-sections
16381@end smallexample
16382
16383List the sections of the current executable file.
16384
16385@subsubheading @value{GDBN} Command
16386
16387The @value{GDBN} command @samp{info file} shows, among the rest, the same
16388information as this command. @code{gdbtk} has a corresponding command
16389@samp{gdb_load_info}.
16390
16391@subsubheading Example
16392N.A.
16393
16394
16395@subheading The @code{-file-list-exec-source-file} Command
16396@findex -file-list-exec-source-file
16397
16398@subsubheading Synopsis
16399
16400@smallexample
16401 -file-list-exec-source-file
16402@end smallexample
16403
16404List the line number, the current source file, and the absolute path
16405to the current source file for the current executable.
16406
16407@subsubheading @value{GDBN} Command
16408
16409There's no @value{GDBN} command which directly corresponds to this one.
16410
16411@subsubheading Example
16412
16413@smallexample
16414(@value{GDBP})
16415123-file-list-exec-source-file
16416123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
16417(@value{GDBP})
16418@end smallexample
16419
16420
16421@subheading The @code{-file-list-exec-source-files} Command
16422@findex -file-list-exec-source-files
16423
16424@subsubheading Synopsis
16425
16426@smallexample
16427 -file-list-exec-source-files
16428@end smallexample
16429
16430List the source files for the current executable.
16431
16432@subsubheading @value{GDBN} Command
16433
16434There's no @value{GDBN} command which directly corresponds to this one.
16435@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
16436
16437@subsubheading Example
16438N.A.
16439
16440
16441@subheading The @code{-file-list-shared-libraries} Command
16442@findex -file-list-shared-libraries
16443
16444@subsubheading Synopsis
16445
16446@smallexample
16447 -file-list-shared-libraries
16448@end smallexample
16449
16450List the shared libraries in the program.
16451
16452@subsubheading @value{GDBN} Command
16453
16454The corresponding @value{GDBN} command is @samp{info shared}.
16455
16456@subsubheading Example
16457N.A.
16458
16459
16460@subheading The @code{-file-list-symbol-files} Command
16461@findex -file-list-symbol-files
16462
16463@subsubheading Synopsis
16464
16465@smallexample
16466 -file-list-symbol-files
16467@end smallexample
16468
16469List symbol files.
16470
16471@subsubheading @value{GDBN} Command
16472
16473The corresponding @value{GDBN} command is @samp{info file} (part of it).
16474
16475@subsubheading Example
16476N.A.
16477
16478
16479@subheading The @code{-file-symbol-file} Command
16480@findex -file-symbol-file
16481
16482@subsubheading Synopsis
16483
16484@smallexample
16485 -file-symbol-file @var{file}
16486@end smallexample
16487
16488Read symbol table info from the specified @var{file} argument. When
16489used without arguments, clears @value{GDBN}'s symbol table info. No output is
16490produced, except for a completion notification.
16491
16492@subsubheading @value{GDBN} Command
16493
16494The corresponding @value{GDBN} command is @samp{symbol-file}.
16495
16496@subsubheading Example
16497
16498@smallexample
16499(@value{GDBP})
16500-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
16501^done
16502(@value{GDBP})
16503@end smallexample
16504
16505@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16506@node GDB/MI Miscellaneous Commands
16507@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
16508
16509@c @subheading -gdb-complete
16510
16511@subheading The @code{-gdb-exit} Command
16512@findex -gdb-exit
16513
16514@subsubheading Synopsis
16515
16516@smallexample
16517 -gdb-exit
16518@end smallexample
16519
16520Exit @value{GDBN} immediately.
16521
16522@subsubheading @value{GDBN} Command
16523
16524Approximately corresponds to @samp{quit}.
16525
16526@subsubheading Example
16527
16528@smallexample
16529(@value{GDBP})
16530-gdb-exit
16531@end smallexample
16532
16533@subheading The @code{-gdb-set} Command
16534@findex -gdb-set
16535
16536@subsubheading Synopsis
16537
16538@smallexample
16539 -gdb-set
16540@end smallexample
16541
16542Set an internal @value{GDBN} variable.
16543@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
16544
16545@subsubheading @value{GDBN} Command
16546
16547The corresponding @value{GDBN} command is @samp{set}.
16548
16549@subsubheading Example
16550
16551@smallexample
16552(@value{GDBP})
16553-gdb-set $foo=3
16554^done
16555(@value{GDBP})
16556@end smallexample
16557
16558
16559@subheading The @code{-gdb-show} Command
16560@findex -gdb-show
16561
16562@subsubheading Synopsis
16563
16564@smallexample
16565 -gdb-show
16566@end smallexample
16567
16568Show the current value of a @value{GDBN} variable.
16569
16570@subsubheading @value{GDBN} command
16571
16572The corresponding @value{GDBN} command is @samp{show}.
16573
16574@subsubheading Example
16575
16576@smallexample
16577(@value{GDBP})
16578-gdb-show annotate
16579^done,value="0"
16580(@value{GDBP})
16581@end smallexample
16582
16583@c @subheading -gdb-source
16584
16585
16586@subheading The @code{-gdb-version} Command
16587@findex -gdb-version
16588
16589@subsubheading Synopsis
16590
16591@smallexample
16592 -gdb-version
16593@end smallexample
16594
16595Show version information for @value{GDBN}. Used mostly in testing.
16596
16597@subsubheading @value{GDBN} Command
16598
16599There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
16600information when you start an interactive session.
16601
16602@subsubheading Example
16603
16604@c This example modifies the actual output from GDB to avoid overfull
16605@c box in TeX.
16606@smallexample
16607(@value{GDBP})
16608-gdb-version
16609~GNU gdb 5.2.1
16610~Copyright 2000 Free Software Foundation, Inc.
16611~GDB is free software, covered by the GNU General Public License, and
16612~you are welcome to change it and/or distribute copies of it under
16613~ certain conditions.
16614~Type "show copying" to see the conditions.
16615~There is absolutely no warranty for GDB. Type "show warranty" for
16616~ details.
16617~This GDB was configured as
16618 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
16619^done
16620(@value{GDBP})
16621@end smallexample
16622
16623@subheading The @code{-interpreter-exec} Command
16624@findex -interpreter-exec
16625
16626@subheading Synopsis
16627
16628@smallexample
16629-interpreter-exec @var{interpreter} @var{command}
16630@end smallexample
16631
16632Execute the specified @var{command} in the given @var{interpreter}.
16633
16634@subheading @value{GDBN} Command
16635
16636The corresponding @value{GDBN} command is @samp{interpreter-exec}.
16637
16638@subheading Example
16639
16640@smallexample
16641(@value{GDBP})
16642-interpreter-exec console "break main"
16643&"During symbol reading, couldn't parse type; debugger out of date?.\n"
16644&"During symbol reading, bad structure-type format.\n"
16645~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
16646^done
16647(@value{GDBP})
16648@end smallexample
16649
16650@ignore
16651@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16652@node GDB/MI Kod Commands
16653@section @sc{gdb/mi} Kod Commands
16654
16655The Kod commands are not implemented.
16656
16657@c @subheading -kod-info
16658
16659@c @subheading -kod-list
16660
16661@c @subheading -kod-list-object-types
16662
16663@c @subheading -kod-show
16664
16665@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16666@node GDB/MI Memory Overlay Commands
16667@section @sc{gdb/mi} Memory Overlay Commands
16668
16669The memory overlay commands are not implemented.
16670
16671@c @subheading -overlay-auto
16672
16673@c @subheading -overlay-list-mapping-state
16674
16675@c @subheading -overlay-list-overlays
16676
16677@c @subheading -overlay-map
16678
16679@c @subheading -overlay-off
16680
16681@c @subheading -overlay-on
16682
16683@c @subheading -overlay-unmap
16684
16685@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16686@node GDB/MI Signal Handling Commands
16687@section @sc{gdb/mi} Signal Handling Commands
16688
16689Signal handling commands are not implemented.
16690
16691@c @subheading -signal-handle
16692
16693@c @subheading -signal-list-handle-actions
16694
16695@c @subheading -signal-list-signal-types
16696@end ignore
16697
16698
16699@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16700@node GDB/MI Stack Manipulation
16701@section @sc{gdb/mi} Stack Manipulation Commands
16702
16703
16704@subheading The @code{-stack-info-frame} Command
16705@findex -stack-info-frame
16706
16707@subsubheading Synopsis
16708
16709@smallexample
16710 -stack-info-frame
16711@end smallexample
16712
16713Get info on the current frame.
16714
16715@subsubheading @value{GDBN} Command
16716
16717The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
16718(without arguments).
16719
16720@subsubheading Example
16721N.A.
16722
16723@subheading The @code{-stack-info-depth} Command
16724@findex -stack-info-depth
16725
16726@subsubheading Synopsis
16727
16728@smallexample
16729 -stack-info-depth [ @var{max-depth} ]
16730@end smallexample
16731
16732Return the depth of the stack. If the integer argument @var{max-depth}
16733is specified, do not count beyond @var{max-depth} frames.
16734
16735@subsubheading @value{GDBN} Command
16736
16737There's no equivalent @value{GDBN} command.
16738
16739@subsubheading Example
16740
16741For a stack with frame levels 0 through 11:
16742
16743@smallexample
16744(@value{GDBP})
16745-stack-info-depth
16746^done,depth="12"
16747(@value{GDBP})
16748-stack-info-depth 4
16749^done,depth="4"
16750(@value{GDBP})
16751-stack-info-depth 12
16752^done,depth="12"
16753(@value{GDBP})
16754-stack-info-depth 11
16755^done,depth="11"
16756(@value{GDBP})
16757-stack-info-depth 13
16758^done,depth="12"
16759(@value{GDBP})
16760@end smallexample
16761
16762@subheading The @code{-stack-list-arguments} Command
16763@findex -stack-list-arguments
16764
16765@subsubheading Synopsis
16766
16767@smallexample
16768 -stack-list-arguments @var{show-values}
16769 [ @var{low-frame} @var{high-frame} ]
16770@end smallexample
16771
16772Display a list of the arguments for the frames between @var{low-frame}
16773and @var{high-frame} (inclusive). If @var{low-frame} and
16774@var{high-frame} are not provided, list the arguments for the whole call
16775stack.
16776
16777The @var{show-values} argument must have a value of 0 or 1. A value of
167780 means that only the names of the arguments are listed, a value of 1
16779means that both names and values of the arguments are printed.
16780
16781@subsubheading @value{GDBN} Command
16782
16783@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
16784@samp{gdb_get_args} command which partially overlaps with the
16785functionality of @samp{-stack-list-arguments}.
16786
16787@subsubheading Example
16788
16789@smallexample
16790(@value{GDBP})
16791-stack-list-frames
16792^done,
16793stack=[
16794frame=@{level="0",addr="0x00010734",func="callee4",
16795file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
16796frame=@{level="1",addr="0x0001076c",func="callee3",
16797file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
16798frame=@{level="2",addr="0x0001078c",func="callee2",
16799file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
16800frame=@{level="3",addr="0x000107b4",func="callee1",
16801file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
16802frame=@{level="4",addr="0x000107e0",func="main",
16803file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
16804(@value{GDBP})
16805-stack-list-arguments 0
16806^done,
16807stack-args=[
16808frame=@{level="0",args=[]@},
16809frame=@{level="1",args=[name="strarg"]@},
16810frame=@{level="2",args=[name="intarg",name="strarg"]@},
16811frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
16812frame=@{level="4",args=[]@}]
16813(@value{GDBP})
16814-stack-list-arguments 1
16815^done,
16816stack-args=[
16817frame=@{level="0",args=[]@},
16818frame=@{level="1",
16819 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16820frame=@{level="2",args=[
16821@{name="intarg",value="2"@},
16822@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
16823@{frame=@{level="3",args=[
16824@{name="intarg",value="2"@},
16825@{name="strarg",value="0x11940 \"A string argument.\""@},
16826@{name="fltarg",value="3.5"@}]@},
16827frame=@{level="4",args=[]@}]
16828(@value{GDBP})
16829-stack-list-arguments 0 2 2
16830^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
16831(@value{GDBP})
16832-stack-list-arguments 1 2 2
16833^done,stack-args=[frame=@{level="2",
16834args=[@{name="intarg",value="2"@},
16835@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
16836(@value{GDBP})
16837@end smallexample
16838
16839@c @subheading -stack-list-exception-handlers
16840
16841
16842@subheading The @code{-stack-list-frames} Command
16843@findex -stack-list-frames
16844
16845@subsubheading Synopsis
16846
16847@smallexample
16848 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
16849@end smallexample
16850
16851List the frames currently on the stack. For each frame it displays the
16852following info:
16853
16854@table @samp
16855@item @var{level}
16856The frame number, 0 being the topmost frame, i.e. the innermost function.
16857@item @var{addr}
16858The @code{$pc} value for that frame.
16859@item @var{func}
16860Function name.
16861@item @var{file}
16862File name of the source file where the function lives.
16863@item @var{line}
16864Line number corresponding to the @code{$pc}.
16865@end table
16866
16867If invoked without arguments, this command prints a backtrace for the
16868whole stack. If given two integer arguments, it shows the frames whose
16869levels are between the two arguments (inclusive). If the two arguments
16870are equal, it shows the single frame at the corresponding level.
16871
16872@subsubheading @value{GDBN} Command
16873
16874The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
16875
16876@subsubheading Example
16877
16878Full stack backtrace:
16879
16880@smallexample
16881(@value{GDBP})
16882-stack-list-frames
16883^done,stack=
16884[frame=@{level="0",addr="0x0001076c",func="foo",
16885 file="recursive2.c",line="11"@},
16886frame=@{level="1",addr="0x000107a4",func="foo",
16887 file="recursive2.c",line="14"@},
16888frame=@{level="2",addr="0x000107a4",func="foo",
16889 file="recursive2.c",line="14"@},
16890frame=@{level="3",addr="0x000107a4",func="foo",
16891 file="recursive2.c",line="14"@},
16892frame=@{level="4",addr="0x000107a4",func="foo",
16893 file="recursive2.c",line="14"@},
16894frame=@{level="5",addr="0x000107a4",func="foo",
16895 file="recursive2.c",line="14"@},
16896frame=@{level="6",addr="0x000107a4",func="foo",
16897 file="recursive2.c",line="14"@},
16898frame=@{level="7",addr="0x000107a4",func="foo",
16899 file="recursive2.c",line="14"@},
16900frame=@{level="8",addr="0x000107a4",func="foo",
16901 file="recursive2.c",line="14"@},
16902frame=@{level="9",addr="0x000107a4",func="foo",
16903 file="recursive2.c",line="14"@},
16904frame=@{level="10",addr="0x000107a4",func="foo",
16905 file="recursive2.c",line="14"@},
16906frame=@{level="11",addr="0x00010738",func="main",
16907 file="recursive2.c",line="4"@}]
16908(@value{GDBP})
16909@end smallexample
16910
16911Show frames between @var{low_frame} and @var{high_frame}:
16912
16913@smallexample
16914(@value{GDBP})
16915-stack-list-frames 3 5
16916^done,stack=
16917[frame=@{level="3",addr="0x000107a4",func="foo",
16918 file="recursive2.c",line="14"@},
16919frame=@{level="4",addr="0x000107a4",func="foo",
16920 file="recursive2.c",line="14"@},
16921frame=@{level="5",addr="0x000107a4",func="foo",
16922 file="recursive2.c",line="14"@}]
16923(@value{GDBP})
16924@end smallexample
16925
16926Show a single frame:
16927
16928@smallexample
16929(@value{GDBP})
16930-stack-list-frames 3 3
16931^done,stack=
16932[frame=@{level="3",addr="0x000107a4",func="foo",
16933 file="recursive2.c",line="14"@}]
16934(@value{GDBP})
16935@end smallexample
16936
16937
16938@subheading The @code{-stack-list-locals} Command
16939@findex -stack-list-locals
16940
16941@subsubheading Synopsis
16942
16943@smallexample
16944 -stack-list-locals @var{print-values}
16945@end smallexample
16946
16947Display the local variable names for the current frame. With an
16948argument of 0 prints only the names of the variables, with argument of 1
16949prints also their values.
16950
16951@subsubheading @value{GDBN} Command
16952
16953@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
16954
16955@subsubheading Example
16956
16957@smallexample
16958(@value{GDBP})
16959-stack-list-locals 0
16960^done,locals=[name="A",name="B",name="C"]
16961(@value{GDBP})
16962-stack-list-locals 1
16963^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
16964 @{name="C",value="3"@}]
16965(@value{GDBP})
16966@end smallexample
16967
16968
16969@subheading The @code{-stack-select-frame} Command
16970@findex -stack-select-frame
16971
16972@subsubheading Synopsis
16973
16974@smallexample
16975 -stack-select-frame @var{framenum}
16976@end smallexample
16977
16978Change the current frame. Select a different frame @var{framenum} on
16979the stack.
16980
16981@subsubheading @value{GDBN} Command
16982
16983The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
16984@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
16985
16986@subsubheading Example
16987
16988@smallexample
16989(@value{GDBP})
16990-stack-select-frame 2
16991^done
16992(@value{GDBP})
16993@end smallexample
16994
16995@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16996@node GDB/MI Symbol Query
16997@section @sc{gdb/mi} Symbol Query Commands
16998
16999
17000@subheading The @code{-symbol-info-address} Command
17001@findex -symbol-info-address
17002
17003@subsubheading Synopsis
17004
17005@smallexample
17006 -symbol-info-address @var{symbol}
17007@end smallexample
17008
17009Describe where @var{symbol} is stored.
17010
17011@subsubheading @value{GDBN} Command
17012
17013The corresponding @value{GDBN} command is @samp{info address}.
17014
17015@subsubheading Example
17016N.A.
17017
17018
17019@subheading The @code{-symbol-info-file} Command
17020@findex -symbol-info-file
17021
17022@subsubheading Synopsis
17023
17024@smallexample
17025 -symbol-info-file
17026@end smallexample
17027
17028Show the file for the symbol.
17029
17030@subsubheading @value{GDBN} Command
17031
17032There's no equivalent @value{GDBN} command. @code{gdbtk} has
17033@samp{gdb_find_file}.
17034
17035@subsubheading Example
17036N.A.
17037
17038
17039@subheading The @code{-symbol-info-function} Command
17040@findex -symbol-info-function
17041
17042@subsubheading Synopsis
17043
17044@smallexample
17045 -symbol-info-function
17046@end smallexample
17047
17048Show which function the symbol lives in.
17049
17050@subsubheading @value{GDBN} Command
17051
17052@samp{gdb_get_function} in @code{gdbtk}.
17053
17054@subsubheading Example
17055N.A.
17056
17057
17058@subheading The @code{-symbol-info-line} Command
17059@findex -symbol-info-line
17060
17061@subsubheading Synopsis
17062
17063@smallexample
17064 -symbol-info-line
17065@end smallexample
17066
17067Show the core addresses of the code for a source line.
17068
17069@subsubheading @value{GDBN} Command
17070
17071The corresponding @value{GDBN} comamnd is @samp{info line}.
17072@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
17073
17074@subsubheading Example
17075N.A.
17076
17077
17078@subheading The @code{-symbol-info-symbol} Command
17079@findex -symbol-info-symbol
17080
17081@subsubheading Synopsis
17082
17083@smallexample
17084 -symbol-info-symbol @var{addr}
17085@end smallexample
17086
17087Describe what symbol is at location @var{addr}.
17088
17089@subsubheading @value{GDBN} Command
17090
17091The corresponding @value{GDBN} command is @samp{info symbol}.
17092
17093@subsubheading Example
17094N.A.
17095
17096
17097@subheading The @code{-symbol-list-functions} Command
17098@findex -symbol-list-functions
17099
17100@subsubheading Synopsis
17101
17102@smallexample
17103 -symbol-list-functions
17104@end smallexample
17105
17106List the functions in the executable.
17107
17108@subsubheading @value{GDBN} Command
17109
17110@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
17111@samp{gdb_search} in @code{gdbtk}.
17112
17113@subsubheading Example
17114N.A.
17115
17116
17117@subheading The @code{-symbol-list-types} Command
17118@findex -symbol-list-types
17119
17120@subsubheading Synopsis
17121
17122@smallexample
17123 -symbol-list-types
17124@end smallexample
17125
17126List all the type names.
17127
17128@subsubheading @value{GDBN} Command
17129
17130The corresponding commands are @samp{info types} in @value{GDBN},
17131@samp{gdb_search} in @code{gdbtk}.
17132
17133@subsubheading Example
17134N.A.
17135
17136
17137@subheading The @code{-symbol-list-variables} Command
17138@findex -symbol-list-variables
17139
17140@subsubheading Synopsis
17141
17142@smallexample
17143 -symbol-list-variables
17144@end smallexample
17145
17146List all the global and static variable names.
17147
17148@subsubheading @value{GDBN} Command
17149
17150@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
17151
17152@subsubheading Example
17153N.A.
17154
17155
17156@subheading The @code{-symbol-locate} Command
17157@findex -symbol-locate
17158
17159@subsubheading Synopsis
17160
17161@smallexample
17162 -symbol-locate
17163@end smallexample
17164
17165@subsubheading @value{GDBN} Command
17166
17167@samp{gdb_loc} in @code{gdbtk}.
17168
17169@subsubheading Example
17170N.A.
17171
17172
17173@subheading The @code{-symbol-type} Command
17174@findex -symbol-type
17175
17176@subsubheading Synopsis
17177
17178@smallexample
17179 -symbol-type @var{variable}
17180@end smallexample
17181
17182Show type of @var{variable}.
17183
17184@subsubheading @value{GDBN} Command
17185
17186The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
17187@samp{gdb_obj_variable}.
17188
17189@subsubheading Example
17190N.A.
17191
17192
17193@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17194@node GDB/MI Target Manipulation
17195@section @sc{gdb/mi} Target Manipulation Commands
17196
17197
17198@subheading The @code{-target-attach} Command
17199@findex -target-attach
17200
17201@subsubheading Synopsis
17202
17203@smallexample
17204 -target-attach @var{pid} | @var{file}
17205@end smallexample
17206
17207Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
17208
17209@subsubheading @value{GDBN} command
17210
17211The corresponding @value{GDBN} command is @samp{attach}.
17212
17213@subsubheading Example
17214N.A.
17215
17216
17217@subheading The @code{-target-compare-sections} Command
17218@findex -target-compare-sections
17219
17220@subsubheading Synopsis
17221
17222@smallexample
17223 -target-compare-sections [ @var{section} ]
17224@end smallexample
17225
17226Compare data of section @var{section} on target to the exec file.
17227Without the argument, all sections are compared.
17228
17229@subsubheading @value{GDBN} Command
17230
17231The @value{GDBN} equivalent is @samp{compare-sections}.
17232
17233@subsubheading Example
17234N.A.
17235
17236
17237@subheading The @code{-target-detach} Command
17238@findex -target-detach
17239
17240@subsubheading Synopsis
17241
17242@smallexample
17243 -target-detach
17244@end smallexample
17245
17246Disconnect from the remote target. There's no output.
17247
17248@subsubheading @value{GDBN} command
17249
17250The corresponding @value{GDBN} command is @samp{detach}.
17251
17252@subsubheading Example
17253
17254@smallexample
17255(@value{GDBP})
17256-target-detach
17257^done
17258(@value{GDBP})
17259@end smallexample
17260
17261
17262@subheading The @code{-target-download} Command
17263@findex -target-download
17264
17265@subsubheading Synopsis
17266
17267@smallexample
17268 -target-download
17269@end smallexample
17270
17271Loads the executable onto the remote target.
17272It prints out an update message every half second, which includes the fields:
17273
17274@table @samp
17275@item section
17276The name of the section.
17277@item section-sent
17278The size of what has been sent so far for that section.
17279@item section-size
17280The size of the section.
17281@item total-sent
17282The total size of what was sent so far (the current and the previous sections).
17283@item total-size
17284The size of the overall executable to download.
17285@end table
17286
17287@noindent
17288Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
17289@sc{gdb/mi} Output Syntax}).
17290
17291In addition, it prints the name and size of the sections, as they are
17292downloaded. These messages include the following fields:
17293
17294@table @samp
17295@item section
17296The name of the section.
17297@item section-size
17298The size of the section.
17299@item total-size
17300The size of the overall executable to download.
17301@end table
17302
17303@noindent
17304At the end, a summary is printed.
17305
17306@subsubheading @value{GDBN} Command
17307
17308The corresponding @value{GDBN} command is @samp{load}.
17309
17310@subsubheading Example
17311
17312Note: each status message appears on a single line. Here the messages
17313have been broken down so that they can fit onto a page.
17314
17315@smallexample
17316(@value{GDBP})
17317-target-download
17318+download,@{section=".text",section-size="6668",total-size="9880"@}
17319+download,@{section=".text",section-sent="512",section-size="6668",
17320total-sent="512",total-size="9880"@}
17321+download,@{section=".text",section-sent="1024",section-size="6668",
17322total-sent="1024",total-size="9880"@}
17323+download,@{section=".text",section-sent="1536",section-size="6668",
17324total-sent="1536",total-size="9880"@}
17325+download,@{section=".text",section-sent="2048",section-size="6668",
17326total-sent="2048",total-size="9880"@}
17327+download,@{section=".text",section-sent="2560",section-size="6668",
17328total-sent="2560",total-size="9880"@}
17329+download,@{section=".text",section-sent="3072",section-size="6668",
17330total-sent="3072",total-size="9880"@}
17331+download,@{section=".text",section-sent="3584",section-size="6668",
17332total-sent="3584",total-size="9880"@}
17333+download,@{section=".text",section-sent="4096",section-size="6668",
17334total-sent="4096",total-size="9880"@}
17335+download,@{section=".text",section-sent="4608",section-size="6668",
17336total-sent="4608",total-size="9880"@}
17337+download,@{section=".text",section-sent="5120",section-size="6668",
17338total-sent="5120",total-size="9880"@}
17339+download,@{section=".text",section-sent="5632",section-size="6668",
17340total-sent="5632",total-size="9880"@}
17341+download,@{section=".text",section-sent="6144",section-size="6668",
17342total-sent="6144",total-size="9880"@}
17343+download,@{section=".text",section-sent="6656",section-size="6668",
17344total-sent="6656",total-size="9880"@}
17345+download,@{section=".init",section-size="28",total-size="9880"@}
17346+download,@{section=".fini",section-size="28",total-size="9880"@}
17347+download,@{section=".data",section-size="3156",total-size="9880"@}
17348+download,@{section=".data",section-sent="512",section-size="3156",
17349total-sent="7236",total-size="9880"@}
17350+download,@{section=".data",section-sent="1024",section-size="3156",
17351total-sent="7748",total-size="9880"@}
17352+download,@{section=".data",section-sent="1536",section-size="3156",
17353total-sent="8260",total-size="9880"@}
17354+download,@{section=".data",section-sent="2048",section-size="3156",
17355total-sent="8772",total-size="9880"@}
17356+download,@{section=".data",section-sent="2560",section-size="3156",
17357total-sent="9284",total-size="9880"@}
17358+download,@{section=".data",section-sent="3072",section-size="3156",
17359total-sent="9796",total-size="9880"@}
17360^done,address="0x10004",load-size="9880",transfer-rate="6586",
17361write-rate="429"
17362(@value{GDBP})
17363@end smallexample
17364
17365
17366@subheading The @code{-target-exec-status} Command
17367@findex -target-exec-status
17368
17369@subsubheading Synopsis
17370
17371@smallexample
17372 -target-exec-status
17373@end smallexample
17374
17375Provide information on the state of the target (whether it is running or
17376not, for instance).
17377
17378@subsubheading @value{GDBN} Command
17379
17380There's no equivalent @value{GDBN} command.
17381
17382@subsubheading Example
17383N.A.
17384
17385
17386@subheading The @code{-target-list-available-targets} Command
17387@findex -target-list-available-targets
17388
17389@subsubheading Synopsis
17390
17391@smallexample
17392 -target-list-available-targets
17393@end smallexample
17394
17395List the possible targets to connect to.
17396
17397@subsubheading @value{GDBN} Command
17398
17399The corresponding @value{GDBN} command is @samp{help target}.
17400
17401@subsubheading Example
17402N.A.
17403
17404
17405@subheading The @code{-target-list-current-targets} Command
17406@findex -target-list-current-targets
17407
17408@subsubheading Synopsis
17409
17410@smallexample
17411 -target-list-current-targets
17412@end smallexample
17413
17414Describe the current target.
17415
17416@subsubheading @value{GDBN} Command
17417
17418The corresponding information is printed by @samp{info file} (among
17419other things).
17420
17421@subsubheading Example
17422N.A.
17423
17424
17425@subheading The @code{-target-list-parameters} Command
17426@findex -target-list-parameters
17427
17428@subsubheading Synopsis
17429
17430@smallexample
17431 -target-list-parameters
17432@end smallexample
17433
17434@c ????
17435
17436@subsubheading @value{GDBN} Command
17437
17438No equivalent.
17439
17440@subsubheading Example
17441N.A.
17442
17443
17444@subheading The @code{-target-select} Command
17445@findex -target-select
17446
17447@subsubheading Synopsis
17448
17449@smallexample
17450 -target-select @var{type} @var{parameters @dots{}}
17451@end smallexample
17452
17453Connect @value{GDBN} to the remote target. This command takes two args:
17454
17455@table @samp
17456@item @var{type}
17457The type of target, for instance @samp{async}, @samp{remote}, etc.
17458@item @var{parameters}
17459Device names, host names and the like. @xref{Target Commands, ,
17460Commands for managing targets}, for more details.
17461@end table
17462
17463The output is a connection notification, followed by the address at
17464which the target program is, in the following form:
17465
17466@smallexample
17467^connected,addr="@var{address}",func="@var{function name}",
17468 args=[@var{arg list}]
17469@end smallexample
17470
17471@subsubheading @value{GDBN} Command
17472
17473The corresponding @value{GDBN} command is @samp{target}.
17474
17475@subsubheading Example
17476
17477@smallexample
17478(@value{GDBP})
17479-target-select async /dev/ttya
17480^connected,addr="0xfe00a300",func="??",args=[]
17481(@value{GDBP})
17482@end smallexample
17483
17484@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17485@node GDB/MI Thread Commands
17486@section @sc{gdb/mi} Thread Commands
17487
17488
17489@subheading The @code{-thread-info} Command
17490@findex -thread-info
17491
17492@subsubheading Synopsis
17493
17494@smallexample
17495 -thread-info
17496@end smallexample
17497
17498@subsubheading @value{GDBN} command
17499
17500No equivalent.
17501
17502@subsubheading Example
17503N.A.
17504
17505
17506@subheading The @code{-thread-list-all-threads} Command
17507@findex -thread-list-all-threads
17508
17509@subsubheading Synopsis
17510
17511@smallexample
17512 -thread-list-all-threads
17513@end smallexample
17514
17515@subsubheading @value{GDBN} Command
17516
17517The equivalent @value{GDBN} command is @samp{info threads}.
17518
17519@subsubheading Example
17520N.A.
17521
17522
17523@subheading The @code{-thread-list-ids} Command
17524@findex -thread-list-ids
17525
17526@subsubheading Synopsis
17527
17528@smallexample
17529 -thread-list-ids
17530@end smallexample
17531
17532Produces a list of the currently known @value{GDBN} thread ids. At the
17533end of the list it also prints the total number of such threads.
17534
17535@subsubheading @value{GDBN} Command
17536
17537Part of @samp{info threads} supplies the same information.
17538
17539@subsubheading Example
17540
17541No threads present, besides the main process:
17542
17543@smallexample
17544(@value{GDBP})
17545-thread-list-ids
17546^done,thread-ids=@{@},number-of-threads="0"
17547(@value{GDBP})
17548@end smallexample
17549
17550
17551Several threads:
17552
17553@smallexample
17554(@value{GDBP})
17555-thread-list-ids
17556^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17557number-of-threads="3"
17558(@value{GDBP})
17559@end smallexample
17560
17561
17562@subheading The @code{-thread-select} Command
17563@findex -thread-select
17564
17565@subsubheading Synopsis
17566
17567@smallexample
17568 -thread-select @var{threadnum}
17569@end smallexample
17570
17571Make @var{threadnum} the current thread. It prints the number of the new
17572current thread, and the topmost frame for that thread.
17573
17574@subsubheading @value{GDBN} Command
17575
17576The corresponding @value{GDBN} command is @samp{thread}.
17577
17578@subsubheading Example
17579
17580@smallexample
17581(@value{GDBP})
17582-exec-next
17583^running
17584(@value{GDBP})
17585*stopped,reason="end-stepping-range",thread-id="2",line="187",
17586file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
17587(@value{GDBP})
17588-thread-list-ids
17589^done,
17590thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
17591number-of-threads="3"
17592(@value{GDBP})
17593-thread-select 3
17594^done,new-thread-id="3",
17595frame=@{level="0",func="vprintf",
17596args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
17597@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
17598(@value{GDBP})
17599@end smallexample
17600
17601@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17602@node GDB/MI Tracepoint Commands
17603@section @sc{gdb/mi} Tracepoint Commands
17604
17605The tracepoint commands are not yet implemented.
17606
17607@c @subheading -trace-actions
17608
17609@c @subheading -trace-delete
17610
17611@c @subheading -trace-disable
17612
17613@c @subheading -trace-dump
17614
17615@c @subheading -trace-enable
17616
17617@c @subheading -trace-exists
17618
17619@c @subheading -trace-find
17620
17621@c @subheading -trace-frame-number
17622
17623@c @subheading -trace-info
17624
17625@c @subheading -trace-insert
17626
17627@c @subheading -trace-list
17628
17629@c @subheading -trace-pass-count
17630
17631@c @subheading -trace-save
17632
17633@c @subheading -trace-start
17634
17635@c @subheading -trace-stop
17636
17637
17638@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17639@node GDB/MI Variable Objects
17640@section @sc{gdb/mi} Variable Objects
17641
17642
17643@subheading Motivation for Variable Objects in @sc{gdb/mi}
17644
17645For the implementation of a variable debugger window (locals, watched
17646expressions, etc.), we are proposing the adaptation of the existing code
17647used by @code{Insight}.
17648
17649The two main reasons for that are:
17650
17651@enumerate 1
17652@item
17653It has been proven in practice (it is already on its second generation).
17654
17655@item
17656It will shorten development time (needless to say how important it is
17657now).
17658@end enumerate
17659
17660The original interface was designed to be used by Tcl code, so it was
17661slightly changed so it could be used through @sc{gdb/mi}. This section
17662describes the @sc{gdb/mi} operations that will be available and gives some
17663hints about their use.
17664
17665@emph{Note}: In addition to the set of operations described here, we
17666expect the @sc{gui} implementation of a variable window to require, at
17667least, the following operations:
17668
17669@itemize @bullet
17670@item @code{-gdb-show} @code{output-radix}
17671@item @code{-stack-list-arguments}
17672@item @code{-stack-list-locals}
17673@item @code{-stack-select-frame}
17674@end itemize
17675
17676@subheading Introduction to Variable Objects in @sc{gdb/mi}
17677
17678@cindex variable objects in @sc{gdb/mi}
17679The basic idea behind variable objects is the creation of a named object
17680to represent a variable, an expression, a memory location or even a CPU
17681register. For each object created, a set of operations is available for
17682examining or changing its properties.
17683
17684Furthermore, complex data types, such as C structures, are represented
17685in a tree format. For instance, the @code{struct} type variable is the
17686root and the children will represent the struct members. If a child
17687is itself of a complex type, it will also have children of its own.
17688Appropriate language differences are handled for C, C@t{++} and Java.
17689
17690When returning the actual values of the objects, this facility allows
17691for the individual selection of the display format used in the result
17692creation. It can be chosen among: binary, decimal, hexadecimal, octal
17693and natural. Natural refers to a default format automatically
17694chosen based on the variable type (like decimal for an @code{int}, hex
17695for pointers, etc.).
17696
17697The following is the complete set of @sc{gdb/mi} operations defined to
17698access this functionality:
17699
17700@multitable @columnfractions .4 .6
17701@item @strong{Operation}
17702@tab @strong{Description}
17703
17704@item @code{-var-create}
17705@tab create a variable object
17706@item @code{-var-delete}
17707@tab delete the variable object and its children
17708@item @code{-var-set-format}
17709@tab set the display format of this variable
17710@item @code{-var-show-format}
17711@tab show the display format of this variable
17712@item @code{-var-info-num-children}
17713@tab tells how many children this object has
17714@item @code{-var-list-children}
17715@tab return a list of the object's children
17716@item @code{-var-info-type}
17717@tab show the type of this variable object
17718@item @code{-var-info-expression}
17719@tab print what this variable object represents
17720@item @code{-var-show-attributes}
17721@tab is this variable editable? does it exist here?
17722@item @code{-var-evaluate-expression}
17723@tab get the value of this variable
17724@item @code{-var-assign}
17725@tab set the value of this variable
17726@item @code{-var-update}
17727@tab update the variable and its children
17728@end multitable
17729
17730In the next subsection we describe each operation in detail and suggest
17731how it can be used.
17732
17733@subheading Description And Use of Operations on Variable Objects
17734
17735@subheading The @code{-var-create} Command
17736@findex -var-create
17737
17738@subsubheading Synopsis
17739
17740@smallexample
17741 -var-create @{@var{name} | "-"@}
17742 @{@var{frame-addr} | "*"@} @var{expression}
17743@end smallexample
17744
17745This operation creates a variable object, which allows the monitoring of
17746a variable, the result of an expression, a memory cell or a CPU
17747register.
17748
17749The @var{name} parameter is the string by which the object can be
17750referenced. It must be unique. If @samp{-} is specified, the varobj
17751system will generate a string ``varNNNNNN'' automatically. It will be
17752unique provided that one does not specify @var{name} on that format.
17753The command fails if a duplicate name is found.
17754
17755The frame under which the expression should be evaluated can be
17756specified by @var{frame-addr}. A @samp{*} indicates that the current
17757frame should be used.
17758
17759@var{expression} is any expression valid on the current language set (must not
17760begin with a @samp{*}), or one of the following:
17761
17762@itemize @bullet
17763@item
17764@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
17765
17766@item
17767@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
17768
17769@item
17770@samp{$@var{regname}} --- a CPU register name
17771@end itemize
17772
17773@subsubheading Result
17774
17775This operation returns the name, number of children and the type of the
17776object created. Type is returned as a string as the ones generated by
17777the @value{GDBN} CLI:
17778
17779@smallexample
17780 name="@var{name}",numchild="N",type="@var{type}"
17781@end smallexample
17782
17783
17784@subheading The @code{-var-delete} Command
17785@findex -var-delete
17786
17787@subsubheading Synopsis
17788
17789@smallexample
17790 -var-delete @var{name}
17791@end smallexample
17792
17793Deletes a previously created variable object and all of its children.
17794
17795Returns an error if the object @var{name} is not found.
17796
17797
17798@subheading The @code{-var-set-format} Command
17799@findex -var-set-format
17800
17801@subsubheading Synopsis
17802
17803@smallexample
17804 -var-set-format @var{name} @var{format-spec}
17805@end smallexample
17806
17807Sets the output format for the value of the object @var{name} to be
17808@var{format-spec}.
17809
17810The syntax for the @var{format-spec} is as follows:
17811
17812@smallexample
17813 @var{format-spec} @expansion{}
17814 @{binary | decimal | hexadecimal | octal | natural@}
17815@end smallexample
17816
17817
17818@subheading The @code{-var-show-format} Command
17819@findex -var-show-format
17820
17821@subsubheading Synopsis
17822
17823@smallexample
17824 -var-show-format @var{name}
17825@end smallexample
17826
17827Returns the format used to display the value of the object @var{name}.
17828
17829@smallexample
17830 @var{format} @expansion{}
17831 @var{format-spec}
17832@end smallexample
17833
17834
17835@subheading The @code{-var-info-num-children} Command
17836@findex -var-info-num-children
17837
17838@subsubheading Synopsis
17839
17840@smallexample
17841 -var-info-num-children @var{name}
17842@end smallexample
17843
17844Returns the number of children of a variable object @var{name}:
17845
17846@smallexample
17847 numchild=@var{n}
17848@end smallexample
17849
17850
17851@subheading The @code{-var-list-children} Command
17852@findex -var-list-children
17853
17854@subsubheading Synopsis
17855
17856@smallexample
17857 -var-list-children @var{name}
17858@end smallexample
17859
17860Returns a list of the children of the specified variable object:
17861
17862@smallexample
17863 numchild=@var{n},children=[@{name=@var{name},
17864 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
17865@end smallexample
17866
17867
17868@subheading The @code{-var-info-type} Command
17869@findex -var-info-type
17870
17871@subsubheading Synopsis
17872
17873@smallexample
17874 -var-info-type @var{name}
17875@end smallexample
17876
17877Returns the type of the specified variable @var{name}. The type is
17878returned as a string in the same format as it is output by the
17879@value{GDBN} CLI:
17880
17881@smallexample
17882 type=@var{typename}
17883@end smallexample
17884
17885
17886@subheading The @code{-var-info-expression} Command
17887@findex -var-info-expression
17888
17889@subsubheading Synopsis
17890
17891@smallexample
17892 -var-info-expression @var{name}
17893@end smallexample
17894
17895Returns what is represented by the variable object @var{name}:
17896
17897@smallexample
17898 lang=@var{lang-spec},exp=@var{expression}
17899@end smallexample
17900
17901@noindent
17902where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
17903
17904@subheading The @code{-var-show-attributes} Command
17905@findex -var-show-attributes
17906
17907@subsubheading Synopsis
17908
17909@smallexample
17910 -var-show-attributes @var{name}
17911@end smallexample
17912
17913List attributes of the specified variable object @var{name}:
17914
17915@smallexample
17916 status=@var{attr} [ ( ,@var{attr} )* ]
17917@end smallexample
17918
17919@noindent
17920where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
17921
17922@subheading The @code{-var-evaluate-expression} Command
17923@findex -var-evaluate-expression
17924
17925@subsubheading Synopsis
17926
17927@smallexample
17928 -var-evaluate-expression @var{name}
17929@end smallexample
17930
17931Evaluates the expression that is represented by the specified variable
17932object and returns its value as a string in the current format specified
17933for the object:
17934
17935@smallexample
17936 value=@var{value}
17937@end smallexample
17938
17939Note that one must invoke @code{-var-list-children} for a variable
17940before the value of a child variable can be evaluated.
17941
17942@subheading The @code{-var-assign} Command
17943@findex -var-assign
17944
17945@subsubheading Synopsis
17946
17947@smallexample
17948 -var-assign @var{name} @var{expression}
17949@end smallexample
17950
17951Assigns the value of @var{expression} to the variable object specified
17952by @var{name}. The object must be @samp{editable}. If the variable's
17953value is altered by the assign, the variable will show up in any
17954subsequent @code{-var-update} list.
17955
17956@subsubheading Example
17957
17958@smallexample
17959(@value{GDBP})
17960-var-assign var1 3
17961^done,value="3"
17962(@value{GDBP})
17963-var-update *
17964^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
17965(@value{GDBP})
17966@end smallexample
17967
17968@subheading The @code{-var-update} Command
17969@findex -var-update
17970
17971@subsubheading Synopsis
17972
17973@smallexample
17974 -var-update @{@var{name} | "*"@}
17975@end smallexample
17976
17977Update the value of the variable object @var{name} by evaluating its
17978expression after fetching all the new values from memory or registers.
17979A @samp{*} causes all existing variable objects to be updated.
17980
17981
17982@node Annotations
17983@chapter @value{GDBN} Annotations
17984
17985This chapter describes annotations in @value{GDBN}. Annotations are
17986designed to interface @value{GDBN} to graphical user interfaces or
17987other similar programs which want to interact with @value{GDBN} at a
17988relatively high level.
17989
17990@ignore
17991This is Edition @value{EDITION}, @value{DATE}.
17992@end ignore
17993
17994@menu
17995* Annotations Overview:: What annotations are; the general syntax.
17996* Server Prefix:: Issuing a command without affecting user state.
17997* Value Annotations:: Values are marked as such.
17998* Frame Annotations:: Stack frames are annotated.
17999* Displays:: @value{GDBN} can be told to display something periodically.
18000* Prompting:: Annotations marking @value{GDBN}'s need for input.
18001* Errors:: Annotations for error messages.
18002* Breakpoint Info:: Information on breakpoints.
18003* Invalidation:: Some annotations describe things now invalid.
18004* Annotations for Running::
18005 Whether the program is running, how it stopped, etc.
18006* Source Annotations:: Annotations describing source code.
18007* TODO:: Annotations which might be added in the future.
18008@end menu
18009
18010@node Annotations Overview
18011@section What is an Annotation?
18012@cindex annotations
18013
18014To produce annotations, start @value{GDBN} with the @code{--annotate=2} option.
18015
18016Annotations start with a newline character, two @samp{control-z}
18017characters, and the name of the annotation. If there is no additional
18018information associated with this annotation, the name of the annotation
18019is followed immediately by a newline. If there is additional
18020information, the name of the annotation is followed by a space, the
18021additional information, and a newline. The additional information
18022cannot contain newline characters.
18023
18024Any output not beginning with a newline and two @samp{control-z}
18025characters denotes literal output from @value{GDBN}. Currently there is
18026no need for @value{GDBN} to output a newline followed by two
18027@samp{control-z} characters, but if there was such a need, the
18028annotations could be extended with an @samp{escape} annotation which
18029means those three characters as output.
18030
18031A simple example of starting up @value{GDBN} with annotations is:
18032
18033@smallexample
18034$ gdb --annotate=2
18035GNU GDB 5.0
18036Copyright 2000 Free Software Foundation, Inc.
18037GDB is free software, covered by the GNU General Public License,
18038and you are welcome to change it and/or distribute copies of it
18039under certain conditions.
18040Type "show copying" to see the conditions.
18041There is absolutely no warranty for GDB. Type "show warranty"
18042for details.
18043This GDB was configured as "sparc-sun-sunos4.1.3"
18044
18045^Z^Zpre-prompt
18046(gdb)
18047^Z^Zprompt
18048quit
18049
18050^Z^Zpost-prompt
18051$
18052@end smallexample
18053
18054Here @samp{quit} is input to @value{GDBN}; the rest is output from
18055@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
18056denotes a @samp{control-z} character) are annotations; the rest is
18057output from @value{GDBN}.
18058
18059@node Server Prefix
18060@section The Server Prefix
18061@cindex server prefix for annotations
18062
18063To issue a command to @value{GDBN} without affecting certain aspects of
18064the state which is seen by users, prefix it with @samp{server }. This
18065means that this command will not affect the command history, nor will it
18066affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
18067pressed on a line by itself.
18068
18069The server prefix does not affect the recording of values into the value
18070history; to print a value without recording it into the value history,
18071use the @code{output} command instead of the @code{print} command.
18072
18073@node Value Annotations
18074@section Values
18075
18076@cindex annotations for values
18077When a value is printed in various contexts, @value{GDBN} uses
18078annotations to delimit the value from the surrounding text.
18079
18080@findex value-history-begin
18081@findex value-history-value
18082@findex value-history-end
18083If a value is printed using @code{print} and added to the value history,
18084the annotation looks like
18085
18086@smallexample
18087^Z^Zvalue-history-begin @var{history-number} @var{value-flags}
18088@var{history-string}
18089^Z^Zvalue-history-value
18090@var{the-value}
18091^Z^Zvalue-history-end
18092@end smallexample
18093
18094@noindent
18095where @var{history-number} is the number it is getting in the value
18096history, @var{history-string} is a string, such as @samp{$5 = }, which
18097introduces the value to the user, @var{the-value} is the output
18098corresponding to the value itself, and @var{value-flags} is @samp{*} for
18099a value which can be dereferenced and @samp{-} for a value which cannot.
18100
18101@findex value-begin
18102@findex value-end
18103If the value is not added to the value history (it is an invalid float
18104or it is printed with the @code{output} command), the annotation is similar:
18105
18106@smallexample
18107^Z^Zvalue-begin @var{value-flags}
18108@var{the-value}
18109^Z^Zvalue-end
18110@end smallexample
18111
18112@findex arg-begin
18113@findex arg-name-end
18114@findex arg-value
18115@findex arg-end
18116When @value{GDBN} prints an argument to a function (for example, in the output
18117from the @code{backtrace} command), it annotates it as follows:
18118
18119@smallexample
18120^Z^Zarg-begin
18121@var{argument-name}
18122^Z^Zarg-name-end
18123@var{separator-string}
18124^Z^Zarg-value @var{value-flags}
18125@var{the-value}
18126^Z^Zarg-end
18127@end smallexample
18128
18129@noindent
18130where @var{argument-name} is the name of the argument,
18131@var{separator-string} is text which separates the name from the value
18132for the user's benefit (such as @samp{=}), and @var{value-flags} and
18133@var{the-value} have the same meanings as in a
18134@code{value-history-begin} annotation.
18135
18136@findex field-begin
18137@findex field-name-end
18138@findex field-value
18139@findex field-end
18140When printing a structure, @value{GDBN} annotates it as follows:
18141
18142@smallexample
18143^Z^Zfield-begin @var{value-flags}
18144@var{field-name}
18145^Z^Zfield-name-end
18146@var{separator-string}
18147^Z^Zfield-value
18148@var{the-value}
18149^Z^Zfield-end
18150@end smallexample
18151
18152@noindent
18153where @var{field-name} is the name of the field, @var{separator-string}
18154is text which separates the name from the value for the user's benefit
18155(such as @samp{=}), and @var{value-flags} and @var{the-value} have the
18156same meanings as in a @code{value-history-begin} annotation.
18157
18158When printing an array, @value{GDBN} annotates it as follows:
18159
18160@smallexample
18161^Z^Zarray-section-begin @var{array-index} @var{value-flags}
18162@end smallexample
18163
18164@noindent
18165where @var{array-index} is the index of the first element being
18166annotated and @var{value-flags} has the same meaning as in a
18167@code{value-history-begin} annotation. This is followed by any number
18168of elements, where is element can be either a single element:
18169
18170@findex elt
18171@smallexample
18172@samp{,} @var{whitespace} ; @r{omitted for the first element}
18173@var{the-value}
18174^Z^Zelt
18175@end smallexample
18176
18177or a repeated element
18178
18179@findex elt-rep
18180@findex elt-rep-end
18181@smallexample
18182@samp{,} @var{whitespace} ; @r{omitted for the first element}
18183@var{the-value}
18184^Z^Zelt-rep @var{number-of-repetitions}
18185@var{repetition-string}
18186^Z^Zelt-rep-end
18187@end smallexample
18188
18189In both cases, @var{the-value} is the output for the value of the
18190element and @var{whitespace} can contain spaces, tabs, and newlines. In
18191the repeated case, @var{number-of-repetitions} is the number of
18192consecutive array elements which contain that value, and
18193@var{repetition-string} is a string which is designed to convey to the
18194user that repetition is being depicted.
18195
18196@findex array-section-end
18197Once all the array elements have been output, the array annotation is
18198ended with
18199
18200@smallexample
18201^Z^Zarray-section-end
18202@end smallexample
18203
18204@node Frame Annotations
18205@section Frames
18206
18207@cindex annotations for frames
18208Whenever @value{GDBN} prints a frame, it annotates it. For example, this applies
18209to frames printed when @value{GDBN} stops, output from commands such as
18210@code{backtrace} or @code{up}, etc.
18211
18212@findex frame-begin
18213The frame annotation begins with
18214
18215@smallexample
18216^Z^Zframe-begin @var{level} @var{address}
18217@var{level-string}
18218@end smallexample
18219
18220@noindent
18221where @var{level} is the number of the frame (0 is the innermost frame,
18222and other frames have positive numbers), @var{address} is the address of
18223the code executing in that frame, and @var{level-string} is a string
18224designed to convey the level to the user. @var{address} is in the form
18225@samp{0x} followed by one or more lowercase hex digits (note that this
18226does not depend on the language). The frame ends with
18227
18228@findex frame-end
18229@smallexample
18230^Z^Zframe-end
18231@end smallexample
18232
18233Between these annotations is the main body of the frame, which can
18234consist of
18235
18236@itemize @bullet
18237@item
18238@findex function-call
18239@smallexample
18240^Z^Zfunction-call
18241@var{function-call-string}
18242@end smallexample
18243
18244where @var{function-call-string} is text designed to convey to the user
18245that this frame is associated with a function call made by @value{GDBN} to a
18246function in the program being debugged.
18247
18248@item
18249@findex signal-handler-caller
18250@smallexample
18251^Z^Zsignal-handler-caller
18252@var{signal-handler-caller-string}
18253@end smallexample
18254
18255where @var{signal-handler-caller-string} is text designed to convey to
18256the user that this frame is associated with whatever mechanism is used
18257by this operating system to call a signal handler (it is the frame which
18258calls the signal handler, not the frame for the signal handler itself).
18259
18260@item
18261A normal frame.
18262
18263@findex frame-address
18264@findex frame-address-end
18265This can optionally (depending on whether this is thought of as
18266interesting information for the user to see) begin with
18267
18268@smallexample
18269^Z^Zframe-address
18270@var{address}
18271^Z^Zframe-address-end
18272@var{separator-string}
18273@end smallexample
18274
18275where @var{address} is the address executing in the frame (the same
18276address as in the @code{frame-begin} annotation, but printed in a form
18277which is intended for user consumption---in particular, the syntax varies
18278depending on the language), and @var{separator-string} is a string
18279intended to separate this address from what follows for the user's
18280benefit.
18281
18282@findex frame-function-name
18283@findex frame-args
18284Then comes
18285
18286@smallexample
18287^Z^Zframe-function-name
18288@var{function-name}
18289^Z^Zframe-args
18290@var{arguments}
18291@end smallexample
18292
18293where @var{function-name} is the name of the function executing in the
18294frame, or @samp{??} if not known, and @var{arguments} are the arguments
18295to the frame, with parentheses around them (each argument is annotated
18296individually as well, @pxref{Value Annotations}).
18297
18298@findex frame-source-begin
18299@findex frame-source-file
18300@findex frame-source-file-end
18301@findex frame-source-line
18302@findex frame-source-end
18303If source information is available, a reference to it is then printed:
18304
18305@smallexample
18306^Z^Zframe-source-begin
18307@var{source-intro-string}
18308^Z^Zframe-source-file
18309@var{filename}
18310^Z^Zframe-source-file-end
18311:
18312^Z^Zframe-source-line
18313@var{line-number}
18314^Z^Zframe-source-end
18315@end smallexample
18316
18317where @var{source-intro-string} separates for the user's benefit the
18318reference from the text which precedes it, @var{filename} is the name of
18319the source file, and @var{line-number} is the line number within that
18320file (the first line is line 1).
18321
18322@findex frame-where
18323If @value{GDBN} prints some information about where the frame is from (which
18324library, which load segment, etc.; currently only done on the RS/6000),
18325it is annotated with
18326
18327@smallexample
18328^Z^Zframe-where
18329@var{information}
18330@end smallexample
18331
18332Then, if source is to actually be displayed for this frame (for example,
18333this is not true for output from the @code{backtrace} command), then a
18334@code{source} annotation (@pxref{Source Annotations}) is displayed. Unlike
18335most annotations, this is output instead of the normal text which would be
18336output, not in addition.
18337@end itemize
18338
18339@node Displays
18340@section Displays
18341
18342@findex display-begin
18343@findex display-number-end
18344@findex display-format
18345@findex display-expression
18346@findex display-expression-end
18347@findex display-value
18348@findex display-end
18349@cindex annotations for display
18350When @value{GDBN} is told to display something using the @code{display} command,
18351the results of the display are annotated:
18352
18353@smallexample
18354^Z^Zdisplay-begin
18355@var{number}
18356^Z^Zdisplay-number-end
18357@var{number-separator}
18358^Z^Zdisplay-format
18359@var{format}
18360^Z^Zdisplay-expression
18361@var{expression}
18362^Z^Zdisplay-expression-end
18363@var{expression-separator}
18364^Z^Zdisplay-value
18365@var{value}
18366^Z^Zdisplay-end
18367@end smallexample
18368
18369@noindent
18370where @var{number} is the number of the display, @var{number-separator}
18371is intended to separate the number from what follows for the user,
18372@var{format} includes information such as the size, format, or other
18373information about how the value is being displayed, @var{expression} is
18374the expression being displayed, @var{expression-separator} is intended
18375to separate the expression from the text that follows for the user,
18376and @var{value} is the actual value being displayed.
18377
18378@node Prompting
18379@section Annotation for @value{GDBN} Input
18380
18381@cindex annotations for prompts
18382When @value{GDBN} prompts for input, it annotates this fact so it is possible
18383to know when to send output, when the output from a given command is
18384over, etc.
18385
18386Different kinds of input each have a different @dfn{input type}. Each
18387input type has three annotations: a @code{pre-} annotation, which
18388denotes the beginning of any prompt which is being output, a plain
18389annotation, which denotes the end of the prompt, and then a @code{post-}
18390annotation which denotes the end of any echo which may (or may not) be
18391associated with the input. For example, the @code{prompt} input type
18392features the following annotations:
18393
18394@smallexample
18395^Z^Zpre-prompt
18396^Z^Zprompt
18397^Z^Zpost-prompt
18398@end smallexample
18399
18400The input types are
18401
18402@table @code
18403@findex pre-prompt
18404@findex prompt
18405@findex post-prompt
18406@item prompt
18407When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
18408
18409@findex pre-commands
18410@findex commands
18411@findex post-commands
18412@item commands
18413When @value{GDBN} prompts for a set of commands, like in the @code{commands}
18414command. The annotations are repeated for each command which is input.
18415
18416@findex pre-overload-choice
18417@findex overload-choice
18418@findex post-overload-choice
18419@item overload-choice
18420When @value{GDBN} wants the user to select between various overloaded functions.
18421
18422@findex pre-query
18423@findex query
18424@findex post-query
18425@item query
18426When @value{GDBN} wants the user to confirm a potentially dangerous operation.
18427
18428@findex pre-prompt-for-continue
18429@findex prompt-for-continue
18430@findex post-prompt-for-continue
18431@item prompt-for-continue
18432When @value{GDBN} is asking the user to press return to continue. Note: Don't
18433expect this to work well; instead use @code{set height 0} to disable
18434prompting. This is because the counting of lines is buggy in the
18435presence of annotations.
18436@end table
18437
18438@node Errors
18439@section Errors
18440@cindex annotations for errors, warnings and interrupts
18441
18442@findex quit
18443@smallexample
18444^Z^Zquit
18445@end smallexample
18446
18447This annotation occurs right before @value{GDBN} responds to an interrupt.
18448
18449@findex error
18450@smallexample
18451^Z^Zerror
18452@end smallexample
18453
18454This annotation occurs right before @value{GDBN} responds to an error.
18455
18456Quit and error annotations indicate that any annotations which @value{GDBN} was
18457in the middle of may end abruptly. For example, if a
18458@code{value-history-begin} annotation is followed by a @code{error}, one
18459cannot expect to receive the matching @code{value-history-end}. One
18460cannot expect not to receive it either, however; an error annotation
18461does not necessarily mean that @value{GDBN} is immediately returning all the way
18462to the top level.
18463
18464@findex error-begin
18465A quit or error annotation may be preceded by
18466
18467@smallexample
18468^Z^Zerror-begin
18469@end smallexample
18470
18471Any output between that and the quit or error annotation is the error
18472message.
18473
18474Warning messages are not yet annotated.
18475@c If we want to change that, need to fix warning(), type_error(),
18476@c range_error(), and possibly other places.
18477
18478@node Breakpoint Info
18479@section Information on Breakpoints
18480
18481@cindex annotations for breakpoints
18482The output from the @code{info breakpoints} command is annotated as follows:
18483
18484@findex breakpoints-headers
18485@findex breakpoints-table
18486@smallexample
18487^Z^Zbreakpoints-headers
18488@var{header-entry}
18489^Z^Zbreakpoints-table
18490@end smallexample
18491
18492@noindent
18493where @var{header-entry} has the same syntax as an entry (see below) but
18494instead of containing data, it contains strings which are intended to
18495convey the meaning of each field to the user. This is followed by any
18496number of entries. If a field does not apply for this entry, it is
18497omitted. Fields may contain trailing whitespace. Each entry consists
18498of:
18499
18500@findex record
18501@findex field
18502@smallexample
18503^Z^Zrecord
18504^Z^Zfield 0
18505@var{number}
18506^Z^Zfield 1
18507@var{type}
18508^Z^Zfield 2
18509@var{disposition}
18510^Z^Zfield 3
18511@var{enable}
18512^Z^Zfield 4
18513@var{address}
18514^Z^Zfield 5
18515@var{what}
18516^Z^Zfield 6
18517@var{frame}
18518^Z^Zfield 7
18519@var{condition}
18520^Z^Zfield 8
18521@var{ignore-count}
18522^Z^Zfield 9
18523@var{commands}
18524@end smallexample
18525
18526Note that @var{address} is intended for user consumption---the syntax
18527varies depending on the language.
18528
18529The output ends with
18530
18531@findex breakpoints-table-end
18532@smallexample
18533^Z^Zbreakpoints-table-end
18534@end smallexample
18535
18536@node Invalidation
18537@section Invalidation Notices
18538
18539@cindex annotations for invalidation messages
18540The following annotations say that certain pieces of state may have
18541changed.
18542
18543@table @code
18544@findex frames-invalid
18545@item ^Z^Zframes-invalid
18546
18547The frames (for example, output from the @code{backtrace} command) may
18548have changed.
18549
18550@findex breakpoints-invalid
18551@item ^Z^Zbreakpoints-invalid
18552
18553The breakpoints may have changed. For example, the user just added or
18554deleted a breakpoint.
18555@end table
18556
18557@node Annotations for Running
18558@section Running the Program
18559@cindex annotations for running programs
18560
18561@findex starting
18562@findex stopping
18563When the program starts executing due to a @value{GDBN} command such as
18564@code{step} or @code{continue},
18565
18566@smallexample
18567^Z^Zstarting
18568@end smallexample
18569
18570is output. When the program stops,
18571
18572@smallexample
18573^Z^Zstopped
18574@end smallexample
18575
18576is output. Before the @code{stopped} annotation, a variety of
18577annotations describe how the program stopped.
18578
18579@table @code
18580@findex exited
18581@item ^Z^Zexited @var{exit-status}
18582The program exited, and @var{exit-status} is the exit status (zero for
18583successful exit, otherwise nonzero).
18584
18585@findex signalled
18586@findex signal-name
18587@findex signal-name-end
18588@findex signal-string
18589@findex signal-string-end
18590@item ^Z^Zsignalled
18591The program exited with a signal. After the @code{^Z^Zsignalled}, the
18592annotation continues:
18593
18594@smallexample
18595@var{intro-text}
18596^Z^Zsignal-name
18597@var{name}
18598^Z^Zsignal-name-end
18599@var{middle-text}
18600^Z^Zsignal-string
18601@var{string}
18602^Z^Zsignal-string-end
18603@var{end-text}
18604@end smallexample
18605
18606@noindent
18607where @var{name} is the name of the signal, such as @code{SIGILL} or
18608@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
18609as @code{Illegal Instruction} or @code{Segmentation fault}.
18610@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
18611user's benefit and have no particular format.
18612
18613@findex signal
18614@item ^Z^Zsignal
18615The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
18616just saying that the program received the signal, not that it was
18617terminated with it.
18618
18619@findex breakpoint
18620@item ^Z^Zbreakpoint @var{number}
18621The program hit breakpoint number @var{number}.
18622
18623@findex watchpoint
18624@item ^Z^Zwatchpoint @var{number}
18625The program hit watchpoint number @var{number}.
18626@end table
18627
18628@node Source Annotations
18629@section Displaying Source
18630@cindex annotations for source display
18631
18632@findex source
18633The following annotation is used instead of displaying source code:
18634
18635@smallexample
18636^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
18637@end smallexample
18638
18639where @var{filename} is an absolute file name indicating which source
18640file, @var{line} is the line number within that file (where 1 is the
18641first line in the file), @var{character} is the character position
18642within the file (where 0 is the first character in the file) (for most
18643debug formats this will necessarily point to the beginning of a line),
18644@var{middle} is @samp{middle} if @var{addr} is in the middle of the
18645line, or @samp{beg} if @var{addr} is at the beginning of the line, and
18646@var{addr} is the address in the target program associated with the
18647source which is being displayed. @var{addr} is in the form @samp{0x}
18648followed by one or more lowercase hex digits (note that this does not
18649depend on the language).
18650
18651@node TODO
18652@section Annotations We Might Want in the Future
18653
18654@format
18655 - target-invalid
18656 the target might have changed (registers, heap contents, or
18657 execution status). For performance, we might eventually want
18658 to hit `registers-invalid' and `all-registers-invalid' with
18659 greater precision
18660
18661 - systematic annotation for set/show parameters (including
18662 invalidation notices).
18663
18664 - similarly, `info' returns a list of candidates for invalidation
18665 notices.
18666@end format
18667
18668@node GDB Bugs
18669@chapter Reporting Bugs in @value{GDBN}
18670@cindex bugs in @value{GDBN}
18671@cindex reporting bugs in @value{GDBN}
18672
18673Your bug reports play an essential role in making @value{GDBN} reliable.
18674
18675Reporting a bug may help you by bringing a solution to your problem, or it
18676may not. But in any case the principal function of a bug report is to help
18677the entire community by making the next version of @value{GDBN} work better. Bug
18678reports are your contribution to the maintenance of @value{GDBN}.
18679
18680In order for a bug report to serve its purpose, you must include the
18681information that enables us to fix the bug.
18682
18683@menu
18684* Bug Criteria:: Have you found a bug?
18685* Bug Reporting:: How to report bugs
18686@end menu
18687
18688@node Bug Criteria
18689@section Have you found a bug?
18690@cindex bug criteria
18691
18692If you are not sure whether you have found a bug, here are some guidelines:
18693
18694@itemize @bullet
18695@cindex fatal signal
18696@cindex debugger crash
18697@cindex crash of debugger
18698@item
18699If the debugger gets a fatal signal, for any input whatever, that is a
18700@value{GDBN} bug. Reliable debuggers never crash.
18701
18702@cindex error on valid input
18703@item
18704If @value{GDBN} produces an error message for valid input, that is a
18705bug. (Note that if you're cross debugging, the problem may also be
18706somewhere in the connection to the target.)
18707
18708@cindex invalid input
18709@item
18710If @value{GDBN} does not produce an error message for invalid input,
18711that is a bug. However, you should note that your idea of
18712``invalid input'' might be our idea of ``an extension'' or ``support
18713for traditional practice''.
18714
18715@item
18716If you are an experienced user of debugging tools, your suggestions
18717for improvement of @value{GDBN} are welcome in any case.
18718@end itemize
18719
18720@node Bug Reporting
18721@section How to report bugs
18722@cindex bug reports
18723@cindex @value{GDBN} bugs, reporting
18724
18725A number of companies and individuals offer support for @sc{gnu} products.
18726If you obtained @value{GDBN} from a support organization, we recommend you
18727contact that organization first.
18728
18729You can find contact information for many support companies and
18730individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
18731distribution.
18732@c should add a web page ref...
18733
18734In any event, we also recommend that you submit bug reports for
18735@value{GDBN}. The prefered method is to submit them directly using
18736@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
18737page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
18738be used.
18739
18740@strong{Do not send bug reports to @samp{info-gdb}, or to
18741@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
18742not want to receive bug reports. Those that do have arranged to receive
18743@samp{bug-gdb}.
18744
18745The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
18746serves as a repeater. The mailing list and the newsgroup carry exactly
18747the same messages. Often people think of posting bug reports to the
18748newsgroup instead of mailing them. This appears to work, but it has one
18749problem which can be crucial: a newsgroup posting often lacks a mail
18750path back to the sender. Thus, if we need to ask for more information,
18751we may be unable to reach you. For this reason, it is better to send
18752bug reports to the mailing list.
18753
18754The fundamental principle of reporting bugs usefully is this:
18755@strong{report all the facts}. If you are not sure whether to state a
18756fact or leave it out, state it!
18757
18758Often people omit facts because they think they know what causes the
18759problem and assume that some details do not matter. Thus, you might
18760assume that the name of the variable you use in an example does not matter.
18761Well, probably it does not, but one cannot be sure. Perhaps the bug is a
18762stray memory reference which happens to fetch from the location where that
18763name is stored in memory; perhaps, if the name were different, the contents
18764of that location would fool the debugger into doing the right thing despite
18765the bug. Play it safe and give a specific, complete example. That is the
18766easiest thing for you to do, and the most helpful.
18767
18768Keep in mind that the purpose of a bug report is to enable us to fix the
18769bug. It may be that the bug has been reported previously, but neither
18770you nor we can know that unless your bug report is complete and
18771self-contained.
18772
18773Sometimes people give a few sketchy facts and ask, ``Does this ring a
18774bell?'' Those bug reports are useless, and we urge everyone to
18775@emph{refuse to respond to them} except to chide the sender to report
18776bugs properly.
18777
18778To enable us to fix the bug, you should include all these things:
18779
18780@itemize @bullet
18781@item
18782The version of @value{GDBN}. @value{GDBN} announces it if you start
18783with no arguments; you can also print it at any time using @code{show
18784version}.
18785
18786Without this, we will not know whether there is any point in looking for
18787the bug in the current version of @value{GDBN}.
18788
18789@item
18790The type of machine you are using, and the operating system name and
18791version number.
18792
18793@item
18794What compiler (and its version) was used to compile @value{GDBN}---e.g.
18795``@value{GCC}--2.8.1''.
18796
18797@item
18798What compiler (and its version) was used to compile the program you are
18799debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
18800C Compiler''. For GCC, you can say @code{gcc --version} to get this
18801information; for other compilers, see the documentation for those
18802compilers.
18803
18804@item
18805The command arguments you gave the compiler to compile your example and
18806observe the bug. For example, did you use @samp{-O}? To guarantee
18807you will not omit something important, list them all. A copy of the
18808Makefile (or the output from make) is sufficient.
18809
18810If we were to try to guess the arguments, we would probably guess wrong
18811and then we might not encounter the bug.
18812
18813@item
18814A complete input script, and all necessary source files, that will
18815reproduce the bug.
18816
18817@item
18818A description of what behavior you observe that you believe is
18819incorrect. For example, ``It gets a fatal signal.''
18820
18821Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
18822will certainly notice it. But if the bug is incorrect output, we might
18823not notice unless it is glaringly wrong. You might as well not give us
18824a chance to make a mistake.
18825
18826Even if the problem you experience is a fatal signal, you should still
18827say so explicitly. Suppose something strange is going on, such as, your
18828copy of @value{GDBN} is out of synch, or you have encountered a bug in
18829the C library on your system. (This has happened!) Your copy might
18830crash and ours would not. If you told us to expect a crash, then when
18831ours fails to crash, we would know that the bug was not happening for
18832us. If you had not told us to expect a crash, then we would not be able
18833to draw any conclusion from our observations.
18834
18835@item
18836If you wish to suggest changes to the @value{GDBN} source, send us context
18837diffs. If you even discuss something in the @value{GDBN} source, refer to
18838it by context, not by line number.
18839
18840The line numbers in our development sources will not match those in your
18841sources. Your line numbers would convey no useful information to us.
18842
18843@end itemize
18844
18845Here are some things that are not necessary:
18846
18847@itemize @bullet
18848@item
18849A description of the envelope of the bug.
18850
18851Often people who encounter a bug spend a lot of time investigating
18852which changes to the input file will make the bug go away and which
18853changes will not affect it.
18854
18855This is often time consuming and not very useful, because the way we
18856will find the bug is by running a single example under the debugger
18857with breakpoints, not by pure deduction from a series of examples.
18858We recommend that you save your time for something else.
18859
18860Of course, if you can find a simpler example to report @emph{instead}
18861of the original one, that is a convenience for us. Errors in the
18862output will be easier to spot, running under the debugger will take
18863less time, and so on.
18864
18865However, simplification is not vital; if you do not want to do this,
18866report the bug anyway and send us the entire test case you used.
18867
18868@item
18869A patch for the bug.
18870
18871A patch for the bug does help us if it is a good one. But do not omit
18872the necessary information, such as the test case, on the assumption that
18873a patch is all we need. We might see problems with your patch and decide
18874to fix the problem another way, or we might not understand it at all.
18875
18876Sometimes with a program as complicated as @value{GDBN} it is very hard to
18877construct an example that will make the program follow a certain path
18878through the code. If you do not send us the example, we will not be able
18879to construct one, so we will not be able to verify that the bug is fixed.
18880
18881And if we cannot understand what bug you are trying to fix, or why your
18882patch should be an improvement, we will not install it. A test case will
18883help us to understand.
18884
18885@item
18886A guess about what the bug is or what it depends on.
18887
18888Such guesses are usually wrong. Even we cannot guess right about such
18889things without first using the debugger to find the facts.
18890@end itemize
18891
18892@c The readline documentation is distributed with the readline code
18893@c and consists of the two following files:
18894@c rluser.texinfo
18895@c inc-hist.texinfo
18896@c Use -I with makeinfo to point to the appropriate directory,
18897@c environment var TEXINPUTS with TeX.
18898@include rluser.texinfo
18899@include inc-hist.texinfo
18900
18901
18902@node Formatting Documentation
18903@appendix Formatting Documentation
18904
18905@cindex @value{GDBN} reference card
18906@cindex reference card
18907The @value{GDBN} 4 release includes an already-formatted reference card, ready
18908for printing with PostScript or Ghostscript, in the @file{gdb}
18909subdirectory of the main source directory@footnote{In
18910@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
18911release.}. If you can use PostScript or Ghostscript with your printer,
18912you can print the reference card immediately with @file{refcard.ps}.
18913
18914The release also includes the source for the reference card. You
18915can format it, using @TeX{}, by typing:
18916
18917@smallexample
18918make refcard.dvi
18919@end smallexample
18920
18921The @value{GDBN} reference card is designed to print in @dfn{landscape}
18922mode on US ``letter'' size paper;
18923that is, on a sheet 11 inches wide by 8.5 inches
18924high. You will need to specify this form of printing as an option to
18925your @sc{dvi} output program.
18926
18927@cindex documentation
18928
18929All the documentation for @value{GDBN} comes as part of the machine-readable
18930distribution. The documentation is written in Texinfo format, which is
18931a documentation system that uses a single source file to produce both
18932on-line information and a printed manual. You can use one of the Info
18933formatting commands to create the on-line version of the documentation
18934and @TeX{} (or @code{texi2roff}) to typeset the printed version.
18935
18936@value{GDBN} includes an already formatted copy of the on-line Info
18937version of this manual in the @file{gdb} subdirectory. The main Info
18938file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
18939subordinate files matching @samp{gdb.info*} in the same directory. If
18940necessary, you can print out these files, or read them with any editor;
18941but they are easier to read using the @code{info} subsystem in @sc{gnu}
18942Emacs or the standalone @code{info} program, available as part of the
18943@sc{gnu} Texinfo distribution.
18944
18945If you want to format these Info files yourself, you need one of the
18946Info formatting programs, such as @code{texinfo-format-buffer} or
18947@code{makeinfo}.
18948
18949If you have @code{makeinfo} installed, and are in the top level
18950@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
18951version @value{GDBVN}), you can make the Info file by typing:
18952
18953@smallexample
18954cd gdb
18955make gdb.info
18956@end smallexample
18957
18958If you want to typeset and print copies of this manual, you need @TeX{},
18959a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
18960Texinfo definitions file.
18961
18962@TeX{} is a typesetting program; it does not print files directly, but
18963produces output files called @sc{dvi} files. To print a typeset
18964document, you need a program to print @sc{dvi} files. If your system
18965has @TeX{} installed, chances are it has such a program. The precise
18966command to use depends on your system; @kbd{lpr -d} is common; another
18967(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
18968require a file name without any extension or a @samp{.dvi} extension.
18969
18970@TeX{} also requires a macro definitions file called
18971@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
18972written in Texinfo format. On its own, @TeX{} cannot either read or
18973typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
18974and is located in the @file{gdb-@var{version-number}/texinfo}
18975directory.
18976
18977If you have @TeX{} and a @sc{dvi} printer program installed, you can
18978typeset and print this manual. First switch to the the @file{gdb}
18979subdirectory of the main source directory (for example, to
18980@file{gdb-@value{GDBVN}/gdb}) and type:
18981
18982@smallexample
18983make gdb.dvi
18984@end smallexample
18985
18986Then give @file{gdb.dvi} to your @sc{dvi} printing program.
18987
18988@node Installing GDB
18989@appendix Installing @value{GDBN}
18990@cindex configuring @value{GDBN}
18991@cindex installation
18992@cindex configuring @value{GDBN}, and source tree subdirectories
18993
18994@value{GDBN} comes with a @code{configure} script that automates the process
18995of preparing @value{GDBN} for installation; you can then use @code{make} to
18996build the @code{gdb} program.
18997@iftex
18998@c irrelevant in info file; it's as current as the code it lives with.
18999@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
19000look at the @file{README} file in the sources; we may have improved the
19001installation procedures since publishing this manual.}
19002@end iftex
19003
19004The @value{GDBN} distribution includes all the source code you need for
19005@value{GDBN} in a single directory, whose name is usually composed by
19006appending the version number to @samp{gdb}.
19007
19008For example, the @value{GDBN} version @value{GDBVN} distribution is in the
19009@file{gdb-@value{GDBVN}} directory. That directory contains:
19010
19011@table @code
19012@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
19013script for configuring @value{GDBN} and all its supporting libraries
19014
19015@item gdb-@value{GDBVN}/gdb
19016the source specific to @value{GDBN} itself
19017
19018@item gdb-@value{GDBVN}/bfd
19019source for the Binary File Descriptor library
19020
19021@item gdb-@value{GDBVN}/include
19022@sc{gnu} include files
19023
19024@item gdb-@value{GDBVN}/libiberty
19025source for the @samp{-liberty} free software library
19026
19027@item gdb-@value{GDBVN}/opcodes
19028source for the library of opcode tables and disassemblers
19029
19030@item gdb-@value{GDBVN}/readline
19031source for the @sc{gnu} command-line interface
19032
19033@item gdb-@value{GDBVN}/glob
19034source for the @sc{gnu} filename pattern-matching subroutine
19035
19036@item gdb-@value{GDBVN}/mmalloc
19037source for the @sc{gnu} memory-mapped malloc package
19038@end table
19039
19040The simplest way to configure and build @value{GDBN} is to run @code{configure}
19041from the @file{gdb-@var{version-number}} source directory, which in
19042this example is the @file{gdb-@value{GDBVN}} directory.
19043
19044First switch to the @file{gdb-@var{version-number}} source directory
19045if you are not already in it; then run @code{configure}. Pass the
19046identifier for the platform on which @value{GDBN} will run as an
19047argument.
19048
19049For example:
19050
19051@smallexample
19052cd gdb-@value{GDBVN}
19053./configure @var{host}
19054make
19055@end smallexample
19056
19057@noindent
19058where @var{host} is an identifier such as @samp{sun4} or
19059@samp{decstation}, that identifies the platform where @value{GDBN} will run.
19060(You can often leave off @var{host}; @code{configure} tries to guess the
19061correct value by examining your system.)
19062
19063Running @samp{configure @var{host}} and then running @code{make} builds the
19064@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
19065libraries, then @code{gdb} itself. The configured source files, and the
19066binaries, are left in the corresponding source directories.
19067
19068@need 750
19069@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
19070system does not recognize this automatically when you run a different
19071shell, you may need to run @code{sh} on it explicitly:
19072
19073@smallexample
19074sh configure @var{host}
19075@end smallexample
19076
19077If you run @code{configure} from a directory that contains source
19078directories for multiple libraries or programs, such as the
19079@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
19080creates configuration files for every directory level underneath (unless
19081you tell it not to, with the @samp{--norecursion} option).
19082
19083You should run the @code{configure} script from the top directory in the
19084source tree, the @file{gdb-@var{version-number}} directory. If you run
19085@code{configure} from one of the subdirectories, you will configure only
19086that subdirectory. That is usually not what you want. In particular,
19087if you run the first @code{configure} from the @file{gdb} subdirectory
19088of the @file{gdb-@var{version-number}} directory, you will omit the
19089configuration of @file{bfd}, @file{readline}, and other sibling
19090directories of the @file{gdb} subdirectory. This leads to build errors
19091about missing include files such as @file{bfd/bfd.h}.
19092
19093You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
19094However, you should make sure that the shell on your path (named by
19095the @samp{SHELL} environment variable) is publicly readable. Remember
19096that @value{GDBN} uses the shell to start your program---some systems refuse to
19097let @value{GDBN} debug child processes whose programs are not readable.
19098
19099@menu
19100* Separate Objdir:: Compiling @value{GDBN} in another directory
19101* Config Names:: Specifying names for hosts and targets
19102* Configure Options:: Summary of options for configure
19103@end menu
19104
19105@node Separate Objdir
19106@section Compiling @value{GDBN} in another directory
19107
19108If you want to run @value{GDBN} versions for several host or target machines,
19109you need a different @code{gdb} compiled for each combination of
19110host and target. @code{configure} is designed to make this easy by
19111allowing you to generate each configuration in a separate subdirectory,
19112rather than in the source directory. If your @code{make} program
19113handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
19114@code{make} in each of these directories builds the @code{gdb}
19115program specified there.
19116
19117To build @code{gdb} in a separate directory, run @code{configure}
19118with the @samp{--srcdir} option to specify where to find the source.
19119(You also need to specify a path to find @code{configure}
19120itself from your working directory. If the path to @code{configure}
19121would be the same as the argument to @samp{--srcdir}, you can leave out
19122the @samp{--srcdir} option; it is assumed.)
19123
19124For example, with version @value{GDBVN}, you can build @value{GDBN} in a
19125separate directory for a Sun 4 like this:
19126
19127@smallexample
19128@group
19129cd gdb-@value{GDBVN}
19130mkdir ../gdb-sun4
19131cd ../gdb-sun4
19132../gdb-@value{GDBVN}/configure sun4
19133make
19134@end group
19135@end smallexample
19136
19137When @code{configure} builds a configuration using a remote source
19138directory, it creates a tree for the binaries with the same structure
19139(and using the same names) as the tree under the source directory. In
19140the example, you'd find the Sun 4 library @file{libiberty.a} in the
19141directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
19142@file{gdb-sun4/gdb}.
19143
19144Make sure that your path to the @file{configure} script has just one
19145instance of @file{gdb} in it. If your path to @file{configure} looks
19146like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
19147one subdirectory of @value{GDBN}, not the whole package. This leads to
19148build errors about missing include files such as @file{bfd/bfd.h}.
19149
19150One popular reason to build several @value{GDBN} configurations in separate
19151directories is to configure @value{GDBN} for cross-compiling (where
19152@value{GDBN} runs on one machine---the @dfn{host}---while debugging
19153programs that run on another machine---the @dfn{target}).
19154You specify a cross-debugging target by
19155giving the @samp{--target=@var{target}} option to @code{configure}.
19156
19157When you run @code{make} to build a program or library, you must run
19158it in a configured directory---whatever directory you were in when you
19159called @code{configure} (or one of its subdirectories).
19160
19161The @code{Makefile} that @code{configure} generates in each source
19162directory also runs recursively. If you type @code{make} in a source
19163directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
19164directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
19165will build all the required libraries, and then build GDB.
19166
19167When you have multiple hosts or targets configured in separate
19168directories, you can run @code{make} on them in parallel (for example,
19169if they are NFS-mounted on each of the hosts); they will not interfere
19170with each other.
19171
19172@node Config Names
19173@section Specifying names for hosts and targets
19174
19175The specifications used for hosts and targets in the @code{configure}
19176script are based on a three-part naming scheme, but some short predefined
19177aliases are also supported. The full naming scheme encodes three pieces
19178of information in the following pattern:
19179
19180@smallexample
19181@var{architecture}-@var{vendor}-@var{os}
19182@end smallexample
19183
19184For example, you can use the alias @code{sun4} as a @var{host} argument,
19185or as the value for @var{target} in a @code{--target=@var{target}}
19186option. The equivalent full name is @samp{sparc-sun-sunos4}.
19187
19188The @code{configure} script accompanying @value{GDBN} does not provide
19189any query facility to list all supported host and target names or
19190aliases. @code{configure} calls the Bourne shell script
19191@code{config.sub} to map abbreviations to full names; you can read the
19192script, if you wish, or you can use it to test your guesses on
19193abbreviations---for example:
19194
19195@smallexample
19196% sh config.sub i386-linux
19197i386-pc-linux-gnu
19198% sh config.sub alpha-linux
19199alpha-unknown-linux-gnu
19200% sh config.sub hp9k700
19201hppa1.1-hp-hpux
19202% sh config.sub sun4
19203sparc-sun-sunos4.1.1
19204% sh config.sub sun3
19205m68k-sun-sunos4.1.1
19206% sh config.sub i986v
19207Invalid configuration `i986v': machine `i986v' not recognized
19208@end smallexample
19209
19210@noindent
19211@code{config.sub} is also distributed in the @value{GDBN} source
19212directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
19213
19214@node Configure Options
19215@section @code{configure} options
19216
19217Here is a summary of the @code{configure} options and arguments that
19218are most often useful for building @value{GDBN}. @code{configure} also has
19219several other options not listed here. @inforef{What Configure
19220Does,,configure.info}, for a full explanation of @code{configure}.
19221
19222@smallexample
19223configure @r{[}--help@r{]}
19224 @r{[}--prefix=@var{dir}@r{]}
19225 @r{[}--exec-prefix=@var{dir}@r{]}
19226 @r{[}--srcdir=@var{dirname}@r{]}
19227 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
19228 @r{[}--target=@var{target}@r{]}
19229 @var{host}
19230@end smallexample
19231
19232@noindent
19233You may introduce options with a single @samp{-} rather than
19234@samp{--} if you prefer; but you may abbreviate option names if you use
19235@samp{--}.
19236
19237@table @code
19238@item --help
19239Display a quick summary of how to invoke @code{configure}.
19240
19241@item --prefix=@var{dir}
19242Configure the source to install programs and files under directory
19243@file{@var{dir}}.
19244
19245@item --exec-prefix=@var{dir}
19246Configure the source to install programs under directory
19247@file{@var{dir}}.
19248
19249@c avoid splitting the warning from the explanation:
19250@need 2000
19251@item --srcdir=@var{dirname}
19252@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
19253@code{make} that implements the @code{VPATH} feature.}@*
19254Use this option to make configurations in directories separate from the
19255@value{GDBN} source directories. Among other things, you can use this to
19256build (or maintain) several configurations simultaneously, in separate
19257directories. @code{configure} writes configuration specific files in
19258the current directory, but arranges for them to use the source in the
19259directory @var{dirname}. @code{configure} creates directories under
19260the working directory in parallel to the source directories below
19261@var{dirname}.
19262
19263@item --norecursion
19264Configure only the directory level where @code{configure} is executed; do not
19265propagate configuration to subdirectories.
19266
19267@item --target=@var{target}
19268Configure @value{GDBN} for cross-debugging programs running on the specified
19269@var{target}. Without this option, @value{GDBN} is configured to debug
19270programs that run on the same machine (@var{host}) as @value{GDBN} itself.
19271
19272There is no convenient way to generate a list of all available targets.
19273
19274@item @var{host} @dots{}
19275Configure @value{GDBN} to run on the specified @var{host}.
19276
19277There is no convenient way to generate a list of all available hosts.
19278@end table
19279
19280There are many other options available as well, but they are generally
19281needed for special purposes only.
19282
19283@node Maintenance Commands
19284@appendix Maintenance Commands
19285@cindex maintenance commands
19286@cindex internal commands
19287
19288In addition to commands intended for @value{GDBN} users, @value{GDBN}
19289includes a number of commands intended for @value{GDBN} developers.
19290These commands are provided here for reference.
19291
19292@table @code
19293@kindex maint info breakpoints
19294@item @anchor{maint info breakpoints}maint info breakpoints
19295Using the same format as @samp{info breakpoints}, display both the
19296breakpoints you've set explicitly, and those @value{GDBN} is using for
19297internal purposes. Internal breakpoints are shown with negative
19298breakpoint numbers. The type column identifies what kind of breakpoint
19299is shown:
19300
19301@table @code
19302@item breakpoint
19303Normal, explicitly set breakpoint.
19304
19305@item watchpoint
19306Normal, explicitly set watchpoint.
19307
19308@item longjmp
19309Internal breakpoint, used to handle correctly stepping through
19310@code{longjmp} calls.
19311
19312@item longjmp resume
19313Internal breakpoint at the target of a @code{longjmp}.
19314
19315@item until
19316Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
19317
19318@item finish
19319Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
19320
19321@item shlib events
19322Shared library events.
19323
19324@end table
19325
19326@kindex maint internal-error
19327@kindex maint internal-warning
19328@item maint internal-error
19329@itemx maint internal-warning
19330Cause @value{GDBN} to call the internal function @code{internal_error}
19331or @code{internal_warning} and hence behave as though an internal error
19332or internal warning has been detected. In addition to reporting the
19333internal problem, these functions give the user the opportunity to
19334either quit @value{GDBN} or create a core file of the current
19335@value{GDBN} session.
19336
19337@smallexample
19338(gdb) @kbd{maint internal-error testing, 1, 2}
19339@dots{}/maint.c:121: internal-error: testing, 1, 2
19340A problem internal to GDB has been detected. Further
19341debugging may prove unreliable.
19342Quit this debugging session? (y or n) @kbd{n}
19343Create a core file? (y or n) @kbd{n}
19344(gdb)
19345@end smallexample
19346
19347Takes an optional parameter that is used as the text of the error or
19348warning message.
19349
19350@kindex maint print registers
19351@kindex maint print raw-registers
19352@kindex maint print cooked-registers
19353@kindex maint print register-groups
19354@item maint print registers
19355@itemx maint print raw-registers
19356@itemx maint print cooked-registers
19357@itemx maint print register-groups
19358Print @value{GDBN}'s internal register data structures.
19359
19360The command @code{maint print raw-registers} includes the contents of
19361the raw register cache; the command @code{maint print cooked-registers}
19362includes the (cooked) value of all registers; and the command
19363@code{maint print register-groups} includes the groups that each
19364register is a member of. @xref{Registers,, Registers, gdbint,
19365@value{GDBN} Internals}.
19366
19367Takes an optional file parameter.
19368
19369@kindex maint print reggroups
19370@item maint print reggroups
19371Print @value{GDBN}'s internal register group data structures.
19372
19373Takes an optional file parameter.
19374
19375@smallexample
19376(gdb) @kbd{maint print reggroups}
19377 Group Type
19378 general user
19379 float user
19380 all user
19381 vector user
19382 system user
19383 save internal
19384 restore internal
19385@end smallexample
19386
19387@kindex maint set profile
19388@kindex maint show profile
19389@cindex profiling GDB
19390@item maint set profile
19391@itemx maint show profile
19392Control profiling of @value{GDBN}.
19393
19394Profiling will be disabled until you use the @samp{maint set profile}
19395command to enable it. When you enable profiling, the system will begin
19396collecting timing and execution count data; when you disable profiling or
19397exit @value{GDBN}, the results will be written to a log file. Remember that
19398if you use profiling, @value{GDBN} will overwrite the profiling log file
19399(often called @file{gmon.out}). If you have a record of important profiling
19400data in a @file{gmon.out} file, be sure to move it to a safe location.
19401
19402Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
19403compiled with the @samp{-pg} compiler option.
19404
19405@end table
19406
19407
19408@node Remote Protocol
19409@appendix @value{GDBN} Remote Serial Protocol
19410
19411@menu
19412* Overview::
19413* Packets::
19414* Stop Reply Packets::
19415* General Query Packets::
19416* Register Packet Format::
19417* Examples::
19418* File-I/O remote protocol extension::
19419@end menu
19420
19421@node Overview
19422@section Overview
19423
19424There may be occasions when you need to know something about the
19425protocol---for example, if there is only one serial port to your target
19426machine, you might want your program to do something special if it
19427recognizes a packet meant for @value{GDBN}.
19428
19429In the examples below, @samp{->} and @samp{<-} are used to indicate
19430transmitted and received data respectfully.
19431
19432@cindex protocol, @value{GDBN} remote serial
19433@cindex serial protocol, @value{GDBN} remote
19434@cindex remote serial protocol
19435All @value{GDBN} commands and responses (other than acknowledgments) are
19436sent as a @var{packet}. A @var{packet} is introduced with the character
19437@samp{$}, the actual @var{packet-data}, and the terminating character
19438@samp{#} followed by a two-digit @var{checksum}:
19439
19440@smallexample
19441@code{$}@var{packet-data}@code{#}@var{checksum}
19442@end smallexample
19443@noindent
19444
19445@cindex checksum, for @value{GDBN} remote
19446@noindent
19447The two-digit @var{checksum} is computed as the modulo 256 sum of all
19448characters between the leading @samp{$} and the trailing @samp{#} (an
19449eight bit unsigned checksum).
19450
19451Implementors should note that prior to @value{GDBN} 5.0 the protocol
19452specification also included an optional two-digit @var{sequence-id}:
19453
19454@smallexample
19455@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
19456@end smallexample
19457
19458@cindex sequence-id, for @value{GDBN} remote
19459@noindent
19460That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
19461has never output @var{sequence-id}s. Stubs that handle packets added
19462since @value{GDBN} 5.0 must not accept @var{sequence-id}.
19463
19464@cindex acknowledgment, for @value{GDBN} remote
19465When either the host or the target machine receives a packet, the first
19466response expected is an acknowledgment: either @samp{+} (to indicate
19467the package was received correctly) or @samp{-} (to request
19468retransmission):
19469
19470@smallexample
19471-> @code{$}@var{packet-data}@code{#}@var{checksum}
19472<- @code{+}
19473@end smallexample
19474@noindent
19475
19476The host (@value{GDBN}) sends @var{command}s, and the target (the
19477debugging stub incorporated in your program) sends a @var{response}. In
19478the case of step and continue @var{command}s, the response is only sent
19479when the operation has completed (the target has again stopped).
19480
19481@var{packet-data} consists of a sequence of characters with the
19482exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
19483exceptions).
19484
19485Fields within the packet should be separated using @samp{,} @samp{;} or
19486@cindex remote protocol, field separator
19487@samp{:}. Except where otherwise noted all numbers are represented in
19488@sc{hex} with leading zeros suppressed.
19489
19490Implementors should note that prior to @value{GDBN} 5.0, the character
19491@samp{:} could not appear as the third character in a packet (as it
19492would potentially conflict with the @var{sequence-id}).
19493
19494Response @var{data} can be run-length encoded to save space. A @samp{*}
19495means that the next character is an @sc{ascii} encoding giving a repeat count
19496which stands for that many repetitions of the character preceding the
19497@samp{*}. The encoding is @code{n+29}, yielding a printable character
19498where @code{n >=3} (which is where rle starts to win). The printable
19499characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
19500value greater than 126 should not be used.
19501
19502Some remote systems have used a different run-length encoding mechanism
19503loosely refered to as the cisco encoding. Following the @samp{*}
19504character are two hex digits that indicate the size of the packet.
19505
19506So:
19507@smallexample
19508"@code{0* }"
19509@end smallexample
19510@noindent
19511means the same as "0000".
19512
19513The error response returned for some packets includes a two character
19514error number. That number is not well defined.
19515
19516For any @var{command} not supported by the stub, an empty response
19517(@samp{$#00}) should be returned. That way it is possible to extend the
19518protocol. A newer @value{GDBN} can tell if a packet is supported based
19519on that response.
19520
19521A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
19522@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
19523optional.
19524
19525@node Packets
19526@section Packets
19527
19528The following table provides a complete list of all currently defined
19529@var{command}s and their corresponding response @var{data}.
19530
19531@table @r
19532
19533@item @code{!} --- extended mode
19534@cindex @code{!} packet
19535
19536Enable extended mode. In extended mode, the remote server is made
19537persistent. The @samp{R} packet is used to restart the program being
19538debugged.
19539
19540Reply:
19541@table @samp
19542@item OK
19543The remote target both supports and has enabled extended mode.
19544@end table
19545
19546@item @code{?} --- last signal
19547@cindex @code{?} packet
19548
19549Indicate the reason the target halted. The reply is the same as for
19550step and continue.
19551
19552Reply:
19553@xref{Stop Reply Packets}, for the reply specifications.
19554
19555@item @code{a} --- reserved
19556
19557Reserved for future use.
19558
19559@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
19560@cindex @code{A} packet
19561
19562Initialized @samp{argv[]} array passed into program. @var{arglen}
19563specifies the number of bytes in the hex encoded byte stream @var{arg}.
19564See @code{gdbserver} for more details.
19565
19566Reply:
19567@table @samp
19568@item OK
19569@item E@var{NN}
19570@end table
19571
19572@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
19573@cindex @code{b} packet
19574
19575Change the serial line speed to @var{baud}.
19576
19577JTC: @emph{When does the transport layer state change? When it's
19578received, or after the ACK is transmitted. In either case, there are
19579problems if the command or the acknowledgment packet is dropped.}
19580
19581Stan: @emph{If people really wanted to add something like this, and get
19582it working for the first time, they ought to modify ser-unix.c to send
19583some kind of out-of-band message to a specially-setup stub and have the
19584switch happen "in between" packets, so that from remote protocol's point
19585of view, nothing actually happened.}
19586
19587@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
19588@cindex @code{B} packet
19589
19590Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
19591breakpoint at @var{addr}.
19592
19593This packet has been replaced by the @samp{Z} and @samp{z} packets
19594(@pxref{insert breakpoint or watchpoint packet}).
19595
19596@item @code{c}@var{addr} --- continue
19597@cindex @code{c} packet
19598
19599@var{addr} is address to resume. If @var{addr} is omitted, resume at
19600current address.
19601
19602Reply:
19603@xref{Stop Reply Packets}, for the reply specifications.
19604
19605@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
19606@cindex @code{C} packet
19607
19608Continue with signal @var{sig} (hex signal number). If
19609@code{;}@var{addr} is omitted, resume at same address.
19610
19611Reply:
19612@xref{Stop Reply Packets}, for the reply specifications.
19613
19614@item @code{d} --- toggle debug @strong{(deprecated)}
19615@cindex @code{d} packet
19616
19617Toggle debug flag.
19618
19619@item @code{D} --- detach
19620@cindex @code{D} packet
19621
19622Detach @value{GDBN} from the remote system. Sent to the remote target
19623before @value{GDBN} disconnects.
19624
19625Reply:
19626@table @samp
19627@item @emph{no response}
19628@value{GDBN} does not check for any response after sending this packet.
19629@end table
19630
19631@item @code{e} --- reserved
19632
19633Reserved for future use.
19634
19635@item @code{E} --- reserved
19636
19637Reserved for future use.
19638
19639@item @code{f} --- reserved
19640
19641Reserved for future use.
19642
19643@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
19644@cindex @code{F} packet
19645
19646This packet is send by @value{GDBN} as reply to a @code{F} request packet
19647sent by the target. This is part of the File-I/O protocol extension.
19648@xref{File-I/O remote protocol extension}, for the specification.
19649
19650@item @code{g} --- read registers
19651@anchor{read registers packet}
19652@cindex @code{g} packet
19653
19654Read general registers.
19655
19656Reply:
19657@table @samp
19658@item @var{XX@dots{}}
19659Each byte of register data is described by two hex digits. The bytes
19660with the register are transmitted in target byte order. The size of
19661each register and their position within the @samp{g} @var{packet} are
19662determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE}
19663and @var{REGISTER_NAME} macros. The specification of several standard
19664@code{g} packets is specified below.
19665@item E@var{NN}
19666for an error.
19667@end table
19668
19669@item @code{G}@var{XX@dots{}} --- write regs
19670@cindex @code{G} packet
19671
19672@xref{read registers packet}, for a description of the @var{XX@dots{}}
19673data.
19674
19675Reply:
19676@table @samp
19677@item OK
19678for success
19679@item E@var{NN}
19680for an error
19681@end table
19682
19683@item @code{h} --- reserved
19684
19685Reserved for future use.
19686
19687@item @code{H}@var{c}@var{t@dots{}} --- set thread
19688@cindex @code{H} packet
19689
19690Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
19691@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
19692should be @samp{c} for step and continue operations, @samp{g} for other
19693operations. The thread designator @var{t@dots{}} may be -1, meaning all
19694the threads, a thread number, or zero which means pick any thread.
19695
19696Reply:
19697@table @samp
19698@item OK
19699for success
19700@item E@var{NN}
19701for an error
19702@end table
19703
19704@c FIXME: JTC:
19705@c 'H': How restrictive (or permissive) is the thread model. If a
19706@c thread is selected and stopped, are other threads allowed
19707@c to continue to execute? As I mentioned above, I think the
19708@c semantics of each command when a thread is selected must be
19709@c described. For example:
19710@c
19711@c 'g': If the stub supports threads and a specific thread is
19712@c selected, returns the register block from that thread;
19713@c otherwise returns current registers.
19714@c
19715@c 'G' If the stub supports threads and a specific thread is
19716@c selected, sets the registers of the register block of
19717@c that thread; otherwise sets current registers.
19718
19719@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
19720@anchor{cycle step packet}
19721@cindex @code{i} packet
19722
19723Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
19724present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
19725step starting at that address.
19726
19727@item @code{I} --- signal then cycle step @strong{(reserved)}
19728@cindex @code{I} packet
19729
19730@xref{step with signal packet}. @xref{cycle step packet}.
19731
19732@item @code{j} --- reserved
19733
19734Reserved for future use.
19735
19736@item @code{J} --- reserved
19737
19738Reserved for future use.
19739
19740@item @code{k} --- kill request
19741@cindex @code{k} packet
19742
19743FIXME: @emph{There is no description of how to operate when a specific
19744thread context has been selected (i.e.@: does 'k' kill only that
19745thread?)}.
19746
19747@item @code{K} --- reserved
19748
19749Reserved for future use.
19750
19751@item @code{l} --- reserved
19752
19753Reserved for future use.
19754
19755@item @code{L} --- reserved
19756
19757Reserved for future use.
19758
19759@item @code{m}@var{addr}@code{,}@var{length} --- read memory
19760@cindex @code{m} packet
19761
19762Read @var{length} bytes of memory starting at address @var{addr}.
19763Neither @value{GDBN} nor the stub assume that sized memory transfers are
19764assumed using word aligned accesses. FIXME: @emph{A word aligned memory
19765transfer mechanism is needed.}
19766
19767Reply:
19768@table @samp
19769@item @var{XX@dots{}}
19770@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
19771to read only part of the data. Neither @value{GDBN} nor the stub assume
19772that sized memory transfers are assumed using word aligned
19773accesses. FIXME: @emph{A word aligned memory transfer mechanism is
19774needed.}
19775@item E@var{NN}
19776@var{NN} is errno
19777@end table
19778
19779@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
19780@cindex @code{M} packet
19781
19782Write @var{length} bytes of memory starting at address @var{addr}.
19783@var{XX@dots{}} is the data.
19784
19785Reply:
19786@table @samp
19787@item OK
19788for success
19789@item E@var{NN}
19790for an error (this includes the case where only part of the data was
19791written).
19792@end table
19793
19794@item @code{n} --- reserved
19795
19796Reserved for future use.
19797
19798@item @code{N} --- reserved
19799
19800Reserved for future use.
19801
19802@item @code{o} --- reserved
19803
19804Reserved for future use.
19805
19806@item @code{O} --- reserved
19807
19808Reserved for future use.
19809
19810@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
19811@cindex @code{p} packet
19812
19813@xref{write register packet}.
19814
19815Reply:
19816@table @samp
19817@item @var{r@dots{}.}
19818The hex encoded value of the register in target byte order.
19819@end table
19820
19821@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
19822@anchor{write register packet}
19823@cindex @code{P} packet
19824
19825Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
19826digits for each byte in the register (target byte order).
19827
19828Reply:
19829@table @samp
19830@item OK
19831for success
19832@item E@var{NN}
19833for an error
19834@end table
19835
19836@item @code{q}@var{query} --- general query
19837@anchor{general query packet}
19838@cindex @code{q} packet
19839
19840Request info about @var{query}. In general @value{GDBN} queries have a
19841leading upper case letter. Custom vendor queries should use a company
19842prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
19843be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
19844that they match the full @var{query} name.
19845
19846Reply:
19847@table @samp
19848@item @var{XX@dots{}}
19849Hex encoded data from query. The reply can not be empty.
19850@item E@var{NN}
19851error reply
19852@item
19853Indicating an unrecognized @var{query}.
19854@end table
19855
19856@item @code{Q}@var{var}@code{=}@var{val} --- general set
19857@cindex @code{Q} packet
19858
19859Set value of @var{var} to @var{val}.
19860
19861@xref{general query packet}, for a discussion of naming conventions.
19862
19863@item @code{r} --- reset @strong{(deprecated)}
19864@cindex @code{r} packet
19865
19866Reset the entire system.
19867
19868@item @code{R}@var{XX} --- remote restart
19869@cindex @code{R} packet
19870
19871Restart the program being debugged. @var{XX}, while needed, is ignored.
19872This packet is only available in extended mode.
19873
19874Reply:
19875@table @samp
19876@item @emph{no reply}
19877The @samp{R} packet has no reply.
19878@end table
19879
19880@item @code{s}@var{addr} --- step
19881@cindex @code{s} packet
19882
19883@var{addr} is address to resume. If @var{addr} is omitted, resume at
19884same address.
19885
19886Reply:
19887@xref{Stop Reply Packets}, for the reply specifications.
19888
19889@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
19890@anchor{step with signal packet}
19891@cindex @code{S} packet
19892
19893Like @samp{C} but step not continue.
19894
19895Reply:
19896@xref{Stop Reply Packets}, for the reply specifications.
19897
19898@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
19899@cindex @code{t} packet
19900
19901Search backwards starting at address @var{addr} for a match with pattern
19902@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
19903@var{addr} must be at least 3 digits.
19904
19905@item @code{T}@var{XX} --- thread alive
19906@cindex @code{T} packet
19907
19908Find out if the thread XX is alive.
19909
19910Reply:
19911@table @samp
19912@item OK
19913thread is still alive
19914@item E@var{NN}
19915thread is dead
19916@end table
19917
19918@item @code{u} --- reserved
19919
19920Reserved for future use.
19921
19922@item @code{U} --- reserved
19923
19924Reserved for future use.
19925
19926@item @code{v} --- reserved
19927
19928Reserved for future use.
19929
19930@item @code{V} --- reserved
19931
19932Reserved for future use.
19933
19934@item @code{w} --- reserved
19935
19936Reserved for future use.
19937
19938@item @code{W} --- reserved
19939
19940Reserved for future use.
19941
19942@item @code{x} --- reserved
19943
19944Reserved for future use.
19945
19946@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
19947@cindex @code{X} packet
19948
19949@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
19950is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
19951escaped using @code{0x7d}.
19952
19953Reply:
19954@table @samp
19955@item OK
19956for success
19957@item E@var{NN}
19958for an error
19959@end table
19960
19961@item @code{y} --- reserved
19962
19963Reserved for future use.
19964
19965@item @code{Y} reserved
19966
19967Reserved for future use.
19968
19969@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
19970@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
19971@anchor{insert breakpoint or watchpoint packet}
19972@cindex @code{z} packet
19973@cindex @code{Z} packets
19974
19975Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
19976watchpoint starting at address @var{address} and covering the next
19977@var{length} bytes.
19978
19979Each breakpoint and watchpoint packet @var{type} is documented
19980separately.
19981
19982@emph{Implementation notes: A remote target shall return an empty string
19983for an unrecognized breakpoint or watchpoint packet @var{type}. A
19984remote target shall support either both or neither of a given
19985@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
19986avoid potential problems with duplicate packets, the operations should
19987be implemented in an idempotent way.}
19988
19989@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
19990@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
19991@cindex @code{z0} packet
19992@cindex @code{Z0} packet
19993
19994Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
19995@code{addr} of size @code{length}.
19996
19997A memory breakpoint is implemented by replacing the instruction at
19998@var{addr} with a software breakpoint or trap instruction. The
19999@code{length} is used by targets that indicates the size of the
20000breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
20001@sc{mips} can insert either a 2 or 4 byte breakpoint).
20002
20003@emph{Implementation note: It is possible for a target to copy or move
20004code that contains memory breakpoints (e.g., when implementing
20005overlays). The behavior of this packet, in the presence of such a
20006target, is not defined.}
20007
20008Reply:
20009@table @samp
20010@item OK
20011success
20012@item
20013not supported
20014@item E@var{NN}
20015for an error
20016@end table
20017
20018@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
20019@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
20020@cindex @code{z1} packet
20021@cindex @code{Z1} packet
20022
20023Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
20024address @code{addr} of size @code{length}.
20025
20026A hardware breakpoint is implemented using a mechanism that is not
20027dependant on being able to modify the target's memory.
20028
20029@emph{Implementation note: A hardware breakpoint is not affected by code
20030movement.}
20031
20032Reply:
20033@table @samp
20034@item OK
20035success
20036@item
20037not supported
20038@item E@var{NN}
20039for an error
20040@end table
20041
20042@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
20043@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
20044@cindex @code{z2} packet
20045@cindex @code{Z2} packet
20046
20047Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
20048
20049Reply:
20050@table @samp
20051@item OK
20052success
20053@item
20054not supported
20055@item E@var{NN}
20056for an error
20057@end table
20058
20059@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
20060@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
20061@cindex @code{z3} packet
20062@cindex @code{Z3} packet
20063
20064Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
20065
20066Reply:
20067@table @samp
20068@item OK
20069success
20070@item
20071not supported
20072@item E@var{NN}
20073for an error
20074@end table
20075
20076@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
20077@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
20078@cindex @code{z4} packet
20079@cindex @code{Z4} packet
20080
20081Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
20082
20083Reply:
20084@table @samp
20085@item OK
20086success
20087@item
20088not supported
20089@item E@var{NN}
20090for an error
20091@end table
20092
20093@end table
20094
20095@node Stop Reply Packets
20096@section Stop Reply Packets
20097@cindex stop reply packets
20098
20099The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
20100receive any of the below as a reply. In the case of the @samp{C},
20101@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
20102when the target halts. In the below the exact meaning of @samp{signal
20103number} is poorly defined. In general one of the UNIX signal numbering
20104conventions is used.
20105
20106@table @samp
20107
20108@item S@var{AA}
20109@var{AA} is the signal number
20110
20111@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
20112@cindex @code{T} packet reply
20113
20114@var{AA} = two hex digit signal number; @var{n...} = register number
20115(hex), @var{r...} = target byte ordered register contents, size defined
20116by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
20117thread process ID, this is a hex integer; @var{n...} = (@samp{watch} |
20118@samp{rwatch} | @samp{awatch}, @var{r...} = data address, this is a hex
20119integer; @var{n...} = other string not starting with valid hex digit.
20120@value{GDBN} should ignore this @var{n...}, @var{r...} pair and go on
20121to the next. This way we can extend the protocol.
20122
20123@item W@var{AA}
20124
20125The process exited, and @var{AA} is the exit status. This is only
20126applicable to certain targets.
20127
20128@item X@var{AA}
20129
20130The process terminated with signal @var{AA}.
20131
20132@item N@var{AA};@var{t@dots{}};@var{d@dots{}};@var{b@dots{}} @strong{(obsolete)}
20133
20134@var{AA} = signal number; @var{t@dots{}} = address of symbol
20135@code{_start}; @var{d@dots{}} = base of data section; @var{b@dots{}} =
20136base of bss section. @emph{Note: only used by Cisco Systems targets.
20137The difference between this reply and the @samp{qOffsets} query is that
20138the @samp{N} packet may arrive spontaneously whereas the @samp{qOffsets}
20139is a query initiated by the host debugger.}
20140
20141@item O@var{XX@dots{}}
20142
20143@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
20144any time while the program is running and the debugger should continue
20145to wait for @samp{W}, @samp{T}, etc.
20146
20147@item F@var{call-id}@code{,}@var{parameter@dots{}}
20148
20149@var{call-id} is the identifier which says which host system call should
20150be called. This is just the name of the function. Translation into the
20151correct system call is only applicable as it's defined in @value{GDBN}.
20152@xref{File-I/O remote protocol extension}, for a list of implemented
20153system calls.
20154
20155@var{parameter@dots{}} is a list of parameters as defined for this very
20156system call.
20157
20158The target replies with this packet when it expects @value{GDBN} to call
20159a host system call on behalf of the target. @value{GDBN} replies with
20160an appropriate @code{F} packet and keeps up waiting for the next reply
20161packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
20162@samp{s} action is expected to be continued.
20163@xref{File-I/O remote protocol extension}, for more details.
20164
20165@end table
20166
20167@node General Query Packets
20168@section General Query Packets
20169
20170The following set and query packets have already been defined.
20171
20172@table @r
20173
20174@item @code{q}@code{C} --- current thread
20175
20176Return the current thread id.
20177
20178Reply:
20179@table @samp
20180@item @code{QC}@var{pid}
20181Where @var{pid} is a HEX encoded 16 bit process id.
20182@item *
20183Any other reply implies the old pid.
20184@end table
20185
20186@item @code{q}@code{fThreadInfo} -- all thread ids
20187
20188@code{q}@code{sThreadInfo}
20189
20190Obtain a list of active thread ids from the target (OS). Since there
20191may be too many active threads to fit into one reply packet, this query
20192works iteratively: it may require more than one query/reply sequence to
20193obtain the entire list of threads. The first query of the sequence will
20194be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
20195sequence will be the @code{qs}@code{ThreadInfo} query.
20196
20197NOTE: replaces the @code{qL} query (see below).
20198
20199Reply:
20200@table @samp
20201@item @code{m}@var{id}
20202A single thread id
20203@item @code{m}@var{id},@var{id}@dots{}
20204a comma-separated list of thread ids
20205@item @code{l}
20206(lower case 'el') denotes end of list.
20207@end table
20208
20209In response to each query, the target will reply with a list of one or
20210more thread ids, in big-endian hex, separated by commas. @value{GDBN}
20211will respond to each reply with a request for more thread ids (using the
20212@code{qs} form of the query), until the target responds with @code{l}
20213(lower-case el, for @code{'last'}).
20214
20215@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
20216
20217Where @var{id} is a thread-id in big-endian hex. Obtain a printable
20218string description of a thread's attributes from the target OS. This
20219string may contain anything that the target OS thinks is interesting for
20220@value{GDBN} to tell the user about the thread. The string is displayed
20221in @value{GDBN}'s @samp{info threads} display. Some examples of
20222possible thread extra info strings are ``Runnable'', or ``Blocked on
20223Mutex''.
20224
20225Reply:
20226@table @samp
20227@item @var{XX@dots{}}
20228Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
20229the printable string containing the extra information about the thread's
20230attributes.
20231@end table
20232
20233@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
20234
20235Obtain thread information from RTOS. Where: @var{startflag} (one hex
20236digit) is one to indicate the first query and zero to indicate a
20237subsequent query; @var{threadcount} (two hex digits) is the maximum
20238number of threads the response packet can contain; and @var{nextthread}
20239(eight hex digits), for subsequent queries (@var{startflag} is zero), is
20240returned in the response as @var{argthread}.
20241
20242NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
20243(see above).
20244
20245Reply:
20246@table @samp
20247@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
20248Where: @var{count} (two hex digits) is the number of threads being
20249returned; @var{done} (one hex digit) is zero to indicate more threads
20250and one indicates no further threads; @var{argthreadid} (eight hex
20251digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
20252is a sequence of thread IDs from the target. @var{threadid} (eight hex
20253digits). See @code{remote.c:parse_threadlist_response()}.
20254@end table
20255
20256@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
20257
20258Reply:
20259@table @samp
20260@item @code{E}@var{NN}
20261An error (such as memory fault)
20262@item @code{C}@var{CRC32}
20263A 32 bit cyclic redundancy check of the specified memory region.
20264@end table
20265
20266@item @code{q}@code{Offsets} --- query sect offs
20267
20268Get section offsets that the target used when re-locating the downloaded
20269image. @emph{Note: while a @code{Bss} offset is included in the
20270response, @value{GDBN} ignores this and instead applies the @code{Data}
20271offset to the @code{Bss} section.}
20272
20273Reply:
20274@table @samp
20275@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
20276@end table
20277
20278@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
20279
20280Returns information on @var{threadid}. Where: @var{mode} is a hex
20281encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
20282
20283Reply:
20284@table @samp
20285@item *
20286@end table
20287
20288See @code{remote.c:remote_unpack_thread_info_response()}.
20289
20290@item @code{q}@code{Rcmd,}@var{command} --- remote command
20291
20292@var{command} (hex encoded) is passed to the local interpreter for
20293execution. Invalid commands should be reported using the output string.
20294Before the final result packet, the target may also respond with a
20295number of intermediate @code{O}@var{output} console output packets.
20296@emph{Implementors should note that providing access to a stubs's
20297interpreter may have security implications}.
20298
20299Reply:
20300@table @samp
20301@item OK
20302A command response with no output.
20303@item @var{OUTPUT}
20304A command response with the hex encoded output string @var{OUTPUT}.
20305@item @code{E}@var{NN}
20306Indicate a badly formed request.
20307@item @samp{}
20308When @samp{q}@samp{Rcmd} is not recognized.
20309@end table
20310
20311@item @code{qSymbol::} --- symbol lookup
20312
20313Notify the target that @value{GDBN} is prepared to serve symbol lookup
20314requests. Accept requests from the target for the values of symbols.
20315
20316Reply:
20317@table @samp
20318@item @code{OK}
20319The target does not need to look up any (more) symbols.
20320@item @code{qSymbol:}@var{sym_name}
20321The target requests the value of symbol @var{sym_name} (hex encoded).
20322@value{GDBN} may provide the value by using the
20323@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
20324@end table
20325
20326@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
20327
20328Set the value of @var{sym_name} to @var{sym_value}.
20329
20330@var{sym_name} (hex encoded) is the name of a symbol whose value the
20331target has previously requested.
20332
20333@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
20334@value{GDBN} cannot supply a value for @var{sym_name}, then this field
20335will be empty.
20336
20337Reply:
20338@table @samp
20339@item @code{OK}
20340The target does not need to look up any (more) symbols.
20341@item @code{qSymbol:}@var{sym_name}
20342The target requests the value of a new symbol @var{sym_name} (hex
20343encoded). @value{GDBN} will continue to supply the values of symbols
20344(if available), until the target ceases to request them.
20345@end table
20346
20347@end table
20348
20349@node Register Packet Format
20350@section Register Packet Format
20351
20352The following @samp{g}/@samp{G} packets have previously been defined.
20353In the below, some thirty-two bit registers are transferred as
20354sixty-four bits. Those registers should be zero/sign extended (which?)
20355to fill the space allocated. Register bytes are transfered in target
20356byte order. The two nibbles within a register byte are transfered
20357most-significant - least-significant.
20358
20359@table @r
20360
20361@item MIPS32
20362
20363All registers are transfered as thirty-two bit quantities in the order:
2036432 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
20365registers; fsr; fir; fp.
20366
20367@item MIPS64
20368
20369All registers are transfered as sixty-four bit quantities (including
20370thirty-two bit registers such as @code{sr}). The ordering is the same
20371as @code{MIPS32}.
20372
20373@end table
20374
20375@node Examples
20376@section Examples
20377
20378Example sequence of a target being re-started. Notice how the restart
20379does not get any direct output:
20380
20381@smallexample
20382-> @code{R00}
20383<- @code{+}
20384@emph{target restarts}
20385-> @code{?}
20386<- @code{+}
20387<- @code{T001:1234123412341234}
20388-> @code{+}
20389@end smallexample
20390
20391Example sequence of a target being stepped by a single instruction:
20392
20393@smallexample
20394-> @code{G1445@dots{}}
20395<- @code{+}
20396-> @code{s}
20397<- @code{+}
20398@emph{time passes}
20399<- @code{T001:1234123412341234}
20400-> @code{+}
20401-> @code{g}
20402<- @code{+}
20403<- @code{1455@dots{}}
20404-> @code{+}
20405@end smallexample
20406
20407@node File-I/O remote protocol extension
20408@section File-I/O remote protocol extension
20409@cindex File-I/O remote protocol extension
20410
20411@menu
20412* File-I/O Overview::
20413* Protocol basics::
20414* The `F' request packet::
20415* The `F' reply packet::
20416* Memory transfer::
20417* The Ctrl-C message::
20418* Console I/O::
20419* The isatty call::
20420* The system call::
20421* List of supported calls::
20422* Protocol specific representation of datatypes::
20423* Constants::
20424* File-I/O Examples::
20425@end menu
20426
20427@node File-I/O Overview
20428@subsection File-I/O Overview
20429@cindex file-i/o overview
20430
20431The File I/O remote protocol extension (short: File-I/O) allows the
20432target to use the hosts file system and console I/O when calling various
20433system calls. System calls on the target system are translated into a
20434remote protocol packet to the host system which then performs the needed
20435actions and returns with an adequate response packet to the target system.
20436This simulates file system operations even on targets that lack file systems.
20437
20438The protocol is defined host- and target-system independent. It uses
20439it's own independent representation of datatypes and values. Both,
20440@value{GDBN} and the target's @value{GDBN} stub are responsible for
20441translating the system dependent values into the unified protocol values
20442when data is transmitted.
20443
20444The communication is synchronous. A system call is possible only
20445when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
20446packets. While @value{GDBN} handles the request for a system call,
20447the target is stopped to allow deterministic access to the target's
20448memory. Therefore File-I/O is not interuptible by target signals. It
20449is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
20450
20451The target's request to perform a host system call does not finish
20452the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
20453after finishing the system call, the target returns to continuing the
20454previous activity (continue, step). No additional continue or step
20455request from @value{GDBN} is required.
20456
20457@smallexample
20458(gdb) continue
20459 <- target requests 'system call X'
20460 target is stopped, @value{GDBN} executes system call
20461 -> GDB returns result
20462 ... target continues, GDB returns to wait for the target
20463 <- target hits breakpoint and sends a Txx packet
20464@end smallexample
20465
20466The protocol is only used for files on the host file system and
20467for I/O on the console. Character or block special devices, pipes,
20468named pipes or sockets or any other communication method on the host
20469system are not supported by this protocol.
20470
20471@node Protocol basics
20472@subsection Protocol basics
20473@cindex protocol basics, file-i/o
20474
20475The File-I/O protocol uses the @code{F} packet, as request as well
20476as as reply packet. Since a File-I/O system call can only occur when
20477@value{GDBN} is waiting for the continuing or stepping target, the
20478File-I/O request is a reply that @value{GDBN} has to expect as a result
20479of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
20480This @code{F} packet contains all information needed to allow @value{GDBN}
20481to call the appropriate host system call:
20482
20483@itemize @bullet
20484@item
20485A unique identifier for the requested system call.
20486
20487@item
20488All parameters to the system call. Pointers are given as addresses
20489in the target memory address space. Pointers to strings are given as
20490pointer/length pair. Numerical values are given as they are.
20491Numerical control values are given in a protocol specific representation.
20492
20493@end itemize
20494
20495At that point @value{GDBN} has to perform the following actions.
20496
20497@itemize @bullet
20498@item
20499If parameter pointer values are given, which point to data needed as input
20500to a system call, @value{GDBN} requests this data from the target with a
20501standard @code{m} packet request. This additional communication has to be
20502expected by the target implementation and is handled as any other @code{m}
20503packet.
20504
20505@item
20506@value{GDBN} translates all value from protocol representation to host
20507representation as needed. Datatypes are coerced into the host types.
20508
20509@item
20510@value{GDBN} calls the system call
20511
20512@item
20513It then coerces datatypes back to protocol representation.
20514
20515@item
20516If pointer parameters in the request packet point to buffer space in which
20517a system call is expected to copy data to, the data is transmitted to the
20518target using a @code{M} or @code{X} packet. This packet has to be expected
20519by the target implementation and is handled as any other @code{M} or @code{X}
20520packet.
20521
20522@end itemize
20523
20524Eventually @value{GDBN} replies with another @code{F} packet which contains all
20525necessary information for the target to continue. This at least contains
20526
20527@itemize @bullet
20528@item
20529Return value.
20530
20531@item
20532@code{errno}, if has been changed by the system call.
20533
20534@item
20535``Ctrl-C'' flag.
20536
20537@end itemize
20538
20539After having done the needed type and value coercion, the target continues
20540the latest continue or step action.
20541
20542@node The `F' request packet
20543@subsection The @code{F} request packet
20544@cindex file-i/o request packet
20545@cindex @code{F} request packet
20546
20547The @code{F} request packet has the following format:
20548
20549@table @samp
20550
20551@smallexample
20552@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
20553@end smallexample
20554
20555@var{call-id} is the identifier to indicate the host system call to be called.
20556This is just the name of the function.
20557
20558@var{parameter@dots{}} are the parameters to the system call.
20559
20560@end table
20561
20562Parameters are hexadecimal integer values, either the real values in case
20563of scalar datatypes, as pointers to target buffer space in case of compound
20564datatypes and unspecified memory areas or as pointer/length pairs in case
20565of string parameters. These are appended to the call-id, each separated
20566from its predecessor by a comma. All values are transmitted in ASCII
20567string representation, pointer/length pairs separated by a slash.
20568
20569@node The `F' reply packet
20570@subsection The @code{F} reply packet
20571@cindex file-i/o reply packet
20572@cindex @code{F} reply packet
20573
20574The @code{F} reply packet has the following format:
20575
20576@table @samp
20577
20578@smallexample
20579@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
20580@end smallexample
20581
20582@var{retcode} is the return code of the system call as hexadecimal value.
20583
20584@var{errno} is the errno set by the call, in protocol specific representation.
20585This parameter can be omitted if the call was successful.
20586
20587@var{Ctrl-C flag} is only send if the user requested a break. In this
20588case, @var{errno} must be send as well, even if the call was successful.
20589The @var{Ctrl-C flag} itself consists of the character 'C':
20590
20591@smallexample
20592F0,0,C
20593@end smallexample
20594
20595@noindent
20596or, if the call was interupted before the host call has been performed:
20597
20598@smallexample
20599F-1,4,C
20600@end smallexample
20601
20602@noindent
20603assuming 4 is the protocol specific representation of @code{EINTR}.
20604
20605@end table
20606
20607@node Memory transfer
20608@subsection Memory transfer
20609@cindex memory transfer, in file-i/o protocol
20610
20611Structured data which is transferred using a memory read or write as e.g.@:
20612a @code{struct stat} is expected to be in a protocol specific format with
20613all scalar multibyte datatypes being big endian. This should be done by
20614the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
20615it transfers memory to the target. Transferred pointers to structured
20616data should point to the already coerced data at any time.
20617
20618@node The Ctrl-C message
20619@subsection The Ctrl-C message
20620@cindex ctrl-c message, in file-i/o protocol
20621
20622A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
20623reply packet. In this case the target should behave, as if it had
20624gotten a break message. The meaning for the target is ``system call
20625interupted by @code{SIGINT}''. Consequentially, the target should actually stop
20626(as with a break message) and return to @value{GDBN} with a @code{T02}
20627packet. In this case, it's important for the target to know, in which
20628state the system call was interrupted. Since this action is by design
20629not an atomic operation, we have to differ between two cases:
20630
20631@itemize @bullet
20632@item
20633The system call hasn't been performed on the host yet.
20634
20635@item
20636The system call on the host has been finished.
20637
20638@end itemize
20639
20640These two states can be distinguished by the target by the value of the
20641returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
20642call hasn't been performed. This is equivalent to the @code{EINTR} handling
20643on POSIX systems. In any other case, the target may presume that the
20644system call has been finished --- successful or not --- and should behave
20645as if the break message arrived right after the system call.
20646
20647@value{GDBN} must behave reliable. If the system call has not been called
20648yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
20649@code{errno} in the packet. If the system call on the host has been finished
20650before the user requests a break, the full action must be finshed by
20651@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
20652The @code{F} packet may only be send when either nothing has happened
20653or the full action has been completed.
20654
20655@node Console I/O
20656@subsection Console I/O
20657@cindex console i/o as part of file-i/o
20658
20659By default and if not explicitely closed by the target system, the file
20660descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
20661on the @value{GDBN} console is handled as any other file output operation
20662(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
20663by @value{GDBN} so that after the target read request from file descriptor
206640 all following typing is buffered until either one of the following
20665conditions is met:
20666
20667@itemize @bullet
20668@item
20669The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
20670@code{read}
20671system call is treated as finished.
20672
20673@item
20674The user presses @kbd{Enter}. This is treated as end of input with a trailing
20675line feed.
20676
20677@item
20678The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
20679character, especially no Ctrl-D is appended to the input.
20680
20681@end itemize
20682
20683If the user has typed more characters as fit in the buffer given to
20684the read call, the trailing characters are buffered in @value{GDBN} until
20685either another @code{read(0, @dots{})} is requested by the target or debugging
20686is stopped on users request.
20687
20688@node The isatty call
20689@subsection The isatty(3) call
20690@cindex isatty call, file-i/o protocol
20691
20692A special case in this protocol is the library call @code{isatty} which
20693is implemented as it's own call inside of this protocol. It returns
206941 to the target if the file descriptor given as parameter is attached
20695to the @value{GDBN} console, 0 otherwise. Implementing through system calls
20696would require implementing @code{ioctl} and would be more complex than
20697needed.
20698
20699@node The system call
20700@subsection The system(3) call
20701@cindex system call, file-i/o protocol
20702
20703The other special case in this protocol is the @code{system} call which
20704is implemented as it's own call, too. @value{GDBN} is taking over the full
20705task of calling the necessary host calls to perform the @code{system}
20706call. The return value of @code{system} is simplified before it's returned
20707to the target. Basically, the only signal transmitted back is @code{EINTR}
20708in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
20709entirely of the exit status of the called command.
20710
20711Due to security concerns, the @code{system} call is refused to be called
20712by @value{GDBN} by default. The user has to allow this call explicitly by
20713entering
20714
20715@table @samp
20716@kindex set remote system-call-allowed 1
20717@item @code{set remote system-call-allowed 1}
20718@end table
20719
20720Disabling the @code{system} call is done by
20721
20722@table @samp
20723@kindex set remote system-call-allowed 0
20724@item @code{set remote system-call-allowed 0}
20725@end table
20726
20727The current setting is shown by typing
20728
20729@table @samp
20730@kindex show remote system-call-allowed
20731@item @code{show remote system-call-allowed}
20732@end table
20733
20734@node List of supported calls
20735@subsection List of supported calls
20736@cindex list of supported file-i/o calls
20737
20738@menu
20739* open::
20740* close::
20741* read::
20742* write::
20743* lseek::
20744* rename::
20745* unlink::
20746* stat/fstat::
20747* gettimeofday::
20748* isatty::
20749* system::
20750@end menu
20751
20752@node open
20753@unnumberedsubsubsec open
20754@cindex open, file-i/o system call
20755
20756@smallexample
20757@exdent Synopsis:
20758int open(const char *pathname, int flags);
20759int open(const char *pathname, int flags, mode_t mode);
20760
20761@exdent Request:
20762Fopen,pathptr/len,flags,mode
20763@end smallexample
20764
20765@noindent
20766@code{flags} is the bitwise or of the following values:
20767
20768@table @code
20769@item O_CREAT
20770If the file does not exist it will be created. The host
20771rules apply as far as file ownership and time stamps
20772are concerned.
20773
20774@item O_EXCL
20775When used with O_CREAT, if the file already exists it is
20776an error and open() fails.
20777
20778@item O_TRUNC
20779If the file already exists and the open mode allows
20780writing (O_RDWR or O_WRONLY is given) it will be
20781truncated to length 0.
20782
20783@item O_APPEND
20784The file is opened in append mode.
20785
20786@item O_RDONLY
20787The file is opened for reading only.
20788
20789@item O_WRONLY
20790The file is opened for writing only.
20791
20792@item O_RDWR
20793The file is opened for reading and writing.
20794
20795@noindent
20796Each other bit is silently ignored.
20797
20798@end table
20799
20800@noindent
20801@code{mode} is the bitwise or of the following values:
20802
20803@table @code
20804@item S_IRUSR
20805User has read permission.
20806
20807@item S_IWUSR
20808User has write permission.
20809
20810@item S_IRGRP
20811Group has read permission.
20812
20813@item S_IWGRP
20814Group has write permission.
20815
20816@item S_IROTH
20817Others have read permission.
20818
20819@item S_IWOTH
20820Others have write permission.
20821
20822@noindent
20823Each other bit is silently ignored.
20824
20825@end table
20826
20827@smallexample
20828@exdent Return value:
20829open returns the new file descriptor or -1 if an error
20830occured.
20831
20832@exdent Errors:
20833@end smallexample
20834
20835@table @code
20836@item EEXIST
20837pathname already exists and O_CREAT and O_EXCL were used.
20838
20839@item EISDIR
20840pathname refers to a directory.
20841
20842@item EACCES
20843The requested access is not allowed.
20844
20845@item ENAMETOOLONG
20846pathname was too long.
20847
20848@item ENOENT
20849A directory component in pathname does not exist.
20850
20851@item ENODEV
20852pathname refers to a device, pipe, named pipe or socket.
20853
20854@item EROFS
20855pathname refers to a file on a read-only filesystem and
20856write access was requested.
20857
20858@item EFAULT
20859pathname is an invalid pointer value.
20860
20861@item ENOSPC
20862No space on device to create the file.
20863
20864@item EMFILE
20865The process already has the maximum number of files open.
20866
20867@item ENFILE
20868The limit on the total number of files open on the system
20869has been reached.
20870
20871@item EINTR
20872The call was interrupted by the user.
20873@end table
20874
20875@node close
20876@unnumberedsubsubsec close
20877@cindex close, file-i/o system call
20878
20879@smallexample
20880@exdent Synopsis:
20881int close(int fd);
20882
20883@exdent Request:
20884Fclose,fd
20885
20886@exdent Return value:
20887close returns zero on success, or -1 if an error occurred.
20888
20889@exdent Errors:
20890@end smallexample
20891
20892@table @code
20893@item EBADF
20894fd isn't a valid open file descriptor.
20895
20896@item EINTR
20897The call was interrupted by the user.
20898@end table
20899
20900@node read
20901@unnumberedsubsubsec read
20902@cindex read, file-i/o system call
20903
20904@smallexample
20905@exdent Synopsis:
20906int read(int fd, void *buf, unsigned int count);
20907
20908@exdent Request:
20909Fread,fd,bufptr,count
20910
20911@exdent Return value:
20912On success, the number of bytes read is returned.
20913Zero indicates end of file. If count is zero, read
20914returns zero as well. On error, -1 is returned.
20915
20916@exdent Errors:
20917@end smallexample
20918
20919@table @code
20920@item EBADF
20921fd is not a valid file descriptor or is not open for
20922reading.
20923
20924@item EFAULT
20925buf is an invalid pointer value.
20926
20927@item EINTR
20928The call was interrupted by the user.
20929@end table
20930
20931@node write
20932@unnumberedsubsubsec write
20933@cindex write, file-i/o system call
20934
20935@smallexample
20936@exdent Synopsis:
20937int write(int fd, const void *buf, unsigned int count);
20938
20939@exdent Request:
20940Fwrite,fd,bufptr,count
20941
20942@exdent Return value:
20943On success, the number of bytes written are returned.
20944Zero indicates nothing was written. On error, -1
20945is returned.
20946
20947@exdent Errors:
20948@end smallexample
20949
20950@table @code
20951@item EBADF
20952fd is not a valid file descriptor or is not open for
20953writing.
20954
20955@item EFAULT
20956buf is an invalid pointer value.
20957
20958@item EFBIG
20959An attempt was made to write a file that exceeds the
20960host specific maximum file size allowed.
20961
20962@item ENOSPC
20963No space on device to write the data.
20964
20965@item EINTR
20966The call was interrupted by the user.
20967@end table
20968
20969@node lseek
20970@unnumberedsubsubsec lseek
20971@cindex lseek, file-i/o system call
20972
20973@smallexample
20974@exdent Synopsis:
20975long lseek (int fd, long offset, int flag);
20976
20977@exdent Request:
20978Flseek,fd,offset,flag
20979@end smallexample
20980
20981@code{flag} is one of:
20982
20983@table @code
20984@item SEEK_SET
20985The offset is set to offset bytes.
20986
20987@item SEEK_CUR
20988The offset is set to its current location plus offset
20989bytes.
20990
20991@item SEEK_END
20992The offset is set to the size of the file plus offset
20993bytes.
20994@end table
20995
20996@smallexample
20997@exdent Return value:
20998On success, the resulting unsigned offset in bytes from
20999the beginning of the file is returned. Otherwise, a
21000value of -1 is returned.
21001
21002@exdent Errors:
21003@end smallexample
21004
21005@table @code
21006@item EBADF
21007fd is not a valid open file descriptor.
21008
21009@item ESPIPE
21010fd is associated with the @value{GDBN} console.
21011
21012@item EINVAL
21013flag is not a proper value.
21014
21015@item EINTR
21016The call was interrupted by the user.
21017@end table
21018
21019@node rename
21020@unnumberedsubsubsec rename
21021@cindex rename, file-i/o system call
21022
21023@smallexample
21024@exdent Synopsis:
21025int rename(const char *oldpath, const char *newpath);
21026
21027@exdent Request:
21028Frename,oldpathptr/len,newpathptr/len
21029
21030@exdent Return value:
21031On success, zero is returned. On error, -1 is returned.
21032
21033@exdent Errors:
21034@end smallexample
21035
21036@table @code
21037@item EISDIR
21038newpath is an existing directory, but oldpath is not a
21039directory.
21040
21041@item EEXIST
21042newpath is a non-empty directory.
21043
21044@item EBUSY
21045oldpath or newpath is a directory that is in use by some
21046process.
21047
21048@item EINVAL
21049An attempt was made to make a directory a subdirectory
21050of itself.
21051
21052@item ENOTDIR
21053A component used as a directory in oldpath or new
21054path is not a directory. Or oldpath is a directory
21055and newpath exists but is not a directory.
21056
21057@item EFAULT
21058oldpathptr or newpathptr are invalid pointer values.
21059
21060@item EACCES
21061No access to the file or the path of the file.
21062
21063@item ENAMETOOLONG
21064
21065oldpath or newpath was too long.
21066
21067@item ENOENT
21068A directory component in oldpath or newpath does not exist.
21069
21070@item EROFS
21071The file is on a read-only filesystem.
21072
21073@item ENOSPC
21074The device containing the file has no room for the new
21075directory entry.
21076
21077@item EINTR
21078The call was interrupted by the user.
21079@end table
21080
21081@node unlink
21082@unnumberedsubsubsec unlink
21083@cindex unlink, file-i/o system call
21084
21085@smallexample
21086@exdent Synopsis:
21087int unlink(const char *pathname);
21088
21089@exdent Request:
21090Funlink,pathnameptr/len
21091
21092@exdent Return value:
21093On success, zero is returned. On error, -1 is returned.
21094
21095@exdent Errors:
21096@end smallexample
21097
21098@table @code
21099@item EACCES
21100No access to the file or the path of the file.
21101
21102@item EPERM
21103The system does not allow unlinking of directories.
21104
21105@item EBUSY
21106The file pathname cannot be unlinked because it's
21107being used by another process.
21108
21109@item EFAULT
21110pathnameptr is an invalid pointer value.
21111
21112@item ENAMETOOLONG
21113pathname was too long.
21114
21115@item ENOENT
21116A directory component in pathname does not exist.
21117
21118@item ENOTDIR
21119A component of the path is not a directory.
21120
21121@item EROFS
21122The file is on a read-only filesystem.
21123
21124@item EINTR
21125The call was interrupted by the user.
21126@end table
21127
21128@node stat/fstat
21129@unnumberedsubsubsec stat/fstat
21130@cindex fstat, file-i/o system call
21131@cindex stat, file-i/o system call
21132
21133@smallexample
21134@exdent Synopsis:
21135int stat(const char *pathname, struct stat *buf);
21136int fstat(int fd, struct stat *buf);
21137
21138@exdent Request:
21139Fstat,pathnameptr/len,bufptr
21140Ffstat,fd,bufptr
21141
21142@exdent Return value:
21143On success, zero is returned. On error, -1 is returned.
21144
21145@exdent Errors:
21146@end smallexample
21147
21148@table @code
21149@item EBADF
21150fd is not a valid open file.
21151
21152@item ENOENT
21153A directory component in pathname does not exist or the
21154path is an empty string.
21155
21156@item ENOTDIR
21157A component of the path is not a directory.
21158
21159@item EFAULT
21160pathnameptr is an invalid pointer value.
21161
21162@item EACCES
21163No access to the file or the path of the file.
21164
21165@item ENAMETOOLONG
21166pathname was too long.
21167
21168@item EINTR
21169The call was interrupted by the user.
21170@end table
21171
21172@node gettimeofday
21173@unnumberedsubsubsec gettimeofday
21174@cindex gettimeofday, file-i/o system call
21175
21176@smallexample
21177@exdent Synopsis:
21178int gettimeofday(struct timeval *tv, void *tz);
21179
21180@exdent Request:
21181Fgettimeofday,tvptr,tzptr
21182
21183@exdent Return value:
21184On success, 0 is returned, -1 otherwise.
21185
21186@exdent Errors:
21187@end smallexample
21188
21189@table @code
21190@item EINVAL
21191tz is a non-NULL pointer.
21192
21193@item EFAULT
21194tvptr and/or tzptr is an invalid pointer value.
21195@end table
21196
21197@node isatty
21198@unnumberedsubsubsec isatty
21199@cindex isatty, file-i/o system call
21200
21201@smallexample
21202@exdent Synopsis:
21203int isatty(int fd);
21204
21205@exdent Request:
21206Fisatty,fd
21207
21208@exdent Return value:
21209Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
21210
21211@exdent Errors:
21212@end smallexample
21213
21214@table @code
21215@item EINTR
21216The call was interrupted by the user.
21217@end table
21218
21219@node system
21220@unnumberedsubsubsec system
21221@cindex system, file-i/o system call
21222
21223@smallexample
21224@exdent Synopsis:
21225int system(const char *command);
21226
21227@exdent Request:
21228Fsystem,commandptr/len
21229
21230@exdent Return value:
21231The value returned is -1 on error and the return status
21232of the command otherwise. Only the exit status of the
21233command is returned, which is extracted from the hosts
21234system return value by calling WEXITSTATUS(retval).
21235In case /bin/sh could not be executed, 127 is returned.
21236
21237@exdent Errors:
21238@end smallexample
21239
21240@table @code
21241@item EINTR
21242The call was interrupted by the user.
21243@end table
21244
21245@node Protocol specific representation of datatypes
21246@subsection Protocol specific representation of datatypes
21247@cindex protocol specific representation of datatypes, in file-i/o protocol
21248
21249@menu
21250* Integral datatypes::
21251* Pointer values::
21252* struct stat::
21253* struct timeval::
21254@end menu
21255
21256@node Integral datatypes
21257@unnumberedsubsubsec Integral datatypes
21258@cindex integral datatypes, in file-i/o protocol
21259
21260The integral datatypes used in the system calls are
21261
21262@smallexample
21263int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
21264@end smallexample
21265
21266@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
21267implemented as 32 bit values in this protocol.
21268
21269@code{Long} and @code{unsigned long} are implemented as 64 bit types.
21270
21271@xref{Limits}, for corresponding MIN and MAX values (similar to those
21272in @file{limits.h}) to allow range checking on host and target.
21273
21274@code{time_t} datatypes are defined as seconds since the Epoch.
21275
21276All integral datatypes transferred as part of a memory read or write of a
21277structured datatype e.g.@: a @code{struct stat} have to be given in big endian
21278byte order.
21279
21280@node Pointer values
21281@unnumberedsubsubsec Pointer values
21282@cindex pointer values, in file-i/o protocol
21283
21284Pointers to target data are transmitted as they are. An exception
21285is made for pointers to buffers for which the length isn't
21286transmitted as part of the function call, namely strings. Strings
21287are transmitted as a pointer/length pair, both as hex values, e.g.@:
21288
21289@smallexample
21290@code{1aaf/12}
21291@end smallexample
21292
21293@noindent
21294which is a pointer to data of length 18 bytes at position 0x1aaf.
21295The length is defined as the full string length in bytes, including
21296the trailing null byte. Example:
21297
21298@smallexample
21299``hello, world'' at address 0x123456
21300@end smallexample
21301
21302@noindent
21303is transmitted as
21304
21305@smallexample
21306@code{123456/d}
21307@end smallexample
21308
21309@node struct stat
21310@unnumberedsubsubsec struct stat
21311@cindex struct stat, in file-i/o protocol
21312
21313The buffer of type struct stat used by the target and @value{GDBN} is defined
21314as follows:
21315
21316@smallexample
21317struct stat @{
21318 unsigned int st_dev; /* device */
21319 unsigned int st_ino; /* inode */
21320 mode_t st_mode; /* protection */
21321 unsigned int st_nlink; /* number of hard links */
21322 unsigned int st_uid; /* user ID of owner */
21323 unsigned int st_gid; /* group ID of owner */
21324 unsigned int st_rdev; /* device type (if inode device) */
21325 unsigned long st_size; /* total size, in bytes */
21326 unsigned long st_blksize; /* blocksize for filesystem I/O */
21327 unsigned long st_blocks; /* number of blocks allocated */
21328 time_t st_atime; /* time of last access */
21329 time_t st_mtime; /* time of last modification */
21330 time_t st_ctime; /* time of last change */
21331@};
21332@end smallexample
21333
21334The integral datatypes are conforming to the definitions given in the
21335approriate section (see @ref{Integral datatypes}, for details) so this
21336structure is of size 64 bytes.
21337
21338The values of several fields have a restricted meaning and/or
21339range of values.
21340
21341@smallexample
21342st_dev: 0 file
21343 1 console
21344
21345st_ino: No valid meaning for the target. Transmitted unchanged.
21346
21347st_mode: Valid mode bits are described in Appendix C. Any other
21348 bits have currently no meaning for the target.
21349
21350st_uid: No valid meaning for the target. Transmitted unchanged.
21351
21352st_gid: No valid meaning for the target. Transmitted unchanged.
21353
21354st_rdev: No valid meaning for the target. Transmitted unchanged.
21355
21356st_atime, st_mtime, st_ctime:
21357 These values have a host and file system dependent
21358 accuracy. Especially on Windows hosts the file systems
21359 don't support exact timing values.
21360@end smallexample
21361
21362The target gets a struct stat of the above representation and is
21363responsible to coerce it to the target representation before
21364continuing.
21365
21366Note that due to size differences between the host and target
21367representation of stat members, these members could eventually
21368get truncated on the target.
21369
21370@node struct timeval
21371@unnumberedsubsubsec struct timeval
21372@cindex struct timeval, in file-i/o protocol
21373
21374The buffer of type struct timeval used by the target and @value{GDBN}
21375is defined as follows:
21376
21377@smallexample
21378struct timeval @{
21379 time_t tv_sec; /* second */
21380 long tv_usec; /* microsecond */
21381@};
21382@end smallexample
21383
21384The integral datatypes are conforming to the definitions given in the
21385approriate section (see @ref{Integral datatypes}, for details) so this
21386structure is of size 8 bytes.
21387
21388@node Constants
21389@subsection Constants
21390@cindex constants, in file-i/o protocol
21391
21392The following values are used for the constants inside of the
21393protocol. @value{GDBN} and target are resposible to translate these
21394values before and after the call as needed.
21395
21396@menu
21397* Open flags::
21398* mode_t values::
21399* Errno values::
21400* Lseek flags::
21401* Limits::
21402@end menu
21403
21404@node Open flags
21405@unnumberedsubsubsec Open flags
21406@cindex open flags, in file-i/o protocol
21407
21408All values are given in hexadecimal representation.
21409
21410@smallexample
21411 O_RDONLY 0x0
21412 O_WRONLY 0x1
21413 O_RDWR 0x2
21414 O_APPEND 0x8
21415 O_CREAT 0x200
21416 O_TRUNC 0x400
21417 O_EXCL 0x800
21418@end smallexample
21419
21420@node mode_t values
21421@unnumberedsubsubsec mode_t values
21422@cindex mode_t values, in file-i/o protocol
21423
21424All values are given in octal representation.
21425
21426@smallexample
21427 S_IFREG 0100000
21428 S_IFDIR 040000
21429 S_IRUSR 0400
21430 S_IWUSR 0200
21431 S_IXUSR 0100
21432 S_IRGRP 040
21433 S_IWGRP 020
21434 S_IXGRP 010
21435 S_IROTH 04
21436 S_IWOTH 02
21437 S_IXOTH 01
21438@end smallexample
21439
21440@node Errno values
21441@unnumberedsubsubsec Errno values
21442@cindex errno values, in file-i/o protocol
21443
21444All values are given in decimal representation.
21445
21446@smallexample
21447 EPERM 1
21448 ENOENT 2
21449 EINTR 4
21450 EBADF 9
21451 EACCES 13
21452 EFAULT 14
21453 EBUSY 16
21454 EEXIST 17
21455 ENODEV 19
21456 ENOTDIR 20
21457 EISDIR 21
21458 EINVAL 22
21459 ENFILE 23
21460 EMFILE 24
21461 EFBIG 27
21462 ENOSPC 28
21463 ESPIPE 29
21464 EROFS 30
21465 ENAMETOOLONG 91
21466 EUNKNOWN 9999
21467@end smallexample
21468
21469 EUNKNOWN is used as a fallback error value if a host system returns
21470 any error value not in the list of supported error numbers.
21471
21472@node Lseek flags
21473@unnumberedsubsubsec Lseek flags
21474@cindex lseek flags, in file-i/o protocol
21475
21476@smallexample
21477 SEEK_SET 0
21478 SEEK_CUR 1
21479 SEEK_END 2
21480@end smallexample
21481
21482@node Limits
21483@unnumberedsubsubsec Limits
21484@cindex limits, in file-i/o protocol
21485
21486All values are given in decimal representation.
21487
21488@smallexample
21489 INT_MIN -2147483648
21490 INT_MAX 2147483647
21491 UINT_MAX 4294967295
21492 LONG_MIN -9223372036854775808
21493 LONG_MAX 9223372036854775807
21494 ULONG_MAX 18446744073709551615
21495@end smallexample
21496
21497@node File-I/O Examples
21498@subsection File-I/O Examples
21499@cindex file-i/o examples
21500
21501Example sequence of a write call, file descriptor 3, buffer is at target
21502address 0x1234, 6 bytes should be written:
21503
21504@smallexample
21505<- @code{Fwrite,3,1234,6}
21506@emph{request memory read from target}
21507-> @code{m1234,6}
21508<- XXXXXX
21509@emph{return "6 bytes written"}
21510-> @code{F6}
21511@end smallexample
21512
21513Example sequence of a read call, file descriptor 3, buffer is at target
21514address 0x1234, 6 bytes should be read:
21515
21516@smallexample
21517<- @code{Fread,3,1234,6}
21518@emph{request memory write to target}
21519-> @code{X1234,6:XXXXXX}
21520@emph{return "6 bytes read"}
21521-> @code{F6}
21522@end smallexample
21523
21524Example sequence of a read call, call fails on the host due to invalid
21525file descriptor (EBADF):
21526
21527@smallexample
21528<- @code{Fread,3,1234,6}
21529-> @code{F-1,9}
21530@end smallexample
21531
21532Example sequence of a read call, user presses Ctrl-C before syscall on
21533host is called:
21534
21535@smallexample
21536<- @code{Fread,3,1234,6}
21537-> @code{F-1,4,C}
21538<- @code{T02}
21539@end smallexample
21540
21541Example sequence of a read call, user presses Ctrl-C after syscall on
21542host is called:
21543
21544@smallexample
21545<- @code{Fread,3,1234,6}
21546-> @code{X1234,6:XXXXXX}
21547<- @code{T02}
21548@end smallexample
21549
21550@include gpl.texi
21551
21552@include fdl.texi
21553
21554@node Index
21555@unnumbered Index
21556
21557@printindex cp
21558
21559@tex
21560% I think something like @colophon should be in texinfo. In the
21561% meantime:
21562\long\def\colophon{\hbox to0pt{}\vfill
21563\centerline{The body of this manual is set in}
21564\centerline{\fontname\tenrm,}
21565\centerline{with headings in {\bf\fontname\tenbf}}
21566\centerline{and examples in {\tt\fontname\tentt}.}
21567\centerline{{\it\fontname\tenit\/},}
21568\centerline{{\bf\fontname\tenbf}, and}
21569\centerline{{\sl\fontname\tensl\/}}
21570\centerline{are used for emphasis.}\vfill}
21571\page\colophon
21572% Blame: doc@cygnus.com, 1991.
21573@end tex
21574
21575@bye
This page took 0.122443 seconds and 4 git commands to generate.