* remote-st.c (_initialize_remote_st2000): Remove the extraneous
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
CommitLineData
c906108c 1\input texinfo @c -*-texinfo-*-
b6ba6518 2@c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
7d51c7de 3@c 1999, 2000, 2001, 2002, 2003, 2004, 2005
c906108c
SS
4@c Free Software Foundation, Inc.
5@c
5d161b24 6@c %**start of header
c906108c
SS
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
c906108c 13@settitle Debugging with @value{GDBN}
c906108c
SS
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
41afff9a 25@c readline appendices use @vindex, @findex and @ftable,
48e934c6 26@c annotate.texi and gdbmi use @findex.
c906108c 27@syncodeindex vr cp
41afff9a 28@syncodeindex fn cp
c906108c
SS
29
30@c !!set GDB manual's edition---not the same as GDB version!
9fe8321b 31@c This is updated by GNU Press.
e9c75b65 32@set EDITION Ninth
c906108c 33
87885426
FN
34@c !!set GDB edit command default editor
35@set EDITOR /bin/ex
c906108c 36
6c0e9fb3 37@c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER.
c906108c 38
c906108c 39@c This is a dir.info fragment to support semi-automated addition of
6d2ebf8b 40@c manuals to an info tree.
03727ca6 41@dircategory Software development
96a2c332 42@direntry
03727ca6 43* Gdb: (gdb). The GNU debugger.
96a2c332
SS
44@end direntry
45
c906108c
SS
46@ifinfo
47This file documents the @sc{gnu} debugger @value{GDBN}.
48
49
9fe8321b
AC
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}.
c906108c 53
8a037dd7 54Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@*
7d51c7de
BR
55 1999, 2000, 2001, 2002, 2003, 2004, 2005@*
56 Free Software Foundation, Inc.
c906108c 57
e9c75b65
EZ
58Permission is granted to copy, distribute and/or modify this document
59under the terms of the GNU Free Documentation License, Version 1.1 or
60any later version published by the Free Software Foundation; with the
959acfd1
EZ
61Invariant Sections being ``Free Software'' and ``Free Software Needs
62Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
63and with the Back-Cover Texts as in (a) below.
c906108c 64
6826cf00
EZ
65(a) The Free Software Foundation's Back-Cover Text is: ``You have
66freedom to copy and modify this GNU Manual, like GNU software. Copies
67published by the Free Software Foundation raise funds for GNU
68development.''
c906108c
SS
69@end ifinfo
70
71@titlepage
72@title Debugging with @value{GDBN}
73@subtitle The @sc{gnu} Source-Level Debugger
c906108c 74@sp 1
c906108c 75@subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
9e9c5ae7 76@author Richard Stallman, Roland Pesch, Stan Shebs, et al.
c906108c 77@page
c906108c
SS
78@tex
79{\parskip=0pt
53a5351d 80\hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
c906108c
SS
81\hfill {\it Debugging with @value{GDBN}}\par
82\hfill \TeX{}info \texinfoversion\par
83}
84@end tex
53a5351d 85
c906108c 86@vskip 0pt plus 1filll
8a037dd7 87Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
7d51c7de
BR
881996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
89Free Software Foundation, Inc.
c906108c 90@sp 2
c906108c
SS
91Published by the Free Software Foundation @*
9259 Temple Place - Suite 330, @*
93Boston, MA 02111-1307 USA @*
6d2ebf8b 94ISBN 1-882114-77-9 @*
e9c75b65
EZ
95
96Permission is granted to copy, distribute and/or modify this document
97under the terms of the GNU Free Documentation License, Version 1.1 or
98any later version published by the Free Software Foundation; with the
959acfd1
EZ
99Invariant Sections being ``Free Software'' and ``Free Software Needs
100Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,''
101and with the Back-Cover Texts as in (a) below.
e9c75b65 102
6826cf00
EZ
103(a) The Free Software Foundation's Back-Cover Text is: ``You have
104freedom to copy and modify this GNU Manual, like GNU software. Copies
105published by the Free Software Foundation raise funds for GNU
106development.''
c906108c
SS
107@end titlepage
108@page
109
6c0e9fb3 110@ifnottex
6d2ebf8b
SS
111@node Top, Summary, (dir), (dir)
112
c906108c
SS
113@top Debugging with @value{GDBN}
114
115This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
116
9fe8321b 117This is the @value{EDITION} Edition, for @value{GDBN} Version
c906108c
SS
118@value{GDBVN}.
119
7d51c7de 120Copyright (C) 1988-2005 Free Software Foundation, Inc.
6d2ebf8b
SS
121
122@menu
123* Summary:: Summary of @value{GDBN}
124* Sample Session:: A sample @value{GDBN} session
125
126* Invocation:: Getting in and out of @value{GDBN}
127* Commands:: @value{GDBN} commands
128* Running:: Running programs under @value{GDBN}
129* Stopping:: Stopping and continuing
130* Stack:: Examining the stack
131* Source:: Examining source files
132* Data:: Examining data
e2e0bcd1 133* Macros:: Preprocessor Macros
b37052ae 134* Tracepoints:: Debugging remote targets non-intrusively
df0cd8c5 135* Overlays:: Debugging programs that use overlays
6d2ebf8b
SS
136
137* Languages:: Using @value{GDBN} with different languages
138
139* Symbols:: Examining the symbol table
140* Altering:: Altering execution
141* GDB Files:: @value{GDBN} files
142* Targets:: Specifying a debugging target
6b2f586d 143* Remote Debugging:: Debugging remote programs
6d2ebf8b
SS
144* Configurations:: Configuration-specific information
145* Controlling GDB:: Controlling @value{GDBN}
146* Sequences:: Canned sequences of commands
c4555f82 147* TUI:: @value{GDBN} Text User Interface
21c294e6 148* Interpreters:: Command Interpreters
6d2ebf8b
SS
149* Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
150* Annotations:: @value{GDBN}'s annotation interface.
7162c0ca 151* GDB/MI:: @value{GDBN}'s Machine Interface.
6d2ebf8b
SS
152
153* GDB Bugs:: Reporting bugs in @value{GDBN}
154* Formatting Documentation:: How to format and print @value{GDBN} documentation
155
156* Command Line Editing:: Command Line Editing
157* Using History Interactively:: Using History Interactively
158* Installing GDB:: Installing GDB
eb12ee30 159* Maintenance Commands:: Maintenance Commands
e0ce93ac 160* Remote Protocol:: GDB Remote Serial Protocol
f418dd93 161* Agent Expressions:: The GDB Agent Expression Mechanism
aab4e0ec
AC
162* Copying:: GNU General Public License says
163 how you can copy and share GDB
6826cf00 164* GNU Free Documentation License:: The license for this documentation
6d2ebf8b
SS
165* Index:: Index
166@end menu
167
6c0e9fb3 168@end ifnottex
c906108c 169
449f3b6c 170@contents
449f3b6c 171
6d2ebf8b 172@node Summary
c906108c
SS
173@unnumbered Summary of @value{GDBN}
174
175The purpose of a debugger such as @value{GDBN} is to allow you to see what is
176going on ``inside'' another program while it executes---or what another
177program was doing at the moment it crashed.
178
179@value{GDBN} can do four main kinds of things (plus other things in support of
180these) to help you catch bugs in the act:
181
182@itemize @bullet
183@item
184Start your program, specifying anything that might affect its behavior.
185
186@item
187Make your program stop on specified conditions.
188
189@item
190Examine what has happened, when your program has stopped.
191
192@item
193Change things in your program, so you can experiment with correcting the
194effects of one bug and go on to learn about another.
195@end itemize
196
49efadf5 197You can use @value{GDBN} to debug programs written in C and C@t{++}.
9c16f35a 198For more information, see @ref{Supported languages,,Supported languages}.
c906108c
SS
199For more information, see @ref{C,,C and C++}.
200
cce74817 201@cindex Modula-2
e632838e
AC
202Support for Modula-2 is partial. For information on Modula-2, see
203@ref{Modula-2,,Modula-2}.
c906108c 204
cce74817
JM
205@cindex Pascal
206Debugging Pascal programs which use sets, subranges, file variables, or
207nested functions does not currently work. @value{GDBN} does not support
208entering expressions, printing values, or similar features using Pascal
209syntax.
c906108c 210
c906108c
SS
211@cindex Fortran
212@value{GDBN} can be used to debug programs written in Fortran, although
53a5351d 213it may be necessary to refer to some variables with a trailing
cce74817 214underscore.
c906108c 215
b37303ee
AF
216@value{GDBN} can be used to debug programs written in Objective-C,
217using either the Apple/NeXT or the GNU Objective-C runtime.
218
c906108c
SS
219@menu
220* Free Software:: Freely redistributable software
221* Contributors:: Contributors to GDB
222@end menu
223
6d2ebf8b 224@node Free Software
c906108c
SS
225@unnumberedsec Free software
226
5d161b24 227@value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
c906108c
SS
228General Public License
229(GPL). The GPL gives you the freedom to copy or adapt a licensed
230program---but every person getting a copy also gets with it the
231freedom to modify that copy (which means that they must get access to
232the source code), and the freedom to distribute further copies.
233Typical software companies use copyrights to limit your freedoms; the
234Free Software Foundation uses the GPL to preserve these freedoms.
235
236Fundamentally, the General Public License is a license which says that
237you have these freedoms and that you cannot take these freedoms away
238from anyone else.
239
2666264b 240@unnumberedsec Free Software Needs Free Documentation
959acfd1
EZ
241
242The biggest deficiency in the free software community today is not in
243the software---it is the lack of good free documentation that we can
244include with the free software. Many of our most important
245programs do not come with free reference manuals and free introductory
246texts. Documentation is an essential part of any software package;
247when an important free software package does not come with a free
248manual and a free tutorial, that is a major gap. We have many such
249gaps today.
250
251Consider Perl, for instance. The tutorial manuals that people
252normally use are non-free. How did this come about? Because the
253authors of those manuals published them with restrictive terms---no
254copying, no modification, source files not available---which exclude
255them from the free software world.
256
257That wasn't the first time this sort of thing happened, and it was far
258from the last. Many times we have heard a GNU user eagerly describe a
259manual that he is writing, his intended contribution to the community,
260only to learn that he had ruined everything by signing a publication
261contract to make it non-free.
262
263Free documentation, like free software, is a matter of freedom, not
264price. The problem with the non-free manual is not that publishers
265charge a price for printed copies---that in itself is fine. (The Free
266Software Foundation sells printed copies of manuals, too.) The
267problem is the restrictions on the use of the manual. Free manuals
268are available in source code form, and give you permission to copy and
269modify. Non-free manuals do not allow this.
270
271The criteria of freedom for a free manual are roughly the same as for
272free software. Redistribution (including the normal kinds of
273commercial redistribution) must be permitted, so that the manual can
274accompany every copy of the program, both on-line and on paper.
275
276Permission for modification of the technical content is crucial too.
277When people modify the software, adding or changing features, if they
278are conscientious they will change the manual too---so they can
279provide accurate and clear documentation for the modified program. A
280manual that leaves you no choice but to write a new manual to document
281a changed version of the program is not really available to our
282community.
283
284Some kinds of limits on the way modification is handled are
285acceptable. For example, requirements to preserve the original
286author's copyright notice, the distribution terms, or the list of
287authors, are ok. It is also no problem to require modified versions
288to include notice that they were modified. Even entire sections that
289may not be deleted or changed are acceptable, as long as they deal
290with nontechnical topics (like this one). These kinds of restrictions
291are acceptable because they don't obstruct the community's normal use
292of the manual.
293
294However, it must be possible to modify all the @emph{technical}
295content of the manual, and then distribute the result in all the usual
296media, through all the usual channels. Otherwise, the restrictions
297obstruct the use of the manual, it is not free, and we need another
298manual to replace it.
299
300Please spread the word about this issue. Our community continues to
301lose manuals to proprietary publishing. If we spread the word that
302free software needs free reference manuals and free tutorials, perhaps
303the next person who wants to contribute by writing documentation will
304realize, before it is too late, that only free manuals contribute to
305the free software community.
306
307If you are writing documentation, please insist on publishing it under
308the GNU Free Documentation License or another free documentation
309license. Remember that this decision requires your approval---you
310don't have to let the publisher decide. Some commercial publishers
311will use a free license if you insist, but they will not propose the
312option; it is up to you to raise the issue and say firmly that this is
313what you want. If the publisher you are dealing with refuses, please
314try other publishers. If you're not sure whether a proposed license
42584a72 315is free, write to @email{licensing@@gnu.org}.
959acfd1
EZ
316
317You can encourage commercial publishers to sell more free, copylefted
318manuals and tutorials by buying them, and particularly by buying
319copies from the publishers that paid for their writing or for major
320improvements. Meanwhile, try to avoid buying non-free documentation
321at all. Check the distribution terms of a manual before you buy it,
322and insist that whoever seeks your business must respect your freedom.
72c9928d
EZ
323Check the history of the book, and try to reward the publishers that
324have paid or pay the authors to work on it.
959acfd1
EZ
325
326The Free Software Foundation maintains a list of free documentation
327published by other publishers, at
328@url{http://www.fsf.org/doc/other-free-books.html}.
329
6d2ebf8b 330@node Contributors
96a2c332
SS
331@unnumberedsec Contributors to @value{GDBN}
332
333Richard Stallman was the original author of @value{GDBN}, and of many
334other @sc{gnu} programs. Many others have contributed to its
335development. This section attempts to credit major contributors. One
336of the virtues of free software is that everyone is free to contribute
337to it; with regret, we cannot actually acknowledge everyone here. The
338file @file{ChangeLog} in the @value{GDBN} distribution approximates a
c906108c
SS
339blow-by-blow account.
340
341Changes much prior to version 2.0 are lost in the mists of time.
342
343@quotation
344@emph{Plea:} Additions to this section are particularly welcome. If you
345or your friends (or enemies, to be evenhanded) have been unfairly
346omitted from this list, we would like to add your names!
347@end quotation
348
349So that they may not regard their many labors as thankless, we
350particularly thank those who shepherded @value{GDBN} through major
351releases:
faae5abe 352Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0);
c906108c
SS
353Jim Blandy (release 4.18);
354Jason Molenda (release 4.17);
355Stan Shebs (release 4.14);
356Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
357Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
358John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
359Jim Kingdon (releases 3.5, 3.4, and 3.3);
360and Randy Smith (releases 3.2, 3.1, and 3.0).
361
362Richard Stallman, assisted at various times by Peter TerMaat, Chris
363Hanson, and Richard Mlynarik, handled releases through 2.8.
364
b37052ae
EZ
365Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support
366in @value{GDBN}, with significant additional contributions from Per
367Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++}
368demangler. Early work on C@t{++} was by Peter TerMaat (who also did
369much general update work leading to release 3.0).
c906108c 370
b37052ae 371@value{GDBN} uses the BFD subroutine library to examine multiple
c906108c
SS
372object-file formats; BFD was a joint project of David V.
373Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
374
375David Johnson wrote the original COFF support; Pace Willison did
376the original support for encapsulated COFF.
377
0179ffac 378Brent Benson of Harris Computer Systems contributed DWARF 2 support.
c906108c
SS
379
380Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
381Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
382support.
383Jean-Daniel Fekete contributed Sun 386i support.
384Chris Hanson improved the HP9000 support.
385Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
386David Johnson contributed Encore Umax support.
387Jyrki Kuoppala contributed Altos 3068 support.
388Jeff Law contributed HP PA and SOM support.
389Keith Packard contributed NS32K support.
390Doug Rabson contributed Acorn Risc Machine support.
391Bob Rusk contributed Harris Nighthawk CX-UX support.
392Chris Smith contributed Convex support (and Fortran debugging).
393Jonathan Stone contributed Pyramid support.
394Michael Tiemann contributed SPARC support.
395Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
396Pace Willison contributed Intel 386 support.
397Jay Vosburgh contributed Symmetry support.
a37295f9 398Marko Mlinar contributed OpenRISC 1000 support.
c906108c 399
1104b9e7 400Andreas Schwab contributed M68K @sc{gnu}/Linux support.
c906108c
SS
401
402Rich Schaefer and Peter Schauer helped with support of SunOS shared
403libraries.
404
405Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
406about several machine instruction sets.
407
408Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
409remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
410contributed remote debugging modules for the i960, VxWorks, A29K UDI,
411and RDI targets, respectively.
412
413Brian Fox is the author of the readline libraries providing
414command-line editing and command history.
415
7a292a7a
SS
416Andrew Beers of SUNY Buffalo wrote the language-switching code, the
417Modula-2 support, and contributed the Languages chapter of this manual.
c906108c 418
5d161b24 419Fred Fish wrote most of the support for Unix System Vr4.
b37052ae 420He also enhanced the command-completion support to cover C@t{++} overloaded
c906108c 421symbols.
c906108c 422
f24c5e49
KI
423Hitachi America (now Renesas America), Ltd. sponsored the support for
424H8/300, H8/500, and Super-H processors.
c906108c
SS
425
426NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
427
f24c5e49
KI
428Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D
429processors.
c906108c
SS
430
431Toshiba sponsored the support for the TX39 Mips processor.
432
433Matsushita sponsored the support for the MN10200 and MN10300 processors.
434
96a2c332 435Fujitsu sponsored the support for SPARClite and FR30 processors.
c906108c
SS
436
437Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
438watchpoints.
439
440Michael Snyder added support for tracepoints.
441
442Stu Grossman wrote gdbserver.
443
444Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
96a2c332 445nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
c906108c
SS
446
447The following people at the Hewlett-Packard Company contributed
448support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
b37052ae 449(narrow mode), HP's implementation of kernel threads, HP's aC@t{++}
d0d5df6f
AC
450compiler, and the Text User Interface (nee Terminal User Interface):
451Ben Krepp, Richard Title, John Bishop, Susan Macchia, Kathy Mann,
452Satish Pai, India Paul, Steve Rehrauer, and Elena Zannoni. Kim Haase
453provided HP-specific information in this manual.
c906108c 454
b37052ae
EZ
455DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project.
456Robert Hoehne made significant contributions to the DJGPP port.
457
96a2c332
SS
458Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
459development since 1991. Cygnus engineers who have worked on @value{GDBN}
2df3850c
JM
460fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
461Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
462Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
463Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
464Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
465addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
466JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
467Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
468Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
469Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
470Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
471Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
472Zuhn have made contributions both large and small.
c906108c 473
e2e0bcd1
JB
474Jim Blandy added support for preprocessor macros, while working for Red
475Hat.
c906108c 476
6d2ebf8b 477@node Sample Session
c906108c
SS
478@chapter A Sample @value{GDBN} Session
479
480You can use this manual at your leisure to read all about @value{GDBN}.
481However, a handful of commands are enough to get started using the
482debugger. This chapter illustrates those commands.
483
484@iftex
485In this sample session, we emphasize user input like this: @b{input},
486to make it easier to pick out from the surrounding output.
487@end iftex
488
489@c FIXME: this example may not be appropriate for some configs, where
490@c FIXME...primary interest is in remote use.
491
492One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
493processor) exhibits the following bug: sometimes, when we change its
494quote strings from the default, the commands used to capture one macro
495definition within another stop working. In the following short @code{m4}
496session, we define a macro @code{foo} which expands to @code{0000}; we
497then use the @code{m4} built-in @code{defn} to define @code{bar} as the
498same thing. However, when we change the open quote string to
499@code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
500procedure fails to define a new synonym @code{baz}:
501
502@smallexample
503$ @b{cd gnu/m4}
504$ @b{./m4}
505@b{define(foo,0000)}
506
507@b{foo}
5080000
509@b{define(bar,defn(`foo'))}
510
511@b{bar}
5120000
513@b{changequote(<QUOTE>,<UNQUOTE>)}
514
515@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
516@b{baz}
517@b{C-d}
518m4: End of input: 0: fatal error: EOF in string
519@end smallexample
520
521@noindent
522Let us use @value{GDBN} to try to see what is going on.
523
c906108c
SS
524@smallexample
525$ @b{@value{GDBP} m4}
526@c FIXME: this falsifies the exact text played out, to permit smallbook
527@c FIXME... format to come out better.
528@value{GDBN} is free software and you are welcome to distribute copies
5d161b24 529 of it under certain conditions; type "show copying" to see
c906108c 530 the conditions.
5d161b24 531There is absolutely no warranty for @value{GDBN}; type "show warranty"
c906108c
SS
532 for details.
533
534@value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
535(@value{GDBP})
536@end smallexample
c906108c
SS
537
538@noindent
539@value{GDBN} reads only enough symbol data to know where to find the
540rest when needed; as a result, the first prompt comes up very quickly.
541We now tell @value{GDBN} to use a narrower display width than usual, so
542that examples fit in this manual.
543
544@smallexample
545(@value{GDBP}) @b{set width 70}
546@end smallexample
547
548@noindent
549We need to see how the @code{m4} built-in @code{changequote} works.
550Having looked at the source, we know the relevant subroutine is
551@code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
552@code{break} command.
553
554@smallexample
555(@value{GDBP}) @b{break m4_changequote}
556Breakpoint 1 at 0x62f4: file builtin.c, line 879.
557@end smallexample
558
559@noindent
560Using the @code{run} command, we start @code{m4} running under @value{GDBN}
561control; as long as control does not reach the @code{m4_changequote}
562subroutine, the program runs as usual:
563
564@smallexample
565(@value{GDBP}) @b{run}
566Starting program: /work/Editorial/gdb/gnu/m4/m4
567@b{define(foo,0000)}
568
569@b{foo}
5700000
571@end smallexample
572
573@noindent
574To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
575suspends execution of @code{m4}, displaying information about the
576context where it stops.
577
578@smallexample
579@b{changequote(<QUOTE>,<UNQUOTE>)}
580
5d161b24 581Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
582 at builtin.c:879
583879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
584@end smallexample
585
586@noindent
587Now we use the command @code{n} (@code{next}) to advance execution to
588the next line of the current function.
589
590@smallexample
591(@value{GDBP}) @b{n}
592882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
593 : nil,
594@end smallexample
595
596@noindent
597@code{set_quotes} looks like a promising subroutine. We can go into it
598by using the command @code{s} (@code{step}) instead of @code{next}.
599@code{step} goes to the next line to be executed in @emph{any}
600subroutine, so it steps into @code{set_quotes}.
601
602@smallexample
603(@value{GDBP}) @b{s}
604set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
605 at input.c:530
606530 if (lquote != def_lquote)
607@end smallexample
608
609@noindent
610The display that shows the subroutine where @code{m4} is now
611suspended (and its arguments) is called a stack frame display. It
612shows a summary of the stack. We can use the @code{backtrace}
613command (which can also be spelled @code{bt}), to see where we are
614in the stack as a whole: the @code{backtrace} command displays a
615stack frame for each active subroutine.
616
617@smallexample
618(@value{GDBP}) @b{bt}
619#0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
620 at input.c:530
5d161b24 621#1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
c906108c
SS
622 at builtin.c:882
623#2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
624#3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
625 at macro.c:71
626#4 0x79dc in expand_input () at macro.c:40
627#5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
628@end smallexample
629
630@noindent
631We step through a few more lines to see what happens. The first two
632times, we can use @samp{s}; the next two times we use @code{n} to avoid
633falling into the @code{xstrdup} subroutine.
634
635@smallexample
636(@value{GDBP}) @b{s}
6370x3b5c 532 if (rquote != def_rquote)
638(@value{GDBP}) @b{s}
6390x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
640def_lquote : xstrdup(lq);
641(@value{GDBP}) @b{n}
642536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
643 : xstrdup(rq);
644(@value{GDBP}) @b{n}
645538 len_lquote = strlen(rquote);
646@end smallexample
647
648@noindent
649The last line displayed looks a little odd; we can examine the variables
650@code{lquote} and @code{rquote} to see if they are in fact the new left
651and right quotes we specified. We use the command @code{p}
652(@code{print}) to see their values.
653
654@smallexample
655(@value{GDBP}) @b{p lquote}
656$1 = 0x35d40 "<QUOTE>"
657(@value{GDBP}) @b{p rquote}
658$2 = 0x35d50 "<UNQUOTE>"
659@end smallexample
660
661@noindent
662@code{lquote} and @code{rquote} are indeed the new left and right quotes.
663To look at some context, we can display ten lines of source
664surrounding the current line with the @code{l} (@code{list}) command.
665
666@smallexample
667(@value{GDBP}) @b{l}
668533 xfree(rquote);
669534
670535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
671 : xstrdup (lq);
672536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
673 : xstrdup (rq);
674537
675538 len_lquote = strlen(rquote);
676539 len_rquote = strlen(lquote);
677540 @}
678541
679542 void
680@end smallexample
681
682@noindent
683Let us step past the two lines that set @code{len_lquote} and
684@code{len_rquote}, and then examine the values of those variables.
685
686@smallexample
687(@value{GDBP}) @b{n}
688539 len_rquote = strlen(lquote);
689(@value{GDBP}) @b{n}
690540 @}
691(@value{GDBP}) @b{p len_lquote}
692$3 = 9
693(@value{GDBP}) @b{p len_rquote}
694$4 = 7
695@end smallexample
696
697@noindent
698That certainly looks wrong, assuming @code{len_lquote} and
699@code{len_rquote} are meant to be the lengths of @code{lquote} and
700@code{rquote} respectively. We can set them to better values using
701the @code{p} command, since it can print the value of
702any expression---and that expression can include subroutine calls and
703assignments.
704
705@smallexample
706(@value{GDBP}) @b{p len_lquote=strlen(lquote)}
707$5 = 7
708(@value{GDBP}) @b{p len_rquote=strlen(rquote)}
709$6 = 9
710@end smallexample
711
712@noindent
713Is that enough to fix the problem of using the new quotes with the
714@code{m4} built-in @code{defn}? We can allow @code{m4} to continue
715executing with the @code{c} (@code{continue}) command, and then try the
716example that caused trouble initially:
717
718@smallexample
719(@value{GDBP}) @b{c}
720Continuing.
721
722@b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
723
724baz
7250000
726@end smallexample
727
728@noindent
729Success! The new quotes now work just as well as the default ones. The
730problem seems to have been just the two typos defining the wrong
731lengths. We allow @code{m4} exit by giving it an EOF as input:
732
733@smallexample
734@b{C-d}
735Program exited normally.
736@end smallexample
737
738@noindent
739The message @samp{Program exited normally.} is from @value{GDBN}; it
740indicates @code{m4} has finished executing. We can end our @value{GDBN}
741session with the @value{GDBN} @code{quit} command.
742
743@smallexample
744(@value{GDBP}) @b{quit}
745@end smallexample
c906108c 746
6d2ebf8b 747@node Invocation
c906108c
SS
748@chapter Getting In and Out of @value{GDBN}
749
750This chapter discusses how to start @value{GDBN}, and how to get out of it.
5d161b24 751The essentials are:
c906108c 752@itemize @bullet
5d161b24 753@item
53a5351d 754type @samp{@value{GDBP}} to start @value{GDBN}.
5d161b24 755@item
c906108c
SS
756type @kbd{quit} or @kbd{C-d} to exit.
757@end itemize
758
759@menu
760* Invoking GDB:: How to start @value{GDBN}
761* Quitting GDB:: How to quit @value{GDBN}
762* Shell Commands:: How to use shell commands inside @value{GDBN}
0fac0b41 763* Logging output:: How to log @value{GDBN}'s output to a file
c906108c
SS
764@end menu
765
6d2ebf8b 766@node Invoking GDB
c906108c
SS
767@section Invoking @value{GDBN}
768
c906108c
SS
769Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
770@value{GDBN} reads commands from the terminal until you tell it to exit.
771
772You can also run @code{@value{GDBP}} with a variety of arguments and options,
773to specify more of your debugging environment at the outset.
774
c906108c
SS
775The command-line options described here are designed
776to cover a variety of situations; in some environments, some of these
5d161b24 777options may effectively be unavailable.
c906108c
SS
778
779The most usual way to start @value{GDBN} is with one argument,
780specifying an executable program:
781
474c8240 782@smallexample
c906108c 783@value{GDBP} @var{program}
474c8240 784@end smallexample
c906108c 785
c906108c
SS
786@noindent
787You can also start with both an executable program and a core file
788specified:
789
474c8240 790@smallexample
c906108c 791@value{GDBP} @var{program} @var{core}
474c8240 792@end smallexample
c906108c
SS
793
794You can, instead, specify a process ID as a second argument, if you want
795to debug a running process:
796
474c8240 797@smallexample
c906108c 798@value{GDBP} @var{program} 1234
474c8240 799@end smallexample
c906108c
SS
800
801@noindent
802would attach @value{GDBN} to process @code{1234} (unless you also have a file
803named @file{1234}; @value{GDBN} does check for a core file first).
804
c906108c 805Taking advantage of the second command-line argument requires a fairly
2df3850c
JM
806complete operating system; when you use @value{GDBN} as a remote
807debugger attached to a bare board, there may not be any notion of
808``process'', and there is often no way to get a core dump. @value{GDBN}
809will warn you if it is unable to attach or to read core dumps.
c906108c 810
aa26fa3a
TT
811You can optionally have @code{@value{GDBP}} pass any arguments after the
812executable file to the inferior using @code{--args}. This option stops
813option processing.
474c8240 814@smallexample
aa26fa3a 815gdb --args gcc -O2 -c foo.c
474c8240 816@end smallexample
aa26fa3a
TT
817This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set
818@code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}.
819
96a2c332 820You can run @code{@value{GDBP}} without printing the front material, which describes
c906108c
SS
821@value{GDBN}'s non-warranty, by specifying @code{-silent}:
822
823@smallexample
824@value{GDBP} -silent
825@end smallexample
826
827@noindent
828You can further control how @value{GDBN} starts up by using command-line
829options. @value{GDBN} itself can remind you of the options available.
830
831@noindent
832Type
833
474c8240 834@smallexample
c906108c 835@value{GDBP} -help
474c8240 836@end smallexample
c906108c
SS
837
838@noindent
839to display all available options and briefly describe their use
840(@samp{@value{GDBP} -h} is a shorter equivalent).
841
842All options and command line arguments you give are processed
843in sequential order. The order makes a difference when the
844@samp{-x} option is used.
845
846
847@menu
c906108c
SS
848* File Options:: Choosing files
849* Mode Options:: Choosing modes
850@end menu
851
6d2ebf8b 852@node File Options
c906108c
SS
853@subsection Choosing files
854
2df3850c 855When @value{GDBN} starts, it reads any arguments other than options as
c906108c
SS
856specifying an executable file and core file (or process ID). This is
857the same as if the arguments were specified by the @samp{-se} and
19837790
MS
858@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
859first argument that does not have an associated option flag as
860equivalent to the @samp{-se} option followed by that argument; and the
861second argument that does not have an associated option flag, if any, as
862equivalent to the @samp{-c}/@samp{-p} option followed by that argument.)
863If the second argument begins with a decimal digit, @value{GDBN} will
864first attempt to attach to it as a process, and if that fails, attempt
865to open it as a corefile. If you have a corefile whose name begins with
b383017d 866a digit, you can prevent @value{GDBN} from treating it as a pid by
79f12247 867prefixing it with @file{./}, eg. @file{./12345}.
7a292a7a
SS
868
869If @value{GDBN} has not been configured to included core file support,
870such as for most embedded targets, then it will complain about a second
871argument and ignore it.
c906108c
SS
872
873Many options have both long and short forms; both are shown in the
874following list. @value{GDBN} also recognizes the long forms if you truncate
875them, so long as enough of the option is present to be unambiguous.
876(If you prefer, you can flag option arguments with @samp{--} rather
877than @samp{-}, though we illustrate the more usual convention.)
878
d700128c
EZ
879@c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
880@c way, both those who look for -foo and --foo in the index, will find
881@c it.
882
c906108c
SS
883@table @code
884@item -symbols @var{file}
885@itemx -s @var{file}
d700128c
EZ
886@cindex @code{--symbols}
887@cindex @code{-s}
c906108c
SS
888Read symbol table from file @var{file}.
889
890@item -exec @var{file}
891@itemx -e @var{file}
d700128c
EZ
892@cindex @code{--exec}
893@cindex @code{-e}
7a292a7a
SS
894Use file @var{file} as the executable file to execute when appropriate,
895and for examining pure data in conjunction with a core dump.
c906108c
SS
896
897@item -se @var{file}
d700128c 898@cindex @code{--se}
c906108c
SS
899Read symbol table from file @var{file} and use it as the executable
900file.
901
c906108c
SS
902@item -core @var{file}
903@itemx -c @var{file}
d700128c
EZ
904@cindex @code{--core}
905@cindex @code{-c}
b383017d 906Use file @var{file} as a core dump to examine.
c906108c
SS
907
908@item -c @var{number}
19837790
MS
909@item -pid @var{number}
910@itemx -p @var{number}
911@cindex @code{--pid}
912@cindex @code{-p}
913Connect to process ID @var{number}, as with the @code{attach} command.
914If there is no such process, @value{GDBN} will attempt to open a core
915file named @var{number}.
c906108c
SS
916
917@item -command @var{file}
918@itemx -x @var{file}
d700128c
EZ
919@cindex @code{--command}
920@cindex @code{-x}
c906108c
SS
921Execute @value{GDBN} commands from file @var{file}. @xref{Command
922Files,, Command files}.
923
924@item -directory @var{directory}
925@itemx -d @var{directory}
d700128c
EZ
926@cindex @code{--directory}
927@cindex @code{-d}
c906108c
SS
928Add @var{directory} to the path to search for source files.
929
c906108c
SS
930@item -m
931@itemx -mapped
d700128c
EZ
932@cindex @code{--mapped}
933@cindex @code{-m}
c906108c
SS
934@emph{Warning: this option depends on operating system facilities that are not
935supported on all systems.}@*
936If memory-mapped files are available on your system through the @code{mmap}
5d161b24 937system call, you can use this option
c906108c
SS
938to have @value{GDBN} write the symbols from your
939program into a reusable file in the current directory. If the program you are debugging is
96a2c332 940called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
c906108c
SS
941Future @value{GDBN} debugging sessions notice the presence of this file,
942and can quickly map in symbol information from it, rather than reading
943the symbol table from the executable program.
944
945The @file{.syms} file is specific to the host machine where @value{GDBN}
946is run. It holds an exact image of the internal @value{GDBN} symbol
947table. It cannot be shared across multiple host platforms.
c906108c 948
c906108c
SS
949@item -r
950@itemx -readnow
d700128c
EZ
951@cindex @code{--readnow}
952@cindex @code{-r}
c906108c
SS
953Read each symbol file's entire symbol table immediately, rather than
954the default, which is to read it incrementally as it is needed.
955This makes startup slower, but makes future operations faster.
53a5351d 956
c906108c
SS
957@end table
958
2df3850c 959You typically combine the @code{-mapped} and @code{-readnow} options in
c906108c 960order to build a @file{.syms} file that contains complete symbol
2df3850c
JM
961information. (@xref{Files,,Commands to specify files}, for information
962on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
963but build a @file{.syms} file for future use is:
c906108c 964
474c8240 965@smallexample
2df3850c 966gdb -batch -nx -mapped -readnow programname
474c8240 967@end smallexample
c906108c 968
6d2ebf8b 969@node Mode Options
c906108c
SS
970@subsection Choosing modes
971
972You can run @value{GDBN} in various alternative modes---for example, in
973batch mode or quiet mode.
974
975@table @code
976@item -nx
977@itemx -n
d700128c
EZ
978@cindex @code{--nx}
979@cindex @code{-n}
96565e91 980Do not execute commands found in any initialization files. Normally,
2df3850c
JM
981@value{GDBN} executes the commands in these files after all the command
982options and arguments have been processed. @xref{Command Files,,Command
983files}.
c906108c
SS
984
985@item -quiet
d700128c 986@itemx -silent
c906108c 987@itemx -q
d700128c
EZ
988@cindex @code{--quiet}
989@cindex @code{--silent}
990@cindex @code{-q}
c906108c
SS
991``Quiet''. Do not print the introductory and copyright messages. These
992messages are also suppressed in batch mode.
993
994@item -batch
d700128c 995@cindex @code{--batch}
c906108c
SS
996Run in batch mode. Exit with status @code{0} after processing all the
997command files specified with @samp{-x} (and all commands from
998initialization files, if not inhibited with @samp{-n}). Exit with
999nonzero status if an error occurs in executing the @value{GDBN} commands
1000in the command files.
1001
2df3850c
JM
1002Batch mode may be useful for running @value{GDBN} as a filter, for
1003example to download and run a program on another computer; in order to
1004make this more useful, the message
c906108c 1005
474c8240 1006@smallexample
c906108c 1007Program exited normally.
474c8240 1008@end smallexample
c906108c
SS
1009
1010@noindent
2df3850c
JM
1011(which is ordinarily issued whenever a program running under
1012@value{GDBN} control terminates) is not issued when running in batch
1013mode.
1014
1015@item -nowindows
1016@itemx -nw
d700128c
EZ
1017@cindex @code{--nowindows}
1018@cindex @code{-nw}
2df3850c 1019``No windows''. If @value{GDBN} comes with a graphical user interface
96a2c332 1020(GUI) built in, then this option tells @value{GDBN} to only use the command-line
2df3850c
JM
1021interface. If no GUI is available, this option has no effect.
1022
1023@item -windows
1024@itemx -w
d700128c
EZ
1025@cindex @code{--windows}
1026@cindex @code{-w}
2df3850c
JM
1027If @value{GDBN} includes a GUI, then this option requires it to be
1028used if possible.
c906108c
SS
1029
1030@item -cd @var{directory}
d700128c 1031@cindex @code{--cd}
c906108c
SS
1032Run @value{GDBN} using @var{directory} as its working directory,
1033instead of the current directory.
1034
c906108c
SS
1035@item -fullname
1036@itemx -f
d700128c
EZ
1037@cindex @code{--fullname}
1038@cindex @code{-f}
7a292a7a
SS
1039@sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
1040subprocess. It tells @value{GDBN} to output the full file name and line
1041number in a standard, recognizable fashion each time a stack frame is
1042displayed (which includes each time your program stops). This
1043recognizable format looks like two @samp{\032} characters, followed by
1044the file name, line number and character position separated by colons,
1045and a newline. The Emacs-to-@value{GDBN} interface program uses the two
1046@samp{\032} characters as a signal to display the source code for the
1047frame.
c906108c 1048
d700128c
EZ
1049@item -epoch
1050@cindex @code{--epoch}
1051The Epoch Emacs-@value{GDBN} interface sets this option when it runs
1052@value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
1053routines so as to allow Epoch to display values of expressions in a
1054separate window.
1055
1056@item -annotate @var{level}
1057@cindex @code{--annotate}
1058This option sets the @dfn{annotation level} inside @value{GDBN}. Its
1059effect is identical to using @samp{set annotate @var{level}}
086432e2
AC
1060(@pxref{Annotations}). The annotation @var{level} controls how much
1061information @value{GDBN} prints together with its prompt, values of
1062expressions, source lines, and other types of output. Level 0 is the
1063normal, level 1 is for use when @value{GDBN} is run as a subprocess of
1064@sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs
1065that control @value{GDBN}, and level 2 has been deprecated.
1066
1067The annotation mechanism has largely been superseeded by @sc{gdb/mi}
1068(@pxref{GDB/MI}).
d700128c 1069
aa26fa3a
TT
1070@item --args
1071@cindex @code{--args}
1072Change interpretation of command line so that arguments following the
1073executable file are passed as command line arguments to the inferior.
1074This option stops option processing.
1075
2df3850c
JM
1076@item -baud @var{bps}
1077@itemx -b @var{bps}
d700128c
EZ
1078@cindex @code{--baud}
1079@cindex @code{-b}
c906108c
SS
1080Set the line speed (baud rate or bits per second) of any serial
1081interface used by @value{GDBN} for remote debugging.
c906108c 1082
f47b1503
AS
1083@item -l @var{timeout}
1084@cindex @code{-l}
1085Set the timeout (in seconds) of any communication used by @value{GDBN}
1086for remote debugging.
1087
c906108c 1088@item -tty @var{device}
d700128c
EZ
1089@itemx -t @var{device}
1090@cindex @code{--tty}
1091@cindex @code{-t}
c906108c
SS
1092Run using @var{device} for your program's standard input and output.
1093@c FIXME: kingdon thinks there is more to -tty. Investigate.
c906108c 1094
53a5351d 1095@c resolve the situation of these eventually
c4555f82
SC
1096@item -tui
1097@cindex @code{--tui}
d0d5df6f
AC
1098Activate the @dfn{Text User Interface} when starting. The Text User
1099Interface manages several text windows on the terminal, showing
1100source, assembly, registers and @value{GDBN} command outputs
1101(@pxref{TUI, ,@value{GDBN} Text User Interface}). Alternatively, the
1102Text User Interface can be enabled by invoking the program
1103@samp{gdbtui}. Do not use this option if you run @value{GDBN} from
1104Emacs (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}).
53a5351d
JM
1105
1106@c @item -xdb
d700128c 1107@c @cindex @code{--xdb}
53a5351d
JM
1108@c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1109@c For information, see the file @file{xdb_trans.html}, which is usually
1110@c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1111@c systems.
1112
d700128c
EZ
1113@item -interpreter @var{interp}
1114@cindex @code{--interpreter}
1115Use the interpreter @var{interp} for interface with the controlling
1116program or device. This option is meant to be set by programs which
94bbb2c0 1117communicate with @value{GDBN} using it as a back end.
21c294e6 1118@xref{Interpreters, , Command Interpreters}.
94bbb2c0 1119
da0f9dcd 1120@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
2fcf52f0 1121@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
6b5e8c01 1122The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
6c74ac8b
AC
1123previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
1124selected with @samp{--interpreter=mi1}, is deprecated. Earlier
1125@sc{gdb/mi} interfaces are no longer supported.
d700128c
EZ
1126
1127@item -write
1128@cindex @code{--write}
1129Open the executable and core files for both reading and writing. This
1130is equivalent to the @samp{set write on} command inside @value{GDBN}
1131(@pxref{Patching}).
1132
1133@item -statistics
1134@cindex @code{--statistics}
1135This option causes @value{GDBN} to print statistics about time and
1136memory usage after it completes each command and returns to the prompt.
1137
1138@item -version
1139@cindex @code{--version}
1140This option causes @value{GDBN} to print its version number and
1141no-warranty blurb, and exit.
1142
c906108c
SS
1143@end table
1144
6d2ebf8b 1145@node Quitting GDB
c906108c
SS
1146@section Quitting @value{GDBN}
1147@cindex exiting @value{GDBN}
1148@cindex leaving @value{GDBN}
1149
1150@table @code
1151@kindex quit @r{[}@var{expression}@r{]}
41afff9a 1152@kindex q @r{(@code{quit})}
96a2c332
SS
1153@item quit @r{[}@var{expression}@r{]}
1154@itemx q
1155To exit @value{GDBN}, use the @code{quit} command (abbreviated
1156@code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1157do not supply @var{expression}, @value{GDBN} will terminate normally;
1158otherwise it will terminate using the result of @var{expression} as the
1159error code.
c906108c
SS
1160@end table
1161
1162@cindex interrupt
1163An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1164terminates the action of any @value{GDBN} command that is in progress and
1165returns to @value{GDBN} command level. It is safe to type the interrupt
1166character at any time because @value{GDBN} does not allow it to take effect
1167until a time when it is safe.
1168
c906108c
SS
1169If you have been using @value{GDBN} to control an attached process or
1170device, you can release it with the @code{detach} command
1171(@pxref{Attach, ,Debugging an already-running process}).
c906108c 1172
6d2ebf8b 1173@node Shell Commands
c906108c
SS
1174@section Shell commands
1175
1176If you need to execute occasional shell commands during your
1177debugging session, there is no need to leave or suspend @value{GDBN}; you can
1178just use the @code{shell} command.
1179
1180@table @code
1181@kindex shell
1182@cindex shell escape
1183@item shell @var{command string}
1184Invoke a standard shell to execute @var{command string}.
c906108c 1185If it exists, the environment variable @code{SHELL} determines which
d4f3574e
SS
1186shell to run. Otherwise @value{GDBN} uses the default shell
1187(@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
c906108c
SS
1188@end table
1189
1190The utility @code{make} is often needed in development environments.
1191You do not have to use the @code{shell} command for this purpose in
1192@value{GDBN}:
1193
1194@table @code
1195@kindex make
1196@cindex calling make
1197@item make @var{make-args}
1198Execute the @code{make} program with the specified
1199arguments. This is equivalent to @samp{shell make @var{make-args}}.
1200@end table
1201
0fac0b41
DJ
1202@node Logging output
1203@section Logging output
1204@cindex logging @value{GDBN} output
9c16f35a 1205@cindex save @value{GDBN} output to a file
0fac0b41
DJ
1206
1207You may want to save the output of @value{GDBN} commands to a file.
1208There are several commands to control @value{GDBN}'s logging.
1209
1210@table @code
1211@kindex set logging
1212@item set logging on
1213Enable logging.
1214@item set logging off
1215Disable logging.
9c16f35a 1216@cindex logging file name
0fac0b41
DJ
1217@item set logging file @var{file}
1218Change the name of the current logfile. The default logfile is @file{gdb.txt}.
1219@item set logging overwrite [on|off]
1220By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if
1221you want @code{set logging on} to overwrite the logfile instead.
1222@item set logging redirect [on|off]
1223By default, @value{GDBN} output will go to both the terminal and the logfile.
1224Set @code{redirect} if you want output to go only to the log file.
1225@kindex show logging
1226@item show logging
1227Show the current values of the logging settings.
1228@end table
1229
6d2ebf8b 1230@node Commands
c906108c
SS
1231@chapter @value{GDBN} Commands
1232
1233You can abbreviate a @value{GDBN} command to the first few letters of the command
1234name, if that abbreviation is unambiguous; and you can repeat certain
1235@value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1236key to get @value{GDBN} to fill out the rest of a word in a command (or to
1237show you the alternatives available, if there is more than one possibility).
1238
1239@menu
1240* Command Syntax:: How to give commands to @value{GDBN}
1241* Completion:: Command completion
1242* Help:: How to ask @value{GDBN} for help
1243@end menu
1244
6d2ebf8b 1245@node Command Syntax
c906108c
SS
1246@section Command syntax
1247
1248A @value{GDBN} command is a single line of input. There is no limit on
1249how long it can be. It starts with a command name, which is followed by
1250arguments whose meaning depends on the command name. For example, the
1251command @code{step} accepts an argument which is the number of times to
1252step, as in @samp{step 5}. You can also use the @code{step} command
96a2c332 1253with no arguments. Some commands do not allow any arguments.
c906108c
SS
1254
1255@cindex abbreviation
1256@value{GDBN} command names may always be truncated if that abbreviation is
1257unambiguous. Other possible command abbreviations are listed in the
1258documentation for individual commands. In some cases, even ambiguous
1259abbreviations are allowed; for example, @code{s} is specially defined as
1260equivalent to @code{step} even though there are other commands whose
1261names start with @code{s}. You can test abbreviations by using them as
1262arguments to the @code{help} command.
1263
1264@cindex repeating commands
41afff9a 1265@kindex RET @r{(repeat last command)}
c906108c 1266A blank line as input to @value{GDBN} (typing just @key{RET}) means to
96a2c332 1267repeat the previous command. Certain commands (for example, @code{run})
c906108c
SS
1268will not repeat this way; these are commands whose unintentional
1269repetition might cause trouble and which you are unlikely to want to
c45da7e6
EZ
1270repeat. User-defined commands can disable this feature; see
1271@ref{Define, dont-repeat}.
c906108c
SS
1272
1273The @code{list} and @code{x} commands, when you repeat them with
1274@key{RET}, construct new arguments rather than repeating
1275exactly as typed. This permits easy scanning of source or memory.
1276
1277@value{GDBN} can also use @key{RET} in another way: to partition lengthy
1278output, in a way similar to the common utility @code{more}
1279(@pxref{Screen Size,,Screen size}). Since it is easy to press one
1280@key{RET} too many in this situation, @value{GDBN} disables command
1281repetition after any command that generates this sort of display.
1282
41afff9a 1283@kindex # @r{(a comment)}
c906108c
SS
1284@cindex comment
1285Any text from a @kbd{#} to the end of the line is a comment; it does
1286nothing. This is useful mainly in command files (@pxref{Command
1287Files,,Command files}).
1288
88118b3a
TT
1289@cindex repeating command sequences
1290@kindex C-o @r{(operate-and-get-next)}
1291The @kbd{C-o} binding is useful for repeating a complex sequence of
1292commands. This command accepts the current line, like @kbd{RET}, and
1293then fetches the next line relative to the current line from the history
1294for editing.
1295
6d2ebf8b 1296@node Completion
c906108c
SS
1297@section Command completion
1298
1299@cindex completion
1300@cindex word completion
1301@value{GDBN} can fill in the rest of a word in a command for you, if there is
1302only one possibility; it can also show you what the valid possibilities
1303are for the next word in a command, at any time. This works for @value{GDBN}
1304commands, @value{GDBN} subcommands, and the names of symbols in your program.
1305
1306Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1307of a word. If there is only one possibility, @value{GDBN} fills in the
1308word, and waits for you to finish the command (or press @key{RET} to
1309enter it). For example, if you type
1310
1311@c FIXME "@key" does not distinguish its argument sufficiently to permit
1312@c complete accuracy in these examples; space introduced for clarity.
1313@c If texinfo enhancements make it unnecessary, it would be nice to
1314@c replace " @key" by "@key" in the following...
474c8240 1315@smallexample
c906108c 1316(@value{GDBP}) info bre @key{TAB}
474c8240 1317@end smallexample
c906108c
SS
1318
1319@noindent
1320@value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1321the only @code{info} subcommand beginning with @samp{bre}:
1322
474c8240 1323@smallexample
c906108c 1324(@value{GDBP}) info breakpoints
474c8240 1325@end smallexample
c906108c
SS
1326
1327@noindent
1328You can either press @key{RET} at this point, to run the @code{info
1329breakpoints} command, or backspace and enter something else, if
1330@samp{breakpoints} does not look like the command you expected. (If you
1331were sure you wanted @code{info breakpoints} in the first place, you
1332might as well just type @key{RET} immediately after @samp{info bre},
1333to exploit command abbreviations rather than command completion).
1334
1335If there is more than one possibility for the next word when you press
1336@key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1337characters and try again, or just press @key{TAB} a second time;
1338@value{GDBN} displays all the possible completions for that word. For
1339example, you might want to set a breakpoint on a subroutine whose name
1340begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1341just sounds the bell. Typing @key{TAB} again displays all the
1342function names in your program that begin with those characters, for
1343example:
1344
474c8240 1345@smallexample
c906108c
SS
1346(@value{GDBP}) b make_ @key{TAB}
1347@exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
5d161b24
DB
1348make_a_section_from_file make_environ
1349make_abs_section make_function_type
1350make_blockvector make_pointer_type
1351make_cleanup make_reference_type
c906108c
SS
1352make_command make_symbol_completion_list
1353(@value{GDBP}) b make_
474c8240 1354@end smallexample
c906108c
SS
1355
1356@noindent
1357After displaying the available possibilities, @value{GDBN} copies your
1358partial input (@samp{b make_} in the example) so you can finish the
1359command.
1360
1361If you just want to see the list of alternatives in the first place, you
b37052ae 1362can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
7a292a7a 1363means @kbd{@key{META} ?}. You can type this either by holding down a
c906108c 1364key designated as the @key{META} shift on your keyboard (if there is
7a292a7a 1365one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
c906108c
SS
1366
1367@cindex quotes in commands
1368@cindex completion of quoted strings
1369Sometimes the string you need, while logically a ``word'', may contain
7a292a7a
SS
1370parentheses or other characters that @value{GDBN} normally excludes from
1371its notion of a word. To permit word completion to work in this
1372situation, you may enclose words in @code{'} (single quote marks) in
1373@value{GDBN} commands.
c906108c 1374
c906108c 1375The most likely situation where you might need this is in typing the
b37052ae
EZ
1376name of a C@t{++} function. This is because C@t{++} allows function
1377overloading (multiple definitions of the same function, distinguished
1378by argument type). For example, when you want to set a breakpoint you
1379may need to distinguish whether you mean the version of @code{name}
1380that takes an @code{int} parameter, @code{name(int)}, or the version
1381that takes a @code{float} parameter, @code{name(float)}. To use the
1382word-completion facilities in this situation, type a single quote
1383@code{'} at the beginning of the function name. This alerts
1384@value{GDBN} that it may need to consider more information than usual
1385when you press @key{TAB} or @kbd{M-?} to request word completion:
c906108c 1386
474c8240 1387@smallexample
96a2c332 1388(@value{GDBP}) b 'bubble( @kbd{M-?}
c906108c
SS
1389bubble(double,double) bubble(int,int)
1390(@value{GDBP}) b 'bubble(
474c8240 1391@end smallexample
c906108c
SS
1392
1393In some cases, @value{GDBN} can tell that completing a name requires using
1394quotes. When this happens, @value{GDBN} inserts the quote for you (while
1395completing as much as it can) if you do not type the quote in the first
1396place:
1397
474c8240 1398@smallexample
c906108c
SS
1399(@value{GDBP}) b bub @key{TAB}
1400@exdent @value{GDBN} alters your input line to the following, and rings a bell:
1401(@value{GDBP}) b 'bubble(
474c8240 1402@end smallexample
c906108c
SS
1403
1404@noindent
1405In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1406you have not yet started typing the argument list when you ask for
1407completion on an overloaded symbol.
1408
d4f3574e 1409For more information about overloaded functions, see @ref{C plus plus
b37052ae 1410expressions, ,C@t{++} expressions}. You can use the command @code{set
c906108c 1411overload-resolution off} to disable overload resolution;
b37052ae 1412see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}.
c906108c
SS
1413
1414
6d2ebf8b 1415@node Help
c906108c
SS
1416@section Getting help
1417@cindex online documentation
1418@kindex help
1419
5d161b24 1420You can always ask @value{GDBN} itself for information on its commands,
c906108c
SS
1421using the command @code{help}.
1422
1423@table @code
41afff9a 1424@kindex h @r{(@code{help})}
c906108c
SS
1425@item help
1426@itemx h
1427You can use @code{help} (abbreviated @code{h}) with no arguments to
1428display a short list of named classes of commands:
1429
1430@smallexample
1431(@value{GDBP}) help
1432List of classes of commands:
1433
2df3850c 1434aliases -- Aliases of other commands
c906108c 1435breakpoints -- Making program stop at certain points
2df3850c 1436data -- Examining data
c906108c 1437files -- Specifying and examining files
2df3850c
JM
1438internals -- Maintenance commands
1439obscure -- Obscure features
1440running -- Running the program
1441stack -- Examining the stack
c906108c
SS
1442status -- Status inquiries
1443support -- Support facilities
96a2c332
SS
1444tracepoints -- Tracing of program execution without@*
1445 stopping the program
c906108c 1446user-defined -- User-defined commands
c906108c 1447
5d161b24 1448Type "help" followed by a class name for a list of
c906108c 1449commands in that class.
5d161b24 1450Type "help" followed by command name for full
c906108c
SS
1451documentation.
1452Command name abbreviations are allowed if unambiguous.
1453(@value{GDBP})
1454@end smallexample
96a2c332 1455@c the above line break eliminates huge line overfull...
c906108c
SS
1456
1457@item help @var{class}
1458Using one of the general help classes as an argument, you can get a
1459list of the individual commands in that class. For example, here is the
1460help display for the class @code{status}:
1461
1462@smallexample
1463(@value{GDBP}) help status
1464Status inquiries.
1465
1466List of commands:
1467
1468@c Line break in "show" line falsifies real output, but needed
1469@c to fit in smallbook page size.
2df3850c
JM
1470info -- Generic command for showing things
1471 about the program being debugged
1472show -- Generic command for showing things
1473 about the debugger
c906108c 1474
5d161b24 1475Type "help" followed by command name for full
c906108c
SS
1476documentation.
1477Command name abbreviations are allowed if unambiguous.
1478(@value{GDBP})
1479@end smallexample
1480
1481@item help @var{command}
1482With a command name as @code{help} argument, @value{GDBN} displays a
1483short paragraph on how to use that command.
1484
6837a0a2
DB
1485@kindex apropos
1486@item apropos @var{args}
09d4efe1 1487The @code{apropos} command searches through all of the @value{GDBN}
6837a0a2
DB
1488commands, and their documentation, for the regular expression specified in
1489@var{args}. It prints out all matches found. For example:
1490
1491@smallexample
1492apropos reload
1493@end smallexample
1494
b37052ae
EZ
1495@noindent
1496results in:
6837a0a2
DB
1497
1498@smallexample
6d2ebf8b
SS
1499@c @group
1500set symbol-reloading -- Set dynamic symbol table reloading
1501 multiple times in one run
1502show symbol-reloading -- Show dynamic symbol table reloading
1503 multiple times in one run
1504@c @end group
6837a0a2
DB
1505@end smallexample
1506
c906108c
SS
1507@kindex complete
1508@item complete @var{args}
1509The @code{complete @var{args}} command lists all the possible completions
1510for the beginning of a command. Use @var{args} to specify the beginning of the
1511command you want completed. For example:
1512
1513@smallexample
1514complete i
1515@end smallexample
1516
1517@noindent results in:
1518
1519@smallexample
1520@group
2df3850c
JM
1521if
1522ignore
c906108c
SS
1523info
1524inspect
c906108c
SS
1525@end group
1526@end smallexample
1527
1528@noindent This is intended for use by @sc{gnu} Emacs.
1529@end table
1530
1531In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1532and @code{show} to inquire about the state of your program, or the state
1533of @value{GDBN} itself. Each command supports many topics of inquiry; this
1534manual introduces each of them in the appropriate context. The listings
1535under @code{info} and under @code{show} in the Index point to
1536all the sub-commands. @xref{Index}.
1537
1538@c @group
1539@table @code
1540@kindex info
41afff9a 1541@kindex i @r{(@code{info})}
c906108c
SS
1542@item info
1543This command (abbreviated @code{i}) is for describing the state of your
1544program. For example, you can list the arguments given to your program
1545with @code{info args}, list the registers currently in use with @code{info
1546registers}, or list the breakpoints you have set with @code{info breakpoints}.
1547You can get a complete list of the @code{info} sub-commands with
1548@w{@code{help info}}.
1549
1550@kindex set
1551@item set
5d161b24 1552You can assign the result of an expression to an environment variable with
c906108c
SS
1553@code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1554@code{set prompt $}.
1555
1556@kindex show
1557@item show
5d161b24 1558In contrast to @code{info}, @code{show} is for describing the state of
c906108c
SS
1559@value{GDBN} itself.
1560You can change most of the things you can @code{show}, by using the
1561related command @code{set}; for example, you can control what number
1562system is used for displays with @code{set radix}, or simply inquire
1563which is currently in use with @code{show radix}.
1564
1565@kindex info set
1566To display all the settable parameters and their current
1567values, you can use @code{show} with no arguments; you may also use
1568@code{info set}. Both commands produce the same display.
1569@c FIXME: "info set" violates the rule that "info" is for state of
1570@c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1571@c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1572@end table
1573@c @end group
1574
1575Here are three miscellaneous @code{show} subcommands, all of which are
1576exceptional in lacking corresponding @code{set} commands:
1577
1578@table @code
1579@kindex show version
9c16f35a 1580@cindex @value{GDBN} version number
c906108c
SS
1581@item show version
1582Show what version of @value{GDBN} is running. You should include this
2df3850c
JM
1583information in @value{GDBN} bug-reports. If multiple versions of
1584@value{GDBN} are in use at your site, you may need to determine which
1585version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1586commands are introduced, and old ones may wither away. Also, many
1587system vendors ship variant versions of @value{GDBN}, and there are
96a2c332 1588variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
2df3850c
JM
1589The version number is the same as the one announced when you start
1590@value{GDBN}.
c906108c
SS
1591
1592@kindex show copying
09d4efe1 1593@kindex info copying
9c16f35a 1594@cindex display @value{GDBN} copyright
c906108c 1595@item show copying
09d4efe1 1596@itemx info copying
c906108c
SS
1597Display information about permission for copying @value{GDBN}.
1598
1599@kindex show warranty
09d4efe1 1600@kindex info warranty
c906108c 1601@item show warranty
09d4efe1 1602@itemx info warranty
2df3850c 1603Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
96a2c332 1604if your version of @value{GDBN} comes with one.
2df3850c 1605
c906108c
SS
1606@end table
1607
6d2ebf8b 1608@node Running
c906108c
SS
1609@chapter Running Programs Under @value{GDBN}
1610
1611When you run a program under @value{GDBN}, you must first generate
1612debugging information when you compile it.
7a292a7a
SS
1613
1614You may start @value{GDBN} with its arguments, if any, in an environment
1615of your choice. If you are doing native debugging, you may redirect
1616your program's input and output, debug an already running process, or
1617kill a child process.
c906108c
SS
1618
1619@menu
1620* Compilation:: Compiling for debugging
1621* Starting:: Starting your program
c906108c
SS
1622* Arguments:: Your program's arguments
1623* Environment:: Your program's environment
c906108c
SS
1624
1625* Working Directory:: Your program's working directory
1626* Input/Output:: Your program's input and output
1627* Attach:: Debugging an already-running process
1628* Kill Process:: Killing the child process
c906108c
SS
1629
1630* Threads:: Debugging programs with multiple threads
1631* Processes:: Debugging programs with multiple processes
1632@end menu
1633
6d2ebf8b 1634@node Compilation
c906108c
SS
1635@section Compiling for debugging
1636
1637In order to debug a program effectively, you need to generate
1638debugging information when you compile it. This debugging information
1639is stored in the object file; it describes the data type of each
1640variable or function and the correspondence between source line numbers
1641and addresses in the executable code.
1642
1643To request debugging information, specify the @samp{-g} option when you run
1644the compiler.
1645
e2e0bcd1
JB
1646Most compilers do not include information about preprocessor macros in
1647the debugging information if you specify the @option{-g} flag alone,
1648because this information is rather large. Version 3.1 of @value{NGCC},
1649the @sc{gnu} C compiler, provides macro information if you specify the
1650options @option{-gdwarf-2} and @option{-g3}; the former option requests
1651debugging information in the Dwarf 2 format, and the latter requests
1652``extra information''. In the future, we hope to find more compact ways
1653to represent macro information, so that it can be included with
1654@option{-g} alone.
1655
c906108c
SS
1656Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1657options together. Using those compilers, you cannot generate optimized
1658executables containing debugging information.
1659
53a5351d
JM
1660@value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1661without @samp{-O}, making it possible to debug optimized code. We
1662recommend that you @emph{always} use @samp{-g} whenever you compile a
1663program. You may think your program is correct, but there is no sense
1664in pushing your luck.
c906108c
SS
1665
1666@cindex optimized code, debugging
1667@cindex debugging optimized code
1668When you debug a program compiled with @samp{-g -O}, remember that the
1669optimizer is rearranging your code; the debugger shows you what is
1670really there. Do not be too surprised when the execution path does not
1671exactly match your source file! An extreme example: if you define a
1672variable, but never use it, @value{GDBN} never sees that
1673variable---because the compiler optimizes it out of existence.
1674
1675Some things do not work as well with @samp{-g -O} as with just
1676@samp{-g}, particularly on machines with instruction scheduling. If in
1677doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1678please report it to us as a bug (including a test case!).
15387254 1679@xref{Variables}, for more information about debugging optimized code.
c906108c
SS
1680
1681Older versions of the @sc{gnu} C compiler permitted a variant option
1682@w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1683format; if your @sc{gnu} C compiler has this option, do not use it.
1684
1685@need 2000
6d2ebf8b 1686@node Starting
c906108c
SS
1687@section Starting your program
1688@cindex starting
1689@cindex running
1690
1691@table @code
1692@kindex run
41afff9a 1693@kindex r @r{(@code{run})}
c906108c
SS
1694@item run
1695@itemx r
7a292a7a
SS
1696Use the @code{run} command to start your program under @value{GDBN}.
1697You must first specify the program name (except on VxWorks) with an
1698argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1699@value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1700(@pxref{Files, ,Commands to specify files}).
c906108c
SS
1701
1702@end table
1703
c906108c
SS
1704If you are running your program in an execution environment that
1705supports processes, @code{run} creates an inferior process and makes
1706that process run your program. (In environments without processes,
1707@code{run} jumps to the start of your program.)
1708
1709The execution of a program is affected by certain information it
1710receives from its superior. @value{GDBN} provides ways to specify this
1711information, which you must do @emph{before} starting your program. (You
1712can change it after starting your program, but such changes only affect
1713your program the next time you start it.) This information may be
1714divided into four categories:
1715
1716@table @asis
1717@item The @emph{arguments.}
1718Specify the arguments to give your program as the arguments of the
1719@code{run} command. If a shell is available on your target, the shell
1720is used to pass the arguments, so that you may use normal conventions
1721(such as wildcard expansion or variable substitution) in describing
1722the arguments.
1723In Unix systems, you can control which shell is used with the
1724@code{SHELL} environment variable.
1725@xref{Arguments, ,Your program's arguments}.
1726
1727@item The @emph{environment.}
1728Your program normally inherits its environment from @value{GDBN}, but you can
1729use the @value{GDBN} commands @code{set environment} and @code{unset
1730environment} to change parts of the environment that affect
1731your program. @xref{Environment, ,Your program's environment}.
1732
1733@item The @emph{working directory.}
1734Your program inherits its working directory from @value{GDBN}. You can set
1735the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1736@xref{Working Directory, ,Your program's working directory}.
1737
1738@item The @emph{standard input and output.}
1739Your program normally uses the same device for standard input and
1740standard output as @value{GDBN} is using. You can redirect input and output
1741in the @code{run} command line, or you can use the @code{tty} command to
1742set a different device for your program.
1743@xref{Input/Output, ,Your program's input and output}.
1744
1745@cindex pipes
1746@emph{Warning:} While input and output redirection work, you cannot use
1747pipes to pass the output of the program you are debugging to another
1748program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1749wrong program.
1750@end table
c906108c
SS
1751
1752When you issue the @code{run} command, your program begins to execute
1753immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1754of how to arrange for your program to stop. Once your program has
1755stopped, you may call functions in your program, using the @code{print}
1756or @code{call} commands. @xref{Data, ,Examining Data}.
1757
1758If the modification time of your symbol file has changed since the last
1759time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1760table, and reads it again. When it does this, @value{GDBN} tries to retain
1761your current breakpoints.
1762
4e8b0763
JB
1763@table @code
1764@kindex start
1765@item start
1766@cindex run to main procedure
1767The name of the main procedure can vary from language to language.
1768With C or C@t{++}, the main procedure name is always @code{main}, but
1769other languages such as Ada do not require a specific name for their
1770main procedure. The debugger provides a convenient way to start the
1771execution of the program and to stop at the beginning of the main
1772procedure, depending on the language used.
1773
1774The @samp{start} command does the equivalent of setting a temporary
1775breakpoint at the beginning of the main procedure and then invoking
1776the @samp{run} command.
1777
f018e82f
EZ
1778@cindex elaboration phase
1779Some programs contain an @dfn{elaboration} phase where some startup code is
1780executed before the main procedure is called. This depends on the
1781languages used to write your program. In C@t{++}, for instance,
4e8b0763
JB
1782constructors for static and global objects are executed before
1783@code{main} is called. It is therefore possible that the debugger stops
1784before reaching the main procedure. However, the temporary breakpoint
1785will remain to halt execution.
1786
1787Specify the arguments to give to your program as arguments to the
1788@samp{start} command. These arguments will be given verbatim to the
1789underlying @samp{run} command. Note that the same arguments will be
1790reused if no argument is provided during subsequent calls to
1791@samp{start} or @samp{run}.
1792
1793It is sometimes necessary to debug the program during elaboration. In
1794these cases, using the @code{start} command would stop the execution of
1795your program too late, as the program would have already completed the
1796elaboration phase. Under these circumstances, insert breakpoints in your
1797elaboration code before running your program.
1798@end table
1799
6d2ebf8b 1800@node Arguments
c906108c
SS
1801@section Your program's arguments
1802
1803@cindex arguments (to your program)
1804The arguments to your program can be specified by the arguments of the
5d161b24 1805@code{run} command.
c906108c
SS
1806They are passed to a shell, which expands wildcard characters and
1807performs redirection of I/O, and thence to your program. Your
1808@code{SHELL} environment variable (if it exists) specifies what shell
1809@value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
d4f3574e
SS
1810the default shell (@file{/bin/sh} on Unix).
1811
1812On non-Unix systems, the program is usually invoked directly by
1813@value{GDBN}, which emulates I/O redirection via the appropriate system
1814calls, and the wildcard characters are expanded by the startup code of
1815the program, not by the shell.
c906108c
SS
1816
1817@code{run} with no arguments uses the same arguments used by the previous
1818@code{run}, or those set by the @code{set args} command.
1819
c906108c 1820@table @code
41afff9a 1821@kindex set args
c906108c
SS
1822@item set args
1823Specify the arguments to be used the next time your program is run. If
1824@code{set args} has no arguments, @code{run} executes your program
1825with no arguments. Once you have run your program with arguments,
1826using @code{set args} before the next @code{run} is the only way to run
1827it again without arguments.
1828
1829@kindex show args
1830@item show args
1831Show the arguments to give your program when it is started.
1832@end table
1833
6d2ebf8b 1834@node Environment
c906108c
SS
1835@section Your program's environment
1836
1837@cindex environment (of your program)
1838The @dfn{environment} consists of a set of environment variables and
1839their values. Environment variables conventionally record such things as
1840your user name, your home directory, your terminal type, and your search
1841path for programs to run. Usually you set up environment variables with
1842the shell and they are inherited by all the other programs you run. When
1843debugging, it can be useful to try running your program with a modified
1844environment without having to start @value{GDBN} over again.
1845
1846@table @code
1847@kindex path
1848@item path @var{directory}
1849Add @var{directory} to the front of the @code{PATH} environment variable
17cc6a06
EZ
1850(the search path for executables) that will be passed to your program.
1851The value of @code{PATH} used by @value{GDBN} does not change.
d4f3574e
SS
1852You may specify several directory names, separated by whitespace or by a
1853system-dependent separator character (@samp{:} on Unix, @samp{;} on
1854MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1855is moved to the front, so it is searched sooner.
c906108c
SS
1856
1857You can use the string @samp{$cwd} to refer to whatever is the current
1858working directory at the time @value{GDBN} searches the path. If you
1859use @samp{.} instead, it refers to the directory where you executed the
1860@code{path} command. @value{GDBN} replaces @samp{.} in the
1861@var{directory} argument (with the current path) before adding
1862@var{directory} to the search path.
1863@c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1864@c document that, since repeating it would be a no-op.
1865
1866@kindex show paths
1867@item show paths
1868Display the list of search paths for executables (the @code{PATH}
1869environment variable).
1870
1871@kindex show environment
1872@item show environment @r{[}@var{varname}@r{]}
1873Print the value of environment variable @var{varname} to be given to
1874your program when it starts. If you do not supply @var{varname},
1875print the names and values of all environment variables to be given to
1876your program. You can abbreviate @code{environment} as @code{env}.
1877
1878@kindex set environment
53a5351d 1879@item set environment @var{varname} @r{[}=@var{value}@r{]}
c906108c
SS
1880Set environment variable @var{varname} to @var{value}. The value
1881changes for your program only, not for @value{GDBN} itself. @var{value} may
1882be any string; the values of environment variables are just strings, and
1883any interpretation is supplied by your program itself. The @var{value}
1884parameter is optional; if it is eliminated, the variable is set to a
1885null value.
1886@c "any string" here does not include leading, trailing
1887@c blanks. Gnu asks: does anyone care?
1888
1889For example, this command:
1890
474c8240 1891@smallexample
c906108c 1892set env USER = foo
474c8240 1893@end smallexample
c906108c
SS
1894
1895@noindent
d4f3574e 1896tells the debugged program, when subsequently run, that its user is named
c906108c
SS
1897@samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1898are not actually required.)
1899
1900@kindex unset environment
1901@item unset environment @var{varname}
1902Remove variable @var{varname} from the environment to be passed to your
1903program. This is different from @samp{set env @var{varname} =};
1904@code{unset environment} removes the variable from the environment,
1905rather than assigning it an empty value.
1906@end table
1907
d4f3574e
SS
1908@emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1909the shell indicated
c906108c
SS
1910by your @code{SHELL} environment variable if it exists (or
1911@code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1912that runs an initialization file---such as @file{.cshrc} for C-shell, or
1913@file{.bashrc} for BASH---any variables you set in that file affect
1914your program. You may wish to move setting of environment variables to
1915files that are only run when you sign on, such as @file{.login} or
1916@file{.profile}.
1917
6d2ebf8b 1918@node Working Directory
c906108c
SS
1919@section Your program's working directory
1920
1921@cindex working directory (of your program)
1922Each time you start your program with @code{run}, it inherits its
1923working directory from the current working directory of @value{GDBN}.
1924The @value{GDBN} working directory is initially whatever it inherited
1925from its parent process (typically the shell), but you can specify a new
1926working directory in @value{GDBN} with the @code{cd} command.
1927
1928The @value{GDBN} working directory also serves as a default for the commands
1929that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1930specify files}.
1931
1932@table @code
1933@kindex cd
721c2651 1934@cindex change working directory
c906108c
SS
1935@item cd @var{directory}
1936Set the @value{GDBN} working directory to @var{directory}.
1937
1938@kindex pwd
1939@item pwd
1940Print the @value{GDBN} working directory.
1941@end table
1942
60bf7e09
EZ
1943It is generally impossible to find the current working directory of
1944the process being debugged (since a program can change its directory
1945during its run). If you work on a system where @value{GDBN} is
1946configured with the @file{/proc} support, you can use the @code{info
1947proc} command (@pxref{SVR4 Process Information}) to find out the
1948current working directory of the debuggee.
1949
6d2ebf8b 1950@node Input/Output
c906108c
SS
1951@section Your program's input and output
1952
1953@cindex redirection
1954@cindex i/o
1955@cindex terminal
1956By default, the program you run under @value{GDBN} does input and output to
5d161b24 1957the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
c906108c
SS
1958to its own terminal modes to interact with you, but it records the terminal
1959modes your program was using and switches back to them when you continue
1960running your program.
1961
1962@table @code
1963@kindex info terminal
1964@item info terminal
1965Displays information recorded by @value{GDBN} about the terminal modes your
1966program is using.
1967@end table
1968
1969You can redirect your program's input and/or output using shell
1970redirection with the @code{run} command. For example,
1971
474c8240 1972@smallexample
c906108c 1973run > outfile
474c8240 1974@end smallexample
c906108c
SS
1975
1976@noindent
1977starts your program, diverting its output to the file @file{outfile}.
1978
1979@kindex tty
1980@cindex controlling terminal
1981Another way to specify where your program should do input and output is
1982with the @code{tty} command. This command accepts a file name as
1983argument, and causes this file to be the default for future @code{run}
1984commands. It also resets the controlling terminal for the child
1985process, for future @code{run} commands. For example,
1986
474c8240 1987@smallexample
c906108c 1988tty /dev/ttyb
474c8240 1989@end smallexample
c906108c
SS
1990
1991@noindent
1992directs that processes started with subsequent @code{run} commands
1993default to do input and output on the terminal @file{/dev/ttyb} and have
1994that as their controlling terminal.
1995
1996An explicit redirection in @code{run} overrides the @code{tty} command's
1997effect on the input/output device, but not its effect on the controlling
1998terminal.
1999
2000When you use the @code{tty} command or redirect input in the @code{run}
2001command, only the input @emph{for your program} is affected. The input
2002for @value{GDBN} still comes from your terminal.
2003
6d2ebf8b 2004@node Attach
c906108c
SS
2005@section Debugging an already-running process
2006@kindex attach
2007@cindex attach
2008
2009@table @code
2010@item attach @var{process-id}
2011This command attaches to a running process---one that was started
2012outside @value{GDBN}. (@code{info files} shows your active
2013targets.) The command takes as argument a process ID. The usual way to
09d4efe1 2014find out the @var{process-id} of a Unix process is with the @code{ps} utility,
c906108c
SS
2015or with the @samp{jobs -l} shell command.
2016
2017@code{attach} does not repeat if you press @key{RET} a second time after
2018executing the command.
2019@end table
2020
2021To use @code{attach}, your program must be running in an environment
2022which supports processes; for example, @code{attach} does not work for
2023programs on bare-board targets that lack an operating system. You must
2024also have permission to send the process a signal.
2025
2026When you use @code{attach}, the debugger finds the program running in
2027the process first by looking in the current working directory, then (if
2028the program is not found) by using the source file search path
2029(@pxref{Source Path, ,Specifying source directories}). You can also use
2030the @code{file} command to load the program. @xref{Files, ,Commands to
2031Specify Files}.
2032
2033The first thing @value{GDBN} does after arranging to debug the specified
2034process is to stop it. You can examine and modify an attached process
53a5351d
JM
2035with all the @value{GDBN} commands that are ordinarily available when
2036you start processes with @code{run}. You can insert breakpoints; you
2037can step and continue; you can modify storage. If you would rather the
2038process continue running, you may use the @code{continue} command after
c906108c
SS
2039attaching @value{GDBN} to the process.
2040
2041@table @code
2042@kindex detach
2043@item detach
2044When you have finished debugging the attached process, you can use the
2045@code{detach} command to release it from @value{GDBN} control. Detaching
2046the process continues its execution. After the @code{detach} command,
2047that process and @value{GDBN} become completely independent once more, and you
2048are ready to @code{attach} another process or start one with @code{run}.
2049@code{detach} does not repeat if you press @key{RET} again after
2050executing the command.
2051@end table
2052
2053If you exit @value{GDBN} or use the @code{run} command while you have an
2054attached process, you kill that process. By default, @value{GDBN} asks
2055for confirmation if you try to do either of these things; you can
2056control whether or not you need to confirm by using the @code{set
2057confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
2058messages}).
2059
6d2ebf8b 2060@node Kill Process
c906108c 2061@section Killing the child process
c906108c
SS
2062
2063@table @code
2064@kindex kill
2065@item kill
2066Kill the child process in which your program is running under @value{GDBN}.
2067@end table
2068
2069This command is useful if you wish to debug a core dump instead of a
2070running process. @value{GDBN} ignores any core dump file while your program
2071is running.
2072
2073On some operating systems, a program cannot be executed outside @value{GDBN}
2074while you have breakpoints set on it inside @value{GDBN}. You can use the
2075@code{kill} command in this situation to permit running your program
2076outside the debugger.
2077
2078The @code{kill} command is also useful if you wish to recompile and
2079relink your program, since on many systems it is impossible to modify an
2080executable file while it is running in a process. In this case, when you
2081next type @code{run}, @value{GDBN} notices that the file has changed, and
2082reads the symbol table again (while trying to preserve your current
2083breakpoint settings).
2084
6d2ebf8b 2085@node Threads
c906108c 2086@section Debugging programs with multiple threads
c906108c
SS
2087
2088@cindex threads of execution
2089@cindex multiple threads
2090@cindex switching threads
2091In some operating systems, such as HP-UX and Solaris, a single program
2092may have more than one @dfn{thread} of execution. The precise semantics
2093of threads differ from one operating system to another, but in general
2094the threads of a single program are akin to multiple processes---except
2095that they share one address space (that is, they can all examine and
2096modify the same variables). On the other hand, each thread has its own
2097registers and execution stack, and perhaps private memory.
2098
2099@value{GDBN} provides these facilities for debugging multi-thread
2100programs:
2101
2102@itemize @bullet
2103@item automatic notification of new threads
2104@item @samp{thread @var{threadno}}, a command to switch among threads
2105@item @samp{info threads}, a command to inquire about existing threads
5d161b24 2106@item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
c906108c
SS
2107a command to apply a command to a list of threads
2108@item thread-specific breakpoints
2109@end itemize
2110
c906108c
SS
2111@quotation
2112@emph{Warning:} These facilities are not yet available on every
2113@value{GDBN} configuration where the operating system supports threads.
2114If your @value{GDBN} does not support threads, these commands have no
2115effect. For example, a system without thread support shows no output
2116from @samp{info threads}, and always rejects the @code{thread} command,
2117like this:
2118
2119@smallexample
2120(@value{GDBP}) info threads
2121(@value{GDBP}) thread 1
2122Thread ID 1 not known. Use the "info threads" command to
2123see the IDs of currently known threads.
2124@end smallexample
2125@c FIXME to implementors: how hard would it be to say "sorry, this GDB
2126@c doesn't support threads"?
2127@end quotation
c906108c
SS
2128
2129@cindex focus of debugging
2130@cindex current thread
2131The @value{GDBN} thread debugging facility allows you to observe all
2132threads while your program runs---but whenever @value{GDBN} takes
2133control, one thread in particular is always the focus of debugging.
2134This thread is called the @dfn{current thread}. Debugging commands show
2135program information from the perspective of the current thread.
2136
41afff9a 2137@cindex @code{New} @var{systag} message
c906108c
SS
2138@cindex thread identifier (system)
2139@c FIXME-implementors!! It would be more helpful if the [New...] message
2140@c included GDB's numeric thread handle, so you could just go to that
2141@c thread without first checking `info threads'.
2142Whenever @value{GDBN} detects a new thread in your program, it displays
2143the target system's identification for the thread with a message in the
2144form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2145whose form varies depending on the particular system. For example, on
2146LynxOS, you might see
2147
474c8240 2148@smallexample
c906108c 2149[New process 35 thread 27]
474c8240 2150@end smallexample
c906108c
SS
2151
2152@noindent
2153when @value{GDBN} notices a new thread. In contrast, on an SGI system,
2154the @var{systag} is simply something like @samp{process 368}, with no
2155further qualifier.
2156
2157@c FIXME!! (1) Does the [New...] message appear even for the very first
2158@c thread of a program, or does it only appear for the
6ca652b0 2159@c second---i.e.@: when it becomes obvious we have a multithread
c906108c
SS
2160@c program?
2161@c (2) *Is* there necessarily a first thread always? Or do some
2162@c multithread systems permit starting a program with multiple
5d161b24 2163@c threads ab initio?
c906108c
SS
2164
2165@cindex thread number
2166@cindex thread identifier (GDB)
2167For debugging purposes, @value{GDBN} associates its own thread
2168number---always a single integer---with each thread in your program.
2169
2170@table @code
2171@kindex info threads
2172@item info threads
2173Display a summary of all threads currently in your
2174program. @value{GDBN} displays for each thread (in this order):
2175
2176@enumerate
09d4efe1
EZ
2177@item
2178the thread number assigned by @value{GDBN}
c906108c 2179
09d4efe1
EZ
2180@item
2181the target system's thread identifier (@var{systag})
c906108c 2182
09d4efe1
EZ
2183@item
2184the current stack frame summary for that thread
c906108c
SS
2185@end enumerate
2186
2187@noindent
2188An asterisk @samp{*} to the left of the @value{GDBN} thread number
2189indicates the current thread.
2190
5d161b24 2191For example,
c906108c
SS
2192@end table
2193@c end table here to get a little more width for example
2194
2195@smallexample
2196(@value{GDBP}) info threads
2197 3 process 35 thread 27 0x34e5 in sigpause ()
2198 2 process 35 thread 23 0x34e5 in sigpause ()
2199* 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2200 at threadtest.c:68
2201@end smallexample
53a5351d
JM
2202
2203On HP-UX systems:
c906108c 2204
4644b6e3
EZ
2205@cindex debugging multithreaded programs (on HP-UX)
2206@cindex thread identifier (GDB), on HP-UX
c906108c
SS
2207For debugging purposes, @value{GDBN} associates its own thread
2208number---a small integer assigned in thread-creation order---with each
2209thread in your program.
2210
41afff9a
EZ
2211@cindex @code{New} @var{systag} message, on HP-UX
2212@cindex thread identifier (system), on HP-UX
c906108c
SS
2213@c FIXME-implementors!! It would be more helpful if the [New...] message
2214@c included GDB's numeric thread handle, so you could just go to that
2215@c thread without first checking `info threads'.
2216Whenever @value{GDBN} detects a new thread in your program, it displays
2217both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2218form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2219whose form varies depending on the particular system. For example, on
2220HP-UX, you see
2221
474c8240 2222@smallexample
c906108c 2223[New thread 2 (system thread 26594)]
474c8240 2224@end smallexample
c906108c
SS
2225
2226@noindent
5d161b24 2227when @value{GDBN} notices a new thread.
c906108c
SS
2228
2229@table @code
4644b6e3 2230@kindex info threads (HP-UX)
c906108c
SS
2231@item info threads
2232Display a summary of all threads currently in your
2233program. @value{GDBN} displays for each thread (in this order):
2234
2235@enumerate
2236@item the thread number assigned by @value{GDBN}
2237
2238@item the target system's thread identifier (@var{systag})
2239
2240@item the current stack frame summary for that thread
2241@end enumerate
2242
2243@noindent
2244An asterisk @samp{*} to the left of the @value{GDBN} thread number
2245indicates the current thread.
2246
5d161b24 2247For example,
c906108c
SS
2248@end table
2249@c end table here to get a little more width for example
2250
474c8240 2251@smallexample
c906108c 2252(@value{GDBP}) info threads
6d2ebf8b
SS
2253 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2254 at quicksort.c:137
2255 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2256 from /usr/lib/libc.2
2257 1 system thread 27905 0x7b003498 in _brk () \@*
2258 from /usr/lib/libc.2
474c8240 2259@end smallexample
c906108c 2260
c45da7e6
EZ
2261On Solaris, you can display more information about user threads with a
2262Solaris-specific command:
2263
2264@table @code
2265@item maint info sol-threads
2266@kindex maint info sol-threads
2267@cindex thread info (Solaris)
2268Display info on Solaris user threads.
2269@end table
2270
c906108c
SS
2271@table @code
2272@kindex thread @var{threadno}
2273@item thread @var{threadno}
2274Make thread number @var{threadno} the current thread. The command
2275argument @var{threadno} is the internal @value{GDBN} thread number, as
2276shown in the first field of the @samp{info threads} display.
2277@value{GDBN} responds by displaying the system identifier of the thread
2278you selected, and its current stack frame summary:
2279
2280@smallexample
2281@c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2282(@value{GDBP}) thread 2
c906108c 2283[Switching to process 35 thread 23]
c906108c
SS
22840x34e5 in sigpause ()
2285@end smallexample
2286
2287@noindent
2288As with the @samp{[New @dots{}]} message, the form of the text after
2289@samp{Switching to} depends on your system's conventions for identifying
5d161b24 2290threads.
c906108c 2291
9c16f35a 2292@kindex thread apply
c906108c
SS
2293@item thread apply [@var{threadno}] [@var{all}] @var{args}
2294The @code{thread apply} command allows you to apply a command to one or
2295more threads. Specify the numbers of the threads that you want affected
2296with the command argument @var{threadno}. @var{threadno} is the internal
2297@value{GDBN} thread number, as shown in the first field of the @samp{info
5d161b24
DB
2298threads} display. To apply a command to all threads, use
2299@code{thread apply all} @var{args}.
c906108c
SS
2300@end table
2301
2302@cindex automatic thread selection
2303@cindex switching threads automatically
2304@cindex threads, automatic switching
2305Whenever @value{GDBN} stops your program, due to a breakpoint or a
2306signal, it automatically selects the thread where that breakpoint or
2307signal happened. @value{GDBN} alerts you to the context switch with a
2308message of the form @samp{[Switching to @var{systag}]} to identify the
2309thread.
2310
2311@xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2312more information about how @value{GDBN} behaves when you stop and start
2313programs with multiple threads.
2314
2315@xref{Set Watchpoints,,Setting watchpoints}, for information about
2316watchpoints in programs with multiple threads.
c906108c 2317
6d2ebf8b 2318@node Processes
c906108c
SS
2319@section Debugging programs with multiple processes
2320
2321@cindex fork, debugging programs which call
2322@cindex multiple processes
2323@cindex processes, multiple
53a5351d
JM
2324On most systems, @value{GDBN} has no special support for debugging
2325programs which create additional processes using the @code{fork}
2326function. When a program forks, @value{GDBN} will continue to debug the
2327parent process and the child process will run unimpeded. If you have
2328set a breakpoint in any code which the child then executes, the child
2329will get a @code{SIGTRAP} signal which (unless it catches the signal)
2330will cause it to terminate.
c906108c
SS
2331
2332However, if you want to debug the child process there is a workaround
2333which isn't too painful. Put a call to @code{sleep} in the code which
2334the child process executes after the fork. It may be useful to sleep
2335only if a certain environment variable is set, or a certain file exists,
2336so that the delay need not occur when you don't want to run @value{GDBN}
2337on the child. While the child is sleeping, use the @code{ps} program to
2338get its process ID. Then tell @value{GDBN} (a new invocation of
2339@value{GDBN} if you are also debugging the parent process) to attach to
d4f3574e 2340the child process (@pxref{Attach}). From that point on you can debug
c906108c 2341the child process just like any other process which you attached to.
c906108c 2342
b51970ac
DJ
2343On some systems, @value{GDBN} provides support for debugging programs that
2344create additional processes using the @code{fork} or @code{vfork} functions.
2345Currently, the only platforms with this feature are HP-UX (11.x and later
2346only?) and GNU/Linux (kernel version 2.5.60 and later).
c906108c
SS
2347
2348By default, when a program forks, @value{GDBN} will continue to debug
2349the parent process and the child process will run unimpeded.
2350
2351If you want to follow the child process instead of the parent process,
2352use the command @w{@code{set follow-fork-mode}}.
2353
2354@table @code
2355@kindex set follow-fork-mode
2356@item set follow-fork-mode @var{mode}
2357Set the debugger response to a program call of @code{fork} or
2358@code{vfork}. A call to @code{fork} or @code{vfork} creates a new
9c16f35a 2359process. The @var{mode} argument can be:
c906108c
SS
2360
2361@table @code
2362@item parent
2363The original process is debugged after a fork. The child process runs
2df3850c 2364unimpeded. This is the default.
c906108c
SS
2365
2366@item child
2367The new process is debugged after a fork. The parent process runs
2368unimpeded.
2369
c906108c
SS
2370@end table
2371
9c16f35a 2372@kindex show follow-fork-mode
c906108c 2373@item show follow-fork-mode
2df3850c 2374Display the current debugger response to a @code{fork} or @code{vfork} call.
c906108c
SS
2375@end table
2376
2377If you ask to debug a child process and a @code{vfork} is followed by an
2378@code{exec}, @value{GDBN} executes the new target up to the first
2379breakpoint in the new target. If you have a breakpoint set on
2380@code{main} in your original program, the breakpoint will also be set on
2381the child process's @code{main}.
2382
2383When a child process is spawned by @code{vfork}, you cannot debug the
2384child or parent until an @code{exec} call completes.
2385
2386If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2387call executes, the new target restarts. To restart the parent process,
2388use the @code{file} command with the parent executable name as its
2389argument.
2390
2391You can use the @code{catch} command to make @value{GDBN} stop whenever
2392a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2393Catchpoints, ,Setting catchpoints}.
c906108c 2394
6d2ebf8b 2395@node Stopping
c906108c
SS
2396@chapter Stopping and Continuing
2397
2398The principal purposes of using a debugger are so that you can stop your
2399program before it terminates; or so that, if your program runs into
2400trouble, you can investigate and find out why.
2401
7a292a7a
SS
2402Inside @value{GDBN}, your program may stop for any of several reasons,
2403such as a signal, a breakpoint, or reaching a new line after a
2404@value{GDBN} command such as @code{step}. You may then examine and
2405change variables, set new breakpoints or remove old ones, and then
2406continue execution. Usually, the messages shown by @value{GDBN} provide
2407ample explanation of the status of your program---but you can also
2408explicitly request this information at any time.
c906108c
SS
2409
2410@table @code
2411@kindex info program
2412@item info program
2413Display information about the status of your program: whether it is
7a292a7a 2414running or not, what process it is, and why it stopped.
c906108c
SS
2415@end table
2416
2417@menu
2418* Breakpoints:: Breakpoints, watchpoints, and catchpoints
2419* Continuing and Stepping:: Resuming execution
c906108c 2420* Signals:: Signals
c906108c 2421* Thread Stops:: Stopping and starting multi-thread programs
c906108c
SS
2422@end menu
2423
6d2ebf8b 2424@node Breakpoints
c906108c
SS
2425@section Breakpoints, watchpoints, and catchpoints
2426
2427@cindex breakpoints
2428A @dfn{breakpoint} makes your program stop whenever a certain point in
2429the program is reached. For each breakpoint, you can add conditions to
2430control in finer detail whether your program stops. You can set
2431breakpoints with the @code{break} command and its variants (@pxref{Set
2432Breaks, ,Setting breakpoints}), to specify the place where your program
2433should stop by line number, function name or exact address in the
2434program.
2435
09d4efe1
EZ
2436On some systems, you can set breakpoints in shared libraries before
2437the executable is run. There is a minor limitation on HP-UX systems:
2438you must wait until the executable is run in order to set breakpoints
2439in shared library routines that are not called directly by the program
2440(for example, routines that are arguments in a @code{pthread_create}
2441call).
c906108c
SS
2442
2443@cindex watchpoints
2444@cindex memory tracing
2445@cindex breakpoint on memory address
2446@cindex breakpoint on variable modification
2447A @dfn{watchpoint} is a special breakpoint that stops your program
2448when the value of an expression changes. You must use a different
2449command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2450watchpoints}), but aside from that, you can manage a watchpoint like
2451any other breakpoint: you enable, disable, and delete both breakpoints
2452and watchpoints using the same commands.
2453
2454You can arrange to have values from your program displayed automatically
2455whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2456Automatic display}.
2457
2458@cindex catchpoints
2459@cindex breakpoint on events
2460A @dfn{catchpoint} is another special breakpoint that stops your program
b37052ae 2461when a certain kind of event occurs, such as the throwing of a C@t{++}
c906108c
SS
2462exception or the loading of a library. As with watchpoints, you use a
2463different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2464catchpoints}), but aside from that, you can manage a catchpoint like any
2465other breakpoint. (To stop when your program receives a signal, use the
d4f3574e 2466@code{handle} command; see @ref{Signals, ,Signals}.)
c906108c
SS
2467
2468@cindex breakpoint numbers
2469@cindex numbers for breakpoints
2470@value{GDBN} assigns a number to each breakpoint, watchpoint, or
2471catchpoint when you create it; these numbers are successive integers
2472starting with one. In many of the commands for controlling various
2473features of breakpoints you use the breakpoint number to say which
2474breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2475@dfn{disabled}; if disabled, it has no effect on your program until you
2476enable it again.
2477
c5394b80
JM
2478@cindex breakpoint ranges
2479@cindex ranges of breakpoints
2480Some @value{GDBN} commands accept a range of breakpoints on which to
2481operate. A breakpoint range is either a single breakpoint number, like
2482@samp{5}, or two such numbers, in increasing order, separated by a
2483hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2484all breakpoint in that range are operated on.
2485
c906108c
SS
2486@menu
2487* Set Breaks:: Setting breakpoints
2488* Set Watchpoints:: Setting watchpoints
2489* Set Catchpoints:: Setting catchpoints
2490* Delete Breaks:: Deleting breakpoints
2491* Disabling:: Disabling breakpoints
2492* Conditions:: Break conditions
2493* Break Commands:: Breakpoint command lists
c906108c 2494* Breakpoint Menus:: Breakpoint menus
d4f3574e 2495* Error in Breakpoints:: ``Cannot insert breakpoints''
e4d5f7e1 2496* Breakpoint related warnings:: ``Breakpoint address adjusted...''
c906108c
SS
2497@end menu
2498
6d2ebf8b 2499@node Set Breaks
c906108c
SS
2500@subsection Setting breakpoints
2501
5d161b24 2502@c FIXME LMB what does GDB do if no code on line of breakpt?
c906108c
SS
2503@c consider in particular declaration with/without initialization.
2504@c
2505@c FIXME 2 is there stuff on this already? break at fun start, already init?
2506
2507@kindex break
41afff9a
EZ
2508@kindex b @r{(@code{break})}
2509@vindex $bpnum@r{, convenience variable}
c906108c
SS
2510@cindex latest breakpoint
2511Breakpoints are set with the @code{break} command (abbreviated
5d161b24 2512@code{b}). The debugger convenience variable @samp{$bpnum} records the
f3b28801 2513number of the breakpoint you've set most recently; see @ref{Convenience
c906108c
SS
2514Vars,, Convenience variables}, for a discussion of what you can do with
2515convenience variables.
2516
2517You have several ways to say where the breakpoint should go.
2518
2519@table @code
2520@item break @var{function}
5d161b24 2521Set a breakpoint at entry to function @var{function}.
c906108c 2522When using source languages that permit overloading of symbols, such as
b37052ae 2523C@t{++}, @var{function} may refer to more than one possible place to break.
c906108c 2524@xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
c906108c
SS
2525
2526@item break +@var{offset}
2527@itemx break -@var{offset}
2528Set a breakpoint some number of lines forward or back from the position
d4f3574e 2529at which execution stopped in the currently selected @dfn{stack frame}.
2df3850c 2530(@xref{Frames, ,Frames}, for a description of stack frames.)
c906108c
SS
2531
2532@item break @var{linenum}
2533Set a breakpoint at line @var{linenum} in the current source file.
d4f3574e
SS
2534The current source file is the last file whose source text was printed.
2535The breakpoint will stop your program just before it executes any of the
c906108c
SS
2536code on that line.
2537
2538@item break @var{filename}:@var{linenum}
2539Set a breakpoint at line @var{linenum} in source file @var{filename}.
2540
2541@item break @var{filename}:@var{function}
2542Set a breakpoint at entry to function @var{function} found in file
2543@var{filename}. Specifying a file name as well as a function name is
2544superfluous except when multiple files contain similarly named
2545functions.
2546
2547@item break *@var{address}
2548Set a breakpoint at address @var{address}. You can use this to set
2549breakpoints in parts of your program which do not have debugging
2550information or source files.
2551
2552@item break
2553When called without any arguments, @code{break} sets a breakpoint at
2554the next instruction to be executed in the selected stack frame
2555(@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2556innermost, this makes your program stop as soon as control
2557returns to that frame. This is similar to the effect of a
2558@code{finish} command in the frame inside the selected frame---except
2559that @code{finish} does not leave an active breakpoint. If you use
2560@code{break} without an argument in the innermost frame, @value{GDBN} stops
2561the next time it reaches the current location; this may be useful
2562inside loops.
2563
2564@value{GDBN} normally ignores breakpoints when it resumes execution, until at
2565least one instruction has been executed. If it did not do this, you
2566would be unable to proceed past a breakpoint without first disabling the
2567breakpoint. This rule applies whether or not the breakpoint already
2568existed when your program stopped.
2569
2570@item break @dots{} if @var{cond}
2571Set a breakpoint with condition @var{cond}; evaluate the expression
2572@var{cond} each time the breakpoint is reached, and stop only if the
2573value is nonzero---that is, if @var{cond} evaluates as true.
2574@samp{@dots{}} stands for one of the possible arguments described
2575above (or no argument) specifying where to break. @xref{Conditions,
2576,Break conditions}, for more information on breakpoint conditions.
2577
2578@kindex tbreak
2579@item tbreak @var{args}
2580Set a breakpoint enabled only for one stop. @var{args} are the
2581same as for the @code{break} command, and the breakpoint is set in the same
2582way, but the breakpoint is automatically deleted after the first time your
2583program stops there. @xref{Disabling, ,Disabling breakpoints}.
2584
c906108c 2585@kindex hbreak
ba04e063 2586@cindex hardware breakpoints
c906108c 2587@item hbreak @var{args}
d4f3574e
SS
2588Set a hardware-assisted breakpoint. @var{args} are the same as for the
2589@code{break} command and the breakpoint is set in the same way, but the
c906108c
SS
2590breakpoint requires hardware support and some target hardware may not
2591have this support. The main purpose of this is EPROM/ROM code
d4f3574e
SS
2592debugging, so you can set a breakpoint at an instruction without
2593changing the instruction. This can be used with the new trap-generation
09d4efe1 2594provided by SPARClite DSU and most x86-based targets. These targets
d4f3574e
SS
2595will generate traps when a program accesses some data or instruction
2596address that is assigned to the debug registers. However the hardware
2597breakpoint registers can take a limited number of breakpoints. For
2598example, on the DSU, only two data breakpoints can be set at a time, and
2599@value{GDBN} will reject this command if more than two are used. Delete
2600or disable unused hardware breakpoints before setting new ones
2601(@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
9c16f35a
EZ
2602For remote targets, you can restrict the number of hardware
2603breakpoints @value{GDBN} will use, see @ref{set remote
2604hardware-breakpoint-limit}.
501eef12 2605
c906108c
SS
2606
2607@kindex thbreak
2608@item thbreak @var{args}
2609Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2610are the same as for the @code{hbreak} command and the breakpoint is set in
5d161b24 2611the same way. However, like the @code{tbreak} command,
c906108c
SS
2612the breakpoint is automatically deleted after the
2613first time your program stops there. Also, like the @code{hbreak}
5d161b24
DB
2614command, the breakpoint requires hardware support and some target hardware
2615may not have this support. @xref{Disabling, ,Disabling breakpoints}.
d4f3574e 2616See also @ref{Conditions, ,Break conditions}.
c906108c
SS
2617
2618@kindex rbreak
2619@cindex regular expression
c45da7e6
EZ
2620@cindex breakpoints in functions matching a regexp
2621@cindex set breakpoints in many functions
c906108c 2622@item rbreak @var{regex}
c906108c 2623Set breakpoints on all functions matching the regular expression
11cf8741
JM
2624@var{regex}. This command sets an unconditional breakpoint on all
2625matches, printing a list of all breakpoints it set. Once these
2626breakpoints are set, they are treated just like the breakpoints set with
2627the @code{break} command. You can delete them, disable them, or make
2628them conditional the same way as any other breakpoint.
2629
2630The syntax of the regular expression is the standard one used with tools
2631like @file{grep}. Note that this is different from the syntax used by
2632shells, so for instance @code{foo*} matches all functions that include
2633an @code{fo} followed by zero or more @code{o}s. There is an implicit
2634@code{.*} leading and trailing the regular expression you supply, so to
2635match only functions that begin with @code{foo}, use @code{^foo}.
c906108c 2636
f7dc1244 2637@cindex non-member C@t{++} functions, set breakpoint in
b37052ae 2638When debugging C@t{++} programs, @code{rbreak} is useful for setting
c906108c
SS
2639breakpoints on overloaded functions that are not members of any special
2640classes.
c906108c 2641
f7dc1244
EZ
2642@cindex set breakpoints on all functions
2643The @code{rbreak} command can be used to set breakpoints in
2644@strong{all} the functions in a program, like this:
2645
2646@smallexample
2647(@value{GDBP}) rbreak .
2648@end smallexample
2649
c906108c
SS
2650@kindex info breakpoints
2651@cindex @code{$_} and @code{info breakpoints}
2652@item info breakpoints @r{[}@var{n}@r{]}
2653@itemx info break @r{[}@var{n}@r{]}
2654@itemx info watchpoints @r{[}@var{n}@r{]}
2655Print a table of all breakpoints, watchpoints, and catchpoints set and
2656not deleted, with the following columns for each breakpoint:
2657
2658@table @emph
2659@item Breakpoint Numbers
2660@item Type
2661Breakpoint, watchpoint, or catchpoint.
2662@item Disposition
2663Whether the breakpoint is marked to be disabled or deleted when hit.
2664@item Enabled or Disabled
2665Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2666that are not enabled.
2667@item Address
2650777c
JJ
2668Where the breakpoint is in your program, as a memory address. If the
2669breakpoint is pending (see below for details) on a future load of a shared library, the address
2670will be listed as @samp{<PENDING>}.
c906108c
SS
2671@item What
2672Where the breakpoint is in the source for your program, as a file and
2650777c
JJ
2673line number. For a pending breakpoint, the original string passed to
2674the breakpoint command will be listed as it cannot be resolved until
2675the appropriate shared library is loaded in the future.
c906108c
SS
2676@end table
2677
2678@noindent
2679If a breakpoint is conditional, @code{info break} shows the condition on
2680the line following the affected breakpoint; breakpoint commands, if any,
2650777c
JJ
2681are listed after that. A pending breakpoint is allowed to have a condition
2682specified for it. The condition is not parsed for validity until a shared
2683library is loaded that allows the pending breakpoint to resolve to a
2684valid location.
c906108c
SS
2685
2686@noindent
2687@code{info break} with a breakpoint
2688number @var{n} as argument lists only that breakpoint. The
2689convenience variable @code{$_} and the default examining-address for
2690the @code{x} command are set to the address of the last breakpoint
5d161b24 2691listed (@pxref{Memory, ,Examining memory}).
c906108c
SS
2692
2693@noindent
2694@code{info break} displays a count of the number of times the breakpoint
2695has been hit. This is especially useful in conjunction with the
2696@code{ignore} command. You can ignore a large number of breakpoint
2697hits, look at the breakpoint info to see how many times the breakpoint
2698was hit, and then run again, ignoring one less than that number. This
2699will get you quickly to the last hit of that breakpoint.
2700@end table
2701
2702@value{GDBN} allows you to set any number of breakpoints at the same place in
2703your program. There is nothing silly or meaningless about this. When
2704the breakpoints are conditional, this is even useful
2705(@pxref{Conditions, ,Break conditions}).
2706
2650777c 2707@cindex pending breakpoints
dd79a6cf
JJ
2708If a specified breakpoint location cannot be found, it may be due to the fact
2709that the location is in a shared library that is yet to be loaded. In such
2710a case, you may want @value{GDBN} to create a special breakpoint (known as
2711a @dfn{pending breakpoint}) that
2712attempts to resolve itself in the future when an appropriate shared library
2713gets loaded.
2714
2715Pending breakpoints are useful to set at the start of your
2650777c
JJ
2716@value{GDBN} session for locations that you know will be dynamically loaded
2717later by the program being debugged. When shared libraries are loaded,
dd79a6cf
JJ
2718a check is made to see if the load resolves any pending breakpoint locations.
2719If a pending breakpoint location gets resolved,
2720a regular breakpoint is created and the original pending breakpoint is removed.
2721
2722@value{GDBN} provides some additional commands for controlling pending
2723breakpoint support:
2724
2725@kindex set breakpoint pending
2726@kindex show breakpoint pending
2727@table @code
2728@item set breakpoint pending auto
2729This is the default behavior. When @value{GDBN} cannot find the breakpoint
2730location, it queries you whether a pending breakpoint should be created.
2731
2732@item set breakpoint pending on
2733This indicates that an unrecognized breakpoint location should automatically
2734result in a pending breakpoint being created.
2735
2736@item set breakpoint pending off
2737This indicates that pending breakpoints are not to be created. Any
2738unrecognized breakpoint location results in an error. This setting does
2739not affect any pending breakpoints previously created.
2740
2741@item show breakpoint pending
2742Show the current behavior setting for creating pending breakpoints.
2743@end table
2650777c 2744
649e03f6
RM
2745@cindex operations allowed on pending breakpoints
2746Normal breakpoint operations apply to pending breakpoints as well. You may
2747specify a condition for a pending breakpoint and/or commands to run when the
2650777c
JJ
2748breakpoint is reached. You can also enable or disable
2749the pending breakpoint. When you specify a condition for a pending breakpoint,
2750the parsing of the condition will be deferred until the point where the
2751pending breakpoint location is resolved. Disabling a pending breakpoint
2752tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent
2753shared library load. When a pending breakpoint is re-enabled,
649e03f6 2754@value{GDBN} checks to see if the location is already resolved.
2650777c
JJ
2755This is done because any number of shared library loads could have
2756occurred since the time the breakpoint was disabled and one or more
2757of these loads could resolve the location.
2758
c906108c
SS
2759@cindex negative breakpoint numbers
2760@cindex internal @value{GDBN} breakpoints
eb12ee30
AC
2761@value{GDBN} itself sometimes sets breakpoints in your program for
2762special purposes, such as proper handling of @code{longjmp} (in C
2763programs). These internal breakpoints are assigned negative numbers,
2764starting with @code{-1}; @samp{info breakpoints} does not display them.
c906108c 2765You can see these breakpoints with the @value{GDBN} maintenance command
eb12ee30 2766@samp{maint info breakpoints} (@pxref{maint info breakpoints}).
c906108c
SS
2767
2768
6d2ebf8b 2769@node Set Watchpoints
c906108c
SS
2770@subsection Setting watchpoints
2771
2772@cindex setting watchpoints
c906108c
SS
2773You can use a watchpoint to stop execution whenever the value of an
2774expression changes, without having to predict a particular place where
2775this may happen.
2776
82f2d802
EZ
2777@cindex software watchpoints
2778@cindex hardware watchpoints
c906108c 2779Depending on your system, watchpoints may be implemented in software or
2df3850c 2780hardware. @value{GDBN} does software watchpointing by single-stepping your
c906108c
SS
2781program and testing the variable's value each time, which is hundreds of
2782times slower than normal execution. (But this may still be worth it, to
2783catch errors where you have no clue what part of your program is the
2784culprit.)
2785
82f2d802
EZ
2786On some systems, such as HP-UX, @sc{gnu}/Linux and most other
2787x86-based targets, @value{GDBN} includes support for hardware
2788watchpoints, which do not slow down the running of your program.
c906108c
SS
2789
2790@table @code
2791@kindex watch
2792@item watch @var{expr}
2793Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2794is written into by the program and its value changes.
2795
2796@kindex rwatch
2797@item rwatch @var{expr}
09d4efe1
EZ
2798Set a watchpoint that will break when the value of @var{expr} is read
2799by the program.
c906108c
SS
2800
2801@kindex awatch
2802@item awatch @var{expr}
09d4efe1
EZ
2803Set a watchpoint that will break when @var{expr} is either read from
2804or written into by the program.
c906108c
SS
2805
2806@kindex info watchpoints
2807@item info watchpoints
2808This command prints a list of watchpoints, breakpoints, and catchpoints;
09d4efe1 2809it is the same as @code{info break} (@pxref{Set Breaks}).
c906108c
SS
2810@end table
2811
2812@value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2813watchpoints execute very quickly, and the debugger reports a change in
2814value at the exact instruction where the change occurs. If @value{GDBN}
2815cannot set a hardware watchpoint, it sets a software watchpoint, which
2816executes more slowly and reports the change in value at the next
82f2d802
EZ
2817@emph{statement}, not the instruction, after the change occurs.
2818
2819@vindex can-use-hw-watchpoints
2820@cindex use only software watchpoints
2821You can force @value{GDBN} to use only software watchpoints with the
2822@kbd{set can-use-hw-watchpoints 0} command. With this variable set to
2823zero, @value{GDBN} will never try to use hardware watchpoints, even if
2824the underlying system supports them. (Note that hardware-assisted
2825watchpoints that were set @emph{before} setting
2826@code{can-use-hw-watchpoints} to zero will still use the hardware
2827mechanism of watching expressiion values.)
c906108c 2828
9c16f35a
EZ
2829@table @code
2830@item set can-use-hw-watchpoints
2831@kindex set can-use-hw-watchpoints
2832Set whether or not to use hardware watchpoints.
2833
2834@item show can-use-hw-watchpoints
2835@kindex show can-use-hw-watchpoints
2836Show the current mode of using hardware watchpoints.
2837@end table
2838
2839For remote targets, you can restrict the number of hardware
2840watchpoints @value{GDBN} will use, see @ref{set remote
2841hardware-breakpoint-limit}.
2842
c906108c
SS
2843When you issue the @code{watch} command, @value{GDBN} reports
2844
474c8240 2845@smallexample
c906108c 2846Hardware watchpoint @var{num}: @var{expr}
474c8240 2847@end smallexample
c906108c
SS
2848
2849@noindent
2850if it was able to set a hardware watchpoint.
2851
7be570e7
JM
2852Currently, the @code{awatch} and @code{rwatch} commands can only set
2853hardware watchpoints, because accesses to data that don't change the
2854value of the watched expression cannot be detected without examining
2855every instruction as it is being executed, and @value{GDBN} does not do
2856that currently. If @value{GDBN} finds that it is unable to set a
2857hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2858will print a message like this:
2859
2860@smallexample
2861Expression cannot be implemented with read/access watchpoint.
2862@end smallexample
2863
2864Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2865data type of the watched expression is wider than what a hardware
2866watchpoint on the target machine can handle. For example, some systems
2867can only watch regions that are up to 4 bytes wide; on such systems you
2868cannot set hardware watchpoints for an expression that yields a
2869double-precision floating-point number (which is typically 8 bytes
2870wide). As a work-around, it might be possible to break the large region
2871into a series of smaller ones and watch them with separate watchpoints.
2872
2873If you set too many hardware watchpoints, @value{GDBN} might be unable
2874to insert all of them when you resume the execution of your program.
2875Since the precise number of active watchpoints is unknown until such
2876time as the program is about to be resumed, @value{GDBN} might not be
2877able to warn you about this when you set the watchpoints, and the
2878warning will be printed only when the program is resumed:
2879
2880@smallexample
2881Hardware watchpoint @var{num}: Could not insert watchpoint
2882@end smallexample
2883
2884@noindent
2885If this happens, delete or disable some of the watchpoints.
2886
2887The SPARClite DSU will generate traps when a program accesses some data
2888or instruction address that is assigned to the debug registers. For the
2889data addresses, DSU facilitates the @code{watch} command. However the
2890hardware breakpoint registers can only take two data watchpoints, and
2891both watchpoints must be the same kind. For example, you can set two
2892watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2893@strong{or} two with @code{awatch} commands, but you cannot set one
2894watchpoint with one command and the other with a different command.
c906108c
SS
2895@value{GDBN} will reject the command if you try to mix watchpoints.
2896Delete or disable unused watchpoint commands before setting new ones.
2897
2898If you call a function interactively using @code{print} or @code{call},
2df3850c 2899any watchpoints you have set will be inactive until @value{GDBN} reaches another
c906108c
SS
2900kind of breakpoint or the call completes.
2901
7be570e7
JM
2902@value{GDBN} automatically deletes watchpoints that watch local
2903(automatic) variables, or expressions that involve such variables, when
2904they go out of scope, that is, when the execution leaves the block in
2905which these variables were defined. In particular, when the program
2906being debugged terminates, @emph{all} local variables go out of scope,
2907and so only watchpoints that watch global variables remain set. If you
2908rerun the program, you will need to set all such watchpoints again. One
2909way of doing that would be to set a code breakpoint at the entry to the
2910@code{main} function and when it breaks, set all the watchpoints.
2911
c906108c
SS
2912@quotation
2913@cindex watchpoints and threads
2914@cindex threads and watchpoints
c906108c
SS
2915@emph{Warning:} In multi-thread programs, watchpoints have only limited
2916usefulness. With the current watchpoint implementation, @value{GDBN}
2917can only watch the value of an expression @emph{in a single thread}. If
2918you are confident that the expression can only change due to the current
2919thread's activity (and if you are also confident that no other thread
2920can become current), then you can use watchpoints as usual. However,
2921@value{GDBN} may not notice when a non-current thread's activity changes
2922the expression.
53a5351d 2923
d4f3574e 2924@c FIXME: this is almost identical to the previous paragraph.
53a5351d
JM
2925@emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2926have only limited usefulness. If @value{GDBN} creates a software
2927watchpoint, it can only watch the value of an expression @emph{in a
2928single thread}. If you are confident that the expression can only
2929change due to the current thread's activity (and if you are also
2930confident that no other thread can become current), then you can use
2931software watchpoints as usual. However, @value{GDBN} may not notice
2932when a non-current thread's activity changes the expression. (Hardware
2933watchpoints, in contrast, watch an expression in all threads.)
c906108c 2934@end quotation
c906108c 2935
501eef12
AC
2936@xref{set remote hardware-watchpoint-limit}.
2937
6d2ebf8b 2938@node Set Catchpoints
c906108c 2939@subsection Setting catchpoints
d4f3574e 2940@cindex catchpoints, setting
c906108c
SS
2941@cindex exception handlers
2942@cindex event handling
2943
2944You can use @dfn{catchpoints} to cause the debugger to stop for certain
b37052ae 2945kinds of program events, such as C@t{++} exceptions or the loading of a
c906108c
SS
2946shared library. Use the @code{catch} command to set a catchpoint.
2947
2948@table @code
2949@kindex catch
2950@item catch @var{event}
2951Stop when @var{event} occurs. @var{event} can be any of the following:
2952@table @code
2953@item throw
4644b6e3 2954@cindex stop on C@t{++} exceptions
b37052ae 2955The throwing of a C@t{++} exception.
c906108c
SS
2956
2957@item catch
b37052ae 2958The catching of a C@t{++} exception.
c906108c
SS
2959
2960@item exec
4644b6e3 2961@cindex break on fork/exec
c906108c
SS
2962A call to @code{exec}. This is currently only available for HP-UX.
2963
2964@item fork
c906108c
SS
2965A call to @code{fork}. This is currently only available for HP-UX.
2966
2967@item vfork
c906108c
SS
2968A call to @code{vfork}. This is currently only available for HP-UX.
2969
2970@item load
2971@itemx load @var{libname}
4644b6e3 2972@cindex break on load/unload of shared library
c906108c
SS
2973The dynamic loading of any shared library, or the loading of the library
2974@var{libname}. This is currently only available for HP-UX.
2975
2976@item unload
2977@itemx unload @var{libname}
c906108c
SS
2978The unloading of any dynamically loaded shared library, or the unloading
2979of the library @var{libname}. This is currently only available for HP-UX.
2980@end table
2981
2982@item tcatch @var{event}
2983Set a catchpoint that is enabled only for one stop. The catchpoint is
2984automatically deleted after the first time the event is caught.
2985
2986@end table
2987
2988Use the @code{info break} command to list the current catchpoints.
2989
b37052ae 2990There are currently some limitations to C@t{++} exception handling
c906108c
SS
2991(@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2992
2993@itemize @bullet
2994@item
2995If you call a function interactively, @value{GDBN} normally returns
2996control to you when the function has finished executing. If the call
2997raises an exception, however, the call may bypass the mechanism that
2998returns control to you and cause your program either to abort or to
2999simply continue running until it hits a breakpoint, catches a signal
3000that @value{GDBN} is listening for, or exits. This is the case even if
3001you set a catchpoint for the exception; catchpoints on exceptions are
3002disabled within interactive calls.
3003
3004@item
3005You cannot raise an exception interactively.
3006
3007@item
3008You cannot install an exception handler interactively.
3009@end itemize
3010
3011@cindex raise exceptions
3012Sometimes @code{catch} is not the best way to debug exception handling:
3013if you need to know exactly where an exception is raised, it is better to
3014stop @emph{before} the exception handler is called, since that way you
3015can see the stack before any unwinding takes place. If you set a
3016breakpoint in an exception handler instead, it may not be easy to find
3017out where the exception was raised.
3018
3019To stop just before an exception handler is called, you need some
b37052ae 3020knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are
c906108c
SS
3021raised by calling a library function named @code{__raise_exception}
3022which has the following ANSI C interface:
3023
474c8240 3024@smallexample
c906108c 3025 /* @var{addr} is where the exception identifier is stored.
d4f3574e
SS
3026 @var{id} is the exception identifier. */
3027 void __raise_exception (void **addr, void *id);
474c8240 3028@end smallexample
c906108c
SS
3029
3030@noindent
3031To make the debugger catch all exceptions before any stack
3032unwinding takes place, set a breakpoint on @code{__raise_exception}
3033(@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
3034
3035With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
3036that depends on the value of @var{id}, you can stop your program when
3037a specific exception is raised. You can use multiple conditional
3038breakpoints to stop your program when any of a number of exceptions are
3039raised.
3040
3041
6d2ebf8b 3042@node Delete Breaks
c906108c
SS
3043@subsection Deleting breakpoints
3044
3045@cindex clearing breakpoints, watchpoints, catchpoints
3046@cindex deleting breakpoints, watchpoints, catchpoints
3047It is often necessary to eliminate a breakpoint, watchpoint, or
3048catchpoint once it has done its job and you no longer want your program
3049to stop there. This is called @dfn{deleting} the breakpoint. A
3050breakpoint that has been deleted no longer exists; it is forgotten.
3051
3052With the @code{clear} command you can delete breakpoints according to
3053where they are in your program. With the @code{delete} command you can
3054delete individual breakpoints, watchpoints, or catchpoints by specifying
3055their breakpoint numbers.
3056
3057It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
3058automatically ignores breakpoints on the first instruction to be executed
3059when you continue execution without changing the execution address.
3060
3061@table @code
3062@kindex clear
3063@item clear
3064Delete any breakpoints at the next instruction to be executed in the
3065selected stack frame (@pxref{Selection, ,Selecting a frame}). When
3066the innermost frame is selected, this is a good way to delete a
3067breakpoint where your program just stopped.
3068
3069@item clear @var{function}
3070@itemx clear @var{filename}:@var{function}
09d4efe1 3071Delete any breakpoints set at entry to the named @var{function}.
c906108c
SS
3072
3073@item clear @var{linenum}
3074@itemx clear @var{filename}:@var{linenum}
09d4efe1
EZ
3075Delete any breakpoints set at or within the code of the specified
3076@var{linenum} of the specified @var{filename}.
c906108c
SS
3077
3078@cindex delete breakpoints
3079@kindex delete
41afff9a 3080@kindex d @r{(@code{delete})}
c5394b80
JM
3081@item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
3082Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
3083ranges specified as arguments. If no argument is specified, delete all
c906108c
SS
3084breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
3085confirm off}). You can abbreviate this command as @code{d}.
3086@end table
3087
6d2ebf8b 3088@node Disabling
c906108c
SS
3089@subsection Disabling breakpoints
3090
4644b6e3 3091@cindex enable/disable a breakpoint
c906108c
SS
3092Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
3093prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
3094it had been deleted, but remembers the information on the breakpoint so
3095that you can @dfn{enable} it again later.
3096
3097You disable and enable breakpoints, watchpoints, and catchpoints with
3098the @code{enable} and @code{disable} commands, optionally specifying one
3099or more breakpoint numbers as arguments. Use @code{info break} or
3100@code{info watch} to print a list of breakpoints, watchpoints, and
3101catchpoints if you do not know which numbers to use.
3102
3103A breakpoint, watchpoint, or catchpoint can have any of four different
3104states of enablement:
3105
3106@itemize @bullet
3107@item
3108Enabled. The breakpoint stops your program. A breakpoint set
3109with the @code{break} command starts out in this state.
3110@item
3111Disabled. The breakpoint has no effect on your program.
3112@item
3113Enabled once. The breakpoint stops your program, but then becomes
d4f3574e 3114disabled.
c906108c
SS
3115@item
3116Enabled for deletion. The breakpoint stops your program, but
d4f3574e
SS
3117immediately after it does so it is deleted permanently. A breakpoint
3118set with the @code{tbreak} command starts out in this state.
c906108c
SS
3119@end itemize
3120
3121You can use the following commands to enable or disable breakpoints,
3122watchpoints, and catchpoints:
3123
3124@table @code
c906108c 3125@kindex disable
41afff9a 3126@kindex dis @r{(@code{disable})}
c5394b80 3127@item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3128Disable the specified breakpoints---or all breakpoints, if none are
3129listed. A disabled breakpoint has no effect but is not forgotten. All
3130options such as ignore-counts, conditions and commands are remembered in
3131case the breakpoint is enabled again later. You may abbreviate
3132@code{disable} as @code{dis}.
3133
c906108c 3134@kindex enable
c5394b80 3135@item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
c906108c
SS
3136Enable the specified breakpoints (or all defined breakpoints). They
3137become effective once again in stopping your program.
3138
c5394b80 3139@item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
c906108c
SS
3140Enable the specified breakpoints temporarily. @value{GDBN} disables any
3141of these breakpoints immediately after stopping your program.
3142
c5394b80 3143@item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
c906108c
SS
3144Enable the specified breakpoints to work once, then die. @value{GDBN}
3145deletes any of these breakpoints as soon as your program stops there.
09d4efe1 3146Breakpoints set by the @code{tbreak} command start out in this state.
c906108c
SS
3147@end table
3148
d4f3574e
SS
3149@c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
3150@c confusing: tbreak is also initially enabled.
c906108c
SS
3151Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
3152,Setting breakpoints}), breakpoints that you set are initially enabled;
3153subsequently, they become disabled or enabled only when you use one of
3154the commands above. (The command @code{until} can set and delete a
3155breakpoint of its own, but it does not change the state of your other
3156breakpoints; see @ref{Continuing and Stepping, ,Continuing and
3157stepping}.)
3158
6d2ebf8b 3159@node Conditions
c906108c
SS
3160@subsection Break conditions
3161@cindex conditional breakpoints
3162@cindex breakpoint conditions
3163
3164@c FIXME what is scope of break condition expr? Context where wanted?
5d161b24 3165@c in particular for a watchpoint?
c906108c
SS
3166The simplest sort of breakpoint breaks every time your program reaches a
3167specified place. You can also specify a @dfn{condition} for a
3168breakpoint. A condition is just a Boolean expression in your
3169programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
3170a condition evaluates the expression each time your program reaches it,
3171and your program stops only if the condition is @emph{true}.
3172
3173This is the converse of using assertions for program validation; in that
3174situation, you want to stop when the assertion is violated---that is,
3175when the condition is false. In C, if you want to test an assertion expressed
3176by the condition @var{assert}, you should set the condition
3177@samp{! @var{assert}} on the appropriate breakpoint.
3178
3179Conditions are also accepted for watchpoints; you may not need them,
3180since a watchpoint is inspecting the value of an expression anyhow---but
3181it might be simpler, say, to just set a watchpoint on a variable name,
3182and specify a condition that tests whether the new value is an interesting
3183one.
3184
3185Break conditions can have side effects, and may even call functions in
3186your program. This can be useful, for example, to activate functions
3187that log program progress, or to use your own print functions to
3188format special data structures. The effects are completely predictable
3189unless there is another enabled breakpoint at the same address. (In
3190that case, @value{GDBN} might see the other breakpoint first and stop your
3191program without checking the condition of this one.) Note that
d4f3574e
SS
3192breakpoint commands are usually more convenient and flexible than break
3193conditions for the
c906108c
SS
3194purpose of performing side effects when a breakpoint is reached
3195(@pxref{Break Commands, ,Breakpoint command lists}).
3196
3197Break conditions can be specified when a breakpoint is set, by using
3198@samp{if} in the arguments to the @code{break} command. @xref{Set
3199Breaks, ,Setting breakpoints}. They can also be changed at any time
3200with the @code{condition} command.
53a5351d 3201
c906108c
SS
3202You can also use the @code{if} keyword with the @code{watch} command.
3203The @code{catch} command does not recognize the @code{if} keyword;
3204@code{condition} is the only way to impose a further condition on a
3205catchpoint.
c906108c
SS
3206
3207@table @code
3208@kindex condition
3209@item condition @var{bnum} @var{expression}
3210Specify @var{expression} as the break condition for breakpoint,
3211watchpoint, or catchpoint number @var{bnum}. After you set a condition,
3212breakpoint @var{bnum} stops your program only if the value of
3213@var{expression} is true (nonzero, in C). When you use
3214@code{condition}, @value{GDBN} checks @var{expression} immediately for
3215syntactic correctness, and to determine whether symbols in it have
d4f3574e
SS
3216referents in the context of your breakpoint. If @var{expression} uses
3217symbols not referenced in the context of the breakpoint, @value{GDBN}
3218prints an error message:
3219
474c8240 3220@smallexample
d4f3574e 3221No symbol "foo" in current context.
474c8240 3222@end smallexample
d4f3574e
SS
3223
3224@noindent
c906108c
SS
3225@value{GDBN} does
3226not actually evaluate @var{expression} at the time the @code{condition}
d4f3574e
SS
3227command (or a command that sets a breakpoint with a condition, like
3228@code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
c906108c
SS
3229
3230@item condition @var{bnum}
3231Remove the condition from breakpoint number @var{bnum}. It becomes
3232an ordinary unconditional breakpoint.
3233@end table
3234
3235@cindex ignore count (of breakpoint)
3236A special case of a breakpoint condition is to stop only when the
3237breakpoint has been reached a certain number of times. This is so
3238useful that there is a special way to do it, using the @dfn{ignore
3239count} of the breakpoint. Every breakpoint has an ignore count, which
3240is an integer. Most of the time, the ignore count is zero, and
3241therefore has no effect. But if your program reaches a breakpoint whose
3242ignore count is positive, then instead of stopping, it just decrements
3243the ignore count by one and continues. As a result, if the ignore count
3244value is @var{n}, the breakpoint does not stop the next @var{n} times
3245your program reaches it.
3246
3247@table @code
3248@kindex ignore
3249@item ignore @var{bnum} @var{count}
3250Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3251The next @var{count} times the breakpoint is reached, your program's
3252execution does not stop; other than to decrement the ignore count, @value{GDBN}
3253takes no action.
3254
3255To make the breakpoint stop the next time it is reached, specify
3256a count of zero.
3257
3258When you use @code{continue} to resume execution of your program from a
3259breakpoint, you can specify an ignore count directly as an argument to
3260@code{continue}, rather than using @code{ignore}. @xref{Continuing and
3261Stepping,,Continuing and stepping}.
3262
3263If a breakpoint has a positive ignore count and a condition, the
3264condition is not checked. Once the ignore count reaches zero,
3265@value{GDBN} resumes checking the condition.
3266
3267You could achieve the effect of the ignore count with a condition such
3268as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3269is decremented each time. @xref{Convenience Vars, ,Convenience
3270variables}.
3271@end table
3272
3273Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3274
3275
6d2ebf8b 3276@node Break Commands
c906108c
SS
3277@subsection Breakpoint command lists
3278
3279@cindex breakpoint commands
3280You can give any breakpoint (or watchpoint or catchpoint) a series of
3281commands to execute when your program stops due to that breakpoint. For
3282example, you might want to print the values of certain expressions, or
3283enable other breakpoints.
3284
3285@table @code
3286@kindex commands
3287@kindex end
3288@item commands @r{[}@var{bnum}@r{]}
3289@itemx @dots{} @var{command-list} @dots{}
3290@itemx end
3291Specify a list of commands for breakpoint number @var{bnum}. The commands
3292themselves appear on the following lines. Type a line containing just
3293@code{end} to terminate the commands.
3294
3295To remove all commands from a breakpoint, type @code{commands} and
3296follow it immediately with @code{end}; that is, give no commands.
3297
3298With no @var{bnum} argument, @code{commands} refers to the last
3299breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3300recently encountered).
3301@end table
3302
3303Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3304disabled within a @var{command-list}.
3305
3306You can use breakpoint commands to start your program up again. Simply
3307use the @code{continue} command, or @code{step}, or any other command
3308that resumes execution.
3309
3310Any other commands in the command list, after a command that resumes
3311execution, are ignored. This is because any time you resume execution
3312(even with a simple @code{next} or @code{step}), you may encounter
3313another breakpoint---which could have its own command list, leading to
3314ambiguities about which list to execute.
3315
3316@kindex silent
3317If the first command you specify in a command list is @code{silent}, the
3318usual message about stopping at a breakpoint is not printed. This may
3319be desirable for breakpoints that are to print a specific message and
3320then continue. If none of the remaining commands print anything, you
3321see no sign that the breakpoint was reached. @code{silent} is
3322meaningful only at the beginning of a breakpoint command list.
3323
3324The commands @code{echo}, @code{output}, and @code{printf} allow you to
3325print precisely controlled output, and are often useful in silent
3326breakpoints. @xref{Output, ,Commands for controlled output}.
3327
3328For example, here is how you could use breakpoint commands to print the
3329value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3330
474c8240 3331@smallexample
c906108c
SS
3332break foo if x>0
3333commands
3334silent
3335printf "x is %d\n",x
3336cont
3337end
474c8240 3338@end smallexample
c906108c
SS
3339
3340One application for breakpoint commands is to compensate for one bug so
3341you can test for another. Put a breakpoint just after the erroneous line
3342of code, give it a condition to detect the case in which something
3343erroneous has been done, and give it commands to assign correct values
3344to any variables that need them. End with the @code{continue} command
3345so that your program does not stop, and start with the @code{silent}
3346command so that no output is produced. Here is an example:
3347
474c8240 3348@smallexample
c906108c
SS
3349break 403
3350commands
3351silent
3352set x = y + 4
3353cont
3354end
474c8240 3355@end smallexample
c906108c 3356
6d2ebf8b 3357@node Breakpoint Menus
c906108c
SS
3358@subsection Breakpoint menus
3359@cindex overloading
3360@cindex symbol overloading
3361
b383017d 3362Some programming languages (notably C@t{++} and Objective-C) permit a
b37303ee 3363single function name
c906108c
SS
3364to be defined several times, for application in different contexts.
3365This is called @dfn{overloading}. When a function name is overloaded,
3366@samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3367a breakpoint. If you realize this is a problem, you can use
3368something like @samp{break @var{function}(@var{types})} to specify which
3369particular version of the function you want. Otherwise, @value{GDBN} offers
3370you a menu of numbered choices for different possible breakpoints, and
3371waits for your selection with the prompt @samp{>}. The first two
3372options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3373sets a breakpoint at each definition of @var{function}, and typing
3374@kbd{0} aborts the @code{break} command without setting any new
3375breakpoints.
3376
3377For example, the following session excerpt shows an attempt to set a
3378breakpoint at the overloaded symbol @code{String::after}.
3379We choose three particular definitions of that function name:
3380
3381@c FIXME! This is likely to change to show arg type lists, at least
3382@smallexample
3383@group
3384(@value{GDBP}) b String::after
3385[0] cancel
3386[1] all
3387[2] file:String.cc; line number:867
3388[3] file:String.cc; line number:860
3389[4] file:String.cc; line number:875
3390[5] file:String.cc; line number:853
3391[6] file:String.cc; line number:846
3392[7] file:String.cc; line number:735
3393> 2 4 6
3394Breakpoint 1 at 0xb26c: file String.cc, line 867.
3395Breakpoint 2 at 0xb344: file String.cc, line 875.
3396Breakpoint 3 at 0xafcc: file String.cc, line 846.
3397Multiple breakpoints were set.
3398Use the "delete" command to delete unwanted
3399 breakpoints.
3400(@value{GDBP})
3401@end group
3402@end smallexample
c906108c
SS
3403
3404@c @ifclear BARETARGET
6d2ebf8b 3405@node Error in Breakpoints
d4f3574e 3406@subsection ``Cannot insert breakpoints''
c906108c
SS
3407@c
3408@c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3409@c
d4f3574e
SS
3410Under some operating systems, breakpoints cannot be used in a program if
3411any other process is running that program. In this situation,
5d161b24 3412attempting to run or continue a program with a breakpoint causes
d4f3574e
SS
3413@value{GDBN} to print an error message:
3414
474c8240 3415@smallexample
d4f3574e
SS
3416Cannot insert breakpoints.
3417The same program may be running in another process.
474c8240 3418@end smallexample
d4f3574e
SS
3419
3420When this happens, you have three ways to proceed:
3421
3422@enumerate
3423@item
3424Remove or disable the breakpoints, then continue.
3425
3426@item
5d161b24 3427Suspend @value{GDBN}, and copy the file containing your program to a new
d4f3574e 3428name. Resume @value{GDBN} and use the @code{exec-file} command to specify
5d161b24 3429that @value{GDBN} should run your program under that name.
d4f3574e
SS
3430Then start your program again.
3431
3432@item
3433Relink your program so that the text segment is nonsharable, using the
3434linker option @samp{-N}. The operating system limitation may not apply
3435to nonsharable executables.
3436@end enumerate
c906108c
SS
3437@c @end ifclear
3438
d4f3574e
SS
3439A similar message can be printed if you request too many active
3440hardware-assisted breakpoints and watchpoints:
3441
3442@c FIXME: the precise wording of this message may change; the relevant
3443@c source change is not committed yet (Sep 3, 1999).
3444@smallexample
3445Stopped; cannot insert breakpoints.
3446You may have requested too many hardware breakpoints and watchpoints.
3447@end smallexample
3448
3449@noindent
3450This message is printed when you attempt to resume the program, since
3451only then @value{GDBN} knows exactly how many hardware breakpoints and
3452watchpoints it needs to insert.
3453
3454When this message is printed, you need to disable or remove some of the
3455hardware-assisted breakpoints and watchpoints, and then continue.
3456
1485d690
KB
3457@node Breakpoint related warnings
3458@subsection ``Breakpoint address adjusted...''
3459@cindex breakpoint address adjusted
3460
3461Some processor architectures place constraints on the addresses at
3462which breakpoints may be placed. For architectures thus constrained,
3463@value{GDBN} will attempt to adjust the breakpoint's address to comply
3464with the constraints dictated by the architecture.
3465
3466One example of such an architecture is the Fujitsu FR-V. The FR-V is
3467a VLIW architecture in which a number of RISC-like instructions may be
3468bundled together for parallel execution. The FR-V architecture
3469constrains the location of a breakpoint instruction within such a
3470bundle to the instruction with the lowest address. @value{GDBN}
3471honors this constraint by adjusting a breakpoint's address to the
3472first in the bundle.
3473
3474It is not uncommon for optimized code to have bundles which contain
3475instructions from different source statements, thus it may happen that
3476a breakpoint's address will be adjusted from one source statement to
3477another. Since this adjustment may significantly alter @value{GDBN}'s
3478breakpoint related behavior from what the user expects, a warning is
3479printed when the breakpoint is first set and also when the breakpoint
3480is hit.
3481
3482A warning like the one below is printed when setting a breakpoint
3483that's been subject to address adjustment:
3484
3485@smallexample
3486warning: Breakpoint address adjusted from 0x00010414 to 0x00010410.
3487@end smallexample
3488
3489Such warnings are printed both for user settable and @value{GDBN}'s
3490internal breakpoints. If you see one of these warnings, you should
3491verify that a breakpoint set at the adjusted address will have the
3492desired affect. If not, the breakpoint in question may be removed and
b383017d 3493other breakpoints may be set which will have the desired behavior.
1485d690
KB
3494E.g., it may be sufficient to place the breakpoint at a later
3495instruction. A conditional breakpoint may also be useful in some
3496cases to prevent the breakpoint from triggering too often.
3497
3498@value{GDBN} will also issue a warning when stopping at one of these
3499adjusted breakpoints:
3500
3501@smallexample
3502warning: Breakpoint 1 address previously adjusted from 0x00010414
3503to 0x00010410.
3504@end smallexample
3505
3506When this warning is encountered, it may be too late to take remedial
3507action except in cases where the breakpoint is hit earlier or more
3508frequently than expected.
d4f3574e 3509
6d2ebf8b 3510@node Continuing and Stepping
c906108c
SS
3511@section Continuing and stepping
3512
3513@cindex stepping
3514@cindex continuing
3515@cindex resuming execution
3516@dfn{Continuing} means resuming program execution until your program
3517completes normally. In contrast, @dfn{stepping} means executing just
3518one more ``step'' of your program, where ``step'' may mean either one
3519line of source code, or one machine instruction (depending on what
7a292a7a
SS
3520particular command you use). Either when continuing or when stepping,
3521your program may stop even sooner, due to a breakpoint or a signal. (If
d4f3574e
SS
3522it stops due to a signal, you may want to use @code{handle}, or use
3523@samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
c906108c
SS
3524
3525@table @code
3526@kindex continue
41afff9a
EZ
3527@kindex c @r{(@code{continue})}
3528@kindex fg @r{(resume foreground execution)}
c906108c
SS
3529@item continue @r{[}@var{ignore-count}@r{]}
3530@itemx c @r{[}@var{ignore-count}@r{]}
3531@itemx fg @r{[}@var{ignore-count}@r{]}
3532Resume program execution, at the address where your program last stopped;
3533any breakpoints set at that address are bypassed. The optional argument
3534@var{ignore-count} allows you to specify a further number of times to
3535ignore a breakpoint at this location; its effect is like that of
3536@code{ignore} (@pxref{Conditions, ,Break conditions}).
3537
3538The argument @var{ignore-count} is meaningful only when your program
3539stopped due to a breakpoint. At other times, the argument to
3540@code{continue} is ignored.
3541
d4f3574e
SS
3542The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3543debugged program is deemed to be the foreground program) are provided
3544purely for convenience, and have exactly the same behavior as
3545@code{continue}.
c906108c
SS
3546@end table
3547
3548To resume execution at a different place, you can use @code{return}
3549(@pxref{Returning, ,Returning from a function}) to go back to the
3550calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3551different address}) to go to an arbitrary location in your program.
3552
3553A typical technique for using stepping is to set a breakpoint
3554(@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3555beginning of the function or the section of your program where a problem
3556is believed to lie, run your program until it stops at that breakpoint,
3557and then step through the suspect area, examining the variables that are
3558interesting, until you see the problem happen.
3559
3560@table @code
3561@kindex step
41afff9a 3562@kindex s @r{(@code{step})}
c906108c
SS
3563@item step
3564Continue running your program until control reaches a different source
3565line, then stop it and return control to @value{GDBN}. This command is
3566abbreviated @code{s}.
3567
3568@quotation
3569@c "without debugging information" is imprecise; actually "without line
3570@c numbers in the debugging information". (gcc -g1 has debugging info but
3571@c not line numbers). But it seems complex to try to make that
3572@c distinction here.
3573@emph{Warning:} If you use the @code{step} command while control is
3574within a function that was compiled without debugging information,
3575execution proceeds until control reaches a function that does have
3576debugging information. Likewise, it will not step into a function which
3577is compiled without debugging information. To step through functions
3578without debugging information, use the @code{stepi} command, described
3579below.
3580@end quotation
3581
4a92d011
EZ
3582The @code{step} command only stops at the first instruction of a source
3583line. This prevents the multiple stops that could otherwise occur in
3584@code{switch} statements, @code{for} loops, etc. @code{step} continues
3585to stop if a function that has debugging information is called within
3586the line. In other words, @code{step} @emph{steps inside} any functions
3587called within the line.
c906108c 3588
d4f3574e
SS
3589Also, the @code{step} command only enters a function if there is line
3590number information for the function. Otherwise it acts like the
5d161b24 3591@code{next} command. This avoids problems when using @code{cc -gl}
c906108c 3592on MIPS machines. Previously, @code{step} entered subroutines if there
5d161b24 3593was any debugging information about the routine.
c906108c
SS
3594
3595@item step @var{count}
3596Continue running as in @code{step}, but do so @var{count} times. If a
7a292a7a
SS
3597breakpoint is reached, or a signal not related to stepping occurs before
3598@var{count} steps, stepping stops right away.
c906108c
SS
3599
3600@kindex next
41afff9a 3601@kindex n @r{(@code{next})}
c906108c
SS
3602@item next @r{[}@var{count}@r{]}
3603Continue to the next source line in the current (innermost) stack frame.
7a292a7a
SS
3604This is similar to @code{step}, but function calls that appear within
3605the line of code are executed without stopping. Execution stops when
3606control reaches a different line of code at the original stack level
3607that was executing when you gave the @code{next} command. This command
3608is abbreviated @code{n}.
c906108c
SS
3609
3610An argument @var{count} is a repeat count, as for @code{step}.
3611
3612
3613@c FIX ME!! Do we delete this, or is there a way it fits in with
3614@c the following paragraph? --- Vctoria
3615@c
3616@c @code{next} within a function that lacks debugging information acts like
3617@c @code{step}, but any function calls appearing within the code of the
3618@c function are executed without stopping.
3619
d4f3574e
SS
3620The @code{next} command only stops at the first instruction of a
3621source line. This prevents multiple stops that could otherwise occur in
4a92d011 3622@code{switch} statements, @code{for} loops, etc.
c906108c 3623
b90a5f51
CF
3624@kindex set step-mode
3625@item set step-mode
3626@cindex functions without line info, and stepping
3627@cindex stepping into functions with no line info
3628@itemx set step-mode on
4a92d011 3629The @code{set step-mode on} command causes the @code{step} command to
b90a5f51
CF
3630stop at the first instruction of a function which contains no debug line
3631information rather than stepping over it.
3632
4a92d011
EZ
3633This is useful in cases where you may be interested in inspecting the
3634machine instructions of a function which has no symbolic info and do not
3635want @value{GDBN} to automatically skip over this function.
b90a5f51
CF
3636
3637@item set step-mode off
4a92d011 3638Causes the @code{step} command to step over any functions which contains no
b90a5f51
CF
3639debug information. This is the default.
3640
9c16f35a
EZ
3641@item show step-mode
3642Show whether @value{GDBN} will stop in or step over functions without
3643source line debug information.
3644
c906108c
SS
3645@kindex finish
3646@item finish
3647Continue running until just after function in the selected stack frame
3648returns. Print the returned value (if any).
3649
3650Contrast this with the @code{return} command (@pxref{Returning,
3651,Returning from a function}).
3652
3653@kindex until
41afff9a 3654@kindex u @r{(@code{until})}
09d4efe1 3655@cindex run until specified location
c906108c
SS
3656@item until
3657@itemx u
3658Continue running until a source line past the current line, in the
3659current stack frame, is reached. This command is used to avoid single
3660stepping through a loop more than once. It is like the @code{next}
3661command, except that when @code{until} encounters a jump, it
3662automatically continues execution until the program counter is greater
3663than the address of the jump.
3664
3665This means that when you reach the end of a loop after single stepping
3666though it, @code{until} makes your program continue execution until it
3667exits the loop. In contrast, a @code{next} command at the end of a loop
3668simply steps back to the beginning of the loop, which forces you to step
3669through the next iteration.
3670
3671@code{until} always stops your program if it attempts to exit the current
3672stack frame.
3673
3674@code{until} may produce somewhat counterintuitive results if the order
3675of machine code does not match the order of the source lines. For
3676example, in the following excerpt from a debugging session, the @code{f}
3677(@code{frame}) command shows that execution is stopped at line
3678@code{206}; yet when we use @code{until}, we get to line @code{195}:
3679
474c8240 3680@smallexample
c906108c
SS
3681(@value{GDBP}) f
3682#0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3683206 expand_input();
3684(@value{GDBP}) until
3685195 for ( ; argc > 0; NEXTARG) @{
474c8240 3686@end smallexample
c906108c
SS
3687
3688This happened because, for execution efficiency, the compiler had
3689generated code for the loop closure test at the end, rather than the
3690start, of the loop---even though the test in a C @code{for}-loop is
3691written before the body of the loop. The @code{until} command appeared
3692to step back to the beginning of the loop when it advanced to this
3693expression; however, it has not really gone to an earlier
3694statement---not in terms of the actual machine code.
3695
3696@code{until} with no argument works by means of single
3697instruction stepping, and hence is slower than @code{until} with an
3698argument.
3699
3700@item until @var{location}
3701@itemx u @var{location}
3702Continue running your program until either the specified location is
3703reached, or the current stack frame returns. @var{location} is any of
3704the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
c60eb6f1
EZ
3705,Setting breakpoints}). This form of the command uses breakpoints, and
3706hence is quicker than @code{until} without an argument. The specified
3707location is actually reached only if it is in the current frame. This
3708implies that @code{until} can be used to skip over recursive function
3709invocations. For instance in the code below, if the current location is
3710line @code{96}, issuing @code{until 99} will execute the program up to
3711line @code{99} in the same invocation of factorial, i.e. after the inner
3712invocations have returned.
3713
3714@smallexample
371594 int factorial (int value)
371695 @{
371796 if (value > 1) @{
371897 value *= factorial (value - 1);
371998 @}
372099 return (value);
3721100 @}
3722@end smallexample
3723
3724
3725@kindex advance @var{location}
3726@itemx advance @var{location}
09d4efe1
EZ
3727Continue running the program up to the given @var{location}. An argument is
3728required, which should be of the same form as arguments for the @code{break}
c60eb6f1
EZ
3729command. Execution will also stop upon exit from the current stack
3730frame. This command is similar to @code{until}, but @code{advance} will
3731not skip over recursive function calls, and the target location doesn't
3732have to be in the same frame as the current one.
3733
c906108c
SS
3734
3735@kindex stepi
41afff9a 3736@kindex si @r{(@code{stepi})}
c906108c 3737@item stepi
96a2c332 3738@itemx stepi @var{arg}
c906108c
SS
3739@itemx si
3740Execute one machine instruction, then stop and return to the debugger.
3741
3742It is often useful to do @samp{display/i $pc} when stepping by machine
3743instructions. This makes @value{GDBN} automatically display the next
3744instruction to be executed, each time your program stops. @xref{Auto
3745Display,, Automatic display}.
3746
3747An argument is a repeat count, as in @code{step}.
3748
3749@need 750
3750@kindex nexti
41afff9a 3751@kindex ni @r{(@code{nexti})}
c906108c 3752@item nexti
96a2c332 3753@itemx nexti @var{arg}
c906108c
SS
3754@itemx ni
3755Execute one machine instruction, but if it is a function call,
3756proceed until the function returns.
3757
3758An argument is a repeat count, as in @code{next}.
3759@end table
3760
6d2ebf8b 3761@node Signals
c906108c
SS
3762@section Signals
3763@cindex signals
3764
3765A signal is an asynchronous event that can happen in a program. The
3766operating system defines the possible kinds of signals, and gives each
3767kind a name and a number. For example, in Unix @code{SIGINT} is the
d4f3574e 3768signal a program gets when you type an interrupt character (often @kbd{C-c});
c906108c
SS
3769@code{SIGSEGV} is the signal a program gets from referencing a place in
3770memory far away from all the areas in use; @code{SIGALRM} occurs when
3771the alarm clock timer goes off (which happens only if your program has
3772requested an alarm).
3773
3774@cindex fatal signals
3775Some signals, including @code{SIGALRM}, are a normal part of the
3776functioning of your program. Others, such as @code{SIGSEGV}, indicate
d4f3574e 3777errors; these signals are @dfn{fatal} (they kill your program immediately) if the
c906108c
SS
3778program has not specified in advance some other way to handle the signal.
3779@code{SIGINT} does not indicate an error in your program, but it is normally
3780fatal so it can carry out the purpose of the interrupt: to kill the program.
3781
3782@value{GDBN} has the ability to detect any occurrence of a signal in your
3783program. You can tell @value{GDBN} in advance what to do for each kind of
3784signal.
3785
3786@cindex handling signals
24f93129
EZ
3787Normally, @value{GDBN} is set up to let the non-erroneous signals like
3788@code{SIGALRM} be silently passed to your program
3789(so as not to interfere with their role in the program's functioning)
c906108c
SS
3790but to stop your program immediately whenever an error signal happens.
3791You can change these settings with the @code{handle} command.
3792
3793@table @code
3794@kindex info signals
09d4efe1 3795@kindex info handle
c906108c 3796@item info signals
96a2c332 3797@itemx info handle
c906108c
SS
3798Print a table of all the kinds of signals and how @value{GDBN} has been told to
3799handle each one. You can use this to see the signal numbers of all
3800the defined types of signals.
3801
d4f3574e 3802@code{info handle} is an alias for @code{info signals}.
c906108c
SS
3803
3804@kindex handle
3805@item handle @var{signal} @var{keywords}@dots{}
5ece1a18
EZ
3806Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3807can be the number of a signal or its name (with or without the
24f93129 3808@samp{SIG} at the beginning); a list of signal numbers of the form
5ece1a18
EZ
3809@samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3810known signals. The @var{keywords} say what change to make.
c906108c
SS
3811@end table
3812
3813@c @group
3814The keywords allowed by the @code{handle} command can be abbreviated.
3815Their full names are:
3816
3817@table @code
3818@item nostop
3819@value{GDBN} should not stop your program when this signal happens. It may
3820still print a message telling you that the signal has come in.
3821
3822@item stop
3823@value{GDBN} should stop your program when this signal happens. This implies
3824the @code{print} keyword as well.
3825
3826@item print
3827@value{GDBN} should print a message when this signal happens.
3828
3829@item noprint
3830@value{GDBN} should not mention the occurrence of the signal at all. This
3831implies the @code{nostop} keyword as well.
3832
3833@item pass
5ece1a18 3834@itemx noignore
c906108c
SS
3835@value{GDBN} should allow your program to see this signal; your program
3836can handle the signal, or else it may terminate if the signal is fatal
5ece1a18 3837and not handled. @code{pass} and @code{noignore} are synonyms.
c906108c
SS
3838
3839@item nopass
5ece1a18 3840@itemx ignore
c906108c 3841@value{GDBN} should not allow your program to see this signal.
5ece1a18 3842@code{nopass} and @code{ignore} are synonyms.
c906108c
SS
3843@end table
3844@c @end group
3845
d4f3574e
SS
3846When a signal stops your program, the signal is not visible to the
3847program until you
c906108c
SS
3848continue. Your program sees the signal then, if @code{pass} is in
3849effect for the signal in question @emph{at that time}. In other words,
3850after @value{GDBN} reports a signal, you can use the @code{handle}
3851command with @code{pass} or @code{nopass} to control whether your
3852program sees that signal when you continue.
3853
24f93129
EZ
3854The default is set to @code{nostop}, @code{noprint}, @code{pass} for
3855non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and
3856@code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the
3857erroneous signals.
3858
c906108c
SS
3859You can also use the @code{signal} command to prevent your program from
3860seeing a signal, or cause it to see a signal it normally would not see,
3861or to give it any signal at any time. For example, if your program stopped
3862due to some sort of memory reference error, you might store correct
3863values into the erroneous variables and continue, hoping to see more
3864execution; but your program would probably terminate immediately as
3865a result of the fatal signal once it saw the signal. To prevent this,
3866you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
5d161b24 3867program a signal}.
c906108c 3868
6d2ebf8b 3869@node Thread Stops
c906108c
SS
3870@section Stopping and starting multi-thread programs
3871
3872When your program has multiple threads (@pxref{Threads,, Debugging
3873programs with multiple threads}), you can choose whether to set
3874breakpoints on all threads, or on a particular thread.
3875
3876@table @code
3877@cindex breakpoints and threads
3878@cindex thread breakpoints
3879@kindex break @dots{} thread @var{threadno}
3880@item break @var{linespec} thread @var{threadno}
3881@itemx break @var{linespec} thread @var{threadno} if @dots{}
3882@var{linespec} specifies source lines; there are several ways of
3883writing them, but the effect is always to specify some source line.
3884
3885Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3886to specify that you only want @value{GDBN} to stop the program when a
3887particular thread reaches this breakpoint. @var{threadno} is one of the
3888numeric thread identifiers assigned by @value{GDBN}, shown in the first
3889column of the @samp{info threads} display.
3890
3891If you do not specify @samp{thread @var{threadno}} when you set a
3892breakpoint, the breakpoint applies to @emph{all} threads of your
3893program.
3894
3895You can use the @code{thread} qualifier on conditional breakpoints as
3896well; in this case, place @samp{thread @var{threadno}} before the
3897breakpoint condition, like this:
3898
3899@smallexample
2df3850c 3900(@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
c906108c
SS
3901@end smallexample
3902
3903@end table
3904
3905@cindex stopped threads
3906@cindex threads, stopped
3907Whenever your program stops under @value{GDBN} for any reason,
3908@emph{all} threads of execution stop, not just the current thread. This
3909allows you to examine the overall state of the program, including
3910switching between threads, without worrying that things may change
3911underfoot.
3912
36d86913
MC
3913@cindex thread breakpoints and system calls
3914@cindex system calls and thread breakpoints
3915@cindex premature return from system calls
3916There is an unfortunate side effect. If one thread stops for a
3917breakpoint, or for some other reason, and another thread is blocked in a
3918system call, then the system call may return prematurely. This is a
3919consequence of the interaction between multiple threads and the signals
3920that @value{GDBN} uses to implement breakpoints and other events that
3921stop execution.
3922
3923To handle this problem, your program should check the return value of
3924each system call and react appropriately. This is good programming
3925style anyways.
3926
3927For example, do not write code like this:
3928
3929@smallexample
3930 sleep (10);
3931@end smallexample
3932
3933The call to @code{sleep} will return early if a different thread stops
3934at a breakpoint or for some other reason.
3935
3936Instead, write this:
3937
3938@smallexample
3939 int unslept = 10;
3940 while (unslept > 0)
3941 unslept = sleep (unslept);
3942@end smallexample
3943
3944A system call is allowed to return early, so the system is still
3945conforming to its specification. But @value{GDBN} does cause your
3946multi-threaded program to behave differently than it would without
3947@value{GDBN}.
3948
3949Also, @value{GDBN} uses internal breakpoints in the thread library to
3950monitor certain events such as thread creation and thread destruction.
3951When such an event happens, a system call in another thread may return
3952prematurely, even though your program does not appear to stop.
3953
c906108c
SS
3954@cindex continuing threads
3955@cindex threads, continuing
3956Conversely, whenever you restart the program, @emph{all} threads start
3957executing. @emph{This is true even when single-stepping} with commands
5d161b24 3958like @code{step} or @code{next}.
c906108c
SS
3959
3960In particular, @value{GDBN} cannot single-step all threads in lockstep.
3961Since thread scheduling is up to your debugging target's operating
3962system (not controlled by @value{GDBN}), other threads may
3963execute more than one statement while the current thread completes a
3964single step. Moreover, in general other threads stop in the middle of a
3965statement, rather than at a clean statement boundary, when the program
3966stops.
3967
3968You might even find your program stopped in another thread after
3969continuing or even single-stepping. This happens whenever some other
3970thread runs into a breakpoint, a signal, or an exception before the
3971first thread completes whatever you requested.
3972
3973On some OSes, you can lock the OS scheduler and thus allow only a single
3974thread to run.
3975
3976@table @code
3977@item set scheduler-locking @var{mode}
9c16f35a
EZ
3978@cindex scheduler locking mode
3979@cindex lock scheduler
c906108c
SS
3980Set the scheduler locking mode. If it is @code{off}, then there is no
3981locking and any thread may run at any time. If @code{on}, then only the
3982current thread may run when the inferior is resumed. The @code{step}
3983mode optimizes for single-stepping. It stops other threads from
3984``seizing the prompt'' by preempting the current thread while you are
3985stepping. Other threads will only rarely (or never) get a chance to run
d4f3574e 3986when you step. They are more likely to run when you @samp{next} over a
c906108c 3987function call, and they are completely free to run when you use commands
d4f3574e 3988like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
c906108c 3989thread hits a breakpoint during its timeslice, they will never steal the
2df3850c 3990@value{GDBN} prompt away from the thread that you are debugging.
c906108c
SS
3991
3992@item show scheduler-locking
3993Display the current scheduler locking mode.
3994@end table
3995
c906108c 3996
6d2ebf8b 3997@node Stack
c906108c
SS
3998@chapter Examining the Stack
3999
4000When your program has stopped, the first thing you need to know is where it
4001stopped and how it got there.
4002
4003@cindex call stack
5d161b24
DB
4004Each time your program performs a function call, information about the call
4005is generated.
4006That information includes the location of the call in your program,
4007the arguments of the call,
c906108c 4008and the local variables of the function being called.
5d161b24 4009The information is saved in a block of data called a @dfn{stack frame}.
c906108c
SS
4010The stack frames are allocated in a region of memory called the @dfn{call
4011stack}.
4012
4013When your program stops, the @value{GDBN} commands for examining the
4014stack allow you to see all of this information.
4015
4016@cindex selected frame
4017One of the stack frames is @dfn{selected} by @value{GDBN} and many
4018@value{GDBN} commands refer implicitly to the selected frame. In
4019particular, whenever you ask @value{GDBN} for the value of a variable in
4020your program, the value is found in the selected frame. There are
4021special @value{GDBN} commands to select whichever frame you are
4022interested in. @xref{Selection, ,Selecting a frame}.
4023
4024When your program stops, @value{GDBN} automatically selects the
5d161b24 4025currently executing frame and describes it briefly, similar to the
c906108c
SS
4026@code{frame} command (@pxref{Frame Info, ,Information about a frame}).
4027
4028@menu
4029* Frames:: Stack frames
4030* Backtrace:: Backtraces
4031* Selection:: Selecting a frame
4032* Frame Info:: Information on a frame
c906108c
SS
4033
4034@end menu
4035
6d2ebf8b 4036@node Frames
c906108c
SS
4037@section Stack frames
4038
d4f3574e 4039@cindex frame, definition
c906108c
SS
4040@cindex stack frame
4041The call stack is divided up into contiguous pieces called @dfn{stack
4042frames}, or @dfn{frames} for short; each frame is the data associated
4043with one call to one function. The frame contains the arguments given
4044to the function, the function's local variables, and the address at
4045which the function is executing.
4046
4047@cindex initial frame
4048@cindex outermost frame
4049@cindex innermost frame
4050When your program is started, the stack has only one frame, that of the
4051function @code{main}. This is called the @dfn{initial} frame or the
4052@dfn{outermost} frame. Each time a function is called, a new frame is
4053made. Each time a function returns, the frame for that function invocation
4054is eliminated. If a function is recursive, there can be many frames for
4055the same function. The frame for the function in which execution is
4056actually occurring is called the @dfn{innermost} frame. This is the most
4057recently created of all the stack frames that still exist.
4058
4059@cindex frame pointer
4060Inside your program, stack frames are identified by their addresses. A
4061stack frame consists of many bytes, each of which has its own address; each
4062kind of computer has a convention for choosing one byte whose
4063address serves as the address of the frame. Usually this address is kept
4064in a register called the @dfn{frame pointer register} while execution is
4065going on in that frame.
4066
4067@cindex frame number
4068@value{GDBN} assigns numbers to all existing stack frames, starting with
4069zero for the innermost frame, one for the frame that called it,
4070and so on upward. These numbers do not really exist in your program;
4071they are assigned by @value{GDBN} to give you a way of designating stack
4072frames in @value{GDBN} commands.
4073
6d2ebf8b
SS
4074@c The -fomit-frame-pointer below perennially causes hbox overflow
4075@c underflow problems.
c906108c
SS
4076@cindex frameless execution
4077Some compilers provide a way to compile functions so that they operate
6d2ebf8b 4078without stack frames. (For example, the @value{GCC} option
474c8240 4079@smallexample
6d2ebf8b 4080@samp{-fomit-frame-pointer}
474c8240 4081@end smallexample
6d2ebf8b 4082generates functions without a frame.)
c906108c
SS
4083This is occasionally done with heavily used library functions to save
4084the frame setup time. @value{GDBN} has limited facilities for dealing
4085with these function invocations. If the innermost function invocation
4086has no stack frame, @value{GDBN} nevertheless regards it as though
4087it had a separate frame, which is numbered zero as usual, allowing
4088correct tracing of the function call chain. However, @value{GDBN} has
4089no provision for frameless functions elsewhere in the stack.
4090
4091@table @code
d4f3574e 4092@kindex frame@r{, command}
41afff9a 4093@cindex current stack frame
c906108c 4094@item frame @var{args}
5d161b24 4095The @code{frame} command allows you to move from one stack frame to another,
c906108c 4096and to print the stack frame you select. @var{args} may be either the
5d161b24
DB
4097address of the frame or the stack frame number. Without an argument,
4098@code{frame} prints the current stack frame.
c906108c
SS
4099
4100@kindex select-frame
41afff9a 4101@cindex selecting frame silently
c906108c
SS
4102@item select-frame
4103The @code{select-frame} command allows you to move from one stack frame
4104to another without printing the frame. This is the silent version of
4105@code{frame}.
4106@end table
4107
6d2ebf8b 4108@node Backtrace
c906108c
SS
4109@section Backtraces
4110
09d4efe1
EZ
4111@cindex traceback
4112@cindex call stack traces
c906108c
SS
4113A backtrace is a summary of how your program got where it is. It shows one
4114line per frame, for many frames, starting with the currently executing
4115frame (frame zero), followed by its caller (frame one), and on up the
4116stack.
4117
4118@table @code
4119@kindex backtrace
41afff9a 4120@kindex bt @r{(@code{backtrace})}
c906108c
SS
4121@item backtrace
4122@itemx bt
4123Print a backtrace of the entire stack: one line per frame for all
4124frames in the stack.
4125
4126You can stop the backtrace at any time by typing the system interrupt
4127character, normally @kbd{C-c}.
4128
4129@item backtrace @var{n}
4130@itemx bt @var{n}
4131Similar, but print only the innermost @var{n} frames.
4132
4133@item backtrace -@var{n}
4134@itemx bt -@var{n}
4135Similar, but print only the outermost @var{n} frames.
0f061b69
NR
4136
4137@item backtrace full
4138Print the values of the local variables also.
4139@itemx bt full
c906108c
SS
4140@end table
4141
4142@kindex where
4143@kindex info stack
c906108c
SS
4144The names @code{where} and @code{info stack} (abbreviated @code{info s})
4145are additional aliases for @code{backtrace}.
4146
4147Each line in the backtrace shows the frame number and the function name.
4148The program counter value is also shown---unless you use @code{set
4149print address off}. The backtrace also shows the source file name and
4150line number, as well as the arguments to the function. The program
4151counter value is omitted if it is at the beginning of the code for that
4152line number.
4153
4154Here is an example of a backtrace. It was made with the command
4155@samp{bt 3}, so it shows the innermost three frames.
4156
4157@smallexample
4158@group
5d161b24 4159#0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
c906108c
SS
4160 at builtin.c:993
4161#1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
4162#2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
4163 at macro.c:71
4164(More stack frames follow...)
4165@end group
4166@end smallexample
4167
4168@noindent
4169The display for frame zero does not begin with a program counter
4170value, indicating that your program has stopped at the beginning of the
4171code for line @code{993} of @code{builtin.c}.
4172
a8f24a35
EZ
4173@cindex backtrace beyond @code{main} function
4174@cindex program entry point
4175@cindex startup code, and backtrace
25d29d70
AC
4176Most programs have a standard user entry point---a place where system
4177libraries and startup code transition into user code. For C this is
4178@code{main}. When @value{GDBN} finds the entry function in a backtrace
4179it will terminate the backtrace, to avoid tracing into highly
4180system-specific (and generally uninteresting) code.
4181
4182If you need to examine the startup code, or limit the number of levels
4183in a backtrace, you can change this behavior:
95f90d25
DJ
4184
4185@table @code
25d29d70
AC
4186@item set backtrace past-main
4187@itemx set backtrace past-main on
4644b6e3 4188@kindex set backtrace
25d29d70
AC
4189Backtraces will continue past the user entry point.
4190
4191@item set backtrace past-main off
95f90d25
DJ
4192Backtraces will stop when they encounter the user entry point. This is the
4193default.
4194
25d29d70 4195@item show backtrace past-main
4644b6e3 4196@kindex show backtrace
25d29d70
AC
4197Display the current user entry point backtrace policy.
4198
2315ffec
RC
4199@item set backtrace past-entry
4200@itemx set backtrace past-entry on
a8f24a35 4201Backtraces will continue past the internal entry point of an application.
2315ffec
RC
4202This entry point is encoded by the linker when the application is built,
4203and is likely before the user entry point @code{main} (or equivalent) is called.
4204
4205@item set backtrace past-entry off
4206Backtraces will stop when they encouter the internal entry point of an
4207application. This is the default.
4208
4209@item show backtrace past-entry
4210Display the current internal entry point backtrace policy.
4211
25d29d70
AC
4212@item set backtrace limit @var{n}
4213@itemx set backtrace limit 0
4214@cindex backtrace limit
4215Limit the backtrace to @var{n} levels. A value of zero means
4216unlimited.
95f90d25 4217
25d29d70
AC
4218@item show backtrace limit
4219Display the current limit on backtrace levels.
95f90d25
DJ
4220@end table
4221
6d2ebf8b 4222@node Selection
c906108c
SS
4223@section Selecting a frame
4224
4225Most commands for examining the stack and other data in your program work on
4226whichever stack frame is selected at the moment. Here are the commands for
4227selecting a stack frame; all of them finish by printing a brief description
4228of the stack frame just selected.
4229
4230@table @code
d4f3574e 4231@kindex frame@r{, selecting}
41afff9a 4232@kindex f @r{(@code{frame})}
c906108c
SS
4233@item frame @var{n}
4234@itemx f @var{n}
4235Select frame number @var{n}. Recall that frame zero is the innermost
4236(currently executing) frame, frame one is the frame that called the
4237innermost one, and so on. The highest-numbered frame is the one for
4238@code{main}.
4239
4240@item frame @var{addr}
4241@itemx f @var{addr}
4242Select the frame at address @var{addr}. This is useful mainly if the
4243chaining of stack frames has been damaged by a bug, making it
4244impossible for @value{GDBN} to assign numbers properly to all frames. In
4245addition, this can be useful when your program has multiple stacks and
4246switches between them.
4247
c906108c
SS
4248On the SPARC architecture, @code{frame} needs two addresses to
4249select an arbitrary frame: a frame pointer and a stack pointer.
4250
4251On the MIPS and Alpha architecture, it needs two addresses: a stack
4252pointer and a program counter.
4253
4254On the 29k architecture, it needs three addresses: a register stack
4255pointer, a program counter, and a memory stack pointer.
4256@c note to future updaters: this is conditioned on a flag
4257@c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
4258@c as of 27 Jan 1994.
c906108c
SS
4259
4260@kindex up
4261@item up @var{n}
4262Move @var{n} frames up the stack. For positive numbers @var{n}, this
4263advances toward the outermost frame, to higher frame numbers, to frames
4264that have existed longer. @var{n} defaults to one.
4265
4266@kindex down
41afff9a 4267@kindex do @r{(@code{down})}
c906108c
SS
4268@item down @var{n}
4269Move @var{n} frames down the stack. For positive numbers @var{n}, this
4270advances toward the innermost frame, to lower frame numbers, to frames
4271that were created more recently. @var{n} defaults to one. You may
4272abbreviate @code{down} as @code{do}.
4273@end table
4274
4275All of these commands end by printing two lines of output describing the
4276frame. The first line shows the frame number, the function name, the
4277arguments, and the source file and line number of execution in that
5d161b24 4278frame. The second line shows the text of that source line.
c906108c
SS
4279
4280@need 1000
4281For example:
4282
4283@smallexample
4284@group
4285(@value{GDBP}) up
4286#1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
4287 at env.c:10
428810 read_input_file (argv[i]);
4289@end group
4290@end smallexample
4291
4292After such a printout, the @code{list} command with no arguments
4293prints ten lines centered on the point of execution in the frame.
87885426
FN
4294You can also edit the program at the point of execution with your favorite
4295editing program by typing @code{edit}.
4296@xref{List, ,Printing source lines},
4297for details.
c906108c
SS
4298
4299@table @code
4300@kindex down-silently
4301@kindex up-silently
4302@item up-silently @var{n}
4303@itemx down-silently @var{n}
4304These two commands are variants of @code{up} and @code{down},
4305respectively; they differ in that they do their work silently, without
4306causing display of the new frame. They are intended primarily for use
4307in @value{GDBN} command scripts, where the output might be unnecessary and
4308distracting.
4309@end table
4310
6d2ebf8b 4311@node Frame Info
c906108c
SS
4312@section Information about a frame
4313
4314There are several other commands to print information about the selected
4315stack frame.
4316
4317@table @code
4318@item frame
4319@itemx f
4320When used without any argument, this command does not change which
4321frame is selected, but prints a brief description of the currently
4322selected stack frame. It can be abbreviated @code{f}. With an
4323argument, this command is used to select a stack frame.
4324@xref{Selection, ,Selecting a frame}.
4325
4326@kindex info frame
41afff9a 4327@kindex info f @r{(@code{info frame})}
c906108c
SS
4328@item info frame
4329@itemx info f
4330This command prints a verbose description of the selected stack frame,
4331including:
4332
4333@itemize @bullet
5d161b24
DB
4334@item
4335the address of the frame
c906108c
SS
4336@item
4337the address of the next frame down (called by this frame)
4338@item
4339the address of the next frame up (caller of this frame)
4340@item
4341the language in which the source code corresponding to this frame is written
4342@item
4343the address of the frame's arguments
4344@item
d4f3574e
SS
4345the address of the frame's local variables
4346@item
c906108c
SS
4347the program counter saved in it (the address of execution in the caller frame)
4348@item
4349which registers were saved in the frame
4350@end itemize
4351
4352@noindent The verbose description is useful when
4353something has gone wrong that has made the stack format fail to fit
4354the usual conventions.
4355
4356@item info frame @var{addr}
4357@itemx info f @var{addr}
4358Print a verbose description of the frame at address @var{addr}, without
4359selecting that frame. The selected frame remains unchanged by this
4360command. This requires the same kind of address (more than one for some
4361architectures) that you specify in the @code{frame} command.
4362@xref{Selection, ,Selecting a frame}.
4363
4364@kindex info args
4365@item info args
4366Print the arguments of the selected frame, each on a separate line.
4367
4368@item info locals
4369@kindex info locals
4370Print the local variables of the selected frame, each on a separate
4371line. These are all variables (declared either static or automatic)
4372accessible at the point of execution of the selected frame.
4373
c906108c 4374@kindex info catch
d4f3574e
SS
4375@cindex catch exceptions, list active handlers
4376@cindex exception handlers, how to list
c906108c
SS
4377@item info catch
4378Print a list of all the exception handlers that are active in the
4379current stack frame at the current point of execution. To see other
4380exception handlers, visit the associated frame (using the @code{up},
4381@code{down}, or @code{frame} commands); then type @code{info catch}.
4382@xref{Set Catchpoints, , Setting catchpoints}.
53a5351d 4383
c906108c
SS
4384@end table
4385
c906108c 4386
6d2ebf8b 4387@node Source
c906108c
SS
4388@chapter Examining Source Files
4389
4390@value{GDBN} can print parts of your program's source, since the debugging
4391information recorded in the program tells @value{GDBN} what source files were
4392used to build it. When your program stops, @value{GDBN} spontaneously prints
4393the line where it stopped. Likewise, when you select a stack frame
4394(@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
4395execution in that frame has stopped. You can print other portions of
4396source files by explicit command.
4397
7a292a7a 4398If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
d4f3574e 4399prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
7a292a7a 4400@value{GDBN} under @sc{gnu} Emacs}.
c906108c
SS
4401
4402@menu
4403* List:: Printing source lines
87885426 4404* Edit:: Editing source files
c906108c 4405* Search:: Searching source files
c906108c
SS
4406* Source Path:: Specifying source directories
4407* Machine Code:: Source and machine code
4408@end menu
4409
6d2ebf8b 4410@node List
c906108c
SS
4411@section Printing source lines
4412
4413@kindex list
41afff9a 4414@kindex l @r{(@code{list})}
c906108c 4415To print lines from a source file, use the @code{list} command
5d161b24 4416(abbreviated @code{l}). By default, ten lines are printed.
c906108c
SS
4417There are several ways to specify what part of the file you want to print.
4418
4419Here are the forms of the @code{list} command most commonly used:
4420
4421@table @code
4422@item list @var{linenum}
4423Print lines centered around line number @var{linenum} in the
4424current source file.
4425
4426@item list @var{function}
4427Print lines centered around the beginning of function
4428@var{function}.
4429
4430@item list
4431Print more lines. If the last lines printed were printed with a
4432@code{list} command, this prints lines following the last lines
4433printed; however, if the last line printed was a solitary line printed
4434as part of displaying a stack frame (@pxref{Stack, ,Examining the
4435Stack}), this prints lines centered around that line.
4436
4437@item list -
4438Print lines just before the lines last printed.
4439@end table
4440
9c16f35a 4441@cindex @code{list}, how many lines to display
c906108c
SS
4442By default, @value{GDBN} prints ten source lines with any of these forms of
4443the @code{list} command. You can change this using @code{set listsize}:
4444
4445@table @code
4446@kindex set listsize
4447@item set listsize @var{count}
4448Make the @code{list} command display @var{count} source lines (unless
4449the @code{list} argument explicitly specifies some other number).
4450
4451@kindex show listsize
4452@item show listsize
4453Display the number of lines that @code{list} prints.
4454@end table
4455
4456Repeating a @code{list} command with @key{RET} discards the argument,
4457so it is equivalent to typing just @code{list}. This is more useful
4458than listing the same lines again. An exception is made for an
4459argument of @samp{-}; that argument is preserved in repetition so that
4460each repetition moves up in the source file.
4461
4462@cindex linespec
4463In general, the @code{list} command expects you to supply zero, one or two
4464@dfn{linespecs}. Linespecs specify source lines; there are several ways
d4f3574e 4465of writing them, but the effect is always to specify some source line.
c906108c
SS
4466Here is a complete description of the possible arguments for @code{list}:
4467
4468@table @code
4469@item list @var{linespec}
4470Print lines centered around the line specified by @var{linespec}.
4471
4472@item list @var{first},@var{last}
4473Print lines from @var{first} to @var{last}. Both arguments are
4474linespecs.
4475
4476@item list ,@var{last}
4477Print lines ending with @var{last}.
4478
4479@item list @var{first},
4480Print lines starting with @var{first}.
4481
4482@item list +
4483Print lines just after the lines last printed.
4484
4485@item list -
4486Print lines just before the lines last printed.
4487
4488@item list
4489As described in the preceding table.
4490@end table
4491
4492Here are the ways of specifying a single source line---all the
4493kinds of linespec.
4494
4495@table @code
4496@item @var{number}
4497Specifies line @var{number} of the current source file.
4498When a @code{list} command has two linespecs, this refers to
4499the same source file as the first linespec.
4500
4501@item +@var{offset}
4502Specifies the line @var{offset} lines after the last line printed.
4503When used as the second linespec in a @code{list} command that has
4504two, this specifies the line @var{offset} lines down from the
4505first linespec.
4506
4507@item -@var{offset}
4508Specifies the line @var{offset} lines before the last line printed.
4509
4510@item @var{filename}:@var{number}
4511Specifies line @var{number} in the source file @var{filename}.
4512
4513@item @var{function}
4514Specifies the line that begins the body of the function @var{function}.
4515For example: in C, this is the line with the open brace.
4516
4517@item @var{filename}:@var{function}
4518Specifies the line of the open-brace that begins the body of the
4519function @var{function} in the file @var{filename}. You only need the
4520file name with a function name to avoid ambiguity when there are
4521identically named functions in different source files.
4522
4523@item *@var{address}
4524Specifies the line containing the program address @var{address}.
4525@var{address} may be any expression.
4526@end table
4527
87885426
FN
4528@node Edit
4529@section Editing source files
4530@cindex editing source files
4531
4532@kindex edit
4533@kindex e @r{(@code{edit})}
4534To edit the lines in a source file, use the @code{edit} command.
4535The editing program of your choice
4536is invoked with the current line set to
4537the active line in the program.
4538Alternatively, there are several ways to specify what part of the file you
4539want to print if you want to see other parts of the program.
4540
4541Here are the forms of the @code{edit} command most commonly used:
4542
4543@table @code
4544@item edit
4545Edit the current source file at the active line number in the program.
4546
4547@item edit @var{number}
4548Edit the current source file with @var{number} as the active line number.
4549
4550@item edit @var{function}
4551Edit the file containing @var{function} at the beginning of its definition.
4552
4553@item edit @var{filename}:@var{number}
4554Specifies line @var{number} in the source file @var{filename}.
4555
4556@item edit @var{filename}:@var{function}
4557Specifies the line that begins the body of the
4558function @var{function} in the file @var{filename}. You only need the
4559file name with a function name to avoid ambiguity when there are
4560identically named functions in different source files.
4561
4562@item edit *@var{address}
4563Specifies the line containing the program address @var{address}.
4564@var{address} may be any expression.
4565@end table
4566
4567@subsection Choosing your editor
4568You can customize @value{GDBN} to use any editor you want
4569@footnote{
4570The only restriction is that your editor (say @code{ex}), recognizes the
4571following command-line syntax:
10998722 4572@smallexample
87885426 4573ex +@var{number} file
10998722 4574@end smallexample
15387254
EZ
4575The optional numeric value +@var{number} specifies the number of the line in
4576the file where to start editing.}.
4577By default, it is @file{@value{EDITOR}}, but you can change this
10998722
AC
4578by setting the environment variable @code{EDITOR} before using
4579@value{GDBN}. For example, to configure @value{GDBN} to use the
4580@code{vi} editor, you could use these commands with the @code{sh} shell:
4581@smallexample
87885426
FN
4582EDITOR=/usr/bin/vi
4583export EDITOR
15387254 4584gdb @dots{}
10998722 4585@end smallexample
87885426 4586or in the @code{csh} shell,
10998722 4587@smallexample
87885426 4588setenv EDITOR /usr/bin/vi
15387254 4589gdb @dots{}
10998722 4590@end smallexample
87885426 4591
6d2ebf8b 4592@node Search
c906108c 4593@section Searching source files
15387254 4594@cindex searching source files
c906108c
SS
4595
4596There are two commands for searching through the current source file for a
4597regular expression.
4598
4599@table @code
4600@kindex search
4601@kindex forward-search
4602@item forward-search @var{regexp}
4603@itemx search @var{regexp}
4604The command @samp{forward-search @var{regexp}} checks each line,
4605starting with the one following the last line listed, for a match for
5d161b24 4606@var{regexp}. It lists the line that is found. You can use the
c906108c
SS
4607synonym @samp{search @var{regexp}} or abbreviate the command name as
4608@code{fo}.
4609
09d4efe1 4610@kindex reverse-search
c906108c
SS
4611@item reverse-search @var{regexp}
4612The command @samp{reverse-search @var{regexp}} checks each line, starting
4613with the one before the last line listed and going backward, for a match
4614for @var{regexp}. It lists the line that is found. You can abbreviate
4615this command as @code{rev}.
4616@end table
c906108c 4617
6d2ebf8b 4618@node Source Path
c906108c
SS
4619@section Specifying source directories
4620
4621@cindex source path
4622@cindex directories for source files
4623Executable programs sometimes do not record the directories of the source
4624files from which they were compiled, just the names. Even when they do,
4625the directories could be moved between the compilation and your debugging
4626session. @value{GDBN} has a list of directories to search for source files;
4627this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4628it tries all the directories in the list, in the order they are present
0b66e38c
EZ
4629in the list, until it finds a file with the desired name.
4630
4631For example, suppose an executable references the file
4632@file{/usr/src/foo-1.0/lib/foo.c}, and our source path is
4633@file{/mnt/cross}. The file is first looked up literally; if this
4634fails, @file{/mnt/cross/usr/src/foo-1.0/lib/foo.c} is tried; if this
4635fails, @file{/mnt/cross/foo.c} is opened; if this fails, an error
4636message is printed. @value{GDBN} does not look up the parts of the
4637source file name, such as @file{/mnt/cross/src/foo-1.0/lib/foo.c}.
4638Likewise, the subdirectories of the source path are not searched: if
4639the source path is @file{/mnt/cross}, and the binary refers to
4640@file{foo.c}, @value{GDBN} would not find it under
4641@file{/mnt/cross/usr/src/foo-1.0/lib}.
4642
4643Plain file names, relative file names with leading directories, file
4644names containing dots, etc.@: are all treated as described above; for
4645instance, if the source path is @file{/mnt/cross}, and the source file
4646is recorded as @file{../lib/foo.c}, @value{GDBN} would first try
4647@file{../lib/foo.c}, then @file{/mnt/cross/../lib/foo.c}, and after
4648that---@file{/mnt/cross/foo.c}.
4649
4650Note that the executable search path is @emph{not} used to locate the
4651source files. Neither is the current working directory, unless it
4652happens to be in the source path.
c906108c
SS
4653
4654Whenever you reset or rearrange the source path, @value{GDBN} clears out
4655any information it has cached about where source files are found and where
4656each line is in the file.
4657
4658@kindex directory
4659@kindex dir
d4f3574e
SS
4660When you start @value{GDBN}, its source path includes only @samp{cdir}
4661and @samp{cwd}, in that order.
c906108c
SS
4662To add other directories, use the @code{directory} command.
4663
4664@table @code
4665@item directory @var{dirname} @dots{}
4666@item dir @var{dirname} @dots{}
4667Add directory @var{dirname} to the front of the source path. Several
d4f3574e
SS
4668directory names may be given to this command, separated by @samp{:}
4669(@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4670part of absolute file names) or
c906108c
SS
4671whitespace. You may specify a directory that is already in the source
4672path; this moves it forward, so @value{GDBN} searches it sooner.
4673
4674@kindex cdir
4675@kindex cwd
41afff9a
EZ
4676@vindex $cdir@r{, convenience variable}
4677@vindex $cwdr@r{, convenience variable}
c906108c
SS
4678@cindex compilation directory
4679@cindex current directory
4680@cindex working directory
4681@cindex directory, current
4682@cindex directory, compilation
4683You can use the string @samp{$cdir} to refer to the compilation
4684directory (if one is recorded), and @samp{$cwd} to refer to the current
4685working directory. @samp{$cwd} is not the same as @samp{.}---the former
4686tracks the current working directory as it changes during your @value{GDBN}
4687session, while the latter is immediately expanded to the current
4688directory at the time you add an entry to the source path.
4689
4690@item directory
4691Reset the source path to empty again. This requires confirmation.
4692
4693@c RET-repeat for @code{directory} is explicitly disabled, but since
4694@c repeating it would be a no-op we do not say that. (thanks to RMS)
4695
4696@item show directories
4697@kindex show directories
4698Print the source path: show which directories it contains.
4699@end table
4700
4701If your source path is cluttered with directories that are no longer of
4702interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4703versions of source. You can correct the situation as follows:
4704
4705@enumerate
4706@item
4707Use @code{directory} with no argument to reset the source path to empty.
4708
4709@item
4710Use @code{directory} with suitable arguments to reinstall the
4711directories you want in the source path. You can add all the
4712directories in one command.
4713@end enumerate
4714
6d2ebf8b 4715@node Machine Code
c906108c 4716@section Source and machine code
15387254 4717@cindex source line and its code address
c906108c
SS
4718
4719You can use the command @code{info line} to map source lines to program
4720addresses (and vice versa), and the command @code{disassemble} to display
4721a range of addresses as machine instructions. When run under @sc{gnu} Emacs
d4f3574e 4722mode, the @code{info line} command causes the arrow to point to the
5d161b24 4723line specified. Also, @code{info line} prints addresses in symbolic form as
c906108c
SS
4724well as hex.
4725
4726@table @code
4727@kindex info line
4728@item info line @var{linespec}
4729Print the starting and ending addresses of the compiled code for
4730source line @var{linespec}. You can specify source lines in any of
4731the ways understood by the @code{list} command (@pxref{List, ,Printing
4732source lines}).
4733@end table
4734
4735For example, we can use @code{info line} to discover the location of
4736the object code for the first line of function
4737@code{m4_changequote}:
4738
d4f3574e
SS
4739@c FIXME: I think this example should also show the addresses in
4740@c symbolic form, as they usually would be displayed.
c906108c 4741@smallexample
96a2c332 4742(@value{GDBP}) info line m4_changequote
c906108c
SS
4743Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4744@end smallexample
4745
4746@noindent
15387254 4747@cindex code address and its source line
c906108c
SS
4748We can also inquire (using @code{*@var{addr}} as the form for
4749@var{linespec}) what source line covers a particular address:
4750@smallexample
4751(@value{GDBP}) info line *0x63ff
4752Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4753@end smallexample
4754
4755@cindex @code{$_} and @code{info line}
15387254 4756@cindex @code{x} command, default address
41afff9a 4757@kindex x@r{(examine), and} info line
c906108c
SS
4758After @code{info line}, the default address for the @code{x} command
4759is changed to the starting address of the line, so that @samp{x/i} is
4760sufficient to begin examining the machine code (@pxref{Memory,
4761,Examining memory}). Also, this address is saved as the value of the
4762convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4763variables}).
4764
4765@table @code
4766@kindex disassemble
4767@cindex assembly instructions
4768@cindex instructions, assembly
4769@cindex machine instructions
4770@cindex listing machine instructions
4771@item disassemble
4772This specialized command dumps a range of memory as machine
4773instructions. The default memory range is the function surrounding the
4774program counter of the selected frame. A single argument to this
4775command is a program counter value; @value{GDBN} dumps the function
4776surrounding this value. Two arguments specify a range of addresses
4777(first inclusive, second exclusive) to dump.
4778@end table
4779
c906108c
SS
4780The following example shows the disassembly of a range of addresses of
4781HP PA-RISC 2.0 code:
4782
4783@smallexample
4784(@value{GDBP}) disas 0x32c4 0x32e4
4785Dump of assembler code from 0x32c4 to 0x32e4:
47860x32c4 <main+204>: addil 0,dp
47870x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
47880x32cc <main+212>: ldil 0x3000,r31
47890x32d0 <main+216>: ble 0x3f8(sr4,r31)
47900x32d4 <main+220>: ldo 0(r31),rp
47910x32d8 <main+224>: addil -0x800,dp
47920x32dc <main+228>: ldo 0x588(r1),r26
47930x32e0 <main+232>: ldil 0x3000,r31
4794End of assembler dump.
4795@end smallexample
c906108c
SS
4796
4797Some architectures have more than one commonly-used set of instruction
4798mnemonics or other syntax.
4799
4800@table @code
d4f3574e 4801@kindex set disassembly-flavor
d4f3574e
SS
4802@cindex Intel disassembly flavor
4803@cindex AT&T disassembly flavor
4804@item set disassembly-flavor @var{instruction-set}
c906108c
SS
4805Select the instruction set to use when disassembling the
4806program via the @code{disassemble} or @code{x/i} commands.
4807
4808Currently this command is only defined for the Intel x86 family. You
d4f3574e
SS
4809can set @var{instruction-set} to either @code{intel} or @code{att}.
4810The default is @code{att}, the AT&T flavor used by default by Unix
4811assemblers for x86-based targets.
9c16f35a
EZ
4812
4813@kindex show disassembly-flavor
4814@item show disassembly-flavor
4815Show the current setting of the disassembly flavor.
c906108c
SS
4816@end table
4817
4818
6d2ebf8b 4819@node Data
c906108c
SS
4820@chapter Examining Data
4821
4822@cindex printing data
4823@cindex examining data
4824@kindex print
4825@kindex inspect
4826@c "inspect" is not quite a synonym if you are using Epoch, which we do not
4827@c document because it is nonstandard... Under Epoch it displays in a
4828@c different window or something like that.
4829The usual way to examine data in your program is with the @code{print}
7a292a7a
SS
4830command (abbreviated @code{p}), or its synonym @code{inspect}. It
4831evaluates and prints the value of an expression of the language your
4832program is written in (@pxref{Languages, ,Using @value{GDBN} with
4833Different Languages}).
c906108c
SS
4834
4835@table @code
d4f3574e
SS
4836@item print @var{expr}
4837@itemx print /@var{f} @var{expr}
4838@var{expr} is an expression (in the source language). By default the
4839value of @var{expr} is printed in a format appropriate to its data type;
c906108c 4840you can choose a different format by specifying @samp{/@var{f}}, where
d4f3574e 4841@var{f} is a letter specifying the format; see @ref{Output Formats,,Output
c906108c
SS
4842formats}.
4843
4844@item print
4845@itemx print /@var{f}
15387254 4846@cindex reprint the last value
d4f3574e 4847If you omit @var{expr}, @value{GDBN} displays the last value again (from the
c906108c
SS
4848@dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4849conveniently inspect the same value in an alternative format.
4850@end table
4851
4852A more low-level way of examining data is with the @code{x} command.
4853It examines data in memory at a specified address and prints it in a
4854specified format. @xref{Memory, ,Examining memory}.
4855
7a292a7a 4856If you are interested in information about types, or about how the
d4f3574e
SS
4857fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4858command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
7a292a7a 4859Table}.
c906108c
SS
4860
4861@menu
4862* Expressions:: Expressions
4863* Variables:: Program variables
4864* Arrays:: Artificial arrays
4865* Output Formats:: Output formats
4866* Memory:: Examining memory
4867* Auto Display:: Automatic display
4868* Print Settings:: Print settings
4869* Value History:: Value history
4870* Convenience Vars:: Convenience variables
4871* Registers:: Registers
c906108c 4872* Floating Point Hardware:: Floating point hardware
53c69bd7 4873* Vector Unit:: Vector Unit
721c2651 4874* OS Information:: Auxiliary data provided by operating system
29e57380 4875* Memory Region Attributes:: Memory region attributes
16d9dec6 4876* Dump/Restore Files:: Copy between memory and a file
384ee23f 4877* Core File Generation:: Cause a program dump its core
a0eb71c5
KB
4878* Character Sets:: Debugging programs that use a different
4879 character set than GDB does
09d4efe1 4880* Caching Remote Data:: Data caching for remote targets
c906108c
SS
4881@end menu
4882
6d2ebf8b 4883@node Expressions
c906108c
SS
4884@section Expressions
4885
4886@cindex expressions
4887@code{print} and many other @value{GDBN} commands accept an expression and
4888compute its value. Any kind of constant, variable or operator defined
4889by the programming language you are using is valid in an expression in
e2e0bcd1
JB
4890@value{GDBN}. This includes conditional expressions, function calls,
4891casts, and string constants. It also includes preprocessor macros, if
4892you compiled your program to include this information; see
4893@ref{Compilation}.
c906108c 4894
15387254 4895@cindex arrays in expressions
d4f3574e
SS
4896@value{GDBN} supports array constants in expressions input by
4897the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
5d161b24 4898you can use the command @code{print @{1, 2, 3@}} to build up an array in
d4f3574e 4899memory that is @code{malloc}ed in the target program.
c906108c 4900
c906108c
SS
4901Because C is so widespread, most of the expressions shown in examples in
4902this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4903Languages}, for information on how to use expressions in other
4904languages.
4905
4906In this section, we discuss operators that you can use in @value{GDBN}
4907expressions regardless of your programming language.
4908
15387254 4909@cindex casts, in expressions
c906108c
SS
4910Casts are supported in all languages, not just in C, because it is so
4911useful to cast a number into a pointer in order to examine a structure
4912at that address in memory.
4913@c FIXME: casts supported---Mod2 true?
c906108c
SS
4914
4915@value{GDBN} supports these operators, in addition to those common
4916to programming languages:
4917
4918@table @code
4919@item @@
4920@samp{@@} is a binary operator for treating parts of memory as arrays.
4921@xref{Arrays, ,Artificial arrays}, for more information.
4922
4923@item ::
4924@samp{::} allows you to specify a variable in terms of the file or
4925function where it is defined. @xref{Variables, ,Program variables}.
4926
4927@cindex @{@var{type}@}
4928@cindex type casting memory
4929@cindex memory, viewing as typed object
4930@cindex casts, to view memory
4931@item @{@var{type}@} @var{addr}
4932Refers to an object of type @var{type} stored at address @var{addr} in
4933memory. @var{addr} may be any expression whose value is an integer or
4934pointer (but parentheses are required around binary operators, just as in
4935a cast). This construct is allowed regardless of what kind of data is
4936normally supposed to reside at @var{addr}.
4937@end table
4938
6d2ebf8b 4939@node Variables
c906108c
SS
4940@section Program variables
4941
4942The most common kind of expression to use is the name of a variable
4943in your program.
4944
4945Variables in expressions are understood in the selected stack frame
4946(@pxref{Selection, ,Selecting a frame}); they must be either:
4947
4948@itemize @bullet
4949@item
4950global (or file-static)
4951@end itemize
4952
5d161b24 4953@noindent or
c906108c
SS
4954
4955@itemize @bullet
4956@item
4957visible according to the scope rules of the
4958programming language from the point of execution in that frame
5d161b24 4959@end itemize
c906108c
SS
4960
4961@noindent This means that in the function
4962
474c8240 4963@smallexample
c906108c
SS
4964foo (a)
4965 int a;
4966@{
4967 bar (a);
4968 @{
4969 int b = test ();
4970 bar (b);
4971 @}
4972@}
474c8240 4973@end smallexample
c906108c
SS
4974
4975@noindent
4976you can examine and use the variable @code{a} whenever your program is
4977executing within the function @code{foo}, but you can only use or
4978examine the variable @code{b} while your program is executing inside
4979the block where @code{b} is declared.
4980
4981@cindex variable name conflict
4982There is an exception: you can refer to a variable or function whose
4983scope is a single source file even if the current execution point is not
4984in this file. But it is possible to have more than one such variable or
4985function with the same name (in different source files). If that
4986happens, referring to that name has unpredictable effects. If you wish,
4987you can specify a static variable in a particular function or file,
15387254 4988using the colon-colon (@code{::}) notation:
c906108c 4989
d4f3574e 4990@cindex colon-colon, context for variables/functions
c906108c
SS
4991@iftex
4992@c info cannot cope with a :: index entry, but why deprive hard copy readers?
41afff9a 4993@cindex @code{::}, context for variables/functions
c906108c 4994@end iftex
474c8240 4995@smallexample
c906108c
SS
4996@var{file}::@var{variable}
4997@var{function}::@var{variable}
474c8240 4998@end smallexample
c906108c
SS
4999
5000@noindent
5001Here @var{file} or @var{function} is the name of the context for the
5002static @var{variable}. In the case of file names, you can use quotes to
5003make sure @value{GDBN} parses the file name as a single word---for example,
5004to print a global value of @code{x} defined in @file{f2.c}:
5005
474c8240 5006@smallexample
c906108c 5007(@value{GDBP}) p 'f2.c'::x
474c8240 5008@end smallexample
c906108c 5009
b37052ae 5010@cindex C@t{++} scope resolution
c906108c 5011This use of @samp{::} is very rarely in conflict with the very similar
b37052ae 5012use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++}
c906108c
SS
5013scope resolution operator in @value{GDBN} expressions.
5014@c FIXME: Um, so what happens in one of those rare cases where it's in
5015@c conflict?? --mew
c906108c
SS
5016
5017@cindex wrong values
5018@cindex variable values, wrong
15387254
EZ
5019@cindex function entry/exit, wrong values of variables
5020@cindex optimized code, wrong values of variables
c906108c
SS
5021@quotation
5022@emph{Warning:} Occasionally, a local variable may appear to have the
5023wrong value at certain points in a function---just after entry to a new
5024scope, and just before exit.
5025@end quotation
5026You may see this problem when you are stepping by machine instructions.
5027This is because, on most machines, it takes more than one instruction to
5028set up a stack frame (including local variable definitions); if you are
5029stepping by machine instructions, variables may appear to have the wrong
5030values until the stack frame is completely built. On exit, it usually
5031also takes more than one machine instruction to destroy a stack frame;
5032after you begin stepping through that group of instructions, local
5033variable definitions may be gone.
5034
5035This may also happen when the compiler does significant optimizations.
5036To be sure of always seeing accurate values, turn off all optimization
5037when compiling.
5038
d4f3574e
SS
5039@cindex ``No symbol "foo" in current context''
5040Another possible effect of compiler optimizations is to optimize
5041unused variables out of existence, or assign variables to registers (as
5042opposed to memory addresses). Depending on the support for such cases
5043offered by the debug info format used by the compiler, @value{GDBN}
5044might not be able to display values for such local variables. If that
5045happens, @value{GDBN} will print a message like this:
5046
474c8240 5047@smallexample
d4f3574e 5048No symbol "foo" in current context.
474c8240 5049@end smallexample
d4f3574e
SS
5050
5051To solve such problems, either recompile without optimizations, or use a
5052different debug info format, if the compiler supports several such
15387254 5053formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler,
0179ffac
DC
5054usually supports the @option{-gstabs+} option. @option{-gstabs+}
5055produces debug info in a format that is superior to formats such as
5056COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also
5057an effective form for debug info. @xref{Debugging Options,,Options
5058for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}.
15387254
EZ
5059@xref{C, , Debugging C++}, for more info about debug info formats
5060that are best suited to C@t{++} programs.
d4f3574e 5061
6d2ebf8b 5062@node Arrays
c906108c
SS
5063@section Artificial arrays
5064
5065@cindex artificial array
15387254 5066@cindex arrays
41afff9a 5067@kindex @@@r{, referencing memory as an array}
c906108c
SS
5068It is often useful to print out several successive objects of the
5069same type in memory; a section of an array, or an array of
5070dynamically determined size for which only a pointer exists in the
5071program.
5072
5073You can do this by referring to a contiguous span of memory as an
5074@dfn{artificial array}, using the binary operator @samp{@@}. The left
5075operand of @samp{@@} should be the first element of the desired array
5076and be an individual object. The right operand should be the desired length
5077of the array. The result is an array value whose elements are all of
5078the type of the left argument. The first element is actually the left
5079argument; the second element comes from bytes of memory immediately
5080following those that hold the first element, and so on. Here is an
5081example. If a program says
5082
474c8240 5083@smallexample
c906108c 5084int *array = (int *) malloc (len * sizeof (int));
474c8240 5085@end smallexample
c906108c
SS
5086
5087@noindent
5088you can print the contents of @code{array} with
5089
474c8240 5090@smallexample
c906108c 5091p *array@@len
474c8240 5092@end smallexample
c906108c
SS
5093
5094The left operand of @samp{@@} must reside in memory. Array values made
5095with @samp{@@} in this way behave just like other arrays in terms of
5096subscripting, and are coerced to pointers when used in expressions.
5097Artificial arrays most often appear in expressions via the value history
5098(@pxref{Value History, ,Value history}), after printing one out.
5099
5100Another way to create an artificial array is to use a cast.
5101This re-interprets a value as if it were an array.
5102The value need not be in memory:
474c8240 5103@smallexample
c906108c
SS
5104(@value{GDBP}) p/x (short[2])0x12345678
5105$1 = @{0x1234, 0x5678@}
474c8240 5106@end smallexample
c906108c
SS
5107
5108As a convenience, if you leave the array length out (as in
c3f6f71d 5109@samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
c906108c 5110the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
474c8240 5111@smallexample
c906108c
SS
5112(@value{GDBP}) p/x (short[])0x12345678
5113$2 = @{0x1234, 0x5678@}
474c8240 5114@end smallexample
c906108c
SS
5115
5116Sometimes the artificial array mechanism is not quite enough; in
5117moderately complex data structures, the elements of interest may not
5118actually be adjacent---for example, if you are interested in the values
5119of pointers in an array. One useful work-around in this situation is
5120to use a convenience variable (@pxref{Convenience Vars, ,Convenience
5121variables}) as a counter in an expression that prints the first
5122interesting value, and then repeat that expression via @key{RET}. For
5123instance, suppose you have an array @code{dtab} of pointers to
5124structures, and you are interested in the values of a field @code{fv}
5125in each structure. Here is an example of what you might type:
5126
474c8240 5127@smallexample
c906108c
SS
5128set $i = 0
5129p dtab[$i++]->fv
5130@key{RET}
5131@key{RET}
5132@dots{}
474c8240 5133@end smallexample
c906108c 5134
6d2ebf8b 5135@node Output Formats
c906108c
SS
5136@section Output formats
5137
5138@cindex formatted output
5139@cindex output formats
5140By default, @value{GDBN} prints a value according to its data type. Sometimes
5141this is not what you want. For example, you might want to print a number
5142in hex, or a pointer in decimal. Or you might want to view data in memory
5143at a certain address as a character string or as an instruction. To do
5144these things, specify an @dfn{output format} when you print a value.
5145
5146The simplest use of output formats is to say how to print a value
5147already computed. This is done by starting the arguments of the
5148@code{print} command with a slash and a format letter. The format
5149letters supported are:
5150
5151@table @code
5152@item x
5153Regard the bits of the value as an integer, and print the integer in
5154hexadecimal.
5155
5156@item d
5157Print as integer in signed decimal.
5158
5159@item u
5160Print as integer in unsigned decimal.
5161
5162@item o
5163Print as integer in octal.
5164
5165@item t
5166Print as integer in binary. The letter @samp{t} stands for ``two''.
5167@footnote{@samp{b} cannot be used because these format letters are also
5168used with the @code{x} command, where @samp{b} stands for ``byte'';
d4f3574e 5169see @ref{Memory,,Examining memory}.}
c906108c
SS
5170
5171@item a
5172@cindex unknown address, locating
3d67e040 5173@cindex locate address
c906108c
SS
5174Print as an address, both absolute in hexadecimal and as an offset from
5175the nearest preceding symbol. You can use this format used to discover
5176where (in what function) an unknown address is located:
5177
474c8240 5178@smallexample
c906108c
SS
5179(@value{GDBP}) p/a 0x54320
5180$3 = 0x54320 <_initialize_vx+396>
474c8240 5181@end smallexample
c906108c 5182
3d67e040
EZ
5183@noindent
5184The command @code{info symbol 0x54320} yields similar results.
5185@xref{Symbols, info symbol}.
5186
c906108c
SS
5187@item c
5188Regard as an integer and print it as a character constant.
5189
5190@item f
5191Regard the bits of the value as a floating point number and print
5192using typical floating point syntax.
5193@end table
5194
5195For example, to print the program counter in hex (@pxref{Registers}), type
5196
474c8240 5197@smallexample
c906108c 5198p/x $pc
474c8240 5199@end smallexample
c906108c
SS
5200
5201@noindent
5202Note that no space is required before the slash; this is because command
5203names in @value{GDBN} cannot contain a slash.
5204
5205To reprint the last value in the value history with a different format,
5206you can use the @code{print} command with just a format and no
5207expression. For example, @samp{p/x} reprints the last value in hex.
5208
6d2ebf8b 5209@node Memory
c906108c
SS
5210@section Examining memory
5211
5212You can use the command @code{x} (for ``examine'') to examine memory in
5213any of several formats, independently of your program's data types.
5214
5215@cindex examining memory
5216@table @code
41afff9a 5217@kindex x @r{(examine memory)}
c906108c
SS
5218@item x/@var{nfu} @var{addr}
5219@itemx x @var{addr}
5220@itemx x
5221Use the @code{x} command to examine memory.
5222@end table
5223
5224@var{n}, @var{f}, and @var{u} are all optional parameters that specify how
5225much memory to display and how to format it; @var{addr} is an
5226expression giving the address where you want to start displaying memory.
5227If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
5228Several commands set convenient defaults for @var{addr}.
5229
5230@table @r
5231@item @var{n}, the repeat count
5232The repeat count is a decimal integer; the default is 1. It specifies
5233how much memory (counting by units @var{u}) to display.
5234@c This really is **decimal**; unaffected by 'set radix' as of GDB
5235@c 4.1.2.
5236
5237@item @var{f}, the display format
5238The display format is one of the formats used by @code{print},
5239@samp{s} (null-terminated string), or @samp{i} (machine instruction).
5240The default is @samp{x} (hexadecimal) initially.
5241The default changes each time you use either @code{x} or @code{print}.
5242
5243@item @var{u}, the unit size
5244The unit size is any of
5245
5246@table @code
5247@item b
5248Bytes.
5249@item h
5250Halfwords (two bytes).
5251@item w
5252Words (four bytes). This is the initial default.
5253@item g
5254Giant words (eight bytes).
5255@end table
5256
5257Each time you specify a unit size with @code{x}, that size becomes the
5258default unit the next time you use @code{x}. (For the @samp{s} and
5259@samp{i} formats, the unit size is ignored and is normally not written.)
5260
5261@item @var{addr}, starting display address
5262@var{addr} is the address where you want @value{GDBN} to begin displaying
5263memory. The expression need not have a pointer value (though it may);
5264it is always interpreted as an integer address of a byte of memory.
5265@xref{Expressions, ,Expressions}, for more information on expressions. The default for
5266@var{addr} is usually just after the last address examined---but several
5267other commands also set the default address: @code{info breakpoints} (to
5268the address of the last breakpoint listed), @code{info line} (to the
5269starting address of a line), and @code{print} (if you use it to display
5270a value from memory).
5271@end table
5272
5273For example, @samp{x/3uh 0x54320} is a request to display three halfwords
5274(@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
5275starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
5276words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
d4f3574e 5277@pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
c906108c
SS
5278
5279Since the letters indicating unit sizes are all distinct from the
5280letters specifying output formats, you do not have to remember whether
5281unit size or format comes first; either order works. The output
5282specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
5283(However, the count @var{n} must come first; @samp{wx4} does not work.)
5284
5285Even though the unit size @var{u} is ignored for the formats @samp{s}
5286and @samp{i}, you might still want to use a count @var{n}; for example,
5287@samp{3i} specifies that you want to see three machine instructions,
5288including any operands. The command @code{disassemble} gives an
d4f3574e 5289alternative way of inspecting machine instructions; see @ref{Machine
c906108c
SS
5290Code,,Source and machine code}.
5291
5292All the defaults for the arguments to @code{x} are designed to make it
5293easy to continue scanning memory with minimal specifications each time
5294you use @code{x}. For example, after you have inspected three machine
5295instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
5296with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
5297the repeat count @var{n} is used again; the other arguments default as
5298for successive uses of @code{x}.
5299
5300@cindex @code{$_}, @code{$__}, and value history
5301The addresses and contents printed by the @code{x} command are not saved
5302in the value history because there is often too much of them and they
5303would get in the way. Instead, @value{GDBN} makes these values available for
5304subsequent use in expressions as values of the convenience variables
5305@code{$_} and @code{$__}. After an @code{x} command, the last address
5306examined is available for use in expressions in the convenience variable
5307@code{$_}. The contents of that address, as examined, are available in
5308the convenience variable @code{$__}.
5309
5310If the @code{x} command has a repeat count, the address and contents saved
5311are from the last memory unit printed; this is not the same as the last
5312address printed if several units were printed on the last line of output.
5313
09d4efe1
EZ
5314@cindex remote memory comparison
5315@cindex verify remote memory image
5316When you are debugging a program running on a remote target machine
5317(@pxref{Remote}), you may wish to verify the program's image in the
5318remote machine's memory against the executable file you downloaded to
5319the target. The @code{compare-sections} command is provided for such
5320situations.
5321
5322@table @code
5323@kindex compare-sections
5324@item compare-sections @r{[}@var{section-name}@r{]}
5325Compare the data of a loadable section @var{section-name} in the
5326executable file of the program being debugged with the same section in
5327the remote machine's memory, and report any mismatches. With no
5328arguments, compares all loadable sections. This command's
5329availability depends on the target's support for the @code{"qCRC"}
5330remote request.
5331@end table
5332
6d2ebf8b 5333@node Auto Display
c906108c
SS
5334@section Automatic display
5335@cindex automatic display
5336@cindex display of expressions
5337
5338If you find that you want to print the value of an expression frequently
5339(to see how it changes), you might want to add it to the @dfn{automatic
5340display list} so that @value{GDBN} prints its value each time your program stops.
5341Each expression added to the list is given a number to identify it;
5342to remove an expression from the list, you specify that number.
5343The automatic display looks like this:
5344
474c8240 5345@smallexample
c906108c
SS
53462: foo = 38
53473: bar[5] = (struct hack *) 0x3804
474c8240 5348@end smallexample
c906108c
SS
5349
5350@noindent
5351This display shows item numbers, expressions and their current values. As with
5352displays you request manually using @code{x} or @code{print}, you can
5353specify the output format you prefer; in fact, @code{display} decides
5354whether to use @code{print} or @code{x} depending on how elaborate your
5355format specification is---it uses @code{x} if you specify a unit size,
5356or one of the two formats (@samp{i} and @samp{s}) that are only
5357supported by @code{x}; otherwise it uses @code{print}.
5358
5359@table @code
5360@kindex display
d4f3574e
SS
5361@item display @var{expr}
5362Add the expression @var{expr} to the list of expressions to display
c906108c
SS
5363each time your program stops. @xref{Expressions, ,Expressions}.
5364
5365@code{display} does not repeat if you press @key{RET} again after using it.
5366
d4f3574e 5367@item display/@var{fmt} @var{expr}
c906108c 5368For @var{fmt} specifying only a display format and not a size or
d4f3574e 5369count, add the expression @var{expr} to the auto-display list but
c906108c
SS
5370arrange to display it each time in the specified format @var{fmt}.
5371@xref{Output Formats,,Output formats}.
5372
5373@item display/@var{fmt} @var{addr}
5374For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
5375number of units, add the expression @var{addr} as a memory address to
5376be examined each time your program stops. Examining means in effect
5377doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
5378@end table
5379
5380For example, @samp{display/i $pc} can be helpful, to see the machine
5381instruction about to be executed each time execution stops (@samp{$pc}
d4f3574e 5382is a common name for the program counter; @pxref{Registers, ,Registers}).
c906108c
SS
5383
5384@table @code
5385@kindex delete display
5386@kindex undisplay
5387@item undisplay @var{dnums}@dots{}
5388@itemx delete display @var{dnums}@dots{}
5389Remove item numbers @var{dnums} from the list of expressions to display.
5390
5391@code{undisplay} does not repeat if you press @key{RET} after using it.
5392(Otherwise you would just get the error @samp{No display number @dots{}}.)
5393
5394@kindex disable display
5395@item disable display @var{dnums}@dots{}
5396Disable the display of item numbers @var{dnums}. A disabled display
5397item is not printed automatically, but is not forgotten. It may be
5398enabled again later.
5399
5400@kindex enable display
5401@item enable display @var{dnums}@dots{}
5402Enable display of item numbers @var{dnums}. It becomes effective once
5403again in auto display of its expression, until you specify otherwise.
5404
5405@item display
5406Display the current values of the expressions on the list, just as is
5407done when your program stops.
5408
5409@kindex info display
5410@item info display
5411Print the list of expressions previously set up to display
5412automatically, each one with its item number, but without showing the
5413values. This includes disabled expressions, which are marked as such.
5414It also includes expressions which would not be displayed right now
5415because they refer to automatic variables not currently available.
5416@end table
5417
15387254 5418@cindex display disabled out of scope
c906108c
SS
5419If a display expression refers to local variables, then it does not make
5420sense outside the lexical context for which it was set up. Such an
5421expression is disabled when execution enters a context where one of its
5422variables is not defined. For example, if you give the command
5423@code{display last_char} while inside a function with an argument
5424@code{last_char}, @value{GDBN} displays this argument while your program
5425continues to stop inside that function. When it stops elsewhere---where
5426there is no variable @code{last_char}---the display is disabled
5427automatically. The next time your program stops where @code{last_char}
5428is meaningful, you can enable the display expression once again.
5429
6d2ebf8b 5430@node Print Settings
c906108c
SS
5431@section Print settings
5432
5433@cindex format options
5434@cindex print settings
5435@value{GDBN} provides the following ways to control how arrays, structures,
5436and symbols are printed.
5437
5438@noindent
5439These settings are useful for debugging programs in any language:
5440
5441@table @code
4644b6e3 5442@kindex set print
c906108c
SS
5443@item set print address
5444@itemx set print address on
4644b6e3 5445@cindex print/don't print memory addresses
c906108c
SS
5446@value{GDBN} prints memory addresses showing the location of stack
5447traces, structure values, pointer values, breakpoints, and so forth,
5448even when it also displays the contents of those addresses. The default
5449is @code{on}. For example, this is what a stack frame display looks like with
5450@code{set print address on}:
5451
5452@smallexample
5453@group
5454(@value{GDBP}) f
5455#0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
5456 at input.c:530
5457530 if (lquote != def_lquote)
5458@end group
5459@end smallexample
5460
5461@item set print address off
5462Do not print addresses when displaying their contents. For example,
5463this is the same stack frame displayed with @code{set print address off}:
5464
5465@smallexample
5466@group
5467(@value{GDBP}) set print addr off
5468(@value{GDBP}) f
5469#0 set_quotes (lq="<<", rq=">>") at input.c:530
5470530 if (lquote != def_lquote)
5471@end group
5472@end smallexample
5473
5474You can use @samp{set print address off} to eliminate all machine
5475dependent displays from the @value{GDBN} interface. For example, with
5476@code{print address off}, you should get the same text for backtraces on
5477all machines---whether or not they involve pointer arguments.
5478
4644b6e3 5479@kindex show print
c906108c
SS
5480@item show print address
5481Show whether or not addresses are to be printed.
5482@end table
5483
5484When @value{GDBN} prints a symbolic address, it normally prints the
5485closest earlier symbol plus an offset. If that symbol does not uniquely
5486identify the address (for example, it is a name whose scope is a single
5487source file), you may need to clarify. One way to do this is with
5488@code{info line}, for example @samp{info line *0x4537}. Alternately,
5489you can set @value{GDBN} to print the source file and line number when
5490it prints a symbolic address:
5491
5492@table @code
c906108c 5493@item set print symbol-filename on
9c16f35a
EZ
5494@cindex source file and line of a symbol
5495@cindex symbol, source file and line
c906108c
SS
5496Tell @value{GDBN} to print the source file name and line number of a
5497symbol in the symbolic form of an address.
5498
5499@item set print symbol-filename off
5500Do not print source file name and line number of a symbol. This is the
5501default.
5502
c906108c
SS
5503@item show print symbol-filename
5504Show whether or not @value{GDBN} will print the source file name and
5505line number of a symbol in the symbolic form of an address.
5506@end table
5507
5508Another situation where it is helpful to show symbol filenames and line
5509numbers is when disassembling code; @value{GDBN} shows you the line
5510number and source file that corresponds to each instruction.
5511
5512Also, you may wish to see the symbolic form only if the address being
5513printed is reasonably close to the closest earlier symbol:
5514
5515@table @code
c906108c 5516@item set print max-symbolic-offset @var{max-offset}
4644b6e3 5517@cindex maximum value for offset of closest symbol
c906108c
SS
5518Tell @value{GDBN} to only display the symbolic form of an address if the
5519offset between the closest earlier symbol and the address is less than
5d161b24 5520@var{max-offset}. The default is 0, which tells @value{GDBN}
c906108c
SS
5521to always print the symbolic form of an address if any symbol precedes it.
5522
c906108c
SS
5523@item show print max-symbolic-offset
5524Ask how large the maximum offset is that @value{GDBN} prints in a
5525symbolic address.
5526@end table
5527
5528@cindex wild pointer, interpreting
5529@cindex pointer, finding referent
5530If you have a pointer and you are not sure where it points, try
5531@samp{set print symbol-filename on}. Then you can determine the name
5532and source file location of the variable where it points, using
5533@samp{p/a @var{pointer}}. This interprets the address in symbolic form.
5534For example, here @value{GDBN} shows that a variable @code{ptt} points
5535at another variable @code{t}, defined in @file{hi2.c}:
5536
474c8240 5537@smallexample
c906108c
SS
5538(@value{GDBP}) set print symbol-filename on
5539(@value{GDBP}) p/a ptt
5540$4 = 0xe008 <t in hi2.c>
474c8240 5541@end smallexample
c906108c
SS
5542
5543@quotation
5544@emph{Warning:} For pointers that point to a local variable, @samp{p/a}
5545does not show the symbol name and filename of the referent, even with
5546the appropriate @code{set print} options turned on.
5547@end quotation
5548
5549Other settings control how different kinds of objects are printed:
5550
5551@table @code
c906108c
SS
5552@item set print array
5553@itemx set print array on
4644b6e3 5554@cindex pretty print arrays
c906108c
SS
5555Pretty print arrays. This format is more convenient to read,
5556but uses more space. The default is off.
5557
5558@item set print array off
5559Return to compressed format for arrays.
5560
c906108c
SS
5561@item show print array
5562Show whether compressed or pretty format is selected for displaying
5563arrays.
5564
c906108c 5565@item set print elements @var{number-of-elements}
4644b6e3 5566@cindex number of array elements to print
9c16f35a 5567@cindex limit on number of printed array elements
c906108c
SS
5568Set a limit on how many elements of an array @value{GDBN} will print.
5569If @value{GDBN} is printing a large array, it stops printing after it has
5570printed the number of elements set by the @code{set print elements} command.
5571This limit also applies to the display of strings.
d4f3574e 5572When @value{GDBN} starts, this limit is set to 200.
c906108c
SS
5573Setting @var{number-of-elements} to zero means that the printing is unlimited.
5574
c906108c
SS
5575@item show print elements
5576Display the number of elements of a large array that @value{GDBN} will print.
5577If the number is 0, then the printing is unlimited.
5578
9c16f35a
EZ
5579@item set print repeats
5580@cindex repeated array elements
5581Set the threshold for suppressing display of repeated array
5582elelments. When the number of consecutive identical elements of an
5583array exceeds the threshold, @value{GDBN} prints the string
5584@code{"<repeats @var{n} times>"}, where @var{n} is the number of
5585identical repetitions, instead of displaying the identical elements
5586themselves. Setting the threshold to zero will cause all elements to
5587be individually printed. The default threshold is 10.
5588
5589@item show print repeats
5590Display the current threshold for printing repeated identical
5591elements.
5592
c906108c 5593@item set print null-stop
4644b6e3 5594@cindex @sc{null} elements in arrays
c906108c 5595Cause @value{GDBN} to stop printing the characters of an array when the first
d4f3574e 5596@sc{null} is encountered. This is useful when large arrays actually
c906108c 5597contain only short strings.
d4f3574e 5598The default is off.
c906108c 5599
9c16f35a
EZ
5600@item show print null-stop
5601Show whether @value{GDBN} stops printing an array on the first
5602@sc{null} character.
5603
c906108c 5604@item set print pretty on
9c16f35a
EZ
5605@cindex print structures in indented form
5606@cindex indentation in structure display
5d161b24 5607Cause @value{GDBN} to print structures in an indented format with one member
c906108c
SS
5608per line, like this:
5609
5610@smallexample
5611@group
5612$1 = @{
5613 next = 0x0,
5614 flags = @{
5615 sweet = 1,
5616 sour = 1
5617 @},
5618 meat = 0x54 "Pork"
5619@}
5620@end group
5621@end smallexample
5622
5623@item set print pretty off
5624Cause @value{GDBN} to print structures in a compact format, like this:
5625
5626@smallexample
5627@group
5628$1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5629meat = 0x54 "Pork"@}
5630@end group
5631@end smallexample
5632
5633@noindent
5634This is the default format.
5635
c906108c
SS
5636@item show print pretty
5637Show which format @value{GDBN} is using to print structures.
5638
c906108c 5639@item set print sevenbit-strings on
4644b6e3
EZ
5640@cindex eight-bit characters in strings
5641@cindex octal escapes in strings
c906108c
SS
5642Print using only seven-bit characters; if this option is set,
5643@value{GDBN} displays any eight-bit characters (in strings or
5644character values) using the notation @code{\}@var{nnn}. This setting is
5645best if you are working in English (@sc{ascii}) and you use the
5646high-order bit of characters as a marker or ``meta'' bit.
5647
5648@item set print sevenbit-strings off
5649Print full eight-bit characters. This allows the use of more
5650international character sets, and is the default.
5651
c906108c
SS
5652@item show print sevenbit-strings
5653Show whether or not @value{GDBN} is printing only seven-bit characters.
5654
c906108c 5655@item set print union on
4644b6e3 5656@cindex unions in structures, printing
9c16f35a
EZ
5657Tell @value{GDBN} to print unions which are contained in structures
5658and other unions. This is the default setting.
c906108c
SS
5659
5660@item set print union off
9c16f35a
EZ
5661Tell @value{GDBN} not to print unions which are contained in
5662structures and other unions. @value{GDBN} will print @code{"@{...@}"}
5663instead.
c906108c 5664
c906108c
SS
5665@item show print union
5666Ask @value{GDBN} whether or not it will print unions which are contained in
9c16f35a 5667structures and other unions.
c906108c
SS
5668
5669For example, given the declarations
5670
5671@smallexample
5672typedef enum @{Tree, Bug@} Species;
5673typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5d161b24 5674typedef enum @{Caterpillar, Cocoon, Butterfly@}
c906108c
SS
5675 Bug_forms;
5676
5677struct thing @{
5678 Species it;
5679 union @{
5680 Tree_forms tree;
5681 Bug_forms bug;
5682 @} form;
5683@};
5684
5685struct thing foo = @{Tree, @{Acorn@}@};
5686@end smallexample
5687
5688@noindent
5689with @code{set print union on} in effect @samp{p foo} would print
5690
5691@smallexample
5692$1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5693@end smallexample
5694
5695@noindent
5696and with @code{set print union off} in effect it would print
5697
5698@smallexample
5699$1 = @{it = Tree, form = @{...@}@}
5700@end smallexample
9c16f35a
EZ
5701
5702@noindent
5703@code{set print union} affects programs written in C-like languages
5704and in Pascal.
c906108c
SS
5705@end table
5706
c906108c
SS
5707@need 1000
5708@noindent
b37052ae 5709These settings are of interest when debugging C@t{++} programs:
c906108c
SS
5710
5711@table @code
4644b6e3 5712@cindex demangling C@t{++} names
c906108c
SS
5713@item set print demangle
5714@itemx set print demangle on
b37052ae 5715Print C@t{++} names in their source form rather than in the encoded
c906108c 5716(``mangled'') form passed to the assembler and linker for type-safe
d4f3574e 5717linkage. The default is on.
c906108c 5718
c906108c 5719@item show print demangle
b37052ae 5720Show whether C@t{++} names are printed in mangled or demangled form.
c906108c 5721
c906108c
SS
5722@item set print asm-demangle
5723@itemx set print asm-demangle on
b37052ae 5724Print C@t{++} names in their source form rather than their mangled form, even
c906108c
SS
5725in assembler code printouts such as instruction disassemblies.
5726The default is off.
5727
c906108c 5728@item show print asm-demangle
b37052ae 5729Show whether C@t{++} names in assembly listings are printed in mangled
c906108c
SS
5730or demangled form.
5731
b37052ae
EZ
5732@cindex C@t{++} symbol decoding style
5733@cindex symbol decoding style, C@t{++}
a8f24a35 5734@kindex set demangle-style
c906108c
SS
5735@item set demangle-style @var{style}
5736Choose among several encoding schemes used by different compilers to
b37052ae 5737represent C@t{++} names. The choices for @var{style} are currently:
c906108c
SS
5738
5739@table @code
5740@item auto
5741Allow @value{GDBN} to choose a decoding style by inspecting your program.
5742
5743@item gnu
b37052ae 5744Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm.
c906108c 5745This is the default.
c906108c
SS
5746
5747@item hp
b37052ae 5748Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm.
c906108c
SS
5749
5750@item lucid
b37052ae 5751Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm.
c906108c
SS
5752
5753@item arm
b37052ae 5754Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}.
c906108c
SS
5755@strong{Warning:} this setting alone is not sufficient to allow
5756debugging @code{cfront}-generated executables. @value{GDBN} would
5757require further enhancement to permit that.
5758
5759@end table
5760If you omit @var{style}, you will see a list of possible formats.
5761
c906108c 5762@item show demangle-style
b37052ae 5763Display the encoding style currently in use for decoding C@t{++} symbols.
c906108c 5764
c906108c
SS
5765@item set print object
5766@itemx set print object on
4644b6e3 5767@cindex derived type of an object, printing
9c16f35a 5768@cindex display derived types
c906108c
SS
5769When displaying a pointer to an object, identify the @emph{actual}
5770(derived) type of the object rather than the @emph{declared} type, using
5771the virtual function table.
5772
5773@item set print object off
5774Display only the declared type of objects, without reference to the
5775virtual function table. This is the default setting.
5776
c906108c
SS
5777@item show print object
5778Show whether actual, or declared, object types are displayed.
5779
c906108c
SS
5780@item set print static-members
5781@itemx set print static-members on
4644b6e3 5782@cindex static members of C@t{++} objects
b37052ae 5783Print static members when displaying a C@t{++} object. The default is on.
c906108c
SS
5784
5785@item set print static-members off
b37052ae 5786Do not print static members when displaying a C@t{++} object.
c906108c 5787
c906108c 5788@item show print static-members
9c16f35a
EZ
5789Show whether C@t{++} static members are printed or not.
5790
5791@item set print pascal_static-members
5792@itemx set print pascal_static-members on
5793@cindex static members of Pacal objects
5794@cindex Pacal objects, static members display
5795Print static members when displaying a Pascal object. The default is on.
5796
5797@item set print pascal_static-members off
5798Do not print static members when displaying a Pascal object.
5799
5800@item show print pascal_static-members
5801Show whether Pascal static members are printed or not.
c906108c
SS
5802
5803@c These don't work with HP ANSI C++ yet.
c906108c
SS
5804@item set print vtbl
5805@itemx set print vtbl on
4644b6e3 5806@cindex pretty print C@t{++} virtual function tables
9c16f35a
EZ
5807@cindex virtual functions (C@t{++}) display
5808@cindex VTBL display
b37052ae 5809Pretty print C@t{++} virtual function tables. The default is off.
c906108c 5810(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 5811ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
5812
5813@item set print vtbl off
b37052ae 5814Do not pretty print C@t{++} virtual function tables.
c906108c 5815
c906108c 5816@item show print vtbl
b37052ae 5817Show whether C@t{++} virtual function tables are pretty printed, or not.
c906108c 5818@end table
c906108c 5819
6d2ebf8b 5820@node Value History
c906108c
SS
5821@section Value history
5822
5823@cindex value history
9c16f35a 5824@cindex history of values printed by @value{GDBN}
5d161b24
DB
5825Values printed by the @code{print} command are saved in the @value{GDBN}
5826@dfn{value history}. This allows you to refer to them in other expressions.
5827Values are kept until the symbol table is re-read or discarded
5828(for example with the @code{file} or @code{symbol-file} commands).
5829When the symbol table changes, the value history is discarded,
5830since the values may contain pointers back to the types defined in the
c906108c
SS
5831symbol table.
5832
5833@cindex @code{$}
5834@cindex @code{$$}
5835@cindex history number
5836The values printed are given @dfn{history numbers} by which you can
5837refer to them. These are successive integers starting with one.
5838@code{print} shows you the history number assigned to a value by
5839printing @samp{$@var{num} = } before the value; here @var{num} is the
5840history number.
5841
5842To refer to any previous value, use @samp{$} followed by the value's
5843history number. The way @code{print} labels its output is designed to
5844remind you of this. Just @code{$} refers to the most recent value in
5845the history, and @code{$$} refers to the value before that.
5846@code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5847is the value just prior to @code{$$}, @code{$$1} is equivalent to
5848@code{$$}, and @code{$$0} is equivalent to @code{$}.
5849
5850For example, suppose you have just printed a pointer to a structure and
5851want to see the contents of the structure. It suffices to type
5852
474c8240 5853@smallexample
c906108c 5854p *$
474c8240 5855@end smallexample
c906108c
SS
5856
5857If you have a chain of structures where the component @code{next} points
5858to the next one, you can print the contents of the next one with this:
5859
474c8240 5860@smallexample
c906108c 5861p *$.next
474c8240 5862@end smallexample
c906108c
SS
5863
5864@noindent
5865You can print successive links in the chain by repeating this
5866command---which you can do by just typing @key{RET}.
5867
5868Note that the history records values, not expressions. If the value of
5869@code{x} is 4 and you type these commands:
5870
474c8240 5871@smallexample
c906108c
SS
5872print x
5873set x=5
474c8240 5874@end smallexample
c906108c
SS
5875
5876@noindent
5877then the value recorded in the value history by the @code{print} command
5878remains 4 even though the value of @code{x} has changed.
5879
5880@table @code
5881@kindex show values
5882@item show values
5883Print the last ten values in the value history, with their item numbers.
5884This is like @samp{p@ $$9} repeated ten times, except that @code{show
5885values} does not change the history.
5886
5887@item show values @var{n}
5888Print ten history values centered on history item number @var{n}.
5889
5890@item show values +
5891Print ten history values just after the values last printed. If no more
5892values are available, @code{show values +} produces no display.
5893@end table
5894
5895Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5896same effect as @samp{show values +}.
5897
6d2ebf8b 5898@node Convenience Vars
c906108c
SS
5899@section Convenience variables
5900
5901@cindex convenience variables
9c16f35a 5902@cindex user-defined variables
c906108c
SS
5903@value{GDBN} provides @dfn{convenience variables} that you can use within
5904@value{GDBN} to hold on to a value and refer to it later. These variables
5905exist entirely within @value{GDBN}; they are not part of your program, and
5906setting a convenience variable has no direct effect on further execution
5907of your program. That is why you can use them freely.
5908
5909Convenience variables are prefixed with @samp{$}. Any name preceded by
5910@samp{$} can be used for a convenience variable, unless it is one of
d4f3574e 5911the predefined machine-specific register names (@pxref{Registers, ,Registers}).
c906108c
SS
5912(Value history references, in contrast, are @emph{numbers} preceded
5913by @samp{$}. @xref{Value History, ,Value history}.)
5914
5915You can save a value in a convenience variable with an assignment
5916expression, just as you would set a variable in your program.
5917For example:
5918
474c8240 5919@smallexample
c906108c 5920set $foo = *object_ptr
474c8240 5921@end smallexample
c906108c
SS
5922
5923@noindent
5924would save in @code{$foo} the value contained in the object pointed to by
5925@code{object_ptr}.
5926
5927Using a convenience variable for the first time creates it, but its
5928value is @code{void} until you assign a new value. You can alter the
5929value with another assignment at any time.
5930
5931Convenience variables have no fixed types. You can assign a convenience
5932variable any type of value, including structures and arrays, even if
5933that variable already has a value of a different type. The convenience
5934variable, when used as an expression, has the type of its current value.
5935
5936@table @code
5937@kindex show convenience
9c16f35a 5938@cindex show all user variables
c906108c
SS
5939@item show convenience
5940Print a list of convenience variables used so far, and their values.
d4f3574e 5941Abbreviated @code{show conv}.
c906108c
SS
5942@end table
5943
5944One of the ways to use a convenience variable is as a counter to be
5945incremented or a pointer to be advanced. For example, to print
5946a field from successive elements of an array of structures:
5947
474c8240 5948@smallexample
c906108c
SS
5949set $i = 0
5950print bar[$i++]->contents
474c8240 5951@end smallexample
c906108c 5952
d4f3574e
SS
5953@noindent
5954Repeat that command by typing @key{RET}.
c906108c
SS
5955
5956Some convenience variables are created automatically by @value{GDBN} and given
5957values likely to be useful.
5958
5959@table @code
41afff9a 5960@vindex $_@r{, convenience variable}
c906108c
SS
5961@item $_
5962The variable @code{$_} is automatically set by the @code{x} command to
5963the last address examined (@pxref{Memory, ,Examining memory}). Other
5964commands which provide a default address for @code{x} to examine also
5965set @code{$_} to that address; these commands include @code{info line}
5966and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5967except when set by the @code{x} command, in which case it is a pointer
5968to the type of @code{$__}.
5969
41afff9a 5970@vindex $__@r{, convenience variable}
c906108c
SS
5971@item $__
5972The variable @code{$__} is automatically set by the @code{x} command
5973to the value found in the last address examined. Its type is chosen
5974to match the format in which the data was printed.
5975
5976@item $_exitcode
41afff9a 5977@vindex $_exitcode@r{, convenience variable}
c906108c
SS
5978The variable @code{$_exitcode} is automatically set to the exit code when
5979the program being debugged terminates.
5980@end table
5981
53a5351d
JM
5982On HP-UX systems, if you refer to a function or variable name that
5983begins with a dollar sign, @value{GDBN} searches for a user or system
5984name first, before it searches for a convenience variable.
c906108c 5985
6d2ebf8b 5986@node Registers
c906108c
SS
5987@section Registers
5988
5989@cindex registers
5990You can refer to machine register contents, in expressions, as variables
5991with names starting with @samp{$}. The names of registers are different
5992for each machine; use @code{info registers} to see the names used on
5993your machine.
5994
5995@table @code
5996@kindex info registers
5997@item info registers
5998Print the names and values of all registers except floating-point
c85508ee 5999and vector registers (in the selected stack frame).
c906108c
SS
6000
6001@kindex info all-registers
6002@cindex floating point registers
6003@item info all-registers
6004Print the names and values of all registers, including floating-point
c85508ee 6005and vector registers (in the selected stack frame).
c906108c
SS
6006
6007@item info registers @var{regname} @dots{}
6008Print the @dfn{relativized} value of each specified register @var{regname}.
5d161b24
DB
6009As discussed in detail below, register values are normally relative to
6010the selected stack frame. @var{regname} may be any register name valid on
c906108c
SS
6011the machine you are using, with or without the initial @samp{$}.
6012@end table
6013
6014@value{GDBN} has four ``standard'' register names that are available (in
6015expressions) on most machines---whenever they do not conflict with an
6016architecture's canonical mnemonics for registers. The register names
6017@code{$pc} and @code{$sp} are used for the program counter register and
6018the stack pointer. @code{$fp} is used for a register that contains a
6019pointer to the current stack frame, and @code{$ps} is used for a
6020register that contains the processor status. For example,
6021you could print the program counter in hex with
6022
474c8240 6023@smallexample
c906108c 6024p/x $pc
474c8240 6025@end smallexample
c906108c
SS
6026
6027@noindent
6028or print the instruction to be executed next with
6029
474c8240 6030@smallexample
c906108c 6031x/i $pc
474c8240 6032@end smallexample
c906108c
SS
6033
6034@noindent
6035or add four to the stack pointer@footnote{This is a way of removing
6036one word from the stack, on machines where stacks grow downward in
6037memory (most machines, nowadays). This assumes that the innermost
6038stack frame is selected; setting @code{$sp} is not allowed when other
6039stack frames are selected. To pop entire frames off the stack,
6040regardless of machine architecture, use @code{return};
d4f3574e 6041see @ref{Returning, ,Returning from a function}.} with
c906108c 6042
474c8240 6043@smallexample
c906108c 6044set $sp += 4
474c8240 6045@end smallexample
c906108c
SS
6046
6047Whenever possible, these four standard register names are available on
6048your machine even though the machine has different canonical mnemonics,
6049so long as there is no conflict. The @code{info registers} command
6050shows the canonical names. For example, on the SPARC, @code{info
6051registers} displays the processor status register as @code{$psr} but you
d4f3574e
SS
6052can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
6053is an alias for the @sc{eflags} register.
c906108c
SS
6054
6055@value{GDBN} always considers the contents of an ordinary register as an
6056integer when the register is examined in this way. Some machines have
6057special registers which can hold nothing but floating point; these
6058registers are considered to have floating point values. There is no way
6059to refer to the contents of an ordinary register as floating point value
6060(although you can @emph{print} it as a floating point value with
6061@samp{print/f $@var{regname}}).
6062
6063Some registers have distinct ``raw'' and ``virtual'' data formats. This
6064means that the data format in which the register contents are saved by
6065the operating system is not the same one that your program normally
6066sees. For example, the registers of the 68881 floating point
6067coprocessor are always saved in ``extended'' (raw) format, but all C
6068programs expect to work with ``double'' (virtual) format. In such
5d161b24 6069cases, @value{GDBN} normally works with the virtual format only (the format
c906108c
SS
6070that makes sense for your program), but the @code{info registers} command
6071prints the data in both formats.
6072
6073Normally, register values are relative to the selected stack frame
6074(@pxref{Selection, ,Selecting a frame}). This means that you get the
6075value that the register would contain if all stack frames farther in
6076were exited and their saved registers restored. In order to see the
6077true contents of hardware registers, you must select the innermost
6078frame (with @samp{frame 0}).
6079
6080However, @value{GDBN} must deduce where registers are saved, from the machine
6081code generated by your compiler. If some registers are not saved, or if
6082@value{GDBN} is unable to locate the saved registers, the selected stack
6083frame makes no difference.
6084
6d2ebf8b 6085@node Floating Point Hardware
c906108c
SS
6086@section Floating point hardware
6087@cindex floating point
6088
6089Depending on the configuration, @value{GDBN} may be able to give
6090you more information about the status of the floating point hardware.
6091
6092@table @code
6093@kindex info float
6094@item info float
6095Display hardware-dependent information about the floating
6096point unit. The exact contents and layout vary depending on the
6097floating point chip. Currently, @samp{info float} is supported on
6098the ARM and x86 machines.
6099@end table
c906108c 6100
e76f1f2e
AC
6101@node Vector Unit
6102@section Vector Unit
6103@cindex vector unit
6104
6105Depending on the configuration, @value{GDBN} may be able to give you
6106more information about the status of the vector unit.
6107
6108@table @code
6109@kindex info vector
6110@item info vector
6111Display information about the vector unit. The exact contents and
6112layout vary depending on the hardware.
6113@end table
6114
721c2651
EZ
6115@node OS Information
6116@section Operating system auxiliary information
6117@cindex OS information
6118
6119@value{GDBN} provides interfaces to useful OS facilities that can help
6120you debug your program.
6121
6122@cindex @code{ptrace} system call
6123@cindex @code{struct user} contents
6124When @value{GDBN} runs on a @dfn{Posix system} (such as GNU or Unix
6125machines), it interfaces with the inferior via the @code{ptrace}
6126system call. The operating system creates a special sata structure,
6127called @code{struct user}, for this interface. You can use the
6128command @code{info udot} to display the contents of this data
6129structure.
6130
6131@table @code
6132@item info udot
6133@kindex info udot
6134Display the contents of the @code{struct user} maintained by the OS
6135kernel for the program being debugged. @value{GDBN} displays the
6136contents of @code{struct user} as a list of hex numbers, similar to
6137the @code{examine} command.
6138@end table
6139
b383017d
RM
6140@cindex auxiliary vector
6141@cindex vector, auxiliary
b383017d
RM
6142Some operating systems supply an @dfn{auxiliary vector} to programs at
6143startup. This is akin to the arguments and environment that you
6144specify for a program, but contains a system-dependent variety of
6145binary values that tell system libraries important details about the
6146hardware, operating system, and process. Each value's purpose is
6147identified by an integer tag; the meanings are well-known but system-specific.
6148Depending on the configuration and operating system facilities,
9c16f35a
EZ
6149@value{GDBN} may be able to show you this information. For remote
6150targets, this functionality may further depend on the remote stub's
6151support of the @samp{qPart:auxv:read} packet, see @ref{Remote
6152configuration, auxiliary vector}.
b383017d
RM
6153
6154@table @code
6155@kindex info auxv
6156@item info auxv
6157Display the auxiliary vector of the inferior, which can be either a
e4937fc1 6158live process or a core dump file. @value{GDBN} prints each tag value
b383017d
RM
6159numerically, and also shows names and text descriptions for recognized
6160tags. Some values in the vector are numbers, some bit masks, and some
e4937fc1 6161pointers to strings or other data. @value{GDBN} displays each value in the
b383017d
RM
6162most appropriate form for a recognized tag, and in hexadecimal for
6163an unrecognized tag.
6164@end table
6165
721c2651 6166
29e57380 6167@node Memory Region Attributes
b383017d 6168@section Memory region attributes
29e57380
C
6169@cindex memory region attributes
6170
b383017d
RM
6171@dfn{Memory region attributes} allow you to describe special handling
6172required by regions of your target's memory. @value{GDBN} uses attributes
29e57380
C
6173to determine whether to allow certain types of memory accesses; whether to
6174use specific width accesses; and whether to cache target memory.
6175
6176Defined memory regions can be individually enabled and disabled. When a
6177memory region is disabled, @value{GDBN} uses the default attributes when
6178accessing memory in that region. Similarly, if no memory regions have
6179been defined, @value{GDBN} uses the default attributes when accessing
6180all memory.
6181
b383017d 6182When a memory region is defined, it is given a number to identify it;
29e57380
C
6183to enable, disable, or remove a memory region, you specify that number.
6184
6185@table @code
6186@kindex mem
bfac230e 6187@item mem @var{lower} @var{upper} @var{attributes}@dots{}
09d4efe1
EZ
6188Define a memory region bounded by @var{lower} and @var{upper} with
6189attributes @var{attributes}@dots{}, and add it to the list of regions
6190monitored by @value{GDBN}. Note that @var{upper} == 0 is a special
6191case: it is treated as the the target's maximum memory address.
bfac230e 6192(0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.)
29e57380
C
6193
6194@kindex delete mem
6195@item delete mem @var{nums}@dots{}
09d4efe1
EZ
6196Remove memory regions @var{nums}@dots{} from the list of regions
6197monitored by @value{GDBN}.
29e57380
C
6198
6199@kindex disable mem
6200@item disable mem @var{nums}@dots{}
09d4efe1 6201Disable monitoring of memory regions @var{nums}@dots{}.
b383017d 6202A disabled memory region is not forgotten.
29e57380
C
6203It may be enabled again later.
6204
6205@kindex enable mem
6206@item enable mem @var{nums}@dots{}
09d4efe1 6207Enable monitoring of memory regions @var{nums}@dots{}.
29e57380
C
6208
6209@kindex info mem
6210@item info mem
6211Print a table of all defined memory regions, with the following columns
09d4efe1 6212for each region:
29e57380
C
6213
6214@table @emph
6215@item Memory Region Number
6216@item Enabled or Disabled.
b383017d 6217Enabled memory regions are marked with @samp{y}.
29e57380
C
6218Disabled memory regions are marked with @samp{n}.
6219
6220@item Lo Address
6221The address defining the inclusive lower bound of the memory region.
6222
6223@item Hi Address
6224The address defining the exclusive upper bound of the memory region.
6225
6226@item Attributes
6227The list of attributes set for this memory region.
6228@end table
6229@end table
6230
6231
6232@subsection Attributes
6233
b383017d 6234@subsubsection Memory Access Mode
29e57380
C
6235The access mode attributes set whether @value{GDBN} may make read or
6236write accesses to a memory region.
6237
6238While these attributes prevent @value{GDBN} from performing invalid
6239memory accesses, they do nothing to prevent the target system, I/O DMA,
6240etc. from accessing memory.
6241
6242@table @code
6243@item ro
6244Memory is read only.
6245@item wo
6246Memory is write only.
6247@item rw
6ca652b0 6248Memory is read/write. This is the default.
29e57380
C
6249@end table
6250
6251@subsubsection Memory Access Size
6252The acccess size attributes tells @value{GDBN} to use specific sized
6253accesses in the memory region. Often memory mapped device registers
6254require specific sized accesses. If no access size attribute is
6255specified, @value{GDBN} may use accesses of any size.
6256
6257@table @code
6258@item 8
6259Use 8 bit memory accesses.
6260@item 16
6261Use 16 bit memory accesses.
6262@item 32
6263Use 32 bit memory accesses.
6264@item 64
6265Use 64 bit memory accesses.
6266@end table
6267
6268@c @subsubsection Hardware/Software Breakpoints
6269@c The hardware/software breakpoint attributes set whether @value{GDBN}
6270@c will use hardware or software breakpoints for the internal breakpoints
6271@c used by the step, next, finish, until, etc. commands.
6272@c
6273@c @table @code
6274@c @item hwbreak
b383017d 6275@c Always use hardware breakpoints
29e57380
C
6276@c @item swbreak (default)
6277@c @end table
6278
6279@subsubsection Data Cache
6280The data cache attributes set whether @value{GDBN} will cache target
6281memory. While this generally improves performance by reducing debug
6282protocol overhead, it can lead to incorrect results because @value{GDBN}
6283does not know about volatile variables or memory mapped device
6284registers.
6285
6286@table @code
6287@item cache
b383017d 6288Enable @value{GDBN} to cache target memory.
6ca652b0
EZ
6289@item nocache
6290Disable @value{GDBN} from caching target memory. This is the default.
29e57380
C
6291@end table
6292
6293@c @subsubsection Memory Write Verification
b383017d 6294@c The memory write verification attributes set whether @value{GDBN}
29e57380
C
6295@c will re-reads data after each write to verify the write was successful.
6296@c
6297@c @table @code
6298@c @item verify
6299@c @item noverify (default)
6300@c @end table
6301
16d9dec6
MS
6302@node Dump/Restore Files
6303@section Copy between memory and a file
6304@cindex dump/restore files
6305@cindex append data to a file
6306@cindex dump data to a file
6307@cindex restore data from a file
16d9dec6 6308
df5215a6
JB
6309You can use the commands @code{dump}, @code{append}, and
6310@code{restore} to copy data between target memory and a file. The
6311@code{dump} and @code{append} commands write data to a file, and the
6312@code{restore} command reads data from a file back into the inferior's
6313memory. Files may be in binary, Motorola S-record, Intel hex, or
6314Tektronix Hex format; however, @value{GDBN} can only append to binary
6315files.
6316
6317@table @code
6318
6319@kindex dump
6320@item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6321@itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr}
6322Dump the contents of memory from @var{start_addr} to @var{end_addr},
6323or the value of @var{expr}, to @var{filename} in the given format.
16d9dec6 6324
df5215a6 6325The @var{format} parameter may be any one of:
16d9dec6 6326@table @code
df5215a6
JB
6327@item binary
6328Raw binary form.
6329@item ihex
6330Intel hex format.
6331@item srec
6332Motorola S-record format.
6333@item tekhex
6334Tektronix Hex format.
6335@end table
6336
6337@value{GDBN} uses the same definitions of these formats as the
6338@sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If
6339@var{format} is omitted, @value{GDBN} dumps the data in raw binary
6340form.
6341
6342@kindex append
6343@item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr}
6344@itemx append @r{[}binary@r{]} value @var{filename} @var{expr}
6345Append the contents of memory from @var{start_addr} to @var{end_addr},
09d4efe1 6346or the value of @var{expr}, to the file @var{filename}, in raw binary form.
df5215a6
JB
6347(@value{GDBN} can only append data to files in raw binary form.)
6348
6349@kindex restore
6350@item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end}
6351Restore the contents of file @var{filename} into memory. The
6352@code{restore} command can automatically recognize any known @sc{bfd}
6353file format, except for raw binary. To restore a raw binary file you
6354must specify the optional keyword @code{binary} after the filename.
16d9dec6 6355
b383017d 6356If @var{bias} is non-zero, its value will be added to the addresses
16d9dec6
MS
6357contained in the file. Binary files always start at address zero, so
6358they will be restored at address @var{bias}. Other bfd files have
6359a built-in location; they will be restored at offset @var{bias}
6360from that location.
6361
6362If @var{start} and/or @var{end} are non-zero, then only data between
6363file offset @var{start} and file offset @var{end} will be restored.
b383017d 6364These offsets are relative to the addresses in the file, before
16d9dec6
MS
6365the @var{bias} argument is applied.
6366
6367@end table
6368
384ee23f
EZ
6369@node Core File Generation
6370@section How to Produce a Core File from Your Program
6371@cindex dump core from inferior
6372
6373A @dfn{core file} or @dfn{core dump} is a file that records the memory
6374image of a running process and its process status (register values
6375etc.). Its primary use is post-mortem debugging of a program that
6376crashed while it ran outside a debugger. A program that crashes
6377automatically produces a core file, unless this feature is disabled by
6378the user. @xref{Files}, for information on invoking @value{GDBN} in
6379the post-mortem debugging mode.
6380
6381Occasionally, you may wish to produce a core file of the program you
6382are debugging in order to preserve a snapshot of its state.
6383@value{GDBN} has a special command for that.
6384
6385@table @code
6386@kindex gcore
6387@kindex generate-core-file
6388@item generate-core-file [@var{file}]
6389@itemx gcore [@var{file}]
6390Produce a core dump of the inferior process. The optional argument
6391@var{file} specifies the file name where to put the core dump. If not
6392specified, the file name defaults to @file{core.@var{pid}}, where
6393@var{pid} is the inferior process ID.
6394
6395Note that this command is implemented only for some systems (as of
6396this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390).
6397@end table
6398
a0eb71c5
KB
6399@node Character Sets
6400@section Character Sets
6401@cindex character sets
6402@cindex charset
6403@cindex translating between character sets
6404@cindex host character set
6405@cindex target character set
6406
6407If the program you are debugging uses a different character set to
6408represent characters and strings than the one @value{GDBN} uses itself,
6409@value{GDBN} can automatically translate between the character sets for
6410you. The character set @value{GDBN} uses we call the @dfn{host
6411character set}; the one the inferior program uses we call the
6412@dfn{target character set}.
6413
6414For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which
6415uses the ISO Latin 1 character set, but you are using @value{GDBN}'s
6416remote protocol (@pxref{Remote,Remote Debugging}) to debug a program
6417running on an IBM mainframe, which uses the @sc{ebcdic} character set,
6418then the host character set is Latin-1, and the target character set is
6419@sc{ebcdic}. If you give @value{GDBN} the command @code{set
e33d66ec 6420target-charset EBCDIC-US}, then @value{GDBN} translates between
a0eb71c5
KB
6421@sc{ebcdic} and Latin 1 as you print character or string values, or use
6422character and string literals in expressions.
6423
6424@value{GDBN} has no way to automatically recognize which character set
6425the inferior program uses; you must tell it, using the @code{set
6426target-charset} command, described below.
6427
6428Here are the commands for controlling @value{GDBN}'s character set
6429support:
6430
6431@table @code
6432@item set target-charset @var{charset}
6433@kindex set target-charset
6434Set the current target character set to @var{charset}. We list the
e33d66ec
EZ
6435character set names @value{GDBN} recognizes below, but if you type
6436@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6437list the target character sets it supports.
a0eb71c5
KB
6438@end table
6439
6440@table @code
6441@item set host-charset @var{charset}
6442@kindex set host-charset
6443Set the current host character set to @var{charset}.
6444
6445By default, @value{GDBN} uses a host character set appropriate to the
6446system it is running on; you can override that default using the
6447@code{set host-charset} command.
6448
6449@value{GDBN} can only use certain character sets as its host character
6450set. We list the character set names @value{GDBN} recognizes below, and
e33d66ec
EZ
6451indicate which can be host character sets, but if you type
6452@code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will
6453list the host character sets it supports.
a0eb71c5
KB
6454
6455@item set charset @var{charset}
6456@kindex set charset
e33d66ec
EZ
6457Set the current host and target character sets to @var{charset}. As
6458above, if you type @code{set charset} followed by @key{TAB}@key{TAB},
6459@value{GDBN} will list the name of the character sets that can be used
6460for both host and target.
6461
a0eb71c5
KB
6462
6463@item show charset
a0eb71c5 6464@kindex show charset
b383017d 6465Show the names of the current host and target charsets.
e33d66ec
EZ
6466
6467@itemx show host-charset
a0eb71c5 6468@kindex show host-charset
b383017d 6469Show the name of the current host charset.
e33d66ec
EZ
6470
6471@itemx show target-charset
a0eb71c5 6472@kindex show target-charset
b383017d 6473Show the name of the current target charset.
a0eb71c5
KB
6474
6475@end table
6476
6477@value{GDBN} currently includes support for the following character
6478sets:
6479
6480@table @code
6481
6482@item ASCII
6483@cindex ASCII character set
6484Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host
6485character set.
6486
6487@item ISO-8859-1
6488@cindex ISO 8859-1 character set
6489@cindex ISO Latin 1 character set
e33d66ec 6490The ISO Latin 1 character set. This extends @sc{ascii} with accented
a0eb71c5
KB
6491characters needed for French, German, and Spanish. @value{GDBN} can use
6492this as its host character set.
6493
6494@item EBCDIC-US
6495@itemx IBM1047
6496@cindex EBCDIC character set
6497@cindex IBM1047 character set
6498Variants of the @sc{ebcdic} character set, used on some of IBM's
6499mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.)
6500@value{GDBN} cannot use these as its host character set.
6501
6502@end table
6503
6504Note that these are all single-byte character sets. More work inside
6505GDB is needed to support multi-byte or variable-width character
6506encodings, like the UTF-8 and UCS-2 encodings of Unicode.
6507
6508Here is an example of @value{GDBN}'s character set support in action.
6509Assume that the following source code has been placed in the file
6510@file{charset-test.c}:
6511
6512@smallexample
6513#include <stdio.h>
6514
6515char ascii_hello[]
6516 = @{72, 101, 108, 108, 111, 44, 32, 119,
6517 111, 114, 108, 100, 33, 10, 0@};
6518char ibm1047_hello[]
6519 = @{200, 133, 147, 147, 150, 107, 64, 166,
6520 150, 153, 147, 132, 90, 37, 0@};
6521
6522main ()
6523@{
6524 printf ("Hello, world!\n");
6525@}
10998722 6526@end smallexample
a0eb71c5
KB
6527
6528In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays
6529containing the string @samp{Hello, world!} followed by a newline,
6530encoded in the @sc{ascii} and @sc{ibm1047} character sets.
6531
6532We compile the program, and invoke the debugger on it:
6533
6534@smallexample
6535$ gcc -g charset-test.c -o charset-test
6536$ gdb -nw charset-test
6537GNU gdb 2001-12-19-cvs
6538Copyright 2001 Free Software Foundation, Inc.
6539@dots{}
f7dc1244 6540(@value{GDBP})
10998722 6541@end smallexample
a0eb71c5
KB
6542
6543We can use the @code{show charset} command to see what character sets
6544@value{GDBN} is currently using to interpret and display characters and
6545strings:
6546
6547@smallexample
f7dc1244 6548(@value{GDBP}) show charset
e33d66ec 6549The current host and target character set is `ISO-8859-1'.
f7dc1244 6550(@value{GDBP})
10998722 6551@end smallexample
a0eb71c5
KB
6552
6553For the sake of printing this manual, let's use @sc{ascii} as our
6554initial character set:
6555@smallexample
f7dc1244
EZ
6556(@value{GDBP}) set charset ASCII
6557(@value{GDBP}) show charset
e33d66ec 6558The current host and target character set is `ASCII'.
f7dc1244 6559(@value{GDBP})
10998722 6560@end smallexample
a0eb71c5
KB
6561
6562Let's assume that @sc{ascii} is indeed the correct character set for our
6563host system --- in other words, let's assume that if @value{GDBN} prints
6564characters using the @sc{ascii} character set, our terminal will display
6565them properly. Since our current target character set is also
6566@sc{ascii}, the contents of @code{ascii_hello} print legibly:
6567
6568@smallexample
f7dc1244 6569(@value{GDBP}) print ascii_hello
a0eb71c5 6570$1 = 0x401698 "Hello, world!\n"
f7dc1244 6571(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6572$2 = 72 'H'
f7dc1244 6573(@value{GDBP})
10998722 6574@end smallexample
a0eb71c5
KB
6575
6576@value{GDBN} uses the target character set for character and string
6577literals you use in expressions:
6578
6579@smallexample
f7dc1244 6580(@value{GDBP}) print '+'
a0eb71c5 6581$3 = 43 '+'
f7dc1244 6582(@value{GDBP})
10998722 6583@end smallexample
a0eb71c5
KB
6584
6585The @sc{ascii} character set uses the number 43 to encode the @samp{+}
6586character.
6587
6588@value{GDBN} relies on the user to tell it which character set the
6589target program uses. If we print @code{ibm1047_hello} while our target
6590character set is still @sc{ascii}, we get jibberish:
6591
6592@smallexample
f7dc1244 6593(@value{GDBP}) print ibm1047_hello
a0eb71c5 6594$4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%"
f7dc1244 6595(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6596$5 = 200 '\310'
f7dc1244 6597(@value{GDBP})
10998722 6598@end smallexample
a0eb71c5 6599
e33d66ec 6600If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB},
a0eb71c5
KB
6601@value{GDBN} tells us the character sets it supports:
6602
6603@smallexample
f7dc1244 6604(@value{GDBP}) set target-charset
b383017d 6605ASCII EBCDIC-US IBM1047 ISO-8859-1
f7dc1244 6606(@value{GDBP}) set target-charset
10998722 6607@end smallexample
a0eb71c5
KB
6608
6609We can select @sc{ibm1047} as our target character set, and examine the
6610program's strings again. Now the @sc{ascii} string is wrong, but
6611@value{GDBN} translates the contents of @code{ibm1047_hello} from the
6612target character set, @sc{ibm1047}, to the host character set,
6613@sc{ascii}, and they display correctly:
6614
6615@smallexample
f7dc1244
EZ
6616(@value{GDBP}) set target-charset IBM1047
6617(@value{GDBP}) show charset
e33d66ec
EZ
6618The current host character set is `ASCII'.
6619The current target character set is `IBM1047'.
f7dc1244 6620(@value{GDBP}) print ascii_hello
a0eb71c5 6621$6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012"
f7dc1244 6622(@value{GDBP}) print ascii_hello[0]
a0eb71c5 6623$7 = 72 '\110'
f7dc1244 6624(@value{GDBP}) print ibm1047_hello
a0eb71c5 6625$8 = 0x4016a8 "Hello, world!\n"
f7dc1244 6626(@value{GDBP}) print ibm1047_hello[0]
a0eb71c5 6627$9 = 200 'H'
f7dc1244 6628(@value{GDBP})
10998722 6629@end smallexample
a0eb71c5
KB
6630
6631As above, @value{GDBN} uses the target character set for character and
6632string literals you use in expressions:
6633
6634@smallexample
f7dc1244 6635(@value{GDBP}) print '+'
a0eb71c5 6636$10 = 78 '+'
f7dc1244 6637(@value{GDBP})
10998722 6638@end smallexample
a0eb71c5 6639
e33d66ec 6640The @sc{ibm1047} character set uses the number 78 to encode the @samp{+}
a0eb71c5
KB
6641character.
6642
09d4efe1
EZ
6643@node Caching Remote Data
6644@section Caching Data of Remote Targets
6645@cindex caching data of remote targets
6646
6647@value{GDBN} can cache data exchanged between the debugger and a
6648remote target (@pxref{Remote}). Such caching generally improves
6649performance, because it reduces the overhead of the remote protocol by
6650bundling memory reads and writes into large chunks. Unfortunately,
6651@value{GDBN} does not currently know anything about volatile
6652registers, and thus data caching will produce incorrect results when
6653volatile registers are in use.
6654
6655@table @code
6656@kindex set remotecache
6657@item set remotecache on
6658@itemx set remotecache off
6659Set caching state for remote targets. When @code{ON}, use data
6660caching. By default, this option is @code{OFF}.
6661
6662@kindex show remotecache
6663@item show remotecache
6664Show the current state of data caching for remote targets.
6665
6666@kindex info dcache
6667@item info dcache
6668Print the information about the data cache performance. The
6669information displayed includes: the dcache width and depth; and for
6670each cache line, how many times it was referenced, and its data and
6671state (dirty, bad, ok, etc.). This command is useful for debugging
6672the data cache operation.
6673@end table
6674
a0eb71c5 6675
e2e0bcd1
JB
6676@node Macros
6677@chapter C Preprocessor Macros
6678
49efadf5 6679Some languages, such as C and C@t{++}, provide a way to define and invoke
e2e0bcd1
JB
6680``preprocessor macros'' which expand into strings of tokens.
6681@value{GDBN} can evaluate expressions containing macro invocations, show
6682the result of macro expansion, and show a macro's definition, including
6683where it was defined.
6684
6685You may need to compile your program specially to provide @value{GDBN}
6686with information about preprocessor macros. Most compilers do not
6687include macros in their debugging information, even when you compile
6688with the @option{-g} flag. @xref{Compilation}.
6689
6690A program may define a macro at one point, remove that definition later,
6691and then provide a different definition after that. Thus, at different
6692points in the program, a macro may have different definitions, or have
6693no definition at all. If there is a current stack frame, @value{GDBN}
6694uses the macros in scope at that frame's source code line. Otherwise,
6695@value{GDBN} uses the macros in scope at the current listing location;
6696see @ref{List}.
6697
6698At the moment, @value{GDBN} does not support the @code{##}
6699token-splicing operator, the @code{#} stringification operator, or
6700variable-arity macros.
6701
6702Whenever @value{GDBN} evaluates an expression, it always expands any
6703macro invocations present in the expression. @value{GDBN} also provides
6704the following commands for working with macros explicitly.
6705
6706@table @code
6707
6708@kindex macro expand
6709@cindex macro expansion, showing the results of preprocessor
6710@cindex preprocessor macro expansion, showing the results of
6711@cindex expanding preprocessor macros
6712@item macro expand @var{expression}
6713@itemx macro exp @var{expression}
6714Show the results of expanding all preprocessor macro invocations in
6715@var{expression}. Since @value{GDBN} simply expands macros, but does
6716not parse the result, @var{expression} need not be a valid expression;
6717it can be any string of tokens.
6718
09d4efe1 6719@kindex macro exp1
e2e0bcd1
JB
6720@item macro expand-once @var{expression}
6721@itemx macro exp1 @var{expression}
4644b6e3 6722@cindex expand macro once
e2e0bcd1
JB
6723@i{(This command is not yet implemented.)} Show the results of
6724expanding those preprocessor macro invocations that appear explicitly in
6725@var{expression}. Macro invocations appearing in that expansion are
6726left unchanged. This command allows you to see the effect of a
6727particular macro more clearly, without being confused by further
6728expansions. Since @value{GDBN} simply expands macros, but does not
6729parse the result, @var{expression} need not be a valid expression; it
6730can be any string of tokens.
6731
475b0867 6732@kindex info macro
e2e0bcd1
JB
6733@cindex macro definition, showing
6734@cindex definition, showing a macro's
475b0867 6735@item info macro @var{macro}
e2e0bcd1
JB
6736Show the definition of the macro named @var{macro}, and describe the
6737source location where that definition was established.
6738
6739@kindex macro define
6740@cindex user-defined macros
6741@cindex defining macros interactively
6742@cindex macros, user-defined
6743@item macro define @var{macro} @var{replacement-list}
6744@itemx macro define @var{macro}(@var{arglist}) @var{replacement-list}
6745@i{(This command is not yet implemented.)} Introduce a definition for a
6746preprocessor macro named @var{macro}, invocations of which are replaced
6747by the tokens given in @var{replacement-list}. The first form of this
6748command defines an ``object-like'' macro, which takes no arguments; the
6749second form defines a ``function-like'' macro, which takes the arguments
6750given in @var{arglist}.
6751
6752A definition introduced by this command is in scope in every expression
6753evaluated in @value{GDBN}, until it is removed with the @command{macro
6754undef} command, described below. The definition overrides all
6755definitions for @var{macro} present in the program being debugged, as
6756well as any previous user-supplied definition.
6757
6758@kindex macro undef
6759@item macro undef @var{macro}
6760@i{(This command is not yet implemented.)} Remove any user-supplied
6761definition for the macro named @var{macro}. This command only affects
6762definitions provided with the @command{macro define} command, described
6763above; it cannot remove definitions present in the program being
6764debugged.
6765
09d4efe1
EZ
6766@kindex macro list
6767@item macro list
6768@i{(This command is not yet implemented.)} List all the macros
6769defined using the @code{macro define} command.
e2e0bcd1
JB
6770@end table
6771
6772@cindex macros, example of debugging with
6773Here is a transcript showing the above commands in action. First, we
6774show our source files:
6775
6776@smallexample
6777$ cat sample.c
6778#include <stdio.h>
6779#include "sample.h"
6780
6781#define M 42
6782#define ADD(x) (M + x)
6783
6784main ()
6785@{
6786#define N 28
6787 printf ("Hello, world!\n");
6788#undef N
6789 printf ("We're so creative.\n");
6790#define N 1729
6791 printf ("Goodbye, world!\n");
6792@}
6793$ cat sample.h
6794#define Q <
6795$
6796@end smallexample
6797
6798Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}.
6799We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the
6800compiler includes information about preprocessor macros in the debugging
6801information.
6802
6803@smallexample
6804$ gcc -gdwarf-2 -g3 sample.c -o sample
6805$
6806@end smallexample
6807
6808Now, we start @value{GDBN} on our sample program:
6809
6810@smallexample
6811$ gdb -nw sample
6812GNU gdb 2002-05-06-cvs
6813Copyright 2002 Free Software Foundation, Inc.
6814GDB is free software, @dots{}
f7dc1244 6815(@value{GDBP})
e2e0bcd1
JB
6816@end smallexample
6817
6818We can expand macros and examine their definitions, even when the
6819program is not running. @value{GDBN} uses the current listing position
6820to decide which macro definitions are in scope:
6821
6822@smallexample
f7dc1244 6823(@value{GDBP}) list main
e2e0bcd1
JB
68243
68254 #define M 42
68265 #define ADD(x) (M + x)
68276
68287 main ()
68298 @{
68309 #define N 28
683110 printf ("Hello, world!\n");
683211 #undef N
683312 printf ("We're so creative.\n");
f7dc1244 6834(@value{GDBP}) info macro ADD
e2e0bcd1
JB
6835Defined at /home/jimb/gdb/macros/play/sample.c:5
6836#define ADD(x) (M + x)
f7dc1244 6837(@value{GDBP}) info macro Q
e2e0bcd1
JB
6838Defined at /home/jimb/gdb/macros/play/sample.h:1
6839 included at /home/jimb/gdb/macros/play/sample.c:2
6840#define Q <
f7dc1244 6841(@value{GDBP}) macro expand ADD(1)
e2e0bcd1 6842expands to: (42 + 1)
f7dc1244 6843(@value{GDBP}) macro expand-once ADD(1)
e2e0bcd1 6844expands to: once (M + 1)
f7dc1244 6845(@value{GDBP})
e2e0bcd1
JB
6846@end smallexample
6847
6848In the example above, note that @command{macro expand-once} expands only
6849the macro invocation explicit in the original text --- the invocation of
6850@code{ADD} --- but does not expand the invocation of the macro @code{M},
6851which was introduced by @code{ADD}.
6852
6853Once the program is running, GDB uses the macro definitions in force at
6854the source line of the current stack frame:
6855
6856@smallexample
f7dc1244 6857(@value{GDBP}) break main
e2e0bcd1 6858Breakpoint 1 at 0x8048370: file sample.c, line 10.
f7dc1244 6859(@value{GDBP}) run
b383017d 6860Starting program: /home/jimb/gdb/macros/play/sample
e2e0bcd1
JB
6861
6862Breakpoint 1, main () at sample.c:10
686310 printf ("Hello, world!\n");
f7dc1244 6864(@value{GDBP})
e2e0bcd1
JB
6865@end smallexample
6866
6867At line 10, the definition of the macro @code{N} at line 9 is in force:
6868
6869@smallexample
f7dc1244 6870(@value{GDBP}) info macro N
e2e0bcd1
JB
6871Defined at /home/jimb/gdb/macros/play/sample.c:9
6872#define N 28
f7dc1244 6873(@value{GDBP}) macro expand N Q M
e2e0bcd1 6874expands to: 28 < 42
f7dc1244 6875(@value{GDBP}) print N Q M
e2e0bcd1 6876$1 = 1
f7dc1244 6877(@value{GDBP})
e2e0bcd1
JB
6878@end smallexample
6879
6880As we step over directives that remove @code{N}'s definition, and then
6881give it a new definition, @value{GDBN} finds the definition (or lack
6882thereof) in force at each point:
6883
6884@smallexample
f7dc1244 6885(@value{GDBP}) next
e2e0bcd1
JB
6886Hello, world!
688712 printf ("We're so creative.\n");
f7dc1244 6888(@value{GDBP}) info macro N
e2e0bcd1
JB
6889The symbol `N' has no definition as a C/C++ preprocessor macro
6890at /home/jimb/gdb/macros/play/sample.c:12
f7dc1244 6891(@value{GDBP}) next
e2e0bcd1
JB
6892We're so creative.
689314 printf ("Goodbye, world!\n");
f7dc1244 6894(@value{GDBP}) info macro N
e2e0bcd1
JB
6895Defined at /home/jimb/gdb/macros/play/sample.c:13
6896#define N 1729
f7dc1244 6897(@value{GDBP}) macro expand N Q M
e2e0bcd1 6898expands to: 1729 < 42
f7dc1244 6899(@value{GDBP}) print N Q M
e2e0bcd1 6900$2 = 0
f7dc1244 6901(@value{GDBP})
e2e0bcd1
JB
6902@end smallexample
6903
6904
b37052ae
EZ
6905@node Tracepoints
6906@chapter Tracepoints
6907@c This chapter is based on the documentation written by Michael
6908@c Snyder, David Taylor, Jim Blandy, and Elena Zannoni.
6909
6910@cindex tracepoints
6911In some applications, it is not feasible for the debugger to interrupt
6912the program's execution long enough for the developer to learn
6913anything helpful about its behavior. If the program's correctness
6914depends on its real-time behavior, delays introduced by a debugger
6915might cause the program to change its behavior drastically, or perhaps
6916fail, even when the code itself is correct. It is useful to be able
6917to observe the program's behavior without interrupting it.
6918
6919Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can
6920specify locations in the program, called @dfn{tracepoints}, and
6921arbitrary expressions to evaluate when those tracepoints are reached.
6922Later, using the @code{tfind} command, you can examine the values
6923those expressions had when the program hit the tracepoints. The
6924expressions may also denote objects in memory---structures or arrays,
6925for example---whose values @value{GDBN} should record; while visiting
6926a particular tracepoint, you may inspect those objects as if they were
6927in memory at that moment. However, because @value{GDBN} records these
6928values without interacting with you, it can do so quickly and
6929unobtrusively, hopefully not disturbing the program's behavior.
6930
6931The tracepoint facility is currently available only for remote
2c0069bb
EZ
6932targets. @xref{Targets}. In addition, your remote target must know how
6933to collect trace data. This functionality is implemented in the remote
6934stub; however, none of the stubs distributed with @value{GDBN} support
6935tracepoints as of this writing.
b37052ae
EZ
6936
6937This chapter describes the tracepoint commands and features.
6938
6939@menu
b383017d
RM
6940* Set Tracepoints::
6941* Analyze Collected Data::
6942* Tracepoint Variables::
b37052ae
EZ
6943@end menu
6944
6945@node Set Tracepoints
6946@section Commands to Set Tracepoints
6947
6948Before running such a @dfn{trace experiment}, an arbitrary number of
6949tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a
6950tracepoint has a number assigned to it by @value{GDBN}. Like with
6951breakpoints, tracepoint numbers are successive integers starting from
6952one. Many of the commands associated with tracepoints take the
6953tracepoint number as their argument, to identify which tracepoint to
6954work on.
6955
6956For each tracepoint, you can specify, in advance, some arbitrary set
6957of data that you want the target to collect in the trace buffer when
6958it hits that tracepoint. The collected data can include registers,
6959local variables, or global data. Later, you can use @value{GDBN}
6960commands to examine the values these data had at the time the
6961tracepoint was hit.
6962
6963This section describes commands to set tracepoints and associated
6964conditions and actions.
6965
6966@menu
b383017d
RM
6967* Create and Delete Tracepoints::
6968* Enable and Disable Tracepoints::
6969* Tracepoint Passcounts::
6970* Tracepoint Actions::
6971* Listing Tracepoints::
6972* Starting and Stopping Trace Experiment::
b37052ae
EZ
6973@end menu
6974
6975@node Create and Delete Tracepoints
6976@subsection Create and Delete Tracepoints
6977
6978@table @code
6979@cindex set tracepoint
6980@kindex trace
6981@item trace
6982The @code{trace} command is very similar to the @code{break} command.
6983Its argument can be a source line, a function name, or an address in
6984the target program. @xref{Set Breaks}. The @code{trace} command
6985defines a tracepoint, which is a point in the target program where the
6986debugger will briefly stop, collect some data, and then allow the
6987program to continue. Setting a tracepoint or changing its commands
6988doesn't take effect until the next @code{tstart} command; thus, you
6989cannot change the tracepoint attributes once a trace experiment is
6990running.
6991
6992Here are some examples of using the @code{trace} command:
6993
6994@smallexample
6995(@value{GDBP}) @b{trace foo.c:121} // a source file and line number
6996
6997(@value{GDBP}) @b{trace +2} // 2 lines forward
6998
6999(@value{GDBP}) @b{trace my_function} // first source line of function
7000
7001(@value{GDBP}) @b{trace *my_function} // EXACT start address of function
7002
7003(@value{GDBP}) @b{trace *0x2117c4} // an address
7004@end smallexample
7005
7006@noindent
7007You can abbreviate @code{trace} as @code{tr}.
7008
7009@vindex $tpnum
7010@cindex last tracepoint number
7011@cindex recent tracepoint number
7012@cindex tracepoint number
7013The convenience variable @code{$tpnum} records the tracepoint number
7014of the most recently set tracepoint.
7015
7016@kindex delete tracepoint
7017@cindex tracepoint deletion
7018@item delete tracepoint @r{[}@var{num}@r{]}
7019Permanently delete one or more tracepoints. With no argument, the
7020default is to delete all tracepoints.
7021
7022Examples:
7023
7024@smallexample
7025(@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints
7026
7027(@value{GDBP}) @b{delete trace} // remove all tracepoints
7028@end smallexample
7029
7030@noindent
7031You can abbreviate this command as @code{del tr}.
7032@end table
7033
7034@node Enable and Disable Tracepoints
7035@subsection Enable and Disable Tracepoints
7036
7037@table @code
7038@kindex disable tracepoint
7039@item disable tracepoint @r{[}@var{num}@r{]}
7040Disable tracepoint @var{num}, or all tracepoints if no argument
7041@var{num} is given. A disabled tracepoint will have no effect during
7042the next trace experiment, but it is not forgotten. You can re-enable
7043a disabled tracepoint using the @code{enable tracepoint} command.
7044
7045@kindex enable tracepoint
7046@item enable tracepoint @r{[}@var{num}@r{]}
7047Enable tracepoint @var{num}, or all tracepoints. The enabled
7048tracepoints will become effective the next time a trace experiment is
7049run.
7050@end table
7051
7052@node Tracepoint Passcounts
7053@subsection Tracepoint Passcounts
7054
7055@table @code
7056@kindex passcount
7057@cindex tracepoint pass count
7058@item passcount @r{[}@var{n} @r{[}@var{num}@r{]]}
7059Set the @dfn{passcount} of a tracepoint. The passcount is a way to
7060automatically stop a trace experiment. If a tracepoint's passcount is
7061@var{n}, then the trace experiment will be automatically stopped on
7062the @var{n}'th time that tracepoint is hit. If the tracepoint number
7063@var{num} is not specified, the @code{passcount} command sets the
7064passcount of the most recently defined tracepoint. If no passcount is
7065given, the trace experiment will run until stopped explicitly by the
7066user.
7067
7068Examples:
7069
7070@smallexample
b383017d 7071(@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of
6826cf00 7072@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2}
b37052ae
EZ
7073
7074(@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the
6826cf00 7075@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.}
b37052ae
EZ
7076(@value{GDBP}) @b{trace foo}
7077(@value{GDBP}) @b{pass 3}
7078(@value{GDBP}) @b{trace bar}
7079(@value{GDBP}) @b{pass 2}
7080(@value{GDBP}) @b{trace baz}
7081(@value{GDBP}) @b{pass 1} // Stop tracing when foo has been
6826cf00
EZ
7082@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has}
7083@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times}
7084@exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.}
b37052ae
EZ
7085@end smallexample
7086@end table
7087
7088@node Tracepoint Actions
7089@subsection Tracepoint Action Lists
7090
7091@table @code
7092@kindex actions
7093@cindex tracepoint actions
7094@item actions @r{[}@var{num}@r{]}
7095This command will prompt for a list of actions to be taken when the
7096tracepoint is hit. If the tracepoint number @var{num} is not
7097specified, this command sets the actions for the one that was most
7098recently defined (so that you can define a tracepoint and then say
7099@code{actions} without bothering about its number). You specify the
7100actions themselves on the following lines, one action at a time, and
7101terminate the actions list with a line containing just @code{end}. So
7102far, the only defined actions are @code{collect} and
7103@code{while-stepping}.
7104
7105@cindex remove actions from a tracepoint
7106To remove all actions from a tracepoint, type @samp{actions @var{num}}
7107and follow it immediately with @samp{end}.
7108
7109@smallexample
7110(@value{GDBP}) @b{collect @var{data}} // collect some data
7111
6826cf00 7112(@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data
b37052ae 7113
6826cf00 7114(@value{GDBP}) @b{end} // signals the end of actions.
b37052ae
EZ
7115@end smallexample
7116
7117In the following example, the action list begins with @code{collect}
7118commands indicating the things to be collected when the tracepoint is
7119hit. Then, in order to single-step and collect additional data
7120following the tracepoint, a @code{while-stepping} command is used,
7121followed by the list of things to be collected while stepping. The
7122@code{while-stepping} command is terminated by its own separate
7123@code{end} command. Lastly, the action list is terminated by an
7124@code{end} command.
7125
7126@smallexample
7127(@value{GDBP}) @b{trace foo}
7128(@value{GDBP}) @b{actions}
7129Enter actions for tracepoint 1, one per line:
7130> collect bar,baz
7131> collect $regs
7132> while-stepping 12
7133 > collect $fp, $sp
7134 > end
7135end
7136@end smallexample
7137
7138@kindex collect @r{(tracepoints)}
7139@item collect @var{expr1}, @var{expr2}, @dots{}
7140Collect values of the given expressions when the tracepoint is hit.
7141This command accepts a comma-separated list of any valid expressions.
7142In addition to global, static, or local variables, the following
7143special arguments are supported:
7144
7145@table @code
7146@item $regs
7147collect all registers
7148
7149@item $args
7150collect all function arguments
7151
7152@item $locals
7153collect all local variables.
7154@end table
7155
7156You can give several consecutive @code{collect} commands, each one
7157with a single argument, or one @code{collect} command with several
7158arguments separated by commas: the effect is the same.
7159
f5c37c66
EZ
7160The command @code{info scope} (@pxref{Symbols, info scope}) is
7161particularly useful for figuring out what data to collect.
7162
b37052ae
EZ
7163@kindex while-stepping @r{(tracepoints)}
7164@item while-stepping @var{n}
7165Perform @var{n} single-step traces after the tracepoint, collecting
7166new data at each step. The @code{while-stepping} command is
7167followed by the list of what to collect while stepping (followed by
7168its own @code{end} command):
7169
7170@smallexample
7171> while-stepping 12
7172 > collect $regs, myglobal
7173 > end
7174>
7175@end smallexample
7176
7177@noindent
7178You may abbreviate @code{while-stepping} as @code{ws} or
7179@code{stepping}.
7180@end table
7181
7182@node Listing Tracepoints
7183@subsection Listing Tracepoints
7184
7185@table @code
7186@kindex info tracepoints
09d4efe1 7187@kindex info tp
b37052ae
EZ
7188@cindex information about tracepoints
7189@item info tracepoints @r{[}@var{num}@r{]}
8a037dd7 7190Display information about the tracepoint @var{num}. If you don't specify
798c8bc6 7191a tracepoint number, displays information about all the tracepoints
b37052ae
EZ
7192defined so far. For each tracepoint, the following information is
7193shown:
7194
7195@itemize @bullet
7196@item
7197its number
7198@item
7199whether it is enabled or disabled
7200@item
7201its address
7202@item
7203its passcount as given by the @code{passcount @var{n}} command
7204@item
7205its step count as given by the @code{while-stepping @var{n}} command
7206@item
7207where in the source files is the tracepoint set
7208@item
7209its action list as given by the @code{actions} command
7210@end itemize
7211
7212@smallexample
7213(@value{GDBP}) @b{info trace}
7214Num Enb Address PassC StepC What
72151 y 0x002117c4 0 0 <gdb_asm>
6826cf00
EZ
72162 y 0x0020dc64 0 0 in g_test at g_test.c:1375
72173 y 0x0020b1f4 0 0 in get_data at ../foo.c:41
b37052ae
EZ
7218(@value{GDBP})
7219@end smallexample
7220
7221@noindent
7222This command can be abbreviated @code{info tp}.
7223@end table
7224
7225@node Starting and Stopping Trace Experiment
7226@subsection Starting and Stopping Trace Experiment
7227
7228@table @code
7229@kindex tstart
7230@cindex start a new trace experiment
7231@cindex collected data discarded
7232@item tstart
7233This command takes no arguments. It starts the trace experiment, and
7234begins collecting data. This has the side effect of discarding all
7235the data collected in the trace buffer during the previous trace
7236experiment.
7237
7238@kindex tstop
7239@cindex stop a running trace experiment
7240@item tstop
7241This command takes no arguments. It ends the trace experiment, and
7242stops collecting data.
7243
68c71a2e 7244@strong{Note}: a trace experiment and data collection may stop
b37052ae
EZ
7245automatically if any tracepoint's passcount is reached
7246(@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full.
7247
7248@kindex tstatus
7249@cindex status of trace data collection
7250@cindex trace experiment, status of
7251@item tstatus
7252This command displays the status of the current trace data
7253collection.
7254@end table
7255
7256Here is an example of the commands we described so far:
7257
7258@smallexample
7259(@value{GDBP}) @b{trace gdb_c_test}
7260(@value{GDBP}) @b{actions}
7261Enter actions for tracepoint #1, one per line.
7262> collect $regs,$locals,$args
7263> while-stepping 11
7264 > collect $regs
7265 > end
7266> end
7267(@value{GDBP}) @b{tstart}
7268 [time passes @dots{}]
7269(@value{GDBP}) @b{tstop}
7270@end smallexample
7271
7272
7273@node Analyze Collected Data
7274@section Using the collected data
7275
7276After the tracepoint experiment ends, you use @value{GDBN} commands
7277for examining the trace data. The basic idea is that each tracepoint
7278collects a trace @dfn{snapshot} every time it is hit and another
7279snapshot every time it single-steps. All these snapshots are
7280consecutively numbered from zero and go into a buffer, and you can
7281examine them later. The way you examine them is to @dfn{focus} on a
7282specific trace snapshot. When the remote stub is focused on a trace
7283snapshot, it will respond to all @value{GDBN} requests for memory and
7284registers by reading from the buffer which belongs to that snapshot,
7285rather than from @emph{real} memory or registers of the program being
7286debugged. This means that @strong{all} @value{GDBN} commands
7287(@code{print}, @code{info registers}, @code{backtrace}, etc.) will
7288behave as if we were currently debugging the program state as it was
7289when the tracepoint occurred. Any requests for data that are not in
7290the buffer will fail.
7291
7292@menu
7293* tfind:: How to select a trace snapshot
7294* tdump:: How to display all data for a snapshot
7295* save-tracepoints:: How to save tracepoints for a future run
7296@end menu
7297
7298@node tfind
7299@subsection @code{tfind @var{n}}
7300
7301@kindex tfind
7302@cindex select trace snapshot
7303@cindex find trace snapshot
7304The basic command for selecting a trace snapshot from the buffer is
7305@code{tfind @var{n}}, which finds trace snapshot number @var{n},
7306counting from zero. If no argument @var{n} is given, the next
7307snapshot is selected.
7308
7309Here are the various forms of using the @code{tfind} command.
7310
7311@table @code
7312@item tfind start
7313Find the first snapshot in the buffer. This is a synonym for
7314@code{tfind 0} (since 0 is the number of the first snapshot).
7315
7316@item tfind none
7317Stop debugging trace snapshots, resume @emph{live} debugging.
7318
7319@item tfind end
7320Same as @samp{tfind none}.
7321
7322@item tfind
7323No argument means find the next trace snapshot.
7324
7325@item tfind -
7326Find the previous trace snapshot before the current one. This permits
7327retracing earlier steps.
7328
7329@item tfind tracepoint @var{num}
7330Find the next snapshot associated with tracepoint @var{num}. Search
7331proceeds forward from the last examined trace snapshot. If no
7332argument @var{num} is given, it means find the next snapshot collected
7333for the same tracepoint as the current snapshot.
7334
7335@item tfind pc @var{addr}
7336Find the next snapshot associated with the value @var{addr} of the
7337program counter. Search proceeds forward from the last examined trace
7338snapshot. If no argument @var{addr} is given, it means find the next
7339snapshot with the same value of PC as the current snapshot.
7340
7341@item tfind outside @var{addr1}, @var{addr2}
7342Find the next snapshot whose PC is outside the given range of
7343addresses.
7344
7345@item tfind range @var{addr1}, @var{addr2}
7346Find the next snapshot whose PC is between @var{addr1} and
7347@var{addr2}. @c FIXME: Is the range inclusive or exclusive?
7348
7349@item tfind line @r{[}@var{file}:@r{]}@var{n}
7350Find the next snapshot associated with the source line @var{n}. If
7351the optional argument @var{file} is given, refer to line @var{n} in
7352that source file. Search proceeds forward from the last examined
7353trace snapshot. If no argument @var{n} is given, it means find the
7354next line other than the one currently being examined; thus saying
7355@code{tfind line} repeatedly can appear to have the same effect as
7356stepping from line to line in a @emph{live} debugging session.
7357@end table
7358
7359The default arguments for the @code{tfind} commands are specifically
7360designed to make it easy to scan through the trace buffer. For
7361instance, @code{tfind} with no argument selects the next trace
7362snapshot, and @code{tfind -} with no argument selects the previous
7363trace snapshot. So, by giving one @code{tfind} command, and then
7364simply hitting @key{RET} repeatedly you can examine all the trace
7365snapshots in order. Or, by saying @code{tfind -} and then hitting
7366@key{RET} repeatedly you can examine the snapshots in reverse order.
7367The @code{tfind line} command with no argument selects the snapshot
7368for the next source line executed. The @code{tfind pc} command with
7369no argument selects the next snapshot with the same program counter
7370(PC) as the current frame. The @code{tfind tracepoint} command with
7371no argument selects the next trace snapshot collected by the same
7372tracepoint as the current one.
7373
7374In addition to letting you scan through the trace buffer manually,
7375these commands make it easy to construct @value{GDBN} scripts that
7376scan through the trace buffer and print out whatever collected data
7377you are interested in. Thus, if we want to examine the PC, FP, and SP
7378registers from each trace frame in the buffer, we can say this:
7379
7380@smallexample
7381(@value{GDBP}) @b{tfind start}
7382(@value{GDBP}) @b{while ($trace_frame != -1)}
7383> printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \
7384 $trace_frame, $pc, $sp, $fp
7385> tfind
7386> end
7387
7388Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44
7389Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44
7390Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44
7391Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44
7392Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44
7393Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44
7394Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44
7395Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44
7396Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44
7397Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44
7398Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14
7399@end smallexample
7400
7401Or, if we want to examine the variable @code{X} at each source line in
7402the buffer:
7403
7404@smallexample
7405(@value{GDBP}) @b{tfind start}
7406(@value{GDBP}) @b{while ($trace_frame != -1)}
7407> printf "Frame %d, X == %d\n", $trace_frame, X
7408> tfind line
7409> end
7410
7411Frame 0, X = 1
7412Frame 7, X = 2
7413Frame 13, X = 255
7414@end smallexample
7415
7416@node tdump
7417@subsection @code{tdump}
7418@kindex tdump
7419@cindex dump all data collected at tracepoint
7420@cindex tracepoint data, display
7421
7422This command takes no arguments. It prints all the data collected at
7423the current trace snapshot.
7424
7425@smallexample
7426(@value{GDBP}) @b{trace 444}
7427(@value{GDBP}) @b{actions}
7428Enter actions for tracepoint #2, one per line:
7429> collect $regs, $locals, $args, gdb_long_test
7430> end
7431
7432(@value{GDBP}) @b{tstart}
7433
7434(@value{GDBP}) @b{tfind line 444}
7435#0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66)
7436at gdb_test.c:444
7437444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", )
7438
7439(@value{GDBP}) @b{tdump}
7440Data collected at tracepoint 2, trace frame 1:
7441d0 0xc4aa0085 -995491707
7442d1 0x18 24
7443d2 0x80 128
7444d3 0x33 51
7445d4 0x71aea3d 119204413
7446d5 0x22 34
7447d6 0xe0 224
7448d7 0x380035 3670069
7449a0 0x19e24a 1696330
7450a1 0x3000668 50333288
7451a2 0x100 256
7452a3 0x322000 3284992
7453a4 0x3000698 50333336
7454a5 0x1ad3cc 1758156
7455fp 0x30bf3c 0x30bf3c
7456sp 0x30bf34 0x30bf34
7457ps 0x0 0
7458pc 0x20b2c8 0x20b2c8
7459fpcontrol 0x0 0
7460fpstatus 0x0 0
7461fpiaddr 0x0 0
7462p = 0x20e5b4 "gdb-test"
7463p1 = (void *) 0x11
7464p2 = (void *) 0x22
7465p3 = (void *) 0x33
7466p4 = (void *) 0x44
7467p5 = (void *) 0x55
7468p6 = (void *) 0x66
7469gdb_long_test = 17 '\021'
7470
7471(@value{GDBP})
7472@end smallexample
7473
7474@node save-tracepoints
7475@subsection @code{save-tracepoints @var{filename}}
7476@kindex save-tracepoints
7477@cindex save tracepoints for future sessions
7478
7479This command saves all current tracepoint definitions together with
7480their actions and passcounts, into a file @file{@var{filename}}
7481suitable for use in a later debugging session. To read the saved
7482tracepoint definitions, use the @code{source} command (@pxref{Command
7483Files}).
7484
7485@node Tracepoint Variables
7486@section Convenience Variables for Tracepoints
7487@cindex tracepoint variables
7488@cindex convenience variables for tracepoints
7489
7490@table @code
7491@vindex $trace_frame
7492@item (int) $trace_frame
7493The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no
7494snapshot is selected.
7495
7496@vindex $tracepoint
7497@item (int) $tracepoint
7498The tracepoint for the current trace snapshot.
7499
7500@vindex $trace_line
7501@item (int) $trace_line
7502The line number for the current trace snapshot.
7503
7504@vindex $trace_file
7505@item (char []) $trace_file
7506The source file for the current trace snapshot.
7507
7508@vindex $trace_func
7509@item (char []) $trace_func
7510The name of the function containing @code{$tracepoint}.
7511@end table
7512
7513Note: @code{$trace_file} is not suitable for use in @code{printf},
7514use @code{output} instead.
7515
7516Here's a simple example of using these convenience variables for
7517stepping through all the trace snapshots and printing some of their
7518data.
7519
7520@smallexample
7521(@value{GDBP}) @b{tfind start}
7522
7523(@value{GDBP}) @b{while $trace_frame != -1}
7524> output $trace_file
7525> printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint
7526> tfind
7527> end
7528@end smallexample
7529
df0cd8c5
JB
7530@node Overlays
7531@chapter Debugging Programs That Use Overlays
7532@cindex overlays
7533
7534If your program is too large to fit completely in your target system's
7535memory, you can sometimes use @dfn{overlays} to work around this
7536problem. @value{GDBN} provides some support for debugging programs that
7537use overlays.
7538
7539@menu
7540* How Overlays Work:: A general explanation of overlays.
7541* Overlay Commands:: Managing overlays in @value{GDBN}.
7542* Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are
7543 mapped by asking the inferior.
7544* Overlay Sample Program:: A sample program using overlays.
7545@end menu
7546
7547@node How Overlays Work
7548@section How Overlays Work
7549@cindex mapped overlays
7550@cindex unmapped overlays
7551@cindex load address, overlay's
7552@cindex mapped address
7553@cindex overlay area
7554
7555Suppose you have a computer whose instruction address space is only 64
7556kilobytes long, but which has much more memory which can be accessed by
7557other means: special instructions, segment registers, or memory
7558management hardware, for example. Suppose further that you want to
7559adapt a program which is larger than 64 kilobytes to run on this system.
7560
7561One solution is to identify modules of your program which are relatively
7562independent, and need not call each other directly; call these modules
7563@dfn{overlays}. Separate the overlays from the main program, and place
7564their machine code in the larger memory. Place your main program in
7565instruction memory, but leave at least enough space there to hold the
7566largest overlay as well.
7567
7568Now, to call a function located in an overlay, you must first copy that
7569overlay's machine code from the large memory into the space set aside
7570for it in the instruction memory, and then jump to its entry point
7571there.
7572
c928edc0
AC
7573@c NB: In the below the mapped area's size is greater or equal to the
7574@c size of all overlays. This is intentional to remind the developer
7575@c that overlays don't necessarily need to be the same size.
7576
474c8240 7577@smallexample
df0cd8c5 7578@group
c928edc0
AC
7579 Data Instruction Larger
7580Address Space Address Space Address Space
7581+-----------+ +-----------+ +-----------+
7582| | | | | |
7583+-----------+ +-----------+ +-----------+<-- overlay 1
7584| program | | main | .----| overlay 1 | load address
7585| variables | | program | | +-----------+
7586| and heap | | | | | |
7587+-----------+ | | | +-----------+<-- overlay 2
7588| | +-----------+ | | | load address
7589+-----------+ | | | .-| overlay 2 |
7590 | | | | | |
7591 mapped --->+-----------+ | | +-----------+
7592 address | | | | | |
7593 | overlay | <-' | | |
7594 | area | <---' +-----------+<-- overlay 3
7595 | | <---. | | load address
7596 +-----------+ `--| overlay 3 |
7597 | | | |
7598 +-----------+ | |
7599 +-----------+
7600 | |
7601 +-----------+
7602
7603 @anchor{A code overlay}A code overlay
df0cd8c5 7604@end group
474c8240 7605@end smallexample
df0cd8c5 7606
c928edc0
AC
7607The diagram (@pxref{A code overlay}) shows a system with separate data
7608and instruction address spaces. To map an overlay, the program copies
7609its code from the larger address space to the instruction address space.
7610Since the overlays shown here all use the same mapped address, only one
7611may be mapped at a time. For a system with a single address space for
7612data and instructions, the diagram would be similar, except that the
7613program variables and heap would share an address space with the main
7614program and the overlay area.
df0cd8c5
JB
7615
7616An overlay loaded into instruction memory and ready for use is called a
7617@dfn{mapped} overlay; its @dfn{mapped address} is its address in the
7618instruction memory. An overlay not present (or only partially present)
7619in instruction memory is called @dfn{unmapped}; its @dfn{load address}
7620is its address in the larger memory. The mapped address is also called
7621the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also
7622called the @dfn{load memory address}, or @dfn{LMA}.
7623
7624Unfortunately, overlays are not a completely transparent way to adapt a
7625program to limited instruction memory. They introduce a new set of
7626global constraints you must keep in mind as you design your program:
7627
7628@itemize @bullet
7629
7630@item
7631Before calling or returning to a function in an overlay, your program
7632must make sure that overlay is actually mapped. Otherwise, the call or
7633return will transfer control to the right address, but in the wrong
7634overlay, and your program will probably crash.
7635
7636@item
7637If the process of mapping an overlay is expensive on your system, you
7638will need to choose your overlays carefully to minimize their effect on
7639your program's performance.
7640
7641@item
7642The executable file you load onto your system must contain each
7643overlay's instructions, appearing at the overlay's load address, not its
7644mapped address. However, each overlay's instructions must be relocated
7645and its symbols defined as if the overlay were at its mapped address.
7646You can use GNU linker scripts to specify different load and relocation
7647addresses for pieces of your program; see @ref{Overlay Description,,,
7648ld.info, Using ld: the GNU linker}.
7649
7650@item
7651The procedure for loading executable files onto your system must be able
7652to load their contents into the larger address space as well as the
7653instruction and data spaces.
7654
7655@end itemize
7656
7657The overlay system described above is rather simple, and could be
7658improved in many ways:
7659
7660@itemize @bullet
7661
7662@item
7663If your system has suitable bank switch registers or memory management
7664hardware, you could use those facilities to make an overlay's load area
7665contents simply appear at their mapped address in instruction space.
7666This would probably be faster than copying the overlay to its mapped
7667area in the usual way.
7668
7669@item
7670If your overlays are small enough, you could set aside more than one
7671overlay area, and have more than one overlay mapped at a time.
7672
7673@item
7674You can use overlays to manage data, as well as instructions. In
7675general, data overlays are even less transparent to your design than
7676code overlays: whereas code overlays only require care when you call or
7677return to functions, data overlays require care every time you access
7678the data. Also, if you change the contents of a data overlay, you
7679must copy its contents back out to its load address before you can copy a
7680different data overlay into the same mapped area.
7681
7682@end itemize
7683
7684
7685@node Overlay Commands
7686@section Overlay Commands
7687
7688To use @value{GDBN}'s overlay support, each overlay in your program must
7689correspond to a separate section of the executable file. The section's
7690virtual memory address and load memory address must be the overlay's
7691mapped and load addresses. Identifying overlays with sections allows
7692@value{GDBN} to determine the appropriate address of a function or
7693variable, depending on whether the overlay is mapped or not.
7694
7695@value{GDBN}'s overlay commands all start with the word @code{overlay};
7696you can abbreviate this as @code{ov} or @code{ovly}. The commands are:
7697
7698@table @code
7699@item overlay off
4644b6e3 7700@kindex overlay
df0cd8c5
JB
7701Disable @value{GDBN}'s overlay support. When overlay support is
7702disabled, @value{GDBN} assumes that all functions and variables are
7703always present at their mapped addresses. By default, @value{GDBN}'s
7704overlay support is disabled.
7705
7706@item overlay manual
df0cd8c5
JB
7707@cindex manual overlay debugging
7708Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN}
7709relies on you to tell it which overlays are mapped, and which are not,
7710using the @code{overlay map-overlay} and @code{overlay unmap-overlay}
7711commands described below.
7712
7713@item overlay map-overlay @var{overlay}
7714@itemx overlay map @var{overlay}
df0cd8c5
JB
7715@cindex map an overlay
7716Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must
7717be the name of the object file section containing the overlay. When an
7718overlay is mapped, @value{GDBN} assumes it can find the overlay's
7719functions and variables at their mapped addresses. @value{GDBN} assumes
7720that any other overlays whose mapped ranges overlap that of
7721@var{overlay} are now unmapped.
7722
7723@item overlay unmap-overlay @var{overlay}
7724@itemx overlay unmap @var{overlay}
df0cd8c5
JB
7725@cindex unmap an overlay
7726Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay}
7727must be the name of the object file section containing the overlay.
7728When an overlay is unmapped, @value{GDBN} assumes it can find the
7729overlay's functions and variables at their load addresses.
7730
7731@item overlay auto
df0cd8c5
JB
7732Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN}
7733consults a data structure the overlay manager maintains in the inferior
7734to see which overlays are mapped. For details, see @ref{Automatic
7735Overlay Debugging}.
7736
7737@item overlay load-target
7738@itemx overlay load
df0cd8c5
JB
7739@cindex reloading the overlay table
7740Re-read the overlay table from the inferior. Normally, @value{GDBN}
7741re-reads the table @value{GDBN} automatically each time the inferior
7742stops, so this command should only be necessary if you have changed the
7743overlay mapping yourself using @value{GDBN}. This command is only
7744useful when using automatic overlay debugging.
7745
7746@item overlay list-overlays
7747@itemx overlay list
7748@cindex listing mapped overlays
7749Display a list of the overlays currently mapped, along with their mapped
7750addresses, load addresses, and sizes.
7751
7752@end table
7753
7754Normally, when @value{GDBN} prints a code address, it includes the name
7755of the function the address falls in:
7756
474c8240 7757@smallexample
f7dc1244 7758(@value{GDBP}) print main
df0cd8c5 7759$3 = @{int ()@} 0x11a0 <main>
474c8240 7760@end smallexample
df0cd8c5
JB
7761@noindent
7762When overlay debugging is enabled, @value{GDBN} recognizes code in
7763unmapped overlays, and prints the names of unmapped functions with
7764asterisks around them. For example, if @code{foo} is a function in an
7765unmapped overlay, @value{GDBN} prints it this way:
7766
474c8240 7767@smallexample
f7dc1244 7768(@value{GDBP}) overlay list
df0cd8c5 7769No sections are mapped.
f7dc1244 7770(@value{GDBP}) print foo
df0cd8c5 7771$5 = @{int (int)@} 0x100000 <*foo*>
474c8240 7772@end smallexample
df0cd8c5
JB
7773@noindent
7774When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's
7775name normally:
7776
474c8240 7777@smallexample
f7dc1244 7778(@value{GDBP}) overlay list
b383017d 7779Section .ov.foo.text, loaded at 0x100000 - 0x100034,
df0cd8c5 7780 mapped at 0x1016 - 0x104a
f7dc1244 7781(@value{GDBP}) print foo
df0cd8c5 7782$6 = @{int (int)@} 0x1016 <foo>
474c8240 7783@end smallexample
df0cd8c5
JB
7784
7785When overlay debugging is enabled, @value{GDBN} can find the correct
7786address for functions and variables in an overlay, whether or not the
7787overlay is mapped. This allows most @value{GDBN} commands, like
7788@code{break} and @code{disassemble}, to work normally, even on unmapped
7789code. However, @value{GDBN}'s breakpoint support has some limitations:
7790
7791@itemize @bullet
7792@item
7793@cindex breakpoints in overlays
7794@cindex overlays, setting breakpoints in
7795You can set breakpoints in functions in unmapped overlays, as long as
7796@value{GDBN} can write to the overlay at its load address.
7797@item
7798@value{GDBN} can not set hardware or simulator-based breakpoints in
7799unmapped overlays. However, if you set a breakpoint at the end of your
7800overlay manager (and tell @value{GDBN} which overlays are now mapped, if
7801you are using manual overlay management), @value{GDBN} will re-set its
7802breakpoints properly.
7803@end itemize
7804
7805
7806@node Automatic Overlay Debugging
7807@section Automatic Overlay Debugging
7808@cindex automatic overlay debugging
7809
7810@value{GDBN} can automatically track which overlays are mapped and which
7811are not, given some simple co-operation from the overlay manager in the
7812inferior. If you enable automatic overlay debugging with the
7813@code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN}
7814looks in the inferior's memory for certain variables describing the
7815current state of the overlays.
7816
7817Here are the variables your overlay manager must define to support
7818@value{GDBN}'s automatic overlay debugging:
7819
7820@table @asis
7821
7822@item @code{_ovly_table}:
7823This variable must be an array of the following structures:
7824
474c8240 7825@smallexample
df0cd8c5
JB
7826struct
7827@{
7828 /* The overlay's mapped address. */
7829 unsigned long vma;
7830
7831 /* The size of the overlay, in bytes. */
7832 unsigned long size;
7833
7834 /* The overlay's load address. */
7835 unsigned long lma;
7836
7837 /* Non-zero if the overlay is currently mapped;
7838 zero otherwise. */
7839 unsigned long mapped;
7840@}
474c8240 7841@end smallexample
df0cd8c5
JB
7842
7843@item @code{_novlys}:
7844This variable must be a four-byte signed integer, holding the total
7845number of elements in @code{_ovly_table}.
7846
7847@end table
7848
7849To decide whether a particular overlay is mapped or not, @value{GDBN}
7850looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and
7851@code{lma} members equal the VMA and LMA of the overlay's section in the
7852executable file. When @value{GDBN} finds a matching entry, it consults
7853the entry's @code{mapped} member to determine whether the overlay is
7854currently mapped.
7855
81d46470 7856In addition, your overlay manager may define a function called
def71bfa 7857@code{_ovly_debug_event}. If this function is defined, @value{GDBN}
81d46470
MS
7858will silently set a breakpoint there. If the overlay manager then
7859calls this function whenever it has changed the overlay table, this
7860will enable @value{GDBN} to accurately keep track of which overlays
7861are in program memory, and update any breakpoints that may be set
b383017d 7862in overlays. This will allow breakpoints to work even if the
81d46470
MS
7863overlays are kept in ROM or other non-writable memory while they
7864are not being executed.
df0cd8c5
JB
7865
7866@node Overlay Sample Program
7867@section Overlay Sample Program
7868@cindex overlay example program
7869
7870When linking a program which uses overlays, you must place the overlays
7871at their load addresses, while relocating them to run at their mapped
7872addresses. To do this, you must write a linker script (@pxref{Overlay
7873Description,,, ld.info, Using ld: the GNU linker}). Unfortunately,
7874since linker scripts are specific to a particular host system, target
7875architecture, and target memory layout, this manual cannot provide
7876portable sample code demonstrating @value{GDBN}'s overlay support.
7877
7878However, the @value{GDBN} source distribution does contain an overlaid
7879program, with linker scripts for a few systems, as part of its test
7880suite. The program consists of the following files from
7881@file{gdb/testsuite/gdb.base}:
7882
7883@table @file
7884@item overlays.c
7885The main program file.
7886@item ovlymgr.c
7887A simple overlay manager, used by @file{overlays.c}.
7888@item foo.c
7889@itemx bar.c
7890@itemx baz.c
7891@itemx grbx.c
7892Overlay modules, loaded and used by @file{overlays.c}.
7893@item d10v.ld
7894@itemx m32r.ld
7895Linker scripts for linking the test program on the @code{d10v-elf}
7896and @code{m32r-elf} targets.
7897@end table
7898
7899You can build the test program using the @code{d10v-elf} GCC
7900cross-compiler like this:
7901
474c8240 7902@smallexample
df0cd8c5
JB
7903$ d10v-elf-gcc -g -c overlays.c
7904$ d10v-elf-gcc -g -c ovlymgr.c
7905$ d10v-elf-gcc -g -c foo.c
7906$ d10v-elf-gcc -g -c bar.c
7907$ d10v-elf-gcc -g -c baz.c
7908$ d10v-elf-gcc -g -c grbx.c
7909$ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \
7910 baz.o grbx.o -Wl,-Td10v.ld -o overlays
474c8240 7911@end smallexample
df0cd8c5
JB
7912
7913The build process is identical for any other architecture, except that
7914you must substitute the appropriate compiler and linker script for the
7915target system for @code{d10v-elf-gcc} and @code{d10v.ld}.
7916
7917
6d2ebf8b 7918@node Languages
c906108c
SS
7919@chapter Using @value{GDBN} with Different Languages
7920@cindex languages
7921
c906108c
SS
7922Although programming languages generally have common aspects, they are
7923rarely expressed in the same manner. For instance, in ANSI C,
7924dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
7925Modula-2, it is accomplished by @code{p^}. Values can also be
5d161b24 7926represented (and displayed) differently. Hex numbers in C appear as
c906108c 7927@samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
c906108c
SS
7928
7929@cindex working language
7930Language-specific information is built into @value{GDBN} for some languages,
7931allowing you to express operations like the above in your program's
7932native language, and allowing @value{GDBN} to output values in a manner
7933consistent with the syntax of your program's native language. The
7934language you use to build expressions is called the @dfn{working
7935language}.
7936
7937@menu
7938* Setting:: Switching between source languages
7939* Show:: Displaying the language
c906108c 7940* Checks:: Type and range checks
9c16f35a 7941* Supported languages:: Supported languages
4e562065 7942* Unsupported languages:: Unsupported languages
c906108c
SS
7943@end menu
7944
6d2ebf8b 7945@node Setting
c906108c
SS
7946@section Switching between source languages
7947
7948There are two ways to control the working language---either have @value{GDBN}
7949set it automatically, or select it manually yourself. You can use the
7950@code{set language} command for either purpose. On startup, @value{GDBN}
7951defaults to setting the language automatically. The working language is
7952used to determine how expressions you type are interpreted, how values
7953are printed, etc.
7954
7955In addition to the working language, every source file that
7956@value{GDBN} knows about has its own working language. For some object
7957file formats, the compiler might indicate which language a particular
7958source file is in. However, most of the time @value{GDBN} infers the
7959language from the name of the file. The language of a source file
b37052ae 7960controls whether C@t{++} names are demangled---this way @code{backtrace} can
c906108c 7961show each frame appropriately for its own language. There is no way to
d4f3574e
SS
7962set the language of a source file from within @value{GDBN}, but you can
7963set the language associated with a filename extension. @xref{Show, ,
7964Displaying the language}.
c906108c
SS
7965
7966This is most commonly a problem when you use a program, such
5d161b24 7967as @code{cfront} or @code{f2c}, that generates C but is written in
c906108c
SS
7968another language. In that case, make the
7969program use @code{#line} directives in its C output; that way
7970@value{GDBN} will know the correct language of the source code of the original
7971program, and will display that source code, not the generated C code.
7972
7973@menu
7974* Filenames:: Filename extensions and languages.
7975* Manually:: Setting the working language manually
7976* Automatically:: Having @value{GDBN} infer the source language
7977@end menu
7978
6d2ebf8b 7979@node Filenames
c906108c
SS
7980@subsection List of filename extensions and languages
7981
7982If a source file name ends in one of the following extensions, then
7983@value{GDBN} infers that its language is the one indicated.
7984
7985@table @file
e07c999f
PH
7986@item .ada
7987@itemx .ads
7988@itemx .adb
7989@itemx .a
7990Ada source file.
c906108c
SS
7991
7992@item .c
7993C source file
7994
7995@item .C
7996@itemx .cc
7997@itemx .cp
7998@itemx .cpp
7999@itemx .cxx
8000@itemx .c++
b37052ae 8001C@t{++} source file
c906108c 8002
b37303ee
AF
8003@item .m
8004Objective-C source file
8005
c906108c
SS
8006@item .f
8007@itemx .F
8008Fortran source file
8009
c906108c
SS
8010@item .mod
8011Modula-2 source file
c906108c
SS
8012
8013@item .s
8014@itemx .S
8015Assembler source file. This actually behaves almost like C, but
8016@value{GDBN} does not skip over function prologues when stepping.
8017@end table
8018
8019In addition, you may set the language associated with a filename
8020extension. @xref{Show, , Displaying the language}.
8021
6d2ebf8b 8022@node Manually
c906108c
SS
8023@subsection Setting the working language
8024
8025If you allow @value{GDBN} to set the language automatically,
8026expressions are interpreted the same way in your debugging session and
8027your program.
8028
8029@kindex set language
8030If you wish, you may set the language manually. To do this, issue the
8031command @samp{set language @var{lang}}, where @var{lang} is the name of
5d161b24 8032a language, such as
c906108c 8033@code{c} or @code{modula-2}.
c906108c
SS
8034For a list of the supported languages, type @samp{set language}.
8035
c906108c
SS
8036Setting the language manually prevents @value{GDBN} from updating the working
8037language automatically. This can lead to confusion if you try
8038to debug a program when the working language is not the same as the
8039source language, when an expression is acceptable to both
8040languages---but means different things. For instance, if the current
8041source file were written in C, and @value{GDBN} was parsing Modula-2, a
8042command such as:
8043
474c8240 8044@smallexample
c906108c 8045print a = b + c
474c8240 8046@end smallexample
c906108c
SS
8047
8048@noindent
8049might not have the effect you intended. In C, this means to add
8050@code{b} and @code{c} and place the result in @code{a}. The result
8051printed would be the value of @code{a}. In Modula-2, this means to compare
8052@code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
c906108c 8053
6d2ebf8b 8054@node Automatically
c906108c
SS
8055@subsection Having @value{GDBN} infer the source language
8056
8057To have @value{GDBN} set the working language automatically, use
8058@samp{set language local} or @samp{set language auto}. @value{GDBN}
8059then infers the working language. That is, when your program stops in a
8060frame (usually by encountering a breakpoint), @value{GDBN} sets the
8061working language to the language recorded for the function in that
8062frame. If the language for a frame is unknown (that is, if the function
8063or block corresponding to the frame was defined in a source file that
8064does not have a recognized extension), the current working language is
8065not changed, and @value{GDBN} issues a warning.
8066
8067This may not seem necessary for most programs, which are written
8068entirely in one source language. However, program modules and libraries
8069written in one source language can be used by a main program written in
8070a different source language. Using @samp{set language auto} in this
8071case frees you from having to set the working language manually.
8072
6d2ebf8b 8073@node Show
c906108c 8074@section Displaying the language
c906108c
SS
8075
8076The following commands help you find out which language is the
8077working language, and also what language source files were written in.
8078
c906108c
SS
8079@table @code
8080@item show language
9c16f35a 8081@kindex show language
c906108c
SS
8082Display the current working language. This is the
8083language you can use with commands such as @code{print} to
8084build and compute expressions that may involve variables in your program.
8085
8086@item info frame
4644b6e3 8087@kindex info frame@r{, show the source language}
5d161b24 8088Display the source language for this frame. This language becomes the
c906108c 8089working language if you use an identifier from this frame.
5d161b24 8090@xref{Frame Info, ,Information about a frame}, to identify the other
c906108c
SS
8091information listed here.
8092
8093@item info source
4644b6e3 8094@kindex info source@r{, show the source language}
c906108c 8095Display the source language of this source file.
5d161b24 8096@xref{Symbols, ,Examining the Symbol Table}, to identify the other
c906108c
SS
8097information listed here.
8098@end table
8099
8100In unusual circumstances, you may have source files with extensions
8101not in the standard list. You can then set the extension associated
8102with a language explicitly:
8103
c906108c 8104@table @code
09d4efe1 8105@item set extension-language @var{ext} @var{language}
9c16f35a 8106@kindex set extension-language
09d4efe1
EZ
8107Tell @value{GDBN} that source files with extension @var{ext} are to be
8108assumed as written in the source language @var{language}.
c906108c
SS
8109
8110@item info extensions
9c16f35a 8111@kindex info extensions
c906108c
SS
8112List all the filename extensions and the associated languages.
8113@end table
8114
6d2ebf8b 8115@node Checks
c906108c
SS
8116@section Type and range checking
8117
8118@quotation
8119@emph{Warning:} In this release, the @value{GDBN} commands for type and range
8120checking are included, but they do not yet have any effect. This
8121section documents the intended facilities.
8122@end quotation
8123@c FIXME remove warning when type/range code added
8124
8125Some languages are designed to guard you against making seemingly common
8126errors through a series of compile- and run-time checks. These include
8127checking the type of arguments to functions and operators, and making
8128sure mathematical overflows are caught at run time. Checks such as
8129these help to ensure a program's correctness once it has been compiled
8130by eliminating type mismatches, and providing active checks for range
8131errors when your program is running.
8132
8133@value{GDBN} can check for conditions like the above if you wish.
9c16f35a
EZ
8134Although @value{GDBN} does not check the statements in your program,
8135it can check expressions entered directly into @value{GDBN} for
8136evaluation via the @code{print} command, for example. As with the
8137working language, @value{GDBN} can also decide whether or not to check
8138automatically based on your program's source language.
8139@xref{Supported languages, ,Supported languages}, for the default
8140settings of supported languages.
c906108c
SS
8141
8142@menu
8143* Type Checking:: An overview of type checking
8144* Range Checking:: An overview of range checking
8145@end menu
8146
8147@cindex type checking
8148@cindex checks, type
6d2ebf8b 8149@node Type Checking
c906108c
SS
8150@subsection An overview of type checking
8151
8152Some languages, such as Modula-2, are strongly typed, meaning that the
8153arguments to operators and functions have to be of the correct type,
8154otherwise an error occurs. These checks prevent type mismatch
8155errors from ever causing any run-time problems. For example,
8156
8157@smallexample
81581 + 2 @result{} 3
8159@exdent but
8160@error{} 1 + 2.3
8161@end smallexample
8162
8163The second example fails because the @code{CARDINAL} 1 is not
8164type-compatible with the @code{REAL} 2.3.
8165
5d161b24
DB
8166For the expressions you use in @value{GDBN} commands, you can tell the
8167@value{GDBN} type checker to skip checking;
8168to treat any mismatches as errors and abandon the expression;
8169or to only issue warnings when type mismatches occur,
c906108c
SS
8170but evaluate the expression anyway. When you choose the last of
8171these, @value{GDBN} evaluates expressions like the second example above, but
8172also issues a warning.
8173
5d161b24
DB
8174Even if you turn type checking off, there may be other reasons
8175related to type that prevent @value{GDBN} from evaluating an expression.
8176For instance, @value{GDBN} does not know how to add an @code{int} and
8177a @code{struct foo}. These particular type errors have nothing to do
8178with the language in use, and usually arise from expressions, such as
c906108c
SS
8179the one described above, which make little sense to evaluate anyway.
8180
8181Each language defines to what degree it is strict about type. For
8182instance, both Modula-2 and C require the arguments to arithmetical
8183operators to be numbers. In C, enumerated types and pointers can be
8184represented as numbers, so that they are valid arguments to mathematical
9c16f35a 8185operators. @xref{Supported languages, ,Supported languages}, for further
c906108c
SS
8186details on specific languages.
8187
8188@value{GDBN} provides some additional commands for controlling the type checker:
8189
c906108c
SS
8190@kindex set check type
8191@kindex show check type
8192@table @code
8193@item set check type auto
8194Set type checking on or off based on the current working language.
9c16f35a 8195@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8196each language.
8197
8198@item set check type on
8199@itemx set check type off
8200Set type checking on or off, overriding the default setting for the
8201current working language. Issue a warning if the setting does not
8202match the language default. If any type mismatches occur in
d4f3574e 8203evaluating an expression while type checking is on, @value{GDBN} prints a
c906108c
SS
8204message and aborts evaluation of the expression.
8205
8206@item set check type warn
8207Cause the type checker to issue warnings, but to always attempt to
8208evaluate the expression. Evaluating the expression may still
8209be impossible for other reasons. For example, @value{GDBN} cannot add
8210numbers and structures.
8211
8212@item show type
5d161b24 8213Show the current setting of the type checker, and whether or not @value{GDBN}
c906108c
SS
8214is setting it automatically.
8215@end table
8216
8217@cindex range checking
8218@cindex checks, range
6d2ebf8b 8219@node Range Checking
c906108c
SS
8220@subsection An overview of range checking
8221
8222In some languages (such as Modula-2), it is an error to exceed the
8223bounds of a type; this is enforced with run-time checks. Such range
8224checking is meant to ensure program correctness by making sure
8225computations do not overflow, or indices on an array element access do
8226not exceed the bounds of the array.
8227
8228For expressions you use in @value{GDBN} commands, you can tell
8229@value{GDBN} to treat range errors in one of three ways: ignore them,
8230always treat them as errors and abandon the expression, or issue
8231warnings but evaluate the expression anyway.
8232
8233A range error can result from numerical overflow, from exceeding an
8234array index bound, or when you type a constant that is not a member
8235of any type. Some languages, however, do not treat overflows as an
8236error. In many implementations of C, mathematical overflow causes the
8237result to ``wrap around'' to lower values---for example, if @var{m} is
8238the largest integer value, and @var{s} is the smallest, then
8239
474c8240 8240@smallexample
c906108c 8241@var{m} + 1 @result{} @var{s}
474c8240 8242@end smallexample
c906108c
SS
8243
8244This, too, is specific to individual languages, and in some cases
9c16f35a 8245specific to individual compilers or machines. @xref{Supported languages, ,
c906108c
SS
8246Supported languages}, for further details on specific languages.
8247
8248@value{GDBN} provides some additional commands for controlling the range checker:
8249
c906108c
SS
8250@kindex set check range
8251@kindex show check range
8252@table @code
8253@item set check range auto
8254Set range checking on or off based on the current working language.
9c16f35a 8255@xref{Supported languages, ,Supported languages}, for the default settings for
c906108c
SS
8256each language.
8257
8258@item set check range on
8259@itemx set check range off
8260Set range checking on or off, overriding the default setting for the
8261current working language. A warning is issued if the setting does not
c3f6f71d
JM
8262match the language default. If a range error occurs and range checking is on,
8263then a message is printed and evaluation of the expression is aborted.
c906108c
SS
8264
8265@item set check range warn
8266Output messages when the @value{GDBN} range checker detects a range error,
8267but attempt to evaluate the expression anyway. Evaluating the
8268expression may still be impossible for other reasons, such as accessing
8269memory that the process does not own (a typical example from many Unix
8270systems).
8271
8272@item show range
8273Show the current setting of the range checker, and whether or not it is
8274being set automatically by @value{GDBN}.
8275@end table
c906108c 8276
9c16f35a 8277@node Supported languages
c906108c 8278@section Supported languages
c906108c 8279
9c16f35a
EZ
8280@value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, Pascal,
8281assembly, Modula-2, and Ada.
cce74817 8282@c This is false ...
c906108c
SS
8283Some @value{GDBN} features may be used in expressions regardless of the
8284language you use: the @value{GDBN} @code{@@} and @code{::} operators,
8285and the @samp{@{type@}addr} construct (@pxref{Expressions,
8286,Expressions}) can be used with the constructs of any supported
8287language.
8288
8289The following sections detail to what degree each source language is
8290supported by @value{GDBN}. These sections are not meant to be language
8291tutorials or references, but serve only as a reference guide to what the
8292@value{GDBN} expression parser accepts, and what input and output
8293formats should look like for different languages. There are many good
8294books written on each of these languages; please look to these for a
8295language reference or tutorial.
8296
c906108c 8297@menu
b37303ee 8298* C:: C and C@t{++}
b383017d 8299* Objective-C:: Objective-C
09d4efe1 8300* Fortran:: Fortran
9c16f35a 8301* Pascal:: Pascal
b37303ee 8302* Modula-2:: Modula-2
e07c999f 8303* Ada:: Ada
c906108c
SS
8304@end menu
8305
6d2ebf8b 8306@node C
b37052ae 8307@subsection C and C@t{++}
7a292a7a 8308
b37052ae
EZ
8309@cindex C and C@t{++}
8310@cindex expressions in C or C@t{++}
c906108c 8311
b37052ae 8312Since C and C@t{++} are so closely related, many features of @value{GDBN} apply
c906108c
SS
8313to both languages. Whenever this is the case, we discuss those languages
8314together.
8315
41afff9a
EZ
8316@cindex C@t{++}
8317@cindex @code{g++}, @sc{gnu} C@t{++} compiler
b37052ae
EZ
8318@cindex @sc{gnu} C@t{++}
8319The C@t{++} debugging facilities are jointly implemented by the C@t{++}
8320compiler and @value{GDBN}. Therefore, to debug your C@t{++} code
8321effectively, you must compile your C@t{++} programs with a supported
8322C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++}
c906108c
SS
8323compiler (@code{aCC}).
8324
0179ffac
DC
8325For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging
8326format; if it doesn't work on your system, try the stabs+ debugging
8327format. You can select those formats explicitly with the @code{g++}
8328command-line options @option{-gdwarf-2} and @option{-gstabs+}.
8329@xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
8330CC, gcc.info, Using @sc{gnu} CC}.
c906108c 8331
c906108c 8332@menu
b37052ae
EZ
8333* C Operators:: C and C@t{++} operators
8334* C Constants:: C and C@t{++} constants
8335* C plus plus expressions:: C@t{++} expressions
8336* C Defaults:: Default settings for C and C@t{++}
8337* C Checks:: C and C@t{++} type and range checks
c906108c 8338* Debugging C:: @value{GDBN} and C
b37052ae 8339* Debugging C plus plus:: @value{GDBN} features for C@t{++}
c906108c 8340@end menu
c906108c 8341
6d2ebf8b 8342@node C Operators
b37052ae 8343@subsubsection C and C@t{++} operators
7a292a7a 8344
b37052ae 8345@cindex C and C@t{++} operators
c906108c
SS
8346
8347Operators must be defined on values of specific types. For instance,
8348@code{+} is defined on numbers, but not on structures. Operators are
5d161b24 8349often defined on groups of types.
c906108c 8350
b37052ae 8351For the purposes of C and C@t{++}, the following definitions hold:
c906108c
SS
8352
8353@itemize @bullet
53a5351d 8354
c906108c 8355@item
c906108c 8356@emph{Integral types} include @code{int} with any of its storage-class
b37052ae 8357specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}.
c906108c
SS
8358
8359@item
d4f3574e
SS
8360@emph{Floating-point types} include @code{float}, @code{double}, and
8361@code{long double} (if supported by the target platform).
c906108c
SS
8362
8363@item
53a5351d 8364@emph{Pointer types} include all types defined as @code{(@var{type} *)}.
c906108c
SS
8365
8366@item
8367@emph{Scalar types} include all of the above.
53a5351d 8368
c906108c
SS
8369@end itemize
8370
8371@noindent
8372The following operators are supported. They are listed here
8373in order of increasing precedence:
8374
8375@table @code
8376@item ,
8377The comma or sequencing operator. Expressions in a comma-separated list
8378are evaluated from left to right, with the result of the entire
8379expression being the last expression evaluated.
8380
8381@item =
8382Assignment. The value of an assignment expression is the value
8383assigned. Defined on scalar types.
8384
8385@item @var{op}=
8386Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
8387and translated to @w{@code{@var{a} = @var{a op b}}}.
d4f3574e 8388@w{@code{@var{op}=}} and @code{=} have the same precedence.
c906108c
SS
8389@var{op} is any one of the operators @code{|}, @code{^}, @code{&},
8390@code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
8391
8392@item ?:
8393The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
8394of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
8395integral type.
8396
8397@item ||
8398Logical @sc{or}. Defined on integral types.
8399
8400@item &&
8401Logical @sc{and}. Defined on integral types.
8402
8403@item |
8404Bitwise @sc{or}. Defined on integral types.
8405
8406@item ^
8407Bitwise exclusive-@sc{or}. Defined on integral types.
8408
8409@item &
8410Bitwise @sc{and}. Defined on integral types.
8411
8412@item ==@r{, }!=
8413Equality and inequality. Defined on scalar types. The value of these
8414expressions is 0 for false and non-zero for true.
8415
8416@item <@r{, }>@r{, }<=@r{, }>=
8417Less than, greater than, less than or equal, greater than or equal.
8418Defined on scalar types. The value of these expressions is 0 for false
8419and non-zero for true.
8420
8421@item <<@r{, }>>
8422left shift, and right shift. Defined on integral types.
8423
8424@item @@
8425The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
8426
8427@item +@r{, }-
8428Addition and subtraction. Defined on integral types, floating-point types and
8429pointer types.
8430
8431@item *@r{, }/@r{, }%
8432Multiplication, division, and modulus. Multiplication and division are
8433defined on integral and floating-point types. Modulus is defined on
8434integral types.
8435
8436@item ++@r{, }--
8437Increment and decrement. When appearing before a variable, the
8438operation is performed before the variable is used in an expression;
8439when appearing after it, the variable's value is used before the
8440operation takes place.
8441
8442@item *
8443Pointer dereferencing. Defined on pointer types. Same precedence as
8444@code{++}.
8445
8446@item &
8447Address operator. Defined on variables. Same precedence as @code{++}.
8448
b37052ae
EZ
8449For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is
8450allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})}
c906108c 8451(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
b37052ae 8452where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is
c906108c 8453stored.
c906108c
SS
8454
8455@item -
8456Negative. Defined on integral and floating-point types. Same
8457precedence as @code{++}.
8458
8459@item !
8460Logical negation. Defined on integral types. Same precedence as
8461@code{++}.
8462
8463@item ~
8464Bitwise complement operator. Defined on integral types. Same precedence as
8465@code{++}.
8466
8467
8468@item .@r{, }->
8469Structure member, and pointer-to-structure member. For convenience,
8470@value{GDBN} regards the two as equivalent, choosing whether to dereference a
8471pointer based on the stored type information.
8472Defined on @code{struct} and @code{union} data.
8473
c906108c
SS
8474@item .*@r{, }->*
8475Dereferences of pointers to members.
c906108c
SS
8476
8477@item []
8478Array indexing. @code{@var{a}[@var{i}]} is defined as
8479@code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
8480
8481@item ()
8482Function parameter list. Same precedence as @code{->}.
8483
c906108c 8484@item ::
b37052ae 8485C@t{++} scope resolution operator. Defined on @code{struct}, @code{union},
7a292a7a 8486and @code{class} types.
c906108c
SS
8487
8488@item ::
7a292a7a
SS
8489Doubled colons also represent the @value{GDBN} scope operator
8490(@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
8491above.
c906108c
SS
8492@end table
8493
c906108c
SS
8494If an operator is redefined in the user code, @value{GDBN} usually
8495attempts to invoke the redefined version instead of using the operator's
8496predefined meaning.
c906108c 8497
c906108c 8498@menu
5d161b24 8499* C Constants::
c906108c
SS
8500@end menu
8501
6d2ebf8b 8502@node C Constants
b37052ae 8503@subsubsection C and C@t{++} constants
c906108c 8504
b37052ae 8505@cindex C and C@t{++} constants
c906108c 8506
b37052ae 8507@value{GDBN} allows you to express the constants of C and C@t{++} in the
c906108c 8508following ways:
c906108c
SS
8509
8510@itemize @bullet
8511@item
8512Integer constants are a sequence of digits. Octal constants are
6ca652b0
EZ
8513specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants
8514by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
c906108c
SS
8515@samp{l}, specifying that the constant should be treated as a
8516@code{long} value.
8517
8518@item
8519Floating point constants are a sequence of digits, followed by a decimal
8520point, followed by a sequence of digits, and optionally followed by an
8521exponent. An exponent is of the form:
8522@samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
8523sequence of digits. The @samp{+} is optional for positive exponents.
d4f3574e
SS
8524A floating-point constant may also end with a letter @samp{f} or
8525@samp{F}, specifying that the constant should be treated as being of
8526the @code{float} (as opposed to the default @code{double}) type; or with
8527a letter @samp{l} or @samp{L}, which specifies a @code{long double}
8528constant.
c906108c
SS
8529
8530@item
8531Enumerated constants consist of enumerated identifiers, or their
8532integral equivalents.
8533
8534@item
8535Character constants are a single character surrounded by single quotes
8536(@code{'}), or a number---the ordinal value of the corresponding character
d4f3574e 8537(usually its @sc{ascii} value). Within quotes, the single character may
c906108c
SS
8538be represented by a letter or by @dfn{escape sequences}, which are of
8539the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
8540of the character's ordinal value; or of the form @samp{\@var{x}}, where
8541@samp{@var{x}} is a predefined special character---for example,
8542@samp{\n} for newline.
8543
8544@item
96a2c332
SS
8545String constants are a sequence of character constants surrounded by
8546double quotes (@code{"}). Any valid character constant (as described
8547above) may appear. Double quotes within the string must be preceded by
8548a backslash, so for instance @samp{"a\"b'c"} is a string of five
8549characters.
c906108c
SS
8550
8551@item
8552Pointer constants are an integral value. You can also write pointers
8553to constants using the C operator @samp{&}.
8554
8555@item
8556Array constants are comma-separated lists surrounded by braces @samp{@{}
8557and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
8558integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
8559and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
8560@end itemize
8561
c906108c 8562@menu
5d161b24
DB
8563* C plus plus expressions::
8564* C Defaults::
8565* C Checks::
c906108c 8566
5d161b24 8567* Debugging C::
c906108c
SS
8568@end menu
8569
6d2ebf8b 8570@node C plus plus expressions
b37052ae
EZ
8571@subsubsection C@t{++} expressions
8572
8573@cindex expressions in C@t{++}
8574@value{GDBN} expression handling can interpret most C@t{++} expressions.
8575
0179ffac
DC
8576@cindex debugging C@t{++} programs
8577@cindex C@t{++} compilers
8578@cindex debug formats and C@t{++}
8579@cindex @value{NGCC} and C@t{++}
c906108c 8580@quotation
b37052ae 8581@emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the
0179ffac
DC
8582proper compiler and the proper debug format. Currently, @value{GDBN}
8583works best when debugging C@t{++} code that is compiled with
8584@value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options
8585@option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over
8586stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or
8587stabs+ as their default debug format, so you usually don't need to
8588specify a debug format explicitly. Other compilers and/or debug formats
8589are likely to work badly or not at all when using @value{GDBN} to debug
8590C@t{++} code.
c906108c 8591@end quotation
c906108c
SS
8592
8593@enumerate
8594
8595@cindex member functions
8596@item
8597Member function calls are allowed; you can use expressions like
8598
474c8240 8599@smallexample
c906108c 8600count = aml->GetOriginal(x, y)
474c8240 8601@end smallexample
c906108c 8602
41afff9a 8603@vindex this@r{, inside C@t{++} member functions}
b37052ae 8604@cindex namespace in C@t{++}
c906108c
SS
8605@item
8606While a member function is active (in the selected stack frame), your
8607expressions have the same namespace available as the member function;
8608that is, @value{GDBN} allows implicit references to the class instance
b37052ae 8609pointer @code{this} following the same rules as C@t{++}.
c906108c 8610
c906108c 8611@cindex call overloaded functions
d4f3574e 8612@cindex overloaded functions, calling
b37052ae 8613@cindex type conversions in C@t{++}
c906108c
SS
8614@item
8615You can call overloaded functions; @value{GDBN} resolves the function
d4f3574e 8616call to the right definition, with some restrictions. @value{GDBN} does not
c906108c
SS
8617perform overload resolution involving user-defined type conversions,
8618calls to constructors, or instantiations of templates that do not exist
8619in the program. It also cannot handle ellipsis argument lists or
8620default arguments.
8621
8622It does perform integral conversions and promotions, floating-point
8623promotions, arithmetic conversions, pointer conversions, conversions of
8624class objects to base classes, and standard conversions such as those of
8625functions or arrays to pointers; it requires an exact match on the
8626number of function arguments.
8627
8628Overload resolution is always performed, unless you have specified
8629@code{set overload-resolution off}. @xref{Debugging C plus plus,
b37052ae 8630,@value{GDBN} features for C@t{++}}.
c906108c 8631
d4f3574e 8632You must specify @code{set overload-resolution off} in order to use an
c906108c
SS
8633explicit function signature to call an overloaded function, as in
8634@smallexample
8635p 'foo(char,int)'('x', 13)
8636@end smallexample
d4f3574e 8637
c906108c 8638The @value{GDBN} command-completion facility can simplify this;
d4f3574e 8639see @ref{Completion, ,Command completion}.
c906108c 8640
c906108c
SS
8641@cindex reference declarations
8642@item
b37052ae
EZ
8643@value{GDBN} understands variables declared as C@t{++} references; you can use
8644them in expressions just as you do in C@t{++} source---they are automatically
c906108c
SS
8645dereferenced.
8646
8647In the parameter list shown when @value{GDBN} displays a frame, the values of
8648reference variables are not displayed (unlike other variables); this
8649avoids clutter, since references are often used for large structures.
8650The @emph{address} of a reference variable is always shown, unless
8651you have specified @samp{set print address off}.
8652
8653@item
b37052ae 8654@value{GDBN} supports the C@t{++} name resolution operator @code{::}---your
c906108c
SS
8655expressions can use it just as expressions in your program do. Since
8656one scope may be defined in another, you can use @code{::} repeatedly if
8657necessary, for example in an expression like
8658@samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
b37052ae 8659resolving name scope by reference to source files, in both C and C@t{++}
c906108c
SS
8660debugging (@pxref{Variables, ,Program variables}).
8661@end enumerate
8662
b37052ae 8663In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports
53a5351d
JM
8664calling virtual functions correctly, printing out virtual bases of
8665objects, calling functions in a base subobject, casting objects, and
8666invoking user-defined operators.
c906108c 8667
6d2ebf8b 8668@node C Defaults
b37052ae 8669@subsubsection C and C@t{++} defaults
7a292a7a 8670
b37052ae 8671@cindex C and C@t{++} defaults
c906108c 8672
c906108c
SS
8673If you allow @value{GDBN} to set type and range checking automatically, they
8674both default to @code{off} whenever the working language changes to
b37052ae 8675C or C@t{++}. This happens regardless of whether you or @value{GDBN}
c906108c 8676selects the working language.
c906108c
SS
8677
8678If you allow @value{GDBN} to set the language automatically, it
8679recognizes source files whose names end with @file{.c}, @file{.C}, or
8680@file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
b37052ae 8681these files, it sets the working language to C or C@t{++}.
c906108c
SS
8682@xref{Automatically, ,Having @value{GDBN} infer the source language},
8683for further details.
8684
c906108c
SS
8685@c Type checking is (a) primarily motivated by Modula-2, and (b)
8686@c unimplemented. If (b) changes, it might make sense to let this node
8687@c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
7a292a7a 8688
6d2ebf8b 8689@node C Checks
b37052ae 8690@subsubsection C and C@t{++} type and range checks
7a292a7a 8691
b37052ae 8692@cindex C and C@t{++} checks
c906108c 8693
b37052ae 8694By default, when @value{GDBN} parses C or C@t{++} expressions, type checking
c906108c
SS
8695is not used. However, if you turn type checking on, @value{GDBN}
8696considers two variables type equivalent if:
8697
8698@itemize @bullet
8699@item
8700The two variables are structured and have the same structure, union, or
8701enumerated tag.
8702
8703@item
8704The two variables have the same type name, or types that have been
8705declared equivalent through @code{typedef}.
8706
8707@ignore
8708@c leaving this out because neither J Gilmore nor R Pesch understand it.
8709@c FIXME--beers?
8710@item
8711The two @code{struct}, @code{union}, or @code{enum} variables are
8712declared in the same declaration. (Note: this may not be true for all C
8713compilers.)
8714@end ignore
8715@end itemize
8716
8717Range checking, if turned on, is done on mathematical operations. Array
8718indices are not checked, since they are often used to index a pointer
8719that is not itself an array.
c906108c 8720
6d2ebf8b 8721@node Debugging C
c906108c 8722@subsubsection @value{GDBN} and C
c906108c
SS
8723
8724The @code{set print union} and @code{show print union} commands apply to
8725the @code{union} type. When set to @samp{on}, any @code{union} that is
7a292a7a
SS
8726inside a @code{struct} or @code{class} is also printed. Otherwise, it
8727appears as @samp{@{...@}}.
c906108c
SS
8728
8729The @code{@@} operator aids in the debugging of dynamic arrays, formed
8730with pointers and a memory allocation function. @xref{Expressions,
8731,Expressions}.
8732
c906108c 8733@menu
5d161b24 8734* Debugging C plus plus::
c906108c
SS
8735@end menu
8736
6d2ebf8b 8737@node Debugging C plus plus
b37052ae 8738@subsubsection @value{GDBN} features for C@t{++}
c906108c 8739
b37052ae 8740@cindex commands for C@t{++}
7a292a7a 8741
b37052ae
EZ
8742Some @value{GDBN} commands are particularly useful with C@t{++}, and some are
8743designed specifically for use with C@t{++}. Here is a summary:
c906108c
SS
8744
8745@table @code
8746@cindex break in overloaded functions
8747@item @r{breakpoint menus}
8748When you want a breakpoint in a function whose name is overloaded,
8749@value{GDBN} breakpoint menus help you specify which function definition
8750you want. @xref{Breakpoint Menus,,Breakpoint menus}.
8751
b37052ae 8752@cindex overloading in C@t{++}
c906108c
SS
8753@item rbreak @var{regex}
8754Setting breakpoints using regular expressions is helpful for setting
8755breakpoints on overloaded functions that are not members of any special
8756classes.
8757@xref{Set Breaks, ,Setting breakpoints}.
8758
b37052ae 8759@cindex C@t{++} exception handling
c906108c
SS
8760@item catch throw
8761@itemx catch catch
b37052ae 8762Debug C@t{++} exception handling using these commands. @xref{Set
c906108c
SS
8763Catchpoints, , Setting catchpoints}.
8764
8765@cindex inheritance
8766@item ptype @var{typename}
8767Print inheritance relationships as well as other information for type
8768@var{typename}.
8769@xref{Symbols, ,Examining the Symbol Table}.
8770
b37052ae 8771@cindex C@t{++} symbol display
c906108c
SS
8772@item set print demangle
8773@itemx show print demangle
8774@itemx set print asm-demangle
8775@itemx show print asm-demangle
b37052ae
EZ
8776Control whether C@t{++} symbols display in their source form, both when
8777displaying code as C@t{++} source and when displaying disassemblies.
c906108c
SS
8778@xref{Print Settings, ,Print settings}.
8779
8780@item set print object
8781@itemx show print object
8782Choose whether to print derived (actual) or declared types of objects.
8783@xref{Print Settings, ,Print settings}.
8784
8785@item set print vtbl
8786@itemx show print vtbl
8787Control the format for printing virtual function tables.
8788@xref{Print Settings, ,Print settings}.
c906108c 8789(The @code{vtbl} commands do not work on programs compiled with the HP
b37052ae 8790ANSI C@t{++} compiler (@code{aCC}).)
c906108c
SS
8791
8792@kindex set overload-resolution
d4f3574e 8793@cindex overloaded functions, overload resolution
c906108c 8794@item set overload-resolution on
b37052ae 8795Enable overload resolution for C@t{++} expression evaluation. The default
c906108c
SS
8796is on. For overloaded functions, @value{GDBN} evaluates the arguments
8797and searches for a function whose signature matches the argument types,
b37052ae 8798using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++}
d4f3574e 8799expressions}, for details). If it cannot find a match, it emits a
c906108c
SS
8800message.
8801
8802@item set overload-resolution off
b37052ae 8803Disable overload resolution for C@t{++} expression evaluation. For
c906108c
SS
8804overloaded functions that are not class member functions, @value{GDBN}
8805chooses the first function of the specified name that it finds in the
8806symbol table, whether or not its arguments are of the correct type. For
8807overloaded functions that are class member functions, @value{GDBN}
8808searches for a function whose signature @emph{exactly} matches the
8809argument types.
c906108c 8810
9c16f35a
EZ
8811@kindex show overload-resolution
8812@item show overload-resolution
8813Show the current setting of overload resolution.
8814
c906108c
SS
8815@item @r{Overloaded symbol names}
8816You can specify a particular definition of an overloaded symbol, using
b37052ae 8817the same notation that is used to declare such symbols in C@t{++}: type
c906108c
SS
8818@code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
8819also use the @value{GDBN} command-line word completion facilities to list the
8820available choices, or to finish the type list for you.
8821@xref{Completion,, Command completion}, for details on how to do this.
8822@end table
c906108c 8823
b37303ee
AF
8824@node Objective-C
8825@subsection Objective-C
8826
8827@cindex Objective-C
8828This section provides information about some commands and command
721c2651
EZ
8829options that are useful for debugging Objective-C code. See also
8830@ref{Symbols, info classes}, and @ref{Symbols, info selectors}, for a
8831few more commands specific to Objective-C support.
b37303ee
AF
8832
8833@menu
b383017d
RM
8834* Method Names in Commands::
8835* The Print Command with Objective-C::
b37303ee
AF
8836@end menu
8837
8838@node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C
8839@subsubsection Method Names in Commands
8840
8841The following commands have been extended to accept Objective-C method
8842names as line specifications:
8843
8844@kindex clear@r{, and Objective-C}
8845@kindex break@r{, and Objective-C}
8846@kindex info line@r{, and Objective-C}
8847@kindex jump@r{, and Objective-C}
8848@kindex list@r{, and Objective-C}
8849@itemize
8850@item @code{clear}
8851@item @code{break}
8852@item @code{info line}
8853@item @code{jump}
8854@item @code{list}
8855@end itemize
8856
8857A fully qualified Objective-C method name is specified as
8858
8859@smallexample
8860-[@var{Class} @var{methodName}]
8861@end smallexample
8862
c552b3bb
JM
8863where the minus sign is used to indicate an instance method and a
8864plus sign (not shown) is used to indicate a class method. The class
8865name @var{Class} and method name @var{methodName} are enclosed in
8866brackets, similar to the way messages are specified in Objective-C
8867source code. For example, to set a breakpoint at the @code{create}
8868instance method of class @code{Fruit} in the program currently being
8869debugged, enter:
b37303ee
AF
8870
8871@smallexample
8872break -[Fruit create]
8873@end smallexample
8874
8875To list ten program lines around the @code{initialize} class method,
8876enter:
8877
8878@smallexample
8879list +[NSText initialize]
8880@end smallexample
8881
c552b3bb
JM
8882In the current version of @value{GDBN}, the plus or minus sign is
8883required. In future versions of @value{GDBN}, the plus or minus
8884sign will be optional, but you can use it to narrow the search. It
8885is also possible to specify just a method name:
b37303ee
AF
8886
8887@smallexample
8888break create
8889@end smallexample
8890
8891You must specify the complete method name, including any colons. If
8892your program's source files contain more than one @code{create} method,
8893you'll be presented with a numbered list of classes that implement that
8894method. Indicate your choice by number, or type @samp{0} to exit if
8895none apply.
8896
8897As another example, to clear a breakpoint established at the
8898@code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter:
8899
8900@smallexample
8901clear -[NSWindow makeKeyAndOrderFront:]
8902@end smallexample
8903
8904@node The Print Command with Objective-C
8905@subsubsection The Print Command With Objective-C
721c2651 8906@cindex Objective-C, print objects
c552b3bb
JM
8907@kindex print-object
8908@kindex po @r{(@code{print-object})}
b37303ee 8909
c552b3bb 8910The print command has also been extended to accept methods. For example:
b37303ee
AF
8911
8912@smallexample
c552b3bb 8913print -[@var{object} hash]
b37303ee
AF
8914@end smallexample
8915
8916@cindex print an Objective-C object description
c552b3bb
JM
8917@cindex @code{_NSPrintForDebugger}, and printing Objective-C objects
8918@noindent
8919will tell @value{GDBN} to send the @code{hash} message to @var{object}
8920and print the result. Also, an additional command has been added,
8921@code{print-object} or @code{po} for short, which is meant to print
8922the description of an object. However, this command may only work
8923with certain Objective-C libraries that have a particular hook
8924function, @code{_NSPrintForDebugger}, defined.
b37303ee 8925
09d4efe1
EZ
8926@node Fortran
8927@subsection Fortran
8928@cindex Fortran-specific support in @value{GDBN}
8929
8930@table @code
8931@cindex @code{COMMON} blocks, Fortran
8932@kindex info common
8933@item info common @r{[}@var{common-name}@r{]}
8934This command prints the values contained in the Fortran @code{COMMON}
8935block whose name is @var{common-name}. With no argument, the names of
8936all @code{COMMON} blocks visible at current program location are
8937printed.
8938@end table
8939
a8f24a35
EZ
8940Fortran symbols are usually case-insensitive, so @value{GDBN} by
8941default uses case-insensitive matches for Fortran symbols. You can
8942change that with the @samp{set case-insensitive} command, see
8943@ref{Symbols}, for the details.
8944
9c16f35a
EZ
8945@node Pascal
8946@subsection Pascal
8947
8948@cindex Pascal support in @value{GDBN}, limitations
8949Debugging Pascal programs which use sets, subranges, file variables, or
8950nested functions does not currently work. @value{GDBN} does not support
8951entering expressions, printing values, or similar features using Pascal
8952syntax.
8953
8954The Pascal-specific command @code{set print pascal_static-members}
8955controls whether static members of Pascal objects are displayed.
8956@xref{Print Settings, pascal_static-members}.
8957
09d4efe1 8958@node Modula-2
c906108c 8959@subsection Modula-2
7a292a7a 8960
d4f3574e 8961@cindex Modula-2, @value{GDBN} support
c906108c
SS
8962
8963The extensions made to @value{GDBN} to support Modula-2 only support
8964output from the @sc{gnu} Modula-2 compiler (which is currently being
8965developed). Other Modula-2 compilers are not currently supported, and
8966attempting to debug executables produced by them is most likely
8967to give an error as @value{GDBN} reads in the executable's symbol
8968table.
8969
8970@cindex expressions in Modula-2
8971@menu
8972* M2 Operators:: Built-in operators
8973* Built-In Func/Proc:: Built-in functions and procedures
8974* M2 Constants:: Modula-2 constants
8975* M2 Defaults:: Default settings for Modula-2
8976* Deviations:: Deviations from standard Modula-2
8977* M2 Checks:: Modula-2 type and range checks
8978* M2 Scope:: The scope operators @code{::} and @code{.}
8979* GDB/M2:: @value{GDBN} and Modula-2
8980@end menu
8981
6d2ebf8b 8982@node M2 Operators
c906108c
SS
8983@subsubsection Operators
8984@cindex Modula-2 operators
8985
8986Operators must be defined on values of specific types. For instance,
8987@code{+} is defined on numbers, but not on structures. Operators are
8988often defined on groups of types. For the purposes of Modula-2, the
8989following definitions hold:
8990
8991@itemize @bullet
8992
8993@item
8994@emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
8995their subranges.
8996
8997@item
8998@emph{Character types} consist of @code{CHAR} and its subranges.
8999
9000@item
9001@emph{Floating-point types} consist of @code{REAL}.
9002
9003@item
9004@emph{Pointer types} consist of anything declared as @code{POINTER TO
9005@var{type}}.
9006
9007@item
9008@emph{Scalar types} consist of all of the above.
9009
9010@item
9011@emph{Set types} consist of @code{SET} and @code{BITSET} types.
9012
9013@item
9014@emph{Boolean types} consist of @code{BOOLEAN}.
9015@end itemize
9016
9017@noindent
9018The following operators are supported, and appear in order of
9019increasing precedence:
9020
9021@table @code
9022@item ,
9023Function argument or array index separator.
9024
9025@item :=
9026Assignment. The value of @var{var} @code{:=} @var{value} is
9027@var{value}.
9028
9029@item <@r{, }>
9030Less than, greater than on integral, floating-point, or enumerated
9031types.
9032
9033@item <=@r{, }>=
96a2c332 9034Less than or equal to, greater than or equal to
c906108c
SS
9035on integral, floating-point and enumerated types, or set inclusion on
9036set types. Same precedence as @code{<}.
9037
9038@item =@r{, }<>@r{, }#
9039Equality and two ways of expressing inequality, valid on scalar types.
9040Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
9041available for inequality, since @code{#} conflicts with the script
9042comment character.
9043
9044@item IN
9045Set membership. Defined on set types and the types of their members.
9046Same precedence as @code{<}.
9047
9048@item OR
9049Boolean disjunction. Defined on boolean types.
9050
9051@item AND@r{, }&
d4f3574e 9052Boolean conjunction. Defined on boolean types.
c906108c
SS
9053
9054@item @@
9055The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
9056
9057@item +@r{, }-
9058Addition and subtraction on integral and floating-point types, or union
9059and difference on set types.
9060
9061@item *
9062Multiplication on integral and floating-point types, or set intersection
9063on set types.
9064
9065@item /
9066Division on floating-point types, or symmetric set difference on set
9067types. Same precedence as @code{*}.
9068
9069@item DIV@r{, }MOD
9070Integer division and remainder. Defined on integral types. Same
9071precedence as @code{*}.
9072
9073@item -
9074Negative. Defined on @code{INTEGER} and @code{REAL} data.
9075
9076@item ^
9077Pointer dereferencing. Defined on pointer types.
9078
9079@item NOT
9080Boolean negation. Defined on boolean types. Same precedence as
9081@code{^}.
9082
9083@item .
9084@code{RECORD} field selector. Defined on @code{RECORD} data. Same
9085precedence as @code{^}.
9086
9087@item []
9088Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
9089
9090@item ()
9091Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
9092as @code{^}.
9093
9094@item ::@r{, }.
9095@value{GDBN} and Modula-2 scope operators.
9096@end table
9097
9098@quotation
9099@emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
9100treats the use of the operator @code{IN}, or the use of operators
9101@code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
9102@code{<=}, and @code{>=} on sets as an error.
9103@end quotation
9104
cb51c4e0 9105
6d2ebf8b 9106@node Built-In Func/Proc
c906108c 9107@subsubsection Built-in functions and procedures
cb51c4e0 9108@cindex Modula-2 built-ins
c906108c
SS
9109
9110Modula-2 also makes available several built-in procedures and functions.
9111In describing these, the following metavariables are used:
9112
9113@table @var
9114
9115@item a
9116represents an @code{ARRAY} variable.
9117
9118@item c
9119represents a @code{CHAR} constant or variable.
9120
9121@item i
9122represents a variable or constant of integral type.
9123
9124@item m
9125represents an identifier that belongs to a set. Generally used in the
9126same function with the metavariable @var{s}. The type of @var{s} should
9127be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
9128
9129@item n
9130represents a variable or constant of integral or floating-point type.
9131
9132@item r
9133represents a variable or constant of floating-point type.
9134
9135@item t
9136represents a type.
9137
9138@item v
9139represents a variable.
9140
9141@item x
9142represents a variable or constant of one of many types. See the
9143explanation of the function for details.
9144@end table
9145
9146All Modula-2 built-in procedures also return a result, described below.
9147
9148@table @code
9149@item ABS(@var{n})
9150Returns the absolute value of @var{n}.
9151
9152@item CAP(@var{c})
9153If @var{c} is a lower case letter, it returns its upper case
c3f6f71d 9154equivalent, otherwise it returns its argument.
c906108c
SS
9155
9156@item CHR(@var{i})
9157Returns the character whose ordinal value is @var{i}.
9158
9159@item DEC(@var{v})
c3f6f71d 9160Decrements the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9161
9162@item DEC(@var{v},@var{i})
9163Decrements the value in the variable @var{v} by @var{i}. Returns the
9164new value.
9165
9166@item EXCL(@var{m},@var{s})
9167Removes the element @var{m} from the set @var{s}. Returns the new
9168set.
9169
9170@item FLOAT(@var{i})
9171Returns the floating point equivalent of the integer @var{i}.
9172
9173@item HIGH(@var{a})
9174Returns the index of the last member of @var{a}.
9175
9176@item INC(@var{v})
c3f6f71d 9177Increments the value in the variable @var{v} by one. Returns the new value.
c906108c
SS
9178
9179@item INC(@var{v},@var{i})
9180Increments the value in the variable @var{v} by @var{i}. Returns the
9181new value.
9182
9183@item INCL(@var{m},@var{s})
9184Adds the element @var{m} to the set @var{s} if it is not already
9185there. Returns the new set.
9186
9187@item MAX(@var{t})
9188Returns the maximum value of the type @var{t}.
9189
9190@item MIN(@var{t})
9191Returns the minimum value of the type @var{t}.
9192
9193@item ODD(@var{i})
9194Returns boolean TRUE if @var{i} is an odd number.
9195
9196@item ORD(@var{x})
9197Returns the ordinal value of its argument. For example, the ordinal
c3f6f71d
JM
9198value of a character is its @sc{ascii} value (on machines supporting the
9199@sc{ascii} character set). @var{x} must be of an ordered type, which include
c906108c
SS
9200integral, character and enumerated types.
9201
9202@item SIZE(@var{x})
9203Returns the size of its argument. @var{x} can be a variable or a type.
9204
9205@item TRUNC(@var{r})
9206Returns the integral part of @var{r}.
9207
9208@item VAL(@var{t},@var{i})
9209Returns the member of the type @var{t} whose ordinal value is @var{i}.
9210@end table
9211
9212@quotation
9213@emph{Warning:} Sets and their operations are not yet supported, so
9214@value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
9215an error.
9216@end quotation
9217
9218@cindex Modula-2 constants
6d2ebf8b 9219@node M2 Constants
c906108c
SS
9220@subsubsection Constants
9221
9222@value{GDBN} allows you to express the constants of Modula-2 in the following
9223ways:
9224
9225@itemize @bullet
9226
9227@item
9228Integer constants are simply a sequence of digits. When used in an
9229expression, a constant is interpreted to be type-compatible with the
9230rest of the expression. Hexadecimal integers are specified by a
9231trailing @samp{H}, and octal integers by a trailing @samp{B}.
9232
9233@item
9234Floating point constants appear as a sequence of digits, followed by a
9235decimal point and another sequence of digits. An optional exponent can
9236then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
9237@samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
9238digits of the floating point constant must be valid decimal (base 10)
9239digits.
9240
9241@item
9242Character constants consist of a single character enclosed by a pair of
9243like quotes, either single (@code{'}) or double (@code{"}). They may
c3f6f71d 9244also be expressed by their ordinal value (their @sc{ascii} value, usually)
c906108c
SS
9245followed by a @samp{C}.
9246
9247@item
9248String constants consist of a sequence of characters enclosed by a
9249pair of like quotes, either single (@code{'}) or double (@code{"}).
9250Escape sequences in the style of C are also allowed. @xref{C
b37052ae 9251Constants, ,C and C@t{++} constants}, for a brief explanation of escape
c906108c
SS
9252sequences.
9253
9254@item
9255Enumerated constants consist of an enumerated identifier.
9256
9257@item
9258Boolean constants consist of the identifiers @code{TRUE} and
9259@code{FALSE}.
9260
9261@item
9262Pointer constants consist of integral values only.
9263
9264@item
9265Set constants are not yet supported.
9266@end itemize
9267
6d2ebf8b 9268@node M2 Defaults
c906108c
SS
9269@subsubsection Modula-2 defaults
9270@cindex Modula-2 defaults
9271
9272If type and range checking are set automatically by @value{GDBN}, they
9273both default to @code{on} whenever the working language changes to
d4f3574e 9274Modula-2. This happens regardless of whether you or @value{GDBN}
c906108c
SS
9275selected the working language.
9276
9277If you allow @value{GDBN} to set the language automatically, then entering
9278code compiled from a file whose name ends with @file{.mod} sets the
d4f3574e 9279working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
c906108c
SS
9280the language automatically}, for further details.
9281
6d2ebf8b 9282@node Deviations
c906108c
SS
9283@subsubsection Deviations from standard Modula-2
9284@cindex Modula-2, deviations from
9285
9286A few changes have been made to make Modula-2 programs easier to debug.
9287This is done primarily via loosening its type strictness:
9288
9289@itemize @bullet
9290@item
9291Unlike in standard Modula-2, pointer constants can be formed by
9292integers. This allows you to modify pointer variables during
9293debugging. (In standard Modula-2, the actual address contained in a
9294pointer variable is hidden from you; it can only be modified
9295through direct assignment to another pointer variable or expression that
9296returned a pointer.)
9297
9298@item
9299C escape sequences can be used in strings and characters to represent
9300non-printable characters. @value{GDBN} prints out strings with these
9301escape sequences embedded. Single non-printable characters are
9302printed using the @samp{CHR(@var{nnn})} format.
9303
9304@item
9305The assignment operator (@code{:=}) returns the value of its right-hand
9306argument.
9307
9308@item
9309All built-in procedures both modify @emph{and} return their argument.
9310@end itemize
9311
6d2ebf8b 9312@node M2 Checks
c906108c
SS
9313@subsubsection Modula-2 type and range checks
9314@cindex Modula-2 checks
9315
9316@quotation
9317@emph{Warning:} in this release, @value{GDBN} does not yet perform type or
9318range checking.
9319@end quotation
9320@c FIXME remove warning when type/range checks added
9321
9322@value{GDBN} considers two Modula-2 variables type equivalent if:
9323
9324@itemize @bullet
9325@item
9326They are of types that have been declared equivalent via a @code{TYPE
9327@var{t1} = @var{t2}} statement
9328
9329@item
9330They have been declared on the same line. (Note: This is true of the
9331@sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
9332@end itemize
9333
9334As long as type checking is enabled, any attempt to combine variables
9335whose types are not equivalent is an error.
9336
9337Range checking is done on all mathematical operations, assignment, array
9338index bounds, and all built-in functions and procedures.
9339
6d2ebf8b 9340@node M2 Scope
c906108c
SS
9341@subsubsection The scope operators @code{::} and @code{.}
9342@cindex scope
41afff9a 9343@cindex @code{.}, Modula-2 scope operator
c906108c
SS
9344@cindex colon, doubled as scope operator
9345@ifinfo
41afff9a 9346@vindex colon-colon@r{, in Modula-2}
c906108c
SS
9347@c Info cannot handle :: but TeX can.
9348@end ifinfo
9349@iftex
41afff9a 9350@vindex ::@r{, in Modula-2}
c906108c
SS
9351@end iftex
9352
9353There are a few subtle differences between the Modula-2 scope operator
9354(@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
9355similar syntax:
9356
474c8240 9357@smallexample
c906108c
SS
9358
9359@var{module} . @var{id}
9360@var{scope} :: @var{id}
474c8240 9361@end smallexample
c906108c
SS
9362
9363@noindent
9364where @var{scope} is the name of a module or a procedure,
9365@var{module} the name of a module, and @var{id} is any declared
9366identifier within your program, except another module.
9367
9368Using the @code{::} operator makes @value{GDBN} search the scope
9369specified by @var{scope} for the identifier @var{id}. If it is not
9370found in the specified scope, then @value{GDBN} searches all scopes
9371enclosing the one specified by @var{scope}.
9372
9373Using the @code{.} operator makes @value{GDBN} search the current scope for
9374the identifier specified by @var{id} that was imported from the
9375definition module specified by @var{module}. With this operator, it is
9376an error if the identifier @var{id} was not imported from definition
9377module @var{module}, or if @var{id} is not an identifier in
9378@var{module}.
9379
6d2ebf8b 9380@node GDB/M2
c906108c
SS
9381@subsubsection @value{GDBN} and Modula-2
9382
9383Some @value{GDBN} commands have little use when debugging Modula-2 programs.
9384Five subcommands of @code{set print} and @code{show print} apply
b37052ae 9385specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle},
c906108c 9386@samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
b37052ae 9387apply to C@t{++}, and the last to the C @code{union} type, which has no direct
c906108c
SS
9388analogue in Modula-2.
9389
9390The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
d4f3574e 9391with any language, is not useful with Modula-2. Its
c906108c 9392intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
b37052ae 9393created in Modula-2 as they can in C or C@t{++}. However, because an
c906108c 9394address can be specified by an integral constant, the construct
d4f3574e 9395@samp{@{@var{type}@}@var{adrexp}} is still useful.
c906108c
SS
9396
9397@cindex @code{#} in Modula-2
9398In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
9399interpreted as the beginning of a comment. Use @code{<>} instead.
c906108c 9400
e07c999f
PH
9401@node Ada
9402@subsection Ada
9403@cindex Ada
9404
9405The extensions made to @value{GDBN} for Ada only support
9406output from the @sc{gnu} Ada (GNAT) compiler.
9407Other Ada compilers are not currently supported, and
9408attempting to debug executables produced by them is most likely
9409to be difficult.
9410
9411
9412@cindex expressions in Ada
9413@menu
9414* Ada Mode Intro:: General remarks on the Ada syntax
9415 and semantics supported by Ada mode
9416 in @value{GDBN}.
9417* Omissions from Ada:: Restrictions on the Ada expression syntax.
9418* Additions to Ada:: Extensions of the Ada expression syntax.
9419* Stopping Before Main Program:: Debugging the program during elaboration.
9420* Ada Glitches:: Known peculiarities of Ada mode.
9421@end menu
9422
9423@node Ada Mode Intro
9424@subsubsection Introduction
9425@cindex Ada mode, general
9426
9427The Ada mode of @value{GDBN} supports a fairly large subset of Ada expression
9428syntax, with some extensions.
9429The philosophy behind the design of this subset is
9430
9431@itemize @bullet
9432@item
9433That @value{GDBN} should provide basic literals and access to operations for
9434arithmetic, dereferencing, field selection, indexing, and subprogram calls,
9435leaving more sophisticated computations to subprograms written into the
9436program (which therefore may be called from @value{GDBN}).
9437
9438@item
9439That type safety and strict adherence to Ada language restrictions
9440are not particularly important to the @value{GDBN} user.
9441
9442@item
9443That brevity is important to the @value{GDBN} user.
9444@end itemize
9445
9446Thus, for brevity, the debugger acts as if there were
9447implicit @code{with} and @code{use} clauses in effect for all user-written
9448packages, making it unnecessary to fully qualify most names with
9449their packages, regardless of context. Where this causes ambiguity,
9450@value{GDBN} asks the user's intent.
9451
9452The debugger will start in Ada mode if it detects an Ada main program.
9453As for other languages, it will enter Ada mode when stopped in a program that
9454was translated from an Ada source file.
9455
9456While in Ada mode, you may use `@t{--}' for comments. This is useful
9457mostly for documenting command files. The standard @value{GDBN} comment
9458(@samp{#}) still works at the beginning of a line in Ada mode, but not in the
9459middle (to allow based literals).
9460
9461The debugger supports limited overloading. Given a subprogram call in which
9462the function symbol has multiple definitions, it will use the number of
9463actual parameters and some information about their types to attempt to narrow
9464the set of definitions. It also makes very limited use of context, preferring
9465procedures to functions in the context of the @code{call} command, and
9466functions to procedures elsewhere.
9467
9468@node Omissions from Ada
9469@subsubsection Omissions from Ada
9470@cindex Ada, omissions from
9471
9472Here are the notable omissions from the subset:
9473
9474@itemize @bullet
9475@item
9476Only a subset of the attributes are supported:
9477
9478@itemize @minus
9479@item
9480@t{'First}, @t{'Last}, and @t{'Length}
9481 on array objects (not on types and subtypes).
9482
9483@item
9484@t{'Min} and @t{'Max}.
9485
9486@item
9487@t{'Pos} and @t{'Val}.
9488
9489@item
9490@t{'Tag}.
9491
9492@item
9493@t{'Range} on array objects (not subtypes), but only as the right
9494operand of the membership (@code{in}) operator.
9495
9496@item
9497@t{'Access}, @t{'Unchecked_Access}, and
9498@t{'Unrestricted_Access} (a GNAT extension).
9499
9500@item
9501@t{'Address}.
9502@end itemize
9503
9504@item
9505The names in
9506@code{Characters.Latin_1} are not available and
9507concatenation is not implemented. Thus, escape characters in strings are
9508not currently available.
9509
9510@item
9511Equality tests (@samp{=} and @samp{/=}) on arrays test for bitwise
9512equality of representations. They will generally work correctly
9513for strings and arrays whose elements have integer or enumeration types.
9514They may not work correctly for arrays whose element
9515types have user-defined equality, for arrays of real values
9516(in particular, IEEE-conformant floating point, because of negative
9517zeroes and NaNs), and for arrays whose elements contain unused bits with
9518indeterminate values.
9519
9520@item
9521The other component-by-component array operations (@code{and}, @code{or},
9522@code{xor}, @code{not}, and relational tests other than equality)
9523are not implemented.
9524
9525@item
9526There are no record or array aggregates.
9527
9528@item
9529Calls to dispatching subprograms are not implemented.
9530
9531@item
9532The overloading algorithm is much more limited (i.e., less selective)
9533than that of real Ada. It makes only limited use of the context in which a subexpression
9534appears to resolve its meaning, and it is much looser in its rules for allowing
9535type matches. As a result, some function calls will be ambiguous, and the user
9536will be asked to choose the proper resolution.
9537
9538@item
9539The @code{new} operator is not implemented.
9540
9541@item
9542Entry calls are not implemented.
9543
9544@item
9545Aside from printing, arithmetic operations on the native VAX floating-point
9546formats are not supported.
9547
9548@item
9549It is not possible to slice a packed array.
9550@end itemize
9551
9552@node Additions to Ada
9553@subsubsection Additions to Ada
9554@cindex Ada, deviations from
9555
9556As it does for other languages, @value{GDBN} makes certain generic
9557extensions to Ada (@pxref{Expressions}):
9558
9559@itemize @bullet
9560@item
9561If the expression @var{E} is a variable residing in memory
9562(typically a local variable or array element) and @var{N} is
9563a positive integer, then @code{@var{E}@@@var{N}} displays the values of
9564@var{E} and the @var{N}-1 adjacent variables following it in memory as an array.
9565In Ada, this operator is generally not necessary, since its prime use
9566is in displaying parts of an array, and slicing will usually do this in Ada.
9567However, there are occasional uses when debugging programs
9568in which certain debugging information has been optimized away.
9569
9570@item
9571@code{@var{B}::@var{var}} means ``the variable named @var{var} that appears
9572in function or file @var{B}.'' When @var{B} is a file name, you must typically
9573surround it in single quotes.
9574
9575@item
9576The expression @code{@{@var{type}@} @var{addr}} means ``the variable of type
9577@var{type} that appears at address @var{addr}.''
9578
9579@item
9580A name starting with @samp{$} is a convenience variable
9581(@pxref{Convenience Vars}) or a machine register (@pxref{Registers}).
9582@end itemize
9583
9584In addition, @value{GDBN} provides a few other shortcuts and outright additions specific
9585to Ada:
9586
9587@itemize @bullet
9588@item
9589The assignment statement is allowed as an expression, returning
9590its right-hand operand as its value. Thus, you may enter
9591
9592@smallexample
9593set x := y + 3
9594print A(tmp := y + 1)
9595@end smallexample
9596
9597@item
9598The semicolon is allowed as an ``operator,'' returning as its value
9599the value of its right-hand operand.
9600This allows, for example,
9601complex conditional breaks:
9602
9603@smallexample
9604break f
9605condition 1 (report(i); k += 1; A(k) > 100)
9606@end smallexample
9607
9608@item
9609Rather than use catenation and symbolic character names to introduce special
9610characters into strings, one may instead use a special bracket notation,
9611which is also used to print strings. A sequence of characters of the form
9612@samp{["@var{XX}"]} within a string or character literal denotes the
9613(single) character whose numeric encoding is @var{XX} in hexadecimal. The
9614sequence of characters @samp{["""]} also denotes a single quotation mark
9615in strings. For example,
9616@smallexample
9617 "One line.["0a"]Next line.["0a"]"
9618@end smallexample
9619@noindent
9620contains an ASCII newline character (@code{Ada.Characters.Latin_1.LF}) after each
9621period.
9622
9623@item
9624The subtype used as a prefix for the attributes @t{'Pos}, @t{'Min}, and
9625@t{'Max} is optional (and is ignored in any case). For example, it is valid
9626to write
9627
9628@smallexample
9629print 'max(x, y)
9630@end smallexample
9631
9632@item
9633When printing arrays, @value{GDBN} uses positional notation when the
9634array has a lower bound of 1, and uses a modified named notation otherwise.
9635For example, a one-dimensional array of three integers with a lower bound of 3 might print as
9636
9637@smallexample
9638(3 => 10, 17, 1)
9639@end smallexample
9640
9641@noindent
9642That is, in contrast to valid Ada, only the first component has a @code{=>}
9643clause.
9644
9645@item
9646You may abbreviate attributes in expressions with any unique,
9647multi-character subsequence of
9648their names (an exact match gets preference).
9649For example, you may use @t{a'len}, @t{a'gth}, or @t{a'lh}
9650in place of @t{a'length}.
9651
9652@item
9653@cindex quoting Ada internal identifiers
9654Since Ada is case-insensitive, the debugger normally maps identifiers you type
9655to lower case. The GNAT compiler uses upper-case characters for
9656some of its internal identifiers, which are normally of no interest to users.
9657For the rare occasions when you actually have to look at them,
9658enclose them in angle brackets to avoid the lower-case mapping.
9659For example,
9660@smallexample
9661@value{GDBP} print <JMPBUF_SAVE>[0]
9662@end smallexample
9663
9664@item
9665Printing an object of class-wide type or dereferencing an
9666access-to-class-wide value will display all the components of the object's
9667specific type (as indicated by its run-time tag). Likewise, component
9668selection on such a value will operate on the specific type of the
9669object.
9670
9671@end itemize
9672
9673@node Stopping Before Main Program
9674@subsubsection Stopping at the Very Beginning
9675
9676@cindex breakpointing Ada elaboration code
9677It is sometimes necessary to debug the program during elaboration, and
9678before reaching the main procedure.
9679As defined in the Ada Reference
9680Manual, the elaboration code is invoked from a procedure called
9681@code{adainit}. To run your program up to the beginning of
9682elaboration, simply use the following two commands:
9683@code{tbreak adainit} and @code{run}.
9684
9685@node Ada Glitches
9686@subsubsection Known Peculiarities of Ada Mode
9687@cindex Ada, problems
9688
9689Besides the omissions listed previously (@pxref{Omissions from Ada}),
9690we know of several problems with and limitations of Ada mode in
9691@value{GDBN},
9692some of which will be fixed with planned future releases of the debugger
9693and the GNU Ada compiler.
9694
9695@itemize @bullet
9696@item
9697Currently, the debugger
9698has insufficient information to determine whether certain pointers represent
9699pointers to objects or the objects themselves.
9700Thus, the user may have to tack an extra @code{.all} after an expression
9701to get it printed properly.
9702
9703@item
9704Static constants that the compiler chooses not to materialize as objects in
9705storage are invisible to the debugger.
9706
9707@item
9708Named parameter associations in function argument lists are ignored (the
9709argument lists are treated as positional).
9710
9711@item
9712Many useful library packages are currently invisible to the debugger.
9713
9714@item
9715Fixed-point arithmetic, conversions, input, and output is carried out using
9716floating-point arithmetic, and may give results that only approximate those on
9717the host machine.
9718
9719@item
9720The type of the @t{'Address} attribute may not be @code{System.Address}.
9721
9722@item
9723The GNAT compiler never generates the prefix @code{Standard} for any of
9724the standard symbols defined by the Ada language. @value{GDBN} knows about
9725this: it will strip the prefix from names when you use it, and will never
9726look for a name you have so qualified among local symbols, nor match against
9727symbols in other packages or subprograms. If you have
9728defined entities anywhere in your program other than parameters and
9729local variables whose simple names match names in @code{Standard},
9730GNAT's lack of qualification here can cause confusion. When this happens,
9731you can usually resolve the confusion
9732by qualifying the problematic names with package
9733@code{Standard} explicitly.
9734@end itemize
9735
4e562065
JB
9736@node Unsupported languages
9737@section Unsupported languages
9738
9739@cindex unsupported languages
9740@cindex minimal language
9741In addition to the other fully-supported programming languages,
9742@value{GDBN} also provides a pseudo-language, called @code{minimal}.
9743It does not represent a real programming language, but provides a set
9744of capabilities close to what the C or assembly languages provide.
9745This should allow most simple operations to be performed while debugging
9746an application that uses a language currently not supported by @value{GDBN}.
9747
9748If the language is set to @code{auto}, @value{GDBN} will automatically
9749select this language if the current frame corresponds to an unsupported
9750language.
9751
6d2ebf8b 9752@node Symbols
c906108c
SS
9753@chapter Examining the Symbol Table
9754
d4f3574e 9755The commands described in this chapter allow you to inquire about the
c906108c
SS
9756symbols (names of variables, functions and types) defined in your
9757program. This information is inherent in the text of your program and
9758does not change as your program executes. @value{GDBN} finds it in your
9759program's symbol table, in the file indicated when you started @value{GDBN}
9760(@pxref{File Options, ,Choosing files}), or by one of the
9761file-management commands (@pxref{Files, ,Commands to specify files}).
9762
9763@cindex symbol names
9764@cindex names of symbols
9765@cindex quoting names
9766Occasionally, you may need to refer to symbols that contain unusual
9767characters, which @value{GDBN} ordinarily treats as word delimiters. The
9768most frequent case is in referring to static variables in other
9769source files (@pxref{Variables,,Program variables}). File names
9770are recorded in object files as debugging symbols, but @value{GDBN} would
9771ordinarily parse a typical file name, like @file{foo.c}, as the three words
9772@samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
9773@samp{foo.c} as a single symbol, enclose it in single quotes; for example,
9774
474c8240 9775@smallexample
c906108c 9776p 'foo.c'::x
474c8240 9777@end smallexample
c906108c
SS
9778
9779@noindent
9780looks up the value of @code{x} in the scope of the file @file{foo.c}.
9781
9782@table @code
a8f24a35
EZ
9783@cindex case-insensitive symbol names
9784@cindex case sensitivity in symbol names
9785@kindex set case-sensitive
9786@item set case-sensitive on
9787@itemx set case-sensitive off
9788@itemx set case-sensitive auto
9789Normally, when @value{GDBN} looks up symbols, it matches their names
9790with case sensitivity determined by the current source language.
9791Occasionally, you may wish to control that. The command @code{set
9792case-sensitive} lets you do that by specifying @code{on} for
9793case-sensitive matches or @code{off} for case-insensitive ones. If
9794you specify @code{auto}, case sensitivity is reset to the default
9795suitable for the source language. The default is case-sensitive
9796matches for all languages except for Fortran, for which the default is
9797case-insensitive matches.
9798
9c16f35a
EZ
9799@kindex show case-sensitive
9800@item show case-sensitive
a8f24a35
EZ
9801This command shows the current setting of case sensitivity for symbols
9802lookups.
9803
c906108c 9804@kindex info address
b37052ae 9805@cindex address of a symbol
c906108c
SS
9806@item info address @var{symbol}
9807Describe where the data for @var{symbol} is stored. For a register
9808variable, this says which register it is kept in. For a non-register
9809local variable, this prints the stack-frame offset at which the variable
9810is always stored.
9811
9812Note the contrast with @samp{print &@var{symbol}}, which does not work
9813at all for a register variable, and for a stack local variable prints
9814the exact address of the current instantiation of the variable.
9815
3d67e040 9816@kindex info symbol
b37052ae 9817@cindex symbol from address
9c16f35a 9818@cindex closest symbol and offset for an address
3d67e040
EZ
9819@item info symbol @var{addr}
9820Print the name of a symbol which is stored at the address @var{addr}.
9821If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the
9822nearest symbol and an offset from it:
9823
474c8240 9824@smallexample
3d67e040
EZ
9825(@value{GDBP}) info symbol 0x54320
9826_initialize_vx + 396 in section .text
474c8240 9827@end smallexample
3d67e040
EZ
9828
9829@noindent
9830This is the opposite of the @code{info address} command. You can use
9831it to find out the name of a variable or a function given its address.
9832
c906108c 9833@kindex whatis
d4f3574e
SS
9834@item whatis @var{expr}
9835Print the data type of expression @var{expr}. @var{expr} is not
c906108c
SS
9836actually evaluated, and any side-effecting operations (such as
9837assignments or function calls) inside it do not take place.
9838@xref{Expressions, ,Expressions}.
9839
9840@item whatis
9841Print the data type of @code{$}, the last value in the value history.
9842
9843@kindex ptype
9844@item ptype @var{typename}
9845Print a description of data type @var{typename}. @var{typename} may be
7a292a7a
SS
9846the name of a type, or for C code it may have the form @samp{class
9847@var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
9848@var{union-tag}} or @samp{enum @var{enum-tag}}.
c906108c 9849
d4f3574e 9850@item ptype @var{expr}
c906108c 9851@itemx ptype
d4f3574e 9852Print a description of the type of expression @var{expr}. @code{ptype}
c906108c
SS
9853differs from @code{whatis} by printing a detailed description, instead
9854of just the name of the type.
9855
9856For example, for this variable declaration:
9857
474c8240 9858@smallexample
c906108c 9859struct complex @{double real; double imag;@} v;
474c8240 9860@end smallexample
c906108c
SS
9861
9862@noindent
9863the two commands give this output:
9864
474c8240 9865@smallexample
c906108c
SS
9866@group
9867(@value{GDBP}) whatis v
9868type = struct complex
9869(@value{GDBP}) ptype v
9870type = struct complex @{
9871 double real;
9872 double imag;
9873@}
9874@end group
474c8240 9875@end smallexample
c906108c
SS
9876
9877@noindent
9878As with @code{whatis}, using @code{ptype} without an argument refers to
9879the type of @code{$}, the last value in the value history.
9880
9881@kindex info types
9882@item info types @var{regexp}
9883@itemx info types
09d4efe1
EZ
9884Print a brief description of all types whose names match the regular
9885expression @var{regexp} (or all types in your program, if you supply
9886no argument). Each complete typename is matched as though it were a
9887complete line; thus, @samp{i type value} gives information on all
9888types in your program whose names include the string @code{value}, but
9889@samp{i type ^value$} gives information only on types whose complete
9890name is @code{value}.
c906108c
SS
9891
9892This command differs from @code{ptype} in two ways: first, like
9893@code{whatis}, it does not print a detailed description; second, it
9894lists all source files where a type is defined.
9895
b37052ae
EZ
9896@kindex info scope
9897@cindex local variables
09d4efe1 9898@item info scope @var{location}
b37052ae 9899List all the variables local to a particular scope. This command
09d4efe1
EZ
9900accepts a @var{location} argument---a function name, a source line, or
9901an address preceded by a @samp{*}, and prints all the variables local
9902to the scope defined by that location. For example:
b37052ae
EZ
9903
9904@smallexample
9905(@value{GDBP}) @b{info scope command_line_handler}
9906Scope for command_line_handler:
9907Symbol rl is an argument at stack/frame offset 8, length 4.
9908Symbol linebuffer is in static storage at address 0x150a18, length 4.
9909Symbol linelength is in static storage at address 0x150a1c, length 4.
9910Symbol p is a local variable in register $esi, length 4.
9911Symbol p1 is a local variable in register $ebx, length 4.
9912Symbol nline is a local variable in register $edx, length 4.
9913Symbol repeat is a local variable at frame offset -8, length 4.
9914@end smallexample
9915
f5c37c66
EZ
9916@noindent
9917This command is especially useful for determining what data to collect
9918during a @dfn{trace experiment}, see @ref{Tracepoint Actions,
9919collect}.
9920
c906108c
SS
9921@kindex info source
9922@item info source
919d772c
JB
9923Show information about the current source file---that is, the source file for
9924the function containing the current point of execution:
9925@itemize @bullet
9926@item
9927the name of the source file, and the directory containing it,
9928@item
9929the directory it was compiled in,
9930@item
9931its length, in lines,
9932@item
9933which programming language it is written in,
9934@item
9935whether the executable includes debugging information for that file, and
9936if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and
9937@item
9938whether the debugging information includes information about
9939preprocessor macros.
9940@end itemize
9941
c906108c
SS
9942
9943@kindex info sources
9944@item info sources
9945Print the names of all source files in your program for which there is
9946debugging information, organized into two lists: files whose symbols
9947have already been read, and files whose symbols will be read when needed.
9948
9949@kindex info functions
9950@item info functions
9951Print the names and data types of all defined functions.
9952
9953@item info functions @var{regexp}
9954Print the names and data types of all defined functions
9955whose names contain a match for regular expression @var{regexp}.
9956Thus, @samp{info fun step} finds all functions whose names
9957include @code{step}; @samp{info fun ^step} finds those whose names
b383017d
RM
9958start with @code{step}. If a function name contains characters
9959that conflict with the regular expression language (eg.
1c5dfdad 9960@samp{operator*()}), they may be quoted with a backslash.
c906108c
SS
9961
9962@kindex info variables
9963@item info variables
9964Print the names and data types of all variables that are declared
6ca652b0 9965outside of functions (i.e.@: excluding local variables).
c906108c
SS
9966
9967@item info variables @var{regexp}
9968Print the names and data types of all variables (except for local
9969variables) whose names contain a match for regular expression
9970@var{regexp}.
9971
b37303ee 9972@kindex info classes
721c2651 9973@cindex Objective-C, classes and selectors
b37303ee
AF
9974@item info classes
9975@itemx info classes @var{regexp}
9976Display all Objective-C classes in your program, or
9977(with the @var{regexp} argument) all those matching a particular regular
9978expression.
9979
9980@kindex info selectors
9981@item info selectors
9982@itemx info selectors @var{regexp}
9983Display all Objective-C selectors in your program, or
9984(with the @var{regexp} argument) all those matching a particular regular
9985expression.
9986
c906108c
SS
9987@ignore
9988This was never implemented.
9989@kindex info methods
9990@item info methods
9991@itemx info methods @var{regexp}
9992The @code{info methods} command permits the user to examine all defined
b37052ae
EZ
9993methods within C@t{++} program, or (with the @var{regexp} argument) a
9994specific set of methods found in the various C@t{++} classes. Many
9995C@t{++} classes provide a large number of methods. Thus, the output
c906108c
SS
9996from the @code{ptype} command can be overwhelming and hard to use. The
9997@code{info-methods} command filters the methods, printing only those
9998which match the regular-expression @var{regexp}.
9999@end ignore
10000
c906108c
SS
10001@cindex reloading symbols
10002Some systems allow individual object files that make up your program to
7a292a7a
SS
10003be replaced without stopping and restarting your program. For example,
10004in VxWorks you can simply recompile a defective object file and keep on
10005running. If you are running on one of these systems, you can allow
10006@value{GDBN} to reload the symbols for automatically relinked modules:
c906108c
SS
10007
10008@table @code
10009@kindex set symbol-reloading
10010@item set symbol-reloading on
10011Replace symbol definitions for the corresponding source file when an
10012object file with a particular name is seen again.
10013
10014@item set symbol-reloading off
6d2ebf8b
SS
10015Do not replace symbol definitions when encountering object files of the
10016same name more than once. This is the default state; if you are not
10017running on a system that permits automatic relinking of modules, you
10018should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
10019may discard symbols when linking large programs, that may contain
10020several modules (from different directories or libraries) with the same
10021name.
c906108c
SS
10022
10023@kindex show symbol-reloading
10024@item show symbol-reloading
10025Show the current @code{on} or @code{off} setting.
10026@end table
c906108c 10027
9c16f35a 10028@cindex opaque data types
c906108c
SS
10029@kindex set opaque-type-resolution
10030@item set opaque-type-resolution on
10031Tell @value{GDBN} to resolve opaque types. An opaque type is a type
10032declared as a pointer to a @code{struct}, @code{class}, or
10033@code{union}---for example, @code{struct MyType *}---that is used in one
10034source file although the full declaration of @code{struct MyType} is in
10035another source file. The default is on.
10036
10037A change in the setting of this subcommand will not take effect until
10038the next time symbols for a file are loaded.
10039
10040@item set opaque-type-resolution off
10041Tell @value{GDBN} not to resolve opaque types. In this case, the type
10042is printed as follows:
10043@smallexample
10044@{<no data fields>@}
10045@end smallexample
10046
10047@kindex show opaque-type-resolution
10048@item show opaque-type-resolution
10049Show whether opaque types are resolved or not.
c906108c
SS
10050
10051@kindex maint print symbols
10052@cindex symbol dump
10053@kindex maint print psymbols
10054@cindex partial symbol dump
10055@item maint print symbols @var{filename}
10056@itemx maint print psymbols @var{filename}
10057@itemx maint print msymbols @var{filename}
10058Write a dump of debugging symbol data into the file @var{filename}.
10059These commands are used to debug the @value{GDBN} symbol-reading code. Only
10060symbols with debugging data are included. If you use @samp{maint print
10061symbols}, @value{GDBN} includes all the symbols for which it has already
10062collected full details: that is, @var{filename} reflects symbols for
10063only those files whose symbols @value{GDBN} has read. You can use the
10064command @code{info sources} to find out which files these are. If you
10065use @samp{maint print psymbols} instead, the dump shows information about
10066symbols that @value{GDBN} only knows partially---that is, symbols defined in
10067files that @value{GDBN} has skimmed, but not yet read completely. Finally,
10068@samp{maint print msymbols} dumps just the minimal symbol information
10069required for each object file from which @value{GDBN} has read some symbols.
10070@xref{Files, ,Commands to specify files}, for a discussion of how
10071@value{GDBN} reads symbols (in the description of @code{symbol-file}).
44ea7b70 10072
5e7b2f39
JB
10073@kindex maint info symtabs
10074@kindex maint info psymtabs
44ea7b70
JB
10075@cindex listing @value{GDBN}'s internal symbol tables
10076@cindex symbol tables, listing @value{GDBN}'s internal
10077@cindex full symbol tables, listing @value{GDBN}'s internal
10078@cindex partial symbol tables, listing @value{GDBN}'s internal
5e7b2f39
JB
10079@item maint info symtabs @r{[} @var{regexp} @r{]}
10080@itemx maint info psymtabs @r{[} @var{regexp} @r{]}
44ea7b70
JB
10081
10082List the @code{struct symtab} or @code{struct partial_symtab}
10083structures whose names match @var{regexp}. If @var{regexp} is not
10084given, list them all. The output includes expressions which you can
10085copy into a @value{GDBN} debugging this one to examine a particular
10086structure in more detail. For example:
10087
10088@smallexample
5e7b2f39 10089(@value{GDBP}) maint info psymtabs dwarf2read
44ea7b70
JB
10090@{ objfile /home/gnu/build/gdb/gdb
10091 ((struct objfile *) 0x82e69d0)
b383017d 10092 @{ psymtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10093 ((struct partial_symtab *) 0x8474b10)
10094 readin no
10095 fullname (null)
10096 text addresses 0x814d3c8 -- 0x8158074
10097 globals (* (struct partial_symbol **) 0x8507a08 @@ 9)
10098 statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882)
10099 dependencies (none)
10100 @}
10101@}
5e7b2f39 10102(@value{GDBP}) maint info symtabs
44ea7b70
JB
10103(@value{GDBP})
10104@end smallexample
10105@noindent
10106We see that there is one partial symbol table whose filename contains
10107the string @samp{dwarf2read}, belonging to the @samp{gdb} executable;
10108and we see that @value{GDBN} has not read in any symtabs yet at all.
10109If we set a breakpoint on a function, that will cause @value{GDBN} to
10110read the symtab for the compilation unit containing that function:
10111
10112@smallexample
10113(@value{GDBP}) break dwarf2_psymtab_to_symtab
10114Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c,
10115line 1574.
5e7b2f39 10116(@value{GDBP}) maint info symtabs
b383017d 10117@{ objfile /home/gnu/build/gdb/gdb
44ea7b70 10118 ((struct objfile *) 0x82e69d0)
b383017d 10119 @{ symtab /home/gnu/src/gdb/dwarf2read.c
44ea7b70
JB
10120 ((struct symtab *) 0x86c1f38)
10121 dirname (null)
10122 fullname (null)
10123 blockvector ((struct blockvector *) 0x86c1bd0) (primary)
10124 debugformat DWARF 2
10125 @}
10126@}
b383017d 10127(@value{GDBP})
44ea7b70 10128@end smallexample
c906108c
SS
10129@end table
10130
44ea7b70 10131
6d2ebf8b 10132@node Altering
c906108c
SS
10133@chapter Altering Execution
10134
10135Once you think you have found an error in your program, you might want to
10136find out for certain whether correcting the apparent error would lead to
10137correct results in the rest of the run. You can find the answer by
10138experiment, using the @value{GDBN} features for altering execution of the
10139program.
10140
10141For example, you can store new values into variables or memory
7a292a7a
SS
10142locations, give your program a signal, restart it at a different
10143address, or even return prematurely from a function.
c906108c
SS
10144
10145@menu
10146* Assignment:: Assignment to variables
10147* Jumping:: Continuing at a different address
c906108c 10148* Signaling:: Giving your program a signal
c906108c
SS
10149* Returning:: Returning from a function
10150* Calling:: Calling your program's functions
10151* Patching:: Patching your program
10152@end menu
10153
6d2ebf8b 10154@node Assignment
c906108c
SS
10155@section Assignment to variables
10156
10157@cindex assignment
10158@cindex setting variables
10159To alter the value of a variable, evaluate an assignment expression.
10160@xref{Expressions, ,Expressions}. For example,
10161
474c8240 10162@smallexample
c906108c 10163print x=4
474c8240 10164@end smallexample
c906108c
SS
10165
10166@noindent
10167stores the value 4 into the variable @code{x}, and then prints the
5d161b24 10168value of the assignment expression (which is 4).
c906108c
SS
10169@xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
10170information on operators in supported languages.
c906108c
SS
10171
10172@kindex set variable
10173@cindex variables, setting
10174If you are not interested in seeing the value of the assignment, use the
10175@code{set} command instead of the @code{print} command. @code{set} is
10176really the same as @code{print} except that the expression's value is
10177not printed and is not put in the value history (@pxref{Value History,
10178,Value history}). The expression is evaluated only for its effects.
10179
c906108c
SS
10180If the beginning of the argument string of the @code{set} command
10181appears identical to a @code{set} subcommand, use the @code{set
10182variable} command instead of just @code{set}. This command is identical
10183to @code{set} except for its lack of subcommands. For example, if your
10184program has a variable @code{width}, you get an error if you try to set
10185a new value with just @samp{set width=13}, because @value{GDBN} has the
10186command @code{set width}:
10187
474c8240 10188@smallexample
c906108c
SS
10189(@value{GDBP}) whatis width
10190type = double
10191(@value{GDBP}) p width
10192$4 = 13
10193(@value{GDBP}) set width=47
10194Invalid syntax in expression.
474c8240 10195@end smallexample
c906108c
SS
10196
10197@noindent
10198The invalid expression, of course, is @samp{=47}. In
10199order to actually set the program's variable @code{width}, use
10200
474c8240 10201@smallexample
c906108c 10202(@value{GDBP}) set var width=47
474c8240 10203@end smallexample
53a5351d 10204
c906108c
SS
10205Because the @code{set} command has many subcommands that can conflict
10206with the names of program variables, it is a good idea to use the
10207@code{set variable} command instead of just @code{set}. For example, if
10208your program has a variable @code{g}, you run into problems if you try
10209to set a new value with just @samp{set g=4}, because @value{GDBN} has
10210the command @code{set gnutarget}, abbreviated @code{set g}:
10211
474c8240 10212@smallexample
c906108c
SS
10213@group
10214(@value{GDBP}) whatis g
10215type = double
10216(@value{GDBP}) p g
10217$1 = 1
10218(@value{GDBP}) set g=4
2df3850c 10219(@value{GDBP}) p g
c906108c
SS
10220$2 = 1
10221(@value{GDBP}) r
10222The program being debugged has been started already.
10223Start it from the beginning? (y or n) y
10224Starting program: /home/smith/cc_progs/a.out
6d2ebf8b
SS
10225"/home/smith/cc_progs/a.out": can't open to read symbols:
10226 Invalid bfd target.
c906108c
SS
10227(@value{GDBP}) show g
10228The current BFD target is "=4".
10229@end group
474c8240 10230@end smallexample
c906108c
SS
10231
10232@noindent
10233The program variable @code{g} did not change, and you silently set the
10234@code{gnutarget} to an invalid value. In order to set the variable
10235@code{g}, use
10236
474c8240 10237@smallexample
c906108c 10238(@value{GDBP}) set var g=4
474c8240 10239@end smallexample
c906108c
SS
10240
10241@value{GDBN} allows more implicit conversions in assignments than C; you can
10242freely store an integer value into a pointer variable or vice versa,
10243and you can convert any structure to any other structure that is the
10244same length or shorter.
10245@comment FIXME: how do structs align/pad in these conversions?
10246@comment /doc@cygnus.com 18dec1990
10247
10248To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
10249construct to generate a value of specified type at a specified address
10250(@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
10251to memory location @code{0x83040} as an integer (which implies a certain size
10252and representation in memory), and
10253
474c8240 10254@smallexample
c906108c 10255set @{int@}0x83040 = 4
474c8240 10256@end smallexample
c906108c
SS
10257
10258@noindent
10259stores the value 4 into that memory location.
10260
6d2ebf8b 10261@node Jumping
c906108c
SS
10262@section Continuing at a different address
10263
10264Ordinarily, when you continue your program, you do so at the place where
10265it stopped, with the @code{continue} command. You can instead continue at
10266an address of your own choosing, with the following commands:
10267
10268@table @code
10269@kindex jump
10270@item jump @var{linespec}
10271Resume execution at line @var{linespec}. Execution stops again
10272immediately if there is a breakpoint there. @xref{List, ,Printing
10273source lines}, for a description of the different forms of
10274@var{linespec}. It is common practice to use the @code{tbreak} command
10275in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
10276breakpoints}.
10277
10278The @code{jump} command does not change the current stack frame, or
10279the stack pointer, or the contents of any memory location or any
10280register other than the program counter. If line @var{linespec} is in
10281a different function from the one currently executing, the results may
10282be bizarre if the two functions expect different patterns of arguments or
10283of local variables. For this reason, the @code{jump} command requests
10284confirmation if the specified line is not in the function currently
10285executing. However, even bizarre results are predictable if you are
10286well acquainted with the machine-language code of your program.
10287
10288@item jump *@var{address}
10289Resume execution at the instruction at address @var{address}.
10290@end table
10291
c906108c 10292@c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
53a5351d
JM
10293On many systems, you can get much the same effect as the @code{jump}
10294command by storing a new value into the register @code{$pc}. The
10295difference is that this does not start your program running; it only
10296changes the address of where it @emph{will} run when you continue. For
10297example,
c906108c 10298
474c8240 10299@smallexample
c906108c 10300set $pc = 0x485
474c8240 10301@end smallexample
c906108c
SS
10302
10303@noindent
10304makes the next @code{continue} command or stepping command execute at
10305address @code{0x485}, rather than at the address where your program stopped.
10306@xref{Continuing and Stepping, ,Continuing and stepping}.
c906108c
SS
10307
10308The most common occasion to use the @code{jump} command is to back
10309up---perhaps with more breakpoints set---over a portion of a program
10310that has already executed, in order to examine its execution in more
10311detail.
10312
c906108c 10313@c @group
6d2ebf8b 10314@node Signaling
c906108c 10315@section Giving your program a signal
9c16f35a 10316@cindex deliver a signal to a program
c906108c
SS
10317
10318@table @code
10319@kindex signal
10320@item signal @var{signal}
10321Resume execution where your program stopped, but immediately give it the
10322signal @var{signal}. @var{signal} can be the name or the number of a
10323signal. For example, on many systems @code{signal 2} and @code{signal
10324SIGINT} are both ways of sending an interrupt signal.
10325
10326Alternatively, if @var{signal} is zero, continue execution without
10327giving a signal. This is useful when your program stopped on account of
10328a signal and would ordinary see the signal when resumed with the
10329@code{continue} command; @samp{signal 0} causes it to resume without a
10330signal.
10331
10332@code{signal} does not repeat when you press @key{RET} a second time
10333after executing the command.
10334@end table
10335@c @end group
10336
10337Invoking the @code{signal} command is not the same as invoking the
10338@code{kill} utility from the shell. Sending a signal with @code{kill}
10339causes @value{GDBN} to decide what to do with the signal depending on
10340the signal handling tables (@pxref{Signals}). The @code{signal} command
10341passes the signal directly to your program.
10342
c906108c 10343
6d2ebf8b 10344@node Returning
c906108c
SS
10345@section Returning from a function
10346
10347@table @code
10348@cindex returning from a function
10349@kindex return
10350@item return
10351@itemx return @var{expression}
10352You can cancel execution of a function call with the @code{return}
10353command. If you give an
10354@var{expression} argument, its value is used as the function's return
10355value.
10356@end table
10357
10358When you use @code{return}, @value{GDBN} discards the selected stack frame
10359(and all frames within it). You can think of this as making the
10360discarded frame return prematurely. If you wish to specify a value to
10361be returned, give that value as the argument to @code{return}.
10362
10363This pops the selected stack frame (@pxref{Selection, ,Selecting a
10364frame}), and any other frames inside of it, leaving its caller as the
10365innermost remaining frame. That frame becomes selected. The
10366specified value is stored in the registers used for returning values
10367of functions.
10368
10369The @code{return} command does not resume execution; it leaves the
10370program stopped in the state that would exist if the function had just
10371returned. In contrast, the @code{finish} command (@pxref{Continuing
10372and Stepping, ,Continuing and stepping}) resumes execution until the
10373selected stack frame returns naturally.
10374
6d2ebf8b 10375@node Calling
c906108c
SS
10376@section Calling program functions
10377
f8568604 10378@table @code
c906108c 10379@cindex calling functions
f8568604
EZ
10380@cindex inferior functions, calling
10381@item print @var{expr}
9c16f35a 10382Evaluate the expression @var{expr} and display the resuling value.
f8568604
EZ
10383@var{expr} may include calls to functions in the program being
10384debugged.
10385
c906108c 10386@kindex call
c906108c
SS
10387@item call @var{expr}
10388Evaluate the expression @var{expr} without displaying @code{void}
10389returned values.
c906108c
SS
10390
10391You can use this variant of the @code{print} command if you want to
f8568604
EZ
10392execute a function from your program that does not return anything
10393(a.k.a.@: @dfn{a void function}), but without cluttering the output
10394with @code{void} returned values that @value{GDBN} will otherwise
10395print. If the result is not void, it is printed and saved in the
10396value history.
10397@end table
10398
9c16f35a
EZ
10399It is possible for the function you call via the @code{print} or
10400@code{call} command to generate a signal (e.g., if there's a bug in
10401the function, or if you passed it incorrect arguments). What happens
10402in that case is controlled by the @code{set unwindonsignal} command.
10403
10404@table @code
10405@item set unwindonsignal
10406@kindex set unwindonsignal
10407@cindex unwind stack in called functions
10408@cindex call dummy stack unwinding
10409Set unwinding of the stack if a signal is received while in a function
10410that @value{GDBN} called in the program being debugged. If set to on,
10411@value{GDBN} unwinds the stack it created for the call and restores
10412the context to what it was before the call. If set to off (the
10413default), @value{GDBN} stops in the frame where the signal was
10414received.
10415
10416@item show unwindonsignal
10417@kindex show unwindonsignal
10418Show the current setting of stack unwinding in the functions called by
10419@value{GDBN}.
10420@end table
10421
f8568604
EZ
10422@cindex weak alias functions
10423Sometimes, a function you wish to call is actually a @dfn{weak alias}
10424for another function. In such case, @value{GDBN} might not pick up
10425the type information, including the types of the function arguments,
10426which causes @value{GDBN} to call the inferior function incorrectly.
10427As a result, the called function will function erroneously and may
10428even crash. A solution to that is to use the name of the aliased
10429function instead.
c906108c 10430
6d2ebf8b 10431@node Patching
c906108c 10432@section Patching programs
7a292a7a 10433
c906108c
SS
10434@cindex patching binaries
10435@cindex writing into executables
c906108c 10436@cindex writing into corefiles
c906108c 10437
7a292a7a
SS
10438By default, @value{GDBN} opens the file containing your program's
10439executable code (or the corefile) read-only. This prevents accidental
10440alterations to machine code; but it also prevents you from intentionally
10441patching your program's binary.
c906108c
SS
10442
10443If you'd like to be able to patch the binary, you can specify that
10444explicitly with the @code{set write} command. For example, you might
10445want to turn on internal debugging flags, or even to make emergency
10446repairs.
10447
10448@table @code
10449@kindex set write
10450@item set write on
10451@itemx set write off
7a292a7a
SS
10452If you specify @samp{set write on}, @value{GDBN} opens executable and
10453core files for both reading and writing; if you specify @samp{set write
c906108c
SS
10454off} (the default), @value{GDBN} opens them read-only.
10455
10456If you have already loaded a file, you must load it again (using the
7a292a7a
SS
10457@code{exec-file} or @code{core-file} command) after changing @code{set
10458write}, for your new setting to take effect.
c906108c
SS
10459
10460@item show write
10461@kindex show write
7a292a7a
SS
10462Display whether executable files and core files are opened for writing
10463as well as reading.
c906108c
SS
10464@end table
10465
6d2ebf8b 10466@node GDB Files
c906108c
SS
10467@chapter @value{GDBN} Files
10468
7a292a7a
SS
10469@value{GDBN} needs to know the file name of the program to be debugged,
10470both in order to read its symbol table and in order to start your
10471program. To debug a core dump of a previous run, you must also tell
10472@value{GDBN} the name of the core dump file.
c906108c
SS
10473
10474@menu
10475* Files:: Commands to specify files
5b5d99cf 10476* Separate Debug Files:: Debugging information in separate files
c906108c
SS
10477* Symbol Errors:: Errors reading symbol files
10478@end menu
10479
6d2ebf8b 10480@node Files
c906108c 10481@section Commands to specify files
c906108c 10482
7a292a7a 10483@cindex symbol table
c906108c 10484@cindex core dump file
7a292a7a
SS
10485
10486You may want to specify executable and core dump file names. The usual
10487way to do this is at start-up time, using the arguments to
10488@value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
10489Out of @value{GDBN}}).
c906108c
SS
10490
10491Occasionally it is necessary to change to a different file during a
10492@value{GDBN} session. Or you may run @value{GDBN} and forget to specify
10493a file you want to use. In these situations the @value{GDBN} commands
10494to specify new files are useful.
10495
10496@table @code
10497@cindex executable file
10498@kindex file
10499@item file @var{filename}
10500Use @var{filename} as the program to be debugged. It is read for its
10501symbols and for the contents of pure memory. It is also the program
10502executed when you use the @code{run} command. If you do not specify a
5d161b24
DB
10503directory and the file is not found in the @value{GDBN} working directory,
10504@value{GDBN} uses the environment variable @code{PATH} as a list of
10505directories to search, just as the shell does when looking for a program
10506to run. You can change the value of this variable, for both @value{GDBN}
c906108c
SS
10507and your program, using the @code{path} command.
10508
6d2ebf8b 10509On systems with memory-mapped files, an auxiliary file named
c906108c
SS
10510@file{@var{filename}.syms} may hold symbol table information for
10511@var{filename}. If so, @value{GDBN} maps in the symbol table from
10512@file{@var{filename}.syms}, starting up more quickly. See the
10513descriptions of the file options @samp{-mapped} and @samp{-readnow}
7b5ba0cc
EZ
10514(available on the command line, see @ref{File Options, , -readnow},
10515and with the commands @code{file}, @code{symbol-file}, or
10516@code{add-symbol-file}, described below), for more information.
c906108c
SS
10517
10518@item file
10519@code{file} with no argument makes @value{GDBN} discard any information it
10520has on both executable file and the symbol table.
10521
10522@kindex exec-file
10523@item exec-file @r{[} @var{filename} @r{]}
10524Specify that the program to be run (but not the symbol table) is found
10525in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
10526if necessary to locate your program. Omitting @var{filename} means to
10527discard information on the executable file.
10528
10529@kindex symbol-file
10530@item symbol-file @r{[} @var{filename} @r{]}
10531Read symbol table information from file @var{filename}. @code{PATH} is
10532searched when necessary. Use the @code{file} command to get both symbol
10533table and program to run from the same file.
10534
10535@code{symbol-file} with no argument clears out @value{GDBN} information on your
10536program's symbol table.
10537
5d161b24 10538The @code{symbol-file} command causes @value{GDBN} to forget the contents
c906108c
SS
10539of its convenience variables, the value history, and all breakpoints and
10540auto-display expressions. This is because they may contain pointers to
10541the internal data recording symbols and data types, which are part of
10542the old symbol table data being discarded inside @value{GDBN}.
10543
10544@code{symbol-file} does not repeat if you press @key{RET} again after
10545executing it once.
10546
10547When @value{GDBN} is configured for a particular environment, it
10548understands debugging information in whatever format is the standard
10549generated for that environment; you may use either a @sc{gnu} compiler, or
10550other compilers that adhere to the local conventions.
c906108c
SS
10551Best results are usually obtained from @sc{gnu} compilers; for example,
10552using @code{@value{GCC}} you can generate debugging information for
10553optimized code.
c906108c
SS
10554
10555For most kinds of object files, with the exception of old SVR3 systems
10556using COFF, the @code{symbol-file} command does not normally read the
10557symbol table in full right away. Instead, it scans the symbol table
10558quickly to find which source files and which symbols are present. The
10559details are read later, one source file at a time, as they are needed.
10560
10561The purpose of this two-stage reading strategy is to make @value{GDBN}
10562start up faster. For the most part, it is invisible except for
10563occasional pauses while the symbol table details for a particular source
10564file are being read. (The @code{set verbose} command can turn these
10565pauses into messages if desired. @xref{Messages/Warnings, ,Optional
10566warnings and messages}.)
10567
c906108c
SS
10568We have not implemented the two-stage strategy for COFF yet. When the
10569symbol table is stored in COFF format, @code{symbol-file} reads the
10570symbol table data in full right away. Note that ``stabs-in-COFF''
10571still does the two-stage strategy, since the debug info is actually
10572in stabs format.
10573
10574@kindex readnow
10575@cindex reading symbols immediately
10576@cindex symbols, reading immediately
10577@kindex mapped
10578@cindex memory-mapped symbol file
10579@cindex saving symbol table
10580@item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10581@itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
10582You can override the @value{GDBN} two-stage strategy for reading symbol
10583tables by using the @samp{-readnow} option with any of the commands that
10584load symbol table information, if you want to be sure @value{GDBN} has the
5d161b24 10585entire symbol table available.
c906108c 10586
c906108c
SS
10587If memory-mapped files are available on your system through the
10588@code{mmap} system call, you can use another option, @samp{-mapped}, to
10589cause @value{GDBN} to write the symbols for your program into a reusable
10590file. Future @value{GDBN} debugging sessions map in symbol information
10591from this auxiliary symbol file (if the program has not changed), rather
10592than spending time reading the symbol table from the executable
10593program. Using the @samp{-mapped} option has the same effect as
10594starting @value{GDBN} with the @samp{-mapped} command-line option.
10595
10596You can use both options together, to make sure the auxiliary symbol
10597file has all the symbol information for your program.
10598
10599The auxiliary symbol file for a program called @var{myprog} is called
10600@samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
10601than the corresponding executable), @value{GDBN} always attempts to use
10602it when you debug @var{myprog}; no special options or commands are
10603needed.
10604
10605The @file{.syms} file is specific to the host machine where you run
10606@value{GDBN}. It holds an exact image of the internal @value{GDBN}
10607symbol table. It cannot be shared across multiple host platforms.
c906108c
SS
10608
10609@c FIXME: for now no mention of directories, since this seems to be in
10610@c flux. 13mar1992 status is that in theory GDB would look either in
10611@c current dir or in same dir as myprog; but issues like competing
10612@c GDB's, or clutter in system dirs, mean that in practice right now
10613@c only current dir is used. FFish says maybe a special GDB hierarchy
10614@c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
10615@c files.
10616
c906108c 10617@kindex core-file
09d4efe1 10618@item core-file @r{[}@var{filename}@r{]}
4644b6e3 10619@itemx core
c906108c
SS
10620Specify the whereabouts of a core dump file to be used as the ``contents
10621of memory''. Traditionally, core files contain only some parts of the
10622address space of the process that generated them; @value{GDBN} can access the
10623executable file itself for other parts.
10624
10625@code{core-file} with no argument specifies that no core file is
10626to be used.
10627
10628Note that the core file is ignored when your program is actually running
7a292a7a
SS
10629under @value{GDBN}. So, if you have been running your program and you
10630wish to debug a core file instead, you must kill the subprocess in which
10631the program is running. To do this, use the @code{kill} command
c906108c 10632(@pxref{Kill Process, ,Killing the child process}).
c906108c 10633
c906108c
SS
10634@kindex add-symbol-file
10635@cindex dynamic linking
10636@item add-symbol-file @var{filename} @var{address}
10637@itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
17d9d558 10638@itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{}
96a2c332
SS
10639The @code{add-symbol-file} command reads additional symbol table
10640information from the file @var{filename}. You would use this command
10641when @var{filename} has been dynamically loaded (by some other means)
10642into the program that is running. @var{address} should be the memory
10643address at which the file has been loaded; @value{GDBN} cannot figure
d167840f
EZ
10644this out for itself. You can additionally specify an arbitrary number
10645of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
10646section name and base address for that section. You can specify any
10647@var{address} as an expression.
c906108c
SS
10648
10649The symbol table of the file @var{filename} is added to the symbol table
10650originally read with the @code{symbol-file} command. You can use the
96a2c332
SS
10651@code{add-symbol-file} command any number of times; the new symbol data
10652thus read keeps adding to the old. To discard all old symbol data
10653instead, use the @code{symbol-file} command without any arguments.
c906108c 10654
17d9d558
JB
10655@cindex relocatable object files, reading symbols from
10656@cindex object files, relocatable, reading symbols from
10657@cindex reading symbols from relocatable object files
10658@cindex symbols, reading from relocatable object files
10659@cindex @file{.o} files, reading symbols from
10660Although @var{filename} is typically a shared library file, an
10661executable file, or some other object file which has been fully
10662relocated for loading into a process, you can also load symbolic
10663information from relocatable @file{.o} files, as long as:
10664
10665@itemize @bullet
10666@item
10667the file's symbolic information refers only to linker symbols defined in
10668that file, not to symbols defined by other object files,
10669@item
10670every section the file's symbolic information refers to has actually
10671been loaded into the inferior, as it appears in the file, and
10672@item
10673you can determine the address at which every section was loaded, and
10674provide these to the @code{add-symbol-file} command.
10675@end itemize
10676
10677@noindent
10678Some embedded operating systems, like Sun Chorus and VxWorks, can load
10679relocatable files into an already running program; such systems
10680typically make the requirements above easy to meet. However, it's
10681important to recognize that many native systems use complex link
49efadf5 10682procedures (@code{.linkonce} section factoring and C@t{++} constructor table
17d9d558
JB
10683assembly, for example) that make the requirements difficult to meet. In
10684general, one cannot assume that using @code{add-symbol-file} to read a
10685relocatable object file's symbolic information will have the same effect
10686as linking the relocatable object file into the program in the normal
10687way.
10688
c906108c
SS
10689@code{add-symbol-file} does not repeat if you press @key{RET} after using it.
10690
10691You can use the @samp{-mapped} and @samp{-readnow} options just as with
10692the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
10693table information for @var{filename}.
10694
c45da7e6
EZ
10695@kindex add-symbol-file-from-memory
10696@cindex @code{syscall DSO}
10697@cindex load symbols from memory
10698@item add-symbol-file-from-memory @var{address}
10699Load symbols from the given @var{address} in a dynamically loaded
10700object file whose image is mapped directly into the inferior's memory.
10701For example, the Linux kernel maps a @code{syscall DSO} into each
10702process's address space; this DSO provides kernel-specific code for
10703some system calls. The argument can be any expression whose
10704evaluation yields the address of the file's shared object file header.
10705For this command to work, you must have used @code{symbol-file} or
10706@code{exec-file} commands in advance.
10707
09d4efe1
EZ
10708@kindex add-shared-symbol-files
10709@kindex assf
10710@item add-shared-symbol-files @var{library-file}
10711@itemx assf @var{library-file}
10712The @code{add-shared-symbol-files} command can currently be used only
10713in the Cygwin build of @value{GDBN} on MS-Windows OS, where it is an
10714alias for the @code{dll-symbols} command (@pxref{Cygwin Native}).
10715@value{GDBN} automatically looks for shared libraries, however if
10716@value{GDBN} does not find yours, you can invoke
10717@code{add-shared-symbol-files}. It takes one argument: the shared
10718library's file name. @code{assf} is a shorthand alias for
10719@code{add-shared-symbol-files}.
c906108c 10720
c906108c 10721@kindex section
09d4efe1
EZ
10722@item section @var{section} @var{addr}
10723The @code{section} command changes the base address of the named
10724@var{section} of the exec file to @var{addr}. This can be used if the
10725exec file does not contain section addresses, (such as in the
10726@code{a.out} format), or when the addresses specified in the file
10727itself are wrong. Each section must be changed separately. The
10728@code{info files} command, described below, lists all the sections and
10729their addresses.
c906108c
SS
10730
10731@kindex info files
10732@kindex info target
10733@item info files
10734@itemx info target
7a292a7a
SS
10735@code{info files} and @code{info target} are synonymous; both print the
10736current target (@pxref{Targets, ,Specifying a Debugging Target}),
10737including the names of the executable and core dump files currently in
10738use by @value{GDBN}, and the files from which symbols were loaded. The
10739command @code{help target} lists all possible targets rather than
10740current ones.
10741
fe95c787
MS
10742@kindex maint info sections
10743@item maint info sections
10744Another command that can give you extra information about program sections
10745is @code{maint info sections}. In addition to the section information
10746displayed by @code{info files}, this command displays the flags and file
10747offset of each section in the executable and core dump files. In addition,
10748@code{maint info sections} provides the following command options (which
10749may be arbitrarily combined):
10750
10751@table @code
10752@item ALLOBJ
10753Display sections for all loaded object files, including shared libraries.
10754@item @var{sections}
6600abed 10755Display info only for named @var{sections}.
fe95c787
MS
10756@item @var{section-flags}
10757Display info only for sections for which @var{section-flags} are true.
10758The section flags that @value{GDBN} currently knows about are:
10759@table @code
10760@item ALLOC
10761Section will have space allocated in the process when loaded.
10762Set for all sections except those containing debug information.
10763@item LOAD
10764Section will be loaded from the file into the child process memory.
10765Set for pre-initialized code and data, clear for @code{.bss} sections.
10766@item RELOC
10767Section needs to be relocated before loading.
10768@item READONLY
10769Section cannot be modified by the child process.
10770@item CODE
10771Section contains executable code only.
6600abed 10772@item DATA
fe95c787
MS
10773Section contains data only (no executable code).
10774@item ROM
10775Section will reside in ROM.
10776@item CONSTRUCTOR
10777Section contains data for constructor/destructor lists.
10778@item HAS_CONTENTS
10779Section is not empty.
10780@item NEVER_LOAD
10781An instruction to the linker to not output the section.
10782@item COFF_SHARED_LIBRARY
10783A notification to the linker that the section contains
10784COFF shared library information.
10785@item IS_COMMON
10786Section contains common symbols.
10787@end table
10788@end table
6763aef9 10789@kindex set trust-readonly-sections
9c16f35a 10790@cindex read-only sections
6763aef9
MS
10791@item set trust-readonly-sections on
10792Tell @value{GDBN} that readonly sections in your object file
6ca652b0 10793really are read-only (i.e.@: that their contents will not change).
6763aef9
MS
10794In that case, @value{GDBN} can fetch values from these sections
10795out of the object file, rather than from the target program.
10796For some targets (notably embedded ones), this can be a significant
10797enhancement to debugging performance.
10798
10799The default is off.
10800
10801@item set trust-readonly-sections off
15110bc3 10802Tell @value{GDBN} not to trust readonly sections. This means that
6763aef9
MS
10803the contents of the section might change while the program is running,
10804and must therefore be fetched from the target when needed.
9c16f35a
EZ
10805
10806@item show trust-readonly-sections
10807Show the current setting of trusting readonly sections.
c906108c
SS
10808@end table
10809
10810All file-specifying commands allow both absolute and relative file names
10811as arguments. @value{GDBN} always converts the file name to an absolute file
10812name and remembers it that way.
10813
c906108c 10814@cindex shared libraries
9c16f35a
EZ
10815@value{GDBN} supports GNU/Linux, MS-Windows, HP-UX, SunOS, SVr4, Irix,
10816and IBM RS/6000 AIX shared libraries.
53a5351d 10817
c906108c
SS
10818@value{GDBN} automatically loads symbol definitions from shared libraries
10819when you use the @code{run} command, or when you examine a core file.
10820(Before you issue the @code{run} command, @value{GDBN} does not understand
10821references to a function in a shared library, however---unless you are
10822debugging a core file).
53a5351d
JM
10823
10824On HP-UX, if the program loads a library explicitly, @value{GDBN}
10825automatically loads the symbols at the time of the @code{shl_load} call.
10826
c906108c
SS
10827@c FIXME: some @value{GDBN} release may permit some refs to undef
10828@c FIXME...symbols---eg in a break cmd---assuming they are from a shared
10829@c FIXME...lib; check this from time to time when updating manual
10830
b7209cb4
FF
10831There are times, however, when you may wish to not automatically load
10832symbol definitions from shared libraries, such as when they are
10833particularly large or there are many of them.
10834
10835To control the automatic loading of shared library symbols, use the
10836commands:
10837
10838@table @code
10839@kindex set auto-solib-add
10840@item set auto-solib-add @var{mode}
10841If @var{mode} is @code{on}, symbols from all shared object libraries
10842will be loaded automatically when the inferior begins execution, you
10843attach to an independently started inferior, or when the dynamic linker
10844informs @value{GDBN} that a new library has been loaded. If @var{mode}
10845is @code{off}, symbols must be loaded manually, using the
10846@code{sharedlibrary} command. The default value is @code{on}.
10847
dcaf7c2c
EZ
10848@cindex memory used for symbol tables
10849If your program uses lots of shared libraries with debug info that
10850takes large amounts of memory, you can decrease the @value{GDBN}
10851memory footprint by preventing it from automatically loading the
10852symbols from shared libraries. To that end, type @kbd{set
10853auto-solib-add off} before running the inferior, then load each
10854library whose debug symbols you do need with @kbd{sharedlibrary
10855@var{regexp}}, where @var{regexp} is a regular expresion that matches
10856the libraries whose symbols you want to be loaded.
10857
b7209cb4
FF
10858@kindex show auto-solib-add
10859@item show auto-solib-add
10860Display the current autoloading mode.
10861@end table
10862
c45da7e6 10863@cindex load shared library
b7209cb4
FF
10864To explicitly load shared library symbols, use the @code{sharedlibrary}
10865command:
10866
c906108c
SS
10867@table @code
10868@kindex info sharedlibrary
10869@kindex info share
10870@item info share
10871@itemx info sharedlibrary
10872Print the names of the shared libraries which are currently loaded.
10873
10874@kindex sharedlibrary
10875@kindex share
10876@item sharedlibrary @var{regex}
10877@itemx share @var{regex}
c906108c
SS
10878Load shared object library symbols for files matching a
10879Unix regular expression.
10880As with files loaded automatically, it only loads shared libraries
10881required by your program for a core file or after typing @code{run}. If
10882@var{regex} is omitted all shared libraries required by your program are
10883loaded.
c45da7e6
EZ
10884
10885@item nosharedlibrary
10886@kindex nosharedlibrary
10887@cindex unload symbols from shared libraries
10888Unload all shared object library symbols. This discards all symbols
10889that have been loaded from all shared libraries. Symbols from shared
10890libraries that were loaded by explicit user requests are not
10891discarded.
c906108c
SS
10892@end table
10893
b7209cb4
FF
10894On some systems, such as HP-UX systems, @value{GDBN} supports
10895autoloading shared library symbols until a limiting threshold size is
10896reached. This provides the benefit of allowing autoloading to remain on
10897by default, but avoids autoloading excessively large shared libraries,
10898up to a threshold that is initially set, but which you can modify if you
10899wish.
c906108c
SS
10900
10901Beyond that threshold, symbols from shared libraries must be explicitly
d4f3574e
SS
10902loaded. To load these symbols, use the command @code{sharedlibrary
10903@var{filename}}. The base address of the shared library is determined
c906108c
SS
10904automatically by @value{GDBN} and need not be specified.
10905
10906To display or set the threshold, use the commands:
10907
10908@table @code
b7209cb4
FF
10909@kindex set auto-solib-limit
10910@item set auto-solib-limit @var{threshold}
10911Set the autoloading size threshold, in an integral number of megabytes.
10912If @var{threshold} is nonzero and shared library autoloading is enabled,
10913symbols from all shared object libraries will be loaded until the total
10914size of the loaded shared library symbols exceeds this threshold.
c906108c 10915Otherwise, symbols must be loaded manually, using the
6ca652b0 10916@code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100
b7209cb4 10917Mb).
c906108c 10918
b7209cb4
FF
10919@kindex show auto-solib-limit
10920@item show auto-solib-limit
c906108c
SS
10921Display the current autoloading size threshold, in megabytes.
10922@end table
c906108c 10923
721c2651
EZ
10924Sometimes you may wish that @value{GDBN} stops and gives you control
10925when any of shared library events happen. Use the @code{set
10926stop-on-solib-events} command for this:
10927
10928@table @code
10929@item set stop-on-solib-events
10930@kindex set stop-on-solib-events
10931This command controls whether @value{GDBN} should give you control
10932when the dynamic linker notifies it about some shared library event.
10933The most common event of interest is loading or unloading of a new
10934shared library.
10935
10936@item show stop-on-solib-events
10937@kindex show stop-on-solib-events
10938Show whether @value{GDBN} stops and gives you control when shared
10939library events happen.
10940@end table
10941
f5ebfba0
DJ
10942Shared libraries are also supported in many cross or remote debugging
10943configurations. A copy of the target's libraries need to be present on the
10944host system; they need to be the same as the target libraries, although the
10945copies on the target can be stripped as long as the copies on the host are
10946not.
10947
10948You need to tell @value{GDBN} where the target libraries are, so that it can
10949load the correct copies---otherwise, it may try to load the host's libraries.
10950@value{GDBN} has two variables to specify the search directories for target
10951libraries.
10952
10953@table @code
10954@kindex set solib-absolute-prefix
10955@item set solib-absolute-prefix @var{path}
10956If this variable is set, @var{path} will be used as a prefix for any
10957absolute shared library paths; many runtime loaders store the absolute
10958paths to the shared library in the target program's memory. If you use
10959@samp{solib-absolute-prefix} to find shared libraries, they need to be laid
10960out in the same way that they are on the target, with e.g.@: a
10961@file{/usr/lib} hierarchy under @var{path}.
10962
10963You can set the default value of @samp{solib-absolute-prefix} by using the
10964configure-time @samp{--with-sysroot} option.
10965
10966@kindex show solib-absolute-prefix
10967@item show solib-absolute-prefix
10968Display the current shared library prefix.
10969
10970@kindex set solib-search-path
10971@item set solib-search-path @var{path}
10972If this variable is set, @var{path} is a colon-separated list of directories
10973to search for shared libraries. @samp{solib-search-path} is used after
10974@samp{solib-absolute-prefix} fails to locate the library, or if the path to
10975the library is relative instead of absolute. If you want to use
10976@samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to
10977set @samp{solib-absolute-prefix} to a nonexistant directory to prevent
10978@value{GDBN} from finding your host's libraries.
10979
10980@kindex show solib-search-path
10981@item show solib-search-path
10982Display the current shared library search path.
10983@end table
10984
5b5d99cf
JB
10985
10986@node Separate Debug Files
10987@section Debugging Information in Separate Files
10988@cindex separate debugging information files
10989@cindex debugging information in separate files
10990@cindex @file{.debug} subdirectories
10991@cindex debugging information directory, global
10992@cindex global debugging information directory
10993
10994@value{GDBN} allows you to put a program's debugging information in a
10995file separate from the executable itself, in a way that allows
10996@value{GDBN} to find and load the debugging information automatically.
10997Since debugging information can be very large --- sometimes larger
10998than the executable code itself --- some systems distribute debugging
10999information for their executables in separate files, which users can
11000install only when they need to debug a problem.
11001
11002If an executable's debugging information has been extracted to a
11003separate file, the executable should contain a @dfn{debug link} giving
11004the name of the debugging information file (with no directory
11005components), and a checksum of its contents. (The exact form of a
11006debug link is described below.) If the full name of the directory
11007containing the executable is @var{execdir}, and the executable has a
11008debug link that specifies the name @var{debugfile}, then @value{GDBN}
11009will automatically search for the debugging information file in three
11010places:
11011
11012@itemize @bullet
11013@item
11014the directory containing the executable file (that is, it will look
11015for a file named @file{@var{execdir}/@var{debugfile}},
11016@item
11017a subdirectory of that directory named @file{.debug} (that is, the
11018file @file{@var{execdir}/.debug/@var{debugfile}}, and
11019@item
11020a subdirectory of the global debug file directory that includes the
11021executable's full path, and the name from the link (that is, the file
11022@file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where
11023@var{globaldebugdir} is the global debug file directory, and
11024@var{execdir} has been turned into a relative path).
11025@end itemize
11026@noindent
11027@value{GDBN} checks under each of these names for a debugging
11028information file whose checksum matches that given in the link, and
11029reads the debugging information from the first one it finds.
11030
11031So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls},
11032which has a link containing the name @file{ls.debug}, and the global
11033debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look
11034for debug information in @file{/usr/bin/ls.debug},
11035@file{/usr/bin/.debug/ls.debug}, and
11036@file{/usr/lib/debug/usr/bin/ls.debug}.
11037
11038You can set the global debugging info directory's name, and view the
11039name @value{GDBN} is currently using.
11040
11041@table @code
11042
11043@kindex set debug-file-directory
11044@item set debug-file-directory @var{directory}
11045Set the directory which @value{GDBN} searches for separate debugging
11046information files to @var{directory}.
11047
11048@kindex show debug-file-directory
11049@item show debug-file-directory
11050Show the directory @value{GDBN} searches for separate debugging
11051information files.
11052
11053@end table
11054
11055@cindex @code{.gnu_debuglink} sections
11056@cindex debug links
11057A debug link is a special section of the executable file named
11058@code{.gnu_debuglink}. The section must contain:
11059
11060@itemize
11061@item
11062A filename, with any leading directory components removed, followed by
11063a zero byte,
11064@item
11065zero to three bytes of padding, as needed to reach the next four-byte
11066boundary within the section, and
11067@item
11068a four-byte CRC checksum, stored in the same endianness used for the
11069executable file itself. The checksum is computed on the debugging
11070information file's full contents by the function given below, passing
11071zero as the @var{crc} argument.
11072@end itemize
11073
11074Any executable file format can carry a debug link, as long as it can
11075contain a section named @code{.gnu_debuglink} with the contents
11076described above.
11077
11078The debugging information file itself should be an ordinary
11079executable, containing a full set of linker symbols, sections, and
11080debugging information. The sections of the debugging information file
11081should have the same names, addresses and sizes as the original file,
11082but they need not contain any data --- much like a @code{.bss} section
11083in an ordinary executable.
11084
11085As of December 2002, there is no standard GNU utility to produce
11086separated executable / debugging information file pairs. Ulrich
11087Drepper's @file{elfutils} package, starting with version 0.53,
11088contains a version of the @code{strip} command such that the command
11089@kbd{strip foo -f foo.debug} removes the debugging information from
11090the executable file @file{foo}, places it in the file
11091@file{foo.debug}, and leaves behind a debug link in @file{foo}.
11092
11093Since there are many different ways to compute CRC's (different
11094polynomials, reversals, byte ordering, etc.), the simplest way to
11095describe the CRC used in @code{.gnu_debuglink} sections is to give the
11096complete code for a function that computes it:
11097
4644b6e3 11098@kindex gnu_debuglink_crc32
5b5d99cf
JB
11099@smallexample
11100unsigned long
11101gnu_debuglink_crc32 (unsigned long crc,
11102 unsigned char *buf, size_t len)
11103@{
11104 static const unsigned long crc32_table[256] =
11105 @{
11106 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419,
11107 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4,
11108 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07,
11109 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de,
11110 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856,
11111 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
11112 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4,
11113 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b,
11114 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3,
11115 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a,
11116 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599,
11117 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
11118 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190,
11119 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f,
11120 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e,
11121 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01,
11122 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed,
11123 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
11124 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3,
11125 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2,
11126 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a,
11127 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5,
11128 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010,
11129 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
11130 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17,
11131 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6,
11132 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615,
11133 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8,
11134 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344,
11135 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
11136 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a,
11137 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5,
11138 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1,
11139 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c,
11140 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef,
11141 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
11142 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe,
11143 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31,
11144 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c,
11145 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713,
11146 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b,
11147 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
11148 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1,
11149 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c,
11150 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278,
11151 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7,
11152 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66,
11153 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
11154 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605,
11155 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8,
11156 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b,
11157 0x2d02ef8d
11158 @};
11159 unsigned char *end;
11160
11161 crc = ~crc & 0xffffffff;
11162 for (end = buf + len; buf < end; ++buf)
11163 crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8);
e7a3abfc 11164 return ~crc & 0xffffffff;
5b5d99cf
JB
11165@}
11166@end smallexample
11167
11168
6d2ebf8b 11169@node Symbol Errors
c906108c
SS
11170@section Errors reading symbol files
11171
11172While reading a symbol file, @value{GDBN} occasionally encounters problems,
11173such as symbol types it does not recognize, or known bugs in compiler
11174output. By default, @value{GDBN} does not notify you of such problems, since
11175they are relatively common and primarily of interest to people
11176debugging compilers. If you are interested in seeing information
11177about ill-constructed symbol tables, you can either ask @value{GDBN} to print
11178only one message about each such type of problem, no matter how many
11179times the problem occurs; or you can ask @value{GDBN} to print more messages,
11180to see how many times the problems occur, with the @code{set
11181complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
11182messages}).
11183
11184The messages currently printed, and their meanings, include:
11185
11186@table @code
11187@item inner block not inside outer block in @var{symbol}
11188
11189The symbol information shows where symbol scopes begin and end
11190(such as at the start of a function or a block of statements). This
11191error indicates that an inner scope block is not fully contained
11192in its outer scope blocks.
11193
11194@value{GDBN} circumvents the problem by treating the inner block as if it had
11195the same scope as the outer block. In the error message, @var{symbol}
11196may be shown as ``@code{(don't know)}'' if the outer block is not a
11197function.
11198
11199@item block at @var{address} out of order
11200
11201The symbol information for symbol scope blocks should occur in
11202order of increasing addresses. This error indicates that it does not
11203do so.
11204
11205@value{GDBN} does not circumvent this problem, and has trouble
11206locating symbols in the source file whose symbols it is reading. (You
11207can often determine what source file is affected by specifying
11208@code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
11209messages}.)
11210
11211@item bad block start address patched
11212
11213The symbol information for a symbol scope block has a start address
11214smaller than the address of the preceding source line. This is known
11215to occur in the SunOS 4.1.1 (and earlier) C compiler.
11216
11217@value{GDBN} circumvents the problem by treating the symbol scope block as
11218starting on the previous source line.
11219
11220@item bad string table offset in symbol @var{n}
11221
11222@cindex foo
11223Symbol number @var{n} contains a pointer into the string table which is
11224larger than the size of the string table.
11225
11226@value{GDBN} circumvents the problem by considering the symbol to have the
11227name @code{foo}, which may cause other problems if many symbols end up
11228with this name.
11229
11230@item unknown symbol type @code{0x@var{nn}}
11231
7a292a7a
SS
11232The symbol information contains new data types that @value{GDBN} does
11233not yet know how to read. @code{0x@var{nn}} is the symbol type of the
d4f3574e 11234uncomprehended information, in hexadecimal.
c906108c 11235
7a292a7a
SS
11236@value{GDBN} circumvents the error by ignoring this symbol information.
11237This usually allows you to debug your program, though certain symbols
c906108c 11238are not accessible. If you encounter such a problem and feel like
7a292a7a
SS
11239debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
11240on @code{complain}, then go up to the function @code{read_dbx_symtab}
11241and examine @code{*bufp} to see the symbol.
c906108c
SS
11242
11243@item stub type has NULL name
c906108c 11244
7a292a7a 11245@value{GDBN} could not find the full definition for a struct or class.
c906108c 11246
7a292a7a 11247@item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
b37052ae 11248The symbol information for a C@t{++} member function is missing some
7a292a7a
SS
11249information that recent versions of the compiler should have output for
11250it.
c906108c
SS
11251
11252@item info mismatch between compiler and debugger
11253
11254@value{GDBN} could not parse a type specification output by the compiler.
7a292a7a 11255
c906108c
SS
11256@end table
11257
6d2ebf8b 11258@node Targets
c906108c 11259@chapter Specifying a Debugging Target
7a292a7a 11260
c906108c 11261@cindex debugging target
c906108c 11262A @dfn{target} is the execution environment occupied by your program.
53a5351d
JM
11263
11264Often, @value{GDBN} runs in the same host environment as your program;
11265in that case, the debugging target is specified as a side effect when
11266you use the @code{file} or @code{core} commands. When you need more
c906108c
SS
11267flexibility---for example, running @value{GDBN} on a physically separate
11268host, or controlling a standalone system over a serial port or a
53a5351d
JM
11269realtime system over a TCP/IP connection---you can use the @code{target}
11270command to specify one of the target types configured for @value{GDBN}
11271(@pxref{Target Commands, ,Commands for managing targets}).
c906108c 11272
a8f24a35
EZ
11273@cindex target architecture
11274It is possible to build @value{GDBN} for several different @dfn{target
11275architectures}. When @value{GDBN} is built like that, you can choose
11276one of the available architectures with the @kbd{set architecture}
11277command.
11278
11279@table @code
11280@kindex set architecture
11281@kindex show architecture
11282@item set architecture @var{arch}
11283This command sets the current target architecture to @var{arch}. The
11284value of @var{arch} can be @code{"auto"}, in addition to one of the
11285supported architectures.
11286
11287@item show architecture
11288Show the current target architecture.
9c16f35a
EZ
11289
11290@item set processor
11291@itemx processor
11292@kindex set processor
11293@kindex show processor
11294These are alias commands for, respectively, @code{set architecture}
11295and @code{show architecture}.
a8f24a35
EZ
11296@end table
11297
c906108c
SS
11298@menu
11299* Active Targets:: Active targets
11300* Target Commands:: Commands for managing targets
c906108c
SS
11301* Byte Order:: Choosing target byte order
11302* Remote:: Remote debugging
96baa820 11303* KOD:: Kernel Object Display
c906108c
SS
11304
11305@end menu
11306
6d2ebf8b 11307@node Active Targets
c906108c 11308@section Active targets
7a292a7a 11309
c906108c
SS
11310@cindex stacking targets
11311@cindex active targets
11312@cindex multiple targets
11313
c906108c 11314There are three classes of targets: processes, core files, and
7a292a7a
SS
11315executable files. @value{GDBN} can work concurrently on up to three
11316active targets, one in each class. This allows you to (for example)
11317start a process and inspect its activity without abandoning your work on
11318a core file.
c906108c
SS
11319
11320For example, if you execute @samp{gdb a.out}, then the executable file
11321@code{a.out} is the only active target. If you designate a core file as
11322well---presumably from a prior run that crashed and coredumped---then
11323@value{GDBN} has two active targets and uses them in tandem, looking
11324first in the corefile target, then in the executable file, to satisfy
11325requests for memory addresses. (Typically, these two classes of target
11326are complementary, since core files contain only a program's
11327read-write memory---variables and so on---plus machine status, while
11328executable files contain only the program text and initialized data.)
c906108c
SS
11329
11330When you type @code{run}, your executable file becomes an active process
7a292a7a
SS
11331target as well. When a process target is active, all @value{GDBN}
11332commands requesting memory addresses refer to that target; addresses in
11333an active core file or executable file target are obscured while the
11334process target is active.
c906108c 11335
7a292a7a
SS
11336Use the @code{core-file} and @code{exec-file} commands to select a new
11337core file or executable target (@pxref{Files, ,Commands to specify
c906108c 11338files}). To specify as a target a process that is already running, use
7a292a7a
SS
11339the @code{attach} command (@pxref{Attach, ,Debugging an already-running
11340process}).
c906108c 11341
6d2ebf8b 11342@node Target Commands
c906108c
SS
11343@section Commands for managing targets
11344
11345@table @code
11346@item target @var{type} @var{parameters}
7a292a7a
SS
11347Connects the @value{GDBN} host environment to a target machine or
11348process. A target is typically a protocol for talking to debugging
11349facilities. You use the argument @var{type} to specify the type or
11350protocol of the target machine.
c906108c
SS
11351
11352Further @var{parameters} are interpreted by the target protocol, but
11353typically include things like device names or host names to connect
11354with, process numbers, and baud rates.
c906108c
SS
11355
11356The @code{target} command does not repeat if you press @key{RET} again
11357after executing the command.
11358
11359@kindex help target
11360@item help target
11361Displays the names of all targets available. To display targets
11362currently selected, use either @code{info target} or @code{info files}
11363(@pxref{Files, ,Commands to specify files}).
11364
11365@item help target @var{name}
11366Describe a particular target, including any parameters necessary to
11367select it.
11368
11369@kindex set gnutarget
11370@item set gnutarget @var{args}
5d161b24 11371@value{GDBN} uses its own library BFD to read your files. @value{GDBN}
c906108c 11372knows whether it is reading an @dfn{executable},
5d161b24
DB
11373a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
11374with the @code{set gnutarget} command. Unlike most @code{target} commands,
c906108c
SS
11375with @code{gnutarget} the @code{target} refers to a program, not a machine.
11376
d4f3574e 11377@quotation
c906108c
SS
11378@emph{Warning:} To specify a file format with @code{set gnutarget},
11379you must know the actual BFD name.
d4f3574e 11380@end quotation
c906108c 11381
d4f3574e
SS
11382@noindent
11383@xref{Files, , Commands to specify files}.
c906108c 11384
5d161b24 11385@kindex show gnutarget
c906108c
SS
11386@item show gnutarget
11387Use the @code{show gnutarget} command to display what file format
11388@code{gnutarget} is set to read. If you have not set @code{gnutarget},
11389@value{GDBN} will determine the file format for each file automatically,
11390and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
11391@end table
11392
4644b6e3 11393@cindex common targets
c906108c
SS
11394Here are some common targets (available, or not, depending on the GDB
11395configuration):
c906108c
SS
11396
11397@table @code
4644b6e3 11398@kindex target
c906108c 11399@item target exec @var{program}
4644b6e3 11400@cindex executable file target
c906108c
SS
11401An executable file. @samp{target exec @var{program}} is the same as
11402@samp{exec-file @var{program}}.
11403
c906108c 11404@item target core @var{filename}
4644b6e3 11405@cindex core dump file target
c906108c
SS
11406A core dump file. @samp{target core @var{filename}} is the same as
11407@samp{core-file @var{filename}}.
c906108c 11408
c906108c 11409@item target remote @var{dev}
4644b6e3 11410@cindex remote target
c906108c
SS
11411Remote serial target in GDB-specific protocol. The argument @var{dev}
11412specifies what serial device to use for the connection (e.g.
11413@file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
d4f3574e 11414supports the @code{load} command. This is only useful if you have
c906108c
SS
11415some other way of getting the stub to the target system, and you can put
11416it somewhere in memory where it won't get clobbered by the download.
11417
c906108c 11418@item target sim
4644b6e3 11419@cindex built-in simulator target
2df3850c 11420Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
104c1213 11421In general,
474c8240 11422@smallexample
104c1213
JM
11423 target sim
11424 load
11425 run
474c8240 11426@end smallexample
d4f3574e 11427@noindent
104c1213 11428works; however, you cannot assume that a specific memory map, device
d4f3574e 11429drivers, or even basic I/O is available, although some simulators do
104c1213
JM
11430provide these. For info about any processor-specific simulator details,
11431see the appropriate section in @ref{Embedded Processors, ,Embedded
11432Processors}.
11433
c906108c
SS
11434@end table
11435
104c1213 11436Some configurations may include these targets as well:
c906108c
SS
11437
11438@table @code
11439
c906108c 11440@item target nrom @var{dev}
4644b6e3 11441@cindex NetROM ROM emulator target
c906108c
SS
11442NetROM ROM emulator. This target only supports downloading.
11443
c906108c
SS
11444@end table
11445
5d161b24 11446Different targets are available on different configurations of @value{GDBN};
c906108c 11447your configuration may have more or fewer targets.
c906108c 11448
721c2651
EZ
11449Many remote targets require you to download the executable's code once
11450you've successfully established a connection. You may wish to control
11451various aspects of this process, such as the size of the data chunks
11452used by @value{GDBN} to download program parts to the remote target.
a8f24a35
EZ
11453
11454@table @code
11455@kindex set download-write-size
11456@item set download-write-size @var{size}
11457Set the write size used when downloading a program. Only used when
11458downloading a program onto a remote target. Specify zero or a
11459negative value to disable blocked writes. The actual size of each
11460transfer is also limited by the size of the target packet and the
11461memory cache.
11462
11463@kindex show download-write-size
11464@item show download-write-size
721c2651 11465@kindex show download-write-size
a8f24a35 11466Show the current value of the write size.
721c2651
EZ
11467
11468@item set hash
11469@kindex set hash@r{, for remote monitors}
11470@cindex hash mark while downloading
11471This command controls whether a hash mark @samp{#} is displayed while
11472downloading a file to the remote monitor. If on, a hash mark is
11473displayed after each S-record is successfully downloaded to the
11474monitor.
11475
11476@item show hash
11477@kindex show hash@r{, for remote monitors}
11478Show the current status of displaying the hash mark.
11479
11480@item set debug monitor
11481@kindex set debug monitor
11482@cindex display remote monitor communications
11483Enable or disable display of communications messages between
11484@value{GDBN} and the remote monitor.
11485
11486@item show debug monitor
11487@kindex show debug monitor
11488Show the current status of displaying communications between
11489@value{GDBN} and the remote monitor.
a8f24a35 11490@end table
c906108c
SS
11491
11492@table @code
11493
11494@kindex load @var{filename}
11495@item load @var{filename}
c906108c
SS
11496Depending on what remote debugging facilities are configured into
11497@value{GDBN}, the @code{load} command may be available. Where it exists, it
11498is meant to make @var{filename} (an executable) available for debugging
11499on the remote system---by downloading, or dynamic linking, for example.
11500@code{load} also records the @var{filename} symbol table in @value{GDBN}, like
11501the @code{add-symbol-file} command.
11502
11503If your @value{GDBN} does not have a @code{load} command, attempting to
11504execute it gets the error message ``@code{You can't do that when your
11505target is @dots{}}''
c906108c
SS
11506
11507The file is loaded at whatever address is specified in the executable.
11508For some object file formats, you can specify the load address when you
11509link the program; for other formats, like a.out, the object file format
11510specifies a fixed address.
11511@c FIXME! This would be a good place for an xref to the GNU linker doc.
11512
c906108c
SS
11513@code{load} does not repeat if you press @key{RET} again after using it.
11514@end table
11515
6d2ebf8b 11516@node Byte Order
c906108c 11517@section Choosing target byte order
7a292a7a 11518
c906108c
SS
11519@cindex choosing target byte order
11520@cindex target byte order
c906108c 11521
172c2a43 11522Some types of processors, such as the MIPS, PowerPC, and Renesas SH,
c906108c
SS
11523offer the ability to run either big-endian or little-endian byte
11524orders. Usually the executable or symbol will include a bit to
11525designate the endian-ness, and you will not need to worry about
11526which to use. However, you may still find it useful to adjust
d4f3574e 11527@value{GDBN}'s idea of processor endian-ness manually.
c906108c
SS
11528
11529@table @code
4644b6e3 11530@kindex set endian
c906108c
SS
11531@item set endian big
11532Instruct @value{GDBN} to assume the target is big-endian.
11533
c906108c
SS
11534@item set endian little
11535Instruct @value{GDBN} to assume the target is little-endian.
11536
c906108c
SS
11537@item set endian auto
11538Instruct @value{GDBN} to use the byte order associated with the
11539executable.
11540
11541@item show endian
11542Display @value{GDBN}'s current idea of the target byte order.
11543
11544@end table
11545
11546Note that these commands merely adjust interpretation of symbolic
11547data on the host, and that they have absolutely no effect on the
11548target system.
11549
6d2ebf8b 11550@node Remote
c906108c
SS
11551@section Remote debugging
11552@cindex remote debugging
11553
11554If you are trying to debug a program running on a machine that cannot run
5d161b24
DB
11555@value{GDBN} in the usual way, it is often useful to use remote debugging.
11556For example, you might use remote debugging on an operating system kernel,
c906108c
SS
11557or on a small system which does not have a general purpose operating system
11558powerful enough to run a full-featured debugger.
11559
11560Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
11561to make this work with particular debugging targets. In addition,
5d161b24 11562@value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
c906108c
SS
11563but not specific to any particular target system) which you can use if you
11564write the remote stubs---the code that runs on the remote system to
11565communicate with @value{GDBN}.
11566
11567Other remote targets may be available in your
11568configuration of @value{GDBN}; use @code{help target} to list them.
c906108c 11569
c45da7e6
EZ
11570Once you've connected to the remote target, @value{GDBN} allows you to
11571send arbitrary commands to the remote monitor:
11572
11573@table @code
11574@item remote @var{command}
11575@kindex remote@r{, a command}
11576@cindex send command to remote monitor
11577Send an arbitrary @var{command} string to the remote monitor.
11578@end table
11579
11580
6f05cf9f
AC
11581@node KOD
11582@section Kernel Object Display
6f05cf9f 11583@cindex kernel object display
6f05cf9f
AC
11584@cindex KOD
11585
11586Some targets support kernel object display. Using this facility,
11587@value{GDBN} communicates specially with the underlying operating system
11588and can display information about operating system-level objects such as
11589mutexes and other synchronization objects. Exactly which objects can be
11590displayed is determined on a per-OS basis.
11591
3bbe9696 11592@kindex set os
6f05cf9f
AC
11593Use the @code{set os} command to set the operating system. This tells
11594@value{GDBN} which kernel object display module to initialize:
11595
474c8240 11596@smallexample
6f05cf9f 11597(@value{GDBP}) set os cisco
474c8240 11598@end smallexample
6f05cf9f 11599
3bbe9696
EZ
11600@kindex show os
11601The associated command @code{show os} displays the operating system
11602set with the @code{set os} command; if no operating system has been
11603set, @code{show os} will display an empty string @samp{""}.
11604
6f05cf9f
AC
11605If @code{set os} succeeds, @value{GDBN} will display some information
11606about the operating system, and will create a new @code{info} command
11607which can be used to query the target. The @code{info} command is named
11608after the operating system:
c906108c 11609
3bbe9696 11610@kindex info cisco
474c8240 11611@smallexample
6f05cf9f
AC
11612(@value{GDBP}) info cisco
11613List of Cisco Kernel Objects
11614Object Description
11615any Any and all objects
474c8240 11616@end smallexample
6f05cf9f
AC
11617
11618Further subcommands can be used to query about particular objects known
11619by the kernel.
11620
3bbe9696
EZ
11621There is currently no way to determine whether a given operating
11622system is supported other than to try setting it with @kbd{set os
11623@var{name}}, where @var{name} is the name of the operating system you
11624want to try.
6f05cf9f
AC
11625
11626
11627@node Remote Debugging
11628@chapter Debugging remote programs
11629
6b2f586d 11630@menu
07f31aa6 11631* Connecting:: Connecting to a remote target
6b2f586d
AC
11632* Server:: Using the gdbserver program
11633* NetWare:: Using the gdbserve.nlm program
501eef12 11634* Remote configuration:: Remote configuration
6b2f586d 11635* remote stub:: Implementing a remote stub
6b2f586d
AC
11636@end menu
11637
07f31aa6
DJ
11638@node Connecting
11639@section Connecting to a remote target
11640
11641On the @value{GDBN} host machine, you will need an unstripped copy of
11642your program, since @value{GDBN} needs symobl and debugging information.
11643Start up @value{GDBN} as usual, using the name of the local copy of your
11644program as the first argument.
11645
11646@cindex serial line, @code{target remote}
11647If you're using a serial line, you may want to give @value{GDBN} the
11648@w{@samp{--baud}} option, or use the @code{set remotebaud} command
9c16f35a
EZ
11649(@pxref{Remote configuration, set remotebaud}) before the
11650@code{target} command.
07f31aa6
DJ
11651
11652After that, use @code{target remote} to establish communications with
11653the target machine. Its argument specifies how to communicate---either
11654via a devicename attached to a direct serial line, or a TCP or UDP port
11655(possibly to a terminal server which in turn has a serial line to the
11656target). For example, to use a serial line connected to the device
11657named @file{/dev/ttyb}:
11658
11659@smallexample
11660target remote /dev/ttyb
11661@end smallexample
11662
11663@cindex TCP port, @code{target remote}
11664To use a TCP connection, use an argument of the form
11665@code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}.
11666For example, to connect to port 2828 on a
11667terminal server named @code{manyfarms}:
11668
11669@smallexample
11670target remote manyfarms:2828
11671@end smallexample
11672
11673If your remote target is actually running on the same machine as
11674your debugger session (e.g.@: a simulator of your target running on
11675the same host), you can omit the hostname. For example, to connect
11676to port 1234 on your local machine:
11677
11678@smallexample
11679target remote :1234
11680@end smallexample
11681@noindent
11682
11683Note that the colon is still required here.
11684
11685@cindex UDP port, @code{target remote}
11686To use a UDP connection, use an argument of the form
11687@code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828
11688on a terminal server named @code{manyfarms}:
11689
11690@smallexample
11691target remote udp:manyfarms:2828
11692@end smallexample
11693
11694When using a UDP connection for remote debugging, you should keep in mind
11695that the `U' stands for ``Unreliable''. UDP can silently drop packets on
11696busy or unreliable networks, which will cause havoc with your debugging
11697session.
11698
11699Now you can use all the usual commands to examine and change data and to
11700step and continue the remote program.
11701
11702@cindex interrupting remote programs
11703@cindex remote programs, interrupting
11704Whenever @value{GDBN} is waiting for the remote program, if you type the
11705interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
11706program. This may or may not succeed, depending in part on the hardware
11707and the serial drivers the remote system uses. If you type the
11708interrupt character once again, @value{GDBN} displays this prompt:
11709
11710@smallexample
11711Interrupted while waiting for the program.
11712Give up (and stop debugging it)? (y or n)
11713@end smallexample
11714
11715If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
11716(If you decide you want to try again later, you can use @samp{target
11717remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
11718goes back to waiting.
11719
11720@table @code
11721@kindex detach (remote)
11722@item detach
11723When you have finished debugging the remote program, you can use the
11724@code{detach} command to release it from @value{GDBN} control.
11725Detaching from the target normally resumes its execution, but the results
11726will depend on your particular remote stub. After the @code{detach}
11727command, @value{GDBN} is free to connect to another target.
11728
11729@kindex disconnect
11730@item disconnect
11731The @code{disconnect} command behaves like @code{detach}, except that
11732the target is generally not resumed. It will wait for @value{GDBN}
11733(this instance or another one) to connect and continue debugging. After
11734the @code{disconnect} command, @value{GDBN} is again free to connect to
11735another target.
09d4efe1
EZ
11736
11737@cindex send command to remote monitor
11738@kindex monitor
11739@item monitor @var{cmd}
11740This command allows you to send commands directly to the remote
11741monitor.
07f31aa6
DJ
11742@end table
11743
6f05cf9f
AC
11744@node Server
11745@section Using the @code{gdbserver} program
11746
11747@kindex gdbserver
11748@cindex remote connection without stubs
11749@code{gdbserver} is a control program for Unix-like systems, which
11750allows you to connect your program with a remote @value{GDBN} via
11751@code{target remote}---but without linking in the usual debugging stub.
11752
11753@code{gdbserver} is not a complete replacement for the debugging stubs,
11754because it requires essentially the same operating-system facilities
11755that @value{GDBN} itself does. In fact, a system that can run
11756@code{gdbserver} to connect to a remote @value{GDBN} could also run
11757@value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
11758because it is a much smaller program than @value{GDBN} itself. It is
11759also easier to port than all of @value{GDBN}, so you may be able to get
11760started more quickly on a new system by using @code{gdbserver}.
11761Finally, if you develop code for real-time systems, you may find that
11762the tradeoffs involved in real-time operation make it more convenient to
11763do as much development work as possible on another system, for example
11764by cross-compiling. You can use @code{gdbserver} to make a similar
11765choice for debugging.
11766
11767@value{GDBN} and @code{gdbserver} communicate via either a serial line
11768or a TCP connection, using the standard @value{GDBN} remote serial
11769protocol.
11770
11771@table @emph
11772@item On the target machine,
11773you need to have a copy of the program you want to debug.
11774@code{gdbserver} does not need your program's symbol table, so you can
11775strip the program if necessary to save space. @value{GDBN} on the host
11776system does all the symbol handling.
11777
11778To use the server, you must tell it how to communicate with @value{GDBN};
56460a61 11779the name of your program; and the arguments for your program. The usual
6f05cf9f
AC
11780syntax is:
11781
11782@smallexample
11783target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
11784@end smallexample
11785
11786@var{comm} is either a device name (to use a serial line) or a TCP
11787hostname and portnumber. For example, to debug Emacs with the argument
11788@samp{foo.txt} and communicate with @value{GDBN} over the serial port
11789@file{/dev/com1}:
11790
11791@smallexample
11792target> gdbserver /dev/com1 emacs foo.txt
11793@end smallexample
11794
11795@code{gdbserver} waits passively for the host @value{GDBN} to communicate
11796with it.
11797
11798To use a TCP connection instead of a serial line:
11799
11800@smallexample
11801target> gdbserver host:2345 emacs foo.txt
11802@end smallexample
11803
11804The only difference from the previous example is the first argument,
11805specifying that you are communicating with the host @value{GDBN} via
11806TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
11807expect a TCP connection from machine @samp{host} to local TCP port 2345.
11808(Currently, the @samp{host} part is ignored.) You can choose any number
11809you want for the port number as long as it does not conflict with any
11810TCP ports already in use on the target system (for example, @code{23} is
11811reserved for @code{telnet}).@footnote{If you choose a port number that
11812conflicts with another service, @code{gdbserver} prints an error message
11813and exits.} You must use the same port number with the host @value{GDBN}
11814@code{target remote} command.
11815
56460a61
DJ
11816On some targets, @code{gdbserver} can also attach to running programs.
11817This is accomplished via the @code{--attach} argument. The syntax is:
11818
11819@smallexample
11820target> gdbserver @var{comm} --attach @var{pid}
11821@end smallexample
11822
11823@var{pid} is the process ID of a currently running process. It isn't necessary
11824to point @code{gdbserver} at a binary for the running process.
11825
b1fe9455
DJ
11826@pindex pidof
11827@cindex attach to a program by name
11828You can debug processes by name instead of process ID if your target has the
11829@code{pidof} utility:
11830
11831@smallexample
11832target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}`
11833@end smallexample
11834
11835In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM}
11836has multiple threads, most versions of @code{pidof} support the
11837@code{-s} option to only return the first process ID.
11838
07f31aa6
DJ
11839@item On the host machine,
11840connect to your target (@pxref{Connecting,,Connecting to a remote target}).
6f05cf9f
AC
11841For TCP connections, you must start up @code{gdbserver} prior to using
11842the @code{target remote} command. Otherwise you may get an error whose
11843text depends on the host system, but which usually looks something like
07f31aa6
DJ
11844@samp{Connection refused}. You don't need to use the @code{load}
11845command in @value{GDBN} when using gdbserver, since the program is
11846already on the target.
11847
6f05cf9f
AC
11848@end table
11849
11850@node NetWare
11851@section Using the @code{gdbserve.nlm} program
11852
11853@kindex gdbserve.nlm
11854@code{gdbserve.nlm} is a control program for NetWare systems, which
11855allows you to connect your program with a remote @value{GDBN} via
11856@code{target remote}.
11857
11858@value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
11859using the standard @value{GDBN} remote serial protocol.
11860
11861@table @emph
11862@item On the target machine,
11863you need to have a copy of the program you want to debug.
11864@code{gdbserve.nlm} does not need your program's symbol table, so you
11865can strip the program if necessary to save space. @value{GDBN} on the
11866host system does all the symbol handling.
11867
11868To use the server, you must tell it how to communicate with
11869@value{GDBN}; the name of your program; and the arguments for your
11870program. The syntax is:
11871
11872@smallexample
11873load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
11874 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
11875@end smallexample
11876
11877@var{board} and @var{port} specify the serial line; @var{baud} specifies
11878the baud rate used by the connection. @var{port} and @var{node} default
11879to 0, @var{baud} defaults to 9600@dmn{bps}.
11880
11881For example, to debug Emacs with the argument @samp{foo.txt}and
11882communicate with @value{GDBN} over serial port number 2 or board 1
11883using a 19200@dmn{bps} connection:
11884
11885@smallexample
11886load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
11887@end smallexample
11888
07f31aa6
DJ
11889@item
11890On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,,
11891Connecting to a remote target}).
6f05cf9f 11892
6f05cf9f
AC
11893@end table
11894
501eef12
AC
11895@node Remote configuration
11896@section Remote configuration
11897
9c16f35a
EZ
11898@kindex set remote
11899@kindex show remote
11900This section documents the configuration options available when
11901debugging remote programs. For the options related to the File I/O
11902extensions of the remote protocol, see @ref{The system call,
11903system-call-allowed}.
501eef12
AC
11904
11905@table @code
9c16f35a
EZ
11906@item set remoteaddresssize @var{bits}
11907@cindex adress size for remote targets
11908@cindex bits in remote address
11909Set the maximum size of address in a memory packet to the specified
11910number of bits. @value{GDBN} will mask off the address bits above
11911that number, when it passes addresses to the remote target. The
11912default value is the number of bits in the target's address.
11913
11914@item show remoteaddresssize
11915Show the current value of remote address size in bits.
11916
11917@item set remotebaud @var{n}
11918@cindex baud rate for remote targets
11919Set the baud rate for the remote serial I/O to @var{n} baud. The
11920value is used to set the speed of the serial port used for debugging
11921remote targets.
11922
11923@item show remotebaud
11924Show the current speed of the remote connection.
11925
11926@item set remotebreak
11927@cindex interrupt remote programs
11928@cindex BREAK signal instead of Ctrl-C
11929If set to on, @value{GDBN} sends a @code{BREAK} signal to the remote
11930when you press the @key{Ctrl-C} key to interrupt the program running
11931on the remote. If set to off, @value{GDBN} sends the @samp{Strl-C}
11932character instead. The default is off, since most remote systems
11933expect to see @samp{Ctrl-C} as the interrupt signal.
11934
11935@item show remotebreak
11936Show whether @value{GDBN} sends @code{BREAK} or @samp{Ctrl-C} to
11937interrupt the remote program.
11938
11939@item set remotedebug
11940@cindex debug remote protocol
11941@cindex remote protocol debugging
11942@cindex display remote packets
11943Control the debugging of the remote protocol. When enabled, each
11944packet sent to or received from the remote target is displayed. The
11945defaults is off.
11946
11947@item show remotedebug
11948Show the current setting of the remote protocol debugging.
11949
11950@item set remotedevice @var{device}
11951@cindex serial port name
11952Set the name of the serial port through which to communicate to the
11953remote target to @var{device}. This is the device used by
11954@value{GDBN} to open the serial communications line to the remote
11955target. There's no default, so you must set a valid port name for the
11956remote serial communications to work. (Some varieties of the
11957@code{target} command accept the port name as part of their
11958arguments.)
11959
11960@item show remotedevice
11961Show the current name of the serial port.
11962
11963@item set remotelogbase @var{base}
11964Set the base (a.k.a.@: radix) of logging serial protocol
11965communications to @var{base}. Supported values of @var{base} are:
11966@code{ascii}, @code{octal}, and @code{hex}. The default is
11967@code{ascii}.
11968
11969@item show remotelogbase
11970Show the current setting of the radix for logging remote serial
11971protocol.
11972
11973@item set remotelogfile @var{file}
11974@cindex record serial communications on file
11975Record remote serial communications on the named @var{file}. The
11976default is not to record at all.
11977
11978@item show remotelogfile.
11979Show the current setting of the file name on which to record the
11980serial communications.
11981
11982@item set remotetimeout @var{num}
11983@cindex timeout for serial communications
11984@cindex remote timeout
11985Set the timeout limit to wait for the remote target to respond to
11986@var{num} seconds. The default is 2 seconds.
11987
11988@item show remotetimeout
11989Show the current number of seconds to wait for the remote target
11990responses.
11991
11992@cindex limit hardware breakpoints and watchpoints
11993@cindex remote target, limit break- and watchpoints
501eef12
AC
11994@anchor{set remote hardware-watchpoint-limit}
11995@anchor{set remote hardware-breakpoint-limit}
11996@item set remote hardware-watchpoint-limit @var{limit}
11997@itemx set remote hardware-breakpoint-limit @var{limit}
11998Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or
11999watchpoints. A limit of -1, the default, is treated as unlimited.
9c16f35a
EZ
12000
12001@item set remote fetch-register-packet
12002@itemx set remote set-register-packet
12003@itemx set remote P-packet
12004@itemx set remote p-packet
12005@cindex P-packet
12006@cindex fetch registers from remote targets
12007@cindex set registers in remote targets
12008Determine whether @value{GDBN} can set and fetch registers from the
12009remote target using the @samp{P} packets. The default depends on the
12010remote stub's support of the @samp{P} packets (@value{GDBN} queries
12011the stub when this packet is first required).
12012
12013@item show remote fetch-register-packet
12014@itemx show remote set-register-packet
12015@itemx show remote P-packet
12016@itemx show remote p-packet
12017Show the current setting of using the @samp{P} packets for setting and
12018fetching registers from the remote target.
12019
12020@cindex binary downloads
12021@cindex X-packet
12022@item set remote binary-download-packet
12023@itemx set remote X-packet
12024Determine whether @value{GDBN} sends downloads in binary mode using
12025the @samp{X} packets. The default is on.
12026
12027@item show remote binary-download-packet
12028@itemx show remote X-packet
12029Show the current setting of using the @samp{X} packets for binary
12030downloads.
12031
12032@item set remote read-aux-vector-packet
12033@cindex auxiliary vector of remote target
12034@cindex @code{auxv}, and remote targets
12035Set the use of the remote protocol's @samp{qPart:auxv:read} (target
12036auxiliary vector read) request. This request is used to fetch the
721c2651
EZ
12037remote target's @dfn{auxiliary vector}, see @ref{OS Information,
12038Auxiliary Vector}. The default setting depends on the remote stub's
12039support of this request (@value{GDBN} queries the stub when this
12040request is first required). @xref{General Query Packets, qPart}, for
12041more information about this request.
9c16f35a
EZ
12042
12043@item show remote read-aux-vector-packet
12044Show the current setting of use of the @samp{qPart:auxv:read} request.
12045
12046@item set remote symbol-lookup-packet
12047@cindex remote symbol lookup request
12048Set the use of the remote protocol's @samp{qSymbol} (target symbol
12049lookup) request. This request is used to communicate symbol
12050information to the remote target, e.g., whenever a new shared library
12051is loaded by the remote (@pxref{Files, shared libraries}). The
12052default setting depends on the remote stub's support of this request
12053(@value{GDBN} queries the stub when this request is first required).
12054@xref{General Query Packets, qSymbol}, for more information about this
12055request.
12056
12057@item show remote symbol-lookup-packet
12058Show the current setting of use of the @samp{qSymbol} request.
12059
12060@item set remote verbose-resume-packet
12061@cindex resume remote target
12062@cindex signal thread, and remote targets
12063@cindex single-step thread, and remote targets
12064@cindex thread-specific operations on remote targets
12065Set the use of the remote protocol's @samp{vCont} (descriptive resume)
12066request. This request is used to resume specific threads in the
12067remote target, and to single-step or signal them. The default setting
12068depends on the remote stub's support of this request (@value{GDBN}
12069queries the stub when this request is first required). This setting
12070affects debugging of multithreaded programs: if @samp{vCont} cannot be
12071used, @value{GDBN} might be unable to single-step a specific thread,
12072especially under @code{set scheduler-locking off}; it is also
12073impossible to pause a specific thread. @xref{Packets, vCont}, for
12074more details.
12075
12076@item show remote verbose-resume-packet
12077Show the current setting of use of the @samp{vCont} request
12078
12079@item set remote software-breakpoint-packet
12080@itemx set remote hardware-breakpoint-packet
12081@itemx set remote write-watchpoint-packet
12082@itemx set remote read-watchpoint-packet
12083@itemx set remote access-watchpoint-packet
12084@itemx set remote Z-packet
12085@cindex Z-packet
12086@cindex remote hardware breakpoints and watchpoints
12087These commands enable or disable the use of @samp{Z} packets for
12088setting breakpoints and watchpoints in the remote target. The default
12089depends on the remote stub's support of the @samp{Z} packets
12090(@value{GDBN} queries the stub when each packet is first required).
12091The command @code{set remote Z-packet}, kept for back-compatibility,
12092turns on or off all the features that require the use of @samp{Z}
12093packets.
12094
12095@item show remote software-breakpoint-packet
12096@itemx show remote hardware-breakpoint-packet
12097@itemx show remote write-watchpoint-packet
12098@itemx show remote read-watchpoint-packet
12099@itemx show remote access-watchpoint-packet
12100@itemx show remote Z-packet
12101Show the current setting of @samp{Z} packets usage.
501eef12
AC
12102@end table
12103
6f05cf9f
AC
12104@node remote stub
12105@section Implementing a remote stub
7a292a7a 12106
8e04817f
AC
12107@cindex debugging stub, example
12108@cindex remote stub, example
12109@cindex stub example, remote debugging
12110The stub files provided with @value{GDBN} implement the target side of the
12111communication protocol, and the @value{GDBN} side is implemented in the
12112@value{GDBN} source file @file{remote.c}. Normally, you can simply allow
12113these subroutines to communicate, and ignore the details. (If you're
12114implementing your own stub file, you can still ignore the details: start
12115with one of the existing stub files. @file{sparc-stub.c} is the best
12116organized, and therefore the easiest to read.)
12117
104c1213
JM
12118@cindex remote serial debugging, overview
12119To debug a program running on another machine (the debugging
12120@dfn{target} machine), you must first arrange for all the usual
12121prerequisites for the program to run by itself. For example, for a C
12122program, you need:
c906108c 12123
104c1213
JM
12124@enumerate
12125@item
12126A startup routine to set up the C runtime environment; these usually
12127have a name like @file{crt0}. The startup routine may be supplied by
12128your hardware supplier, or you may have to write your own.
96baa820 12129
5d161b24 12130@item
d4f3574e 12131A C subroutine library to support your program's
104c1213 12132subroutine calls, notably managing input and output.
96baa820 12133
104c1213
JM
12134@item
12135A way of getting your program to the other machine---for example, a
12136download program. These are often supplied by the hardware
12137manufacturer, but you may have to write your own from hardware
12138documentation.
12139@end enumerate
96baa820 12140
104c1213
JM
12141The next step is to arrange for your program to use a serial port to
12142communicate with the machine where @value{GDBN} is running (the @dfn{host}
12143machine). In general terms, the scheme looks like this:
96baa820 12144
104c1213
JM
12145@table @emph
12146@item On the host,
12147@value{GDBN} already understands how to use this protocol; when everything
12148else is set up, you can simply use the @samp{target remote} command
12149(@pxref{Targets,,Specifying a Debugging Target}).
12150
12151@item On the target,
12152you must link with your program a few special-purpose subroutines that
12153implement the @value{GDBN} remote serial protocol. The file containing these
12154subroutines is called a @dfn{debugging stub}.
12155
12156On certain remote targets, you can use an auxiliary program
12157@code{gdbserver} instead of linking a stub into your program.
12158@xref{Server,,Using the @code{gdbserver} program}, for details.
12159@end table
96baa820 12160
104c1213
JM
12161The debugging stub is specific to the architecture of the remote
12162machine; for example, use @file{sparc-stub.c} to debug programs on
12163@sc{sparc} boards.
96baa820 12164
104c1213
JM
12165@cindex remote serial stub list
12166These working remote stubs are distributed with @value{GDBN}:
96baa820 12167
104c1213
JM
12168@table @code
12169
12170@item i386-stub.c
41afff9a 12171@cindex @file{i386-stub.c}
104c1213
JM
12172@cindex Intel
12173@cindex i386
12174For Intel 386 and compatible architectures.
12175
12176@item m68k-stub.c
41afff9a 12177@cindex @file{m68k-stub.c}
104c1213
JM
12178@cindex Motorola 680x0
12179@cindex m680x0
12180For Motorola 680x0 architectures.
12181
12182@item sh-stub.c
41afff9a 12183@cindex @file{sh-stub.c}
172c2a43 12184@cindex Renesas
104c1213 12185@cindex SH
172c2a43 12186For Renesas SH architectures.
104c1213
JM
12187
12188@item sparc-stub.c
41afff9a 12189@cindex @file{sparc-stub.c}
104c1213
JM
12190@cindex Sparc
12191For @sc{sparc} architectures.
12192
12193@item sparcl-stub.c
41afff9a 12194@cindex @file{sparcl-stub.c}
104c1213
JM
12195@cindex Fujitsu
12196@cindex SparcLite
12197For Fujitsu @sc{sparclite} architectures.
12198
12199@end table
12200
12201The @file{README} file in the @value{GDBN} distribution may list other
12202recently added stubs.
12203
12204@menu
12205* Stub Contents:: What the stub can do for you
12206* Bootstrapping:: What you must do for the stub
12207* Debug Session:: Putting it all together
104c1213
JM
12208@end menu
12209
6d2ebf8b 12210@node Stub Contents
6f05cf9f 12211@subsection What the stub can do for you
104c1213
JM
12212
12213@cindex remote serial stub
12214The debugging stub for your architecture supplies these three
12215subroutines:
12216
12217@table @code
12218@item set_debug_traps
4644b6e3 12219@findex set_debug_traps
104c1213
JM
12220@cindex remote serial stub, initialization
12221This routine arranges for @code{handle_exception} to run when your
12222program stops. You must call this subroutine explicitly near the
12223beginning of your program.
12224
12225@item handle_exception
4644b6e3 12226@findex handle_exception
104c1213
JM
12227@cindex remote serial stub, main routine
12228This is the central workhorse, but your program never calls it
12229explicitly---the setup code arranges for @code{handle_exception} to
12230run when a trap is triggered.
12231
12232@code{handle_exception} takes control when your program stops during
12233execution (for example, on a breakpoint), and mediates communications
12234with @value{GDBN} on the host machine. This is where the communications
12235protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
d4f3574e 12236representative on the target machine. It begins by sending summary
104c1213
JM
12237information on the state of your program, then continues to execute,
12238retrieving and transmitting any information @value{GDBN} needs, until you
12239execute a @value{GDBN} command that makes your program resume; at that point,
12240@code{handle_exception} returns control to your own code on the target
5d161b24 12241machine.
104c1213
JM
12242
12243@item breakpoint
12244@cindex @code{breakpoint} subroutine, remote
12245Use this auxiliary subroutine to make your program contain a
12246breakpoint. Depending on the particular situation, this may be the only
12247way for @value{GDBN} to get control. For instance, if your target
12248machine has some sort of interrupt button, you won't need to call this;
12249pressing the interrupt button transfers control to
12250@code{handle_exception}---in effect, to @value{GDBN}. On some machines,
12251simply receiving characters on the serial port may also trigger a trap;
12252again, in that situation, you don't need to call @code{breakpoint} from
12253your own program---simply running @samp{target remote} from the host
5d161b24 12254@value{GDBN} session gets control.
104c1213
JM
12255
12256Call @code{breakpoint} if none of these is true, or if you simply want
12257to make certain your program stops at a predetermined point for the
12258start of your debugging session.
12259@end table
12260
6d2ebf8b 12261@node Bootstrapping
6f05cf9f 12262@subsection What you must do for the stub
104c1213
JM
12263
12264@cindex remote stub, support routines
12265The debugging stubs that come with @value{GDBN} are set up for a particular
12266chip architecture, but they have no information about the rest of your
12267debugging target machine.
12268
12269First of all you need to tell the stub how to communicate with the
12270serial port.
12271
12272@table @code
12273@item int getDebugChar()
4644b6e3 12274@findex getDebugChar
104c1213
JM
12275Write this subroutine to read a single character from the serial port.
12276It may be identical to @code{getchar} for your target system; a
12277different name is used to allow you to distinguish the two if you wish.
12278
12279@item void putDebugChar(int)
4644b6e3 12280@findex putDebugChar
104c1213 12281Write this subroutine to write a single character to the serial port.
5d161b24 12282It may be identical to @code{putchar} for your target system; a
104c1213
JM
12283different name is used to allow you to distinguish the two if you wish.
12284@end table
12285
12286@cindex control C, and remote debugging
12287@cindex interrupting remote targets
12288If you want @value{GDBN} to be able to stop your program while it is
12289running, you need to use an interrupt-driven serial driver, and arrange
12290for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
12291character). That is the character which @value{GDBN} uses to tell the
12292remote system to stop.
12293
12294Getting the debugging target to return the proper status to @value{GDBN}
12295probably requires changes to the standard stub; one quick and dirty way
12296is to just execute a breakpoint instruction (the ``dirty'' part is that
12297@value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
12298
12299Other routines you need to supply are:
12300
12301@table @code
12302@item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
4644b6e3 12303@findex exceptionHandler
104c1213
JM
12304Write this function to install @var{exception_address} in the exception
12305handling tables. You need to do this because the stub does not have any
12306way of knowing what the exception handling tables on your target system
12307are like (for example, the processor's table might be in @sc{rom},
12308containing entries which point to a table in @sc{ram}).
12309@var{exception_number} is the exception number which should be changed;
12310its meaning is architecture-dependent (for example, different numbers
12311might represent divide by zero, misaligned access, etc). When this
12312exception occurs, control should be transferred directly to
12313@var{exception_address}, and the processor state (stack, registers,
12314and so on) should be just as it is when a processor exception occurs. So if
12315you want to use a jump instruction to reach @var{exception_address}, it
12316should be a simple jump, not a jump to subroutine.
12317
12318For the 386, @var{exception_address} should be installed as an interrupt
12319gate so that interrupts are masked while the handler runs. The gate
12320should be at privilege level 0 (the most privileged level). The
12321@sc{sparc} and 68k stubs are able to mask interrupts themselves without
12322help from @code{exceptionHandler}.
12323
12324@item void flush_i_cache()
4644b6e3 12325@findex flush_i_cache
d4f3574e 12326On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
104c1213
JM
12327instruction cache, if any, on your target machine. If there is no
12328instruction cache, this subroutine may be a no-op.
12329
12330On target machines that have instruction caches, @value{GDBN} requires this
12331function to make certain that the state of your program is stable.
12332@end table
12333
12334@noindent
12335You must also make sure this library routine is available:
12336
12337@table @code
12338@item void *memset(void *, int, int)
4644b6e3 12339@findex memset
104c1213
JM
12340This is the standard library function @code{memset} that sets an area of
12341memory to a known value. If you have one of the free versions of
12342@code{libc.a}, @code{memset} can be found there; otherwise, you must
12343either obtain it from your hardware manufacturer, or write your own.
12344@end table
12345
12346If you do not use the GNU C compiler, you may need other standard
12347library subroutines as well; this varies from one stub to another,
12348but in general the stubs are likely to use any of the common library
d4f3574e 12349subroutines which @code{@value{GCC}} generates as inline code.
104c1213
JM
12350
12351
6d2ebf8b 12352@node Debug Session
6f05cf9f 12353@subsection Putting it all together
104c1213
JM
12354
12355@cindex remote serial debugging summary
12356In summary, when your program is ready to debug, you must follow these
12357steps.
12358
12359@enumerate
12360@item
6d2ebf8b 12361Make sure you have defined the supporting low-level routines
104c1213
JM
12362(@pxref{Bootstrapping,,What you must do for the stub}):
12363@display
12364@code{getDebugChar}, @code{putDebugChar},
12365@code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
12366@end display
12367
12368@item
12369Insert these lines near the top of your program:
12370
474c8240 12371@smallexample
104c1213
JM
12372set_debug_traps();
12373breakpoint();
474c8240 12374@end smallexample
104c1213
JM
12375
12376@item
12377For the 680x0 stub only, you need to provide a variable called
12378@code{exceptionHook}. Normally you just use:
12379
474c8240 12380@smallexample
104c1213 12381void (*exceptionHook)() = 0;
474c8240 12382@end smallexample
104c1213 12383
d4f3574e 12384@noindent
104c1213 12385but if before calling @code{set_debug_traps}, you set it to point to a
598ca718 12386function in your program, that function is called when
104c1213
JM
12387@code{@value{GDBN}} continues after stopping on a trap (for example, bus
12388error). The function indicated by @code{exceptionHook} is called with
12389one parameter: an @code{int} which is the exception number.
12390
12391@item
12392Compile and link together: your program, the @value{GDBN} debugging stub for
12393your target architecture, and the supporting subroutines.
12394
12395@item
12396Make sure you have a serial connection between your target machine and
12397the @value{GDBN} host, and identify the serial port on the host.
12398
12399@item
12400@c The "remote" target now provides a `load' command, so we should
12401@c document that. FIXME.
12402Download your program to your target machine (or get it there by
12403whatever means the manufacturer provides), and start it.
12404
12405@item
07f31aa6
DJ
12406Start @value{GDBN} on the host, and connect to the target
12407(@pxref{Connecting,,Connecting to a remote target}).
9db8d71f 12408
104c1213
JM
12409@end enumerate
12410
8e04817f
AC
12411@node Configurations
12412@chapter Configuration-Specific Information
104c1213 12413
8e04817f
AC
12414While nearly all @value{GDBN} commands are available for all native and
12415cross versions of the debugger, there are some exceptions. This chapter
12416describes things that are only available in certain configurations.
104c1213 12417
8e04817f
AC
12418There are three major categories of configurations: native
12419configurations, where the host and target are the same, embedded
12420operating system configurations, which are usually the same for several
12421different processor architectures, and bare embedded processors, which
12422are quite different from each other.
104c1213 12423
8e04817f
AC
12424@menu
12425* Native::
12426* Embedded OS::
12427* Embedded Processors::
12428* Architectures::
12429@end menu
104c1213 12430
8e04817f
AC
12431@node Native
12432@section Native
104c1213 12433
8e04817f
AC
12434This section describes details specific to particular native
12435configurations.
6cf7e474 12436
8e04817f
AC
12437@menu
12438* HP-UX:: HP-UX
7561d450 12439* BSD libkvm Interface:: Debugging BSD kernel memory images
8e04817f
AC
12440* SVR4 Process Information:: SVR4 process information
12441* DJGPP Native:: Features specific to the DJGPP port
78c47bea 12442* Cygwin Native:: Features specific to the Cygwin port
14d6dd68 12443* Hurd Native:: Features specific to @sc{gnu} Hurd
a64548ea 12444* Neutrino:: Features specific to QNX Neutrino
8e04817f 12445@end menu
6cf7e474 12446
8e04817f
AC
12447@node HP-UX
12448@subsection HP-UX
104c1213 12449
8e04817f
AC
12450On HP-UX systems, if you refer to a function or variable name that
12451begins with a dollar sign, @value{GDBN} searches for a user or system
12452name first, before it searches for a convenience variable.
104c1213 12453
9c16f35a 12454
7561d450
MK
12455@node BSD libkvm Interface
12456@subsection BSD libkvm Interface
12457
12458@cindex libkvm
12459@cindex kernel memory image
12460@cindex kernel crash dump
12461
12462BSD-derived systems (FreeBSD/NetBSD/OpenBSD) have a kernel memory
12463interface that provides a uniform interface for accessing kernel virtual
12464memory images, including live systems and crash dumps. @value{GDBN}
12465uses this interface to allow you to debug live kernels and kernel crash
12466dumps on many native BSD configurations. This is implemented as a
12467special @code{kvm} debugging target. For debugging a live system, load
12468the currently running kernel into @value{GDBN} and connect to the
12469@code{kvm} target:
12470
12471@smallexample
12472(@value{GDBP}) @b{target kvm}
12473@end smallexample
12474
12475For debugging crash dumps, provide the file name of the crash dump as an
12476argument:
12477
12478@smallexample
12479(@value{GDBP}) @b{target kvm /var/crash/bsd.0}
12480@end smallexample
12481
12482Once connected to the @code{kvm} target, the following commands are
12483available:
12484
12485@table @code
12486@kindex kvm
12487@item kvm pcb
721c2651 12488Set current context from the @dfn{Process Control Block} (PCB) address.
7561d450
MK
12489
12490@item kvm proc
12491Set current context from proc address. This command isn't available on
12492modern FreeBSD systems.
12493@end table
12494
8e04817f
AC
12495@node SVR4 Process Information
12496@subsection SVR4 process information
60bf7e09
EZ
12497@cindex /proc
12498@cindex examine process image
12499@cindex process info via @file{/proc}
104c1213 12500
60bf7e09
EZ
12501Many versions of SVR4 and compatible systems provide a facility called
12502@samp{/proc} that can be used to examine the image of a running
12503process using file-system subroutines. If @value{GDBN} is configured
12504for an operating system with this facility, the command @code{info
12505proc} is available to report information about the process running
12506your program, or about any process running on your system. @code{info
12507proc} works only on SVR4 systems that include the @code{procfs} code.
12508This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital
12509Unix), Solaris, Irix, and Unixware, but not HP-UX, for example.
104c1213 12510
8e04817f
AC
12511@table @code
12512@kindex info proc
60bf7e09 12513@cindex process ID
8e04817f 12514@item info proc
60bf7e09
EZ
12515@itemx info proc @var{process-id}
12516Summarize available information about any running process. If a
12517process ID is specified by @var{process-id}, display information about
12518that process; otherwise display information about the program being
12519debugged. The summary includes the debugged process ID, the command
12520line used to invoke it, its current working directory, and its
12521executable file's absolute file name.
12522
12523On some systems, @var{process-id} can be of the form
12524@samp{[@var{pid}]/@var{tid}} which specifies a certain thread ID
12525within a process. If the optional @var{pid} part is missing, it means
12526a thread from the process being debugged (the leading @samp{/} still
12527needs to be present, or else @value{GDBN} will interpret the number as
12528a process ID rather than a thread ID).
6cf7e474 12529
8e04817f 12530@item info proc mappings
60bf7e09
EZ
12531@cindex memory address space mappings
12532Report the memory address space ranges accessible in the program, with
12533information on whether the process has read, write, or execute access
12534rights to each range. On @sc{gnu}/Linux systems, each memory range
12535includes the object file which is mapped to that range, instead of the
12536memory access rights to that range.
12537
12538@item info proc stat
12539@itemx info proc status
12540@cindex process detailed status information
12541These subcommands are specific to @sc{gnu}/Linux systems. They show
12542the process-related information, including the user ID and group ID;
12543how many threads are there in the process; its virtual memory usage;
12544the signals that are pending, blocked, and ignored; its TTY; its
12545consumption of system and user time; its stack size; its @samp{nice}
12546value; etc. For more information, see the @samp{proc(5)} man page
12547(type @kbd{man 5 proc} from your shell prompt).
12548
12549@item info proc all
12550Show all the information about the process described under all of the
12551above @code{info proc} subcommands.
12552
8e04817f
AC
12553@ignore
12554@comment These sub-options of 'info proc' were not included when
12555@comment procfs.c was re-written. Keep their descriptions around
12556@comment against the day when someone finds the time to put them back in.
12557@kindex info proc times
12558@item info proc times
12559Starting time, user CPU time, and system CPU time for your program and
12560its children.
6cf7e474 12561
8e04817f
AC
12562@kindex info proc id
12563@item info proc id
12564Report on the process IDs related to your program: its own process ID,
12565the ID of its parent, the process group ID, and the session ID.
8e04817f 12566@end ignore
721c2651
EZ
12567
12568@item set procfs-trace
12569@kindex set procfs-trace
12570@cindex @code{procfs} API calls
12571This command enables and disables tracing of @code{procfs} API calls.
12572
12573@item show procfs-trace
12574@kindex show procfs-trace
12575Show the current state of @code{procfs} API call tracing.
12576
12577@item set procfs-file @var{file}
12578@kindex set procfs-file
12579Tell @value{GDBN} to write @code{procfs} API trace to the named
12580@var{file}. @value{GDBN} appends the trace info to the previous
12581contents of the file. The default is to display the trace on the
12582standard output.
12583
12584@item show procfs-file
12585@kindex show procfs-file
12586Show the file to which @code{procfs} API trace is written.
12587
12588@item proc-trace-entry
12589@itemx proc-trace-exit
12590@itemx proc-untrace-entry
12591@itemx proc-untrace-exit
12592@kindex proc-trace-entry
12593@kindex proc-trace-exit
12594@kindex proc-untrace-entry
12595@kindex proc-untrace-exit
12596These commands enable and disable tracing of entries into and exits
12597from the @code{syscall} interface.
12598
12599@item info pidlist
12600@kindex info pidlist
12601@cindex process list, QNX Neutrino
12602For QNX Neutrino only, this command displays the list of all the
12603processes and all the threads within each process.
12604
12605@item info meminfo
12606@kindex info meminfo
12607@cindex mapinfo list, QNX Neutrino
12608For QNX Neutrino only, this command displays the list of all mapinfos.
8e04817f 12609@end table
104c1213 12610
8e04817f
AC
12611@node DJGPP Native
12612@subsection Features for Debugging @sc{djgpp} Programs
12613@cindex @sc{djgpp} debugging
12614@cindex native @sc{djgpp} debugging
12615@cindex MS-DOS-specific commands
104c1213 12616
8e04817f
AC
12617@sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and
12618MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs
12619that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on
12620top of real-mode DOS systems and their emulations.
104c1213 12621
8e04817f
AC
12622@value{GDBN} supports native debugging of @sc{djgpp} programs, and
12623defines a few commands specific to the @sc{djgpp} port. This
12624subsection describes those commands.
104c1213 12625
8e04817f
AC
12626@table @code
12627@kindex info dos
12628@item info dos
12629This is a prefix of @sc{djgpp}-specific commands which print
12630information about the target system and important OS structures.
f1251bdd 12631
8e04817f
AC
12632@kindex sysinfo
12633@cindex MS-DOS system info
12634@cindex free memory information (MS-DOS)
12635@item info dos sysinfo
12636This command displays assorted information about the underlying
12637platform: the CPU type and features, the OS version and flavor, the
12638DPMI version, and the available conventional and DPMI memory.
104c1213 12639
8e04817f
AC
12640@cindex GDT
12641@cindex LDT
12642@cindex IDT
12643@cindex segment descriptor tables
12644@cindex descriptor tables display
12645@item info dos gdt
12646@itemx info dos ldt
12647@itemx info dos idt
12648These 3 commands display entries from, respectively, Global, Local,
12649and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor
12650tables are data structures which store a descriptor for each segment
12651that is currently in use. The segment's selector is an index into a
12652descriptor table; the table entry for that index holds the
12653descriptor's base address and limit, and its attributes and access
12654rights.
104c1213 12655
8e04817f
AC
12656A typical @sc{djgpp} program uses 3 segments: a code segment, a data
12657segment (used for both data and the stack), and a DOS segment (which
12658allows access to DOS/BIOS data structures and absolute addresses in
12659conventional memory). However, the DPMI host will usually define
12660additional segments in order to support the DPMI environment.
d4f3574e 12661
8e04817f
AC
12662@cindex garbled pointers
12663These commands allow to display entries from the descriptor tables.
12664Without an argument, all entries from the specified table are
12665displayed. An argument, which should be an integer expression, means
12666display a single entry whose index is given by the argument. For
12667example, here's a convenient way to display information about the
12668debugged program's data segment:
104c1213 12669
8e04817f
AC
12670@smallexample
12671@exdent @code{(@value{GDBP}) info dos ldt $ds}
12672@exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)}
12673@end smallexample
104c1213 12674
8e04817f
AC
12675@noindent
12676This comes in handy when you want to see whether a pointer is outside
12677the data segment's limit (i.e.@: @dfn{garbled}).
104c1213 12678
8e04817f
AC
12679@cindex page tables display (MS-DOS)
12680@item info dos pde
12681@itemx info dos pte
12682These two commands display entries from, respectively, the Page
12683Directory and the Page Tables. Page Directories and Page Tables are
12684data structures which control how virtual memory addresses are mapped
12685into physical addresses. A Page Table includes an entry for every
12686page of memory that is mapped into the program's address space; there
12687may be several Page Tables, each one holding up to 4096 entries. A
12688Page Directory has up to 4096 entries, one each for every Page Table
12689that is currently in use.
104c1213 12690
8e04817f
AC
12691Without an argument, @kbd{info dos pde} displays the entire Page
12692Directory, and @kbd{info dos pte} displays all the entries in all of
12693the Page Tables. An argument, an integer expression, given to the
12694@kbd{info dos pde} command means display only that entry from the Page
12695Directory table. An argument given to the @kbd{info dos pte} command
12696means display entries from a single Page Table, the one pointed to by
12697the specified entry in the Page Directory.
104c1213 12698
8e04817f
AC
12699@cindex direct memory access (DMA) on MS-DOS
12700These commands are useful when your program uses @dfn{DMA} (Direct
12701Memory Access), which needs physical addresses to program the DMA
12702controller.
104c1213 12703
8e04817f 12704These commands are supported only with some DPMI servers.
104c1213 12705
8e04817f
AC
12706@cindex physical address from linear address
12707@item info dos address-pte @var{addr}
12708This command displays the Page Table entry for a specified linear
12709address. The argument linear address @var{addr} should already have the
12710appropriate segment's base address added to it, because this command
12711accepts addresses which may belong to @emph{any} segment. For
12712example, here's how to display the Page Table entry for the page where
12713the variable @code{i} is stored:
104c1213 12714
b383017d 12715@smallexample
8e04817f
AC
12716@exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i}
12717@exdent @code{Page Table entry for address 0x11a00d30:}
b383017d 12718@exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30}
8e04817f 12719@end smallexample
104c1213 12720
8e04817f
AC
12721@noindent
12722This says that @code{i} is stored at offset @code{0xd30} from the page
12723whose physical base address is @code{0x02698000}, and prints all the
12724attributes of that page.
104c1213 12725
8e04817f
AC
12726Note that you must cast the addresses of variables to a @code{char *},
12727since otherwise the value of @code{__djgpp_base_address}, the base
12728address of all variables and functions in a @sc{djgpp} program, will
12729be added using the rules of C pointer arithmetics: if @code{i} is
12730declared an @code{int}, @value{GDBN} will add 4 times the value of
12731@code{__djgpp_base_address} to the address of @code{i}.
104c1213 12732
8e04817f
AC
12733Here's another example, it displays the Page Table entry for the
12734transfer buffer:
104c1213 12735
8e04817f
AC
12736@smallexample
12737@exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)}
12738@exdent @code{Page Table entry for address 0x29110:}
12739@exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110}
12740@end smallexample
104c1213 12741
8e04817f
AC
12742@noindent
12743(The @code{+ 3} offset is because the transfer buffer's address is the
127443rd member of the @code{_go32_info_block} structure.) The output of
12745this command clearly shows that addresses in conventional memory are
12746mapped 1:1, i.e.@: the physical and linear addresses are identical.
104c1213 12747
8e04817f
AC
12748This command is supported only with some DPMI servers.
12749@end table
104c1213 12750
c45da7e6 12751@cindex DOS serial data link, remote debugging
a8f24a35
EZ
12752In addition to native debugging, the DJGPP port supports remote
12753debugging via a serial data link. The following commands are specific
12754to remote serial debugging in the DJGPP port of @value{GDBN}.
12755
12756@table @code
12757@kindex set com1base
12758@kindex set com1irq
12759@kindex set com2base
12760@kindex set com2irq
12761@kindex set com3base
12762@kindex set com3irq
12763@kindex set com4base
12764@kindex set com4irq
12765@item set com1base @var{addr}
12766This command sets the base I/O port address of the @file{COM1} serial
12767port.
12768
12769@item set com1irq @var{irq}
12770This command sets the @dfn{Interrupt Request} (@code{IRQ}) line to use
12771for the @file{COM1} serial port.
12772
12773There are similar commands @samp{set com2base}, @samp{set com3irq},
12774etc.@: for setting the port address and the @code{IRQ} lines for the
12775other 3 COM ports.
12776
12777@kindex show com1base
12778@kindex show com1irq
12779@kindex show com2base
12780@kindex show com2irq
12781@kindex show com3base
12782@kindex show com3irq
12783@kindex show com4base
12784@kindex show com4irq
12785The related commands @samp{show com1base}, @samp{show com1irq} etc.@:
12786display the current settings of the base address and the @code{IRQ}
12787lines used by the COM ports.
c45da7e6
EZ
12788
12789@item info serial
12790@kindex info serial
12791@cindex DOS serial port status
12792This command prints the status of the 4 DOS serial ports. For each
12793port, it prints whether it's active or not, its I/O base address and
12794IRQ number, whether it uses a 16550-style FIFO, its baudrate, and the
12795counts of various errors encountered so far.
a8f24a35
EZ
12796@end table
12797
12798
78c47bea
PM
12799@node Cygwin Native
12800@subsection Features for Debugging MS Windows PE executables
12801@cindex MS Windows debugging
12802@cindex native Cygwin debugging
12803@cindex Cygwin-specific commands
12804
be448670
CF
12805@value{GDBN} supports native debugging of MS Windows programs, including
12806DLLs with and without symbolic debugging information. There are various
12807additional Cygwin-specific commands, described in this subsection. The
12808subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs
12809that have no debugging symbols.
12810
78c47bea
PM
12811
12812@table @code
12813@kindex info w32
12814@item info w32
12815This is a prefix of MS Windows specific commands which print
12816information about the target system and important OS structures.
12817
12818@item info w32 selector
12819This command displays information returned by
12820the Win32 API @code{GetThreadSelectorEntry} function.
12821It takes an optional argument that is evaluated to
12822a long value to give the information about this given selector.
12823Without argument, this command displays information
12824about the the six segment registers.
12825
12826@kindex info dll
12827@item info dll
12828This is a Cygwin specific alias of info shared.
12829
12830@kindex dll-symbols
12831@item dll-symbols
12832This command loads symbols from a dll similarly to
12833add-sym command but without the need to specify a base address.
12834
b383017d 12835@kindex set new-console
78c47bea 12836@item set new-console @var{mode}
b383017d 12837If @var{mode} is @code{on} the debuggee will
78c47bea
PM
12838be started in a new console on next start.
12839If @var{mode} is @code{off}i, the debuggee will
12840be started in the same console as the debugger.
12841
12842@kindex show new-console
12843@item show new-console
12844Displays whether a new console is used
12845when the debuggee is started.
12846
12847@kindex set new-group
12848@item set new-group @var{mode}
12849This boolean value controls whether the debuggee should
12850start a new group or stay in the same group as the debugger.
12851This affects the way the Windows OS handles
12852Ctrl-C.
12853
12854@kindex show new-group
12855@item show new-group
12856Displays current value of new-group boolean.
12857
12858@kindex set debugevents
12859@item set debugevents
12860This boolean value adds debug output concerning events seen by the debugger.
12861
12862@kindex set debugexec
12863@item set debugexec
b383017d 12864This boolean value adds debug output concerning execute events
78c47bea
PM
12865seen by the debugger.
12866
12867@kindex set debugexceptions
12868@item set debugexceptions
b383017d 12869This boolean value adds debug ouptut concerning exception events
78c47bea
PM
12870seen by the debugger.
12871
12872@kindex set debugmemory
12873@item set debugmemory
b383017d 12874This boolean value adds debug ouptut concerning memory events
78c47bea
PM
12875seen by the debugger.
12876
12877@kindex set shell
12878@item set shell
12879This boolean values specifies whether the debuggee is called
12880via a shell or directly (default value is on).
12881
12882@kindex show shell
12883@item show shell
12884Displays if the debuggee will be started with a shell.
12885
12886@end table
12887
be448670
CF
12888@menu
12889* Non-debug DLL symbols:: Support for DLLs without debugging symbols
12890@end menu
12891
12892@node Non-debug DLL symbols
12893@subsubsection Support for DLLs without debugging symbols
12894@cindex DLLs with no debugging symbols
12895@cindex Minimal symbols and DLLs
12896
12897Very often on windows, some of the DLLs that your program relies on do
12898not include symbolic debugging information (for example,
12899@file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging
12900symbols in a DLL, it relies on the minimal amount of symbolic
12901information contained in the DLL's export table. This subsubsection
12902describes working with such symbols, known internally to @value{GDBN} as
12903``minimal symbols''.
12904
12905Note that before the debugged program has started execution, no DLLs
12906will have been loaded. The easiest way around this problem is simply to
12907start the program --- either by setting a breakpoint or letting the
12908program run once to completion. It is also possible to force
12909@value{GDBN} to load a particular DLL before starting the executable ---
12910see the shared library information in @pxref{Files} or the
12911@code{dll-symbols} command in @pxref{Cygwin Native}. Currently,
12912explicitly loading symbols from a DLL with no debugging information will
12913cause the symbol names to be duplicated in @value{GDBN}'s lookup table,
12914which may adversely affect symbol lookup performance.
12915
12916@subsubsection DLL name prefixes
12917
12918In keeping with the naming conventions used by the Microsoft debugging
12919tools, DLL export symbols are made available with a prefix based on the
12920DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is
12921also entered into the symbol table, so @code{CreateFileA} is often
12922sufficient. In some cases there will be name clashes within a program
12923(particularly if the executable itself includes full debugging symbols)
12924necessitating the use of the fully qualified name when referring to the
12925contents of the DLL. Use single-quotes around the name to avoid the
12926exclamation mark (``!'') being interpreted as a language operator.
12927
12928Note that the internal name of the DLL may be all upper-case, even
12929though the file name of the DLL is lower-case, or vice-versa. Since
12930symbols within @value{GDBN} are @emph{case-sensitive} this may cause
12931some confusion. If in doubt, try the @code{info functions} and
12932@code{info variables} commands or even @code{maint print msymbols} (see
12933@pxref{Symbols}). Here's an example:
12934
12935@smallexample
f7dc1244 12936(@value{GDBP}) info function CreateFileA
be448670
CF
12937All functions matching regular expression "CreateFileA":
12938
12939Non-debugging symbols:
129400x77e885f4 CreateFileA
129410x77e885f4 KERNEL32!CreateFileA
12942@end smallexample
12943
12944@smallexample
f7dc1244 12945(@value{GDBP}) info function !
be448670
CF
12946All functions matching regular expression "!":
12947
12948Non-debugging symbols:
129490x6100114c cygwin1!__assert
129500x61004034 cygwin1!_dll_crt0@@0
129510x61004240 cygwin1!dll_crt0(per_process *)
12952[etc...]
12953@end smallexample
12954
12955@subsubsection Working with minimal symbols
12956
12957Symbols extracted from a DLL's export table do not contain very much
12958type information. All that @value{GDBN} can do is guess whether a symbol
12959refers to a function or variable depending on the linker section that
12960contains the symbol. Also note that the actual contents of the memory
12961contained in a DLL are not available unless the program is running. This
12962means that you cannot examine the contents of a variable or disassemble
12963a function within a DLL without a running program.
12964
12965Variables are generally treated as pointers and dereferenced
12966automatically. For this reason, it is often necessary to prefix a
12967variable name with the address-of operator (``&'') and provide explicit
12968type information in the command. Here's an example of the type of
12969problem:
12970
12971@smallexample
f7dc1244 12972(@value{GDBP}) print 'cygwin1!__argv'
be448670
CF
12973$1 = 268572168
12974@end smallexample
12975
12976@smallexample
f7dc1244 12977(@value{GDBP}) x 'cygwin1!__argv'
be448670
CF
129780x10021610: "\230y\""
12979@end smallexample
12980
12981And two possible solutions:
12982
12983@smallexample
f7dc1244 12984(@value{GDBP}) print ((char **)'cygwin1!__argv')[0]
be448670
CF
12985$2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram"
12986@end smallexample
12987
12988@smallexample
f7dc1244 12989(@value{GDBP}) x/2x &'cygwin1!__argv'
be448670 129900x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000
f7dc1244 12991(@value{GDBP}) x/x 0x10021608
be448670 129920x10021608: 0x0022fd98
f7dc1244 12993(@value{GDBP}) x/s 0x0022fd98
be448670
CF
129940x22fd98: "/cygdrive/c/mydirectory/myprogram"
12995@end smallexample
12996
12997Setting a break point within a DLL is possible even before the program
12998starts execution. However, under these circumstances, @value{GDBN} can't
12999examine the initial instructions of the function in order to skip the
13000function's frame set-up code. You can work around this by using ``*&''
13001to set the breakpoint at a raw memory address:
13002
13003@smallexample
f7dc1244 13004(@value{GDBP}) break *&'python22!PyOS_Readline'
be448670
CF
13005Breakpoint 1 at 0x1e04eff0
13006@end smallexample
13007
13008The author of these extensions is not entirely convinced that setting a
13009break point within a shared DLL like @file{kernel32.dll} is completely
13010safe.
13011
14d6dd68
EZ
13012@node Hurd Native
13013@subsection Commands specific to @sc{gnu} Hurd systems
13014@cindex @sc{gnu} Hurd debugging
13015
13016This subsection describes @value{GDBN} commands specific to the
13017@sc{gnu} Hurd native debugging.
13018
13019@table @code
13020@item set signals
13021@itemx set sigs
13022@kindex set signals@r{, Hurd command}
13023@kindex set sigs@r{, Hurd command}
13024This command toggles the state of inferior signal interception by
13025@value{GDBN}. Mach exceptions, such as breakpoint traps, are not
13026affected by this command. @code{sigs} is a shorthand alias for
13027@code{signals}.
13028
13029@item show signals
13030@itemx show sigs
13031@kindex show signals@r{, Hurd command}
13032@kindex show sigs@r{, Hurd command}
13033Show the current state of intercepting inferior's signals.
13034
13035@item set signal-thread
13036@itemx set sigthread
13037@kindex set signal-thread
13038@kindex set sigthread
13039This command tells @value{GDBN} which thread is the @code{libc} signal
13040thread. That thread is run when a signal is delivered to a running
13041process. @code{set sigthread} is the shorthand alias of @code{set
13042signal-thread}.
13043
13044@item show signal-thread
13045@itemx show sigthread
13046@kindex show signal-thread
13047@kindex show sigthread
13048These two commands show which thread will run when the inferior is
13049delivered a signal.
13050
13051@item set stopped
13052@kindex set stopped@r{, Hurd command}
13053This commands tells @value{GDBN} that the inferior process is stopped,
13054as with the @code{SIGSTOP} signal. The stopped process can be
13055continued by delivering a signal to it.
13056
13057@item show stopped
13058@kindex show stopped@r{, Hurd command}
13059This command shows whether @value{GDBN} thinks the debuggee is
13060stopped.
13061
13062@item set exceptions
13063@kindex set exceptions@r{, Hurd command}
13064Use this command to turn off trapping of exceptions in the inferior.
13065When exception trapping is off, neither breakpoints nor
13066single-stepping will work. To restore the default, set exception
13067trapping on.
13068
13069@item show exceptions
13070@kindex show exceptions@r{, Hurd command}
13071Show the current state of trapping exceptions in the inferior.
13072
13073@item set task pause
13074@kindex set task@r{, Hurd commands}
13075@cindex task attributes (@sc{gnu} Hurd)
13076@cindex pause current task (@sc{gnu} Hurd)
13077This command toggles task suspension when @value{GDBN} has control.
13078Setting it to on takes effect immediately, and the task is suspended
13079whenever @value{GDBN} gets control. Setting it to off will take
13080effect the next time the inferior is continued. If this option is set
13081to off, you can use @code{set thread default pause on} or @code{set
13082thread pause on} (see below) to pause individual threads.
13083
13084@item show task pause
13085@kindex show task@r{, Hurd commands}
13086Show the current state of task suspension.
13087
13088@item set task detach-suspend-count
13089@cindex task suspend count
13090@cindex detach from task, @sc{gnu} Hurd
13091This command sets the suspend count the task will be left with when
13092@value{GDBN} detaches from it.
13093
13094@item show task detach-suspend-count
13095Show the suspend count the task will be left with when detaching.
13096
13097@item set task exception-port
13098@itemx set task excp
13099@cindex task exception port, @sc{gnu} Hurd
13100This command sets the task exception port to which @value{GDBN} will
13101forward exceptions. The argument should be the value of the @dfn{send
13102rights} of the task. @code{set task excp} is a shorthand alias.
13103
13104@item set noninvasive
13105@cindex noninvasive task options
13106This command switches @value{GDBN} to a mode that is the least
13107invasive as far as interfering with the inferior is concerned. This
13108is the same as using @code{set task pause}, @code{set exceptions}, and
13109@code{set signals} to values opposite to the defaults.
13110
13111@item info send-rights
13112@itemx info receive-rights
13113@itemx info port-rights
13114@itemx info port-sets
13115@itemx info dead-names
13116@itemx info ports
13117@itemx info psets
13118@cindex send rights, @sc{gnu} Hurd
13119@cindex receive rights, @sc{gnu} Hurd
13120@cindex port rights, @sc{gnu} Hurd
13121@cindex port sets, @sc{gnu} Hurd
13122@cindex dead names, @sc{gnu} Hurd
13123These commands display information about, respectively, send rights,
13124receive rights, port rights, port sets, and dead names of a task.
13125There are also shorthand aliases: @code{info ports} for @code{info
13126port-rights} and @code{info psets} for @code{info port-sets}.
13127
13128@item set thread pause
13129@kindex set thread@r{, Hurd command}
13130@cindex thread properties, @sc{gnu} Hurd
13131@cindex pause current thread (@sc{gnu} Hurd)
13132This command toggles current thread suspension when @value{GDBN} has
13133control. Setting it to on takes effect immediately, and the current
13134thread is suspended whenever @value{GDBN} gets control. Setting it to
13135off will take effect the next time the inferior is continued.
13136Normally, this command has no effect, since when @value{GDBN} has
13137control, the whole task is suspended. However, if you used @code{set
13138task pause off} (see above), this command comes in handy to suspend
13139only the current thread.
13140
13141@item show thread pause
13142@kindex show thread@r{, Hurd command}
13143This command shows the state of current thread suspension.
13144
13145@item set thread run
13146This comamnd sets whether the current thread is allowed to run.
13147
13148@item show thread run
13149Show whether the current thread is allowed to run.
13150
13151@item set thread detach-suspend-count
13152@cindex thread suspend count, @sc{gnu} Hurd
13153@cindex detach from thread, @sc{gnu} Hurd
13154This command sets the suspend count @value{GDBN} will leave on a
13155thread when detaching. This number is relative to the suspend count
13156found by @value{GDBN} when it notices the thread; use @code{set thread
13157takeover-suspend-count} to force it to an absolute value.
13158
13159@item show thread detach-suspend-count
13160Show the suspend count @value{GDBN} will leave on the thread when
13161detaching.
13162
13163@item set thread exception-port
13164@itemx set thread excp
13165Set the thread exception port to which to forward exceptions. This
13166overrides the port set by @code{set task exception-port} (see above).
13167@code{set thread excp} is the shorthand alias.
13168
13169@item set thread takeover-suspend-count
13170Normally, @value{GDBN}'s thread suspend counts are relative to the
13171value @value{GDBN} finds when it notices each thread. This command
13172changes the suspend counts to be absolute instead.
13173
13174@item set thread default
13175@itemx show thread default
13176@cindex thread default settings, @sc{gnu} Hurd
13177Each of the above @code{set thread} commands has a @code{set thread
13178default} counterpart (e.g., @code{set thread default pause}, @code{set
13179thread default exception-port}, etc.). The @code{thread default}
13180variety of commands sets the default thread properties for all
13181threads; you can then change the properties of individual threads with
13182the non-default commands.
13183@end table
13184
13185
a64548ea
EZ
13186@node Neutrino
13187@subsection QNX Neutrino
13188@cindex QNX Neutrino
13189
13190@value{GDBN} provides the following commands specific to the QNX
13191Neutrino target:
13192
13193@table @code
13194@item set debug nto-debug
13195@kindex set debug nto-debug
13196When set to on, enables debugging messages specific to the QNX
13197Neutrino support.
13198
13199@item show debug nto-debug
13200@kindex show debug nto-debug
13201Show the current state of QNX Neutrino messages.
13202@end table
13203
13204
8e04817f
AC
13205@node Embedded OS
13206@section Embedded Operating Systems
104c1213 13207
8e04817f
AC
13208This section describes configurations involving the debugging of
13209embedded operating systems that are available for several different
13210architectures.
d4f3574e 13211
8e04817f
AC
13212@menu
13213* VxWorks:: Using @value{GDBN} with VxWorks
13214@end menu
104c1213 13215
8e04817f
AC
13216@value{GDBN} includes the ability to debug programs running on
13217various real-time operating systems.
104c1213 13218
8e04817f
AC
13219@node VxWorks
13220@subsection Using @value{GDBN} with VxWorks
104c1213 13221
8e04817f 13222@cindex VxWorks
104c1213 13223
8e04817f 13224@table @code
104c1213 13225
8e04817f
AC
13226@kindex target vxworks
13227@item target vxworks @var{machinename}
13228A VxWorks system, attached via TCP/IP. The argument @var{machinename}
13229is the target system's machine name or IP address.
104c1213 13230
8e04817f 13231@end table
104c1213 13232
8e04817f
AC
13233On VxWorks, @code{load} links @var{filename} dynamically on the
13234current target system as well as adding its symbols in @value{GDBN}.
104c1213 13235
8e04817f
AC
13236@value{GDBN} enables developers to spawn and debug tasks running on networked
13237VxWorks targets from a Unix host. Already-running tasks spawned from
13238the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
13239both the Unix host and on the VxWorks target. The program
13240@code{@value{GDBP}} is installed and executed on the Unix host. (It may be
13241installed with the name @code{vxgdb}, to distinguish it from a
13242@value{GDBN} for debugging programs on the host itself.)
104c1213 13243
8e04817f
AC
13244@table @code
13245@item VxWorks-timeout @var{args}
13246@kindex vxworks-timeout
13247All VxWorks-based targets now support the option @code{vxworks-timeout}.
13248This option is set by the user, and @var{args} represents the number of
13249seconds @value{GDBN} waits for responses to rpc's. You might use this if
13250your VxWorks target is a slow software simulator or is on the far side
13251of a thin network line.
13252@end table
104c1213 13253
8e04817f
AC
13254The following information on connecting to VxWorks was current when
13255this manual was produced; newer releases of VxWorks may use revised
13256procedures.
104c1213 13257
4644b6e3 13258@findex INCLUDE_RDB
8e04817f
AC
13259To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
13260to include the remote debugging interface routines in the VxWorks
13261library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
13262VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
13263kernel. The resulting kernel contains @file{rdb.a}, and spawns the
13264source debugging task @code{tRdbTask} when VxWorks is booted. For more
13265information on configuring and remaking VxWorks, see the manufacturer's
13266manual.
13267@c VxWorks, see the @cite{VxWorks Programmer's Guide}.
104c1213 13268
8e04817f
AC
13269Once you have included @file{rdb.a} in your VxWorks system image and set
13270your Unix execution search path to find @value{GDBN}, you are ready to
13271run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
13272@code{vxgdb}, depending on your installation).
104c1213 13273
8e04817f 13274@value{GDBN} comes up showing the prompt:
104c1213 13275
474c8240 13276@smallexample
8e04817f 13277(vxgdb)
474c8240 13278@end smallexample
104c1213 13279
8e04817f
AC
13280@menu
13281* VxWorks Connection:: Connecting to VxWorks
13282* VxWorks Download:: VxWorks download
13283* VxWorks Attach:: Running tasks
13284@end menu
104c1213 13285
8e04817f
AC
13286@node VxWorks Connection
13287@subsubsection Connecting to VxWorks
104c1213 13288
8e04817f
AC
13289The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
13290network. To connect to a target whose host name is ``@code{tt}'', type:
104c1213 13291
474c8240 13292@smallexample
8e04817f 13293(vxgdb) target vxworks tt
474c8240 13294@end smallexample
104c1213 13295
8e04817f
AC
13296@need 750
13297@value{GDBN} displays messages like these:
104c1213 13298
8e04817f
AC
13299@smallexample
13300Attaching remote machine across net...
13301Connected to tt.
13302@end smallexample
104c1213 13303
8e04817f
AC
13304@need 1000
13305@value{GDBN} then attempts to read the symbol tables of any object modules
13306loaded into the VxWorks target since it was last booted. @value{GDBN} locates
13307these files by searching the directories listed in the command search
13308path (@pxref{Environment, ,Your program's environment}); if it fails
13309to find an object file, it displays a message such as:
5d161b24 13310
474c8240 13311@smallexample
8e04817f 13312prog.o: No such file or directory.
474c8240 13313@end smallexample
104c1213 13314
8e04817f
AC
13315When this happens, add the appropriate directory to the search path with
13316the @value{GDBN} command @code{path}, and execute the @code{target}
13317command again.
104c1213 13318
8e04817f
AC
13319@node VxWorks Download
13320@subsubsection VxWorks download
104c1213 13321
8e04817f
AC
13322@cindex download to VxWorks
13323If you have connected to the VxWorks target and you want to debug an
13324object that has not yet been loaded, you can use the @value{GDBN}
13325@code{load} command to download a file from Unix to VxWorks
13326incrementally. The object file given as an argument to the @code{load}
13327command is actually opened twice: first by the VxWorks target in order
13328to download the code, then by @value{GDBN} in order to read the symbol
13329table. This can lead to problems if the current working directories on
13330the two systems differ. If both systems have NFS mounted the same
13331filesystems, you can avoid these problems by using absolute paths.
13332Otherwise, it is simplest to set the working directory on both systems
13333to the directory in which the object file resides, and then to reference
13334the file by its name, without any path. For instance, a program
13335@file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
13336and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
13337program, type this on VxWorks:
104c1213 13338
474c8240 13339@smallexample
8e04817f 13340-> cd "@var{vxpath}/vw/demo/rdb"
474c8240 13341@end smallexample
104c1213 13342
8e04817f
AC
13343@noindent
13344Then, in @value{GDBN}, type:
104c1213 13345
474c8240 13346@smallexample
8e04817f
AC
13347(vxgdb) cd @var{hostpath}/vw/demo/rdb
13348(vxgdb) load prog.o
474c8240 13349@end smallexample
104c1213 13350
8e04817f 13351@value{GDBN} displays a response similar to this:
104c1213 13352
8e04817f
AC
13353@smallexample
13354Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
13355@end smallexample
104c1213 13356
8e04817f
AC
13357You can also use the @code{load} command to reload an object module
13358after editing and recompiling the corresponding source file. Note that
13359this makes @value{GDBN} delete all currently-defined breakpoints,
13360auto-displays, and convenience variables, and to clear the value
13361history. (This is necessary in order to preserve the integrity of
13362debugger's data structures that reference the target system's symbol
13363table.)
104c1213 13364
8e04817f
AC
13365@node VxWorks Attach
13366@subsubsection Running tasks
104c1213
JM
13367
13368@cindex running VxWorks tasks
13369You can also attach to an existing task using the @code{attach} command as
13370follows:
13371
474c8240 13372@smallexample
104c1213 13373(vxgdb) attach @var{task}
474c8240 13374@end smallexample
104c1213
JM
13375
13376@noindent
13377where @var{task} is the VxWorks hexadecimal task ID. The task can be running
13378or suspended when you attach to it. Running tasks are suspended at
13379the time of attachment.
13380
6d2ebf8b 13381@node Embedded Processors
104c1213
JM
13382@section Embedded Processors
13383
13384This section goes into details specific to particular embedded
13385configurations.
13386
c45da7e6
EZ
13387@cindex send command to simulator
13388Whenever a specific embedded processor has a simulator, @value{GDBN}
13389allows to send an arbitrary command to the simulator.
13390
13391@table @code
13392@item sim @var{command}
13393@kindex sim@r{, a command}
13394Send an arbitrary @var{command} string to the simulator. Consult the
13395documentation for the specific simulator in use for information about
13396acceptable commands.
13397@end table
13398
7d86b5d5 13399
104c1213 13400@menu
c45da7e6 13401* ARM:: ARM RDI
172c2a43
KI
13402* H8/300:: Renesas H8/300
13403* H8/500:: Renesas H8/500
13404* M32R/D:: Renesas M32R/D
104c1213 13405* M68K:: Motorola M68K
104c1213 13406* MIPS Embedded:: MIPS Embedded
a37295f9 13407* OpenRISC 1000:: OpenRisc 1000
104c1213
JM
13408* PA:: HP PA Embedded
13409* PowerPC: PowerPC
172c2a43 13410* SH:: Renesas SH
104c1213
JM
13411* Sparclet:: Tsqware Sparclet
13412* Sparclite:: Fujitsu Sparclite
13413* ST2000:: Tandem ST2000
13414* Z8000:: Zilog Z8000
a64548ea
EZ
13415* AVR:: Atmel AVR
13416* CRIS:: CRIS
13417* Super-H:: Renesas Super-H
c45da7e6 13418* WinCE:: Windows CE child processes
104c1213
JM
13419@end menu
13420
6d2ebf8b 13421@node ARM
104c1213 13422@subsection ARM
c45da7e6 13423@cindex ARM RDI
104c1213
JM
13424
13425@table @code
8e04817f
AC
13426@kindex target rdi
13427@item target rdi @var{dev}
13428ARM Angel monitor, via RDI library interface to ADP protocol. You may
13429use this target to communicate with both boards running the Angel
13430monitor, or with the EmbeddedICE JTAG debug device.
13431
13432@kindex target rdp
13433@item target rdp @var{dev}
13434ARM Demon monitor.
13435
13436@end table
13437
e2f4edfd
EZ
13438@value{GDBN} provides the following ARM-specific commands:
13439
13440@table @code
13441@item set arm disassembler
13442@kindex set arm
13443This commands selects from a list of disassembly styles. The
13444@code{"std"} style is the standard style.
13445
13446@item show arm disassembler
13447@kindex show arm
13448Show the current disassembly style.
13449
13450@item set arm apcs32
13451@cindex ARM 32-bit mode
13452This command toggles ARM operation mode between 32-bit and 26-bit.
13453
13454@item show arm apcs32
13455Display the current usage of the ARM 32-bit mode.
13456
13457@item set arm fpu @var{fputype}
13458This command sets the ARM floating-point unit (FPU) type. The
13459argument @var{fputype} can be one of these:
13460
13461@table @code
13462@item auto
13463Determine the FPU type by querying the OS ABI.
13464@item softfpa
13465Software FPU, with mixed-endian doubles on little-endian ARM
13466processors.
13467@item fpa
13468GCC-compiled FPA co-processor.
13469@item softvfp
13470Software FPU with pure-endian doubles.
13471@item vfp
13472VFP co-processor.
13473@end table
13474
13475@item show arm fpu
13476Show the current type of the FPU.
13477
13478@item set arm abi
13479This command forces @value{GDBN} to use the specified ABI.
13480
13481@item show arm abi
13482Show the currently used ABI.
13483
13484@item set debug arm
13485Toggle whether to display ARM-specific debugging messages from the ARM
13486target support subsystem.
13487
13488@item show debug arm
13489Show whether ARM-specific debugging messages are enabled.
13490@end table
13491
c45da7e6
EZ
13492The following commands are available when an ARM target is debugged
13493using the RDI interface:
13494
13495@table @code
13496@item rdilogfile @r{[}@var{file}@r{]}
13497@kindex rdilogfile
13498@cindex ADP (Angel Debugger Protocol) logging
13499Set the filename for the ADP (Angel Debugger Protocol) packet log.
13500With an argument, sets the log file to the specified @var{file}. With
13501no argument, show the current log file name. The default log file is
13502@file{rdi.log}.
13503
13504@item rdilogenable @r{[}@var{arg}@r{]}
13505@kindex rdilogenable
13506Control logging of ADP packets. With an argument of 1 or @code{"yes"}
13507enables logging, with an argument 0 or @code{"no"} disables it. With
13508no arguments displays the current setting. When logging is enabled,
13509ADP packets exchanged between @value{GDBN} and the RDI target device
13510are logged to a file.
13511
13512@item set rdiromatzero
13513@kindex set rdiromatzero
13514@cindex ROM at zero address, RDI
13515Tell @value{GDBN} whether the target has ROM at address 0. If on,
13516vector catching is disabled, so that zero address can be used. If off
13517(the default), vector catching is enabled. For this command to take
13518effect, it needs to be invoked prior to the @code{target rdi} command.
13519
13520@item show rdiromatzero
13521@kindex show rdiromatzero
13522Show the current setting of ROM at zero address.
13523
13524@item set rdiheartbeat
13525@kindex set rdiheartbeat
13526@cindex RDI heartbeat
13527Enable or disable RDI heartbeat packets. It is not recommended to
13528turn on this option, since it confuses ARM and EPI JTAG interface, as
13529well as the Angel monitor.
13530
13531@item show rdiheartbeat
13532@kindex show rdiheartbeat
13533Show the setting of RDI heartbeat packets.
13534@end table
13535
e2f4edfd 13536
8e04817f 13537@node H8/300
172c2a43 13538@subsection Renesas H8/300
8e04817f
AC
13539
13540@table @code
13541
13542@kindex target hms@r{, with H8/300}
13543@item target hms @var{dev}
172c2a43 13544A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host.
8e04817f
AC
13545Use special commands @code{device} and @code{speed} to control the serial
13546line and the communications speed used.
13547
13548@kindex target e7000@r{, with H8/300}
13549@item target e7000 @var{dev}
172c2a43 13550E7000 emulator for Renesas H8 and SH.
8e04817f
AC
13551
13552@kindex target sh3@r{, with H8/300}
13553@kindex target sh3e@r{, with H8/300}
13554@item target sh3 @var{dev}
13555@itemx target sh3e @var{dev}
172c2a43 13556Renesas SH-3 and SH-3E target systems.
8e04817f
AC
13557
13558@end table
13559
13560@cindex download to H8/300 or H8/500
13561@cindex H8/300 or H8/500 download
172c2a43
KI
13562@cindex download to Renesas SH
13563@cindex Renesas SH download
13564When you select remote debugging to a Renesas SH, H8/300, or H8/500
13565board, the @code{load} command downloads your program to the Renesas
8e04817f
AC
13566board and also opens it as the current executable target for
13567@value{GDBN} on your host (like the @code{file} command).
13568
13569@value{GDBN} needs to know these things to talk to your
172c2a43 13570Renesas SH, H8/300, or H8/500:
8e04817f
AC
13571
13572@enumerate
13573@item
13574that you want to use @samp{target hms}, the remote debugging interface
172c2a43
KI
13575for Renesas microprocessors, or @samp{target e7000}, the in-circuit
13576emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is
13577the default when @value{GDBN} is configured specifically for the Renesas SH,
8e04817f
AC
13578H8/300, or H8/500.)
13579
13580@item
172c2a43 13581what serial device connects your host to your Renesas board (the first
8e04817f
AC
13582serial device available on your host is the default).
13583
13584@item
13585what speed to use over the serial device.
13586@end enumerate
13587
13588@menu
172c2a43
KI
13589* Renesas Boards:: Connecting to Renesas boards.
13590* Renesas ICE:: Using the E7000 In-Circuit Emulator.
13591* Renesas Special:: Special @value{GDBN} commands for Renesas micros.
8e04817f
AC
13592@end menu
13593
172c2a43
KI
13594@node Renesas Boards
13595@subsubsection Connecting to Renesas boards
8e04817f
AC
13596
13597@c only for Unix hosts
13598@kindex device
172c2a43 13599@cindex serial device, Renesas micros
8e04817f
AC
13600Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
13601need to explicitly set the serial device. The default @var{port} is the
13602first available port on your host. This is only necessary on Unix
13603hosts, where it is typically something like @file{/dev/ttya}.
13604
13605@kindex speed
172c2a43 13606@cindex serial line speed, Renesas micros
8e04817f
AC
13607@code{@value{GDBN}} has another special command to set the communications
13608speed: @samp{speed @var{bps}}. This command also is only used from Unix
13609hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
13610the DOS @code{mode} command (for instance,
13611@w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
13612
13613The @samp{device} and @samp{speed} commands are available only when you
172c2a43 13614use a Unix host to debug your Renesas microprocessor programs. If you
8e04817f
AC
13615use a DOS host,
13616@value{GDBN} depends on an auxiliary terminate-and-stay-resident program
13617called @code{asynctsr} to communicate with the development board
13618through a PC serial port. You must also use the DOS @code{mode} command
13619to set up the serial port on the DOS side.
13620
13621The following sample session illustrates the steps needed to start a
13622program under @value{GDBN} control on an H8/300. The example uses a
13623sample H8/300 program called @file{t.x}. The procedure is the same for
172c2a43 13624the Renesas SH and the H8/500.
8e04817f
AC
13625
13626First hook up your development board. In this example, we use a
13627board attached to serial port @code{COM2}; if you use a different serial
13628port, substitute its name in the argument of the @code{mode} command.
13629When you call @code{asynctsr}, the auxiliary comms program used by the
13630debugger, you give it just the numeric part of the serial port's name;
13631for example, @samp{asyncstr 2} below runs @code{asyncstr} on
13632@code{COM2}.
13633
474c8240 13634@smallexample
8e04817f
AC
13635C:\H8300\TEST> asynctsr 2
13636C:\H8300\TEST> mode com2:9600,n,8,1,p
13637
13638Resident portion of MODE loaded
13639
13640COM2: 9600, n, 8, 1, p
13641
474c8240 13642@end smallexample
8e04817f
AC
13643
13644@quotation
13645@emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
13646@code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
13647disable it, or even boot without it, to use @code{asynctsr} to control
13648your development board.
13649@end quotation
13650
13651@kindex target hms@r{, and serial protocol}
13652Now that serial communications are set up, and the development board is
9c16f35a 13653connected, you can start up @value{GDBN}. Call @code{@value{GDBN}} with
8e04817f
AC
13654the name of your program as the argument. @code{@value{GDBN}} prompts
13655you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
13656commands to begin your debugging session: @samp{target hms} to specify
172c2a43 13657cross-debugging to the Renesas board, and the @code{load} command to
8e04817f
AC
13658download your program to the board. @code{load} displays the names of
13659the program's sections, and a @samp{*} for each 2K of data downloaded.
13660(If you want to refresh @value{GDBN} data on symbols or on the
13661executable file without downloading, use the @value{GDBN} commands
13662@code{file} or @code{symbol-file}. These commands, and @code{load}
13663itself, are described in @ref{Files,,Commands to specify files}.)
13664
13665@smallexample
13666(eg-C:\H8300\TEST) @value{GDBP} t.x
13667@value{GDBN} is free software and you are welcome to distribute copies
13668 of it under certain conditions; type "show copying" to see
13669 the conditions.
13670There is absolutely no warranty for @value{GDBN}; type "show warranty"
13671for details.
13672@value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
13673(@value{GDBP}) target hms
13674Connected to remote H8/300 HMS system.
13675(@value{GDBP}) load t.x
13676.text : 0x8000 .. 0xabde ***********
13677.data : 0xabde .. 0xad30 *
13678.stack : 0xf000 .. 0xf014 *
13679@end smallexample
13680
13681At this point, you're ready to run or debug your program. From here on,
13682you can use all the usual @value{GDBN} commands. The @code{break} command
13683sets breakpoints; the @code{run} command starts your program;
13684@code{print} or @code{x} display data; the @code{continue} command
13685resumes execution after stopping at a breakpoint. You can use the
13686@code{help} command at any time to find out more about @value{GDBN} commands.
13687
13688Remember, however, that @emph{operating system} facilities aren't
13689available on your development board; for example, if your program hangs,
13690you can't send an interrupt---but you can press the @sc{reset} switch!
13691
13692Use the @sc{reset} button on the development board
13693@itemize @bullet
13694@item
13695to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
13696no way to pass an interrupt signal to the development board); and
13697
13698@item
13699to return to the @value{GDBN} command prompt after your program finishes
13700normally. The communications protocol provides no other way for @value{GDBN}
13701to detect program completion.
13702@end itemize
13703
13704In either case, @value{GDBN} sees the effect of a @sc{reset} on the
13705development board as a ``normal exit'' of your program.
13706
172c2a43 13707@node Renesas ICE
8e04817f
AC
13708@subsubsection Using the E7000 in-circuit emulator
13709
172c2a43 13710@kindex target e7000@r{, with Renesas ICE}
8e04817f 13711You can use the E7000 in-circuit emulator to develop code for either the
172c2a43 13712Renesas SH or the H8/300H. Use one of these forms of the @samp{target
8e04817f
AC
13713e7000} command to connect @value{GDBN} to your E7000:
13714
13715@table @code
13716@item target e7000 @var{port} @var{speed}
13717Use this form if your E7000 is connected to a serial port. The
13718@var{port} argument identifies what serial port to use (for example,
13719@samp{com2}). The third argument is the line speed in bits per second
13720(for example, @samp{9600}).
13721
13722@item target e7000 @var{hostname}
13723If your E7000 is installed as a host on a TCP/IP network, you can just
13724specify its hostname; @value{GDBN} uses @code{telnet} to connect.
13725@end table
13726
ba04e063
EZ
13727The following special commands are available when debugging with the
13728Renesas E7000 ICE:
13729
13730@table @code
13731@item e7000 @var{command}
13732@kindex e7000
13733@cindex send command to E7000 monitor
13734This sends the specified @var{command} to the E7000 monitor.
13735
13736@item ftplogin @var{machine} @var{username} @var{password} @var{dir}
13737@kindex ftplogin@r{, E7000}
13738This command records information for subsequent interface with the
13739E7000 monitor via the FTP protocol: @value{GDBN} will log into the
13740named @var{machine} using specified @var{username} and @var{password},
13741and then chdir to the named directory @var{dir}.
13742
13743@item ftpload @var{file}
13744@kindex ftpload@r{, E7000}
13745This command uses credentials recorded by @code{ftplogin} to fetch and
13746load the named @var{file} from the E7000 monitor.
13747
13748@item drain
13749@kindex drain@r{, E7000}
13750This command drains any pending text buffers stored on the E7000.
13751
13752@item set usehardbreakpoints
13753@itemx show usehardbreakpoints
13754@kindex set usehardbreakpoints@r{, E7000}
13755@kindex show usehardbreakpoints@r{, E7000}
13756@cindex hardware breakpoints, and E7000
13757These commands set and show the use of hardware breakpoints for all
13758breakpoints. @xref{Set Breaks, hardware-assisted breakpoint}, for
13759more information about using hardware breakpoints selectively.
13760@end table
13761
172c2a43
KI
13762@node Renesas Special
13763@subsubsection Special @value{GDBN} commands for Renesas micros
8e04817f
AC
13764
13765Some @value{GDBN} commands are available only for the H8/300:
13766
13767@table @code
13768
13769@kindex set machine
13770@kindex show machine
13771@item set machine h8300
13772@itemx set machine h8300h
13773Condition @value{GDBN} for one of the two variants of the H8/300
13774architecture with @samp{set machine}. You can use @samp{show machine}
13775to check which variant is currently in effect.
104c1213
JM
13776
13777@end table
13778
8e04817f
AC
13779@node H8/500
13780@subsection H8/500
104c1213
JM
13781
13782@table @code
13783
8e04817f
AC
13784@kindex set memory @var{mod}
13785@cindex memory models, H8/500
13786@item set memory @var{mod}
13787@itemx show memory
13788Specify which H8/500 memory model (@var{mod}) you are using with
13789@samp{set memory}; check which memory model is in effect with @samp{show
13790memory}. The accepted values for @var{mod} are @code{small},
13791@code{big}, @code{medium}, and @code{compact}.
104c1213 13792
8e04817f 13793@end table
104c1213 13794
8e04817f 13795@node M32R/D
ba04e063 13796@subsection Renesas M32R/D and M32R/SDI
8e04817f
AC
13797
13798@table @code
8e04817f
AC
13799@kindex target m32r
13800@item target m32r @var{dev}
172c2a43 13801Renesas M32R/D ROM monitor.
8e04817f 13802
fb3e19c0
KI
13803@kindex target m32rsdi
13804@item target m32rsdi @var{dev}
13805Renesas M32R SDI server, connected via parallel port to the board.
721c2651
EZ
13806@end table
13807
13808The following @value{GDBN} commands are specific to the M32R monitor:
13809
13810@table @code
13811@item set download-path @var{path}
13812@kindex set download-path
13813@cindex find downloadable @sc{srec} files (M32R)
13814Set the default path for finding donwloadable @sc{srec} files.
13815
13816@item show download-path
13817@kindex show download-path
13818Show the default path for downloadable @sc{srec} files.
fb3e19c0 13819
721c2651
EZ
13820@item set board-address @var{addr}
13821@kindex set board-address
13822@cindex M32-EVA target board address
13823Set the IP address for the M32R-EVA target board.
13824
13825@item show board-address
13826@kindex show board-address
13827Show the current IP address of the target board.
13828
13829@item set server-address @var{addr}
13830@kindex set server-address
13831@cindex download server address (M32R)
13832Set the IP address for the download server, which is the @value{GDBN}'s
13833host machine.
13834
13835@item show server-address
13836@kindex show server-address
13837Display the IP address of the download server.
13838
13839@item upload @r{[}@var{file}@r{]}
13840@kindex upload@r{, M32R}
13841Upload the specified @sc{srec} @var{file} via the monitor's Ethernet
13842upload capability. If no @var{file} argument is given, the current
13843executable file is uploaded.
13844
13845@item tload @r{[}@var{file}@r{]}
13846@kindex tload@r{, M32R}
13847Test the @code{upload} command.
8e04817f
AC
13848@end table
13849
ba04e063
EZ
13850The following commands are available for M32R/SDI:
13851
13852@table @code
13853@item sdireset
13854@kindex sdireset
13855@cindex reset SDI connection, M32R
13856This command resets the SDI connection.
13857
13858@item sdistatus
13859@kindex sdistatus
13860This command shows the SDI connection status.
13861
13862@item debug_chaos
13863@kindex debug_chaos
13864@cindex M32R/Chaos debugging
13865Instructs the remote that M32R/Chaos debugging is to be used.
13866
13867@item use_debug_dma
13868@kindex use_debug_dma
13869Instructs the remote to use the DEBUG_DMA method of accessing memory.
13870
13871@item use_mon_code
13872@kindex use_mon_code
13873Instructs the remote to use the MON_CODE method of accessing memory.
13874
13875@item use_ib_break
13876@kindex use_ib_break
13877Instructs the remote to set breakpoints by IB break.
13878
13879@item use_dbt_break
13880@kindex use_dbt_break
13881Instructs the remote to set breakpoints by DBT.
13882@end table
13883
8e04817f
AC
13884@node M68K
13885@subsection M68k
13886
13887The Motorola m68k configuration includes ColdFire support, and
13888target command for the following ROM monitors.
13889
13890@table @code
13891
13892@kindex target abug
13893@item target abug @var{dev}
13894ABug ROM monitor for M68K.
13895
13896@kindex target cpu32bug
13897@item target cpu32bug @var{dev}
13898CPU32BUG monitor, running on a CPU32 (M68K) board.
13899
13900@kindex target dbug
13901@item target dbug @var{dev}
13902dBUG ROM monitor for Motorola ColdFire.
13903
13904@kindex target est
13905@item target est @var{dev}
13906EST-300 ICE monitor, running on a CPU32 (M68K) board.
13907
13908@kindex target rom68k
13909@item target rom68k @var{dev}
13910ROM 68K monitor, running on an M68K IDP board.
13911
13912@end table
13913
8e04817f
AC
13914@table @code
13915
13916@kindex target rombug
13917@item target rombug @var{dev}
13918ROMBUG ROM monitor for OS/9000.
13919
13920@end table
13921
8e04817f
AC
13922@node MIPS Embedded
13923@subsection MIPS Embedded
13924
13925@cindex MIPS boards
13926@value{GDBN} can use the MIPS remote debugging protocol to talk to a
13927MIPS board attached to a serial line. This is available when
13928you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
104c1213 13929
8e04817f
AC
13930@need 1000
13931Use these @value{GDBN} commands to specify the connection to your target board:
104c1213 13932
8e04817f
AC
13933@table @code
13934@item target mips @var{port}
13935@kindex target mips @var{port}
13936To run a program on the board, start up @code{@value{GDBP}} with the
13937name of your program as the argument. To connect to the board, use the
13938command @samp{target mips @var{port}}, where @var{port} is the name of
13939the serial port connected to the board. If the program has not already
13940been downloaded to the board, you may use the @code{load} command to
13941download it. You can then use all the usual @value{GDBN} commands.
104c1213 13942
8e04817f
AC
13943For example, this sequence connects to the target board through a serial
13944port, and loads and runs a program called @var{prog} through the
13945debugger:
104c1213 13946
474c8240 13947@smallexample
8e04817f
AC
13948host$ @value{GDBP} @var{prog}
13949@value{GDBN} is free software and @dots{}
13950(@value{GDBP}) target mips /dev/ttyb
13951(@value{GDBP}) load @var{prog}
13952(@value{GDBP}) run
474c8240 13953@end smallexample
104c1213 13954
8e04817f
AC
13955@item target mips @var{hostname}:@var{portnumber}
13956On some @value{GDBN} host configurations, you can specify a TCP
13957connection (for instance, to a serial line managed by a terminal
13958concentrator) instead of a serial port, using the syntax
13959@samp{@var{hostname}:@var{portnumber}}.
104c1213 13960
8e04817f
AC
13961@item target pmon @var{port}
13962@kindex target pmon @var{port}
13963PMON ROM monitor.
104c1213 13964
8e04817f
AC
13965@item target ddb @var{port}
13966@kindex target ddb @var{port}
13967NEC's DDB variant of PMON for Vr4300.
104c1213 13968
8e04817f
AC
13969@item target lsi @var{port}
13970@kindex target lsi @var{port}
13971LSI variant of PMON.
104c1213 13972
8e04817f
AC
13973@kindex target r3900
13974@item target r3900 @var{dev}
13975Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
104c1213 13976
8e04817f
AC
13977@kindex target array
13978@item target array @var{dev}
13979Array Tech LSI33K RAID controller board.
104c1213 13980
8e04817f 13981@end table
104c1213 13982
104c1213 13983
8e04817f
AC
13984@noindent
13985@value{GDBN} also supports these special commands for MIPS targets:
104c1213 13986
8e04817f 13987@table @code
8e04817f
AC
13988@item set mipsfpu double
13989@itemx set mipsfpu single
13990@itemx set mipsfpu none
a64548ea 13991@itemx set mipsfpu auto
8e04817f
AC
13992@itemx show mipsfpu
13993@kindex set mipsfpu
13994@kindex show mipsfpu
13995@cindex MIPS remote floating point
13996@cindex floating point, MIPS remote
13997If your target board does not support the MIPS floating point
13998coprocessor, you should use the command @samp{set mipsfpu none} (if you
13999need this, you may wish to put the command in your @value{GDBN} init
14000file). This tells @value{GDBN} how to find the return value of
14001functions which return floating point values. It also allows
14002@value{GDBN} to avoid saving the floating point registers when calling
14003functions on the board. If you are using a floating point coprocessor
14004with only single precision floating point support, as on the @sc{r4650}
14005processor, use the command @samp{set mipsfpu single}. The default
14006double precision floating point coprocessor may be selected using
14007@samp{set mipsfpu double}.
104c1213 14008
8e04817f
AC
14009In previous versions the only choices were double precision or no
14010floating point, so @samp{set mipsfpu on} will select double precision
14011and @samp{set mipsfpu off} will select no floating point.
104c1213 14012
8e04817f
AC
14013As usual, you can inquire about the @code{mipsfpu} variable with
14014@samp{show mipsfpu}.
104c1213 14015
8e04817f
AC
14016@item set timeout @var{seconds}
14017@itemx set retransmit-timeout @var{seconds}
14018@itemx show timeout
14019@itemx show retransmit-timeout
14020@cindex @code{timeout}, MIPS protocol
14021@cindex @code{retransmit-timeout}, MIPS protocol
14022@kindex set timeout
14023@kindex show timeout
14024@kindex set retransmit-timeout
14025@kindex show retransmit-timeout
14026You can control the timeout used while waiting for a packet, in the MIPS
14027remote protocol, with the @code{set timeout @var{seconds}} command. The
14028default is 5 seconds. Similarly, you can control the timeout used while
14029waiting for an acknowledgement of a packet with the @code{set
14030retransmit-timeout @var{seconds}} command. The default is 3 seconds.
14031You can inspect both values with @code{show timeout} and @code{show
14032retransmit-timeout}. (These commands are @emph{only} available when
14033@value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
104c1213 14034
8e04817f
AC
14035The timeout set by @code{set timeout} does not apply when @value{GDBN}
14036is waiting for your program to stop. In that case, @value{GDBN} waits
14037forever because it has no way of knowing how long the program is going
14038to run before stopping.
ba04e063
EZ
14039
14040@item set syn-garbage-limit @var{num}
14041@kindex set syn-garbage-limit@r{, MIPS remote}
14042@cindex synchronize with remote MIPS target
14043Limit the maximum number of characters @value{GDBN} should ignore when
14044it tries to synchronize with the remote target. The default is 10
14045characters. Setting the limit to -1 means there's no limit.
14046
14047@item show syn-garbage-limit
14048@kindex show syn-garbage-limit@r{, MIPS remote}
14049Show the current limit on the number of characters to ignore when
14050trying to synchronize with the remote system.
14051
14052@item set monitor-prompt @var{prompt}
14053@kindex set monitor-prompt@r{, MIPS remote}
14054@cindex remote monitor prompt
14055Tell @value{GDBN} to expect the specified @var{prompt} string from the
14056remote monitor. The default depends on the target:
14057@table @asis
14058@item pmon target
14059@samp{PMON}
14060@item ddb target
14061@samp{NEC010}
14062@item lsi target
14063@samp{PMON>}
14064@end table
14065
14066@item show monitor-prompt
14067@kindex show monitor-prompt@r{, MIPS remote}
14068Show the current strings @value{GDBN} expects as the prompt from the
14069remote monitor.
14070
14071@item set monitor-warnings
14072@kindex set monitor-warnings@r{, MIPS remote}
14073Enable or disable monitor warnings about hardware breakpoints. This
14074has effect only for the @code{lsi} target. When on, @value{GDBN} will
14075display warning messages whose codes are returned by the @code{lsi}
14076PMON monitor for breakpoint commands.
14077
14078@item show monitor-warnings
14079@kindex show monitor-warnings@r{, MIPS remote}
14080Show the current setting of printing monitor warnings.
14081
14082@item pmon @var{command}
14083@kindex pmon@r{, MIPS remote}
14084@cindex send PMON command
14085This command allows sending an arbitrary @var{command} string to the
14086monitor. The monitor must be in debug mode for this to work.
8e04817f 14087@end table
104c1213 14088
a37295f9
MM
14089@node OpenRISC 1000
14090@subsection OpenRISC 1000
14091@cindex OpenRISC 1000
14092
14093@cindex or1k boards
14094See OR1k Architecture document (@uref{www.opencores.org}) for more information
14095about platform and commands.
14096
14097@table @code
14098
14099@kindex target jtag
14100@item target jtag jtag://@var{host}:@var{port}
14101
14102Connects to remote JTAG server.
14103JTAG remote server can be either an or1ksim or JTAG server,
14104connected via parallel port to the board.
14105
14106Example: @code{target jtag jtag://localhost:9999}
14107
14108@kindex or1ksim
14109@item or1ksim @var{command}
14110If connected to @code{or1ksim} OpenRISC 1000 Architectural
14111Simulator, proprietary commands can be executed.
14112
14113@kindex info or1k spr
14114@item info or1k spr
14115Displays spr groups.
14116
14117@item info or1k spr @var{group}
14118@itemx info or1k spr @var{groupno}
14119Displays register names in selected group.
14120
14121@item info or1k spr @var{group} @var{register}
14122@itemx info or1k spr @var{register}
14123@itemx info or1k spr @var{groupno} @var{registerno}
14124@itemx info or1k spr @var{registerno}
14125Shows information about specified spr register.
14126
14127@kindex spr
14128@item spr @var{group} @var{register} @var{value}
14129@itemx spr @var{register @var{value}}
14130@itemx spr @var{groupno} @var{registerno @var{value}}
14131@itemx spr @var{registerno @var{value}}
14132Writes @var{value} to specified spr register.
14133@end table
14134
14135Some implementations of OpenRISC 1000 Architecture also have hardware trace.
14136It is very similar to @value{GDBN} trace, except it does not interfere with normal
14137program execution and is thus much faster. Hardware breakpoints/watchpoint
14138triggers can be set using:
14139@table @code
14140@item $LEA/$LDATA
14141Load effective address/data
14142@item $SEA/$SDATA
14143Store effective address/data
14144@item $AEA/$ADATA
14145Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA)
14146@item $FETCH
14147Fetch data
14148@end table
14149
14150When triggered, it can capture low level data, like: @code{PC}, @code{LSEA},
14151@code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}.
14152
14153@code{htrace} commands:
14154@cindex OpenRISC 1000 htrace
14155@table @code
14156@kindex hwatch
14157@item hwatch @var{conditional}
14158Set hardware watchpoint on combination of Load/Store Effecive Address(es)
14159or Data. For example:
14160
14161@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14162
14163@code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)}
14164
4644b6e3 14165@kindex htrace
a37295f9
MM
14166@item htrace info
14167Display information about current HW trace configuration.
14168
a37295f9
MM
14169@item htrace trigger @var{conditional}
14170Set starting criteria for HW trace.
14171
a37295f9
MM
14172@item htrace qualifier @var{conditional}
14173Set acquisition qualifier for HW trace.
14174
a37295f9
MM
14175@item htrace stop @var{conditional}
14176Set HW trace stopping criteria.
14177
f153cc92 14178@item htrace record [@var{data}]*
a37295f9
MM
14179Selects the data to be recorded, when qualifier is met and HW trace was
14180triggered.
14181
a37295f9 14182@item htrace enable
a37295f9
MM
14183@itemx htrace disable
14184Enables/disables the HW trace.
14185
f153cc92 14186@item htrace rewind [@var{filename}]
a37295f9
MM
14187Clears currently recorded trace data.
14188
14189If filename is specified, new trace file is made and any newly collected data
14190will be written there.
14191
f153cc92 14192@item htrace print [@var{start} [@var{len}]]
a37295f9
MM
14193Prints trace buffer, using current record configuration.
14194
a37295f9
MM
14195@item htrace mode continuous
14196Set continuous trace mode.
14197
a37295f9
MM
14198@item htrace mode suspend
14199Set suspend trace mode.
14200
14201@end table
14202
8e04817f
AC
14203@node PowerPC
14204@subsection PowerPC
104c1213
JM
14205
14206@table @code
8e04817f
AC
14207@kindex target dink32
14208@item target dink32 @var{dev}
14209DINK32 ROM monitor.
104c1213 14210
8e04817f
AC
14211@kindex target ppcbug
14212@item target ppcbug @var{dev}
14213@kindex target ppcbug1
14214@item target ppcbug1 @var{dev}
14215PPCBUG ROM monitor for PowerPC.
104c1213 14216
8e04817f
AC
14217@kindex target sds
14218@item target sds @var{dev}
14219SDS monitor, running on a PowerPC board (such as Motorola's ADS).
c45da7e6 14220@end table
8e04817f 14221
c45da7e6
EZ
14222@cindex SDS protocol
14223The following commands specifi to the SDS protocol are supported
14224by@value{GDBN}:
14225
14226@table @code
14227@item set sdstimeout @var{nsec}
14228@kindex set sdstimeout
14229Set the timeout for SDS protocol reads to be @var{nsec} seconds. The
14230default is 2 seconds.
14231
14232@item show sdstimeout
14233@kindex show sdstimeout
14234Show the current value of the SDS timeout.
14235
14236@item sds @var{command}
14237@kindex sds@r{, a command}
14238Send the specified @var{command} string to the SDS monitor.
8e04817f
AC
14239@end table
14240
c45da7e6 14241
8e04817f
AC
14242@node PA
14243@subsection HP PA Embedded
104c1213
JM
14244
14245@table @code
14246
8e04817f
AC
14247@kindex target op50n
14248@item target op50n @var{dev}
14249OP50N monitor, running on an OKI HPPA board.
14250
14251@kindex target w89k
14252@item target w89k @var{dev}
14253W89K monitor, running on a Winbond HPPA board.
104c1213
JM
14254
14255@end table
14256
8e04817f 14257@node SH
172c2a43 14258@subsection Renesas SH
104c1213
JM
14259
14260@table @code
14261
172c2a43 14262@kindex target hms@r{, with Renesas SH}
8e04817f 14263@item target hms @var{dev}
172c2a43 14264A Renesas SH board attached via serial line to your host. Use special
8e04817f
AC
14265commands @code{device} and @code{speed} to control the serial line and
14266the communications speed used.
104c1213 14267
172c2a43 14268@kindex target e7000@r{, with Renesas SH}
8e04817f 14269@item target e7000 @var{dev}
172c2a43 14270E7000 emulator for Renesas SH.
104c1213 14271
8e04817f
AC
14272@kindex target sh3@r{, with SH}
14273@kindex target sh3e@r{, with SH}
14274@item target sh3 @var{dev}
14275@item target sh3e @var{dev}
172c2a43 14276Renesas SH-3 and SH-3E target systems.
104c1213 14277
8e04817f 14278@end table
104c1213 14279
8e04817f
AC
14280@node Sparclet
14281@subsection Tsqware Sparclet
104c1213 14282
8e04817f
AC
14283@cindex Sparclet
14284
14285@value{GDBN} enables developers to debug tasks running on
14286Sparclet targets from a Unix host.
14287@value{GDBN} uses code that runs on
14288both the Unix host and on the Sparclet target. The program
14289@code{@value{GDBP}} is installed and executed on the Unix host.
104c1213 14290
8e04817f
AC
14291@table @code
14292@item remotetimeout @var{args}
14293@kindex remotetimeout
14294@value{GDBN} supports the option @code{remotetimeout}.
14295This option is set by the user, and @var{args} represents the number of
14296seconds @value{GDBN} waits for responses.
104c1213
JM
14297@end table
14298
8e04817f
AC
14299@cindex compiling, on Sparclet
14300When compiling for debugging, include the options @samp{-g} to get debug
14301information and @samp{-Ttext} to relocate the program to where you wish to
14302load it on the target. You may also want to add the options @samp{-n} or
14303@samp{-N} in order to reduce the size of the sections. Example:
104c1213 14304
474c8240 14305@smallexample
8e04817f 14306sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
474c8240 14307@end smallexample
104c1213 14308
8e04817f 14309You can use @code{objdump} to verify that the addresses are what you intended:
104c1213 14310
474c8240 14311@smallexample
8e04817f 14312sparclet-aout-objdump --headers --syms prog
474c8240 14313@end smallexample
104c1213 14314
8e04817f
AC
14315@cindex running, on Sparclet
14316Once you have set
14317your Unix execution search path to find @value{GDBN}, you are ready to
14318run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
14319(or @code{sparclet-aout-gdb}, depending on your installation).
104c1213 14320
8e04817f
AC
14321@value{GDBN} comes up showing the prompt:
14322
474c8240 14323@smallexample
8e04817f 14324(gdbslet)
474c8240 14325@end smallexample
104c1213
JM
14326
14327@menu
8e04817f
AC
14328* Sparclet File:: Setting the file to debug
14329* Sparclet Connection:: Connecting to Sparclet
14330* Sparclet Download:: Sparclet download
14331* Sparclet Execution:: Running and debugging
104c1213
JM
14332@end menu
14333
8e04817f
AC
14334@node Sparclet File
14335@subsubsection Setting file to debug
104c1213 14336
8e04817f 14337The @value{GDBN} command @code{file} lets you choose with program to debug.
104c1213 14338
474c8240 14339@smallexample
8e04817f 14340(gdbslet) file prog
474c8240 14341@end smallexample
104c1213 14342
8e04817f
AC
14343@need 1000
14344@value{GDBN} then attempts to read the symbol table of @file{prog}.
14345@value{GDBN} locates
14346the file by searching the directories listed in the command search
14347path.
14348If the file was compiled with debug information (option "-g"), source
14349files will be searched as well.
14350@value{GDBN} locates
14351the source files by searching the directories listed in the directory search
14352path (@pxref{Environment, ,Your program's environment}).
14353If it fails
14354to find a file, it displays a message such as:
104c1213 14355
474c8240 14356@smallexample
8e04817f 14357prog: No such file or directory.
474c8240 14358@end smallexample
104c1213 14359
8e04817f
AC
14360When this happens, add the appropriate directories to the search paths with
14361the @value{GDBN} commands @code{path} and @code{dir}, and execute the
14362@code{target} command again.
104c1213 14363
8e04817f
AC
14364@node Sparclet Connection
14365@subsubsection Connecting to Sparclet
104c1213 14366
8e04817f
AC
14367The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
14368To connect to a target on serial port ``@code{ttya}'', type:
104c1213 14369
474c8240 14370@smallexample
8e04817f
AC
14371(gdbslet) target sparclet /dev/ttya
14372Remote target sparclet connected to /dev/ttya
14373main () at ../prog.c:3
474c8240 14374@end smallexample
104c1213 14375
8e04817f
AC
14376@need 750
14377@value{GDBN} displays messages like these:
104c1213 14378
474c8240 14379@smallexample
8e04817f 14380Connected to ttya.
474c8240 14381@end smallexample
104c1213 14382
8e04817f
AC
14383@node Sparclet Download
14384@subsubsection Sparclet download
104c1213 14385
8e04817f
AC
14386@cindex download to Sparclet
14387Once connected to the Sparclet target,
14388you can use the @value{GDBN}
14389@code{load} command to download the file from the host to the target.
14390The file name and load offset should be given as arguments to the @code{load}
14391command.
14392Since the file format is aout, the program must be loaded to the starting
14393address. You can use @code{objdump} to find out what this value is. The load
14394offset is an offset which is added to the VMA (virtual memory address)
14395of each of the file's sections.
14396For instance, if the program
14397@file{prog} was linked to text address 0x1201000, with data at 0x12010160
14398and bss at 0x12010170, in @value{GDBN}, type:
104c1213 14399
474c8240 14400@smallexample
8e04817f
AC
14401(gdbslet) load prog 0x12010000
14402Loading section .text, size 0xdb0 vma 0x12010000
474c8240 14403@end smallexample
104c1213 14404
8e04817f
AC
14405If the code is loaded at a different address then what the program was linked
14406to, you may need to use the @code{section} and @code{add-symbol-file} commands
14407to tell @value{GDBN} where to map the symbol table.
14408
14409@node Sparclet Execution
14410@subsubsection Running and debugging
14411
14412@cindex running and debugging Sparclet programs
14413You can now begin debugging the task using @value{GDBN}'s execution control
14414commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
14415manual for the list of commands.
14416
474c8240 14417@smallexample
8e04817f
AC
14418(gdbslet) b main
14419Breakpoint 1 at 0x12010000: file prog.c, line 3.
14420(gdbslet) run
14421Starting program: prog
14422Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
144233 char *symarg = 0;
14424(gdbslet) step
144254 char *execarg = "hello!";
14426(gdbslet)
474c8240 14427@end smallexample
8e04817f
AC
14428
14429@node Sparclite
14430@subsection Fujitsu Sparclite
104c1213
JM
14431
14432@table @code
14433
8e04817f
AC
14434@kindex target sparclite
14435@item target sparclite @var{dev}
14436Fujitsu sparclite boards, used only for the purpose of loading.
14437You must use an additional command to debug the program.
14438For example: target remote @var{dev} using @value{GDBN} standard
14439remote protocol.
104c1213
JM
14440
14441@end table
14442
8e04817f
AC
14443@node ST2000
14444@subsection Tandem ST2000
104c1213 14445
8e04817f
AC
14446@value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
14447STDBUG protocol.
104c1213 14448
8e04817f
AC
14449To connect your ST2000 to the host system, see the manufacturer's
14450manual. Once the ST2000 is physically attached, you can run:
104c1213 14451
474c8240 14452@smallexample
8e04817f 14453target st2000 @var{dev} @var{speed}
474c8240 14454@end smallexample
104c1213 14455
8e04817f
AC
14456@noindent
14457to establish it as your debugging environment. @var{dev} is normally
14458the name of a serial device, such as @file{/dev/ttya}, connected to the
14459ST2000 via a serial line. You can instead specify @var{dev} as a TCP
14460connection (for example, to a serial line attached via a terminal
14461concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
104c1213 14462
8e04817f
AC
14463The @code{load} and @code{attach} commands are @emph{not} defined for
14464this target; you must load your program into the ST2000 as you normally
14465would for standalone operation. @value{GDBN} reads debugging information
14466(such as symbols) from a separate, debugging version of the program
14467available on your host computer.
14468@c FIXME!! This is terribly vague; what little content is here is
14469@c basically hearsay.
104c1213 14470
8e04817f
AC
14471@cindex ST2000 auxiliary commands
14472These auxiliary @value{GDBN} commands are available to help you with the ST2000
14473environment:
104c1213 14474
8e04817f
AC
14475@table @code
14476@item st2000 @var{command}
14477@kindex st2000 @var{cmd}
14478@cindex STDBUG commands (ST2000)
14479@cindex commands to STDBUG (ST2000)
14480Send a @var{command} to the STDBUG monitor. See the manufacturer's
14481manual for available commands.
104c1213 14482
8e04817f
AC
14483@item connect
14484@cindex connect (to STDBUG)
14485Connect the controlling terminal to the STDBUG command monitor. When
14486you are done interacting with STDBUG, typing either of two character
14487sequences gets you back to the @value{GDBN} command prompt:
14488@kbd{@key{RET}~.} (Return, followed by tilde and period) or
14489@kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
104c1213
JM
14490@end table
14491
8e04817f
AC
14492@node Z8000
14493@subsection Zilog Z8000
104c1213 14494
8e04817f
AC
14495@cindex Z8000
14496@cindex simulator, Z8000
14497@cindex Zilog Z8000 simulator
104c1213 14498
8e04817f
AC
14499When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
14500a Z8000 simulator.
14501
14502For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
14503unsegmented variant of the Z8000 architecture) or the Z8001 (the
14504segmented variant). The simulator recognizes which architecture is
14505appropriate by inspecting the object code.
104c1213 14506
8e04817f
AC
14507@table @code
14508@item target sim @var{args}
14509@kindex sim
14510@kindex target sim@r{, with Z8000}
14511Debug programs on a simulated CPU. If the simulator supports setup
14512options, specify them via @var{args}.
104c1213
JM
14513@end table
14514
8e04817f
AC
14515@noindent
14516After specifying this target, you can debug programs for the simulated
14517CPU in the same style as programs for your host computer; use the
14518@code{file} command to load a new program image, the @code{run} command
14519to run your program, and so on.
14520
14521As well as making available all the usual machine registers
14522(@pxref{Registers, ,Registers}), the Z8000 simulator provides three
14523additional items of information as specially named registers:
104c1213
JM
14524
14525@table @code
14526
8e04817f
AC
14527@item cycles
14528Counts clock-ticks in the simulator.
104c1213 14529
8e04817f
AC
14530@item insts
14531Counts instructions run in the simulator.
104c1213 14532
8e04817f
AC
14533@item time
14534Execution time in 60ths of a second.
104c1213 14535
8e04817f 14536@end table
104c1213 14537
8e04817f
AC
14538You can refer to these values in @value{GDBN} expressions with the usual
14539conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
14540conditional breakpoint that suspends only after at least 5000
14541simulated clock ticks.
104c1213 14542
a64548ea
EZ
14543@node AVR
14544@subsection Atmel AVR
14545@cindex AVR
14546
14547When configured for debugging the Atmel AVR, @value{GDBN} supports the
14548following AVR-specific commands:
14549
14550@table @code
14551@item info io_registers
14552@kindex info io_registers@r{, AVR}
14553@cindex I/O registers (Atmel AVR)
14554This command displays information about the AVR I/O registers. For
14555each register, @value{GDBN} prints its number and value.
14556@end table
14557
14558@node CRIS
14559@subsection CRIS
14560@cindex CRIS
14561
14562When configured for debugging CRIS, @value{GDBN} provides the
14563following CRIS-specific commands:
14564
14565@table @code
14566@item set cris-version @var{ver}
14567@cindex CRIS version
14568Set the current CRIS version to @var{ver}. The CRIS version affects
14569register names and sizes. This command is useful in case
14570autodetection of the CRIS version fails.
14571
14572@item show cris-version
14573Show the current CRIS version.
14574
14575@item set cris-dwarf2-cfi
14576@cindex DWARF-2 CFI and CRIS
14577Set the usage of DWARF-2 CFI for CRIS debugging. The default is off
14578if using @code{gcc-cris} whose version is below @code{R59}, otherwise
14579on.
14580
14581@item show cris-dwarf2-cfi
14582Show the current state of using DWARF-2 CFI.
14583@end table
14584
14585@node Super-H
14586@subsection Renesas Super-H
14587@cindex Super-H
14588
14589For the Renesas Super-H processor, @value{GDBN} provides these
14590commands:
14591
14592@table @code
14593@item regs
14594@kindex regs@r{, Super-H}
14595Show the values of all Super-H registers.
14596@end table
14597
c45da7e6
EZ
14598@node WinCE
14599@subsection Windows CE
14600@cindex Windows CE
14601
14602The following commands are available for Windows CE:
14603
14604@table @code
14605@item set remotedirectory @var{dir}
14606@kindex set remotedirectory
14607Tell @value{GDBN} to upload files from the named directory @var{dir}.
14608The default is @file{/gdb}, i.e.@: the root directory on the current
14609drive.
14610
14611@item show remotedirectory
14612@kindex show remotedirectory
14613Show the current value of the upload directory.
14614
14615@item set remoteupload @var{method}
14616@kindex set remoteupload
14617Set the method used to upload files to remote device. Valid values
14618for @var{method} are @samp{always}, @samp{newer}, and @samp{never}.
14619The default is @samp{newer}.
14620
14621@item show remoteupload
14622@kindex show remoteupload
14623Show the current setting of the upload method.
14624
14625@item set remoteaddhost
14626@kindex set remoteaddhost
14627Tell @value{GDBN} whether to add this host to the remote stub's
14628arguments when you debug over a network.
14629
14630@item show remoteaddhost
14631@kindex show remoteaddhost
14632Show whether to add this host to remote stub's arguments when
14633debugging over a network.
14634@end table
14635
a64548ea 14636
8e04817f
AC
14637@node Architectures
14638@section Architectures
104c1213 14639
8e04817f
AC
14640This section describes characteristics of architectures that affect
14641all uses of @value{GDBN} with the architecture, both native and cross.
104c1213 14642
8e04817f 14643@menu
9c16f35a 14644* i386::
8e04817f
AC
14645* A29K::
14646* Alpha::
14647* MIPS::
a64548ea 14648* HPPA:: HP PA architecture
8e04817f 14649@end menu
104c1213 14650
9c16f35a
EZ
14651@node i386
14652@subsection x86 Architecture-specific issues.
14653
14654@table @code
14655@item set struct-convention @var{mode}
14656@kindex set struct-convention
14657@cindex struct return convention
14658@cindex struct/union returned in registers
14659Set the convention used by the inferior to return @code{struct}s and
14660@code{union}s from functions to @var{mode}. Possible values of
14661@var{mode} are @code{"pcc"}, @code{"reg"}, and @code{"default"} (the
14662default). @code{"default"} or @code{"pcc"} means that @code{struct}s
14663are returned on the stack, while @code{"reg"} means that a
14664@code{struct} or a @code{union} whose size is 1, 2, 4, or 8 bytes will
14665be returned in a register.
14666
14667@item show struct-convention
14668@kindex show struct-convention
14669Show the current setting of the convention to return @code{struct}s
14670from functions.
14671@end table
14672
8e04817f
AC
14673@node A29K
14674@subsection A29K
104c1213
JM
14675
14676@table @code
104c1213 14677
8e04817f
AC
14678@kindex set rstack_high_address
14679@cindex AMD 29K register stack
14680@cindex register stack, AMD29K
14681@item set rstack_high_address @var{address}
14682On AMD 29000 family processors, registers are saved in a separate
14683@dfn{register stack}. There is no way for @value{GDBN} to determine the
14684extent of this stack. Normally, @value{GDBN} just assumes that the
14685stack is ``large enough''. This may result in @value{GDBN} referencing
14686memory locations that do not exist. If necessary, you can get around
14687this problem by specifying the ending address of the register stack with
14688the @code{set rstack_high_address} command. The argument should be an
14689address, which you probably want to precede with @samp{0x} to specify in
14690hexadecimal.
104c1213 14691
8e04817f
AC
14692@kindex show rstack_high_address
14693@item show rstack_high_address
14694Display the current limit of the register stack, on AMD 29000 family
14695processors.
104c1213 14696
8e04817f 14697@end table
104c1213 14698
8e04817f
AC
14699@node Alpha
14700@subsection Alpha
104c1213 14701
8e04817f 14702See the following section.
104c1213 14703
8e04817f
AC
14704@node MIPS
14705@subsection MIPS
104c1213 14706
8e04817f
AC
14707@cindex stack on Alpha
14708@cindex stack on MIPS
14709@cindex Alpha stack
14710@cindex MIPS stack
14711Alpha- and MIPS-based computers use an unusual stack frame, which
14712sometimes requires @value{GDBN} to search backward in the object code to
14713find the beginning of a function.
104c1213 14714
8e04817f
AC
14715@cindex response time, MIPS debugging
14716To improve response time (especially for embedded applications, where
14717@value{GDBN} may be restricted to a slow serial line for this search)
14718you may want to limit the size of this search, using one of these
14719commands:
104c1213 14720
8e04817f
AC
14721@table @code
14722@cindex @code{heuristic-fence-post} (Alpha, MIPS)
14723@item set heuristic-fence-post @var{limit}
14724Restrict @value{GDBN} to examining at most @var{limit} bytes in its
14725search for the beginning of a function. A value of @var{0} (the
14726default) means there is no limit. However, except for @var{0}, the
14727larger the limit the more bytes @code{heuristic-fence-post} must search
e2f4edfd
EZ
14728and therefore the longer it takes to run. You should only need to use
14729this command when debugging a stripped executable.
104c1213 14730
8e04817f
AC
14731@item show heuristic-fence-post
14732Display the current limit.
14733@end table
104c1213
JM
14734
14735@noindent
8e04817f
AC
14736These commands are available @emph{only} when @value{GDBN} is configured
14737for debugging programs on Alpha or MIPS processors.
104c1213 14738
a64548ea
EZ
14739Several MIPS-specific commands are available when debugging MIPS
14740programs:
14741
14742@table @code
14743@item set mips saved-gpreg-size @var{size}
14744@kindex set mips saved-gpreg-size
14745@cindex MIPS GP register size on stack
14746Set the size of MIPS general-purpose registers saved on the stack.
14747The argument @var{size} can be one of the following:
14748
14749@table @samp
14750@item 32
1475132-bit GP registers
14752@item 64
1475364-bit GP registers
14754@item auto
14755Use the target's default setting or autodetect the saved size from the
14756information contained in the executable. This is the default
14757@end table
14758
14759@item show mips saved-gpreg-size
14760@kindex show mips saved-gpreg-size
14761Show the current size of MIPS GP registers on the stack.
14762
14763@item set mips stack-arg-size @var{size}
14764@kindex set mips stack-arg-size
14765@cindex MIPS stack space for arguments
14766Set the amount of stack space reserved for arguments to functions.
14767The argument can be one of @code{"32"}, @code{"64"} or @code{"auto"}
14768(the default).
14769
14770@item set mips abi @var{arg}
14771@kindex set mips abi
14772@cindex set ABI for MIPS
14773Tell @value{GDBN} which MIPS ABI is used by the inferior. Possible
14774values of @var{arg} are:
14775
14776@table @samp
14777@item auto
14778The default ABI associated with the current binary (this is the
14779default).
14780@item o32
14781@item o64
14782@item n32
14783@item n64
14784@item eabi32
14785@item eabi64
14786@item auto
14787@end table
14788
14789@item show mips abi
14790@kindex show mips abi
14791Show the MIPS ABI used by @value{GDBN} to debug the inferior.
14792
14793@item set mipsfpu
14794@itemx show mipsfpu
14795@xref{MIPS Embedded, set mipsfpu}.
14796
14797@item set mips mask-address @var{arg}
14798@kindex set mips mask-address
14799@cindex MIPS addresses, masking
14800This command determines whether the most-significant 32 bits of 64-bit
14801MIPS addresses are masked off. The argument @var{arg} can be
14802@samp{on}, @samp{off}, or @samp{auto}. The latter is the default
14803setting, which lets @value{GDBN} determine the correct value.
14804
14805@item show mips mask-address
14806@kindex show mips mask-address
14807Show whether the upper 32 bits of MIPS addresses are masked off or
14808not.
14809
14810@item set remote-mips64-transfers-32bit-regs
14811@kindex set remote-mips64-transfers-32bit-regs
14812This command controls compatibility with 64-bit MIPS targets that
14813transfer data in 32-bit quantities. If you have an old MIPS 64 target
14814that transfers 32 bits for some registers, like @sc{sr} and @sc{fsr},
14815and 64 bits for other registers, set this option to @samp{on}.
14816
14817@item show remote-mips64-transfers-32bit-regs
14818@kindex show remote-mips64-transfers-32bit-regs
14819Show the current setting of compatibility with older MIPS 64 targets.
14820
14821@item set debug mips
14822@kindex set debug mips
14823This command turns on and off debugging messages for the MIPS-specific
14824target code in @value{GDBN}.
14825
14826@item show debug mips
14827@kindex show debug mips
14828Show the current setting of MIPS debugging messages.
14829@end table
14830
14831
14832@node HPPA
14833@subsection HPPA
14834@cindex HPPA support
14835
14836When @value{GDBN} is debugging te HP PA architecture, it provides the
14837following special commands:
14838
14839@table @code
14840@item set debug hppa
14841@kindex set debug hppa
14842THis command determines whether HPPA architecture specific debugging
14843messages are to be displayed.
14844
14845@item show debug hppa
14846Show whether HPPA debugging messages are displayed.
14847
14848@item maint print unwind @var{address}
14849@kindex maint print unwind@r{, HPPA}
14850This command displays the contents of the unwind table entry at the
14851given @var{address}.
14852
14853@end table
14854
104c1213 14855
8e04817f
AC
14856@node Controlling GDB
14857@chapter Controlling @value{GDBN}
14858
14859You can alter the way @value{GDBN} interacts with you by using the
14860@code{set} command. For commands controlling how @value{GDBN} displays
14861data, see @ref{Print Settings, ,Print settings}. Other settings are
14862described here.
14863
14864@menu
14865* Prompt:: Prompt
14866* Editing:: Command editing
14867* History:: Command history
14868* Screen Size:: Screen size
14869* Numbers:: Numbers
1e698235 14870* ABI:: Configuring the current ABI
8e04817f
AC
14871* Messages/Warnings:: Optional warnings and messages
14872* Debugging Output:: Optional messages about internal happenings
14873@end menu
14874
14875@node Prompt
14876@section Prompt
104c1213 14877
8e04817f 14878@cindex prompt
104c1213 14879
8e04817f
AC
14880@value{GDBN} indicates its readiness to read a command by printing a string
14881called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
14882can change the prompt string with the @code{set prompt} command. For
14883instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
14884the prompt in one of the @value{GDBN} sessions so that you can always tell
14885which one you are talking to.
104c1213 14886
8e04817f
AC
14887@emph{Note:} @code{set prompt} does not add a space for you after the
14888prompt you set. This allows you to set a prompt which ends in a space
14889or a prompt that does not.
104c1213 14890
8e04817f
AC
14891@table @code
14892@kindex set prompt
14893@item set prompt @var{newprompt}
14894Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
104c1213 14895
8e04817f
AC
14896@kindex show prompt
14897@item show prompt
14898Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
104c1213
JM
14899@end table
14900
8e04817f
AC
14901@node Editing
14902@section Command editing
14903@cindex readline
14904@cindex command line editing
104c1213 14905
703663ab 14906@value{GDBN} reads its input commands via the @dfn{Readline} interface. This
8e04817f
AC
14907@sc{gnu} library provides consistent behavior for programs which provide a
14908command line interface to the user. Advantages are @sc{gnu} Emacs-style
14909or @dfn{vi}-style inline editing of commands, @code{csh}-like history
14910substitution, and a storage and recall of command history across
14911debugging sessions.
104c1213 14912
8e04817f
AC
14913You may control the behavior of command line editing in @value{GDBN} with the
14914command @code{set}.
104c1213 14915
8e04817f
AC
14916@table @code
14917@kindex set editing
14918@cindex editing
14919@item set editing
14920@itemx set editing on
14921Enable command line editing (enabled by default).
104c1213 14922
8e04817f
AC
14923@item set editing off
14924Disable command line editing.
104c1213 14925
8e04817f
AC
14926@kindex show editing
14927@item show editing
14928Show whether command line editing is enabled.
104c1213
JM
14929@end table
14930
703663ab
EZ
14931@xref{Command Line Editing}, for more details about the Readline
14932interface. Users unfamiliar with @sc{gnu} Emacs or @code{vi} are
14933encouraged to read that chapter.
14934
8e04817f
AC
14935@node History
14936@section Command history
703663ab 14937@cindex command history
8e04817f
AC
14938
14939@value{GDBN} can keep track of the commands you type during your
14940debugging sessions, so that you can be certain of precisely what
14941happened. Use these commands to manage the @value{GDBN} command
14942history facility.
104c1213 14943
703663ab
EZ
14944@value{GDBN} uses the @sc{gnu} History library, a part of the Readline
14945package, to provide the history facility. @xref{Using History
14946Interactively}, for the detailed description of the History library.
14947
14948Here is the description of @value{GDBN} commands related to command
14949history.
14950
104c1213 14951@table @code
8e04817f
AC
14952@cindex history substitution
14953@cindex history file
14954@kindex set history filename
4644b6e3 14955@cindex @env{GDBHISTFILE}, environment variable
8e04817f
AC
14956@item set history filename @var{fname}
14957Set the name of the @value{GDBN} command history file to @var{fname}.
14958This is the file where @value{GDBN} reads an initial command history
14959list, and where it writes the command history from this session when it
14960exits. You can access this list through history expansion or through
14961the history command editing characters listed below. This file defaults
14962to the value of the environment variable @code{GDBHISTFILE}, or to
14963@file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
14964is not set.
104c1213 14965
9c16f35a
EZ
14966@cindex save command history
14967@kindex set history save
8e04817f
AC
14968@item set history save
14969@itemx set history save on
14970Record command history in a file, whose name may be specified with the
14971@code{set history filename} command. By default, this option is disabled.
104c1213 14972
8e04817f
AC
14973@item set history save off
14974Stop recording command history in a file.
104c1213 14975
8e04817f 14976@cindex history size
9c16f35a 14977@kindex set history size
8e04817f
AC
14978@item set history size @var{size}
14979Set the number of commands which @value{GDBN} keeps in its history list.
14980This defaults to the value of the environment variable
14981@code{HISTSIZE}, or to 256 if this variable is not set.
104c1213
JM
14982@end table
14983
8e04817f 14984History expansion assigns special meaning to the character @kbd{!}.
703663ab 14985@xref{Event Designators}, for more details.
8e04817f 14986
703663ab 14987@cindex history expansion, turn on/off
8e04817f
AC
14988Since @kbd{!} is also the logical not operator in C, history expansion
14989is off by default. If you decide to enable history expansion with the
14990@code{set history expansion on} command, you may sometimes need to
14991follow @kbd{!} (when it is used as logical not, in an expression) with
14992a space or a tab to prevent it from being expanded. The readline
14993history facilities do not attempt substitution on the strings
14994@kbd{!=} and @kbd{!(}, even when history expansion is enabled.
14995
14996The commands to control history expansion are:
104c1213
JM
14997
14998@table @code
8e04817f
AC
14999@item set history expansion on
15000@itemx set history expansion
703663ab 15001@kindex set history expansion
8e04817f 15002Enable history expansion. History expansion is off by default.
104c1213 15003
8e04817f
AC
15004@item set history expansion off
15005Disable history expansion.
104c1213 15006
8e04817f
AC
15007@c @group
15008@kindex show history
15009@item show history
15010@itemx show history filename
15011@itemx show history save
15012@itemx show history size
15013@itemx show history expansion
15014These commands display the state of the @value{GDBN} history parameters.
15015@code{show history} by itself displays all four states.
15016@c @end group
15017@end table
15018
15019@table @code
9c16f35a
EZ
15020@kindex show commands
15021@cindex show last commands
15022@cindex display command history
8e04817f
AC
15023@item show commands
15024Display the last ten commands in the command history.
104c1213 15025
8e04817f
AC
15026@item show commands @var{n}
15027Print ten commands centered on command number @var{n}.
15028
15029@item show commands +
15030Print ten commands just after the commands last printed.
104c1213
JM
15031@end table
15032
8e04817f
AC
15033@node Screen Size
15034@section Screen size
15035@cindex size of screen
15036@cindex pauses in output
104c1213 15037
8e04817f
AC
15038Certain commands to @value{GDBN} may produce large amounts of
15039information output to the screen. To help you read all of it,
15040@value{GDBN} pauses and asks you for input at the end of each page of
15041output. Type @key{RET} when you want to continue the output, or @kbd{q}
15042to discard the remaining output. Also, the screen width setting
15043determines when to wrap lines of output. Depending on what is being
15044printed, @value{GDBN} tries to break the line at a readable place,
15045rather than simply letting it overflow onto the following line.
15046
15047Normally @value{GDBN} knows the size of the screen from the terminal
15048driver software. For example, on Unix @value{GDBN} uses the termcap data base
15049together with the value of the @code{TERM} environment variable and the
15050@code{stty rows} and @code{stty cols} settings. If this is not correct,
15051you can override it with the @code{set height} and @code{set
15052width} commands:
15053
15054@table @code
15055@kindex set height
15056@kindex set width
15057@kindex show width
15058@kindex show height
15059@item set height @var{lpp}
15060@itemx show height
15061@itemx set width @var{cpl}
15062@itemx show width
15063These @code{set} commands specify a screen height of @var{lpp} lines and
15064a screen width of @var{cpl} characters. The associated @code{show}
15065commands display the current settings.
104c1213 15066
8e04817f
AC
15067If you specify a height of zero lines, @value{GDBN} does not pause during
15068output no matter how long the output is. This is useful if output is to a
15069file or to an editor buffer.
104c1213 15070
8e04817f
AC
15071Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
15072from wrapping its output.
9c16f35a
EZ
15073
15074@item set pagination on
15075@itemx set pagination off
15076@kindex set pagination
15077Turn the output pagination on or off; the default is on. Turning
15078pagination off is the alternative to @code{set height 0}.
15079
15080@item show pagination
15081@kindex show pagination
15082Show the current pagination mode.
104c1213
JM
15083@end table
15084
8e04817f
AC
15085@node Numbers
15086@section Numbers
15087@cindex number representation
15088@cindex entering numbers
104c1213 15089
8e04817f
AC
15090You can always enter numbers in octal, decimal, or hexadecimal in
15091@value{GDBN} by the usual conventions: octal numbers begin with
15092@samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
15093begin with @samp{0x}. Numbers that begin with none of these are, by
15094default, entered in base 10; likewise, the default display for
15095numbers---when no particular format is specified---is base 10. You can
15096change the default base for both input and output with the @code{set
15097radix} command.
104c1213 15098
8e04817f
AC
15099@table @code
15100@kindex set input-radix
15101@item set input-radix @var{base}
15102Set the default base for numeric input. Supported choices
15103for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15104specified either unambiguously or using the current default radix; for
15105example, any of
104c1213 15106
8e04817f 15107@smallexample
9c16f35a
EZ
15108set input-radix 012
15109set input-radix 10.
15110set input-radix 0xa
8e04817f 15111@end smallexample
104c1213 15112
8e04817f 15113@noindent
9c16f35a
EZ
15114sets the input base to decimal. On the other hand, @samp{set input-radix 10}
15115leaves the input radix unchanged, no matter what it was.
104c1213 15116
8e04817f
AC
15117@kindex set output-radix
15118@item set output-radix @var{base}
15119Set the default base for numeric display. Supported choices
15120for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
15121specified either unambiguously or using the current default radix.
104c1213 15122
8e04817f
AC
15123@kindex show input-radix
15124@item show input-radix
15125Display the current default base for numeric input.
104c1213 15126
8e04817f
AC
15127@kindex show output-radix
15128@item show output-radix
15129Display the current default base for numeric display.
9c16f35a
EZ
15130
15131@item set radix @r{[}@var{base}@r{]}
15132@itemx show radix
15133@kindex set radix
15134@kindex show radix
15135These commands set and show the default base for both input and output
15136of numbers. @code{set radix} sets the radix of input and output to
15137the same base; without an argument, it resets the radix back to its
15138default value of 10.
15139
8e04817f 15140@end table
104c1213 15141
1e698235
DJ
15142@node ABI
15143@section Configuring the current ABI
15144
15145@value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your
15146application automatically. However, sometimes you need to override its
15147conclusions. Use these commands to manage @value{GDBN}'s view of the
15148current ABI.
15149
98b45e30
DJ
15150@cindex OS ABI
15151@kindex set osabi
b4e9345d 15152@kindex show osabi
98b45e30
DJ
15153
15154One @value{GDBN} configuration can debug binaries for multiple operating
b383017d 15155system targets, either via remote debugging or native emulation.
98b45e30
DJ
15156@value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use,
15157but you can override its conclusion using the @code{set osabi} command.
15158One example where this is useful is in debugging of binaries which use
15159an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does
15160not have the same identifying marks that the standard C library for your
15161platform provides.
15162
15163@table @code
15164@item show osabi
15165Show the OS ABI currently in use.
15166
15167@item set osabi
15168With no argument, show the list of registered available OS ABI's.
15169
15170@item set osabi @var{abi}
15171Set the current OS ABI to @var{abi}.
15172@end table
15173
1e698235 15174@cindex float promotion
1e698235
DJ
15175
15176Generally, the way that an argument of type @code{float} is passed to a
15177function depends on whether the function is prototyped. For a prototyped
15178(i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged,
15179according to the architecture's convention for @code{float}. For unprototyped
15180(i.e.@: K&R style) functions, @code{float} arguments are first promoted to type
15181@code{double} and then passed.
15182
15183Unfortunately, some forms of debug information do not reliably indicate whether
15184a function is prototyped. If @value{GDBN} calls a function that is not marked
15185as prototyped, it consults @kbd{set coerce-float-to-double}.
15186
15187@table @code
a8f24a35 15188@kindex set coerce-float-to-double
1e698235
DJ
15189@item set coerce-float-to-double
15190@itemx set coerce-float-to-double on
15191Arguments of type @code{float} will be promoted to @code{double} when passed
15192to an unprototyped function. This is the default setting.
15193
15194@item set coerce-float-to-double off
15195Arguments of type @code{float} will be passed directly to unprototyped
15196functions.
9c16f35a
EZ
15197
15198@kindex show coerce-float-to-double
15199@item show coerce-float-to-double
15200Show the current setting of promoting @code{float} to @code{double}.
1e698235
DJ
15201@end table
15202
f1212245
DJ
15203@kindex set cp-abi
15204@kindex show cp-abi
15205@value{GDBN} needs to know the ABI used for your program's C@t{++}
15206objects. The correct C@t{++} ABI depends on which C@t{++} compiler was
15207used to build your application. @value{GDBN} only fully supports
15208programs with a single C@t{++} ABI; if your program contains code using
15209multiple C@t{++} ABI's or if @value{GDBN} can not identify your
15210program's ABI correctly, you can tell @value{GDBN} which ABI to use.
15211Currently supported ABI's include ``gnu-v2'', for @code{g++} versions
15212before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and
15213``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may
15214use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is
15215``auto''.
15216
15217@table @code
15218@item show cp-abi
15219Show the C@t{++} ABI currently in use.
15220
15221@item set cp-abi
15222With no argument, show the list of supported C@t{++} ABI's.
15223
15224@item set cp-abi @var{abi}
15225@itemx set cp-abi auto
15226Set the current C@t{++} ABI to @var{abi}, or return to automatic detection.
15227@end table
15228
8e04817f
AC
15229@node Messages/Warnings
15230@section Optional warnings and messages
104c1213 15231
9c16f35a
EZ
15232@cindex verbose operation
15233@cindex optional warnings
8e04817f
AC
15234By default, @value{GDBN} is silent about its inner workings. If you are
15235running on a slow machine, you may want to use the @code{set verbose}
15236command. This makes @value{GDBN} tell you when it does a lengthy
15237internal operation, so you will not think it has crashed.
104c1213 15238
8e04817f
AC
15239Currently, the messages controlled by @code{set verbose} are those
15240which announce that the symbol table for a source file is being read;
15241see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
104c1213 15242
8e04817f
AC
15243@table @code
15244@kindex set verbose
15245@item set verbose on
15246Enables @value{GDBN} output of certain informational messages.
104c1213 15247
8e04817f
AC
15248@item set verbose off
15249Disables @value{GDBN} output of certain informational messages.
104c1213 15250
8e04817f
AC
15251@kindex show verbose
15252@item show verbose
15253Displays whether @code{set verbose} is on or off.
15254@end table
104c1213 15255
8e04817f
AC
15256By default, if @value{GDBN} encounters bugs in the symbol table of an
15257object file, it is silent; but if you are debugging a compiler, you may
15258find this information useful (@pxref{Symbol Errors, ,Errors reading
15259symbol files}).
104c1213 15260
8e04817f 15261@table @code
104c1213 15262
8e04817f
AC
15263@kindex set complaints
15264@item set complaints @var{limit}
15265Permits @value{GDBN} to output @var{limit} complaints about each type of
15266unusual symbols before becoming silent about the problem. Set
15267@var{limit} to zero to suppress all complaints; set it to a large number
15268to prevent complaints from being suppressed.
104c1213 15269
8e04817f
AC
15270@kindex show complaints
15271@item show complaints
15272Displays how many symbol complaints @value{GDBN} is permitted to produce.
104c1213 15273
8e04817f 15274@end table
104c1213 15275
8e04817f
AC
15276By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
15277lot of stupid questions to confirm certain commands. For example, if
15278you try to run a program which is already running:
104c1213 15279
474c8240 15280@smallexample
8e04817f
AC
15281(@value{GDBP}) run
15282The program being debugged has been started already.
15283Start it from the beginning? (y or n)
474c8240 15284@end smallexample
104c1213 15285
8e04817f
AC
15286If you are willing to unflinchingly face the consequences of your own
15287commands, you can disable this ``feature'':
104c1213 15288
8e04817f 15289@table @code
104c1213 15290
8e04817f
AC
15291@kindex set confirm
15292@cindex flinching
15293@cindex confirmation
15294@cindex stupid questions
15295@item set confirm off
15296Disables confirmation requests.
104c1213 15297
8e04817f
AC
15298@item set confirm on
15299Enables confirmation requests (the default).
104c1213 15300
8e04817f
AC
15301@kindex show confirm
15302@item show confirm
15303Displays state of confirmation requests.
15304
15305@end table
104c1213 15306
8e04817f
AC
15307@node Debugging Output
15308@section Optional messages about internal happenings
4644b6e3
EZ
15309@cindex optional debugging messages
15310
da316a69
EZ
15311@value{GDBN} has commands that enable optional debugging messages from
15312various @value{GDBN} subsystems; normally these commands are of
15313interest to @value{GDBN} maintainers, or when reporting a bug. This
15314section documents those commands.
15315
104c1213 15316@table @code
a8f24a35
EZ
15317@kindex set exec-done-display
15318@item set exec-done-display
15319Turns on or off the notification of asynchronous commands'
15320completion. When on, @value{GDBN} will print a message when an
15321asynchronous command finishes its execution. The default is off.
15322@kindex show exec-done-display
15323@item show exec-done-display
15324Displays the current setting of asynchronous command completion
15325notification.
4644b6e3
EZ
15326@kindex set debug
15327@cindex gdbarch debugging info
a8f24a35 15328@cindex architecture debugging info
8e04817f 15329@item set debug arch
a8f24a35 15330Turns on or off display of gdbarch debugging info. The default is off
4644b6e3 15331@kindex show debug
8e04817f
AC
15332@item show debug arch
15333Displays the current state of displaying gdbarch debugging info.
721c2651
EZ
15334@item set debug aix-thread
15335@cindex AIX threads
15336Display debugging messages about inner workings of the AIX thread
15337module.
15338@item show debug aix-thread
15339Show the current state of AIX thread debugging info display.
8e04817f 15340@item set debug event
4644b6e3 15341@cindex event debugging info
a8f24a35 15342Turns on or off display of @value{GDBN} event debugging info. The
8e04817f 15343default is off.
8e04817f
AC
15344@item show debug event
15345Displays the current state of displaying @value{GDBN} event debugging
15346info.
8e04817f 15347@item set debug expression
4644b6e3 15348@cindex expression debugging info
721c2651
EZ
15349Turns on or off display of debugging info about @value{GDBN}
15350expression parsing. The default is off.
8e04817f 15351@item show debug expression
721c2651
EZ
15352Displays the current state of displaying debugging info about
15353@value{GDBN} expression parsing.
7453dc06 15354@item set debug frame
4644b6e3 15355@cindex frame debugging info
7453dc06
AC
15356Turns on or off display of @value{GDBN} frame debugging info. The
15357default is off.
7453dc06
AC
15358@item show debug frame
15359Displays the current state of displaying @value{GDBN} frame debugging
15360info.
30e91e0b
RC
15361@item set debug infrun
15362@cindex inferior debugging info
15363Turns on or off display of @value{GDBN} debugging info for running the inferior.
15364The default is off. @file{infrun.c} contains GDB's runtime state machine used
15365for implementing operations such as single-stepping the inferior.
15366@item show debug infrun
15367Displays the current state of @value{GDBN} inferior debugging.
da316a69
EZ
15368@item set debug lin-lwp
15369@cindex @sc{gnu}/Linux LWP debug messages
15370@cindex Linux lightweight processes
721c2651 15371Turns on or off debugging messages from the Linux LWP debug support.
da316a69
EZ
15372@item show debug lin-lwp
15373Show the current state of Linux LWP debugging messages.
2b4855ab 15374@item set debug observer
4644b6e3 15375@cindex observer debugging info
2b4855ab
AC
15376Turns on or off display of @value{GDBN} observer debugging. This
15377includes info such as the notification of observable events.
2b4855ab
AC
15378@item show debug observer
15379Displays the current state of observer debugging.
8e04817f 15380@item set debug overload
4644b6e3 15381@cindex C@t{++} overload debugging info
8e04817f
AC
15382Turns on or off display of @value{GDBN} C@t{++} overload debugging
15383info. This includes info such as ranking of functions, etc. The default
15384is off.
8e04817f
AC
15385@item show debug overload
15386Displays the current state of displaying @value{GDBN} C@t{++} overload
15387debugging info.
8e04817f
AC
15388@cindex packets, reporting on stdout
15389@cindex serial connections, debugging
15390@item set debug remote
15391Turns on or off display of reports on all packets sent back and forth across
15392the serial line to the remote machine. The info is printed on the
15393@value{GDBN} standard output stream. The default is off.
8e04817f
AC
15394@item show debug remote
15395Displays the state of display of remote packets.
8e04817f
AC
15396@item set debug serial
15397Turns on or off display of @value{GDBN} serial debugging info. The
15398default is off.
8e04817f
AC
15399@item show debug serial
15400Displays the current state of displaying @value{GDBN} serial debugging
15401info.
c45da7e6
EZ
15402@item set debug solib-frv
15403@cindex FR-V shared-library debugging
15404Turns on or off debugging messages for FR-V shared-library code.
15405@item show debug solib-frv
15406Display the current state of FR-V shared-library code debugging
15407messages.
8e04817f 15408@item set debug target
4644b6e3 15409@cindex target debugging info
8e04817f
AC
15410Turns on or off display of @value{GDBN} target debugging info. This info
15411includes what is going on at the target level of GDB, as it happens. The
701b08bb
DJ
15412default is 0. Set it to 1 to track events, and to 2 to also track the
15413value of large memory transfers. Changes to this flag do not take effect
15414until the next time you connect to a target or use the @code{run} command.
8e04817f
AC
15415@item show debug target
15416Displays the current state of displaying @value{GDBN} target debugging
15417info.
c45da7e6 15418@item set debugvarobj
4644b6e3 15419@cindex variable object debugging info
8e04817f
AC
15420Turns on or off display of @value{GDBN} variable object debugging
15421info. The default is off.
c45da7e6 15422@item show debugvarobj
8e04817f
AC
15423Displays the current state of displaying @value{GDBN} variable object
15424debugging info.
15425@end table
104c1213 15426
8e04817f
AC
15427@node Sequences
15428@chapter Canned Sequences of Commands
104c1213 15429
8e04817f
AC
15430Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
15431command lists}), @value{GDBN} provides two ways to store sequences of
15432commands for execution as a unit: user-defined commands and command
15433files.
104c1213 15434
8e04817f
AC
15435@menu
15436* Define:: User-defined commands
15437* Hooks:: User-defined command hooks
15438* Command Files:: Command files
15439* Output:: Commands for controlled output
15440@end menu
104c1213 15441
8e04817f
AC
15442@node Define
15443@section User-defined commands
104c1213 15444
8e04817f
AC
15445@cindex user-defined command
15446A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
15447which you assign a new name as a command. This is done with the
15448@code{define} command. User commands may accept up to 10 arguments
15449separated by whitespace. Arguments are accessed within the user command
15450via @var{$arg0@dots{}$arg9}. A trivial example:
104c1213 15451
8e04817f
AC
15452@smallexample
15453define adder
15454 print $arg0 + $arg1 + $arg2
15455@end smallexample
104c1213
JM
15456
15457@noindent
8e04817f 15458To execute the command use:
104c1213 15459
8e04817f
AC
15460@smallexample
15461adder 1 2 3
15462@end smallexample
104c1213 15463
8e04817f
AC
15464@noindent
15465This defines the command @code{adder}, which prints the sum of
15466its three arguments. Note the arguments are text substitutions, so they may
15467reference variables, use complex expressions, or even perform inferior
15468functions calls.
104c1213
JM
15469
15470@table @code
104c1213 15471
8e04817f
AC
15472@kindex define
15473@item define @var{commandname}
15474Define a command named @var{commandname}. If there is already a command
15475by that name, you are asked to confirm that you want to redefine it.
104c1213 15476
8e04817f
AC
15477The definition of the command is made up of other @value{GDBN} command lines,
15478which are given following the @code{define} command. The end of these
15479commands is marked by a line containing @code{end}.
104c1213 15480
8e04817f
AC
15481@kindex if
15482@kindex else
15483@item if
09d4efe1 15484@itemx else
8e04817f
AC
15485Takes a single argument, which is an expression to evaluate.
15486It is followed by a series of commands that are executed
15487only if the expression is true (nonzero).
15488There can then optionally be a line @code{else}, followed
15489by a series of commands that are only executed if the expression
15490was false. The end of the list is marked by a line containing @code{end}.
104c1213 15491
8e04817f
AC
15492@kindex while
15493@item while
15494The syntax is similar to @code{if}: the command takes a single argument,
15495which is an expression to evaluate, and must be followed by the commands to
15496execute, one per line, terminated by an @code{end}.
15497The commands are executed repeatedly as long as the expression
15498evaluates to true.
104c1213 15499
8e04817f
AC
15500@kindex document
15501@item document @var{commandname}
15502Document the user-defined command @var{commandname}, so that it can be
15503accessed by @code{help}. The command @var{commandname} must already be
15504defined. This command reads lines of documentation just as @code{define}
15505reads the lines of the command definition, ending with @code{end}.
15506After the @code{document} command is finished, @code{help} on command
15507@var{commandname} displays the documentation you have written.
104c1213 15508
8e04817f
AC
15509You may use the @code{document} command again to change the
15510documentation of a command. Redefining the command with @code{define}
15511does not change the documentation.
104c1213 15512
c45da7e6
EZ
15513@kindex dont-repeat
15514@cindex don't repeat command
15515@item dont-repeat
15516Used inside a user-defined command, this tells @value{GDBN} that this
15517command should not be repeated when the user hits @key{RET}
15518(@pxref{Command Syntax, repeat last command}).
15519
8e04817f
AC
15520@kindex help user-defined
15521@item help user-defined
15522List all user-defined commands, with the first line of the documentation
15523(if any) for each.
104c1213 15524
8e04817f
AC
15525@kindex show user
15526@item show user
15527@itemx show user @var{commandname}
15528Display the @value{GDBN} commands used to define @var{commandname} (but
15529not its documentation). If no @var{commandname} is given, display the
15530definitions for all user-defined commands.
104c1213 15531
9c16f35a 15532@cindex infinite recusrion in user-defined commands
20f01a46
DH
15533@kindex show max-user-call-depth
15534@kindex set max-user-call-depth
15535@item show max-user-call-depth
5ca0cb28
DH
15536@itemx set max-user-call-depth
15537The value of @code{max-user-call-depth} controls how many recursion
15538levels are allowed in user-defined commands before GDB suspects an
15539infinite recursion and aborts the command.
20f01a46 15540
104c1213
JM
15541@end table
15542
8e04817f
AC
15543When user-defined commands are executed, the
15544commands of the definition are not printed. An error in any command
15545stops execution of the user-defined command.
104c1213 15546
8e04817f
AC
15547If used interactively, commands that would ask for confirmation proceed
15548without asking when used inside a user-defined command. Many @value{GDBN}
15549commands that normally print messages to say what they are doing omit the
15550messages when used in a user-defined command.
104c1213 15551
8e04817f
AC
15552@node Hooks
15553@section User-defined command hooks
15554@cindex command hooks
15555@cindex hooks, for commands
15556@cindex hooks, pre-command
104c1213 15557
8e04817f 15558@kindex hook
8e04817f
AC
15559You may define @dfn{hooks}, which are a special kind of user-defined
15560command. Whenever you run the command @samp{foo}, if the user-defined
15561command @samp{hook-foo} exists, it is executed (with no arguments)
15562before that command.
104c1213 15563
8e04817f
AC
15564@cindex hooks, post-command
15565@kindex hookpost
8e04817f
AC
15566A hook may also be defined which is run after the command you executed.
15567Whenever you run the command @samp{foo}, if the user-defined command
15568@samp{hookpost-foo} exists, it is executed (with no arguments) after
15569that command. Post-execution hooks may exist simultaneously with
15570pre-execution hooks, for the same command.
104c1213 15571
8e04817f 15572It is valid for a hook to call the command which it hooks. If this
9f1c6395 15573occurs, the hook is not re-executed, thereby avoiding infinite recursion.
104c1213 15574
8e04817f
AC
15575@c It would be nice if hookpost could be passed a parameter indicating
15576@c if the command it hooks executed properly or not. FIXME!
104c1213 15577
8e04817f
AC
15578@kindex stop@r{, a pseudo-command}
15579In addition, a pseudo-command, @samp{stop} exists. Defining
15580(@samp{hook-stop}) makes the associated commands execute every time
15581execution stops in your program: before breakpoint commands are run,
15582displays are printed, or the stack frame is printed.
104c1213 15583
8e04817f
AC
15584For example, to ignore @code{SIGALRM} signals while
15585single-stepping, but treat them normally during normal execution,
15586you could define:
104c1213 15587
474c8240 15588@smallexample
8e04817f
AC
15589define hook-stop
15590handle SIGALRM nopass
15591end
104c1213 15592
8e04817f
AC
15593define hook-run
15594handle SIGALRM pass
15595end
104c1213 15596
8e04817f
AC
15597define hook-continue
15598handle SIGLARM pass
15599end
474c8240 15600@end smallexample
104c1213 15601
8e04817f 15602As a further example, to hook at the begining and end of the @code{echo}
b383017d 15603command, and to add extra text to the beginning and end of the message,
8e04817f 15604you could define:
104c1213 15605
474c8240 15606@smallexample
8e04817f
AC
15607define hook-echo
15608echo <<<---
15609end
104c1213 15610
8e04817f
AC
15611define hookpost-echo
15612echo --->>>\n
15613end
104c1213 15614
8e04817f
AC
15615(@value{GDBP}) echo Hello World
15616<<<---Hello World--->>>
15617(@value{GDBP})
104c1213 15618
474c8240 15619@end smallexample
104c1213 15620
8e04817f
AC
15621You can define a hook for any single-word command in @value{GDBN}, but
15622not for command aliases; you should define a hook for the basic command
15623name, e.g. @code{backtrace} rather than @code{bt}.
15624@c FIXME! So how does Joe User discover whether a command is an alias
15625@c or not?
15626If an error occurs during the execution of your hook, execution of
15627@value{GDBN} commands stops and @value{GDBN} issues a prompt
15628(before the command that you actually typed had a chance to run).
104c1213 15629
8e04817f
AC
15630If you try to define a hook which does not match any known command, you
15631get a warning from the @code{define} command.
c906108c 15632
8e04817f
AC
15633@node Command Files
15634@section Command files
c906108c 15635
8e04817f
AC
15636@cindex command files
15637A command file for @value{GDBN} is a file of lines that are @value{GDBN}
15638commands. Comments (lines starting with @kbd{#}) may also be included.
15639An empty line in a command file does nothing; it does not mean to repeat
15640the last command, as it would from the terminal.
c906108c 15641
8e04817f
AC
15642@cindex init file
15643@cindex @file{.gdbinit}
15644@cindex @file{gdb.ini}
15645When you start @value{GDBN}, it automatically executes commands from its
15646@dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP
15647port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the
15648limitations of file names imposed by DOS filesystems.}.
15649During startup, @value{GDBN} does the following:
c906108c 15650
8e04817f
AC
15651@enumerate
15652@item
15653Reads the init file (if any) in your home directory@footnote{On
15654DOS/Windows systems, the home directory is the one pointed to by the
15655@code{HOME} environment variable.}.
c906108c 15656
8e04817f
AC
15657@item
15658Processes command line options and operands.
c906108c 15659
8e04817f
AC
15660@item
15661Reads the init file (if any) in the current working directory.
c906108c 15662
8e04817f
AC
15663@item
15664Reads command files specified by the @samp{-x} option.
15665@end enumerate
c906108c 15666
8e04817f
AC
15667The init file in your home directory can set options (such as @samp{set
15668complaints}) that affect subsequent processing of command line options
15669and operands. Init files are not executed if you use the @samp{-nx}
15670option (@pxref{Mode Options, ,Choosing modes}).
c906108c 15671
8e04817f
AC
15672@cindex init file name
15673On some configurations of @value{GDBN}, the init file is known by a
15674different name (these are typically environments where a specialized
15675form of @value{GDBN} may need to coexist with other forms, hence a
15676different name for the specialized version's init file). These are the
15677environments with special init file names:
c906108c 15678
8e04817f
AC
15679@cindex @file{.vxgdbinit}
15680@itemize @bullet
15681@item
15682VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
c906108c 15683
8e04817f
AC
15684@cindex @file{.os68gdbinit}
15685@item
15686OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
c906108c 15687
8e04817f
AC
15688@cindex @file{.esgdbinit}
15689@item
15690ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
15691@end itemize
c906108c 15692
8e04817f
AC
15693You can also request the execution of a command file with the
15694@code{source} command:
c906108c 15695
8e04817f
AC
15696@table @code
15697@kindex source
15698@item source @var{filename}
15699Execute the command file @var{filename}.
c906108c
SS
15700@end table
15701
8e04817f 15702The lines in a command file are executed sequentially. They are not
a71ec265
DH
15703printed as they are executed. An error in any command terminates
15704execution of the command file and control is returned to the console.
c906108c 15705
8e04817f
AC
15706Commands that would ask for confirmation if used interactively proceed
15707without asking when used in a command file. Many @value{GDBN} commands that
15708normally print messages to say what they are doing omit the messages
15709when called from command files.
c906108c 15710
8e04817f
AC
15711@value{GDBN} also accepts command input from standard input. In this
15712mode, normal output goes to standard output and error output goes to
15713standard error. Errors in a command file supplied on standard input do
15714not terminate execution of the command file --- execution continues with
15715the next command.
c906108c 15716
474c8240 15717@smallexample
8e04817f 15718gdb < cmds > log 2>&1
474c8240 15719@end smallexample
c906108c 15720
8e04817f
AC
15721(The syntax above will vary depending on the shell used.) This example
15722will execute commands from the file @file{cmds}. All output and errors
15723would be directed to @file{log}.
c906108c 15724
8e04817f
AC
15725@node Output
15726@section Commands for controlled output
c906108c 15727
8e04817f
AC
15728During the execution of a command file or a user-defined command, normal
15729@value{GDBN} output is suppressed; the only output that appears is what is
15730explicitly printed by the commands in the definition. This section
15731describes three commands useful for generating exactly the output you
15732want.
c906108c
SS
15733
15734@table @code
8e04817f
AC
15735@kindex echo
15736@item echo @var{text}
15737@c I do not consider backslash-space a standard C escape sequence
15738@c because it is not in ANSI.
15739Print @var{text}. Nonprinting characters can be included in
15740@var{text} using C escape sequences, such as @samp{\n} to print a
15741newline. @strong{No newline is printed unless you specify one.}
15742In addition to the standard C escape sequences, a backslash followed
15743by a space stands for a space. This is useful for displaying a
15744string with spaces at the beginning or the end, since leading and
15745trailing spaces are otherwise trimmed from all arguments.
15746To print @samp{@w{ }and foo =@w{ }}, use the command
15747@samp{echo \@w{ }and foo = \@w{ }}.
c906108c 15748
8e04817f
AC
15749A backslash at the end of @var{text} can be used, as in C, to continue
15750the command onto subsequent lines. For example,
c906108c 15751
474c8240 15752@smallexample
8e04817f
AC
15753echo This is some text\n\
15754which is continued\n\
15755onto several lines.\n
474c8240 15756@end smallexample
c906108c 15757
8e04817f 15758produces the same output as
c906108c 15759
474c8240 15760@smallexample
8e04817f
AC
15761echo This is some text\n
15762echo which is continued\n
15763echo onto several lines.\n
474c8240 15764@end smallexample
c906108c 15765
8e04817f
AC
15766@kindex output
15767@item output @var{expression}
15768Print the value of @var{expression} and nothing but that value: no
15769newlines, no @samp{$@var{nn} = }. The value is not entered in the
15770value history either. @xref{Expressions, ,Expressions}, for more information
15771on expressions.
c906108c 15772
8e04817f
AC
15773@item output/@var{fmt} @var{expression}
15774Print the value of @var{expression} in format @var{fmt}. You can use
15775the same formats as for @code{print}. @xref{Output Formats,,Output
15776formats}, for more information.
c906108c 15777
8e04817f
AC
15778@kindex printf
15779@item printf @var{string}, @var{expressions}@dots{}
15780Print the values of the @var{expressions} under the control of
15781@var{string}. The @var{expressions} are separated by commas and may be
15782either numbers or pointers. Their values are printed as specified by
15783@var{string}, exactly as if your program were to execute the C
15784subroutine
15785@c FIXME: the above implies that at least all ANSI C formats are
15786@c supported, but it isn't true: %E and %G don't work (or so it seems).
15787@c Either this is a bug, or the manual should document what formats are
15788@c supported.
c906108c 15789
474c8240 15790@smallexample
8e04817f 15791printf (@var{string}, @var{expressions}@dots{});
474c8240 15792@end smallexample
c906108c 15793
8e04817f 15794For example, you can print two values in hex like this:
c906108c 15795
8e04817f
AC
15796@smallexample
15797printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
15798@end smallexample
c906108c 15799
8e04817f
AC
15800The only backslash-escape sequences that you can use in the format
15801string are the simple ones that consist of backslash followed by a
15802letter.
c906108c
SS
15803@end table
15804
21c294e6
AC
15805@node Interpreters
15806@chapter Command Interpreters
15807@cindex command interpreters
15808
15809@value{GDBN} supports multiple command interpreters, and some command
15810infrastructure to allow users or user interface writers to switch
15811between interpreters or run commands in other interpreters.
15812
15813@value{GDBN} currently supports two command interpreters, the console
15814interpreter (sometimes called the command-line interpreter or @sc{cli})
15815and the machine interface interpreter (or @sc{gdb/mi}). This manual
15816describes both of these interfaces in great detail.
15817
15818By default, @value{GDBN} will start with the console interpreter.
15819However, the user may choose to start @value{GDBN} with another
15820interpreter by specifying the @option{-i} or @option{--interpreter}
15821startup options. Defined interpreters include:
15822
15823@table @code
15824@item console
15825@cindex console interpreter
15826The traditional console or command-line interpreter. This is the most often
15827used interpreter with @value{GDBN}. With no interpreter specified at runtime,
15828@value{GDBN} will use this interpreter.
15829
15830@item mi
15831@cindex mi interpreter
15832The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily
15833by programs wishing to use @value{GDBN} as a backend for a debugger GUI
15834or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi}
15835Interface}.
15836
15837@item mi2
15838@cindex mi2 interpreter
15839The current @sc{gdb/mi} interface.
15840
15841@item mi1
15842@cindex mi1 interpreter
15843The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3.
15844
15845@end table
15846
15847@cindex invoke another interpreter
15848The interpreter being used by @value{GDBN} may not be dynamically
15849switched at runtime. Although possible, this could lead to a very
15850precarious situation. Consider an IDE using @sc{gdb/mi}. If a user
15851enters the command "interpreter-set console" in a console view,
15852@value{GDBN} would switch to using the console interpreter, rendering
15853the IDE inoperable!
15854
15855@kindex interpreter-exec
15856Although you may only choose a single interpreter at startup, you may execute
15857commands in any interpreter from the current interpreter using the appropriate
15858command. If you are running the console interpreter, simply use the
15859@code{interpreter-exec} command:
15860
15861@smallexample
15862interpreter-exec mi "-data-list-register-names"
15863@end smallexample
15864
15865@sc{gdb/mi} has a similar command, although it is only available in versions of
15866@value{GDBN} which support @sc{gdb/mi} version 2 (or greater).
15867
8e04817f
AC
15868@node TUI
15869@chapter @value{GDBN} Text User Interface
15870@cindex TUI
d0d5df6f 15871@cindex Text User Interface
c906108c 15872
8e04817f
AC
15873@menu
15874* TUI Overview:: TUI overview
15875* TUI Keys:: TUI key bindings
7cf36c78 15876* TUI Single Key Mode:: TUI single key mode
8e04817f
AC
15877* TUI Commands:: TUI specific commands
15878* TUI Configuration:: TUI configuration variables
15879@end menu
c906108c 15880
d0d5df6f
AC
15881The @value{GDBN} Text User Interface, TUI in short, is a terminal
15882interface which uses the @code{curses} library to show the source
15883file, the assembly output, the program registers and @value{GDBN}
15884commands in separate text windows.
15885
15886The TUI is enabled by invoking @value{GDBN} using either
15887@pindex gdbtui
15888@samp{gdbtui} or @samp{gdb -tui}.
c906108c 15889
8e04817f
AC
15890@node TUI Overview
15891@section TUI overview
c906108c 15892
8e04817f
AC
15893The TUI has two display modes that can be switched while
15894@value{GDBN} runs:
c906108c 15895
8e04817f
AC
15896@itemize @bullet
15897@item
15898A curses (or TUI) mode in which it displays several text
15899windows on the terminal.
c906108c 15900
8e04817f
AC
15901@item
15902A standard mode which corresponds to the @value{GDBN} configured without
15903the TUI.
15904@end itemize
c906108c 15905
8e04817f
AC
15906In the TUI mode, @value{GDBN} can display several text window
15907on the terminal:
c906108c 15908
8e04817f
AC
15909@table @emph
15910@item command
15911This window is the @value{GDBN} command window with the @value{GDBN}
15912prompt and the @value{GDBN} outputs. The @value{GDBN} input is still
15913managed using readline but through the TUI. The @emph{command}
15914window is always visible.
c906108c 15915
8e04817f
AC
15916@item source
15917The source window shows the source file of the program. The current
15918line as well as active breakpoints are displayed in this window.
c906108c 15919
8e04817f
AC
15920@item assembly
15921The assembly window shows the disassembly output of the program.
c906108c 15922
8e04817f
AC
15923@item register
15924This window shows the processor registers. It detects when
15925a register is changed and when this is the case, registers that have
6a1b180d 15926changed are highlighted.
c906108c 15927
c906108c
SS
15928@end table
15929
269c21fe
SC
15930The source and assembly windows show the current program position
15931by highlighting the current line and marking them with the @samp{>} marker.
15932Breakpoints are also indicated with two markers. A first one
15933indicates the breakpoint type:
15934
15935@table @code
15936@item B
15937Breakpoint which was hit at least once.
15938
15939@item b
15940Breakpoint which was never hit.
15941
15942@item H
15943Hardware breakpoint which was hit at least once.
15944
15945@item h
15946Hardware breakpoint which was never hit.
15947
15948@end table
15949
15950The second marker indicates whether the breakpoint is enabled or not:
15951
15952@table @code
15953@item +
15954Breakpoint is enabled.
15955
15956@item -
15957Breakpoint is disabled.
15958
15959@end table
15960
8e04817f
AC
15961The source, assembly and register windows are attached to the thread
15962and the frame position. They are updated when the current thread
15963changes, when the frame changes or when the program counter changes.
15964These three windows are arranged by the TUI according to several
15965layouts. The layout defines which of these three windows are visible.
15966The following layouts are available:
c906108c 15967
8e04817f
AC
15968@itemize @bullet
15969@item
15970source
2df3850c 15971
8e04817f
AC
15972@item
15973assembly
15974
15975@item
15976source and assembly
15977
15978@item
15979source and registers
c906108c 15980
8e04817f
AC
15981@item
15982assembly and registers
2df3850c 15983
8e04817f 15984@end itemize
c906108c 15985
b7bb15bc
SC
15986On top of the command window a status line gives various information
15987concerning the current process begin debugged. The status line is
15988updated when the information it shows changes. The following fields
15989are displayed:
15990
15991@table @emph
15992@item target
15993Indicates the current gdb target
15994(@pxref{Targets, ,Specifying a Debugging Target}).
15995
15996@item process
15997Gives information about the current process or thread number.
15998When no process is being debugged, this field is set to @code{No process}.
15999
16000@item function
16001Gives the current function name for the selected frame.
16002The name is demangled if demangling is turned on (@pxref{Print Settings}).
16003When there is no symbol corresponding to the current program counter
16004the string @code{??} is displayed.
16005
16006@item line
16007Indicates the current line number for the selected frame.
16008When the current line number is not known the string @code{??} is displayed.
16009
16010@item pc
16011Indicates the current program counter address.
16012
16013@end table
16014
8e04817f
AC
16015@node TUI Keys
16016@section TUI Key Bindings
16017@cindex TUI key bindings
c906108c 16018
8e04817f
AC
16019The TUI installs several key bindings in the readline keymaps
16020(@pxref{Command Line Editing}).
16021They allow to leave or enter in the TUI mode or they operate
7cf36c78
SC
16022directly on the TUI layout and windows. The TUI also provides
16023a @emph{SingleKey} keymap which binds several keys directly to
16024@value{GDBN} commands. The following key bindings
8e04817f 16025are installed for both TUI mode and the @value{GDBN} standard mode.
c906108c 16026
8e04817f
AC
16027@table @kbd
16028@kindex C-x C-a
16029@item C-x C-a
16030@kindex C-x a
16031@itemx C-x a
16032@kindex C-x A
16033@itemx C-x A
16034Enter or leave the TUI mode. When the TUI mode is left,
16035the curses window management is left and @value{GDBN} operates using
16036its standard mode writing on the terminal directly. When the TUI
16037mode is entered, the control is given back to the curses windows.
16038The screen is then refreshed.
c906108c 16039
8e04817f
AC
16040@kindex C-x 1
16041@item C-x 1
16042Use a TUI layout with only one window. The layout will
16043either be @samp{source} or @samp{assembly}. When the TUI mode
16044is not active, it will switch to the TUI mode.
2df3850c 16045
8e04817f 16046Think of this key binding as the Emacs @kbd{C-x 1} binding.
c906108c 16047
8e04817f
AC
16048@kindex C-x 2
16049@item C-x 2
16050Use a TUI layout with at least two windows. When the current
16051layout shows already two windows, a next layout with two windows is used.
16052When a new layout is chosen, one window will always be common to the
16053previous layout and the new one.
c906108c 16054
8e04817f 16055Think of it as the Emacs @kbd{C-x 2} binding.
2df3850c 16056
72ffddc9
SC
16057@kindex C-x o
16058@item C-x o
16059Change the active window. The TUI associates several key bindings
16060(like scrolling and arrow keys) to the active window. This command
16061gives the focus to the next TUI window.
16062
16063Think of it as the Emacs @kbd{C-x o} binding.
16064
7cf36c78
SC
16065@kindex C-x s
16066@item C-x s
16067Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
16068(@pxref{TUI Single Key Mode}).
16069
c906108c
SS
16070@end table
16071
8e04817f 16072The following key bindings are handled only by the TUI mode:
5d161b24 16073
8e04817f
AC
16074@table @key
16075@kindex PgUp
16076@item PgUp
16077Scroll the active window one page up.
c906108c 16078
8e04817f
AC
16079@kindex PgDn
16080@item PgDn
16081Scroll the active window one page down.
c906108c 16082
8e04817f
AC
16083@kindex Up
16084@item Up
16085Scroll the active window one line up.
c906108c 16086
8e04817f
AC
16087@kindex Down
16088@item Down
16089Scroll the active window one line down.
c906108c 16090
8e04817f
AC
16091@kindex Left
16092@item Left
16093Scroll the active window one column left.
c906108c 16094
8e04817f
AC
16095@kindex Right
16096@item Right
16097Scroll the active window one column right.
c906108c 16098
8e04817f
AC
16099@kindex C-L
16100@item C-L
16101Refresh the screen.
c906108c 16102
8e04817f 16103@end table
c906108c 16104
8e04817f 16105In the TUI mode, the arrow keys are used by the active window
72ffddc9
SC
16106for scrolling. This means they are available for readline when the
16107active window is the command window. When the command window
16108does not have the focus, it is necessary to use other readline
16109key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
8e04817f 16110
7cf36c78
SC
16111@node TUI Single Key Mode
16112@section TUI Single Key Mode
16113@cindex TUI single key mode
16114
16115The TUI provides a @emph{SingleKey} mode in which it installs a particular
16116key binding in the readline keymaps to connect single keys to
b383017d 16117some gdb commands.
7cf36c78
SC
16118
16119@table @kbd
16120@kindex c @r{(SingleKey TUI key)}
16121@item c
16122continue
16123
16124@kindex d @r{(SingleKey TUI key)}
16125@item d
16126down
16127
16128@kindex f @r{(SingleKey TUI key)}
16129@item f
16130finish
16131
16132@kindex n @r{(SingleKey TUI key)}
16133@item n
16134next
16135
16136@kindex q @r{(SingleKey TUI key)}
16137@item q
16138exit the @emph{SingleKey} mode.
16139
16140@kindex r @r{(SingleKey TUI key)}
16141@item r
16142run
16143
16144@kindex s @r{(SingleKey TUI key)}
16145@item s
16146step
16147
16148@kindex u @r{(SingleKey TUI key)}
16149@item u
16150up
16151
16152@kindex v @r{(SingleKey TUI key)}
16153@item v
16154info locals
16155
16156@kindex w @r{(SingleKey TUI key)}
16157@item w
16158where
16159
16160@end table
16161
16162Other keys temporarily switch to the @value{GDBN} command prompt.
16163The key that was pressed is inserted in the editing buffer so that
16164it is possible to type most @value{GDBN} commands without interaction
16165with the TUI @emph{SingleKey} mode. Once the command is entered the TUI
16166@emph{SingleKey} mode is restored. The only way to permanently leave
16167this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}.
16168
16169
8e04817f
AC
16170@node TUI Commands
16171@section TUI specific commands
16172@cindex TUI commands
16173
16174The TUI has specific commands to control the text windows.
16175These commands are always available, that is they do not depend on
16176the current terminal mode in which @value{GDBN} runs. When @value{GDBN}
16177is in the standard mode, using these commands will automatically switch
16178in the TUI mode.
c906108c
SS
16179
16180@table @code
3d757584
SC
16181@item info win
16182@kindex info win
16183List and give the size of all displayed windows.
16184
8e04817f 16185@item layout next
4644b6e3 16186@kindex layout
8e04817f 16187Display the next layout.
2df3850c 16188
8e04817f 16189@item layout prev
8e04817f 16190Display the previous layout.
c906108c 16191
8e04817f 16192@item layout src
8e04817f 16193Display the source window only.
c906108c 16194
8e04817f 16195@item layout asm
8e04817f 16196Display the assembly window only.
c906108c 16197
8e04817f 16198@item layout split
8e04817f 16199Display the source and assembly window.
c906108c 16200
8e04817f 16201@item layout regs
8e04817f
AC
16202Display the register window together with the source or assembly window.
16203
16204@item focus next | prev | src | asm | regs | split
16205@kindex focus
16206Set the focus to the named window.
16207This command allows to change the active window so that scrolling keys
16208can be affected to another window.
c906108c 16209
8e04817f
AC
16210@item refresh
16211@kindex refresh
16212Refresh the screen. This is similar to using @key{C-L} key.
c906108c 16213
6a1b180d
SC
16214@item tui reg float
16215@kindex tui reg
16216Show the floating point registers in the register window.
16217
16218@item tui reg general
16219Show the general registers in the register window.
16220
16221@item tui reg next
16222Show the next register group. The list of register groups as well as
16223their order is target specific. The predefined register groups are the
16224following: @code{general}, @code{float}, @code{system}, @code{vector},
16225@code{all}, @code{save}, @code{restore}.
16226
16227@item tui reg system
16228Show the system registers in the register window.
16229
8e04817f
AC
16230@item update
16231@kindex update
16232Update the source window and the current execution point.
c906108c 16233
8e04817f
AC
16234@item winheight @var{name} +@var{count}
16235@itemx winheight @var{name} -@var{count}
16236@kindex winheight
16237Change the height of the window @var{name} by @var{count}
16238lines. Positive counts increase the height, while negative counts
16239decrease it.
2df3850c 16240
c45da7e6
EZ
16241@item tabset
16242@kindex tabset @var{nchars}
16243Set the width of tab stops to be @var{nchars} characters.
16244
c906108c
SS
16245@end table
16246
8e04817f
AC
16247@node TUI Configuration
16248@section TUI configuration variables
16249@cindex TUI configuration variables
c906108c 16250
8e04817f
AC
16251The TUI has several configuration variables that control the
16252appearance of windows on the terminal.
c906108c 16253
8e04817f
AC
16254@table @code
16255@item set tui border-kind @var{kind}
16256@kindex set tui border-kind
16257Select the border appearance for the source, assembly and register windows.
16258The possible values are the following:
16259@table @code
16260@item space
16261Use a space character to draw the border.
c906108c 16262
8e04817f
AC
16263@item ascii
16264Use ascii characters + - and | to draw the border.
c906108c 16265
8e04817f
AC
16266@item acs
16267Use the Alternate Character Set to draw the border. The border is
16268drawn using character line graphics if the terminal supports them.
c78b4128 16269
8e04817f 16270@end table
c78b4128 16271
8e04817f
AC
16272@item set tui active-border-mode @var{mode}
16273@kindex set tui active-border-mode
16274Select the attributes to display the border of the active window.
16275The possible values are @code{normal}, @code{standout}, @code{reverse},
16276@code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}.
c78b4128 16277
8e04817f
AC
16278@item set tui border-mode @var{mode}
16279@kindex set tui border-mode
16280Select the attributes to display the border of other windows.
16281The @var{mode} can be one of the following:
16282@table @code
16283@item normal
16284Use normal attributes to display the border.
c906108c 16285
8e04817f
AC
16286@item standout
16287Use standout mode.
c906108c 16288
8e04817f
AC
16289@item reverse
16290Use reverse video mode.
c906108c 16291
8e04817f
AC
16292@item half
16293Use half bright mode.
c906108c 16294
8e04817f
AC
16295@item half-standout
16296Use half bright and standout mode.
c906108c 16297
8e04817f
AC
16298@item bold
16299Use extra bright or bold mode.
c78b4128 16300
8e04817f
AC
16301@item bold-standout
16302Use extra bright or bold and standout mode.
c78b4128 16303
8e04817f 16304@end table
c78b4128 16305
8e04817f 16306@end table
c78b4128 16307
8e04817f
AC
16308@node Emacs
16309@chapter Using @value{GDBN} under @sc{gnu} Emacs
c78b4128 16310
8e04817f
AC
16311@cindex Emacs
16312@cindex @sc{gnu} Emacs
16313A special interface allows you to use @sc{gnu} Emacs to view (and
16314edit) the source files for the program you are debugging with
16315@value{GDBN}.
c906108c 16316
8e04817f
AC
16317To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
16318executable file you want to debug as an argument. This command starts
16319@value{GDBN} as a subprocess of Emacs, with input and output through a newly
16320created Emacs buffer.
16321@c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
c906108c 16322
8e04817f
AC
16323Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
16324things:
c906108c 16325
8e04817f
AC
16326@itemize @bullet
16327@item
16328All ``terminal'' input and output goes through the Emacs buffer.
16329@end itemize
c906108c 16330
8e04817f
AC
16331This applies both to @value{GDBN} commands and their output, and to the input
16332and output done by the program you are debugging.
bf0184be 16333
8e04817f
AC
16334This is useful because it means that you can copy the text of previous
16335commands and input them again; you can even use parts of the output
16336in this way.
bf0184be 16337
8e04817f
AC
16338All the facilities of Emacs' Shell mode are available for interacting
16339with your program. In particular, you can send signals the usual
16340way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
16341stop.
bf0184be 16342
8e04817f 16343@itemize @bullet
bf0184be 16344@item
8e04817f
AC
16345@value{GDBN} displays source code through Emacs.
16346@end itemize
bf0184be 16347
8e04817f
AC
16348Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
16349source file for that frame and puts an arrow (@samp{=>}) at the
16350left margin of the current line. Emacs uses a separate buffer for
16351source display, and splits the screen to show both your @value{GDBN} session
16352and the source.
bf0184be 16353
8e04817f
AC
16354Explicit @value{GDBN} @code{list} or search commands still produce output as
16355usual, but you probably have no reason to use them from Emacs.
c906108c 16356
64fabec2
AC
16357If you specify an absolute file name when prompted for the @kbd{M-x
16358gdb} argument, then Emacs sets your current working directory to where
16359your program resides. If you only specify the file name, then Emacs
16360sets your current working directory to to the directory associated
16361with the previous buffer. In this case, @value{GDBN} may find your
16362program by searching your environment's @code{PATH} variable, but on
16363some operating systems it might not find the source. So, although the
16364@value{GDBN} input and output session proceeds normally, the auxiliary
16365buffer does not display the current source and line of execution.
16366
16367The initial working directory of @value{GDBN} is printed on the top
16368line of the @value{GDBN} I/O buffer and this serves as a default for
16369the commands that specify files for @value{GDBN} to operate
16370on. @xref{Files, ,Commands to specify files}.
16371
16372By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you
16373need to call @value{GDBN} by a different name (for example, if you
16374keep several configurations around, with different names) you can
16375customize the Emacs variable @code{gud-gdb-command-name} to run the
16376one you want.
8e04817f
AC
16377
16378In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
16379addition to the standard Shell mode commands:
c906108c 16380
8e04817f
AC
16381@table @kbd
16382@item C-h m
16383Describe the features of Emacs' @value{GDBN} Mode.
c906108c 16384
64fabec2 16385@item C-c C-s
8e04817f
AC
16386Execute to another source line, like the @value{GDBN} @code{step} command; also
16387update the display window to show the current file and location.
c906108c 16388
64fabec2 16389@item C-c C-n
8e04817f
AC
16390Execute to next source line in this function, skipping all function
16391calls, like the @value{GDBN} @code{next} command. Then update the display window
16392to show the current file and location.
c906108c 16393
64fabec2 16394@item C-c C-i
8e04817f
AC
16395Execute one instruction, like the @value{GDBN} @code{stepi} command; update
16396display window accordingly.
c906108c 16397
8e04817f
AC
16398@item C-c C-f
16399Execute until exit from the selected stack frame, like the @value{GDBN}
16400@code{finish} command.
c906108c 16401
64fabec2 16402@item C-c C-r
8e04817f
AC
16403Continue execution of your program, like the @value{GDBN} @code{continue}
16404command.
b433d00b 16405
64fabec2 16406@item C-c <
8e04817f
AC
16407Go up the number of frames indicated by the numeric argument
16408(@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
16409like the @value{GDBN} @code{up} command.
b433d00b 16410
64fabec2 16411@item C-c >
8e04817f
AC
16412Go down the number of frames indicated by the numeric argument, like the
16413@value{GDBN} @code{down} command.
8e04817f 16414@end table
c906108c 16415
64fabec2 16416In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break})
8e04817f 16417tells @value{GDBN} to set a breakpoint on the source line point is on.
c906108c 16418
64fabec2
AC
16419If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which
16420shows a backtrace when the @value{GDBN} I/O buffer is current. Move
16421point to any frame in the stack and type @key{RET} to make it become the
16422current frame and display the associated source in the source buffer.
16423Alternatively, click @kbd{Mouse-2} to make the selected frame become the
16424current one.
16425
8e04817f
AC
16426If you accidentally delete the source-display buffer, an easy way to get
16427it back is to type the command @code{f} in the @value{GDBN} buffer, to
16428request a frame display; when you run under Emacs, this recreates
16429the source buffer if necessary to show you the context of the current
16430frame.
c906108c 16431
8e04817f
AC
16432The source files displayed in Emacs are in ordinary Emacs buffers
16433which are visiting the source files in the usual way. You can edit
16434the files with these buffers if you wish; but keep in mind that @value{GDBN}
16435communicates with Emacs in terms of line numbers. If you add or
16436delete lines from the text, the line numbers that @value{GDBN} knows cease
16437to correspond properly with the code.
b383017d 16438
64fabec2
AC
16439The description given here is for GNU Emacs version 21.3 and a more
16440detailed description of its interaction with @value{GDBN} is given in
16441the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}).
c906108c 16442
8e04817f
AC
16443@c The following dropped because Epoch is nonstandard. Reactivate
16444@c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
16445@ignore
16446@kindex Emacs Epoch environment
16447@kindex Epoch
16448@kindex inspect
c906108c 16449
8e04817f
AC
16450Version 18 of @sc{gnu} Emacs has a built-in window system
16451called the @code{epoch}
16452environment. Users of this environment can use a new command,
16453@code{inspect} which performs identically to @code{print} except that
16454each value is printed in its own window.
16455@end ignore
c906108c 16456
922fbb7b
AC
16457
16458@node GDB/MI
16459@chapter The @sc{gdb/mi} Interface
16460
16461@unnumberedsec Function and Purpose
16462
16463@cindex @sc{gdb/mi}, its purpose
6b5e8c01
NR
16464@sc{gdb/mi} is a line based machine oriented text interface to
16465@value{GDBN} and is activated by specifying using the
16466@option{--interpreter} command line option (@pxref{Mode Options}). It
16467is specifically intended to support the development of systems which
16468use the debugger as just one small component of a larger system.
922fbb7b
AC
16469
16470This chapter is a specification of the @sc{gdb/mi} interface. It is written
16471in the form of a reference manual.
16472
16473Note that @sc{gdb/mi} is still under construction, so some of the
16474features described below are incomplete and subject to change.
16475
16476@unnumberedsec Notation and Terminology
16477
16478@cindex notational conventions, for @sc{gdb/mi}
16479This chapter uses the following notation:
16480
16481@itemize @bullet
16482@item
16483@code{|} separates two alternatives.
16484
16485@item
16486@code{[ @var{something} ]} indicates that @var{something} is optional:
16487it may or may not be given.
16488
16489@item
16490@code{( @var{group} )*} means that @var{group} inside the parentheses
16491may repeat zero or more times.
16492
16493@item
16494@code{( @var{group} )+} means that @var{group} inside the parentheses
16495may repeat one or more times.
16496
16497@item
16498@code{"@var{string}"} means a literal @var{string}.
16499@end itemize
16500
16501@ignore
16502@heading Dependencies
16503@end ignore
16504
16505@heading Acknowledgments
16506
16507In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and
16508Elena Zannoni.
16509
16510@menu
16511* GDB/MI Command Syntax::
16512* GDB/MI Compatibility with CLI::
16513* GDB/MI Output Records::
16514* GDB/MI Command Description Format::
16515* GDB/MI Breakpoint Table Commands::
16516* GDB/MI Data Manipulation::
16517* GDB/MI Program Control::
16518* GDB/MI Miscellaneous Commands::
16519@ignore
16520* GDB/MI Kod Commands::
16521* GDB/MI Memory Overlay Commands::
16522* GDB/MI Signal Handling Commands::
16523@end ignore
16524* GDB/MI Stack Manipulation::
16525* GDB/MI Symbol Query::
16526* GDB/MI Target Manipulation::
16527* GDB/MI Thread Commands::
16528* GDB/MI Tracepoint Commands::
16529* GDB/MI Variable Objects::
16530@end menu
16531
16532@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16533@node GDB/MI Command Syntax
16534@section @sc{gdb/mi} Command Syntax
16535
16536@menu
16537* GDB/MI Input Syntax::
16538* GDB/MI Output Syntax::
16539* GDB/MI Simple Examples::
16540@end menu
16541
16542@node GDB/MI Input Syntax
16543@subsection @sc{gdb/mi} Input Syntax
16544
16545@cindex input syntax for @sc{gdb/mi}
16546@cindex @sc{gdb/mi}, input syntax
16547@table @code
16548@item @var{command} @expansion{}
16549@code{@var{cli-command} | @var{mi-command}}
16550
16551@item @var{cli-command} @expansion{}
16552@code{[ @var{token} ] @var{cli-command} @var{nl}}, where
16553@var{cli-command} is any existing @value{GDBN} CLI command.
16554
16555@item @var{mi-command} @expansion{}
16556@code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )*
16557@code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}}
16558
16559@item @var{token} @expansion{}
16560"any sequence of digits"
16561
16562@item @var{option} @expansion{}
16563@code{"-" @var{parameter} [ " " @var{parameter} ]}
16564
16565@item @var{parameter} @expansion{}
16566@code{@var{non-blank-sequence} | @var{c-string}}
16567
16568@item @var{operation} @expansion{}
16569@emph{any of the operations described in this chapter}
16570
16571@item @var{non-blank-sequence} @expansion{}
16572@emph{anything, provided it doesn't contain special characters such as
16573"-", @var{nl}, """ and of course " "}
16574
16575@item @var{c-string} @expansion{}
16576@code{""" @var{seven-bit-iso-c-string-content} """}
16577
16578@item @var{nl} @expansion{}
16579@code{CR | CR-LF}
16580@end table
16581
16582@noindent
16583Notes:
16584
16585@itemize @bullet
16586@item
16587The CLI commands are still handled by the @sc{mi} interpreter; their
16588output is described below.
16589
16590@item
16591The @code{@var{token}}, when present, is passed back when the command
16592finishes.
16593
16594@item
16595Some @sc{mi} commands accept optional arguments as part of the parameter
16596list. Each option is identified by a leading @samp{-} (dash) and may be
16597followed by an optional argument parameter. Options occur first in the
16598parameter list and can be delimited from normal parameters using
16599@samp{--} (this is useful when some parameters begin with a dash).
16600@end itemize
16601
16602Pragmatics:
16603
16604@itemize @bullet
16605@item
16606We want easy access to the existing CLI syntax (for debugging).
16607
16608@item
16609We want it to be easy to spot a @sc{mi} operation.
16610@end itemize
16611
16612@node GDB/MI Output Syntax
16613@subsection @sc{gdb/mi} Output Syntax
16614
16615@cindex output syntax of @sc{gdb/mi}
16616@cindex @sc{gdb/mi}, output syntax
16617The output from @sc{gdb/mi} consists of zero or more out-of-band records
16618followed, optionally, by a single result record. This result record
16619is for the most recent command. The sequence of output records is
16620terminated by @samp{(@value{GDBP})}.
16621
16622If an input command was prefixed with a @code{@var{token}} then the
16623corresponding output for that command will also be prefixed by that same
16624@var{token}.
16625
16626@table @code
16627@item @var{output} @expansion{}
f7dc1244 16628@code{( @var{out-of-band-record} )* [ @var{result-record} ] "(@value{GDBP})" @var{nl}}
922fbb7b
AC
16629
16630@item @var{result-record} @expansion{}
16631@code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}}
16632
16633@item @var{out-of-band-record} @expansion{}
16634@code{@var{async-record} | @var{stream-record}}
16635
16636@item @var{async-record} @expansion{}
16637@code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}}
16638
16639@item @var{exec-async-output} @expansion{}
16640@code{[ @var{token} ] "*" @var{async-output}}
16641
16642@item @var{status-async-output} @expansion{}
16643@code{[ @var{token} ] "+" @var{async-output}}
16644
16645@item @var{notify-async-output} @expansion{}
16646@code{[ @var{token} ] "=" @var{async-output}}
16647
16648@item @var{async-output} @expansion{}
16649@code{@var{async-class} ( "," @var{result} )* @var{nl}}
16650
16651@item @var{result-class} @expansion{}
16652@code{"done" | "running" | "connected" | "error" | "exit"}
16653
16654@item @var{async-class} @expansion{}
16655@code{"stopped" | @var{others}} (where @var{others} will be added
16656depending on the needs---this is still in development).
16657
16658@item @var{result} @expansion{}
16659@code{ @var{variable} "=" @var{value}}
16660
16661@item @var{variable} @expansion{}
16662@code{ @var{string} }
16663
16664@item @var{value} @expansion{}
16665@code{ @var{const} | @var{tuple} | @var{list} }
16666
16667@item @var{const} @expansion{}
16668@code{@var{c-string}}
16669
16670@item @var{tuple} @expansion{}
16671@code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" }
16672
16673@item @var{list} @expansion{}
16674@code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "["
16675@var{result} ( "," @var{result} )* "]" }
16676
16677@item @var{stream-record} @expansion{}
16678@code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}}
16679
16680@item @var{console-stream-output} @expansion{}
16681@code{"~" @var{c-string}}
16682
16683@item @var{target-stream-output} @expansion{}
16684@code{"@@" @var{c-string}}
16685
16686@item @var{log-stream-output} @expansion{}
16687@code{"&" @var{c-string}}
16688
16689@item @var{nl} @expansion{}
16690@code{CR | CR-LF}
16691
16692@item @var{token} @expansion{}
16693@emph{any sequence of digits}.
16694@end table
16695
16696@noindent
16697Notes:
16698
16699@itemize @bullet
16700@item
16701All output sequences end in a single line containing a period.
16702
16703@item
16704The @code{@var{token}} is from the corresponding request. If an execution
16705command is interrupted by the @samp{-exec-interrupt} command, the
16706@var{token} associated with the @samp{*stopped} message is the one of the
16707original execution command, not the one of the interrupt command.
16708
16709@item
16710@cindex status output in @sc{gdb/mi}
16711@var{status-async-output} contains on-going status information about the
16712progress of a slow operation. It can be discarded. All status output is
16713prefixed by @samp{+}.
16714
16715@item
16716@cindex async output in @sc{gdb/mi}
16717@var{exec-async-output} contains asynchronous state change on the target
16718(stopped, started, disappeared). All async output is prefixed by
16719@samp{*}.
16720
16721@item
16722@cindex notify output in @sc{gdb/mi}
16723@var{notify-async-output} contains supplementary information that the
16724client should handle (e.g., a new breakpoint information). All notify
16725output is prefixed by @samp{=}.
16726
16727@item
16728@cindex console output in @sc{gdb/mi}
16729@var{console-stream-output} is output that should be displayed as is in the
16730console. It is the textual response to a CLI command. All the console
16731output is prefixed by @samp{~}.
16732
16733@item
16734@cindex target output in @sc{gdb/mi}
16735@var{target-stream-output} is the output produced by the target program.
16736All the target output is prefixed by @samp{@@}.
16737
16738@item
16739@cindex log output in @sc{gdb/mi}
16740@var{log-stream-output} is output text coming from @value{GDBN}'s internals, for
16741instance messages that should be displayed as part of an error log. All
16742the log output is prefixed by @samp{&}.
16743
16744@item
16745@cindex list output in @sc{gdb/mi}
16746New @sc{gdb/mi} commands should only output @var{lists} containing
16747@var{values}.
16748
16749
16750@end itemize
16751
16752@xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more
16753details about the various output records.
16754
16755@node GDB/MI Simple Examples
16756@subsection Simple Examples of @sc{gdb/mi} Interaction
16757@cindex @sc{gdb/mi}, simple examples
16758
16759This subsection presents several simple examples of interaction using
16760the @sc{gdb/mi} interface. In these examples, @samp{->} means that the
16761following line is passed to @sc{gdb/mi} as input, while @samp{<-} means
16762the output received from @sc{gdb/mi}.
16763
16764@subsubheading Target Stop
16765@c Ummm... There is no "-stop" command. This assumes async, no?
16766Here's an example of stopping the inferior process:
16767
16768@smallexample
16769-> -stop
16770<- (@value{GDBP})
16771@end smallexample
16772
16773@noindent
16774and later:
16775
16776@smallexample
16777<- *stop,reason="stop",address="0x123",source="a.c:123"
16778<- (@value{GDBP})
16779@end smallexample
16780
16781@subsubheading Simple CLI Command
16782
16783Here's an example of a simple CLI command being passed through
16784@sc{gdb/mi} and on to the CLI.
16785
16786@smallexample
16787-> print 1+2
16788<- &"print 1+2\n"
16789<- ~"$1 = 3\n"
16790<- ^done
16791<- (@value{GDBP})
16792@end smallexample
16793
16794@subsubheading Command With Side Effects
16795
16796@smallexample
16797-> -symbol-file xyz.exe
16798<- *breakpoint,nr="3",address="0x123",source="a.c:123"
16799<- (@value{GDBP})
16800@end smallexample
16801
16802@subsubheading A Bad Command
16803
16804Here's what happens if you pass a non-existent command:
16805
16806@smallexample
16807-> -rubbish
16808<- ^error,msg="Undefined MI command: rubbish"
16809<- (@value{GDBP})
16810@end smallexample
16811
16812@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16813@node GDB/MI Compatibility with CLI
16814@section @sc{gdb/mi} Compatibility with CLI
16815
16816@cindex compatibility, @sc{gdb/mi} and CLI
16817@cindex @sc{gdb/mi}, compatibility with CLI
16818To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi}
16819accepts existing CLI commands. As specified by the syntax, such
16820commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will
16821respond.
16822
16823This mechanism is provided as an aid to developers of @sc{gdb/mi}
16824clients and not as a reliable interface into the CLI. Since the command
16825is being interpreteted in an environment that assumes @sc{gdb/mi}
16826behaviour, the exact output of such commands is likely to end up being
16827an un-supported hybrid of @sc{gdb/mi} and CLI output.
16828
16829@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16830@node GDB/MI Output Records
16831@section @sc{gdb/mi} Output Records
16832
16833@menu
16834* GDB/MI Result Records::
16835* GDB/MI Stream Records::
16836* GDB/MI Out-of-band Records::
16837@end menu
16838
16839@node GDB/MI Result Records
16840@subsection @sc{gdb/mi} Result Records
16841
16842@cindex result records in @sc{gdb/mi}
16843@cindex @sc{gdb/mi}, result records
16844In addition to a number of out-of-band notifications, the response to a
16845@sc{gdb/mi} command includes one of the following result indications:
16846
16847@table @code
16848@findex ^done
16849@item "^done" [ "," @var{results} ]
16850The synchronous operation was successful, @code{@var{results}} are the return
16851values.
16852
16853@item "^running"
16854@findex ^running
16855@c Is this one correct? Should it be an out-of-band notification?
16856The asynchronous operation was successfully started. The target is
16857running.
16858
16859@item "^error" "," @var{c-string}
16860@findex ^error
16861The operation failed. The @code{@var{c-string}} contains the corresponding
16862error message.
16863@end table
16864
16865@node GDB/MI Stream Records
16866@subsection @sc{gdb/mi} Stream Records
16867
16868@cindex @sc{gdb/mi}, stream records
16869@cindex stream records in @sc{gdb/mi}
16870@value{GDBN} internally maintains a number of output streams: the console, the
16871target, and the log. The output intended for each of these streams is
16872funneled through the @sc{gdb/mi} interface using @dfn{stream records}.
16873
16874Each stream record begins with a unique @dfn{prefix character} which
16875identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output
16876Syntax}). In addition to the prefix, each stream record contains a
16877@code{@var{string-output}}. This is either raw text (with an implicit new
16878line) or a quoted C string (which does not contain an implicit newline).
16879
16880@table @code
16881@item "~" @var{string-output}
16882The console output stream contains text that should be displayed in the
16883CLI console window. It contains the textual responses to CLI commands.
16884
16885@item "@@" @var{string-output}
16886The target output stream contains any textual output from the running
16887target.
16888
16889@item "&" @var{string-output}
16890The log stream contains debugging messages being produced by @value{GDBN}'s
16891internals.
16892@end table
16893
16894@node GDB/MI Out-of-band Records
16895@subsection @sc{gdb/mi} Out-of-band Records
16896
16897@cindex out-of-band records in @sc{gdb/mi}
16898@cindex @sc{gdb/mi}, out-of-band records
16899@dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of
16900additional changes that have occurred. Those changes can either be a
16901consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of
16902target activity (e.g., target stopped).
16903
16904The following is a preliminary list of possible out-of-band records.
16905
16906@table @code
16907@item "*" "stop"
16908@end table
16909
16910
16911@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16912@node GDB/MI Command Description Format
16913@section @sc{gdb/mi} Command Description Format
16914
16915The remaining sections describe blocks of commands. Each block of
16916commands is laid out in a fashion similar to this section.
16917
16918Note the the line breaks shown in the examples are here only for
16919readability. They don't appear in the real output.
16920Also note that the commands with a non-available example (N.A.@:) are
16921not yet implemented.
16922
16923@subheading Motivation
16924
16925The motivation for this collection of commands.
16926
16927@subheading Introduction
16928
16929A brief introduction to this collection of commands as a whole.
16930
16931@subheading Commands
16932
16933For each command in the block, the following is described:
16934
16935@subsubheading Synopsis
16936
16937@smallexample
16938 -command @var{args}@dots{}
16939@end smallexample
16940
16941@subsubheading @value{GDBN} Command
16942
16943The corresponding @value{GDBN} CLI command.
16944
16945@subsubheading Result
16946
16947@subsubheading Out-of-band
16948
16949@subsubheading Notes
16950
16951@subsubheading Example
16952
16953
16954@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
16955@node GDB/MI Breakpoint Table Commands
16956@section @sc{gdb/mi} Breakpoint table commands
16957
16958@cindex breakpoint commands for @sc{gdb/mi}
16959@cindex @sc{gdb/mi}, breakpoint commands
16960This section documents @sc{gdb/mi} commands for manipulating
16961breakpoints.
16962
16963@subheading The @code{-break-after} Command
16964@findex -break-after
16965
16966@subsubheading Synopsis
16967
16968@smallexample
16969 -break-after @var{number} @var{count}
16970@end smallexample
16971
16972The breakpoint number @var{number} is not in effect until it has been
16973hit @var{count} times. To see how this is reflected in the output of
16974the @samp{-break-list} command, see the description of the
16975@samp{-break-list} command below.
16976
16977@subsubheading @value{GDBN} Command
16978
16979The corresponding @value{GDBN} command is @samp{ignore}.
16980
16981@subsubheading Example
16982
16983@smallexample
16984(@value{GDBP})
16985-break-insert main
16986^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@}
16987(@value{GDBP})
16988-break-after 1 3
16989~
16990^done
16991(@value{GDBP})
16992-break-list
16993^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
16994hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
16995@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
16996@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
16997@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
16998@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
16999@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17000body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17001addr="0x000100d0",func="main",file="hello.c",line="5",times="0",
17002ignore="3"@}]@}
17003(@value{GDBP})
17004@end smallexample
17005
17006@ignore
17007@subheading The @code{-break-catch} Command
17008@findex -break-catch
17009
17010@subheading The @code{-break-commands} Command
17011@findex -break-commands
17012@end ignore
17013
17014
17015@subheading The @code{-break-condition} Command
17016@findex -break-condition
17017
17018@subsubheading Synopsis
17019
17020@smallexample
17021 -break-condition @var{number} @var{expr}
17022@end smallexample
17023
17024Breakpoint @var{number} will stop the program only if the condition in
17025@var{expr} is true. The condition becomes part of the
17026@samp{-break-list} output (see the description of the @samp{-break-list}
17027command below).
17028
17029@subsubheading @value{GDBN} Command
17030
17031The corresponding @value{GDBN} command is @samp{condition}.
17032
17033@subsubheading Example
17034
17035@smallexample
17036(@value{GDBP})
17037-break-condition 1 1
17038^done
17039(@value{GDBP})
17040-break-list
17041^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17042hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17043@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17044@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17045@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17046@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17047@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17048body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17049addr="0x000100d0",func="main",file="hello.c",line="5",cond="1",
17050times="0",ignore="3"@}]@}
17051(@value{GDBP})
17052@end smallexample
17053
17054@subheading The @code{-break-delete} Command
17055@findex -break-delete
17056
17057@subsubheading Synopsis
17058
17059@smallexample
17060 -break-delete ( @var{breakpoint} )+
17061@end smallexample
17062
17063Delete the breakpoint(s) whose number(s) are specified in the argument
17064list. This is obviously reflected in the breakpoint list.
17065
17066@subsubheading @value{GDBN} command
17067
17068The corresponding @value{GDBN} command is @samp{delete}.
17069
17070@subsubheading Example
17071
17072@smallexample
17073(@value{GDBP})
17074-break-delete 1
17075^done
17076(@value{GDBP})
17077-break-list
17078^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17079hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17080@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17081@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17082@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17083@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17084@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17085body=[]@}
17086(@value{GDBP})
17087@end smallexample
17088
17089@subheading The @code{-break-disable} Command
17090@findex -break-disable
17091
17092@subsubheading Synopsis
17093
17094@smallexample
17095 -break-disable ( @var{breakpoint} )+
17096@end smallexample
17097
17098Disable the named @var{breakpoint}(s). The field @samp{enabled} in the
17099break list is now set to @samp{n} for the named @var{breakpoint}(s).
17100
17101@subsubheading @value{GDBN} Command
17102
17103The corresponding @value{GDBN} command is @samp{disable}.
17104
17105@subsubheading Example
17106
17107@smallexample
17108(@value{GDBP})
17109-break-disable 2
17110^done
17111(@value{GDBP})
17112-break-list
17113^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17114hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17115@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17116@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17117@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17118@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17119@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17120body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n",
17121addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17122(@value{GDBP})
17123@end smallexample
17124
17125@subheading The @code{-break-enable} Command
17126@findex -break-enable
17127
17128@subsubheading Synopsis
17129
17130@smallexample
17131 -break-enable ( @var{breakpoint} )+
17132@end smallexample
17133
17134Enable (previously disabled) @var{breakpoint}(s).
17135
17136@subsubheading @value{GDBN} Command
17137
17138The corresponding @value{GDBN} command is @samp{enable}.
17139
17140@subsubheading Example
17141
17142@smallexample
17143(@value{GDBP})
17144-break-enable 2
17145^done
17146(@value{GDBP})
17147-break-list
17148^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17149hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17150@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17151@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17152@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17153@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17154@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17155body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17156addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@}
17157(@value{GDBP})
17158@end smallexample
17159
17160@subheading The @code{-break-info} Command
17161@findex -break-info
17162
17163@subsubheading Synopsis
17164
17165@smallexample
17166 -break-info @var{breakpoint}
17167@end smallexample
17168
17169@c REDUNDANT???
17170Get information about a single breakpoint.
17171
17172@subsubheading @value{GDBN} command
17173
17174The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}.
17175
17176@subsubheading Example
17177N.A.
17178
17179@subheading The @code{-break-insert} Command
17180@findex -break-insert
17181
17182@subsubheading Synopsis
17183
17184@smallexample
17185 -break-insert [ -t ] [ -h ] [ -r ]
17186 [ -c @var{condition} ] [ -i @var{ignore-count} ]
17187 [ -p @var{thread} ] [ @var{line} | @var{addr} ]
17188@end smallexample
17189
17190@noindent
17191If specified, @var{line}, can be one of:
17192
17193@itemize @bullet
17194@item function
17195@c @item +offset
17196@c @item -offset
17197@c @item linenum
17198@item filename:linenum
17199@item filename:function
17200@item *address
17201@end itemize
17202
17203The possible optional parameters of this command are:
17204
17205@table @samp
17206@item -t
17207Insert a tempoary breakpoint.
17208@item -h
17209Insert a hardware breakpoint.
17210@item -c @var{condition}
17211Make the breakpoint conditional on @var{condition}.
17212@item -i @var{ignore-count}
17213Initialize the @var{ignore-count}.
17214@item -r
17215Insert a regular breakpoint in all the functions whose names match the
17216given regular expression. Other flags are not applicable to regular
17217expresson.
17218@end table
17219
17220@subsubheading Result
17221
17222The result is in the form:
17223
17224@smallexample
17225 ^done,bkptno="@var{number}",func="@var{funcname}",
17226 file="@var{filename}",line="@var{lineno}"
17227@end smallexample
17228
17229@noindent
17230where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname}
17231is the name of the function where the breakpoint was inserted,
17232@var{filename} is the name of the source file which contains this
17233function, and @var{lineno} is the source line number within that file.
17234
17235Note: this format is open to change.
17236@c An out-of-band breakpoint instead of part of the result?
17237
17238@subsubheading @value{GDBN} Command
17239
17240The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak},
17241@samp{hbreak}, @samp{thbreak}, and @samp{rbreak}.
17242
17243@subsubheading Example
17244
17245@smallexample
17246(@value{GDBP})
17247-break-insert main
17248^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
17249(@value{GDBP})
17250-break-insert -t foo
17251^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@}
17252(@value{GDBP})
17253-break-list
17254^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17255hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17256@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17257@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17258@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17259@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17260@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17261body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17262addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@},
17263bkpt=@{number="2",type="breakpoint",disp="del",enabled="y",
17264addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@}
17265(@value{GDBP})
17266-break-insert -r foo.*
17267~int foo(int, int);
17268^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@}
17269(@value{GDBP})
17270@end smallexample
17271
17272@subheading The @code{-break-list} Command
17273@findex -break-list
17274
17275@subsubheading Synopsis
17276
17277@smallexample
17278 -break-list
17279@end smallexample
17280
17281Displays the list of inserted breakpoints, showing the following fields:
17282
17283@table @samp
17284@item Number
17285number of the breakpoint
17286@item Type
17287type of the breakpoint: @samp{breakpoint} or @samp{watchpoint}
17288@item Disposition
17289should the breakpoint be deleted or disabled when it is hit: @samp{keep}
17290or @samp{nokeep}
17291@item Enabled
17292is the breakpoint enabled or no: @samp{y} or @samp{n}
17293@item Address
17294memory location at which the breakpoint is set
17295@item What
17296logical location of the breakpoint, expressed by function name, file
17297name, line number
17298@item Times
17299number of times the breakpoint has been hit
17300@end table
17301
17302If there are no breakpoints or watchpoints, the @code{BreakpointTable}
17303@code{body} field is an empty list.
17304
17305@subsubheading @value{GDBN} Command
17306
17307The corresponding @value{GDBN} command is @samp{info break}.
17308
17309@subsubheading Example
17310
17311@smallexample
17312(@value{GDBP})
17313-break-list
17314^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17315hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17316@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17317@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17318@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17319@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17320@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17321body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17322addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@},
17323bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y",
17324addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@}
17325(@value{GDBP})
17326@end smallexample
17327
17328Here's an example of the result when there are no breakpoints:
17329
17330@smallexample
17331(@value{GDBP})
17332-break-list
17333^done,BreakpointTable=@{nr_rows="0",nr_cols="6",
17334hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17335@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17336@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17337@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17338@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17339@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17340body=[]@}
17341(@value{GDBP})
17342@end smallexample
17343
17344@subheading The @code{-break-watch} Command
17345@findex -break-watch
17346
17347@subsubheading Synopsis
17348
17349@smallexample
17350 -break-watch [ -a | -r ]
17351@end smallexample
17352
17353Create a watchpoint. With the @samp{-a} option it will create an
17354@dfn{access} watchpoint, i.e. a watchpoint that triggers either on a
17355read from or on a write to the memory location. With the @samp{-r}
17356option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will
17357trigger only when the memory location is accessed for reading. Without
17358either of the options, the watchpoint created is a regular watchpoint,
17359i.e. it will trigger when the memory location is accessed for writing.
17360@xref{Set Watchpoints, , Setting watchpoints}.
17361
17362Note that @samp{-break-list} will report a single list of watchpoints and
17363breakpoints inserted.
17364
17365@subsubheading @value{GDBN} Command
17366
17367The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and
17368@samp{rwatch}.
17369
17370@subsubheading Example
17371
17372Setting a watchpoint on a variable in the @code{main} function:
17373
17374@smallexample
17375(@value{GDBP})
17376-break-watch x
17377^done,wpt=@{number="2",exp="x"@}
17378(@value{GDBP})
17379-exec-continue
17380^running
17381^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@},
17382value=@{old="-268439212",new="55"@},
17383frame=@{func="main",args=[],file="recursive2.c",line="5"@}
17384(@value{GDBP})
17385@end smallexample
17386
17387Setting a watchpoint on a variable local to a function. @value{GDBN} will stop
17388the program execution twice: first for the variable changing value, then
17389for the watchpoint going out of scope.
17390
17391@smallexample
17392(@value{GDBP})
17393-break-watch C
17394^done,wpt=@{number="5",exp="C"@}
17395(@value{GDBP})
17396-exec-continue
17397^running
17398^done,reason="watchpoint-trigger",
17399wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@},
17400frame=@{func="callee4",args=[],
17401file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17402(@value{GDBP})
17403-exec-continue
17404^running
17405^done,reason="watchpoint-scope",wpnum="5",
17406frame=@{func="callee3",args=[@{name="strarg",
17407value="0x11940 \"A string argument.\""@}],
17408file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17409(@value{GDBP})
17410@end smallexample
17411
17412Listing breakpoints and watchpoints, at different points in the program
17413execution. Note that once the watchpoint goes out of scope, it is
17414deleted.
17415
17416@smallexample
17417(@value{GDBP})
17418-break-watch C
17419^done,wpt=@{number="2",exp="C"@}
17420(@value{GDBP})
17421-break-list
17422^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17423hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17424@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17425@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17426@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17427@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17428@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17429body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17430addr="0x00010734",func="callee4",
17431file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17432bkpt=@{number="2",type="watchpoint",disp="keep",
17433enabled="y",addr="",what="C",times="0"@}]@}
17434(@value{GDBP})
17435-exec-continue
17436^running
17437^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@},
17438value=@{old="-276895068",new="3"@},
17439frame=@{func="callee4",args=[],
17440file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@}
17441(@value{GDBP})
17442-break-list
17443^done,BreakpointTable=@{nr_rows="2",nr_cols="6",
17444hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17445@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17446@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17447@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17448@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17449@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17450body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17451addr="0x00010734",func="callee4",
17452file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@},
17453bkpt=@{number="2",type="watchpoint",disp="keep",
17454enabled="y",addr="",what="C",times="-5"@}]@}
17455(@value{GDBP})
17456-exec-continue
17457^running
17458^done,reason="watchpoint-scope",wpnum="2",
17459frame=@{func="callee3",args=[@{name="strarg",
17460value="0x11940 \"A string argument.\""@}],
17461file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
17462(@value{GDBP})
17463-break-list
17464^done,BreakpointTable=@{nr_rows="1",nr_cols="6",
17465hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@},
17466@{width="14",alignment="-1",col_name="type",colhdr="Type"@},
17467@{width="4",alignment="-1",col_name="disp",colhdr="Disp"@},
17468@{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@},
17469@{width="10",alignment="-1",col_name="addr",colhdr="Address"@},
17470@{width="40",alignment="2",col_name="what",colhdr="What"@}],
17471body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y",
17472addr="0x00010734",func="callee4",
17473file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@}
17474(@value{GDBP})
17475@end smallexample
17476
17477@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
17478@node GDB/MI Data Manipulation
17479@section @sc{gdb/mi} Data Manipulation
17480
17481@cindex data manipulation, in @sc{gdb/mi}
17482@cindex @sc{gdb/mi}, data manipulation
17483This section describes the @sc{gdb/mi} commands that manipulate data:
17484examine memory and registers, evaluate expressions, etc.
17485
17486@c REMOVED FROM THE INTERFACE.
17487@c @subheading -data-assign
17488@c Change the value of a program variable. Plenty of side effects.
17489@c @subsubheading GDB command
17490@c set variable
17491@c @subsubheading Example
17492@c N.A.
17493
17494@subheading The @code{-data-disassemble} Command
17495@findex -data-disassemble
17496
17497@subsubheading Synopsis
17498
17499@smallexample
17500 -data-disassemble
17501 [ -s @var{start-addr} -e @var{end-addr} ]
17502 | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ]
17503 -- @var{mode}
17504@end smallexample
17505
17506@noindent
17507Where:
17508
17509@table @samp
17510@item @var{start-addr}
17511is the beginning address (or @code{$pc})
17512@item @var{end-addr}
17513is the end address
17514@item @var{filename}
17515is the name of the file to disassemble
17516@item @var{linenum}
17517is the line number to disassemble around
17518@item @var{lines}
17519is the the number of disassembly lines to be produced. If it is -1,
17520the whole function will be disassembled, in case no @var{end-addr} is
17521specified. If @var{end-addr} is specified as a non-zero value, and
17522@var{lines} is lower than the number of disassembly lines between
17523@var{start-addr} and @var{end-addr}, only @var{lines} lines are
17524displayed; if @var{lines} is higher than the number of lines between
17525@var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr}
17526are displayed.
17527@item @var{mode}
17528is either 0 (meaning only disassembly) or 1 (meaning mixed source and
17529disassembly).
17530@end table
17531
17532@subsubheading Result
17533
17534The output for each instruction is composed of four fields:
17535
17536@itemize @bullet
17537@item Address
17538@item Func-name
17539@item Offset
17540@item Instruction
17541@end itemize
17542
17543Note that whatever included in the instruction field, is not manipulated
17544directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format.
17545
17546@subsubheading @value{GDBN} Command
17547
17548There's no direct mapping from this command to the CLI.
17549
17550@subsubheading Example
17551
17552Disassemble from the current value of @code{$pc} to @code{$pc + 20}:
17553
17554@smallexample
17555(@value{GDBP})
17556-data-disassemble -s $pc -e "$pc + 20" -- 0
17557^done,
17558asm_insns=[
17559@{address="0x000107c0",func-name="main",offset="4",
17560inst="mov 2, %o0"@},
17561@{address="0x000107c4",func-name="main",offset="8",
17562inst="sethi %hi(0x11800), %o2"@},
17563@{address="0x000107c8",func-name="main",offset="12",
17564inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@},
17565@{address="0x000107cc",func-name="main",offset="16",
17566inst="sethi %hi(0x11800), %o2"@},
17567@{address="0x000107d0",func-name="main",offset="20",
17568inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}]
17569(@value{GDBP})
17570@end smallexample
17571
17572Disassemble the whole @code{main} function. Line 32 is part of
17573@code{main}.
17574
17575@smallexample
17576-data-disassemble -f basics.c -l 32 -- 0
17577^done,asm_insns=[
17578@{address="0x000107bc",func-name="main",offset="0",
17579inst="save %sp, -112, %sp"@},
17580@{address="0x000107c0",func-name="main",offset="4",
17581inst="mov 2, %o0"@},
17582@{address="0x000107c4",func-name="main",offset="8",
17583inst="sethi %hi(0x11800), %o2"@},
17584[@dots{}]
17585@{address="0x0001081c",func-name="main",offset="96",inst="ret "@},
17586@{address="0x00010820",func-name="main",offset="100",inst="restore "@}]
17587(@value{GDBP})
17588@end smallexample
17589
17590Disassemble 3 instructions from the start of @code{main}:
17591
17592@smallexample
17593(@value{GDBP})
17594-data-disassemble -f basics.c -l 32 -n 3 -- 0
17595^done,asm_insns=[
17596@{address="0x000107bc",func-name="main",offset="0",
17597inst="save %sp, -112, %sp"@},
17598@{address="0x000107c0",func-name="main",offset="4",
17599inst="mov 2, %o0"@},
17600@{address="0x000107c4",func-name="main",offset="8",
17601inst="sethi %hi(0x11800), %o2"@}]
17602(@value{GDBP})
17603@end smallexample
17604
17605Disassemble 3 instructions from the start of @code{main} in mixed mode:
17606
17607@smallexample
17608(@value{GDBP})
17609-data-disassemble -f basics.c -l 32 -n 3 -- 1
17610^done,asm_insns=[
17611src_and_asm_line=@{line="31",
17612file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17613 testsuite/gdb.mi/basics.c",line_asm_insn=[
17614@{address="0x000107bc",func-name="main",offset="0",
17615inst="save %sp, -112, %sp"@}]@},
17616src_and_asm_line=@{line="32",
17617file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \
17618 testsuite/gdb.mi/basics.c",line_asm_insn=[
17619@{address="0x000107c0",func-name="main",offset="4",
17620inst="mov 2, %o0"@},
17621@{address="0x000107c4",func-name="main",offset="8",
17622inst="sethi %hi(0x11800), %o2"@}]@}]
17623(@value{GDBP})
17624@end smallexample
17625
17626
17627@subheading The @code{-data-evaluate-expression} Command
17628@findex -data-evaluate-expression
17629
17630@subsubheading Synopsis
17631
17632@smallexample
17633 -data-evaluate-expression @var{expr}
17634@end smallexample
17635
17636Evaluate @var{expr} as an expression. The expression could contain an
17637inferior function call. The function call will execute synchronously.
17638If the expression contains spaces, it must be enclosed in double quotes.
17639
17640@subsubheading @value{GDBN} Command
17641
17642The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and
17643@samp{call}. In @code{gdbtk} only, there's a corresponding
17644@samp{gdb_eval} command.
17645
17646@subsubheading Example
17647
17648In the following example, the numbers that precede the commands are the
17649@dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi}
17650Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its
17651output.
17652
17653@smallexample
17654211-data-evaluate-expression A
17655211^done,value="1"
17656(@value{GDBP})
17657311-data-evaluate-expression &A
17658311^done,value="0xefffeb7c"
17659(@value{GDBP})
17660411-data-evaluate-expression A+3
17661411^done,value="4"
17662(@value{GDBP})
17663511-data-evaluate-expression "A + 3"
17664511^done,value="4"
17665(@value{GDBP})
17666@end smallexample
17667
17668
17669@subheading The @code{-data-list-changed-registers} Command
17670@findex -data-list-changed-registers
17671
17672@subsubheading Synopsis
17673
17674@smallexample
17675 -data-list-changed-registers
17676@end smallexample
17677
17678Display a list of the registers that have changed.
17679
17680@subsubheading @value{GDBN} Command
17681
17682@value{GDBN} doesn't have a direct analog for this command; @code{gdbtk}
17683has the corresponding command @samp{gdb_changed_register_list}.
17684
17685@subsubheading Example
17686
17687On a PPC MBX board:
17688
17689@smallexample
17690(@value{GDBP})
17691-exec-continue
17692^running
17693
17694(@value{GDBP})
17695*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main",
17696args=[],file="try.c",line="5"@}
17697(@value{GDBP})
17698-data-list-changed-registers
17699^done,changed-registers=["0","1","2","4","5","6","7","8","9",
17700"10","11","13","14","15","16","17","18","19","20","21","22","23",
17701"24","25","26","27","28","30","31","64","65","66","67","69"]
17702(@value{GDBP})
17703@end smallexample
17704
17705
17706@subheading The @code{-data-list-register-names} Command
17707@findex -data-list-register-names
17708
17709@subsubheading Synopsis
17710
17711@smallexample
17712 -data-list-register-names [ ( @var{regno} )+ ]
17713@end smallexample
17714
17715Show a list of register names for the current target. If no arguments
17716are given, it shows a list of the names of all the registers. If
17717integer numbers are given as arguments, it will print a list of the
17718names of the registers corresponding to the arguments. To ensure
17719consistency between a register name and its number, the output list may
17720include empty register names.
17721
17722@subsubheading @value{GDBN} Command
17723
17724@value{GDBN} does not have a command which corresponds to
17725@samp{-data-list-register-names}. In @code{gdbtk} there is a
17726corresponding command @samp{gdb_regnames}.
17727
17728@subsubheading Example
17729
17730For the PPC MBX board:
17731@smallexample
17732(@value{GDBP})
17733-data-list-register-names
17734^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7",
17735"r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18",
17736"r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29",
17737"r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9",
17738"f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20",
17739"f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31",
17740"", "pc","ps","cr","lr","ctr","xer"]
17741(@value{GDBP})
17742-data-list-register-names 1 2 3
17743^done,register-names=["r1","r2","r3"]
17744(@value{GDBP})
17745@end smallexample
17746
17747@subheading The @code{-data-list-register-values} Command
17748@findex -data-list-register-values
17749
17750@subsubheading Synopsis
17751
17752@smallexample
17753 -data-list-register-values @var{fmt} [ ( @var{regno} )*]
17754@end smallexample
17755
17756Display the registers' contents. @var{fmt} is the format according to
17757which the registers' contents are to be returned, followed by an optional
17758list of numbers specifying the registers to display. A missing list of
17759numbers indicates that the contents of all the registers must be returned.
17760
17761Allowed formats for @var{fmt} are:
17762
17763@table @code
17764@item x
17765Hexadecimal
17766@item o
17767Octal
17768@item t
17769Binary
17770@item d
17771Decimal
17772@item r
17773Raw
17774@item N
17775Natural
17776@end table
17777
17778@subsubheading @value{GDBN} Command
17779
17780The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info
17781all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}.
17782
17783@subsubheading Example
17784
17785For a PPC MBX board (note: line breaks are for readability only, they
17786don't appear in the actual output):
17787
17788@smallexample
17789(@value{GDBP})
17790-data-list-register-values r 64 65
17791^done,register-values=[@{number="64",value="0xfe00a300"@},
17792@{number="65",value="0x00029002"@}]
17793(@value{GDBP})
17794-data-list-register-values x
17795^done,register-values=[@{number="0",value="0xfe0043c8"@},
17796@{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@},
17797@{number="3",value="0x0"@},@{number="4",value="0xa"@},
17798@{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@},
17799@{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@},
17800@{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@},
17801@{number="11",value="0x1"@},@{number="12",value="0x0"@},
17802@{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@},
17803@{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@},
17804@{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@},
17805@{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@},
17806@{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@},
17807@{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@},
17808@{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@},
17809@{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@},
17810@{number="29",value="0x0"@},@{number="30",value="0xfe010000"@},
17811@{number="31",value="0x0"@},@{number="32",value="0x0"@},
17812@{number="33",value="0x0"@},@{number="34",value="0x0"@},
17813@{number="35",value="0x0"@},@{number="36",value="0x0"@},
17814@{number="37",value="0x0"@},@{number="38",value="0x0"@},
17815@{number="39",value="0x0"@},@{number="40",value="0x0"@},
17816@{number="41",value="0x0"@},@{number="42",value="0x0"@},
17817@{number="43",value="0x0"@},@{number="44",value="0x0"@},
17818@{number="45",value="0x0"@},@{number="46",value="0x0"@},
17819@{number="47",value="0x0"@},@{number="48",value="0x0"@},
17820@{number="49",value="0x0"@},@{number="50",value="0x0"@},
17821@{number="51",value="0x0"@},@{number="52",value="0x0"@},
17822@{number="53",value="0x0"@},@{number="54",value="0x0"@},
17823@{number="55",value="0x0"@},@{number="56",value="0x0"@},
17824@{number="57",value="0x0"@},@{number="58",value="0x0"@},
17825@{number="59",value="0x0"@},@{number="60",value="0x0"@},
17826@{number="61",value="0x0"@},@{number="62",value="0x0"@},
17827@{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@},
17828@{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@},
17829@{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@},
17830@{number="69",value="0x20002b03"@}]
17831(@value{GDBP})
17832@end smallexample
17833
17834
17835@subheading The @code{-data-read-memory} Command
17836@findex -data-read-memory
17837
17838@subsubheading Synopsis
17839
17840@smallexample
17841 -data-read-memory [ -o @var{byte-offset} ]
17842 @var{address} @var{word-format} @var{word-size}
17843 @var{nr-rows} @var{nr-cols} [ @var{aschar} ]
17844@end smallexample
17845
17846@noindent
17847where:
17848
17849@table @samp
17850@item @var{address}
17851An expression specifying the address of the first memory word to be
17852read. Complex expressions containing embedded white space should be
17853quoted using the C convention.
17854
17855@item @var{word-format}
17856The format to be used to print the memory words. The notation is the
17857same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats,
17858,Output formats}).
17859
17860@item @var{word-size}
17861The size of each memory word in bytes.
17862
17863@item @var{nr-rows}
17864The number of rows in the output table.
17865
17866@item @var{nr-cols}
17867The number of columns in the output table.
17868
17869@item @var{aschar}
17870If present, indicates that each row should include an @sc{ascii} dump. The
17871value of @var{aschar} is used as a padding character when a byte is not a
17872member of the printable @sc{ascii} character set (printable @sc{ascii}
17873characters are those whose code is between 32 and 126, inclusively).
17874
17875@item @var{byte-offset}
17876An offset to add to the @var{address} before fetching memory.
17877@end table
17878
17879This command displays memory contents as a table of @var{nr-rows} by
17880@var{nr-cols} words, each word being @var{word-size} bytes. In total,
17881@code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read
17882(returned as @samp{total-bytes}). Should less than the requested number
17883of bytes be returned by the target, the missing words are identified
17884using @samp{N/A}. The number of bytes read from the target is returned
17885in @samp{nr-bytes} and the starting address used to read memory in
17886@samp{addr}.
17887
17888The address of the next/previous row or page is available in
17889@samp{next-row} and @samp{prev-row}, @samp{next-page} and
17890@samp{prev-page}.
17891
17892@subsubheading @value{GDBN} Command
17893
17894The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has
17895@samp{gdb_get_mem} memory read command.
17896
17897@subsubheading Example
17898
17899Read six bytes of memory starting at @code{bytes+6} but then offset by
17900@code{-6} bytes. Format as three rows of two columns. One byte per
17901word. Display each word in hex.
17902
17903@smallexample
17904(@value{GDBP})
179059-data-read-memory -o -6 -- bytes+6 x 1 3 2
179069^done,addr="0x00001390",nr-bytes="6",total-bytes="6",
17907next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396",
17908prev-page="0x0000138a",memory=[
17909@{addr="0x00001390",data=["0x00","0x01"]@},
17910@{addr="0x00001392",data=["0x02","0x03"]@},
17911@{addr="0x00001394",data=["0x04","0x05"]@}]
17912(@value{GDBP})
17913@end smallexample
17914
17915Read two bytes of memory starting at address @code{shorts + 64} and
17916display as a single word formatted in decimal.
17917
17918@smallexample
17919(@value{GDBP})
179205-data-read-memory shorts+64 d 2 1 1
179215^done,addr="0x00001510",nr-bytes="2",total-bytes="2",
17922next-row="0x00001512",prev-row="0x0000150e",
17923next-page="0x00001512",prev-page="0x0000150e",memory=[
17924@{addr="0x00001510",data=["128"]@}]
17925(@value{GDBP})
17926@end smallexample
17927
17928Read thirty two bytes of memory starting at @code{bytes+16} and format
17929as eight rows of four columns. Include a string encoding with @samp{x}
17930used as the non-printable character.
17931
17932@smallexample
17933(@value{GDBP})
179344-data-read-memory bytes+16 x 1 8 4 x
179354^done,addr="0x000013a0",nr-bytes="32",total-bytes="32",
17936next-row="0x000013c0",prev-row="0x0000139c",
17937next-page="0x000013c0",prev-page="0x00001380",memory=[
17938@{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@},
17939@{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@},
17940@{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@},
17941@{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@},
17942@{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@},
17943@{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@},
17944@{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@},
17945@{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}]
17946(@value{GDBP})
17947@end smallexample
17948
17949@subheading The @code{-display-delete} Command
17950@findex -display-delete
17951
17952@subsubheading Synopsis
17953
17954@smallexample
17955 -display-delete @var{number}
17956@end smallexample
17957
17958Delete the display @var{number}.
17959
17960@subsubheading @value{GDBN} Command
17961
17962The corresponding @value{GDBN} command is @samp{delete display}.
17963
17964@subsubheading Example
17965N.A.
17966
17967
17968@subheading The @code{-display-disable} Command
17969@findex -display-disable
17970
17971@subsubheading Synopsis
17972
17973@smallexample
17974 -display-disable @var{number}
17975@end smallexample
17976
17977Disable display @var{number}.
17978
17979@subsubheading @value{GDBN} Command
17980
17981The corresponding @value{GDBN} command is @samp{disable display}.
17982
17983@subsubheading Example
17984N.A.
17985
17986
17987@subheading The @code{-display-enable} Command
17988@findex -display-enable
17989
17990@subsubheading Synopsis
17991
17992@smallexample
17993 -display-enable @var{number}
17994@end smallexample
17995
17996Enable display @var{number}.
17997
17998@subsubheading @value{GDBN} Command
17999
18000The corresponding @value{GDBN} command is @samp{enable display}.
18001
18002@subsubheading Example
18003N.A.
18004
18005
18006@subheading The @code{-display-insert} Command
18007@findex -display-insert
18008
18009@subsubheading Synopsis
18010
18011@smallexample
18012 -display-insert @var{expression}
18013@end smallexample
18014
18015Display @var{expression} every time the program stops.
18016
18017@subsubheading @value{GDBN} Command
18018
18019The corresponding @value{GDBN} command is @samp{display}.
18020
18021@subsubheading Example
18022N.A.
18023
18024
18025@subheading The @code{-display-list} Command
18026@findex -display-list
18027
18028@subsubheading Synopsis
18029
18030@smallexample
18031 -display-list
18032@end smallexample
18033
18034List the displays. Do not show the current values.
18035
18036@subsubheading @value{GDBN} Command
18037
18038The corresponding @value{GDBN} command is @samp{info display}.
18039
18040@subsubheading Example
18041N.A.
18042
18043
18044@subheading The @code{-environment-cd} Command
18045@findex -environment-cd
18046
18047@subsubheading Synopsis
18048
18049@smallexample
18050 -environment-cd @var{pathdir}
18051@end smallexample
18052
18053Set @value{GDBN}'s working directory.
18054
18055@subsubheading @value{GDBN} Command
18056
18057The corresponding @value{GDBN} command is @samp{cd}.
18058
18059@subsubheading Example
18060
18061@smallexample
18062(@value{GDBP})
18063-environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18064^done
18065(@value{GDBP})
18066@end smallexample
18067
18068
18069@subheading The @code{-environment-directory} Command
18070@findex -environment-directory
18071
18072@subsubheading Synopsis
18073
18074@smallexample
18075 -environment-directory [ -r ] [ @var{pathdir} ]+
18076@end smallexample
18077
18078Add directories @var{pathdir} to beginning of search path for source files.
18079If the @samp{-r} option is used, the search path is reset to the default
b383017d 18080search path. If directories @var{pathdir} are supplied in addition to the
922fbb7b
AC
18081@samp{-r} option, the search path is first reset and then addition
18082occurs as normal.
b383017d 18083Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18084multiple directories in a single command
18085results in the directories added to the beginning of the
18086search path in the same order they were presented in the command.
18087If blanks are needed as
18088part of a directory name, double-quotes should be used around
18089the name. In the command output, the path will show up separated
b383017d 18090by the system directory-separator character. The directory-seperator
922fbb7b
AC
18091character must not be used
18092in any directory name.
18093If no directories are specified, the current search path is displayed.
18094
18095@subsubheading @value{GDBN} Command
18096
18097The corresponding @value{GDBN} command is @samp{dir}.
18098
18099@subsubheading Example
18100
18101@smallexample
18102(@value{GDBP})
18103-environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb
18104^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18105(@value{GDBP})
18106-environment-directory ""
18107^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd"
18108(@value{GDBP})
18109-environment-directory -r /home/jjohnstn/src/gdb /usr/src
18110^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd"
18111(@value{GDBP})
18112-environment-directory -r
18113^done,source-path="$cdir:$cwd"
18114(@value{GDBP})
18115@end smallexample
18116
18117
18118@subheading The @code{-environment-path} Command
18119@findex -environment-path
18120
18121@subsubheading Synopsis
18122
18123@smallexample
18124 -environment-path [ -r ] [ @var{pathdir} ]+
18125@end smallexample
18126
18127Add directories @var{pathdir} to beginning of search path for object files.
18128If the @samp{-r} option is used, the search path is reset to the original
b383017d
RM
18129search path that existed at gdb start-up. If directories @var{pathdir} are
18130supplied in addition to the
922fbb7b
AC
18131@samp{-r} option, the search path is first reset and then addition
18132occurs as normal.
b383017d 18133Multiple directories may be specified, separated by blanks. Specifying
922fbb7b
AC
18134multiple directories in a single command
18135results in the directories added to the beginning of the
18136search path in the same order they were presented in the command.
18137If blanks are needed as
18138part of a directory name, double-quotes should be used around
18139the name. In the command output, the path will show up separated
b383017d 18140by the system directory-separator character. The directory-seperator
922fbb7b
AC
18141character must not be used
18142in any directory name.
18143If no directories are specified, the current path is displayed.
18144
18145
18146@subsubheading @value{GDBN} Command
18147
18148The corresponding @value{GDBN} command is @samp{path}.
18149
18150@subsubheading Example
18151
18152@smallexample
18153(@value{GDBP})
b383017d 18154-environment-path
922fbb7b
AC
18155^done,path="/usr/bin"
18156(@value{GDBP})
18157-environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin
18158^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin"
18159(@value{GDBP})
18160-environment-path -r /usr/local/bin
18161^done,path="/usr/local/bin:/usr/bin"
18162(@value{GDBP})
18163@end smallexample
18164
18165
18166@subheading The @code{-environment-pwd} Command
18167@findex -environment-pwd
18168
18169@subsubheading Synopsis
18170
18171@smallexample
18172 -environment-pwd
18173@end smallexample
18174
18175Show the current working directory.
18176
18177@subsubheading @value{GDBN} command
18178
18179The corresponding @value{GDBN} command is @samp{pwd}.
18180
18181@subsubheading Example
18182
18183@smallexample
18184(@value{GDBP})
18185-environment-pwd
18186^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb"
18187(@value{GDBP})
18188@end smallexample
18189
18190@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18191@node GDB/MI Program Control
18192@section @sc{gdb/mi} Program control
18193
18194@subsubheading Program termination
18195
18196As a result of execution, the inferior program can run to completion, if
18197it doesn't encounter any breakpoints. In this case the output will
18198include an exit code, if the program has exited exceptionally.
18199
18200@subsubheading Examples
18201
18202@noindent
18203Program exited normally:
18204
18205@smallexample
18206(@value{GDBP})
18207-exec-run
18208^running
18209(@value{GDBP})
18210x = 55
18211*stopped,reason="exited-normally"
18212(@value{GDBP})
18213@end smallexample
18214
18215@noindent
18216Program exited exceptionally:
18217
18218@smallexample
18219(@value{GDBP})
18220-exec-run
18221^running
18222(@value{GDBP})
18223x = 55
18224*stopped,reason="exited",exit-code="01"
18225(@value{GDBP})
18226@end smallexample
18227
18228Another way the program can terminate is if it receives a signal such as
18229@code{SIGINT}. In this case, @sc{gdb/mi} displays this:
18230
18231@smallexample
18232(@value{GDBP})
18233*stopped,reason="exited-signalled",signal-name="SIGINT",
18234signal-meaning="Interrupt"
18235@end smallexample
18236
18237
18238@subheading The @code{-exec-abort} Command
18239@findex -exec-abort
18240
18241@subsubheading Synopsis
18242
18243@smallexample
18244 -exec-abort
18245@end smallexample
18246
18247Kill the inferior running program.
18248
18249@subsubheading @value{GDBN} Command
18250
18251The corresponding @value{GDBN} command is @samp{kill}.
18252
18253@subsubheading Example
18254N.A.
18255
18256
18257@subheading The @code{-exec-arguments} Command
18258@findex -exec-arguments
18259
18260@subsubheading Synopsis
18261
18262@smallexample
18263 -exec-arguments @var{args}
18264@end smallexample
18265
18266Set the inferior program arguments, to be used in the next
18267@samp{-exec-run}.
18268
18269@subsubheading @value{GDBN} Command
18270
18271The corresponding @value{GDBN} command is @samp{set args}.
18272
18273@subsubheading Example
18274
18275@c FIXME!
18276Don't have one around.
18277
18278
18279@subheading The @code{-exec-continue} Command
18280@findex -exec-continue
18281
18282@subsubheading Synopsis
18283
18284@smallexample
18285 -exec-continue
18286@end smallexample
18287
18288Asynchronous command. Resumes the execution of the inferior program
18289until a breakpoint is encountered, or until the inferior exits.
18290
18291@subsubheading @value{GDBN} Command
18292
18293The corresponding @value{GDBN} corresponding is @samp{continue}.
18294
18295@subsubheading Example
18296
18297@smallexample
18298-exec-continue
18299^running
18300(@value{GDBP})
18301@@Hello world
18302*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[],
18303file="hello.c",line="13"@}
18304(@value{GDBP})
18305@end smallexample
18306
18307
18308@subheading The @code{-exec-finish} Command
18309@findex -exec-finish
18310
18311@subsubheading Synopsis
18312
18313@smallexample
18314 -exec-finish
18315@end smallexample
18316
18317Asynchronous command. Resumes the execution of the inferior program
18318until the current function is exited. Displays the results returned by
18319the function.
18320
18321@subsubheading @value{GDBN} Command
18322
18323The corresponding @value{GDBN} command is @samp{finish}.
18324
18325@subsubheading Example
18326
18327Function returning @code{void}.
18328
18329@smallexample
18330-exec-finish
18331^running
18332(@value{GDBP})
18333@@hello from foo
18334*stopped,reason="function-finished",frame=@{func="main",args=[],
18335file="hello.c",line="7"@}
18336(@value{GDBP})
18337@end smallexample
18338
18339Function returning other than @code{void}. The name of the internal
18340@value{GDBN} variable storing the result is printed, together with the
18341value itself.
18342
18343@smallexample
18344-exec-finish
18345^running
18346(@value{GDBP})
18347*stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo",
18348args=[@{name="a",value="1"],@{name="b",value="9"@}@},
18349file="recursive2.c",line="14"@},
18350gdb-result-var="$1",return-value="0"
18351(@value{GDBP})
18352@end smallexample
18353
18354
18355@subheading The @code{-exec-interrupt} Command
18356@findex -exec-interrupt
18357
18358@subsubheading Synopsis
18359
18360@smallexample
18361 -exec-interrupt
18362@end smallexample
18363
18364Asynchronous command. Interrupts the background execution of the target.
18365Note how the token associated with the stop message is the one for the
18366execution command that has been interrupted. The token for the interrupt
18367itself only appears in the @samp{^done} output. If the user is trying to
18368interrupt a non-running program, an error message will be printed.
18369
18370@subsubheading @value{GDBN} Command
18371
18372The corresponding @value{GDBN} command is @samp{interrupt}.
18373
18374@subsubheading Example
18375
18376@smallexample
18377(@value{GDBP})
18378111-exec-continue
18379111^running
18380
18381(@value{GDBP})
18382222-exec-interrupt
18383222^done
18384(@value{GDBP})
18385111*stopped,signal-name="SIGINT",signal-meaning="Interrupt",
18386frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@}
18387(@value{GDBP})
18388
18389(@value{GDBP})
18390-exec-interrupt
18391^error,msg="mi_cmd_exec_interrupt: Inferior not executing."
18392(@value{GDBP})
18393@end smallexample
18394
18395
18396@subheading The @code{-exec-next} Command
18397@findex -exec-next
18398
18399@subsubheading Synopsis
18400
18401@smallexample
18402 -exec-next
18403@end smallexample
18404
18405Asynchronous command. Resumes execution of the inferior program, stopping
18406when the beginning of the next source line is reached.
18407
18408@subsubheading @value{GDBN} Command
18409
18410The corresponding @value{GDBN} command is @samp{next}.
18411
18412@subsubheading Example
18413
18414@smallexample
18415-exec-next
18416^running
18417(@value{GDBP})
18418*stopped,reason="end-stepping-range",line="8",file="hello.c"
18419(@value{GDBP})
18420@end smallexample
18421
18422
18423@subheading The @code{-exec-next-instruction} Command
18424@findex -exec-next-instruction
18425
18426@subsubheading Synopsis
18427
18428@smallexample
18429 -exec-next-instruction
18430@end smallexample
18431
18432Asynchronous command. Executes one machine instruction. If the
18433instruction is a function call continues until the function returns. If
18434the program stops at an instruction in the middle of a source line, the
18435address will be printed as well.
18436
18437@subsubheading @value{GDBN} Command
18438
18439The corresponding @value{GDBN} command is @samp{nexti}.
18440
18441@subsubheading Example
18442
18443@smallexample
18444(@value{GDBP})
18445-exec-next-instruction
18446^running
18447
18448(@value{GDBP})
18449*stopped,reason="end-stepping-range",
18450addr="0x000100d4",line="5",file="hello.c"
18451(@value{GDBP})
18452@end smallexample
18453
18454
18455@subheading The @code{-exec-return} Command
18456@findex -exec-return
18457
18458@subsubheading Synopsis
18459
18460@smallexample
18461 -exec-return
18462@end smallexample
18463
18464Makes current function return immediately. Doesn't execute the inferior.
18465Displays the new current frame.
18466
18467@subsubheading @value{GDBN} Command
18468
18469The corresponding @value{GDBN} command is @samp{return}.
18470
18471@subsubheading Example
18472
18473@smallexample
18474(@value{GDBP})
18475200-break-insert callee4
18476200^done,bkpt=@{number="1",addr="0x00010734",
18477file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18478(@value{GDBP})
18479000-exec-run
18480000^running
18481(@value{GDBP})
18482000*stopped,reason="breakpoint-hit",bkptno="1",
18483frame=@{func="callee4",args=[],
18484file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}
18485(@value{GDBP})
18486205-break-delete
18487205^done
18488(@value{GDBP})
18489111-exec-return
18490111^done,frame=@{level="0",func="callee3",
18491args=[@{name="strarg",
18492value="0x11940 \"A string argument.\""@}],
18493file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@}
18494(@value{GDBP})
18495@end smallexample
18496
18497
18498@subheading The @code{-exec-run} Command
18499@findex -exec-run
18500
18501@subsubheading Synopsis
18502
18503@smallexample
18504 -exec-run
18505@end smallexample
18506
18507Asynchronous command. Starts execution of the inferior from the
18508beginning. The inferior executes until either a breakpoint is
18509encountered or the program exits.
18510
18511@subsubheading @value{GDBN} Command
18512
18513The corresponding @value{GDBN} command is @samp{run}.
18514
18515@subsubheading Example
18516
18517@smallexample
18518(@value{GDBP})
18519-break-insert main
18520^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@}
18521(@value{GDBP})
18522-exec-run
18523^running
18524(@value{GDBP})
18525*stopped,reason="breakpoint-hit",bkptno="1",
18526frame=@{func="main",args=[],file="recursive2.c",line="4"@}
18527(@value{GDBP})
18528@end smallexample
18529
18530
18531@subheading The @code{-exec-show-arguments} Command
18532@findex -exec-show-arguments
18533
18534@subsubheading Synopsis
18535
18536@smallexample
18537 -exec-show-arguments
18538@end smallexample
18539
18540Print the arguments of the program.
18541
18542@subsubheading @value{GDBN} Command
18543
18544The corresponding @value{GDBN} command is @samp{show args}.
18545
18546@subsubheading Example
18547N.A.
18548
18549@c @subheading -exec-signal
18550
18551@subheading The @code{-exec-step} Command
18552@findex -exec-step
18553
18554@subsubheading Synopsis
18555
18556@smallexample
18557 -exec-step
18558@end smallexample
18559
18560Asynchronous command. Resumes execution of the inferior program, stopping
18561when the beginning of the next source line is reached, if the next
18562source line is not a function call. If it is, stop at the first
18563instruction of the called function.
18564
18565@subsubheading @value{GDBN} Command
18566
18567The corresponding @value{GDBN} command is @samp{step}.
18568
18569@subsubheading Example
18570
18571Stepping into a function:
18572
18573@smallexample
18574-exec-step
18575^running
18576(@value{GDBP})
18577*stopped,reason="end-stepping-range",
18578frame=@{func="foo",args=[@{name="a",value="10"@},
18579@{name="b",value="0"@}],file="recursive2.c",line="11"@}
18580(@value{GDBP})
18581@end smallexample
18582
18583Regular stepping:
18584
18585@smallexample
18586-exec-step
18587^running
18588(@value{GDBP})
18589*stopped,reason="end-stepping-range",line="14",file="recursive2.c"
18590(@value{GDBP})
18591@end smallexample
18592
18593
18594@subheading The @code{-exec-step-instruction} Command
18595@findex -exec-step-instruction
18596
18597@subsubheading Synopsis
18598
18599@smallexample
18600 -exec-step-instruction
18601@end smallexample
18602
18603Asynchronous command. Resumes the inferior which executes one machine
18604instruction. The output, once @value{GDBN} has stopped, will vary depending on
18605whether we have stopped in the middle of a source line or not. In the
18606former case, the address at which the program stopped will be printed as
18607well.
18608
18609@subsubheading @value{GDBN} Command
18610
18611The corresponding @value{GDBN} command is @samp{stepi}.
18612
18613@subsubheading Example
18614
18615@smallexample
18616(@value{GDBP})
18617-exec-step-instruction
18618^running
18619
18620(@value{GDBP})
18621*stopped,reason="end-stepping-range",
18622frame=@{func="foo",args=[],file="try.c",line="10"@}
18623(@value{GDBP})
18624-exec-step-instruction
18625^running
18626
18627(@value{GDBP})
18628*stopped,reason="end-stepping-range",
18629frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@}
18630(@value{GDBP})
18631@end smallexample
18632
18633
18634@subheading The @code{-exec-until} Command
18635@findex -exec-until
18636
18637@subsubheading Synopsis
18638
18639@smallexample
18640 -exec-until [ @var{location} ]
18641@end smallexample
18642
18643Asynchronous command. Executes the inferior until the @var{location}
18644specified in the argument is reached. If there is no argument, the inferior
18645executes until a source line greater than the current one is reached.
18646The reason for stopping in this case will be @samp{location-reached}.
18647
18648@subsubheading @value{GDBN} Command
18649
18650The corresponding @value{GDBN} command is @samp{until}.
18651
18652@subsubheading Example
18653
18654@smallexample
18655(@value{GDBP})
18656-exec-until recursive2.c:6
18657^running
18658(@value{GDBP})
18659x = 55
18660*stopped,reason="location-reached",frame=@{func="main",args=[],
18661file="recursive2.c",line="6"@}
18662(@value{GDBP})
18663@end smallexample
18664
18665@ignore
18666@subheading -file-clear
18667Is this going away????
18668@end ignore
18669
18670
18671@subheading The @code{-file-exec-and-symbols} Command
18672@findex -file-exec-and-symbols
18673
18674@subsubheading Synopsis
18675
18676@smallexample
18677 -file-exec-and-symbols @var{file}
18678@end smallexample
18679
18680Specify the executable file to be debugged. This file is the one from
18681which the symbol table is also read. If no file is specified, the
18682command clears the executable and symbol information. If breakpoints
18683are set when using this command with no arguments, @value{GDBN} will produce
18684error messages. Otherwise, no output is produced, except a completion
18685notification.
18686
18687@subsubheading @value{GDBN} Command
18688
18689The corresponding @value{GDBN} command is @samp{file}.
18690
18691@subsubheading Example
18692
18693@smallexample
18694(@value{GDBP})
18695-file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18696^done
18697(@value{GDBP})
18698@end smallexample
18699
18700
18701@subheading The @code{-file-exec-file} Command
18702@findex -file-exec-file
18703
18704@subsubheading Synopsis
18705
18706@smallexample
18707 -file-exec-file @var{file}
18708@end smallexample
18709
18710Specify the executable file to be debugged. Unlike
18711@samp{-file-exec-and-symbols}, the symbol table is @emph{not} read
18712from this file. If used without argument, @value{GDBN} clears the information
18713about the executable file. No output is produced, except a completion
18714notification.
18715
18716@subsubheading @value{GDBN} Command
18717
18718The corresponding @value{GDBN} command is @samp{exec-file}.
18719
18720@subsubheading Example
18721
18722@smallexample
18723(@value{GDBP})
18724-file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18725^done
18726(@value{GDBP})
18727@end smallexample
18728
18729
18730@subheading The @code{-file-list-exec-sections} Command
18731@findex -file-list-exec-sections
18732
18733@subsubheading Synopsis
18734
18735@smallexample
18736 -file-list-exec-sections
18737@end smallexample
18738
18739List the sections of the current executable file.
18740
18741@subsubheading @value{GDBN} Command
18742
18743The @value{GDBN} command @samp{info file} shows, among the rest, the same
18744information as this command. @code{gdbtk} has a corresponding command
18745@samp{gdb_load_info}.
18746
18747@subsubheading Example
18748N.A.
18749
18750
1abaf70c
BR
18751@subheading The @code{-file-list-exec-source-file} Command
18752@findex -file-list-exec-source-file
18753
18754@subsubheading Synopsis
18755
18756@smallexample
18757 -file-list-exec-source-file
18758@end smallexample
18759
b383017d 18760List the line number, the current source file, and the absolute path
1abaf70c
BR
18761to the current source file for the current executable.
18762
18763@subsubheading @value{GDBN} Command
18764
18765There's no @value{GDBN} command which directly corresponds to this one.
18766
18767@subsubheading Example
18768
18769@smallexample
18770(@value{GDBP})
18771123-file-list-exec-source-file
18772123^done,line="1",file="foo.c",fullname="/home/bar/foo.c"
18773(@value{GDBP})
18774@end smallexample
18775
18776
922fbb7b
AC
18777@subheading The @code{-file-list-exec-source-files} Command
18778@findex -file-list-exec-source-files
18779
18780@subsubheading Synopsis
18781
18782@smallexample
18783 -file-list-exec-source-files
18784@end smallexample
18785
18786List the source files for the current executable.
18787
57c22c6c
BR
18788It will always output the filename, but only when GDB can find the absolute
18789file name of a source file, will it output the fullname.
18790
922fbb7b
AC
18791@subsubheading @value{GDBN} Command
18792
18793There's no @value{GDBN} command which directly corresponds to this one.
18794@code{gdbtk} has an analogous command @samp{gdb_listfiles}.
18795
18796@subsubheading Example
57c22c6c
BR
18797@smallexample
18798(@value{GDBP})
18799-file-list-exec-source-files
18800^done,files=[
18801@{file=foo.c,fullname=/home/foo.c@},
18802@{file=/home/bar.c,fullname=/home/bar.c@},
18803@{file=gdb_could_not_find_fullpath.c@}]
18804(@value{GDBP})
18805@end smallexample
922fbb7b
AC
18806
18807@subheading The @code{-file-list-shared-libraries} Command
18808@findex -file-list-shared-libraries
18809
18810@subsubheading Synopsis
18811
18812@smallexample
18813 -file-list-shared-libraries
18814@end smallexample
18815
18816List the shared libraries in the program.
18817
18818@subsubheading @value{GDBN} Command
18819
18820The corresponding @value{GDBN} command is @samp{info shared}.
18821
18822@subsubheading Example
18823N.A.
18824
18825
18826@subheading The @code{-file-list-symbol-files} Command
18827@findex -file-list-symbol-files
18828
18829@subsubheading Synopsis
18830
18831@smallexample
18832 -file-list-symbol-files
18833@end smallexample
18834
18835List symbol files.
18836
18837@subsubheading @value{GDBN} Command
18838
18839The corresponding @value{GDBN} command is @samp{info file} (part of it).
18840
18841@subsubheading Example
18842N.A.
18843
18844
18845@subheading The @code{-file-symbol-file} Command
18846@findex -file-symbol-file
18847
18848@subsubheading Synopsis
18849
18850@smallexample
18851 -file-symbol-file @var{file}
18852@end smallexample
18853
18854Read symbol table info from the specified @var{file} argument. When
18855used without arguments, clears @value{GDBN}'s symbol table info. No output is
18856produced, except for a completion notification.
18857
18858@subsubheading @value{GDBN} Command
18859
18860The corresponding @value{GDBN} command is @samp{symbol-file}.
18861
18862@subsubheading Example
18863
18864@smallexample
18865(@value{GDBP})
18866-file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx
18867^done
18868(@value{GDBP})
18869@end smallexample
18870
18871@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18872@node GDB/MI Miscellaneous Commands
18873@section Miscellaneous @value{GDBN} commands in @sc{gdb/mi}
18874
18875@c @subheading -gdb-complete
18876
18877@subheading The @code{-gdb-exit} Command
18878@findex -gdb-exit
18879
18880@subsubheading Synopsis
18881
18882@smallexample
18883 -gdb-exit
18884@end smallexample
18885
18886Exit @value{GDBN} immediately.
18887
18888@subsubheading @value{GDBN} Command
18889
18890Approximately corresponds to @samp{quit}.
18891
18892@subsubheading Example
18893
18894@smallexample
18895(@value{GDBP})
18896-gdb-exit
18897@end smallexample
18898
18899@subheading The @code{-gdb-set} Command
18900@findex -gdb-set
18901
18902@subsubheading Synopsis
18903
18904@smallexample
18905 -gdb-set
18906@end smallexample
18907
18908Set an internal @value{GDBN} variable.
18909@c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ?????
18910
18911@subsubheading @value{GDBN} Command
18912
18913The corresponding @value{GDBN} command is @samp{set}.
18914
18915@subsubheading Example
18916
18917@smallexample
18918(@value{GDBP})
18919-gdb-set $foo=3
18920^done
18921(@value{GDBP})
18922@end smallexample
18923
18924
18925@subheading The @code{-gdb-show} Command
18926@findex -gdb-show
18927
18928@subsubheading Synopsis
18929
18930@smallexample
18931 -gdb-show
18932@end smallexample
18933
18934Show the current value of a @value{GDBN} variable.
18935
18936@subsubheading @value{GDBN} command
18937
18938The corresponding @value{GDBN} command is @samp{show}.
18939
18940@subsubheading Example
18941
18942@smallexample
18943(@value{GDBP})
18944-gdb-show annotate
18945^done,value="0"
18946(@value{GDBP})
18947@end smallexample
18948
18949@c @subheading -gdb-source
18950
18951
18952@subheading The @code{-gdb-version} Command
18953@findex -gdb-version
18954
18955@subsubheading Synopsis
18956
18957@smallexample
18958 -gdb-version
18959@end smallexample
18960
18961Show version information for @value{GDBN}. Used mostly in testing.
18962
18963@subsubheading @value{GDBN} Command
18964
18965There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this
18966information when you start an interactive session.
18967
18968@subsubheading Example
18969
18970@c This example modifies the actual output from GDB to avoid overfull
18971@c box in TeX.
18972@smallexample
18973(@value{GDBP})
18974-gdb-version
18975~GNU gdb 5.2.1
18976~Copyright 2000 Free Software Foundation, Inc.
18977~GDB is free software, covered by the GNU General Public License, and
18978~you are welcome to change it and/or distribute copies of it under
18979~ certain conditions.
18980~Type "show copying" to see the conditions.
18981~There is absolutely no warranty for GDB. Type "show warranty" for
18982~ details.
b383017d 18983~This GDB was configured as
922fbb7b
AC
18984 "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi".
18985^done
18986(@value{GDBP})
18987@end smallexample
18988
18989@subheading The @code{-interpreter-exec} Command
18990@findex -interpreter-exec
18991
18992@subheading Synopsis
18993
18994@smallexample
18995-interpreter-exec @var{interpreter} @var{command}
18996@end smallexample
18997
18998Execute the specified @var{command} in the given @var{interpreter}.
18999
19000@subheading @value{GDBN} Command
19001
19002The corresponding @value{GDBN} command is @samp{interpreter-exec}.
19003
19004@subheading Example
19005
19006@smallexample
19007(@value{GDBP})
19008-interpreter-exec console "break main"
19009&"During symbol reading, couldn't parse type; debugger out of date?.\n"
19010&"During symbol reading, bad structure-type format.\n"
19011~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n"
19012^done
19013(@value{GDBP})
19014@end smallexample
19015
19016@ignore
19017@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19018@node GDB/MI Kod Commands
19019@section @sc{gdb/mi} Kod Commands
19020
19021The Kod commands are not implemented.
19022
19023@c @subheading -kod-info
19024
19025@c @subheading -kod-list
19026
19027@c @subheading -kod-list-object-types
19028
19029@c @subheading -kod-show
19030
19031@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19032@node GDB/MI Memory Overlay Commands
19033@section @sc{gdb/mi} Memory Overlay Commands
19034
19035The memory overlay commands are not implemented.
19036
19037@c @subheading -overlay-auto
19038
19039@c @subheading -overlay-list-mapping-state
19040
19041@c @subheading -overlay-list-overlays
19042
19043@c @subheading -overlay-map
19044
19045@c @subheading -overlay-off
19046
19047@c @subheading -overlay-on
19048
19049@c @subheading -overlay-unmap
19050
19051@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19052@node GDB/MI Signal Handling Commands
19053@section @sc{gdb/mi} Signal Handling Commands
19054
19055Signal handling commands are not implemented.
19056
19057@c @subheading -signal-handle
19058
19059@c @subheading -signal-list-handle-actions
19060
19061@c @subheading -signal-list-signal-types
19062@end ignore
19063
19064
19065@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19066@node GDB/MI Stack Manipulation
19067@section @sc{gdb/mi} Stack Manipulation Commands
19068
19069
19070@subheading The @code{-stack-info-frame} Command
19071@findex -stack-info-frame
19072
19073@subsubheading Synopsis
19074
19075@smallexample
19076 -stack-info-frame
19077@end smallexample
19078
19079Get info on the current frame.
19080
19081@subsubheading @value{GDBN} Command
19082
19083The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame}
19084(without arguments).
19085
19086@subsubheading Example
19087N.A.
19088
19089@subheading The @code{-stack-info-depth} Command
19090@findex -stack-info-depth
19091
19092@subsubheading Synopsis
19093
19094@smallexample
19095 -stack-info-depth [ @var{max-depth} ]
19096@end smallexample
19097
19098Return the depth of the stack. If the integer argument @var{max-depth}
19099is specified, do not count beyond @var{max-depth} frames.
19100
19101@subsubheading @value{GDBN} Command
19102
19103There's no equivalent @value{GDBN} command.
19104
19105@subsubheading Example
19106
19107For a stack with frame levels 0 through 11:
19108
19109@smallexample
19110(@value{GDBP})
19111-stack-info-depth
19112^done,depth="12"
19113(@value{GDBP})
19114-stack-info-depth 4
19115^done,depth="4"
19116(@value{GDBP})
19117-stack-info-depth 12
19118^done,depth="12"
19119(@value{GDBP})
19120-stack-info-depth 11
19121^done,depth="11"
19122(@value{GDBP})
19123-stack-info-depth 13
19124^done,depth="12"
19125(@value{GDBP})
19126@end smallexample
19127
19128@subheading The @code{-stack-list-arguments} Command
19129@findex -stack-list-arguments
19130
19131@subsubheading Synopsis
19132
19133@smallexample
19134 -stack-list-arguments @var{show-values}
19135 [ @var{low-frame} @var{high-frame} ]
19136@end smallexample
19137
19138Display a list of the arguments for the frames between @var{low-frame}
19139and @var{high-frame} (inclusive). If @var{low-frame} and
19140@var{high-frame} are not provided, list the arguments for the whole call
19141stack.
19142
19143The @var{show-values} argument must have a value of 0 or 1. A value of
191440 means that only the names of the arguments are listed, a value of 1
19145means that both names and values of the arguments are printed.
19146
19147@subsubheading @value{GDBN} Command
19148
19149@value{GDBN} does not have an equivalent command. @code{gdbtk} has a
19150@samp{gdb_get_args} command which partially overlaps with the
19151functionality of @samp{-stack-list-arguments}.
19152
19153@subsubheading Example
19154
19155@smallexample
19156(@value{GDBP})
19157-stack-list-frames
19158^done,
19159stack=[
19160frame=@{level="0",addr="0x00010734",func="callee4",
19161file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@},
19162frame=@{level="1",addr="0x0001076c",func="callee3",
19163file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@},
19164frame=@{level="2",addr="0x0001078c",func="callee2",
19165file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@},
19166frame=@{level="3",addr="0x000107b4",func="callee1",
19167file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@},
19168frame=@{level="4",addr="0x000107e0",func="main",
19169file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}]
19170(@value{GDBP})
19171-stack-list-arguments 0
19172^done,
19173stack-args=[
19174frame=@{level="0",args=[]@},
19175frame=@{level="1",args=[name="strarg"]@},
19176frame=@{level="2",args=[name="intarg",name="strarg"]@},
19177frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@},
19178frame=@{level="4",args=[]@}]
19179(@value{GDBP})
19180-stack-list-arguments 1
19181^done,
19182stack-args=[
19183frame=@{level="0",args=[]@},
19184frame=@{level="1",
19185 args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19186frame=@{level="2",args=[
19187@{name="intarg",value="2"@},
19188@{name="strarg",value="0x11940 \"A string argument.\""@}]@},
19189@{frame=@{level="3",args=[
19190@{name="intarg",value="2"@},
19191@{name="strarg",value="0x11940 \"A string argument.\""@},
19192@{name="fltarg",value="3.5"@}]@},
19193frame=@{level="4",args=[]@}]
19194(@value{GDBP})
19195-stack-list-arguments 0 2 2
19196^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}]
19197(@value{GDBP})
19198-stack-list-arguments 1 2 2
19199^done,stack-args=[frame=@{level="2",
19200args=[@{name="intarg",value="2"@},
19201@{name="strarg",value="0x11940 \"A string argument.\""@}]@}]
19202(@value{GDBP})
19203@end smallexample
19204
19205@c @subheading -stack-list-exception-handlers
19206
19207
19208@subheading The @code{-stack-list-frames} Command
19209@findex -stack-list-frames
19210
19211@subsubheading Synopsis
19212
19213@smallexample
19214 -stack-list-frames [ @var{low-frame} @var{high-frame} ]
19215@end smallexample
19216
19217List the frames currently on the stack. For each frame it displays the
19218following info:
19219
19220@table @samp
19221@item @var{level}
19222The frame number, 0 being the topmost frame, i.e. the innermost function.
19223@item @var{addr}
19224The @code{$pc} value for that frame.
19225@item @var{func}
19226Function name.
19227@item @var{file}
19228File name of the source file where the function lives.
19229@item @var{line}
19230Line number corresponding to the @code{$pc}.
19231@end table
19232
19233If invoked without arguments, this command prints a backtrace for the
19234whole stack. If given two integer arguments, it shows the frames whose
19235levels are between the two arguments (inclusive). If the two arguments
19236are equal, it shows the single frame at the corresponding level.
19237
19238@subsubheading @value{GDBN} Command
19239
19240The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}.
19241
19242@subsubheading Example
19243
19244Full stack backtrace:
19245
19246@smallexample
19247(@value{GDBP})
19248-stack-list-frames
19249^done,stack=
19250[frame=@{level="0",addr="0x0001076c",func="foo",
19251 file="recursive2.c",line="11"@},
19252frame=@{level="1",addr="0x000107a4",func="foo",
19253 file="recursive2.c",line="14"@},
19254frame=@{level="2",addr="0x000107a4",func="foo",
19255 file="recursive2.c",line="14"@},
19256frame=@{level="3",addr="0x000107a4",func="foo",
19257 file="recursive2.c",line="14"@},
19258frame=@{level="4",addr="0x000107a4",func="foo",
19259 file="recursive2.c",line="14"@},
19260frame=@{level="5",addr="0x000107a4",func="foo",
19261 file="recursive2.c",line="14"@},
19262frame=@{level="6",addr="0x000107a4",func="foo",
19263 file="recursive2.c",line="14"@},
19264frame=@{level="7",addr="0x000107a4",func="foo",
19265 file="recursive2.c",line="14"@},
19266frame=@{level="8",addr="0x000107a4",func="foo",
19267 file="recursive2.c",line="14"@},
19268frame=@{level="9",addr="0x000107a4",func="foo",
19269 file="recursive2.c",line="14"@},
19270frame=@{level="10",addr="0x000107a4",func="foo",
19271 file="recursive2.c",line="14"@},
19272frame=@{level="11",addr="0x00010738",func="main",
19273 file="recursive2.c",line="4"@}]
19274(@value{GDBP})
19275@end smallexample
19276
19277Show frames between @var{low_frame} and @var{high_frame}:
19278
19279@smallexample
19280(@value{GDBP})
19281-stack-list-frames 3 5
19282^done,stack=
19283[frame=@{level="3",addr="0x000107a4",func="foo",
19284 file="recursive2.c",line="14"@},
19285frame=@{level="4",addr="0x000107a4",func="foo",
19286 file="recursive2.c",line="14"@},
19287frame=@{level="5",addr="0x000107a4",func="foo",
19288 file="recursive2.c",line="14"@}]
19289(@value{GDBP})
19290@end smallexample
19291
19292Show a single frame:
19293
19294@smallexample
19295(@value{GDBP})
19296-stack-list-frames 3 3
19297^done,stack=
19298[frame=@{level="3",addr="0x000107a4",func="foo",
19299 file="recursive2.c",line="14"@}]
19300(@value{GDBP})
19301@end smallexample
19302
19303
19304@subheading The @code{-stack-list-locals} Command
19305@findex -stack-list-locals
19306
19307@subsubheading Synopsis
19308
19309@smallexample
19310 -stack-list-locals @var{print-values}
19311@end smallexample
19312
19313Display the local variable names for the current frame. With an
bc8ced35
NR
19314argument of 0 or @code{--no-values}, prints only the names of the variables.
19315With argument of 1 or @code{--all-values}, prints also their values. With
19316argument of 2 or @code{--simple-values}, prints the name, type and value for
19317simple data types and the name and type for arrays, structures and
19318unions. In this last case, the idea is that the user can see the
19319value of simple data types immediately and he can create variable
19320objects for other data types if he wishes to explore their values in
19321more detail.
922fbb7b
AC
19322
19323@subsubheading @value{GDBN} Command
19324
19325@samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}.
19326
19327@subsubheading Example
19328
19329@smallexample
19330(@value{GDBP})
19331-stack-list-locals 0
19332^done,locals=[name="A",name="B",name="C"]
19333(@value{GDBP})
bc8ced35 19334-stack-list-locals --all-values
922fbb7b 19335^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@},
bc8ced35
NR
19336 @{name="C",value="@{1, 2, 3@}"@}]
19337-stack-list-locals --simple-values
19338^done,locals=[@{name="A",type="int",value="1"@},
19339 @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}]
922fbb7b
AC
19340(@value{GDBP})
19341@end smallexample
19342
19343
19344@subheading The @code{-stack-select-frame} Command
19345@findex -stack-select-frame
19346
19347@subsubheading Synopsis
19348
19349@smallexample
19350 -stack-select-frame @var{framenum}
19351@end smallexample
19352
19353Change the current frame. Select a different frame @var{framenum} on
19354the stack.
19355
19356@subsubheading @value{GDBN} Command
19357
19358The corresponding @value{GDBN} commands are @samp{frame}, @samp{up},
19359@samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}.
19360
19361@subsubheading Example
19362
19363@smallexample
19364(@value{GDBP})
19365-stack-select-frame 2
19366^done
19367(@value{GDBP})
19368@end smallexample
19369
19370@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19371@node GDB/MI Symbol Query
19372@section @sc{gdb/mi} Symbol Query Commands
19373
19374
19375@subheading The @code{-symbol-info-address} Command
19376@findex -symbol-info-address
19377
19378@subsubheading Synopsis
19379
19380@smallexample
19381 -symbol-info-address @var{symbol}
19382@end smallexample
19383
19384Describe where @var{symbol} is stored.
19385
19386@subsubheading @value{GDBN} Command
19387
19388The corresponding @value{GDBN} command is @samp{info address}.
19389
19390@subsubheading Example
19391N.A.
19392
19393
19394@subheading The @code{-symbol-info-file} Command
19395@findex -symbol-info-file
19396
19397@subsubheading Synopsis
19398
19399@smallexample
19400 -symbol-info-file
19401@end smallexample
19402
19403Show the file for the symbol.
19404
19405@subsubheading @value{GDBN} Command
19406
19407There's no equivalent @value{GDBN} command. @code{gdbtk} has
19408@samp{gdb_find_file}.
19409
19410@subsubheading Example
19411N.A.
19412
19413
19414@subheading The @code{-symbol-info-function} Command
19415@findex -symbol-info-function
19416
19417@subsubheading Synopsis
19418
19419@smallexample
19420 -symbol-info-function
19421@end smallexample
19422
19423Show which function the symbol lives in.
19424
19425@subsubheading @value{GDBN} Command
19426
19427@samp{gdb_get_function} in @code{gdbtk}.
19428
19429@subsubheading Example
19430N.A.
19431
19432
19433@subheading The @code{-symbol-info-line} Command
19434@findex -symbol-info-line
19435
19436@subsubheading Synopsis
19437
19438@smallexample
19439 -symbol-info-line
19440@end smallexample
19441
19442Show the core addresses of the code for a source line.
19443
19444@subsubheading @value{GDBN} Command
19445
71952f4c 19446The corresponding @value{GDBN} command is @samp{info line}.
922fbb7b
AC
19447@code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands.
19448
19449@subsubheading Example
19450N.A.
19451
19452
19453@subheading The @code{-symbol-info-symbol} Command
19454@findex -symbol-info-symbol
19455
19456@subsubheading Synopsis
19457
19458@smallexample
19459 -symbol-info-symbol @var{addr}
19460@end smallexample
19461
19462Describe what symbol is at location @var{addr}.
19463
19464@subsubheading @value{GDBN} Command
19465
19466The corresponding @value{GDBN} command is @samp{info symbol}.
19467
19468@subsubheading Example
19469N.A.
19470
19471
19472@subheading The @code{-symbol-list-functions} Command
19473@findex -symbol-list-functions
19474
19475@subsubheading Synopsis
19476
19477@smallexample
19478 -symbol-list-functions
19479@end smallexample
19480
19481List the functions in the executable.
19482
19483@subsubheading @value{GDBN} Command
19484
19485@samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and
19486@samp{gdb_search} in @code{gdbtk}.
19487
19488@subsubheading Example
19489N.A.
19490
19491
32e7087d
JB
19492@subheading The @code{-symbol-list-lines} Command
19493@findex -symbol-list-lines
19494
19495@subsubheading Synopsis
19496
19497@smallexample
19498 -symbol-list-lines @var{filename}
19499@end smallexample
19500
19501Print the list of lines that contain code and their associated program
19502addresses for the given source filename. The entries are sorted in
19503ascending PC order.
19504
19505@subsubheading @value{GDBN} Command
19506
19507There is no corresponding @value{GDBN} command.
19508
19509@subsubheading Example
19510@smallexample
19511(@value{GDBP})
19512-symbol-list-lines basics.c
54ff5908 19513^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}]
32e7087d
JB
19514(@value{GDBP})
19515@end smallexample
19516
19517
922fbb7b
AC
19518@subheading The @code{-symbol-list-types} Command
19519@findex -symbol-list-types
19520
19521@subsubheading Synopsis
19522
19523@smallexample
19524 -symbol-list-types
19525@end smallexample
19526
19527List all the type names.
19528
19529@subsubheading @value{GDBN} Command
19530
19531The corresponding commands are @samp{info types} in @value{GDBN},
19532@samp{gdb_search} in @code{gdbtk}.
19533
19534@subsubheading Example
19535N.A.
19536
19537
19538@subheading The @code{-symbol-list-variables} Command
19539@findex -symbol-list-variables
19540
19541@subsubheading Synopsis
19542
19543@smallexample
19544 -symbol-list-variables
19545@end smallexample
19546
19547List all the global and static variable names.
19548
19549@subsubheading @value{GDBN} Command
19550
19551@samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}.
19552
19553@subsubheading Example
19554N.A.
19555
19556
19557@subheading The @code{-symbol-locate} Command
19558@findex -symbol-locate
19559
19560@subsubheading Synopsis
19561
19562@smallexample
19563 -symbol-locate
19564@end smallexample
19565
19566@subsubheading @value{GDBN} Command
19567
19568@samp{gdb_loc} in @code{gdbtk}.
19569
19570@subsubheading Example
19571N.A.
19572
19573
19574@subheading The @code{-symbol-type} Command
19575@findex -symbol-type
19576
19577@subsubheading Synopsis
19578
19579@smallexample
19580 -symbol-type @var{variable}
19581@end smallexample
19582
19583Show type of @var{variable}.
19584
19585@subsubheading @value{GDBN} Command
19586
19587The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has
19588@samp{gdb_obj_variable}.
19589
19590@subsubheading Example
19591N.A.
19592
19593
19594@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19595@node GDB/MI Target Manipulation
19596@section @sc{gdb/mi} Target Manipulation Commands
19597
19598
19599@subheading The @code{-target-attach} Command
19600@findex -target-attach
19601
19602@subsubheading Synopsis
19603
19604@smallexample
19605 -target-attach @var{pid} | @var{file}
19606@end smallexample
19607
19608Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}.
19609
19610@subsubheading @value{GDBN} command
19611
19612The corresponding @value{GDBN} command is @samp{attach}.
19613
19614@subsubheading Example
19615N.A.
19616
19617
19618@subheading The @code{-target-compare-sections} Command
19619@findex -target-compare-sections
19620
19621@subsubheading Synopsis
19622
19623@smallexample
19624 -target-compare-sections [ @var{section} ]
19625@end smallexample
19626
19627Compare data of section @var{section} on target to the exec file.
19628Without the argument, all sections are compared.
19629
19630@subsubheading @value{GDBN} Command
19631
19632The @value{GDBN} equivalent is @samp{compare-sections}.
19633
19634@subsubheading Example
19635N.A.
19636
19637
19638@subheading The @code{-target-detach} Command
19639@findex -target-detach
19640
19641@subsubheading Synopsis
19642
19643@smallexample
19644 -target-detach
19645@end smallexample
19646
19647Disconnect from the remote target. There's no output.
19648
19649@subsubheading @value{GDBN} command
19650
19651The corresponding @value{GDBN} command is @samp{detach}.
19652
19653@subsubheading Example
19654
19655@smallexample
19656(@value{GDBP})
19657-target-detach
19658^done
19659(@value{GDBP})
19660@end smallexample
19661
19662
07f31aa6
DJ
19663@subheading The @code{-target-disconnect} Command
19664@findex -target-disconnect
19665
19666@subsubheading Synopsis
19667
19668@example
19669 -target-disconnect
19670@end example
19671
19672Disconnect from the remote target. There's no output.
19673
19674@subsubheading @value{GDBN} command
19675
19676The corresponding @value{GDBN} command is @samp{disconnect}.
19677
19678@subsubheading Example
19679
19680@smallexample
19681(@value{GDBP})
19682-target-disconnect
19683^done
19684(@value{GDBP})
19685@end smallexample
19686
19687
922fbb7b
AC
19688@subheading The @code{-target-download} Command
19689@findex -target-download
19690
19691@subsubheading Synopsis
19692
19693@smallexample
19694 -target-download
19695@end smallexample
19696
19697Loads the executable onto the remote target.
19698It prints out an update message every half second, which includes the fields:
19699
19700@table @samp
19701@item section
19702The name of the section.
19703@item section-sent
19704The size of what has been sent so far for that section.
19705@item section-size
19706The size of the section.
19707@item total-sent
19708The total size of what was sent so far (the current and the previous sections).
19709@item total-size
19710The size of the overall executable to download.
19711@end table
19712
19713@noindent
19714Each message is sent as status record (@pxref{GDB/MI Output Syntax, ,
19715@sc{gdb/mi} Output Syntax}).
19716
19717In addition, it prints the name and size of the sections, as they are
19718downloaded. These messages include the following fields:
19719
19720@table @samp
19721@item section
19722The name of the section.
19723@item section-size
19724The size of the section.
19725@item total-size
19726The size of the overall executable to download.
19727@end table
19728
19729@noindent
19730At the end, a summary is printed.
19731
19732@subsubheading @value{GDBN} Command
19733
19734The corresponding @value{GDBN} command is @samp{load}.
19735
19736@subsubheading Example
19737
19738Note: each status message appears on a single line. Here the messages
19739have been broken down so that they can fit onto a page.
19740
19741@smallexample
19742(@value{GDBP})
19743-target-download
19744+download,@{section=".text",section-size="6668",total-size="9880"@}
19745+download,@{section=".text",section-sent="512",section-size="6668",
19746total-sent="512",total-size="9880"@}
19747+download,@{section=".text",section-sent="1024",section-size="6668",
19748total-sent="1024",total-size="9880"@}
19749+download,@{section=".text",section-sent="1536",section-size="6668",
19750total-sent="1536",total-size="9880"@}
19751+download,@{section=".text",section-sent="2048",section-size="6668",
19752total-sent="2048",total-size="9880"@}
19753+download,@{section=".text",section-sent="2560",section-size="6668",
19754total-sent="2560",total-size="9880"@}
19755+download,@{section=".text",section-sent="3072",section-size="6668",
19756total-sent="3072",total-size="9880"@}
19757+download,@{section=".text",section-sent="3584",section-size="6668",
19758total-sent="3584",total-size="9880"@}
19759+download,@{section=".text",section-sent="4096",section-size="6668",
19760total-sent="4096",total-size="9880"@}
19761+download,@{section=".text",section-sent="4608",section-size="6668",
19762total-sent="4608",total-size="9880"@}
19763+download,@{section=".text",section-sent="5120",section-size="6668",
19764total-sent="5120",total-size="9880"@}
19765+download,@{section=".text",section-sent="5632",section-size="6668",
19766total-sent="5632",total-size="9880"@}
19767+download,@{section=".text",section-sent="6144",section-size="6668",
19768total-sent="6144",total-size="9880"@}
19769+download,@{section=".text",section-sent="6656",section-size="6668",
19770total-sent="6656",total-size="9880"@}
19771+download,@{section=".init",section-size="28",total-size="9880"@}
19772+download,@{section=".fini",section-size="28",total-size="9880"@}
19773+download,@{section=".data",section-size="3156",total-size="9880"@}
19774+download,@{section=".data",section-sent="512",section-size="3156",
19775total-sent="7236",total-size="9880"@}
19776+download,@{section=".data",section-sent="1024",section-size="3156",
19777total-sent="7748",total-size="9880"@}
19778+download,@{section=".data",section-sent="1536",section-size="3156",
19779total-sent="8260",total-size="9880"@}
19780+download,@{section=".data",section-sent="2048",section-size="3156",
19781total-sent="8772",total-size="9880"@}
19782+download,@{section=".data",section-sent="2560",section-size="3156",
19783total-sent="9284",total-size="9880"@}
19784+download,@{section=".data",section-sent="3072",section-size="3156",
19785total-sent="9796",total-size="9880"@}
19786^done,address="0x10004",load-size="9880",transfer-rate="6586",
19787write-rate="429"
19788(@value{GDBP})
19789@end smallexample
19790
19791
19792@subheading The @code{-target-exec-status} Command
19793@findex -target-exec-status
19794
19795@subsubheading Synopsis
19796
19797@smallexample
19798 -target-exec-status
19799@end smallexample
19800
19801Provide information on the state of the target (whether it is running or
19802not, for instance).
19803
19804@subsubheading @value{GDBN} Command
19805
19806There's no equivalent @value{GDBN} command.
19807
19808@subsubheading Example
19809N.A.
19810
19811
19812@subheading The @code{-target-list-available-targets} Command
19813@findex -target-list-available-targets
19814
19815@subsubheading Synopsis
19816
19817@smallexample
19818 -target-list-available-targets
19819@end smallexample
19820
19821List the possible targets to connect to.
19822
19823@subsubheading @value{GDBN} Command
19824
19825The corresponding @value{GDBN} command is @samp{help target}.
19826
19827@subsubheading Example
19828N.A.
19829
19830
19831@subheading The @code{-target-list-current-targets} Command
19832@findex -target-list-current-targets
19833
19834@subsubheading Synopsis
19835
19836@smallexample
19837 -target-list-current-targets
19838@end smallexample
19839
19840Describe the current target.
19841
19842@subsubheading @value{GDBN} Command
19843
19844The corresponding information is printed by @samp{info file} (among
19845other things).
19846
19847@subsubheading Example
19848N.A.
19849
19850
19851@subheading The @code{-target-list-parameters} Command
19852@findex -target-list-parameters
19853
19854@subsubheading Synopsis
19855
19856@smallexample
19857 -target-list-parameters
19858@end smallexample
19859
19860@c ????
19861
19862@subsubheading @value{GDBN} Command
19863
19864No equivalent.
19865
19866@subsubheading Example
19867N.A.
19868
19869
19870@subheading The @code{-target-select} Command
19871@findex -target-select
19872
19873@subsubheading Synopsis
19874
19875@smallexample
19876 -target-select @var{type} @var{parameters @dots{}}
19877@end smallexample
19878
19879Connect @value{GDBN} to the remote target. This command takes two args:
19880
19881@table @samp
19882@item @var{type}
19883The type of target, for instance @samp{async}, @samp{remote}, etc.
19884@item @var{parameters}
19885Device names, host names and the like. @xref{Target Commands, ,
19886Commands for managing targets}, for more details.
19887@end table
19888
19889The output is a connection notification, followed by the address at
19890which the target program is, in the following form:
19891
19892@smallexample
19893^connected,addr="@var{address}",func="@var{function name}",
19894 args=[@var{arg list}]
19895@end smallexample
19896
19897@subsubheading @value{GDBN} Command
19898
19899The corresponding @value{GDBN} command is @samp{target}.
19900
19901@subsubheading Example
19902
19903@smallexample
19904(@value{GDBP})
19905-target-select async /dev/ttya
19906^connected,addr="0xfe00a300",func="??",args=[]
19907(@value{GDBP})
19908@end smallexample
19909
19910@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19911@node GDB/MI Thread Commands
19912@section @sc{gdb/mi} Thread Commands
19913
19914
19915@subheading The @code{-thread-info} Command
19916@findex -thread-info
19917
19918@subsubheading Synopsis
19919
19920@smallexample
19921 -thread-info
19922@end smallexample
19923
19924@subsubheading @value{GDBN} command
19925
19926No equivalent.
19927
19928@subsubheading Example
19929N.A.
19930
19931
19932@subheading The @code{-thread-list-all-threads} Command
19933@findex -thread-list-all-threads
19934
19935@subsubheading Synopsis
19936
19937@smallexample
19938 -thread-list-all-threads
19939@end smallexample
19940
19941@subsubheading @value{GDBN} Command
19942
19943The equivalent @value{GDBN} command is @samp{info threads}.
19944
19945@subsubheading Example
19946N.A.
19947
19948
19949@subheading The @code{-thread-list-ids} Command
19950@findex -thread-list-ids
19951
19952@subsubheading Synopsis
19953
19954@smallexample
19955 -thread-list-ids
19956@end smallexample
19957
19958Produces a list of the currently known @value{GDBN} thread ids. At the
19959end of the list it also prints the total number of such threads.
19960
19961@subsubheading @value{GDBN} Command
19962
19963Part of @samp{info threads} supplies the same information.
19964
19965@subsubheading Example
19966
19967No threads present, besides the main process:
19968
19969@smallexample
19970(@value{GDBP})
19971-thread-list-ids
19972^done,thread-ids=@{@},number-of-threads="0"
19973(@value{GDBP})
19974@end smallexample
19975
19976
19977Several threads:
19978
19979@smallexample
19980(@value{GDBP})
19981-thread-list-ids
19982^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
19983number-of-threads="3"
19984(@value{GDBP})
19985@end smallexample
19986
19987
19988@subheading The @code{-thread-select} Command
19989@findex -thread-select
19990
19991@subsubheading Synopsis
19992
19993@smallexample
19994 -thread-select @var{threadnum}
19995@end smallexample
19996
19997Make @var{threadnum} the current thread. It prints the number of the new
19998current thread, and the topmost frame for that thread.
19999
20000@subsubheading @value{GDBN} Command
20001
20002The corresponding @value{GDBN} command is @samp{thread}.
20003
20004@subsubheading Example
20005
20006@smallexample
20007(@value{GDBP})
20008-exec-next
20009^running
20010(@value{GDBP})
20011*stopped,reason="end-stepping-range",thread-id="2",line="187",
20012file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c"
20013(@value{GDBP})
20014-thread-list-ids
20015^done,
20016thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@},
20017number-of-threads="3"
20018(@value{GDBP})
20019-thread-select 3
20020^done,new-thread-id="3",
20021frame=@{level="0",func="vprintf",
20022args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@},
20023@{name="arg",value="0x2"@}],file="vprintf.c",line="31"@}
20024(@value{GDBP})
20025@end smallexample
20026
20027@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20028@node GDB/MI Tracepoint Commands
20029@section @sc{gdb/mi} Tracepoint Commands
20030
20031The tracepoint commands are not yet implemented.
20032
20033@c @subheading -trace-actions
20034
20035@c @subheading -trace-delete
20036
20037@c @subheading -trace-disable
20038
20039@c @subheading -trace-dump
20040
20041@c @subheading -trace-enable
20042
20043@c @subheading -trace-exists
20044
20045@c @subheading -trace-find
20046
20047@c @subheading -trace-frame-number
20048
20049@c @subheading -trace-info
20050
20051@c @subheading -trace-insert
20052
20053@c @subheading -trace-list
20054
20055@c @subheading -trace-pass-count
20056
20057@c @subheading -trace-save
20058
20059@c @subheading -trace-start
20060
20061@c @subheading -trace-stop
20062
20063
20064@c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
20065@node GDB/MI Variable Objects
20066@section @sc{gdb/mi} Variable Objects
20067
20068
20069@subheading Motivation for Variable Objects in @sc{gdb/mi}
20070
20071For the implementation of a variable debugger window (locals, watched
20072expressions, etc.), we are proposing the adaptation of the existing code
20073used by @code{Insight}.
20074
20075The two main reasons for that are:
20076
20077@enumerate 1
20078@item
20079It has been proven in practice (it is already on its second generation).
20080
20081@item
20082It will shorten development time (needless to say how important it is
20083now).
20084@end enumerate
20085
20086The original interface was designed to be used by Tcl code, so it was
20087slightly changed so it could be used through @sc{gdb/mi}. This section
20088describes the @sc{gdb/mi} operations that will be available and gives some
20089hints about their use.
20090
20091@emph{Note}: In addition to the set of operations described here, we
20092expect the @sc{gui} implementation of a variable window to require, at
20093least, the following operations:
20094
20095@itemize @bullet
20096@item @code{-gdb-show} @code{output-radix}
20097@item @code{-stack-list-arguments}
20098@item @code{-stack-list-locals}
20099@item @code{-stack-select-frame}
20100@end itemize
20101
20102@subheading Introduction to Variable Objects in @sc{gdb/mi}
20103
20104@cindex variable objects in @sc{gdb/mi}
20105The basic idea behind variable objects is the creation of a named object
20106to represent a variable, an expression, a memory location or even a CPU
20107register. For each object created, a set of operations is available for
20108examining or changing its properties.
20109
20110Furthermore, complex data types, such as C structures, are represented
20111in a tree format. For instance, the @code{struct} type variable is the
20112root and the children will represent the struct members. If a child
20113is itself of a complex type, it will also have children of its own.
20114Appropriate language differences are handled for C, C@t{++} and Java.
20115
20116When returning the actual values of the objects, this facility allows
20117for the individual selection of the display format used in the result
20118creation. It can be chosen among: binary, decimal, hexadecimal, octal
20119and natural. Natural refers to a default format automatically
20120chosen based on the variable type (like decimal for an @code{int}, hex
20121for pointers, etc.).
20122
20123The following is the complete set of @sc{gdb/mi} operations defined to
20124access this functionality:
20125
20126@multitable @columnfractions .4 .6
20127@item @strong{Operation}
20128@tab @strong{Description}
20129
20130@item @code{-var-create}
20131@tab create a variable object
20132@item @code{-var-delete}
20133@tab delete the variable object and its children
20134@item @code{-var-set-format}
20135@tab set the display format of this variable
20136@item @code{-var-show-format}
20137@tab show the display format of this variable
20138@item @code{-var-info-num-children}
20139@tab tells how many children this object has
20140@item @code{-var-list-children}
20141@tab return a list of the object's children
20142@item @code{-var-info-type}
20143@tab show the type of this variable object
20144@item @code{-var-info-expression}
20145@tab print what this variable object represents
20146@item @code{-var-show-attributes}
20147@tab is this variable editable? does it exist here?
20148@item @code{-var-evaluate-expression}
20149@tab get the value of this variable
20150@item @code{-var-assign}
20151@tab set the value of this variable
20152@item @code{-var-update}
20153@tab update the variable and its children
20154@end multitable
20155
20156In the next subsection we describe each operation in detail and suggest
20157how it can be used.
20158
20159@subheading Description And Use of Operations on Variable Objects
20160
20161@subheading The @code{-var-create} Command
20162@findex -var-create
20163
20164@subsubheading Synopsis
20165
20166@smallexample
20167 -var-create @{@var{name} | "-"@}
20168 @{@var{frame-addr} | "*"@} @var{expression}
20169@end smallexample
20170
20171This operation creates a variable object, which allows the monitoring of
20172a variable, the result of an expression, a memory cell or a CPU
20173register.
20174
20175The @var{name} parameter is the string by which the object can be
20176referenced. It must be unique. If @samp{-} is specified, the varobj
20177system will generate a string ``varNNNNNN'' automatically. It will be
20178unique provided that one does not specify @var{name} on that format.
20179The command fails if a duplicate name is found.
20180
20181The frame under which the expression should be evaluated can be
20182specified by @var{frame-addr}. A @samp{*} indicates that the current
20183frame should be used.
20184
20185@var{expression} is any expression valid on the current language set (must not
20186begin with a @samp{*}), or one of the following:
20187
20188@itemize @bullet
20189@item
20190@samp{*@var{addr}}, where @var{addr} is the address of a memory cell
20191
20192@item
20193@samp{*@var{addr}-@var{addr}} --- a memory address range (TBD)
20194
20195@item
20196@samp{$@var{regname}} --- a CPU register name
20197@end itemize
20198
20199@subsubheading Result
20200
20201This operation returns the name, number of children and the type of the
20202object created. Type is returned as a string as the ones generated by
20203the @value{GDBN} CLI:
20204
20205@smallexample
20206 name="@var{name}",numchild="N",type="@var{type}"
20207@end smallexample
20208
20209
20210@subheading The @code{-var-delete} Command
20211@findex -var-delete
20212
20213@subsubheading Synopsis
20214
20215@smallexample
20216 -var-delete @var{name}
20217@end smallexample
20218
20219Deletes a previously created variable object and all of its children.
20220
20221Returns an error if the object @var{name} is not found.
20222
20223
20224@subheading The @code{-var-set-format} Command
20225@findex -var-set-format
20226
20227@subsubheading Synopsis
20228
20229@smallexample
20230 -var-set-format @var{name} @var{format-spec}
20231@end smallexample
20232
20233Sets the output format for the value of the object @var{name} to be
20234@var{format-spec}.
20235
20236The syntax for the @var{format-spec} is as follows:
20237
20238@smallexample
20239 @var{format-spec} @expansion{}
20240 @{binary | decimal | hexadecimal | octal | natural@}
20241@end smallexample
20242
20243
20244@subheading The @code{-var-show-format} Command
20245@findex -var-show-format
20246
20247@subsubheading Synopsis
20248
20249@smallexample
20250 -var-show-format @var{name}
20251@end smallexample
20252
20253Returns the format used to display the value of the object @var{name}.
20254
20255@smallexample
20256 @var{format} @expansion{}
20257 @var{format-spec}
20258@end smallexample
20259
20260
20261@subheading The @code{-var-info-num-children} Command
20262@findex -var-info-num-children
20263
20264@subsubheading Synopsis
20265
20266@smallexample
20267 -var-info-num-children @var{name}
20268@end smallexample
20269
20270Returns the number of children of a variable object @var{name}:
20271
20272@smallexample
20273 numchild=@var{n}
20274@end smallexample
20275
20276
20277@subheading The @code{-var-list-children} Command
20278@findex -var-list-children
20279
20280@subsubheading Synopsis
20281
20282@smallexample
bc8ced35 20283 -var-list-children [@var{print-values}] @var{name}
922fbb7b
AC
20284@end smallexample
20285
bc8ced35
NR
20286Returns a list of the children of the specified variable object. With
20287just the variable object name as an argument or with an optional
20288preceding argument of 0 or @code{--no-values}, prints only the names of the
20289variables. With an optional preceding argument of 1 or @code{--all-values},
20290also prints their values.
20291
20292@subsubheading Example
922fbb7b
AC
20293
20294@smallexample
bc8ced35
NR
20295(@value{GDBP})
20296 -var-list-children n
922fbb7b
AC
20297 numchild=@var{n},children=[@{name=@var{name},
20298 numchild=@var{n},type=@var{type}@},@r{(repeats N times)}]
bc8ced35
NR
20299(@value{GDBP})
20300 -var-list-children --all-values n
20301 numchild=@var{n},children=[@{name=@var{name},
20302 numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}]
922fbb7b
AC
20303@end smallexample
20304
20305
20306@subheading The @code{-var-info-type} Command
20307@findex -var-info-type
20308
20309@subsubheading Synopsis
20310
20311@smallexample
20312 -var-info-type @var{name}
20313@end smallexample
20314
20315Returns the type of the specified variable @var{name}. The type is
20316returned as a string in the same format as it is output by the
20317@value{GDBN} CLI:
20318
20319@smallexample
20320 type=@var{typename}
20321@end smallexample
20322
20323
20324@subheading The @code{-var-info-expression} Command
20325@findex -var-info-expression
20326
20327@subsubheading Synopsis
20328
20329@smallexample
20330 -var-info-expression @var{name}
20331@end smallexample
20332
20333Returns what is represented by the variable object @var{name}:
20334
20335@smallexample
20336 lang=@var{lang-spec},exp=@var{expression}
20337@end smallexample
20338
20339@noindent
20340where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}.
20341
20342@subheading The @code{-var-show-attributes} Command
20343@findex -var-show-attributes
20344
20345@subsubheading Synopsis
20346
20347@smallexample
20348 -var-show-attributes @var{name}
20349@end smallexample
20350
20351List attributes of the specified variable object @var{name}:
20352
20353@smallexample
20354 status=@var{attr} [ ( ,@var{attr} )* ]
20355@end smallexample
20356
20357@noindent
20358where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}.
20359
20360@subheading The @code{-var-evaluate-expression} Command
20361@findex -var-evaluate-expression
20362
20363@subsubheading Synopsis
20364
20365@smallexample
20366 -var-evaluate-expression @var{name}
20367@end smallexample
20368
20369Evaluates the expression that is represented by the specified variable
20370object and returns its value as a string in the current format specified
20371for the object:
20372
20373@smallexample
20374 value=@var{value}
20375@end smallexample
20376
20377Note that one must invoke @code{-var-list-children} for a variable
20378before the value of a child variable can be evaluated.
20379
20380@subheading The @code{-var-assign} Command
20381@findex -var-assign
20382
20383@subsubheading Synopsis
20384
20385@smallexample
20386 -var-assign @var{name} @var{expression}
20387@end smallexample
20388
20389Assigns the value of @var{expression} to the variable object specified
20390by @var{name}. The object must be @samp{editable}. If the variable's
b383017d 20391value is altered by the assign, the variable will show up in any
922fbb7b
AC
20392subsequent @code{-var-update} list.
20393
20394@subsubheading Example
20395
20396@smallexample
20397(@value{GDBP})
20398-var-assign var1 3
20399^done,value="3"
20400(@value{GDBP})
20401-var-update *
20402^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}]
20403(@value{GDBP})
20404@end smallexample
20405
20406@subheading The @code{-var-update} Command
20407@findex -var-update
20408
20409@subsubheading Synopsis
20410
20411@smallexample
20412 -var-update @{@var{name} | "*"@}
20413@end smallexample
20414
20415Update the value of the variable object @var{name} by evaluating its
20416expression after fetching all the new values from memory or registers.
20417A @samp{*} causes all existing variable objects to be updated.
20418
20419
20420@node Annotations
20421@chapter @value{GDBN} Annotations
20422
086432e2
AC
20423This chapter describes annotations in @value{GDBN}. Annotations were
20424designed to interface @value{GDBN} to graphical user interfaces or other
20425similar programs which want to interact with @value{GDBN} at a
922fbb7b
AC
20426relatively high level.
20427
086432e2
AC
20428The annotation mechanism has largely been superseeded by @sc{gdb/mi}
20429(@pxref{GDB/MI}).
20430
922fbb7b
AC
20431@ignore
20432This is Edition @value{EDITION}, @value{DATE}.
20433@end ignore
20434
20435@menu
20436* Annotations Overview:: What annotations are; the general syntax.
20437* Server Prefix:: Issuing a command without affecting user state.
922fbb7b
AC
20438* Prompting:: Annotations marking @value{GDBN}'s need for input.
20439* Errors:: Annotations for error messages.
922fbb7b
AC
20440* Invalidation:: Some annotations describe things now invalid.
20441* Annotations for Running::
20442 Whether the program is running, how it stopped, etc.
20443* Source Annotations:: Annotations describing source code.
922fbb7b
AC
20444@end menu
20445
20446@node Annotations Overview
20447@section What is an Annotation?
20448@cindex annotations
20449
922fbb7b
AC
20450Annotations start with a newline character, two @samp{control-z}
20451characters, and the name of the annotation. If there is no additional
20452information associated with this annotation, the name of the annotation
20453is followed immediately by a newline. If there is additional
20454information, the name of the annotation is followed by a space, the
20455additional information, and a newline. The additional information
20456cannot contain newline characters.
20457
20458Any output not beginning with a newline and two @samp{control-z}
20459characters denotes literal output from @value{GDBN}. Currently there is
20460no need for @value{GDBN} to output a newline followed by two
20461@samp{control-z} characters, but if there was such a need, the
20462annotations could be extended with an @samp{escape} annotation which
20463means those three characters as output.
20464
086432e2
AC
20465The annotation @var{level}, which is specified using the
20466@option{--annotate} command line option (@pxref{Mode Options}), controls
20467how much information @value{GDBN} prints together with its prompt,
20468values of expressions, source lines, and other types of output. Level 0
20469is for no anntations, level 1 is for use when @value{GDBN} is run as a
20470subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable
20471for programs that control @value{GDBN}, and level 2 annotations have
20472been made obsolete (@pxref{Limitations, , Limitations of the Annotation
09d4efe1
EZ
20473Interface, annotate, GDB's Obsolete Annotations}).
20474
20475@table @code
20476@kindex set annotate
20477@item set annotate @var{level}
20478The @value{GDB} command @code{set annotate} sets the level of
20479annotations to the specified @var{level}.
9c16f35a
EZ
20480
20481@item show annotate
20482@kindex show annotate
20483Show the current annotation level.
09d4efe1
EZ
20484@end table
20485
20486This chapter describes level 3 annotations.
086432e2 20487
922fbb7b
AC
20488A simple example of starting up @value{GDBN} with annotations is:
20489
20490@smallexample
086432e2
AC
20491$ @kbd{gdb --annotate=3}
20492GNU gdb 6.0
20493Copyright 2003 Free Software Foundation, Inc.
922fbb7b
AC
20494GDB is free software, covered by the GNU General Public License,
20495and you are welcome to change it and/or distribute copies of it
20496under certain conditions.
20497Type "show copying" to see the conditions.
20498There is absolutely no warranty for GDB. Type "show warranty"
20499for details.
086432e2 20500This GDB was configured as "i386-pc-linux-gnu"
922fbb7b
AC
20501
20502^Z^Zpre-prompt
f7dc1244 20503(@value{GDBP})
922fbb7b 20504^Z^Zprompt
086432e2 20505@kbd{quit}
922fbb7b
AC
20506
20507^Z^Zpost-prompt
b383017d 20508$
922fbb7b
AC
20509@end smallexample
20510
20511Here @samp{quit} is input to @value{GDBN}; the rest is output from
20512@value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z}
20513denotes a @samp{control-z} character) are annotations; the rest is
20514output from @value{GDBN}.
20515
20516@node Server Prefix
20517@section The Server Prefix
20518@cindex server prefix for annotations
20519
20520To issue a command to @value{GDBN} without affecting certain aspects of
20521the state which is seen by users, prefix it with @samp{server }. This
20522means that this command will not affect the command history, nor will it
20523affect @value{GDBN}'s notion of which command to repeat if @key{RET} is
20524pressed on a line by itself.
20525
20526The server prefix does not affect the recording of values into the value
20527history; to print a value without recording it into the value history,
20528use the @code{output} command instead of the @code{print} command.
20529
922fbb7b
AC
20530@node Prompting
20531@section Annotation for @value{GDBN} Input
20532
20533@cindex annotations for prompts
20534When @value{GDBN} prompts for input, it annotates this fact so it is possible
20535to know when to send output, when the output from a given command is
20536over, etc.
20537
20538Different kinds of input each have a different @dfn{input type}. Each
20539input type has three annotations: a @code{pre-} annotation, which
20540denotes the beginning of any prompt which is being output, a plain
20541annotation, which denotes the end of the prompt, and then a @code{post-}
20542annotation which denotes the end of any echo which may (or may not) be
20543associated with the input. For example, the @code{prompt} input type
20544features the following annotations:
20545
20546@smallexample
20547^Z^Zpre-prompt
20548^Z^Zprompt
20549^Z^Zpost-prompt
20550@end smallexample
20551
20552The input types are
20553
20554@table @code
20555@findex pre-prompt
20556@findex prompt
20557@findex post-prompt
20558@item prompt
20559When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt).
20560
20561@findex pre-commands
20562@findex commands
20563@findex post-commands
20564@item commands
20565When @value{GDBN} prompts for a set of commands, like in the @code{commands}
20566command. The annotations are repeated for each command which is input.
20567
20568@findex pre-overload-choice
20569@findex overload-choice
20570@findex post-overload-choice
20571@item overload-choice
20572When @value{GDBN} wants the user to select between various overloaded functions.
20573
20574@findex pre-query
20575@findex query
20576@findex post-query
20577@item query
20578When @value{GDBN} wants the user to confirm a potentially dangerous operation.
20579
20580@findex pre-prompt-for-continue
20581@findex prompt-for-continue
20582@findex post-prompt-for-continue
20583@item prompt-for-continue
20584When @value{GDBN} is asking the user to press return to continue. Note: Don't
20585expect this to work well; instead use @code{set height 0} to disable
20586prompting. This is because the counting of lines is buggy in the
20587presence of annotations.
20588@end table
20589
20590@node Errors
20591@section Errors
20592@cindex annotations for errors, warnings and interrupts
20593
20594@findex quit
20595@smallexample
20596^Z^Zquit
20597@end smallexample
20598
20599This annotation occurs right before @value{GDBN} responds to an interrupt.
20600
20601@findex error
20602@smallexample
20603^Z^Zerror
20604@end smallexample
20605
20606This annotation occurs right before @value{GDBN} responds to an error.
20607
20608Quit and error annotations indicate that any annotations which @value{GDBN} was
20609in the middle of may end abruptly. For example, if a
20610@code{value-history-begin} annotation is followed by a @code{error}, one
20611cannot expect to receive the matching @code{value-history-end}. One
20612cannot expect not to receive it either, however; an error annotation
20613does not necessarily mean that @value{GDBN} is immediately returning all the way
20614to the top level.
20615
20616@findex error-begin
20617A quit or error annotation may be preceded by
20618
20619@smallexample
20620^Z^Zerror-begin
20621@end smallexample
20622
20623Any output between that and the quit or error annotation is the error
20624message.
20625
20626Warning messages are not yet annotated.
20627@c If we want to change that, need to fix warning(), type_error(),
20628@c range_error(), and possibly other places.
20629
922fbb7b
AC
20630@node Invalidation
20631@section Invalidation Notices
20632
20633@cindex annotations for invalidation messages
20634The following annotations say that certain pieces of state may have
20635changed.
20636
20637@table @code
20638@findex frames-invalid
20639@item ^Z^Zframes-invalid
20640
20641The frames (for example, output from the @code{backtrace} command) may
20642have changed.
20643
20644@findex breakpoints-invalid
20645@item ^Z^Zbreakpoints-invalid
20646
20647The breakpoints may have changed. For example, the user just added or
20648deleted a breakpoint.
20649@end table
20650
20651@node Annotations for Running
20652@section Running the Program
20653@cindex annotations for running programs
20654
20655@findex starting
20656@findex stopping
20657When the program starts executing due to a @value{GDBN} command such as
b383017d 20658@code{step} or @code{continue},
922fbb7b
AC
20659
20660@smallexample
20661^Z^Zstarting
20662@end smallexample
20663
b383017d 20664is output. When the program stops,
922fbb7b
AC
20665
20666@smallexample
20667^Z^Zstopped
20668@end smallexample
20669
20670is output. Before the @code{stopped} annotation, a variety of
20671annotations describe how the program stopped.
20672
20673@table @code
20674@findex exited
20675@item ^Z^Zexited @var{exit-status}
20676The program exited, and @var{exit-status} is the exit status (zero for
20677successful exit, otherwise nonzero).
20678
20679@findex signalled
20680@findex signal-name
20681@findex signal-name-end
20682@findex signal-string
20683@findex signal-string-end
20684@item ^Z^Zsignalled
20685The program exited with a signal. After the @code{^Z^Zsignalled}, the
20686annotation continues:
20687
20688@smallexample
20689@var{intro-text}
20690^Z^Zsignal-name
20691@var{name}
20692^Z^Zsignal-name-end
20693@var{middle-text}
20694^Z^Zsignal-string
20695@var{string}
20696^Z^Zsignal-string-end
20697@var{end-text}
20698@end smallexample
20699
20700@noindent
20701where @var{name} is the name of the signal, such as @code{SIGILL} or
20702@code{SIGSEGV}, and @var{string} is the explanation of the signal, such
20703as @code{Illegal Instruction} or @code{Segmentation fault}.
20704@var{intro-text}, @var{middle-text}, and @var{end-text} are for the
20705user's benefit and have no particular format.
20706
20707@findex signal
20708@item ^Z^Zsignal
20709The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is
20710just saying that the program received the signal, not that it was
20711terminated with it.
20712
20713@findex breakpoint
20714@item ^Z^Zbreakpoint @var{number}
20715The program hit breakpoint number @var{number}.
20716
20717@findex watchpoint
20718@item ^Z^Zwatchpoint @var{number}
20719The program hit watchpoint number @var{number}.
20720@end table
20721
20722@node Source Annotations
20723@section Displaying Source
20724@cindex annotations for source display
20725
20726@findex source
20727The following annotation is used instead of displaying source code:
20728
20729@smallexample
20730^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr}
20731@end smallexample
20732
20733where @var{filename} is an absolute file name indicating which source
20734file, @var{line} is the line number within that file (where 1 is the
20735first line in the file), @var{character} is the character position
20736within the file (where 0 is the first character in the file) (for most
20737debug formats this will necessarily point to the beginning of a line),
20738@var{middle} is @samp{middle} if @var{addr} is in the middle of the
20739line, or @samp{beg} if @var{addr} is at the beginning of the line, and
20740@var{addr} is the address in the target program associated with the
20741source which is being displayed. @var{addr} is in the form @samp{0x}
20742followed by one or more lowercase hex digits (note that this does not
20743depend on the language).
20744
8e04817f
AC
20745@node GDB Bugs
20746@chapter Reporting Bugs in @value{GDBN}
20747@cindex bugs in @value{GDBN}
20748@cindex reporting bugs in @value{GDBN}
c906108c 20749
8e04817f 20750Your bug reports play an essential role in making @value{GDBN} reliable.
c906108c 20751
8e04817f
AC
20752Reporting a bug may help you by bringing a solution to your problem, or it
20753may not. But in any case the principal function of a bug report is to help
20754the entire community by making the next version of @value{GDBN} work better. Bug
20755reports are your contribution to the maintenance of @value{GDBN}.
c906108c 20756
8e04817f
AC
20757In order for a bug report to serve its purpose, you must include the
20758information that enables us to fix the bug.
c4555f82
SC
20759
20760@menu
8e04817f
AC
20761* Bug Criteria:: Have you found a bug?
20762* Bug Reporting:: How to report bugs
c4555f82
SC
20763@end menu
20764
8e04817f
AC
20765@node Bug Criteria
20766@section Have you found a bug?
20767@cindex bug criteria
c4555f82 20768
8e04817f 20769If you are not sure whether you have found a bug, here are some guidelines:
c4555f82
SC
20770
20771@itemize @bullet
8e04817f
AC
20772@cindex fatal signal
20773@cindex debugger crash
20774@cindex crash of debugger
c4555f82 20775@item
8e04817f
AC
20776If the debugger gets a fatal signal, for any input whatever, that is a
20777@value{GDBN} bug. Reliable debuggers never crash.
20778
20779@cindex error on valid input
20780@item
20781If @value{GDBN} produces an error message for valid input, that is a
20782bug. (Note that if you're cross debugging, the problem may also be
20783somewhere in the connection to the target.)
c4555f82 20784
8e04817f 20785@cindex invalid input
c4555f82 20786@item
8e04817f
AC
20787If @value{GDBN} does not produce an error message for invalid input,
20788that is a bug. However, you should note that your idea of
20789``invalid input'' might be our idea of ``an extension'' or ``support
20790for traditional practice''.
20791
20792@item
20793If you are an experienced user of debugging tools, your suggestions
20794for improvement of @value{GDBN} are welcome in any case.
c4555f82
SC
20795@end itemize
20796
8e04817f
AC
20797@node Bug Reporting
20798@section How to report bugs
20799@cindex bug reports
20800@cindex @value{GDBN} bugs, reporting
20801
20802A number of companies and individuals offer support for @sc{gnu} products.
20803If you obtained @value{GDBN} from a support organization, we recommend you
20804contact that organization first.
20805
20806You can find contact information for many support companies and
20807individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
20808distribution.
20809@c should add a web page ref...
20810
129188f6
AC
20811In any event, we also recommend that you submit bug reports for
20812@value{GDBN}. The prefered method is to submit them directly using
20813@uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web
20814page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can
20815be used.
8e04817f
AC
20816
20817@strong{Do not send bug reports to @samp{info-gdb}, or to
20818@samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
20819not want to receive bug reports. Those that do have arranged to receive
20820@samp{bug-gdb}.
20821
20822The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
20823serves as a repeater. The mailing list and the newsgroup carry exactly
20824the same messages. Often people think of posting bug reports to the
20825newsgroup instead of mailing them. This appears to work, but it has one
20826problem which can be crucial: a newsgroup posting often lacks a mail
20827path back to the sender. Thus, if we need to ask for more information,
20828we may be unable to reach you. For this reason, it is better to send
20829bug reports to the mailing list.
c4555f82 20830
8e04817f
AC
20831The fundamental principle of reporting bugs usefully is this:
20832@strong{report all the facts}. If you are not sure whether to state a
20833fact or leave it out, state it!
c4555f82 20834
8e04817f
AC
20835Often people omit facts because they think they know what causes the
20836problem and assume that some details do not matter. Thus, you might
20837assume that the name of the variable you use in an example does not matter.
20838Well, probably it does not, but one cannot be sure. Perhaps the bug is a
20839stray memory reference which happens to fetch from the location where that
20840name is stored in memory; perhaps, if the name were different, the contents
20841of that location would fool the debugger into doing the right thing despite
20842the bug. Play it safe and give a specific, complete example. That is the
20843easiest thing for you to do, and the most helpful.
c4555f82 20844
8e04817f
AC
20845Keep in mind that the purpose of a bug report is to enable us to fix the
20846bug. It may be that the bug has been reported previously, but neither
20847you nor we can know that unless your bug report is complete and
20848self-contained.
c4555f82 20849
8e04817f
AC
20850Sometimes people give a few sketchy facts and ask, ``Does this ring a
20851bell?'' Those bug reports are useless, and we urge everyone to
20852@emph{refuse to respond to them} except to chide the sender to report
20853bugs properly.
20854
20855To enable us to fix the bug, you should include all these things:
c4555f82
SC
20856
20857@itemize @bullet
20858@item
8e04817f
AC
20859The version of @value{GDBN}. @value{GDBN} announces it if you start
20860with no arguments; you can also print it at any time using @code{show
20861version}.
c4555f82 20862
8e04817f
AC
20863Without this, we will not know whether there is any point in looking for
20864the bug in the current version of @value{GDBN}.
c4555f82
SC
20865
20866@item
8e04817f
AC
20867The type of machine you are using, and the operating system name and
20868version number.
c4555f82
SC
20869
20870@item
8e04817f
AC
20871What compiler (and its version) was used to compile @value{GDBN}---e.g.
20872``@value{GCC}--2.8.1''.
c4555f82
SC
20873
20874@item
8e04817f
AC
20875What compiler (and its version) was used to compile the program you are
20876debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
20877C Compiler''. For GCC, you can say @code{gcc --version} to get this
20878information; for other compilers, see the documentation for those
20879compilers.
c4555f82 20880
8e04817f
AC
20881@item
20882The command arguments you gave the compiler to compile your example and
20883observe the bug. For example, did you use @samp{-O}? To guarantee
20884you will not omit something important, list them all. A copy of the
20885Makefile (or the output from make) is sufficient.
c4555f82 20886
8e04817f
AC
20887If we were to try to guess the arguments, we would probably guess wrong
20888and then we might not encounter the bug.
c4555f82 20889
8e04817f
AC
20890@item
20891A complete input script, and all necessary source files, that will
20892reproduce the bug.
c4555f82 20893
8e04817f
AC
20894@item
20895A description of what behavior you observe that you believe is
20896incorrect. For example, ``It gets a fatal signal.''
c4555f82 20897
8e04817f
AC
20898Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
20899will certainly notice it. But if the bug is incorrect output, we might
20900not notice unless it is glaringly wrong. You might as well not give us
20901a chance to make a mistake.
c4555f82 20902
8e04817f
AC
20903Even if the problem you experience is a fatal signal, you should still
20904say so explicitly. Suppose something strange is going on, such as, your
20905copy of @value{GDBN} is out of synch, or you have encountered a bug in
20906the C library on your system. (This has happened!) Your copy might
20907crash and ours would not. If you told us to expect a crash, then when
20908ours fails to crash, we would know that the bug was not happening for
20909us. If you had not told us to expect a crash, then we would not be able
20910to draw any conclusion from our observations.
c4555f82 20911
e0c07bf0
MC
20912@pindex script
20913@cindex recording a session script
20914To collect all this information, you can use a session recording program
20915such as @command{script}, which is available on many Unix systems.
20916Just run your @value{GDBN} session inside @command{script} and then
20917include the @file{typescript} file with your bug report.
20918
20919Another way to record a @value{GDBN} session is to run @value{GDBN}
20920inside Emacs and then save the entire buffer to a file.
20921
8e04817f
AC
20922@item
20923If you wish to suggest changes to the @value{GDBN} source, send us context
20924diffs. If you even discuss something in the @value{GDBN} source, refer to
20925it by context, not by line number.
c4555f82 20926
8e04817f
AC
20927The line numbers in our development sources will not match those in your
20928sources. Your line numbers would convey no useful information to us.
c4555f82 20929
8e04817f 20930@end itemize
c4555f82 20931
8e04817f 20932Here are some things that are not necessary:
c4555f82 20933
8e04817f
AC
20934@itemize @bullet
20935@item
20936A description of the envelope of the bug.
c4555f82 20937
8e04817f
AC
20938Often people who encounter a bug spend a lot of time investigating
20939which changes to the input file will make the bug go away and which
20940changes will not affect it.
c4555f82 20941
8e04817f
AC
20942This is often time consuming and not very useful, because the way we
20943will find the bug is by running a single example under the debugger
20944with breakpoints, not by pure deduction from a series of examples.
20945We recommend that you save your time for something else.
c4555f82 20946
8e04817f
AC
20947Of course, if you can find a simpler example to report @emph{instead}
20948of the original one, that is a convenience for us. Errors in the
20949output will be easier to spot, running under the debugger will take
20950less time, and so on.
c4555f82 20951
8e04817f
AC
20952However, simplification is not vital; if you do not want to do this,
20953report the bug anyway and send us the entire test case you used.
c4555f82 20954
8e04817f
AC
20955@item
20956A patch for the bug.
c4555f82 20957
8e04817f
AC
20958A patch for the bug does help us if it is a good one. But do not omit
20959the necessary information, such as the test case, on the assumption that
20960a patch is all we need. We might see problems with your patch and decide
20961to fix the problem another way, or we might not understand it at all.
c4555f82 20962
8e04817f
AC
20963Sometimes with a program as complicated as @value{GDBN} it is very hard to
20964construct an example that will make the program follow a certain path
20965through the code. If you do not send us the example, we will not be able
20966to construct one, so we will not be able to verify that the bug is fixed.
c4555f82 20967
8e04817f
AC
20968And if we cannot understand what bug you are trying to fix, or why your
20969patch should be an improvement, we will not install it. A test case will
20970help us to understand.
c4555f82 20971
8e04817f
AC
20972@item
20973A guess about what the bug is or what it depends on.
c4555f82 20974
8e04817f
AC
20975Such guesses are usually wrong. Even we cannot guess right about such
20976things without first using the debugger to find the facts.
20977@end itemize
c4555f82 20978
8e04817f
AC
20979@c The readline documentation is distributed with the readline code
20980@c and consists of the two following files:
20981@c rluser.texinfo
20982@c inc-hist.texinfo
20983@c Use -I with makeinfo to point to the appropriate directory,
20984@c environment var TEXINPUTS with TeX.
20985@include rluser.texinfo
20986@include inc-hist.texinfo
c4555f82 20987
c4555f82 20988
8e04817f
AC
20989@node Formatting Documentation
20990@appendix Formatting Documentation
c4555f82 20991
8e04817f
AC
20992@cindex @value{GDBN} reference card
20993@cindex reference card
20994The @value{GDBN} 4 release includes an already-formatted reference card, ready
20995for printing with PostScript or Ghostscript, in the @file{gdb}
20996subdirectory of the main source directory@footnote{In
20997@file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
20998release.}. If you can use PostScript or Ghostscript with your printer,
20999you can print the reference card immediately with @file{refcard.ps}.
c4555f82 21000
8e04817f
AC
21001The release also includes the source for the reference card. You
21002can format it, using @TeX{}, by typing:
c4555f82 21003
474c8240 21004@smallexample
8e04817f 21005make refcard.dvi
474c8240 21006@end smallexample
c4555f82 21007
8e04817f
AC
21008The @value{GDBN} reference card is designed to print in @dfn{landscape}
21009mode on US ``letter'' size paper;
21010that is, on a sheet 11 inches wide by 8.5 inches
21011high. You will need to specify this form of printing as an option to
21012your @sc{dvi} output program.
c4555f82 21013
8e04817f 21014@cindex documentation
c4555f82 21015
8e04817f
AC
21016All the documentation for @value{GDBN} comes as part of the machine-readable
21017distribution. The documentation is written in Texinfo format, which is
21018a documentation system that uses a single source file to produce both
21019on-line information and a printed manual. You can use one of the Info
21020formatting commands to create the on-line version of the documentation
21021and @TeX{} (or @code{texi2roff}) to typeset the printed version.
c4555f82 21022
8e04817f
AC
21023@value{GDBN} includes an already formatted copy of the on-line Info
21024version of this manual in the @file{gdb} subdirectory. The main Info
21025file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
21026subordinate files matching @samp{gdb.info*} in the same directory. If
21027necessary, you can print out these files, or read them with any editor;
21028but they are easier to read using the @code{info} subsystem in @sc{gnu}
21029Emacs or the standalone @code{info} program, available as part of the
21030@sc{gnu} Texinfo distribution.
c4555f82 21031
8e04817f
AC
21032If you want to format these Info files yourself, you need one of the
21033Info formatting programs, such as @code{texinfo-format-buffer} or
21034@code{makeinfo}.
c4555f82 21035
8e04817f
AC
21036If you have @code{makeinfo} installed, and are in the top level
21037@value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
21038version @value{GDBVN}), you can make the Info file by typing:
c4555f82 21039
474c8240 21040@smallexample
8e04817f
AC
21041cd gdb
21042make gdb.info
474c8240 21043@end smallexample
c4555f82 21044
8e04817f
AC
21045If you want to typeset and print copies of this manual, you need @TeX{},
21046a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
21047Texinfo definitions file.
c4555f82 21048
8e04817f
AC
21049@TeX{} is a typesetting program; it does not print files directly, but
21050produces output files called @sc{dvi} files. To print a typeset
21051document, you need a program to print @sc{dvi} files. If your system
21052has @TeX{} installed, chances are it has such a program. The precise
21053command to use depends on your system; @kbd{lpr -d} is common; another
21054(for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
21055require a file name without any extension or a @samp{.dvi} extension.
c4555f82 21056
8e04817f
AC
21057@TeX{} also requires a macro definitions file called
21058@file{texinfo.tex}. This file tells @TeX{} how to typeset a document
21059written in Texinfo format. On its own, @TeX{} cannot either read or
21060typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
21061and is located in the @file{gdb-@var{version-number}/texinfo}
21062directory.
c4555f82 21063
8e04817f
AC
21064If you have @TeX{} and a @sc{dvi} printer program installed, you can
21065typeset and print this manual. First switch to the the @file{gdb}
21066subdirectory of the main source directory (for example, to
21067@file{gdb-@value{GDBVN}/gdb}) and type:
c4555f82 21068
474c8240 21069@smallexample
8e04817f 21070make gdb.dvi
474c8240 21071@end smallexample
c4555f82 21072
8e04817f 21073Then give @file{gdb.dvi} to your @sc{dvi} printing program.
c4555f82 21074
8e04817f
AC
21075@node Installing GDB
21076@appendix Installing @value{GDBN}
21077@cindex configuring @value{GDBN}
21078@cindex installation
94e91d6d 21079@cindex configuring @value{GDBN}, and source tree subdirectories
c4555f82 21080
8e04817f
AC
21081@value{GDBN} comes with a @code{configure} script that automates the process
21082of preparing @value{GDBN} for installation; you can then use @code{make} to
21083build the @code{gdb} program.
21084@iftex
21085@c irrelevant in info file; it's as current as the code it lives with.
21086@footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
21087look at the @file{README} file in the sources; we may have improved the
21088installation procedures since publishing this manual.}
21089@end iftex
c4555f82 21090
8e04817f
AC
21091The @value{GDBN} distribution includes all the source code you need for
21092@value{GDBN} in a single directory, whose name is usually composed by
21093appending the version number to @samp{gdb}.
c4555f82 21094
8e04817f
AC
21095For example, the @value{GDBN} version @value{GDBVN} distribution is in the
21096@file{gdb-@value{GDBVN}} directory. That directory contains:
c4555f82 21097
8e04817f
AC
21098@table @code
21099@item gdb-@value{GDBVN}/configure @r{(and supporting files)}
21100script for configuring @value{GDBN} and all its supporting libraries
c4555f82 21101
8e04817f
AC
21102@item gdb-@value{GDBVN}/gdb
21103the source specific to @value{GDBN} itself
c4555f82 21104
8e04817f
AC
21105@item gdb-@value{GDBVN}/bfd
21106source for the Binary File Descriptor library
c906108c 21107
8e04817f
AC
21108@item gdb-@value{GDBVN}/include
21109@sc{gnu} include files
c906108c 21110
8e04817f
AC
21111@item gdb-@value{GDBVN}/libiberty
21112source for the @samp{-liberty} free software library
c906108c 21113
8e04817f
AC
21114@item gdb-@value{GDBVN}/opcodes
21115source for the library of opcode tables and disassemblers
c906108c 21116
8e04817f
AC
21117@item gdb-@value{GDBVN}/readline
21118source for the @sc{gnu} command-line interface
c906108c 21119
8e04817f
AC
21120@item gdb-@value{GDBVN}/glob
21121source for the @sc{gnu} filename pattern-matching subroutine
c906108c 21122
8e04817f
AC
21123@item gdb-@value{GDBVN}/mmalloc
21124source for the @sc{gnu} memory-mapped malloc package
21125@end table
c906108c 21126
8e04817f
AC
21127The simplest way to configure and build @value{GDBN} is to run @code{configure}
21128from the @file{gdb-@var{version-number}} source directory, which in
21129this example is the @file{gdb-@value{GDBVN}} directory.
c906108c 21130
8e04817f
AC
21131First switch to the @file{gdb-@var{version-number}} source directory
21132if you are not already in it; then run @code{configure}. Pass the
21133identifier for the platform on which @value{GDBN} will run as an
21134argument.
c906108c 21135
8e04817f 21136For example:
c906108c 21137
474c8240 21138@smallexample
8e04817f
AC
21139cd gdb-@value{GDBVN}
21140./configure @var{host}
21141make
474c8240 21142@end smallexample
c906108c 21143
8e04817f
AC
21144@noindent
21145where @var{host} is an identifier such as @samp{sun4} or
21146@samp{decstation}, that identifies the platform where @value{GDBN} will run.
21147(You can often leave off @var{host}; @code{configure} tries to guess the
21148correct value by examining your system.)
c906108c 21149
8e04817f
AC
21150Running @samp{configure @var{host}} and then running @code{make} builds the
21151@file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
21152libraries, then @code{gdb} itself. The configured source files, and the
21153binaries, are left in the corresponding source directories.
c906108c 21154
8e04817f
AC
21155@need 750
21156@code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
21157system does not recognize this automatically when you run a different
21158shell, you may need to run @code{sh} on it explicitly:
c906108c 21159
474c8240 21160@smallexample
8e04817f 21161sh configure @var{host}
474c8240 21162@end smallexample
c906108c 21163
8e04817f
AC
21164If you run @code{configure} from a directory that contains source
21165directories for multiple libraries or programs, such as the
21166@file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
21167creates configuration files for every directory level underneath (unless
21168you tell it not to, with the @samp{--norecursion} option).
21169
94e91d6d
MC
21170You should run the @code{configure} script from the top directory in the
21171source tree, the @file{gdb-@var{version-number}} directory. If you run
21172@code{configure} from one of the subdirectories, you will configure only
21173that subdirectory. That is usually not what you want. In particular,
21174if you run the first @code{configure} from the @file{gdb} subdirectory
21175of the @file{gdb-@var{version-number}} directory, you will omit the
21176configuration of @file{bfd}, @file{readline}, and other sibling
21177directories of the @file{gdb} subdirectory. This leads to build errors
21178about missing include files such as @file{bfd/bfd.h}.
c906108c 21179
8e04817f
AC
21180You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
21181However, you should make sure that the shell on your path (named by
21182the @samp{SHELL} environment variable) is publicly readable. Remember
21183that @value{GDBN} uses the shell to start your program---some systems refuse to
21184let @value{GDBN} debug child processes whose programs are not readable.
c906108c 21185
8e04817f
AC
21186@menu
21187* Separate Objdir:: Compiling @value{GDBN} in another directory
21188* Config Names:: Specifying names for hosts and targets
21189* Configure Options:: Summary of options for configure
21190@end menu
c906108c 21191
8e04817f
AC
21192@node Separate Objdir
21193@section Compiling @value{GDBN} in another directory
c906108c 21194
8e04817f
AC
21195If you want to run @value{GDBN} versions for several host or target machines,
21196you need a different @code{gdb} compiled for each combination of
21197host and target. @code{configure} is designed to make this easy by
21198allowing you to generate each configuration in a separate subdirectory,
21199rather than in the source directory. If your @code{make} program
21200handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
21201@code{make} in each of these directories builds the @code{gdb}
21202program specified there.
c906108c 21203
8e04817f
AC
21204To build @code{gdb} in a separate directory, run @code{configure}
21205with the @samp{--srcdir} option to specify where to find the source.
21206(You also need to specify a path to find @code{configure}
21207itself from your working directory. If the path to @code{configure}
21208would be the same as the argument to @samp{--srcdir}, you can leave out
21209the @samp{--srcdir} option; it is assumed.)
c906108c 21210
8e04817f
AC
21211For example, with version @value{GDBVN}, you can build @value{GDBN} in a
21212separate directory for a Sun 4 like this:
c906108c 21213
474c8240 21214@smallexample
8e04817f
AC
21215@group
21216cd gdb-@value{GDBVN}
21217mkdir ../gdb-sun4
21218cd ../gdb-sun4
21219../gdb-@value{GDBVN}/configure sun4
21220make
21221@end group
474c8240 21222@end smallexample
c906108c 21223
8e04817f
AC
21224When @code{configure} builds a configuration using a remote source
21225directory, it creates a tree for the binaries with the same structure
21226(and using the same names) as the tree under the source directory. In
21227the example, you'd find the Sun 4 library @file{libiberty.a} in the
21228directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
21229@file{gdb-sun4/gdb}.
c906108c 21230
94e91d6d
MC
21231Make sure that your path to the @file{configure} script has just one
21232instance of @file{gdb} in it. If your path to @file{configure} looks
21233like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only
21234one subdirectory of @value{GDBN}, not the whole package. This leads to
21235build errors about missing include files such as @file{bfd/bfd.h}.
21236
8e04817f
AC
21237One popular reason to build several @value{GDBN} configurations in separate
21238directories is to configure @value{GDBN} for cross-compiling (where
21239@value{GDBN} runs on one machine---the @dfn{host}---while debugging
21240programs that run on another machine---the @dfn{target}).
21241You specify a cross-debugging target by
21242giving the @samp{--target=@var{target}} option to @code{configure}.
c906108c 21243
8e04817f
AC
21244When you run @code{make} to build a program or library, you must run
21245it in a configured directory---whatever directory you were in when you
21246called @code{configure} (or one of its subdirectories).
c906108c 21247
8e04817f
AC
21248The @code{Makefile} that @code{configure} generates in each source
21249directory also runs recursively. If you type @code{make} in a source
21250directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
21251directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
21252will build all the required libraries, and then build GDB.
c906108c 21253
8e04817f
AC
21254When you have multiple hosts or targets configured in separate
21255directories, you can run @code{make} on them in parallel (for example,
21256if they are NFS-mounted on each of the hosts); they will not interfere
21257with each other.
c906108c 21258
8e04817f
AC
21259@node Config Names
21260@section Specifying names for hosts and targets
c906108c 21261
8e04817f
AC
21262The specifications used for hosts and targets in the @code{configure}
21263script are based on a three-part naming scheme, but some short predefined
21264aliases are also supported. The full naming scheme encodes three pieces
21265of information in the following pattern:
c906108c 21266
474c8240 21267@smallexample
8e04817f 21268@var{architecture}-@var{vendor}-@var{os}
474c8240 21269@end smallexample
c906108c 21270
8e04817f
AC
21271For example, you can use the alias @code{sun4} as a @var{host} argument,
21272or as the value for @var{target} in a @code{--target=@var{target}}
21273option. The equivalent full name is @samp{sparc-sun-sunos4}.
c906108c 21274
8e04817f
AC
21275The @code{configure} script accompanying @value{GDBN} does not provide
21276any query facility to list all supported host and target names or
21277aliases. @code{configure} calls the Bourne shell script
21278@code{config.sub} to map abbreviations to full names; you can read the
21279script, if you wish, or you can use it to test your guesses on
21280abbreviations---for example:
c906108c 21281
8e04817f
AC
21282@smallexample
21283% sh config.sub i386-linux
21284i386-pc-linux-gnu
21285% sh config.sub alpha-linux
21286alpha-unknown-linux-gnu
21287% sh config.sub hp9k700
21288hppa1.1-hp-hpux
21289% sh config.sub sun4
21290sparc-sun-sunos4.1.1
21291% sh config.sub sun3
21292m68k-sun-sunos4.1.1
21293% sh config.sub i986v
21294Invalid configuration `i986v': machine `i986v' not recognized
21295@end smallexample
c906108c 21296
8e04817f
AC
21297@noindent
21298@code{config.sub} is also distributed in the @value{GDBN} source
21299directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
d700128c 21300
8e04817f
AC
21301@node Configure Options
21302@section @code{configure} options
c906108c 21303
8e04817f
AC
21304Here is a summary of the @code{configure} options and arguments that
21305are most often useful for building @value{GDBN}. @code{configure} also has
21306several other options not listed here. @inforef{What Configure
21307Does,,configure.info}, for a full explanation of @code{configure}.
c906108c 21308
474c8240 21309@smallexample
8e04817f
AC
21310configure @r{[}--help@r{]}
21311 @r{[}--prefix=@var{dir}@r{]}
21312 @r{[}--exec-prefix=@var{dir}@r{]}
21313 @r{[}--srcdir=@var{dirname}@r{]}
21314 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
21315 @r{[}--target=@var{target}@r{]}
21316 @var{host}
474c8240 21317@end smallexample
c906108c 21318
8e04817f
AC
21319@noindent
21320You may introduce options with a single @samp{-} rather than
21321@samp{--} if you prefer; but you may abbreviate option names if you use
21322@samp{--}.
c906108c 21323
8e04817f
AC
21324@table @code
21325@item --help
21326Display a quick summary of how to invoke @code{configure}.
c906108c 21327
8e04817f
AC
21328@item --prefix=@var{dir}
21329Configure the source to install programs and files under directory
21330@file{@var{dir}}.
c906108c 21331
8e04817f
AC
21332@item --exec-prefix=@var{dir}
21333Configure the source to install programs under directory
21334@file{@var{dir}}.
c906108c 21335
8e04817f
AC
21336@c avoid splitting the warning from the explanation:
21337@need 2000
21338@item --srcdir=@var{dirname}
21339@strong{Warning: using this option requires @sc{gnu} @code{make}, or another
21340@code{make} that implements the @code{VPATH} feature.}@*
21341Use this option to make configurations in directories separate from the
21342@value{GDBN} source directories. Among other things, you can use this to
21343build (or maintain) several configurations simultaneously, in separate
21344directories. @code{configure} writes configuration specific files in
21345the current directory, but arranges for them to use the source in the
21346directory @var{dirname}. @code{configure} creates directories under
21347the working directory in parallel to the source directories below
21348@var{dirname}.
c906108c 21349
8e04817f
AC
21350@item --norecursion
21351Configure only the directory level where @code{configure} is executed; do not
21352propagate configuration to subdirectories.
c906108c 21353
8e04817f
AC
21354@item --target=@var{target}
21355Configure @value{GDBN} for cross-debugging programs running on the specified
21356@var{target}. Without this option, @value{GDBN} is configured to debug
21357programs that run on the same machine (@var{host}) as @value{GDBN} itself.
c906108c 21358
8e04817f 21359There is no convenient way to generate a list of all available targets.
c906108c 21360
8e04817f
AC
21361@item @var{host} @dots{}
21362Configure @value{GDBN} to run on the specified @var{host}.
c906108c 21363
8e04817f
AC
21364There is no convenient way to generate a list of all available hosts.
21365@end table
c906108c 21366
8e04817f
AC
21367There are many other options available as well, but they are generally
21368needed for special purposes only.
c906108c 21369
8e04817f
AC
21370@node Maintenance Commands
21371@appendix Maintenance Commands
21372@cindex maintenance commands
21373@cindex internal commands
c906108c 21374
8e04817f 21375In addition to commands intended for @value{GDBN} users, @value{GDBN}
09d4efe1
EZ
21376includes a number of commands intended for @value{GDBN} developers,
21377that are not documented elsewhere in this manual. These commands are
da316a69
EZ
21378provided here for reference. (For commands that turn on debugging
21379messages, see @ref{Debugging Output}.)
c906108c 21380
8e04817f 21381@table @code
09d4efe1
EZ
21382@kindex maint agent
21383@item maint agent @var{expression}
21384Translate the given @var{expression} into remote agent bytecodes.
21385This command is useful for debugging the Agent Expression mechanism
21386(@pxref{Agent Expressions}).
21387
8e04817f
AC
21388@kindex maint info breakpoints
21389@item @anchor{maint info breakpoints}maint info breakpoints
21390Using the same format as @samp{info breakpoints}, display both the
21391breakpoints you've set explicitly, and those @value{GDBN} is using for
21392internal purposes. Internal breakpoints are shown with negative
21393breakpoint numbers. The type column identifies what kind of breakpoint
21394is shown:
c906108c 21395
8e04817f
AC
21396@table @code
21397@item breakpoint
21398Normal, explicitly set breakpoint.
c906108c 21399
8e04817f
AC
21400@item watchpoint
21401Normal, explicitly set watchpoint.
c906108c 21402
8e04817f
AC
21403@item longjmp
21404Internal breakpoint, used to handle correctly stepping through
21405@code{longjmp} calls.
c906108c 21406
8e04817f
AC
21407@item longjmp resume
21408Internal breakpoint at the target of a @code{longjmp}.
c906108c 21409
8e04817f
AC
21410@item until
21411Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
c906108c 21412
8e04817f
AC
21413@item finish
21414Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
c906108c 21415
8e04817f
AC
21416@item shlib events
21417Shared library events.
c906108c 21418
8e04817f 21419@end table
c906108c 21420
09d4efe1
EZ
21421@kindex maint check-symtabs
21422@item maint check-symtabs
21423Check the consistency of psymtabs and symtabs.
21424
21425@kindex maint cplus first_component
21426@item maint cplus first_component @var{name}
21427Print the first C@t{++} class/namespace component of @var{name}.
21428
21429@kindex maint cplus namespace
21430@item maint cplus namespace
21431Print the list of possible C@t{++} namespaces.
21432
21433@kindex maint demangle
21434@item maint demangle @var{name}
21435Demangle a C@t{++} or Objective-C manled @var{name}.
21436
21437@kindex maint deprecate
21438@kindex maint undeprecate
21439@cindex deprecated commands
21440@item maint deprecate @var{command} @r{[}@var{replacement}@r{]}
21441@itemx maint undeprecate @var{command}
21442Deprecate or undeprecate the named @var{command}. Deprecated commands
21443cause @value{GDBN} to issue a warning when you use them. The optional
21444argument @var{replacement} says which newer command should be used in
21445favor of the deprecated one; if it is given, @value{GDBN} will mention
21446the replacement as part of the warning.
21447
21448@kindex maint dump-me
21449@item maint dump-me
721c2651 21450@cindex @code{SIGQUIT} signal, dump core of @value{GDBN}
09d4efe1 21451Cause a fatal signal in the debugger and force it to dump its core.
721c2651
EZ
21452This is supported only on systems which support aborting a program
21453with the @code{SIGQUIT} signal.
09d4efe1 21454
8d30a00d
AC
21455@kindex maint internal-error
21456@kindex maint internal-warning
09d4efe1
EZ
21457@item maint internal-error @r{[}@var{message-text}@r{]}
21458@itemx maint internal-warning @r{[}@var{message-text}@r{]}
8d30a00d
AC
21459Cause @value{GDBN} to call the internal function @code{internal_error}
21460or @code{internal_warning} and hence behave as though an internal error
21461or internal warning has been detected. In addition to reporting the
21462internal problem, these functions give the user the opportunity to
21463either quit @value{GDBN} or create a core file of the current
21464@value{GDBN} session.
21465
09d4efe1
EZ
21466These commands take an optional parameter @var{message-text} that is
21467used as the text of the error or warning message.
21468
21469Here's an example of using @code{indernal-error}:
21470
8d30a00d 21471@smallexample
f7dc1244 21472(@value{GDBP}) @kbd{maint internal-error testing, 1, 2}
8d30a00d
AC
21473@dots{}/maint.c:121: internal-error: testing, 1, 2
21474A problem internal to GDB has been detected. Further
21475debugging may prove unreliable.
21476Quit this debugging session? (y or n) @kbd{n}
21477Create a core file? (y or n) @kbd{n}
f7dc1244 21478(@value{GDBP})
8d30a00d
AC
21479@end smallexample
21480
09d4efe1
EZ
21481@kindex maint packet
21482@item maint packet @var{text}
21483If @value{GDBN} is talking to an inferior via the serial protocol,
21484then this command sends the string @var{text} to the inferior, and
21485displays the response packet. @value{GDBN} supplies the initial
21486@samp{$} character, the terminating @samp{#} character, and the
21487checksum.
21488
21489@kindex maint print architecture
21490@item maint print architecture @r{[}@var{file}@r{]}
21491Print the entire architecture configuration. The optional argument
21492@var{file} names the file where the output goes.
8d30a00d 21493
00905d52
AC
21494@kindex maint print dummy-frames
21495@item maint print dummy-frames
00905d52
AC
21496Prints the contents of @value{GDBN}'s internal dummy-frame stack.
21497
21498@smallexample
f7dc1244 21499(@value{GDBP}) @kbd{b add}
00905d52 21500@dots{}
f7dc1244 21501(@value{GDBP}) @kbd{print add(2,3)}
00905d52
AC
21502Breakpoint 2, add (a=2, b=3) at @dots{}
2150358 return (a + b);
21504The program being debugged stopped while in a function called from GDB.
21505@dots{}
f7dc1244 21506(@value{GDBP}) @kbd{maint print dummy-frames}
00905d52
AC
215070x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6
21508 top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@}
21509 call_lo=0x01014000 call_hi=0x01014001
f7dc1244 21510(@value{GDBP})
00905d52
AC
21511@end smallexample
21512
21513Takes an optional file parameter.
21514
0680b120
AC
21515@kindex maint print registers
21516@kindex maint print raw-registers
21517@kindex maint print cooked-registers
617073a9 21518@kindex maint print register-groups
09d4efe1
EZ
21519@item maint print registers @r{[}@var{file}@r{]}
21520@itemx maint print raw-registers @r{[}@var{file}@r{]}
21521@itemx maint print cooked-registers @r{[}@var{file}@r{]}
21522@itemx maint print register-groups @r{[}@var{file}@r{]}
0680b120
AC
21523Print @value{GDBN}'s internal register data structures.
21524
617073a9
AC
21525The command @code{maint print raw-registers} includes the contents of
21526the raw register cache; the command @code{maint print cooked-registers}
21527includes the (cooked) value of all registers; and the command
21528@code{maint print register-groups} includes the groups that each
21529register is a member of. @xref{Registers,, Registers, gdbint,
21530@value{GDBN} Internals}.
0680b120 21531
09d4efe1
EZ
21532These commands take an optional parameter, a file name to which to
21533write the information.
0680b120 21534
617073a9 21535@kindex maint print reggroups
09d4efe1
EZ
21536@item maint print reggroups @r{[}@var{file}@r{]}
21537Print @value{GDBN}'s internal register group data structures. The
21538optional argument @var{file} tells to what file to write the
21539information.
617073a9 21540
09d4efe1 21541The register groups info looks like this:
617073a9
AC
21542
21543@smallexample
f7dc1244 21544(@value{GDBP}) @kbd{maint print reggroups}
b383017d
RM
21545 Group Type
21546 general user
21547 float user
21548 all user
21549 vector user
21550 system user
21551 save internal
21552 restore internal
617073a9
AC
21553@end smallexample
21554
09d4efe1
EZ
21555@kindex flushregs
21556@item flushregs
21557This command forces @value{GDBN} to flush its internal register cache.
21558
21559@kindex maint print objfiles
21560@cindex info for known object files
21561@item maint print objfiles
21562Print a dump of all known object files. For each object file, this
21563command prints its name, address in memory, and all of its psymtabs
21564and symtabs.
21565
21566@kindex maint print statistics
21567@cindex bcache statistics
21568@item maint print statistics
21569This command prints, for each object file in the program, various data
21570about that object file followed by the byte cache (@dfn{bcache})
21571statistics for the object file. The objfile data includes the number
21572of minimal, partical, full, and stabs symbols, the number of types
21573defined by the objfile, the number of as yet unexpanded psym tables,
21574the number of line tables and string tables, and the amount of memory
21575used by the various tables. The bcache statistics include the counts,
21576sizes, and counts of duplicates of all and unique objects, max,
21577average, and median entry size, total memory used and its overhead and
21578savings, and various measures of the hash table size and chain
21579lengths.
21580
21581@kindex maint print type
21582@cindex type chain of a data type
21583@item maint print type @var{expr}
21584Print the type chain for a type specified by @var{expr}. The argument
21585can be either a type name or a symbol. If it is a symbol, the type of
21586that symbol is described. The type chain produced by this command is
21587a recursive definition of the data type as stored in @value{GDBN}'s
21588data structures, including its flags and contained types.
21589
21590@kindex maint set dwarf2 max-cache-age
21591@kindex maint show dwarf2 max-cache-age
21592@item maint set dwarf2 max-cache-age
21593@itemx maint show dwarf2 max-cache-age
21594Control the DWARF 2 compilation unit cache.
21595
21596@cindex DWARF 2 compilation units cache
21597In object files with inter-compilation-unit references, such as those
21598produced by the GCC option @samp{-feliminate-dwarf2-dups}, the DWARF 2
21599reader needs to frequently refer to previously read compilation units.
21600This setting controls how long a compilation unit will remain in the
21601cache if it is not referenced. A higher limit means that cached
21602compilation units will be stored in memory longer, and more total
21603memory will be used. Setting it to zero disables caching, which will
21604slow down @value{GDBN} startup, but reduce memory consumption.
21605
e7ba9c65
DJ
21606@kindex maint set profile
21607@kindex maint show profile
21608@cindex profiling GDB
21609@item maint set profile
21610@itemx maint show profile
21611Control profiling of @value{GDBN}.
21612
21613Profiling will be disabled until you use the @samp{maint set profile}
21614command to enable it. When you enable profiling, the system will begin
21615collecting timing and execution count data; when you disable profiling or
21616exit @value{GDBN}, the results will be written to a log file. Remember that
21617if you use profiling, @value{GDBN} will overwrite the profiling log file
21618(often called @file{gmon.out}). If you have a record of important profiling
21619data in a @file{gmon.out} file, be sure to move it to a safe location.
21620
21621Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be
b383017d 21622compiled with the @samp{-pg} compiler option.
e7ba9c65 21623
09d4efe1
EZ
21624@kindex maint show-debug-regs
21625@cindex x86 hardware debug registers
21626@item maint show-debug-regs
21627Control whether to show variables that mirror the x86 hardware debug
21628registers. Use @code{ON} to enable, @code{OFF} to disable. If
21629enabled, the debug registers values are shown when GDB inserts or
21630removes a hardware breakpoint or watchpoint, and when the inferior
21631triggers a hardware-assisted breakpoint or watchpoint.
21632
21633@kindex maint space
21634@cindex memory used by commands
21635@item maint space
21636Control whether to display memory usage for each command. If set to a
21637nonzero value, @value{GDBN} will display how much memory each command
21638took, following the command's own output. This can also be requested
21639by invoking @value{GDBN} with the @option{--statistics} command-line
21640switch (@pxref{Mode Options}).
21641
21642@kindex maint time
21643@cindex time of command execution
21644@item maint time
21645Control whether to display the execution time for each command. If
21646set to a nonzero value, @value{GDBN} will display how much time it
21647took to execute each command, following the command's own output.
21648This can also be requested by invoking @value{GDBN} with the
21649@option{--statistics} command-line switch (@pxref{Mode Options}).
21650
21651@kindex maint translate-address
21652@item maint translate-address @r{[}@var{section}@r{]} @var{addr}
21653Find the symbol stored at the location specified by the address
21654@var{addr} and an optional section name @var{section}. If found,
21655@value{GDBN} prints the name of the closest symbol and an offset from
21656the symbol's location to the specified address. This is similar to
21657the @code{info address} command (@pxref{Symbols}), except that this
21658command also allows to find symbols in other sections.
ae038cb0 21659
8e04817f 21660@end table
c906108c 21661
9c16f35a
EZ
21662The following command is useful for non-interactive invocations of
21663@value{GDBN}, such as in the test suite.
21664
21665@table @code
21666@item set watchdog @var{nsec}
21667@kindex set watchdog
21668@cindex watchdog timer
21669@cindex timeout for commands
21670Set the maximum number of seconds @value{GDBN} will wait for the
21671target operation to finish. If this time expires, @value{GDBN}
21672reports and error and the command is aborted.
21673
21674@item show watchdog
21675Show the current setting of the target wait timeout.
21676@end table
c906108c 21677
e0ce93ac 21678@node Remote Protocol
8e04817f 21679@appendix @value{GDBN} Remote Serial Protocol
c906108c 21680
ee2d5c50
AC
21681@menu
21682* Overview::
21683* Packets::
21684* Stop Reply Packets::
21685* General Query Packets::
21686* Register Packet Format::
21687* Examples::
0ce1b118 21688* File-I/O remote protocol extension::
ee2d5c50
AC
21689@end menu
21690
21691@node Overview
21692@section Overview
21693
8e04817f
AC
21694There may be occasions when you need to know something about the
21695protocol---for example, if there is only one serial port to your target
21696machine, you might want your program to do something special if it
21697recognizes a packet meant for @value{GDBN}.
c906108c 21698
d2c6833e 21699In the examples below, @samp{->} and @samp{<-} are used to indicate
8e04817f 21700transmitted and received data respectfully.
c906108c 21701
8e04817f
AC
21702@cindex protocol, @value{GDBN} remote serial
21703@cindex serial protocol, @value{GDBN} remote
21704@cindex remote serial protocol
21705All @value{GDBN} commands and responses (other than acknowledgments) are
21706sent as a @var{packet}. A @var{packet} is introduced with the character
21707@samp{$}, the actual @var{packet-data}, and the terminating character
21708@samp{#} followed by a two-digit @var{checksum}:
c906108c 21709
474c8240 21710@smallexample
8e04817f 21711@code{$}@var{packet-data}@code{#}@var{checksum}
474c8240 21712@end smallexample
8e04817f 21713@noindent
c906108c 21714
8e04817f
AC
21715@cindex checksum, for @value{GDBN} remote
21716@noindent
21717The two-digit @var{checksum} is computed as the modulo 256 sum of all
21718characters between the leading @samp{$} and the trailing @samp{#} (an
21719eight bit unsigned checksum).
c906108c 21720
8e04817f
AC
21721Implementors should note that prior to @value{GDBN} 5.0 the protocol
21722specification also included an optional two-digit @var{sequence-id}:
c906108c 21723
474c8240 21724@smallexample
8e04817f 21725@code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
474c8240 21726@end smallexample
c906108c 21727
8e04817f
AC
21728@cindex sequence-id, for @value{GDBN} remote
21729@noindent
21730That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
21731has never output @var{sequence-id}s. Stubs that handle packets added
21732since @value{GDBN} 5.0 must not accept @var{sequence-id}.
c906108c 21733
8e04817f
AC
21734@cindex acknowledgment, for @value{GDBN} remote
21735When either the host or the target machine receives a packet, the first
21736response expected is an acknowledgment: either @samp{+} (to indicate
21737the package was received correctly) or @samp{-} (to request
21738retransmission):
c906108c 21739
474c8240 21740@smallexample
d2c6833e
AC
21741-> @code{$}@var{packet-data}@code{#}@var{checksum}
21742<- @code{+}
474c8240 21743@end smallexample
8e04817f 21744@noindent
53a5351d 21745
8e04817f
AC
21746The host (@value{GDBN}) sends @var{command}s, and the target (the
21747debugging stub incorporated in your program) sends a @var{response}. In
21748the case of step and continue @var{command}s, the response is only sent
21749when the operation has completed (the target has again stopped).
c906108c 21750
8e04817f
AC
21751@var{packet-data} consists of a sequence of characters with the
21752exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
21753exceptions).
c906108c 21754
8e04817f 21755Fields within the packet should be separated using @samp{,} @samp{;} or
ee2d5c50 21756@cindex remote protocol, field separator
8e04817f 21757@samp{:}. Except where otherwise noted all numbers are represented in
ee2d5c50 21758@sc{hex} with leading zeros suppressed.
c906108c 21759
8e04817f
AC
21760Implementors should note that prior to @value{GDBN} 5.0, the character
21761@samp{:} could not appear as the third character in a packet (as it
21762would potentially conflict with the @var{sequence-id}).
c906108c 21763
8e04817f
AC
21764Response @var{data} can be run-length encoded to save space. A @samp{*}
21765means that the next character is an @sc{ascii} encoding giving a repeat count
21766which stands for that many repetitions of the character preceding the
21767@samp{*}. The encoding is @code{n+29}, yielding a printable character
21768where @code{n >=3} (which is where rle starts to win). The printable
21769characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
21770value greater than 126 should not be used.
c906108c 21771
8e04817f 21772So:
474c8240 21773@smallexample
8e04817f 21774"@code{0* }"
474c8240 21775@end smallexample
8e04817f
AC
21776@noindent
21777means the same as "0000".
c906108c 21778
8e04817f
AC
21779The error response returned for some packets includes a two character
21780error number. That number is not well defined.
c906108c 21781
8e04817f
AC
21782For any @var{command} not supported by the stub, an empty response
21783(@samp{$#00}) should be returned. That way it is possible to extend the
21784protocol. A newer @value{GDBN} can tell if a packet is supported based
21785on that response.
c906108c 21786
b383017d
RM
21787A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
21788@samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
8e04817f 21789optional.
c906108c 21790
ee2d5c50
AC
21791@node Packets
21792@section Packets
21793
21794The following table provides a complete list of all currently defined
21795@var{command}s and their corresponding response @var{data}.
9c16f35a
EZ
21796@xref{File-I/O remote protocol extension}, for details about the File
21797I/O extension of the remote protocol.
ee2d5c50
AC
21798
21799@table @r
21800
21801@item @code{!} --- extended mode
21802@cindex @code{!} packet
21803
8e04817f
AC
21804Enable extended mode. In extended mode, the remote server is made
21805persistent. The @samp{R} packet is used to restart the program being
21806debugged.
ee2d5c50
AC
21807
21808Reply:
21809@table @samp
21810@item OK
8e04817f 21811The remote target both supports and has enabled extended mode.
ee2d5c50 21812@end table
c906108c 21813
ee2d5c50
AC
21814@item @code{?} --- last signal
21815@cindex @code{?} packet
c906108c 21816
ee2d5c50
AC
21817Indicate the reason the target halted. The reply is the same as for
21818step and continue.
c906108c 21819
ee2d5c50
AC
21820Reply:
21821@xref{Stop Reply Packets}, for the reply specifications.
21822
21823@item @code{a} --- reserved
21824
21825Reserved for future use.
21826
21827@item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)}
21828@cindex @code{A} packet
c906108c 21829
8e04817f
AC
21830Initialized @samp{argv[]} array passed into program. @var{arglen}
21831specifies the number of bytes in the hex encoded byte stream @var{arg}.
ee2d5c50
AC
21832See @code{gdbserver} for more details.
21833
21834Reply:
21835@table @samp
21836@item OK
21837@item E@var{NN}
21838@end table
21839
21840@item @code{b}@var{baud} --- set baud @strong{(deprecated)}
21841@cindex @code{b} packet
21842
21843Change the serial line speed to @var{baud}.
21844
21845JTC: @emph{When does the transport layer state change? When it's
21846received, or after the ACK is transmitted. In either case, there are
21847problems if the command or the acknowledgment packet is dropped.}
21848
21849Stan: @emph{If people really wanted to add something like this, and get
21850it working for the first time, they ought to modify ser-unix.c to send
21851some kind of out-of-band message to a specially-setup stub and have the
21852switch happen "in between" packets, so that from remote protocol's point
21853of view, nothing actually happened.}
21854
21855@item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)}
21856@cindex @code{B} packet
21857
8e04817f 21858Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
2f870471
AC
21859breakpoint at @var{addr}.
21860
21861This packet has been replaced by the @samp{Z} and @samp{z} packets
21862(@pxref{insert breakpoint or watchpoint packet}).
c906108c 21863
ee2d5c50
AC
21864@item @code{c}@var{addr} --- continue
21865@cindex @code{c} packet
21866
21867@var{addr} is address to resume. If @var{addr} is omitted, resume at
8e04817f 21868current address.
c906108c 21869
ee2d5c50
AC
21870Reply:
21871@xref{Stop Reply Packets}, for the reply specifications.
21872
21873@item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal
21874@cindex @code{C} packet
21875
8e04817f
AC
21876Continue with signal @var{sig} (hex signal number). If
21877@code{;}@var{addr} is omitted, resume at same address.
c906108c 21878
ee2d5c50
AC
21879Reply:
21880@xref{Stop Reply Packets}, for the reply specifications.
c906108c 21881
ee2d5c50
AC
21882@item @code{d} --- toggle debug @strong{(deprecated)}
21883@cindex @code{d} packet
21884
21885Toggle debug flag.
21886
21887@item @code{D} --- detach
21888@cindex @code{D} packet
21889
21890Detach @value{GDBN} from the remote system. Sent to the remote target
07f31aa6 21891before @value{GDBN} disconnects via the @code{detach} command.
ee2d5c50
AC
21892
21893Reply:
21894@table @samp
21895@item @emph{no response}
8e04817f 21896@value{GDBN} does not check for any response after sending this packet.
ee2d5c50 21897@end table
c906108c 21898
ee2d5c50 21899@item @code{e} --- reserved
c906108c 21900
ee2d5c50 21901Reserved for future use.
c906108c 21902
ee2d5c50 21903@item @code{E} --- reserved
c906108c 21904
ee2d5c50 21905Reserved for future use.
c906108c 21906
ee2d5c50
AC
21907@item @code{f} --- reserved
21908
21909Reserved for future use.
21910
0ce1b118
CV
21911@item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet.
21912@cindex @code{F} packet
ee2d5c50 21913
0ce1b118
CV
21914This packet is send by @value{GDBN} as reply to a @code{F} request packet
21915sent by the target. This is part of the File-I/O protocol extension.
21916@xref{File-I/O remote protocol extension}, for the specification.
ee2d5c50
AC
21917
21918@item @code{g} --- read registers
21919@anchor{read registers packet}
21920@cindex @code{g} packet
21921
21922Read general registers.
21923
21924Reply:
21925@table @samp
21926@item @var{XX@dots{}}
8e04817f
AC
21927Each byte of register data is described by two hex digits. The bytes
21928with the register are transmitted in target byte order. The size of
21929each register and their position within the @samp{g} @var{packet} are
12c266ea
AC
21930determined by the @value{GDBN} internal macros
21931@var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The
21932specification of several standard @code{g} packets is specified below.
ee2d5c50
AC
21933@item E@var{NN}
21934for an error.
21935@end table
c906108c 21936
ee2d5c50
AC
21937@item @code{G}@var{XX@dots{}} --- write regs
21938@cindex @code{G} packet
c906108c 21939
ee2d5c50
AC
21940@xref{read registers packet}, for a description of the @var{XX@dots{}}
21941data.
21942
21943Reply:
21944@table @samp
21945@item OK
21946for success
21947@item E@var{NN}
21948for an error
21949@end table
21950
21951@item @code{h} --- reserved
21952
21953Reserved for future use.
21954
b383017d 21955@item @code{H}@var{c}@var{t@dots{}} --- set thread
ee2d5c50 21956@cindex @code{H} packet
c906108c 21957
8e04817f 21958Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
ee2d5c50
AC
21959@samp{G}, et.al.). @var{c} depends on the operation to be performed: it
21960should be @samp{c} for step and continue operations, @samp{g} for other
21961operations. The thread designator @var{t@dots{}} may be -1, meaning all
21962the threads, a thread number, or zero which means pick any thread.
21963
21964Reply:
21965@table @samp
21966@item OK
21967for success
21968@item E@var{NN}
21969for an error
21970@end table
c906108c 21971
8e04817f
AC
21972@c FIXME: JTC:
21973@c 'H': How restrictive (or permissive) is the thread model. If a
21974@c thread is selected and stopped, are other threads allowed
21975@c to continue to execute? As I mentioned above, I think the
21976@c semantics of each command when a thread is selected must be
21977@c described. For example:
21978@c
21979@c 'g': If the stub supports threads and a specific thread is
21980@c selected, returns the register block from that thread;
21981@c otherwise returns current registers.
21982@c
21983@c 'G' If the stub supports threads and a specific thread is
21984@c selected, sets the registers of the register block of
21985@c that thread; otherwise sets current registers.
c906108c 21986
ee2d5c50
AC
21987@item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)}
21988@anchor{cycle step packet}
21989@cindex @code{i} packet
21990
8e04817f
AC
21991Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
21992present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
21993step starting at that address.
c906108c 21994
ee2d5c50
AC
21995@item @code{I} --- signal then cycle step @strong{(reserved)}
21996@cindex @code{I} packet
21997
21998@xref{step with signal packet}. @xref{cycle step packet}.
21999
22000@item @code{j} --- reserved
22001
22002Reserved for future use.
22003
22004@item @code{J} --- reserved
c906108c 22005
ee2d5c50 22006Reserved for future use.
c906108c 22007
ee2d5c50
AC
22008@item @code{k} --- kill request
22009@cindex @code{k} packet
c906108c 22010
ac282366 22011FIXME: @emph{There is no description of how to operate when a specific
ee2d5c50
AC
22012thread context has been selected (i.e.@: does 'k' kill only that
22013thread?)}.
c906108c 22014
ee2d5c50 22015@item @code{K} --- reserved
c906108c 22016
ee2d5c50
AC
22017Reserved for future use.
22018
22019@item @code{l} --- reserved
22020
22021Reserved for future use.
22022
22023@item @code{L} --- reserved
22024
22025Reserved for future use.
22026
22027@item @code{m}@var{addr}@code{,}@var{length} --- read memory
22028@cindex @code{m} packet
c906108c 22029
8e04817f 22030Read @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50 22031Neither @value{GDBN} nor the stub assume that sized memory transfers are
2e834e49 22032assumed using word aligned accesses. FIXME: @emph{A word aligned memory
8e04817f 22033transfer mechanism is needed.}
c906108c 22034
ee2d5c50
AC
22035Reply:
22036@table @samp
22037@item @var{XX@dots{}}
22038@var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able
22039to read only part of the data. Neither @value{GDBN} nor the stub assume
2e834e49 22040that sized memory transfers are assumed using word aligned
ee2d5c50
AC
22041accesses. FIXME: @emph{A word aligned memory transfer mechanism is
22042needed.}
22043@item E@var{NN}
22044@var{NN} is errno
22045@end table
22046
22047@item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem
22048@cindex @code{M} packet
22049
8e04817f 22050Write @var{length} bytes of memory starting at address @var{addr}.
ee2d5c50
AC
22051@var{XX@dots{}} is the data.
22052
22053Reply:
22054@table @samp
22055@item OK
22056for success
22057@item E@var{NN}
8e04817f
AC
22058for an error (this includes the case where only part of the data was
22059written).
ee2d5c50 22060@end table
c906108c 22061
ee2d5c50 22062@item @code{n} --- reserved
c906108c 22063
ee2d5c50 22064Reserved for future use.
c906108c 22065
ee2d5c50 22066@item @code{N} --- reserved
c906108c 22067
ee2d5c50 22068Reserved for future use.
c906108c 22069
ee2d5c50
AC
22070@item @code{o} --- reserved
22071
22072Reserved for future use.
22073
22074@item @code{O} --- reserved
22075
2e868123 22076@item @code{p}@var{hex number of register} --- read register packet
ee2d5c50
AC
22077@cindex @code{p} packet
22078
2e868123
AC
22079@xref{read registers packet}, for a description of how the returned
22080register value is encoded.
ee2d5c50
AC
22081
22082Reply:
22083@table @samp
2e868123
AC
22084@item @var{XX@dots{}}
22085the register's value
22086@item E@var{NN}
22087for an error
22088@item
22089Indicating an unrecognized @var{query}.
ee2d5c50
AC
22090@end table
22091
22092@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
22093@anchor{write register packet}
22094@cindex @code{P} packet
22095
22096Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex
8e04817f 22097digits for each byte in the register (target byte order).
c906108c 22098
ee2d5c50
AC
22099Reply:
22100@table @samp
22101@item OK
22102for success
22103@item E@var{NN}
22104for an error
22105@end table
22106
22107@item @code{q}@var{query} --- general query
22108@anchor{general query packet}
22109@cindex @code{q} packet
22110
22111Request info about @var{query}. In general @value{GDBN} queries have a
22112leading upper case letter. Custom vendor queries should use a company
22113prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally
22114be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure
22115that they match the full @var{query} name.
22116
22117Reply:
22118@table @samp
22119@item @var{XX@dots{}}
22120Hex encoded data from query. The reply can not be empty.
22121@item E@var{NN}
22122error reply
8e04817f 22123@item
ee2d5c50
AC
22124Indicating an unrecognized @var{query}.
22125@end table
22126
22127@item @code{Q}@var{var}@code{=}@var{val} --- general set
22128@cindex @code{Q} packet
22129
22130Set value of @var{var} to @var{val}.
22131
22132@xref{general query packet}, for a discussion of naming conventions.
c906108c 22133
ee2d5c50
AC
22134@item @code{r} --- reset @strong{(deprecated)}
22135@cindex @code{r} packet
c906108c 22136
8e04817f 22137Reset the entire system.
c906108c 22138
ee2d5c50
AC
22139@item @code{R}@var{XX} --- remote restart
22140@cindex @code{R} packet
22141
8e04817f
AC
22142Restart the program being debugged. @var{XX}, while needed, is ignored.
22143This packet is only available in extended mode.
ee2d5c50
AC
22144
22145Reply:
22146@table @samp
22147@item @emph{no reply}
8e04817f 22148The @samp{R} packet has no reply.
ee2d5c50
AC
22149@end table
22150
22151@item @code{s}@var{addr} --- step
22152@cindex @code{s} packet
c906108c 22153
8e04817f
AC
22154@var{addr} is address to resume. If @var{addr} is omitted, resume at
22155same address.
c906108c 22156
ee2d5c50
AC
22157Reply:
22158@xref{Stop Reply Packets}, for the reply specifications.
22159
22160@item @code{S}@var{sig}@code{;}@var{addr} --- step with signal
22161@anchor{step with signal packet}
22162@cindex @code{S} packet
22163
8e04817f 22164Like @samp{C} but step not continue.
c906108c 22165
ee2d5c50
AC
22166Reply:
22167@xref{Stop Reply Packets}, for the reply specifications.
22168
b383017d 22169@item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search
ee2d5c50
AC
22170@cindex @code{t} packet
22171
8e04817f 22172Search backwards starting at address @var{addr} for a match with pattern
ee2d5c50
AC
22173@var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes.
22174@var{addr} must be at least 3 digits.
c906108c 22175
ee2d5c50
AC
22176@item @code{T}@var{XX} --- thread alive
22177@cindex @code{T} packet
c906108c 22178
ee2d5c50 22179Find out if the thread XX is alive.
c906108c 22180
ee2d5c50
AC
22181Reply:
22182@table @samp
22183@item OK
22184thread is still alive
22185@item E@var{NN}
22186thread is dead
22187@end table
22188
22189@item @code{u} --- reserved
22190
22191Reserved for future use.
22192
22193@item @code{U} --- reserved
22194
22195Reserved for future use.
22196
86d30acc 22197@item @code{v} --- verbose packet prefix
ee2d5c50 22198
86d30acc
DJ
22199Packets starting with @code{v} are identified by a multi-letter name,
22200up to the first @code{;} or @code{?} (or the end of the packet).
22201
22202@item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume
22203@cindex @code{vCont} packet
22204
22205Resume the inferior. Different actions may be specified for each thread.
22206If an action is specified with no @var{tid}, then it is applied to any
22207threads that don't have a specific action specified; if no default action is
22208specified then other threads should remain stopped. Specifying multiple
22209default actions is an error; specifying no actions is also an error.
22210Thread IDs are specified in hexadecimal. Currently supported actions are:
22211
22212@table @code
22213@item c
22214Continue.
22215@item C@var{sig}
22216Continue with signal @var{sig}. @var{sig} should be two hex digits.
22217@item s
22218Step.
22219@item S@var{sig}
22220Step with signal @var{sig}. @var{sig} should be two hex digits.
22221@end table
22222
22223The optional @var{addr} argument normally associated with these packets is
22224not supported in @code{vCont}.
22225
22226Reply:
22227@xref{Stop Reply Packets}, for the reply specifications.
22228
22229@item @code{vCont?} --- extended resume query
22230@cindex @code{vCont?} packet
22231
22232Query support for the @code{vCont} packet.
22233
22234Reply:
22235@table @samp
22236@item @code{vCont}[;@var{action}]...
22237The @code{vCont} packet is supported. Each @var{action} is a supported
22238command in the @code{vCont} packet.
22239@item
22240The @code{vCont} packet is not supported.
22241@end table
ee2d5c50
AC
22242
22243@item @code{V} --- reserved
c906108c 22244
ee2d5c50 22245Reserved for future use.
c906108c 22246
ee2d5c50 22247@item @code{w} --- reserved
c906108c 22248
ee2d5c50 22249Reserved for future use.
c906108c 22250
ee2d5c50 22251@item @code{W} --- reserved
c906108c 22252
ee2d5c50 22253Reserved for future use.
c906108c 22254
ee2d5c50
AC
22255@item @code{x} --- reserved
22256
22257Reserved for future use.
22258
22259@item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary)
22260@cindex @code{X} packet
22261
22262@var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}}
22263is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
69065f5d
AC
22264escaped using @code{0x7d}, and then XORed with @code{0x20}.
22265For example, @code{0x7d} would be transmitted as @code{0x7d 0x5d}.
c906108c 22266
ee2d5c50
AC
22267Reply:
22268@table @samp
22269@item OK
22270for success
22271@item E@var{NN}
22272for an error
22273@end table
22274
22275@item @code{y} --- reserved
c906108c 22276
ee2d5c50 22277Reserved for future use.
c906108c 22278
ee2d5c50
AC
22279@item @code{Y} reserved
22280
22281Reserved for future use.
22282
2f870471
AC
22283@item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)}
22284@itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)}
22285@anchor{insert breakpoint or watchpoint packet}
ee2d5c50 22286@cindex @code{z} packet
2f870471 22287@cindex @code{Z} packets
ee2d5c50 22288
2f870471
AC
22289Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or
22290watchpoint starting at address @var{address} and covering the next
22291@var{length} bytes.
ee2d5c50 22292
2f870471
AC
22293Each breakpoint and watchpoint packet @var{type} is documented
22294separately.
22295
512217c7
AC
22296@emph{Implementation notes: A remote target shall return an empty string
22297for an unrecognized breakpoint or watchpoint packet @var{type}. A
22298remote target shall support either both or neither of a given
2f870471
AC
22299@code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To
22300avoid potential problems with duplicate packets, the operations should
22301be implemented in an idempotent way.}
22302
22303@item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)}
22304@item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)}
22305@cindex @code{z0} packet
22306@cindex @code{Z0} packet
22307
22308Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address
22309@code{addr} of size @code{length}.
22310
22311A memory breakpoint is implemented by replacing the instruction at
22312@var{addr} with a software breakpoint or trap instruction. The
22313@code{length} is used by targets that indicates the size of the
22314breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and
22315@sc{mips} can insert either a 2 or 4 byte breakpoint).
c906108c 22316
2f870471
AC
22317@emph{Implementation note: It is possible for a target to copy or move
22318code that contains memory breakpoints (e.g., when implementing
22319overlays). The behavior of this packet, in the presence of such a
22320target, is not defined.}
c906108c 22321
ee2d5c50
AC
22322Reply:
22323@table @samp
2f870471
AC
22324@item OK
22325success
22326@item
22327not supported
ee2d5c50
AC
22328@item E@var{NN}
22329for an error
2f870471
AC
22330@end table
22331
22332@item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)}
22333@item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)}
22334@cindex @code{z1} packet
22335@cindex @code{Z1} packet
22336
22337Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at
22338address @code{addr} of size @code{length}.
22339
22340A hardware breakpoint is implemented using a mechanism that is not
22341dependant on being able to modify the target's memory.
22342
22343@emph{Implementation note: A hardware breakpoint is not affected by code
22344movement.}
22345
22346Reply:
22347@table @samp
ee2d5c50 22348@item OK
2f870471
AC
22349success
22350@item
22351not supported
22352@item E@var{NN}
22353for an error
22354@end table
22355
22356@item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)}
22357@item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)}
22358@cindex @code{z2} packet
22359@cindex @code{Z2} packet
22360
22361Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint.
22362
22363Reply:
22364@table @samp
22365@item OK
22366success
22367@item
22368not supported
22369@item E@var{NN}
22370for an error
22371@end table
22372
22373@item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)}
22374@item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)}
22375@cindex @code{z3} packet
22376@cindex @code{Z3} packet
22377
2e834e49 22378Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint.
2f870471
AC
22379
22380Reply:
22381@table @samp
22382@item OK
22383success
22384@item
22385not supported
22386@item E@var{NN}
22387for an error
22388@end table
22389
2e834e49
HPN
22390@item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)}
22391@item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)}
2f870471
AC
22392@cindex @code{z4} packet
22393@cindex @code{Z4} packet
22394
22395Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint.
22396
22397Reply:
22398@table @samp
22399@item OK
22400success
22401@item
22402not supported
22403@item E@var{NN}
22404for an error
ee2d5c50
AC
22405@end table
22406
22407@end table
c906108c 22408
ee2d5c50
AC
22409@node Stop Reply Packets
22410@section Stop Reply Packets
22411@cindex stop reply packets
c906108c 22412
8e04817f
AC
22413The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
22414receive any of the below as a reply. In the case of the @samp{C},
22415@samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
22416when the target halts. In the below the exact meaning of @samp{signal
22417number} is poorly defined. In general one of the UNIX signal numbering
22418conventions is used.
c906108c 22419
ee2d5c50 22420@table @samp
c906108c 22421
ee2d5c50
AC
22422@item S@var{AA}
22423@var{AA} is the signal number
c906108c 22424
8e04817f 22425@item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
ee2d5c50
AC
22426@cindex @code{T} packet reply
22427
8e04817f
AC
22428@var{AA} = two hex digit signal number; @var{n...} = register number
22429(hex), @var{r...} = target byte ordered register contents, size defined
12c266ea
AC
22430by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread},
22431@var{r...} = thread process ID, this is a hex integer; @var{n...} =
22432(@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data
22433address, this is a hex integer; @var{n...} = other string not starting
22434with valid hex digit. @value{GDBN} should ignore this @var{n...},
22435@var{r...} pair and go on to the next. This way we can extend the
22436protocol.
c906108c 22437
ee2d5c50
AC
22438@item W@var{AA}
22439
8e04817f 22440The process exited, and @var{AA} is the exit status. This is only
ee2d5c50
AC
22441applicable to certain targets.
22442
22443@item X@var{AA}
c906108c 22444
8e04817f 22445The process terminated with signal @var{AA}.
c906108c 22446
ee2d5c50 22447@item O@var{XX@dots{}}
c906108c 22448
ee2d5c50
AC
22449@var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at
22450any time while the program is running and the debugger should continue
22451to wait for @samp{W}, @samp{T}, etc.
22452
0ce1b118
CV
22453@item F@var{call-id}@code{,}@var{parameter@dots{}}
22454
22455@var{call-id} is the identifier which says which host system call should
22456be called. This is just the name of the function. Translation into the
22457correct system call is only applicable as it's defined in @value{GDBN}.
22458@xref{File-I/O remote protocol extension}, for a list of implemented
22459system calls.
22460
22461@var{parameter@dots{}} is a list of parameters as defined for this very
22462system call.
22463
22464The target replies with this packet when it expects @value{GDBN} to call
22465a host system call on behalf of the target. @value{GDBN} replies with
22466an appropriate @code{F} packet and keeps up waiting for the next reply
22467packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or
22468@samp{s} action is expected to be continued.
22469@xref{File-I/O remote protocol extension}, for more details.
22470
ee2d5c50
AC
22471@end table
22472
22473@node General Query Packets
22474@section General Query Packets
9c16f35a 22475@cindex remote query requests
c906108c 22476
8e04817f 22477The following set and query packets have already been defined.
c906108c 22478
ee2d5c50 22479@table @r
c906108c 22480
ee2d5c50 22481@item @code{q}@code{C} --- current thread
9c16f35a
EZ
22482@cindex current thread, remote request
22483@cindex @code{qC} packet
ee2d5c50
AC
22484Return the current thread id.
22485
22486Reply:
22487@table @samp
22488@item @code{QC}@var{pid}
e1aac25b 22489Where @var{pid} is an unsigned hexidecimal process id.
ee2d5c50
AC
22490@item *
22491Any other reply implies the old pid.
22492@end table
22493
22494@item @code{q}@code{fThreadInfo} -- all thread ids
9c16f35a
EZ
22495@cindex list active threads, remote request
22496@cindex @code{qfThreadInfo} packet
ee2d5c50 22497@code{q}@code{sThreadInfo}
c906108c 22498
8e04817f
AC
22499Obtain a list of active thread ids from the target (OS). Since there
22500may be too many active threads to fit into one reply packet, this query
22501works iteratively: it may require more than one query/reply sequence to
22502obtain the entire list of threads. The first query of the sequence will
22503be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
22504sequence will be the @code{qs}@code{ThreadInfo} query.
ee2d5c50
AC
22505
22506NOTE: replaces the @code{qL} query (see below).
22507
22508Reply:
22509@table @samp
22510@item @code{m}@var{id}
22511A single thread id
22512@item @code{m}@var{id},@var{id}@dots{}
22513a comma-separated list of thread ids
22514@item @code{l}
22515(lower case 'el') denotes end of list.
22516@end table
22517
22518In response to each query, the target will reply with a list of one or
e1aac25b
JB
22519more thread ids, in big-endian unsigned hex, separated by commas.
22520@value{GDBN} will respond to each reply with a request for more thread
22521ids (using the @code{qs} form of the query), until the target responds
22522with @code{l} (lower-case el, for @code{'last'}).
c906108c 22523
ee2d5c50 22524@item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
9c16f35a
EZ
22525@cindex thread attributes info, remote request
22526@cindex @code{qThreadExtraInfo} packet
ee2d5c50
AC
22527Where @var{id} is a thread-id in big-endian hex. Obtain a printable
22528string description of a thread's attributes from the target OS. This
22529string may contain anything that the target OS thinks is interesting for
22530@value{GDBN} to tell the user about the thread. The string is displayed
22531in @value{GDBN}'s @samp{info threads} display. Some examples of
22532possible thread extra info strings are ``Runnable'', or ``Blocked on
22533Mutex''.
22534
22535Reply:
22536@table @samp
22537@item @var{XX@dots{}}
22538Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising
22539the printable string containing the extra information about the thread's
8e04817f 22540attributes.
ee2d5c50
AC
22541@end table
22542
22543@item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
c906108c 22544
8e04817f
AC
22545Obtain thread information from RTOS. Where: @var{startflag} (one hex
22546digit) is one to indicate the first query and zero to indicate a
22547subsequent query; @var{threadcount} (two hex digits) is the maximum
22548number of threads the response packet can contain; and @var{nextthread}
22549(eight hex digits), for subsequent queries (@var{startflag} is zero), is
22550returned in the response as @var{argthread}.
ee2d5c50
AC
22551
22552NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query
22553(see above).
22554
22555Reply:
22556@table @samp
22557@item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}}
8e04817f
AC
22558Where: @var{count} (two hex digits) is the number of threads being
22559returned; @var{done} (one hex digit) is zero to indicate more threads
22560and one indicates no further threads; @var{argthreadid} (eight hex
ee2d5c50
AC
22561digits) is @var{nextthread} from the request packet; @var{thread@dots{}}
22562is a sequence of thread IDs from the target. @var{threadid} (eight hex
8e04817f 22563digits). See @code{remote.c:parse_threadlist_response()}.
ee2d5c50 22564@end table
c906108c 22565
ee2d5c50 22566@item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block
9c16f35a
EZ
22567@cindex CRC of memory block, remote request
22568@cindex @code{qCRC} packet
ee2d5c50
AC
22569Reply:
22570@table @samp
22571@item @code{E}@var{NN}
22572An error (such as memory fault)
22573@item @code{C}@var{CRC32}
22574A 32 bit cyclic redundancy check of the specified memory region.
22575@end table
22576
22577@item @code{q}@code{Offsets} --- query sect offs
9c16f35a
EZ
22578@cindex section offsets, remote request
22579@cindex @code{qOffsets} packet
8e04817f
AC
22580Get section offsets that the target used when re-locating the downloaded
22581image. @emph{Note: while a @code{Bss} offset is included in the
22582response, @value{GDBN} ignores this and instead applies the @code{Data}
22583offset to the @code{Bss} section.}
c906108c 22584
ee2d5c50
AC
22585Reply:
22586@table @samp
22587@item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
22588@end table
22589
22590@item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request
9c16f35a
EZ
22591@cindex thread information, remote request
22592@cindex @code{qP} packet
8e04817f
AC
22593Returns information on @var{threadid}. Where: @var{mode} is a hex
22594encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
ee2d5c50
AC
22595
22596Reply:
22597@table @samp
22598@item *
22599@end table
22600
8e04817f 22601See @code{remote.c:remote_unpack_thread_info_response()}.
c906108c 22602
ee2d5c50 22603@item @code{q}@code{Rcmd,}@var{command} --- remote command
9c16f35a
EZ
22604@cindex execute remote command, remote request
22605@cindex @code{qRcmd} packet
ee2d5c50 22606@var{command} (hex encoded) is passed to the local interpreter for
8e04817f
AC
22607execution. Invalid commands should be reported using the output string.
22608Before the final result packet, the target may also respond with a
ee2d5c50
AC
22609number of intermediate @code{O}@var{output} console output packets.
22610@emph{Implementors should note that providing access to a stubs's
22611interpreter may have security implications}.
22612
22613Reply:
22614@table @samp
22615@item OK
8e04817f 22616A command response with no output.
ee2d5c50 22617@item @var{OUTPUT}
8e04817f 22618A command response with the hex encoded output string @var{OUTPUT}.
ee2d5c50 22619@item @code{E}@var{NN}
8e04817f 22620Indicate a badly formed request.
ee2d5c50 22621@item @samp{}
8e04817f 22622When @samp{q}@samp{Rcmd} is not recognized.
ee2d5c50 22623@end table
9c16f35a 22624z
ee2d5c50 22625@item @code{qSymbol::} --- symbol lookup
9c16f35a
EZ
22626@cindex symbol lookup, remote request
22627@cindex @code{qSymbol} packet
8e04817f
AC
22628Notify the target that @value{GDBN} is prepared to serve symbol lookup
22629requests. Accept requests from the target for the values of symbols.
ee2d5c50
AC
22630
22631Reply:
22632@table @samp
22633@item @code{OK}
8e04817f 22634The target does not need to look up any (more) symbols.
ee2d5c50
AC
22635@item @code{qSymbol:}@var{sym_name}
22636The target requests the value of symbol @var{sym_name} (hex encoded).
22637@value{GDBN} may provide the value by using the
22638@code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below.
22639@end table
22640
22641@item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value
22642
22643Set the value of @var{sym_name} to @var{sym_value}.
22644
22645@var{sym_name} (hex encoded) is the name of a symbol whose value the
22646target has previously requested.
22647
22648@var{sym_value} (hex) is the value for symbol @var{sym_name}. If
22649@value{GDBN} cannot supply a value for @var{sym_name}, then this field
22650will be empty.
22651
22652Reply:
22653@table @samp
22654@item @code{OK}
8e04817f 22655The target does not need to look up any (more) symbols.
ee2d5c50
AC
22656@item @code{qSymbol:}@var{sym_name}
22657The target requests the value of a new symbol @var{sym_name} (hex
22658encoded). @value{GDBN} will continue to supply the values of symbols
22659(if available), until the target ceases to request them.
22660@end table
eb12ee30 22661
649e03f6 22662@item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data
9c16f35a
EZ
22663@cindex read special object, remote request
22664@cindex @code{qPart} packet
649e03f6
RM
22665Read uninterpreted bytes from the target's special data area
22666identified by the keyword @code{object}.
22667Request @var{length} bytes starting at @var{offset} bytes into the data.
22668The content and encoding of @var{annex} is specific to the object;
22669it can supply additional details about what data to access.
22670
22671Here are the specific requests of this form defined so far.
22672All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}}
22673requests use the same reply formats, listed below.
22674
22675@table @asis
22676@item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length}
721c2651
EZ
22677Access the target's @dfn{auxiliary vector}. @xref{OS Information,
22678auxiliary vector}, and see @ref{Remote configuration,
22679read-aux-vector-packet}. Note @var{annex} must be empty.
649e03f6
RM
22680@end table
22681
22682Reply:
22683@table @asis
22684@item @code{OK}
22685The @var{offset} in the request is at the end of the data.
22686There is no more data to be read.
22687
22688@item @var{XX@dots{}}
22689Hex encoded data bytes read.
22690This may be fewer bytes than the @var{length} in the request.
22691
22692@item @code{E00}
22693The request was malformed, or @var{annex} was invalid.
22694
22695@item @code{E}@var{nn}
22696The offset was invalid, or there was an error encountered reading the data.
22697@var{nn} is a hex-encoded @code{errno} value.
22698
22699@item @code{""} (empty)
22700An empty reply indicates the @var{object} or @var{annex} string was not
22701recognized by the stub.
22702@end table
22703
22704@item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}}
9c16f35a 22705@cindex write data into object, remote request
649e03f6
RM
22706Write uninterpreted bytes into the target's special data area
22707identified by the keyword @code{object},
22708starting at @var{offset} bytes into the data.
22709@var{data@dots{}} is the hex-encoded data to be written.
22710The content and encoding of @var{annex} is specific to the object;
22711it can supply additional details about what data to access.
22712
22713No requests of this form are presently in use. This specification
22714serves as a placeholder to document the common format that new
22715specific request specifications ought to use.
22716
22717Reply:
22718@table @asis
22719@item @var{nn}
22720@var{nn} (hex encoded) is the number of bytes written.
22721This may be fewer bytes than supplied in the request.
22722
22723@item @code{E00}
22724The request was malformed, or @var{annex} was invalid.
22725
22726@item @code{E}@var{nn}
22727The offset was invalid, or there was an error encountered writing the data.
22728@var{nn} is a hex-encoded @code{errno} value.
22729
22730@item @code{""} (empty)
22731An empty reply indicates the @var{object} or @var{annex} string was not
22732recognized by the stub, or that the object does not support writing.
22733@end table
22734
22735@item @code{qPart}:@var{object}:@var{operation}:@dots{}
22736Requests of this form may be added in the future. When a stub does
22737not recognize the @var{object} keyword, or its support for
22738@var{object} does not recognize the @var{operation} keyword,
22739the stub must respond with an empty packet.
83761cbd
KB
22740
22741@item @code{qGetTLSAddr}:@var{thread-id},@var{offset},@var{lm} --- get thread local storage address
9c16f35a
EZ
22742@cindex get thread-local storage address, remote request
22743@cindex @code{qGetTLSAddr} packet
83761cbd
KB
22744Fetch the address associated with thread local storage specified
22745by @var{thread-id}, @var{offset}, and @var{lm}.
22746
22747@var{thread-id} is the (big endian, hex encoded) thread id associated with the
22748thread for which to fetch the TLS address.
22749
22750@var{offset} is the (big endian, hex encoded) offset associated with the
22751thread local variable. (This offset is obtained from the debug
22752information associated with the variable.)
22753
22754@var{lm} is the (big endian, hex encoded) OS/ABI specific encoding of the
22755the load module associated with the thread local storage. For example,
22756a @sc{gnu}/Linux system will pass the link map address of the shared
22757object associated with the thread local storage under consideration.
22758Other operating environments may choose to represent the load module
22759differently, so the precise meaning of this parameter will vary.
22760
22761Reply:
22762@table @asis
68c71a2e 22763@item @var{XX@dots{}}
83761cbd
KB
22764Hex encoded (big endian) bytes representing the address of the thread
22765local storage requested.
22766
22767@item @code{E}@var{nn} (where @var{nn} are hex digits)
22768An error occurred.
22769
22770@item @code{""} (empty)
22771An empty reply indicates that @code{qGetTLSAddr} is not supported by the stub.
22772@end table
22773
ee2d5c50
AC
22774@end table
22775
22776@node Register Packet Format
22777@section Register Packet Format
eb12ee30 22778
8e04817f 22779The following @samp{g}/@samp{G} packets have previously been defined.
ee2d5c50
AC
22780In the below, some thirty-two bit registers are transferred as
22781sixty-four bits. Those registers should be zero/sign extended (which?)
22782to fill the space allocated. Register bytes are transfered in target
22783byte order. The two nibbles within a register byte are transfered
22784most-significant - least-significant.
eb12ee30 22785
ee2d5c50 22786@table @r
eb12ee30 22787
8e04817f 22788@item MIPS32
ee2d5c50 22789
8e04817f
AC
22790All registers are transfered as thirty-two bit quantities in the order:
2279132 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
22792registers; fsr; fir; fp.
eb12ee30 22793
8e04817f 22794@item MIPS64
ee2d5c50 22795
8e04817f
AC
22796All registers are transfered as sixty-four bit quantities (including
22797thirty-two bit registers such as @code{sr}). The ordering is the same
22798as @code{MIPS32}.
eb12ee30 22799
ee2d5c50
AC
22800@end table
22801
22802@node Examples
22803@section Examples
eb12ee30 22804
8e04817f
AC
22805Example sequence of a target being re-started. Notice how the restart
22806does not get any direct output:
eb12ee30 22807
474c8240 22808@smallexample
d2c6833e
AC
22809-> @code{R00}
22810<- @code{+}
8e04817f 22811@emph{target restarts}
d2c6833e 22812-> @code{?}
8e04817f 22813<- @code{+}
d2c6833e
AC
22814<- @code{T001:1234123412341234}
22815-> @code{+}
474c8240 22816@end smallexample
eb12ee30 22817
8e04817f 22818Example sequence of a target being stepped by a single instruction:
eb12ee30 22819
474c8240 22820@smallexample
d2c6833e 22821-> @code{G1445@dots{}}
8e04817f 22822<- @code{+}
d2c6833e
AC
22823-> @code{s}
22824<- @code{+}
22825@emph{time passes}
22826<- @code{T001:1234123412341234}
8e04817f 22827-> @code{+}
d2c6833e 22828-> @code{g}
8e04817f 22829<- @code{+}
d2c6833e
AC
22830<- @code{1455@dots{}}
22831-> @code{+}
474c8240 22832@end smallexample
eb12ee30 22833
0ce1b118
CV
22834@node File-I/O remote protocol extension
22835@section File-I/O remote protocol extension
22836@cindex File-I/O remote protocol extension
22837
22838@menu
22839* File-I/O Overview::
22840* Protocol basics::
1d8b2f28
JB
22841* The F request packet::
22842* The F reply packet::
0ce1b118
CV
22843* Memory transfer::
22844* The Ctrl-C message::
22845* Console I/O::
22846* The isatty call::
22847* The system call::
22848* List of supported calls::
22849* Protocol specific representation of datatypes::
22850* Constants::
22851* File-I/O Examples::
22852@end menu
22853
22854@node File-I/O Overview
22855@subsection File-I/O Overview
22856@cindex file-i/o overview
22857
9c16f35a
EZ
22858The @dfn{File I/O remote protocol extension} (short: File-I/O) allows the
22859target to use the host's file system and console I/O when calling various
0ce1b118
CV
22860system calls. System calls on the target system are translated into a
22861remote protocol packet to the host system which then performs the needed
22862actions and returns with an adequate response packet to the target system.
22863This simulates file system operations even on targets that lack file systems.
22864
22865The protocol is defined host- and target-system independent. It uses
9c16f35a 22866its own independent representation of datatypes and values. Both,
0ce1b118
CV
22867@value{GDBN} and the target's @value{GDBN} stub are responsible for
22868translating the system dependent values into the unified protocol values
22869when data is transmitted.
22870
22871The communication is synchronous. A system call is possible only
22872when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s}
22873packets. While @value{GDBN} handles the request for a system call,
22874the target is stopped to allow deterministic access to the target's
22875memory. Therefore File-I/O is not interuptible by target signals. It
22876is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though.
22877
22878The target's request to perform a host system call does not finish
22879the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means,
22880after finishing the system call, the target returns to continuing the
22881previous activity (continue, step). No additional continue or step
22882request from @value{GDBN} is required.
22883
22884@smallexample
f7dc1244 22885(@value{GDBP}) continue
0ce1b118
CV
22886 <- target requests 'system call X'
22887 target is stopped, @value{GDBN} executes system call
22888 -> GDB returns result
22889 ... target continues, GDB returns to wait for the target
22890 <- target hits breakpoint and sends a Txx packet
22891@end smallexample
22892
22893The protocol is only used for files on the host file system and
22894for I/O on the console. Character or block special devices, pipes,
22895named pipes or sockets or any other communication method on the host
22896system are not supported by this protocol.
22897
22898@node Protocol basics
22899@subsection Protocol basics
22900@cindex protocol basics, file-i/o
22901
22902The File-I/O protocol uses the @code{F} packet, as request as well
22903as as reply packet. Since a File-I/O system call can only occur when
b383017d 22904@value{GDBN} is waiting for the continuing or stepping target, the
0ce1b118
CV
22905File-I/O request is a reply that @value{GDBN} has to expect as a result
22906of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet.
22907This @code{F} packet contains all information needed to allow @value{GDBN}
22908to call the appropriate host system call:
22909
22910@itemize @bullet
b383017d 22911@item
0ce1b118
CV
22912A unique identifier for the requested system call.
22913
22914@item
22915All parameters to the system call. Pointers are given as addresses
22916in the target memory address space. Pointers to strings are given as
b383017d 22917pointer/length pair. Numerical values are given as they are.
0ce1b118
CV
22918Numerical control values are given in a protocol specific representation.
22919
22920@end itemize
22921
22922At that point @value{GDBN} has to perform the following actions.
22923
22924@itemize @bullet
b383017d 22925@item
0ce1b118
CV
22926If parameter pointer values are given, which point to data needed as input
22927to a system call, @value{GDBN} requests this data from the target with a
22928standard @code{m} packet request. This additional communication has to be
22929expected by the target implementation and is handled as any other @code{m}
22930packet.
22931
22932@item
22933@value{GDBN} translates all value from protocol representation to host
22934representation as needed. Datatypes are coerced into the host types.
22935
22936@item
22937@value{GDBN} calls the system call
22938
22939@item
22940It then coerces datatypes back to protocol representation.
22941
22942@item
22943If pointer parameters in the request packet point to buffer space in which
22944a system call is expected to copy data to, the data is transmitted to the
22945target using a @code{M} or @code{X} packet. This packet has to be expected
22946by the target implementation and is handled as any other @code{M} or @code{X}
22947packet.
22948
22949@end itemize
22950
22951Eventually @value{GDBN} replies with another @code{F} packet which contains all
22952necessary information for the target to continue. This at least contains
22953
22954@itemize @bullet
22955@item
22956Return value.
22957
22958@item
22959@code{errno}, if has been changed by the system call.
22960
22961@item
22962``Ctrl-C'' flag.
22963
22964@end itemize
22965
22966After having done the needed type and value coercion, the target continues
22967the latest continue or step action.
22968
1d8b2f28 22969@node The F request packet
0ce1b118
CV
22970@subsection The @code{F} request packet
22971@cindex file-i/o request packet
22972@cindex @code{F} request packet
22973
22974The @code{F} request packet has the following format:
22975
22976@table @samp
22977
22978@smallexample
22979@code{F}@var{call-id}@code{,}@var{parameter@dots{}}
22980@end smallexample
22981
22982@var{call-id} is the identifier to indicate the host system call to be called.
22983This is just the name of the function.
22984
22985@var{parameter@dots{}} are the parameters to the system call.
22986
b383017d 22987@end table
0ce1b118
CV
22988
22989Parameters are hexadecimal integer values, either the real values in case
22990of scalar datatypes, as pointers to target buffer space in case of compound
22991datatypes and unspecified memory areas or as pointer/length pairs in case
22992of string parameters. These are appended to the call-id, each separated
22993from its predecessor by a comma. All values are transmitted in ASCII
22994string representation, pointer/length pairs separated by a slash.
22995
1d8b2f28 22996@node The F reply packet
0ce1b118
CV
22997@subsection The @code{F} reply packet
22998@cindex file-i/o reply packet
22999@cindex @code{F} reply packet
23000
23001The @code{F} reply packet has the following format:
23002
23003@table @samp
23004
23005@smallexample
23006@code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment}
23007@end smallexample
23008
23009@var{retcode} is the return code of the system call as hexadecimal value.
23010
23011@var{errno} is the errno set by the call, in protocol specific representation.
23012This parameter can be omitted if the call was successful.
23013
23014@var{Ctrl-C flag} is only send if the user requested a break. In this
23015case, @var{errno} must be send as well, even if the call was successful.
23016The @var{Ctrl-C flag} itself consists of the character 'C':
23017
23018@smallexample
23019F0,0,C
23020@end smallexample
23021
23022@noindent
23023or, if the call was interupted before the host call has been performed:
23024
23025@smallexample
23026F-1,4,C
23027@end smallexample
23028
23029@noindent
23030assuming 4 is the protocol specific representation of @code{EINTR}.
23031
23032@end table
23033
23034@node Memory transfer
23035@subsection Memory transfer
23036@cindex memory transfer, in file-i/o protocol
23037
23038Structured data which is transferred using a memory read or write as e.g.@:
23039a @code{struct stat} is expected to be in a protocol specific format with
23040all scalar multibyte datatypes being big endian. This should be done by
23041the target before the @code{F} packet is sent resp.@: by @value{GDBN} before
23042it transfers memory to the target. Transferred pointers to structured
23043data should point to the already coerced data at any time.
23044
23045@node The Ctrl-C message
23046@subsection The Ctrl-C message
23047@cindex ctrl-c message, in file-i/o protocol
23048
23049A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN}
23050reply packet. In this case the target should behave, as if it had
23051gotten a break message. The meaning for the target is ``system call
23052interupted by @code{SIGINT}''. Consequentially, the target should actually stop
23053(as with a break message) and return to @value{GDBN} with a @code{T02}
b383017d 23054packet. In this case, it's important for the target to know, in which
0ce1b118
CV
23055state the system call was interrupted. Since this action is by design
23056not an atomic operation, we have to differ between two cases:
23057
23058@itemize @bullet
23059@item
23060The system call hasn't been performed on the host yet.
23061
23062@item
23063The system call on the host has been finished.
23064
23065@end itemize
23066
23067These two states can be distinguished by the target by the value of the
23068returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system
23069call hasn't been performed. This is equivalent to the @code{EINTR} handling
23070on POSIX systems. In any other case, the target may presume that the
23071system call has been finished --- successful or not --- and should behave
23072as if the break message arrived right after the system call.
23073
23074@value{GDBN} must behave reliable. If the system call has not been called
23075yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as
23076@code{errno} in the packet. If the system call on the host has been finished
23077before the user requests a break, the full action must be finshed by
23078@value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit.
23079The @code{F} packet may only be send when either nothing has happened
23080or the full action has been completed.
23081
23082@node Console I/O
23083@subsection Console I/O
23084@cindex console i/o as part of file-i/o
23085
23086By default and if not explicitely closed by the target system, the file
23087descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output
23088on the @value{GDBN} console is handled as any other file output operation
23089(@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled
23090by @value{GDBN} so that after the target read request from file descriptor
230910 all following typing is buffered until either one of the following
23092conditions is met:
23093
23094@itemize @bullet
23095@item
23096The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the
23097@code{read}
23098system call is treated as finished.
23099
23100@item
23101The user presses @kbd{Enter}. This is treated as end of input with a trailing
23102line feed.
23103
23104@item
23105The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing
23106character, especially no Ctrl-D is appended to the input.
23107
23108@end itemize
23109
23110If the user has typed more characters as fit in the buffer given to
23111the read call, the trailing characters are buffered in @value{GDBN} until
23112either another @code{read(0, @dots{})} is requested by the target or debugging
23113is stopped on users request.
23114
23115@node The isatty call
23116@subsection The isatty(3) call
23117@cindex isatty call, file-i/o protocol
23118
23119A special case in this protocol is the library call @code{isatty} which
9c16f35a 23120is implemented as its own call inside of this protocol. It returns
0ce1b118
CV
231211 to the target if the file descriptor given as parameter is attached
23122to the @value{GDBN} console, 0 otherwise. Implementing through system calls
23123would require implementing @code{ioctl} and would be more complex than
23124needed.
23125
23126@node The system call
23127@subsection The system(3) call
23128@cindex system call, file-i/o protocol
23129
23130The other special case in this protocol is the @code{system} call which
9c16f35a 23131is implemented as its own call, too. @value{GDBN} is taking over the full
0ce1b118
CV
23132task of calling the necessary host calls to perform the @code{system}
23133call. The return value of @code{system} is simplified before it's returned
23134to the target. Basically, the only signal transmitted back is @code{EINTR}
23135in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists
23136entirely of the exit status of the called command.
23137
9c16f35a
EZ
23138Due to security concerns, the @code{system} call is by default refused
23139by @value{GDBN}. The user has to allow this call explicitly with the
23140@kbd{set remote system-call-allowed 1} command.
0ce1b118 23141
9c16f35a
EZ
23142@table @code
23143@item set remote system-call-allowed
23144@kindex set remote system-call-allowed
23145Control whether to allow the @code{system} calls in the File I/O
23146protocol for the remote target. The default is zero (disabled).
0ce1b118 23147
9c16f35a 23148@item show remote system-call-allowed
0ce1b118 23149@kindex show remote system-call-allowed
9c16f35a
EZ
23150Show the current setting of system calls for the remote File I/O
23151protocol.
0ce1b118
CV
23152@end table
23153
23154@node List of supported calls
23155@subsection List of supported calls
23156@cindex list of supported file-i/o calls
23157
23158@menu
23159* open::
23160* close::
23161* read::
23162* write::
23163* lseek::
23164* rename::
23165* unlink::
23166* stat/fstat::
23167* gettimeofday::
23168* isatty::
23169* system::
23170@end menu
23171
23172@node open
23173@unnumberedsubsubsec open
23174@cindex open, file-i/o system call
23175
23176@smallexample
23177@exdent Synopsis:
23178int open(const char *pathname, int flags);
23179int open(const char *pathname, int flags, mode_t mode);
23180
b383017d 23181@exdent Request:
0ce1b118
CV
23182Fopen,pathptr/len,flags,mode
23183@end smallexample
23184
23185@noindent
23186@code{flags} is the bitwise or of the following values:
23187
23188@table @code
b383017d 23189@item O_CREAT
0ce1b118
CV
23190If the file does not exist it will be created. The host
23191rules apply as far as file ownership and time stamps
23192are concerned.
23193
b383017d 23194@item O_EXCL
0ce1b118
CV
23195When used with O_CREAT, if the file already exists it is
23196an error and open() fails.
23197
b383017d 23198@item O_TRUNC
0ce1b118
CV
23199If the file already exists and the open mode allows
23200writing (O_RDWR or O_WRONLY is given) it will be
23201truncated to length 0.
23202
b383017d 23203@item O_APPEND
0ce1b118
CV
23204The file is opened in append mode.
23205
b383017d 23206@item O_RDONLY
0ce1b118
CV
23207The file is opened for reading only.
23208
b383017d 23209@item O_WRONLY
0ce1b118
CV
23210The file is opened for writing only.
23211
b383017d 23212@item O_RDWR
0ce1b118
CV
23213The file is opened for reading and writing.
23214
23215@noindent
23216Each other bit is silently ignored.
23217
23218@end table
23219
23220@noindent
23221@code{mode} is the bitwise or of the following values:
23222
23223@table @code
b383017d 23224@item S_IRUSR
0ce1b118
CV
23225User has read permission.
23226
b383017d 23227@item S_IWUSR
0ce1b118
CV
23228User has write permission.
23229
b383017d 23230@item S_IRGRP
0ce1b118
CV
23231Group has read permission.
23232
b383017d 23233@item S_IWGRP
0ce1b118
CV
23234Group has write permission.
23235
b383017d 23236@item S_IROTH
0ce1b118
CV
23237Others have read permission.
23238
b383017d 23239@item S_IWOTH
0ce1b118
CV
23240Others have write permission.
23241
23242@noindent
23243Each other bit is silently ignored.
23244
23245@end table
23246
23247@smallexample
23248@exdent Return value:
23249open returns the new file descriptor or -1 if an error
23250occured.
23251
23252@exdent Errors:
23253@end smallexample
23254
23255@table @code
b383017d 23256@item EEXIST
0ce1b118
CV
23257pathname already exists and O_CREAT and O_EXCL were used.
23258
b383017d 23259@item EISDIR
0ce1b118
CV
23260pathname refers to a directory.
23261
b383017d 23262@item EACCES
0ce1b118
CV
23263The requested access is not allowed.
23264
23265@item ENAMETOOLONG
23266pathname was too long.
23267
b383017d 23268@item ENOENT
0ce1b118
CV
23269A directory component in pathname does not exist.
23270
b383017d 23271@item ENODEV
0ce1b118
CV
23272pathname refers to a device, pipe, named pipe or socket.
23273
b383017d 23274@item EROFS
0ce1b118
CV
23275pathname refers to a file on a read-only filesystem and
23276write access was requested.
23277
b383017d 23278@item EFAULT
0ce1b118
CV
23279pathname is an invalid pointer value.
23280
b383017d 23281@item ENOSPC
0ce1b118
CV
23282No space on device to create the file.
23283
b383017d 23284@item EMFILE
0ce1b118
CV
23285The process already has the maximum number of files open.
23286
b383017d 23287@item ENFILE
0ce1b118
CV
23288The limit on the total number of files open on the system
23289has been reached.
23290
b383017d 23291@item EINTR
0ce1b118
CV
23292The call was interrupted by the user.
23293@end table
23294
23295@node close
23296@unnumberedsubsubsec close
23297@cindex close, file-i/o system call
23298
23299@smallexample
b383017d 23300@exdent Synopsis:
0ce1b118
CV
23301int close(int fd);
23302
b383017d 23303@exdent Request:
0ce1b118
CV
23304Fclose,fd
23305
23306@exdent Return value:
23307close returns zero on success, or -1 if an error occurred.
23308
23309@exdent Errors:
23310@end smallexample
23311
23312@table @code
b383017d 23313@item EBADF
0ce1b118
CV
23314fd isn't a valid open file descriptor.
23315
b383017d 23316@item EINTR
0ce1b118
CV
23317The call was interrupted by the user.
23318@end table
23319
23320@node read
23321@unnumberedsubsubsec read
23322@cindex read, file-i/o system call
23323
23324@smallexample
b383017d 23325@exdent Synopsis:
0ce1b118
CV
23326int read(int fd, void *buf, unsigned int count);
23327
b383017d 23328@exdent Request:
0ce1b118
CV
23329Fread,fd,bufptr,count
23330
23331@exdent Return value:
23332On success, the number of bytes read is returned.
23333Zero indicates end of file. If count is zero, read
b383017d 23334returns zero as well. On error, -1 is returned.
0ce1b118
CV
23335
23336@exdent Errors:
23337@end smallexample
23338
23339@table @code
b383017d 23340@item EBADF
0ce1b118
CV
23341fd is not a valid file descriptor or is not open for
23342reading.
23343
b383017d 23344@item EFAULT
0ce1b118
CV
23345buf is an invalid pointer value.
23346
b383017d 23347@item EINTR
0ce1b118
CV
23348The call was interrupted by the user.
23349@end table
23350
23351@node write
23352@unnumberedsubsubsec write
23353@cindex write, file-i/o system call
23354
23355@smallexample
b383017d 23356@exdent Synopsis:
0ce1b118
CV
23357int write(int fd, const void *buf, unsigned int count);
23358
b383017d 23359@exdent Request:
0ce1b118
CV
23360Fwrite,fd,bufptr,count
23361
23362@exdent Return value:
23363On success, the number of bytes written are returned.
23364Zero indicates nothing was written. On error, -1
23365is returned.
23366
23367@exdent Errors:
23368@end smallexample
23369
23370@table @code
b383017d 23371@item EBADF
0ce1b118
CV
23372fd is not a valid file descriptor or is not open for
23373writing.
23374
b383017d 23375@item EFAULT
0ce1b118
CV
23376buf is an invalid pointer value.
23377
b383017d 23378@item EFBIG
0ce1b118
CV
23379An attempt was made to write a file that exceeds the
23380host specific maximum file size allowed.
23381
b383017d 23382@item ENOSPC
0ce1b118
CV
23383No space on device to write the data.
23384
b383017d 23385@item EINTR
0ce1b118
CV
23386The call was interrupted by the user.
23387@end table
23388
23389@node lseek
23390@unnumberedsubsubsec lseek
23391@cindex lseek, file-i/o system call
23392
23393@smallexample
b383017d 23394@exdent Synopsis:
0ce1b118
CV
23395long lseek (int fd, long offset, int flag);
23396
b383017d 23397@exdent Request:
0ce1b118
CV
23398Flseek,fd,offset,flag
23399@end smallexample
23400
23401@code{flag} is one of:
23402
23403@table @code
b383017d 23404@item SEEK_SET
0ce1b118
CV
23405The offset is set to offset bytes.
23406
b383017d 23407@item SEEK_CUR
0ce1b118
CV
23408The offset is set to its current location plus offset
23409bytes.
23410
b383017d 23411@item SEEK_END
0ce1b118
CV
23412The offset is set to the size of the file plus offset
23413bytes.
23414@end table
23415
23416@smallexample
23417@exdent Return value:
23418On success, the resulting unsigned offset in bytes from
23419the beginning of the file is returned. Otherwise, a
23420value of -1 is returned.
23421
23422@exdent Errors:
23423@end smallexample
23424
23425@table @code
b383017d 23426@item EBADF
0ce1b118
CV
23427fd is not a valid open file descriptor.
23428
b383017d 23429@item ESPIPE
0ce1b118
CV
23430fd is associated with the @value{GDBN} console.
23431
b383017d 23432@item EINVAL
0ce1b118
CV
23433flag is not a proper value.
23434
b383017d 23435@item EINTR
0ce1b118
CV
23436The call was interrupted by the user.
23437@end table
23438
23439@node rename
23440@unnumberedsubsubsec rename
23441@cindex rename, file-i/o system call
23442
23443@smallexample
b383017d 23444@exdent Synopsis:
0ce1b118
CV
23445int rename(const char *oldpath, const char *newpath);
23446
b383017d 23447@exdent Request:
0ce1b118
CV
23448Frename,oldpathptr/len,newpathptr/len
23449
23450@exdent Return value:
23451On success, zero is returned. On error, -1 is returned.
23452
23453@exdent Errors:
23454@end smallexample
23455
23456@table @code
b383017d 23457@item EISDIR
0ce1b118
CV
23458newpath is an existing directory, but oldpath is not a
23459directory.
23460
b383017d 23461@item EEXIST
0ce1b118
CV
23462newpath is a non-empty directory.
23463
b383017d 23464@item EBUSY
0ce1b118
CV
23465oldpath or newpath is a directory that is in use by some
23466process.
23467
b383017d 23468@item EINVAL
0ce1b118
CV
23469An attempt was made to make a directory a subdirectory
23470of itself.
23471
b383017d 23472@item ENOTDIR
0ce1b118
CV
23473A component used as a directory in oldpath or new
23474path is not a directory. Or oldpath is a directory
23475and newpath exists but is not a directory.
23476
b383017d 23477@item EFAULT
0ce1b118
CV
23478oldpathptr or newpathptr are invalid pointer values.
23479
b383017d 23480@item EACCES
0ce1b118
CV
23481No access to the file or the path of the file.
23482
23483@item ENAMETOOLONG
b383017d 23484
0ce1b118
CV
23485oldpath or newpath was too long.
23486
b383017d 23487@item ENOENT
0ce1b118
CV
23488A directory component in oldpath or newpath does not exist.
23489
b383017d 23490@item EROFS
0ce1b118
CV
23491The file is on a read-only filesystem.
23492
b383017d 23493@item ENOSPC
0ce1b118
CV
23494The device containing the file has no room for the new
23495directory entry.
23496
b383017d 23497@item EINTR
0ce1b118
CV
23498The call was interrupted by the user.
23499@end table
23500
23501@node unlink
23502@unnumberedsubsubsec unlink
23503@cindex unlink, file-i/o system call
23504
23505@smallexample
b383017d 23506@exdent Synopsis:
0ce1b118
CV
23507int unlink(const char *pathname);
23508
b383017d 23509@exdent Request:
0ce1b118
CV
23510Funlink,pathnameptr/len
23511
23512@exdent Return value:
23513On success, zero is returned. On error, -1 is returned.
23514
23515@exdent Errors:
23516@end smallexample
23517
23518@table @code
b383017d 23519@item EACCES
0ce1b118
CV
23520No access to the file or the path of the file.
23521
b383017d 23522@item EPERM
0ce1b118
CV
23523The system does not allow unlinking of directories.
23524
b383017d 23525@item EBUSY
0ce1b118
CV
23526The file pathname cannot be unlinked because it's
23527being used by another process.
23528
b383017d 23529@item EFAULT
0ce1b118
CV
23530pathnameptr is an invalid pointer value.
23531
23532@item ENAMETOOLONG
23533pathname was too long.
23534
b383017d 23535@item ENOENT
0ce1b118
CV
23536A directory component in pathname does not exist.
23537
b383017d 23538@item ENOTDIR
0ce1b118
CV
23539A component of the path is not a directory.
23540
b383017d 23541@item EROFS
0ce1b118
CV
23542The file is on a read-only filesystem.
23543
b383017d 23544@item EINTR
0ce1b118
CV
23545The call was interrupted by the user.
23546@end table
23547
23548@node stat/fstat
23549@unnumberedsubsubsec stat/fstat
23550@cindex fstat, file-i/o system call
23551@cindex stat, file-i/o system call
23552
23553@smallexample
b383017d 23554@exdent Synopsis:
0ce1b118
CV
23555int stat(const char *pathname, struct stat *buf);
23556int fstat(int fd, struct stat *buf);
23557
b383017d 23558@exdent Request:
0ce1b118
CV
23559Fstat,pathnameptr/len,bufptr
23560Ffstat,fd,bufptr
23561
23562@exdent Return value:
23563On success, zero is returned. On error, -1 is returned.
23564
23565@exdent Errors:
23566@end smallexample
23567
23568@table @code
b383017d 23569@item EBADF
0ce1b118
CV
23570fd is not a valid open file.
23571
b383017d 23572@item ENOENT
0ce1b118
CV
23573A directory component in pathname does not exist or the
23574path is an empty string.
23575
b383017d 23576@item ENOTDIR
0ce1b118
CV
23577A component of the path is not a directory.
23578
b383017d 23579@item EFAULT
0ce1b118
CV
23580pathnameptr is an invalid pointer value.
23581
b383017d 23582@item EACCES
0ce1b118
CV
23583No access to the file or the path of the file.
23584
23585@item ENAMETOOLONG
23586pathname was too long.
23587
b383017d 23588@item EINTR
0ce1b118
CV
23589The call was interrupted by the user.
23590@end table
23591
23592@node gettimeofday
23593@unnumberedsubsubsec gettimeofday
23594@cindex gettimeofday, file-i/o system call
23595
23596@smallexample
b383017d 23597@exdent Synopsis:
0ce1b118
CV
23598int gettimeofday(struct timeval *tv, void *tz);
23599
b383017d 23600@exdent Request:
0ce1b118
CV
23601Fgettimeofday,tvptr,tzptr
23602
23603@exdent Return value:
23604On success, 0 is returned, -1 otherwise.
23605
23606@exdent Errors:
23607@end smallexample
23608
23609@table @code
b383017d 23610@item EINVAL
0ce1b118
CV
23611tz is a non-NULL pointer.
23612
b383017d 23613@item EFAULT
0ce1b118
CV
23614tvptr and/or tzptr is an invalid pointer value.
23615@end table
23616
23617@node isatty
23618@unnumberedsubsubsec isatty
23619@cindex isatty, file-i/o system call
23620
23621@smallexample
b383017d 23622@exdent Synopsis:
0ce1b118
CV
23623int isatty(int fd);
23624
b383017d 23625@exdent Request:
0ce1b118
CV
23626Fisatty,fd
23627
23628@exdent Return value:
23629Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise.
23630
23631@exdent Errors:
23632@end smallexample
23633
23634@table @code
b383017d 23635@item EINTR
0ce1b118
CV
23636The call was interrupted by the user.
23637@end table
23638
23639@node system
23640@unnumberedsubsubsec system
23641@cindex system, file-i/o system call
23642
23643@smallexample
b383017d 23644@exdent Synopsis:
0ce1b118
CV
23645int system(const char *command);
23646
b383017d 23647@exdent Request:
0ce1b118
CV
23648Fsystem,commandptr/len
23649
23650@exdent Return value:
23651The value returned is -1 on error and the return status
23652of the command otherwise. Only the exit status of the
23653command is returned, which is extracted from the hosts
23654system return value by calling WEXITSTATUS(retval).
23655In case /bin/sh could not be executed, 127 is returned.
23656
23657@exdent Errors:
23658@end smallexample
23659
23660@table @code
b383017d 23661@item EINTR
0ce1b118
CV
23662The call was interrupted by the user.
23663@end table
23664
23665@node Protocol specific representation of datatypes
23666@subsection Protocol specific representation of datatypes
23667@cindex protocol specific representation of datatypes, in file-i/o protocol
23668
23669@menu
23670* Integral datatypes::
23671* Pointer values::
23672* struct stat::
23673* struct timeval::
23674@end menu
23675
23676@node Integral datatypes
23677@unnumberedsubsubsec Integral datatypes
23678@cindex integral datatypes, in file-i/o protocol
23679
23680The integral datatypes used in the system calls are
23681
23682@smallexample
23683int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t
23684@end smallexample
23685
23686@code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are
23687implemented as 32 bit values in this protocol.
23688
b383017d
RM
23689@code{Long} and @code{unsigned long} are implemented as 64 bit types.
23690
0ce1b118
CV
23691@xref{Limits}, for corresponding MIN and MAX values (similar to those
23692in @file{limits.h}) to allow range checking on host and target.
23693
23694@code{time_t} datatypes are defined as seconds since the Epoch.
23695
23696All integral datatypes transferred as part of a memory read or write of a
23697structured datatype e.g.@: a @code{struct stat} have to be given in big endian
23698byte order.
23699
23700@node Pointer values
23701@unnumberedsubsubsec Pointer values
23702@cindex pointer values, in file-i/o protocol
23703
23704Pointers to target data are transmitted as they are. An exception
23705is made for pointers to buffers for which the length isn't
23706transmitted as part of the function call, namely strings. Strings
23707are transmitted as a pointer/length pair, both as hex values, e.g.@:
23708
23709@smallexample
23710@code{1aaf/12}
23711@end smallexample
23712
23713@noindent
23714which is a pointer to data of length 18 bytes at position 0x1aaf.
23715The length is defined as the full string length in bytes, including
23716the trailing null byte. Example:
23717
23718@smallexample
23719``hello, world'' at address 0x123456
23720@end smallexample
23721
23722@noindent
23723is transmitted as
23724
23725@smallexample
23726@code{123456/d}
23727@end smallexample
23728
23729@node struct stat
23730@unnumberedsubsubsec struct stat
23731@cindex struct stat, in file-i/o protocol
23732
23733The buffer of type struct stat used by the target and @value{GDBN} is defined
23734as follows:
23735
23736@smallexample
23737struct stat @{
23738 unsigned int st_dev; /* device */
23739 unsigned int st_ino; /* inode */
23740 mode_t st_mode; /* protection */
23741 unsigned int st_nlink; /* number of hard links */
23742 unsigned int st_uid; /* user ID of owner */
23743 unsigned int st_gid; /* group ID of owner */
23744 unsigned int st_rdev; /* device type (if inode device) */
23745 unsigned long st_size; /* total size, in bytes */
23746 unsigned long st_blksize; /* blocksize for filesystem I/O */
23747 unsigned long st_blocks; /* number of blocks allocated */
23748 time_t st_atime; /* time of last access */
23749 time_t st_mtime; /* time of last modification */
23750 time_t st_ctime; /* time of last change */
23751@};
23752@end smallexample
23753
23754The integral datatypes are conforming to the definitions given in the
23755approriate section (see @ref{Integral datatypes}, for details) so this
23756structure is of size 64 bytes.
23757
23758The values of several fields have a restricted meaning and/or
23759range of values.
23760
23761@smallexample
23762st_dev: 0 file
23763 1 console
23764
23765st_ino: No valid meaning for the target. Transmitted unchanged.
23766
23767st_mode: Valid mode bits are described in Appendix C. Any other
23768 bits have currently no meaning for the target.
23769
23770st_uid: No valid meaning for the target. Transmitted unchanged.
23771
23772st_gid: No valid meaning for the target. Transmitted unchanged.
23773
23774st_rdev: No valid meaning for the target. Transmitted unchanged.
23775
23776st_atime, st_mtime, st_ctime:
23777 These values have a host and file system dependent
23778 accuracy. Especially on Windows hosts the file systems
23779 don't support exact timing values.
23780@end smallexample
23781
23782The target gets a struct stat of the above representation and is
23783responsible to coerce it to the target representation before
23784continuing.
23785
23786Note that due to size differences between the host and target
23787representation of stat members, these members could eventually
23788get truncated on the target.
23789
23790@node struct timeval
23791@unnumberedsubsubsec struct timeval
23792@cindex struct timeval, in file-i/o protocol
23793
23794The buffer of type struct timeval used by the target and @value{GDBN}
23795is defined as follows:
23796
23797@smallexample
b383017d 23798struct timeval @{
0ce1b118
CV
23799 time_t tv_sec; /* second */
23800 long tv_usec; /* microsecond */
23801@};
23802@end smallexample
23803
23804The integral datatypes are conforming to the definitions given in the
23805approriate section (see @ref{Integral datatypes}, for details) so this
23806structure is of size 8 bytes.
23807
23808@node Constants
23809@subsection Constants
23810@cindex constants, in file-i/o protocol
23811
23812The following values are used for the constants inside of the
23813protocol. @value{GDBN} and target are resposible to translate these
23814values before and after the call as needed.
23815
23816@menu
23817* Open flags::
23818* mode_t values::
23819* Errno values::
23820* Lseek flags::
23821* Limits::
23822@end menu
23823
23824@node Open flags
23825@unnumberedsubsubsec Open flags
23826@cindex open flags, in file-i/o protocol
23827
23828All values are given in hexadecimal representation.
23829
23830@smallexample
23831 O_RDONLY 0x0
23832 O_WRONLY 0x1
23833 O_RDWR 0x2
23834 O_APPEND 0x8
23835 O_CREAT 0x200
23836 O_TRUNC 0x400
23837 O_EXCL 0x800
23838@end smallexample
23839
23840@node mode_t values
23841@unnumberedsubsubsec mode_t values
23842@cindex mode_t values, in file-i/o protocol
23843
23844All values are given in octal representation.
23845
23846@smallexample
23847 S_IFREG 0100000
23848 S_IFDIR 040000
23849 S_IRUSR 0400
23850 S_IWUSR 0200
23851 S_IXUSR 0100
23852 S_IRGRP 040
23853 S_IWGRP 020
23854 S_IXGRP 010
23855 S_IROTH 04
23856 S_IWOTH 02
23857 S_IXOTH 01
23858@end smallexample
23859
23860@node Errno values
23861@unnumberedsubsubsec Errno values
23862@cindex errno values, in file-i/o protocol
23863
23864All values are given in decimal representation.
23865
23866@smallexample
23867 EPERM 1
23868 ENOENT 2
23869 EINTR 4
23870 EBADF 9
23871 EACCES 13
23872 EFAULT 14
23873 EBUSY 16
23874 EEXIST 17
23875 ENODEV 19
23876 ENOTDIR 20
23877 EISDIR 21
23878 EINVAL 22
23879 ENFILE 23
23880 EMFILE 24
23881 EFBIG 27
23882 ENOSPC 28
23883 ESPIPE 29
23884 EROFS 30
23885 ENAMETOOLONG 91
23886 EUNKNOWN 9999
23887@end smallexample
23888
23889 EUNKNOWN is used as a fallback error value if a host system returns
23890 any error value not in the list of supported error numbers.
23891
23892@node Lseek flags
23893@unnumberedsubsubsec Lseek flags
23894@cindex lseek flags, in file-i/o protocol
23895
23896@smallexample
23897 SEEK_SET 0
23898 SEEK_CUR 1
23899 SEEK_END 2
23900@end smallexample
23901
23902@node Limits
23903@unnumberedsubsubsec Limits
23904@cindex limits, in file-i/o protocol
23905
23906All values are given in decimal representation.
23907
23908@smallexample
23909 INT_MIN -2147483648
23910 INT_MAX 2147483647
23911 UINT_MAX 4294967295
23912 LONG_MIN -9223372036854775808
23913 LONG_MAX 9223372036854775807
23914 ULONG_MAX 18446744073709551615
23915@end smallexample
23916
23917@node File-I/O Examples
23918@subsection File-I/O Examples
23919@cindex file-i/o examples
23920
23921Example sequence of a write call, file descriptor 3, buffer is at target
23922address 0x1234, 6 bytes should be written:
23923
23924@smallexample
23925<- @code{Fwrite,3,1234,6}
23926@emph{request memory read from target}
23927-> @code{m1234,6}
23928<- XXXXXX
23929@emph{return "6 bytes written"}
23930-> @code{F6}
23931@end smallexample
23932
23933Example sequence of a read call, file descriptor 3, buffer is at target
23934address 0x1234, 6 bytes should be read:
23935
23936@smallexample
23937<- @code{Fread,3,1234,6}
23938@emph{request memory write to target}
23939-> @code{X1234,6:XXXXXX}
23940@emph{return "6 bytes read"}
23941-> @code{F6}
23942@end smallexample
23943
23944Example sequence of a read call, call fails on the host due to invalid
23945file descriptor (EBADF):
23946
23947@smallexample
23948<- @code{Fread,3,1234,6}
23949-> @code{F-1,9}
23950@end smallexample
23951
23952Example sequence of a read call, user presses Ctrl-C before syscall on
23953host is called:
23954
23955@smallexample
23956<- @code{Fread,3,1234,6}
23957-> @code{F-1,4,C}
23958<- @code{T02}
23959@end smallexample
23960
23961Example sequence of a read call, user presses Ctrl-C after syscall on
23962host is called:
23963
23964@smallexample
23965<- @code{Fread,3,1234,6}
23966-> @code{X1234,6:XXXXXX}
23967<- @code{T02}
23968@end smallexample
23969
f418dd93
DJ
23970@include agentexpr.texi
23971
aab4e0ec 23972@include gpl.texi
eb12ee30 23973
2154891a 23974@raisesections
6826cf00 23975@include fdl.texi
2154891a 23976@lowersections
6826cf00 23977
6d2ebf8b 23978@node Index
c906108c
SS
23979@unnumbered Index
23980
23981@printindex cp
23982
23983@tex
23984% I think something like @colophon should be in texinfo. In the
23985% meantime:
23986\long\def\colophon{\hbox to0pt{}\vfill
23987\centerline{The body of this manual is set in}
23988\centerline{\fontname\tenrm,}
23989\centerline{with headings in {\bf\fontname\tenbf}}
23990\centerline{and examples in {\tt\fontname\tentt}.}
23991\centerline{{\it\fontname\tenit\/},}
23992\centerline{{\bf\fontname\tenbf}, and}
23993\centerline{{\sl\fontname\tensl\/}}
23994\centerline{are used for emphasis.}\vfill}
23995\page\colophon
23996% Blame: doc@cygnus.com, 1991.
23997@end tex
23998
c906108c 23999@bye
This page took 1.740273 seconds and 4 git commands to generate.