Update/correct copyright notices.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.texinfo
1 \input texinfo @c -*-texinfo-*-
2 @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,
3 @c 1999, 2000, 2001
4 @c Free Software Foundation, Inc.
5 @c
6 @c %**start of header
7 @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use
8 @c of @set vars. However, you can override filename with makeinfo -o.
9 @setfilename gdb.info
10 @c
11 @include gdb-cfg.texi
12 @c
13 @settitle Debugging with @value{GDBN}
14 @setchapternewpage odd
15 @c %**end of header
16
17 @iftex
18 @c @smallbook
19 @c @cropmarks
20 @end iftex
21
22 @finalout
23 @syncodeindex ky cp
24
25 @c readline appendices use @vindex, @findex and @ftable,
26 @c annotate.texi and gdbmi use @findex.
27 @syncodeindex vr cp
28 @syncodeindex fn cp
29
30 @c !!set GDB manual's edition---not the same as GDB version!
31 @set EDITION Eighth
32
33 @c !!set GDB manual's revision date
34 @set DATE March 2000
35
36 @c THIS MANUAL REQUIRES TEXINFO 3.12 OR LATER.
37
38 @c This is a dir.info fragment to support semi-automated addition of
39 @c manuals to an info tree.
40 @dircategory Programming & development tools.
41 @direntry
42 * Gdb: (gdb). The @sc{gnu} debugger.
43 @end direntry
44
45 @ifinfo
46 This file documents the @sc{gnu} debugger @value{GDBN}.
47
48
49 This is the @value{EDITION} Edition, @value{DATE},
50 of @cite{Debugging with @value{GDBN}: the @sc{gnu} Source-Level Debugger}
51 for @value{GDBN} Version @value{GDBVN}.
52
53 Copyright (C) 1988-2000 Free Software Foundation, Inc.
54
55 Permission is granted to make and distribute verbatim copies of
56 this manual provided the copyright notice and this permission notice
57 are preserved on all copies.
58
59 @ignore
60 Permission is granted to process this file through TeX and print the
61 results, provided the printed document carries copying permission
62 notice identical to this one except for the removal of this paragraph
63 (this paragraph not being relevant to the printed manual).
64
65 @end ignore
66 Permission is granted to copy and distribute modified versions of this
67 manual under the conditions for verbatim copying, provided also that the
68 entire resulting derived work is distributed under the terms of a
69 permission notice identical to this one.
70
71 Permission is granted to copy and distribute translations of this manual
72 into another language, under the above conditions for modified versions.
73 @end ifinfo
74
75 @titlepage
76 @title Debugging with @value{GDBN}
77 @subtitle The @sc{gnu} Source-Level Debugger
78 @sp 1
79 @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN}
80 @subtitle @value{DATE}
81 @author Richard Stallman, Roland Pesch, Stan Shebs, et al.
82 @page
83 @tex
84 {\parskip=0pt
85 \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par
86 \hfill {\it Debugging with @value{GDBN}}\par
87 \hfill \TeX{}info \texinfoversion\par
88 }
89 @end tex
90
91 @vskip 0pt plus 1filll
92 Copyright @copyright{} 1988-2000 Free Software Foundation, Inc.
93 @sp 2
94 Published by the Free Software Foundation @*
95 59 Temple Place - Suite 330, @*
96 Boston, MA 02111-1307 USA @*
97 ISBN 1-882114-77-9 @*
98
99 Permission is granted to make and distribute verbatim copies of
100 this manual provided the copyright notice and this permission notice
101 are preserved on all copies.
102
103 Permission is granted to copy and distribute modified versions of this
104 manual under the conditions for verbatim copying, provided also that the
105 entire resulting derived work is distributed under the terms of a
106 permission notice identical to this one.
107
108 Permission is granted to copy and distribute translations of this manual
109 into another language, under the above conditions for modified versions.
110 @end titlepage
111 @page
112
113 @ifinfo
114 @node Top, Summary, (dir), (dir)
115
116 @top Debugging with @value{GDBN}
117
118 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
119
120 This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
121 @value{GDBVN}.
122
123 Copyright (C) 1988-2000 Free Software Foundation, Inc.
124
125 @menu
126 * Summary:: Summary of @value{GDBN}
127 * Sample Session:: A sample @value{GDBN} session
128
129 * Invocation:: Getting in and out of @value{GDBN}
130 * Commands:: @value{GDBN} commands
131 * Running:: Running programs under @value{GDBN}
132 * Stopping:: Stopping and continuing
133 * Stack:: Examining the stack
134 * Source:: Examining source files
135 * Data:: Examining data
136
137 * Languages:: Using @value{GDBN} with different languages
138
139 * Symbols:: Examining the symbol table
140 * Altering:: Altering execution
141 * GDB Files:: @value{GDBN} files
142 * Targets:: Specifying a debugging target
143 * Configurations:: Configuration-specific information
144 * Controlling GDB:: Controlling @value{GDBN}
145 * Sequences:: Canned sequences of commands
146 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
147 * Annotations:: @value{GDBN}'s annotation interface.
148 * GDB/MI:: @value{GDBN}'s Machine Interface.
149
150 * GDB Bugs:: Reporting bugs in @value{GDBN}
151 * Formatting Documentation:: How to format and print @value{GDBN} documentation
152
153 * Command Line Editing:: Command Line Editing
154 * Using History Interactively:: Using History Interactively
155 * Installing GDB:: Installing GDB
156 * Index:: Index
157 @end menu
158
159 @end ifinfo
160
161 @c the replication sucks, but this avoids a texinfo 3.12 lameness
162
163 @ifhtml
164 @node Top
165
166 @top Debugging with @value{GDBN}
167
168 This file describes @value{GDBN}, the @sc{gnu} symbolic debugger.
169
170 This is the @value{EDITION} Edition, @value{DATE}, for @value{GDBN} Version
171 @value{GDBVN}.
172
173 Copyright (C) 1988-2000 Free Software Foundation, Inc.
174
175 @menu
176 * Summary:: Summary of @value{GDBN}
177 * Sample Session:: A sample @value{GDBN} session
178
179 * Invocation:: Getting in and out of @value{GDBN}
180 * Commands:: @value{GDBN} commands
181 * Running:: Running programs under @value{GDBN}
182 * Stopping:: Stopping and continuing
183 * Stack:: Examining the stack
184 * Source:: Examining source files
185 * Data:: Examining data
186
187 * Languages:: Using @value{GDBN} with different languages
188
189 * Symbols:: Examining the symbol table
190 * Altering:: Altering execution
191 * GDB Files:: @value{GDBN} files
192 * Targets:: Specifying a debugging target
193 * Configurations:: Configuration-specific information
194 * Controlling GDB:: Controlling @value{GDBN}
195 * Sequences:: Canned sequences of commands
196 * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs
197 * Annotations:: @value{GDBN}'s annotation interface.
198
199 * GDB Bugs:: Reporting bugs in @value{GDBN}
200 * Formatting Documentation:: How to format and print @value{GDBN} documentation
201
202 * Command Line Editing:: Command Line Editing
203 * Using History Interactively:: Using History Interactively
204 * Installing GDB:: Installing GDB
205 * Index:: Index
206 @end menu
207
208 @end ifhtml
209
210 @c TeX can handle the contents at the start but makeinfo 3.12 can not
211 @iftex
212 @contents
213 @end iftex
214
215 @node Summary
216 @unnumbered Summary of @value{GDBN}
217
218 The purpose of a debugger such as @value{GDBN} is to allow you to see what is
219 going on ``inside'' another program while it executes---or what another
220 program was doing at the moment it crashed.
221
222 @value{GDBN} can do four main kinds of things (plus other things in support of
223 these) to help you catch bugs in the act:
224
225 @itemize @bullet
226 @item
227 Start your program, specifying anything that might affect its behavior.
228
229 @item
230 Make your program stop on specified conditions.
231
232 @item
233 Examine what has happened, when your program has stopped.
234
235 @item
236 Change things in your program, so you can experiment with correcting the
237 effects of one bug and go on to learn about another.
238 @end itemize
239
240 You can use @value{GDBN} to debug programs written in C and C++.
241 For more information, see @ref{Support,,Supported languages}.
242 For more information, see @ref{C,,C and C++}.
243
244 @cindex Chill
245 @cindex Modula-2
246 Support for Modula-2 and Chill is partial. For information on Modula-2,
247 see @ref{Modula-2,,Modula-2}. For information on Chill, see @ref{Chill}.
248
249 @cindex Pascal
250 Debugging Pascal programs which use sets, subranges, file variables, or
251 nested functions does not currently work. @value{GDBN} does not support
252 entering expressions, printing values, or similar features using Pascal
253 syntax.
254
255 @cindex Fortran
256 @value{GDBN} can be used to debug programs written in Fortran, although
257 it may be necessary to refer to some variables with a trailing
258 underscore.
259
260 @menu
261 * Free Software:: Freely redistributable software
262 * Contributors:: Contributors to GDB
263 @end menu
264
265 @node Free Software
266 @unnumberedsec Free software
267
268 @value{GDBN} is @dfn{free software}, protected by the @sc{gnu}
269 General Public License
270 (GPL). The GPL gives you the freedom to copy or adapt a licensed
271 program---but every person getting a copy also gets with it the
272 freedom to modify that copy (which means that they must get access to
273 the source code), and the freedom to distribute further copies.
274 Typical software companies use copyrights to limit your freedoms; the
275 Free Software Foundation uses the GPL to preserve these freedoms.
276
277 Fundamentally, the General Public License is a license which says that
278 you have these freedoms and that you cannot take these freedoms away
279 from anyone else.
280
281 @node Contributors
282 @unnumberedsec Contributors to @value{GDBN}
283
284 Richard Stallman was the original author of @value{GDBN}, and of many
285 other @sc{gnu} programs. Many others have contributed to its
286 development. This section attempts to credit major contributors. One
287 of the virtues of free software is that everyone is free to contribute
288 to it; with regret, we cannot actually acknowledge everyone here. The
289 file @file{ChangeLog} in the @value{GDBN} distribution approximates a
290 blow-by-blow account.
291
292 Changes much prior to version 2.0 are lost in the mists of time.
293
294 @quotation
295 @emph{Plea:} Additions to this section are particularly welcome. If you
296 or your friends (or enemies, to be evenhanded) have been unfairly
297 omitted from this list, we would like to add your names!
298 @end quotation
299
300 So that they may not regard their many labors as thankless, we
301 particularly thank those who shepherded @value{GDBN} through major
302 releases:
303 Andrew Cagney (release 5.0);
304 Jim Blandy (release 4.18);
305 Jason Molenda (release 4.17);
306 Stan Shebs (release 4.14);
307 Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9);
308 Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4);
309 John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9);
310 Jim Kingdon (releases 3.5, 3.4, and 3.3);
311 and Randy Smith (releases 3.2, 3.1, and 3.0).
312
313 Richard Stallman, assisted at various times by Peter TerMaat, Chris
314 Hanson, and Richard Mlynarik, handled releases through 2.8.
315
316 Michael Tiemann is the author of most of the @sc{gnu} C++ support in
317 @value{GDBN}, with significant additional contributions from Per
318 Bothner. James Clark wrote the @sc{gnu} C++ demangler. Early work on
319 C++ was by Peter TerMaat (who also did much general update work leading
320 to release 3.0).
321
322 @value{GDBN} 4 uses the BFD subroutine library to examine multiple
323 object-file formats; BFD was a joint project of David V.
324 Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore.
325
326 David Johnson wrote the original COFF support; Pace Willison did
327 the original support for encapsulated COFF.
328
329 Brent Benson of Harris Computer Systems contributed DWARF2 support.
330
331 Adam de Boor and Bradley Davis contributed the ISI Optimum V support.
332 Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS
333 support.
334 Jean-Daniel Fekete contributed Sun 386i support.
335 Chris Hanson improved the HP9000 support.
336 Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support.
337 David Johnson contributed Encore Umax support.
338 Jyrki Kuoppala contributed Altos 3068 support.
339 Jeff Law contributed HP PA and SOM support.
340 Keith Packard contributed NS32K support.
341 Doug Rabson contributed Acorn Risc Machine support.
342 Bob Rusk contributed Harris Nighthawk CX-UX support.
343 Chris Smith contributed Convex support (and Fortran debugging).
344 Jonathan Stone contributed Pyramid support.
345 Michael Tiemann contributed SPARC support.
346 Tim Tucker contributed support for the Gould NP1 and Gould Powernode.
347 Pace Willison contributed Intel 386 support.
348 Jay Vosburgh contributed Symmetry support.
349
350 Andreas Schwab contributed M68K Linux support.
351
352 Rich Schaefer and Peter Schauer helped with support of SunOS shared
353 libraries.
354
355 Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree
356 about several machine instruction sets.
357
358 Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop
359 remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM
360 contributed remote debugging modules for the i960, VxWorks, A29K UDI,
361 and RDI targets, respectively.
362
363 Brian Fox is the author of the readline libraries providing
364 command-line editing and command history.
365
366 Andrew Beers of SUNY Buffalo wrote the language-switching code, the
367 Modula-2 support, and contributed the Languages chapter of this manual.
368
369 Fred Fish wrote most of the support for Unix System Vr4.
370 He also enhanced the command-completion support to cover C++ overloaded
371 symbols.
372
373 Hitachi America, Ltd. sponsored the support for H8/300, H8/500, and
374 Super-H processors.
375
376 NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors.
377
378 Mitsubishi sponsored the support for D10V, D30V, and M32R/D processors.
379
380 Toshiba sponsored the support for the TX39 Mips processor.
381
382 Matsushita sponsored the support for the MN10200 and MN10300 processors.
383
384 Fujitsu sponsored the support for SPARClite and FR30 processors.
385
386 Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware
387 watchpoints.
388
389 Michael Snyder added support for tracepoints.
390
391 Stu Grossman wrote gdbserver.
392
393 Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made
394 nearly innumerable bug fixes and cleanups throughout @value{GDBN}.
395
396 The following people at the Hewlett-Packard Company contributed
397 support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0
398 (narrow mode), HP's implementation of kernel threads, HP's aC++
399 compiler, and the terminal user interface: Ben Krepp, Richard Title,
400 John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve
401 Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific
402 information in this manual.
403
404 Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its
405 development since 1991. Cygnus engineers who have worked on @value{GDBN}
406 fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin
407 Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim
408 Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler,
409 Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek
410 Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In
411 addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton,
412 JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug
413 Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff
414 Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner,
415 Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin
416 Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela
417 Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David
418 Zuhn have made contributions both large and small.
419
420
421 @node Sample Session
422 @chapter A Sample @value{GDBN} Session
423
424 You can use this manual at your leisure to read all about @value{GDBN}.
425 However, a handful of commands are enough to get started using the
426 debugger. This chapter illustrates those commands.
427
428 @iftex
429 In this sample session, we emphasize user input like this: @b{input},
430 to make it easier to pick out from the surrounding output.
431 @end iftex
432
433 @c FIXME: this example may not be appropriate for some configs, where
434 @c FIXME...primary interest is in remote use.
435
436 One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro
437 processor) exhibits the following bug: sometimes, when we change its
438 quote strings from the default, the commands used to capture one macro
439 definition within another stop working. In the following short @code{m4}
440 session, we define a macro @code{foo} which expands to @code{0000}; we
441 then use the @code{m4} built-in @code{defn} to define @code{bar} as the
442 same thing. However, when we change the open quote string to
443 @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same
444 procedure fails to define a new synonym @code{baz}:
445
446 @smallexample
447 $ @b{cd gnu/m4}
448 $ @b{./m4}
449 @b{define(foo,0000)}
450
451 @b{foo}
452 0000
453 @b{define(bar,defn(`foo'))}
454
455 @b{bar}
456 0000
457 @b{changequote(<QUOTE>,<UNQUOTE>)}
458
459 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
460 @b{baz}
461 @b{C-d}
462 m4: End of input: 0: fatal error: EOF in string
463 @end smallexample
464
465 @noindent
466 Let us use @value{GDBN} to try to see what is going on.
467
468 @smallexample
469 $ @b{@value{GDBP} m4}
470 @c FIXME: this falsifies the exact text played out, to permit smallbook
471 @c FIXME... format to come out better.
472 @value{GDBN} is free software and you are welcome to distribute copies
473 of it under certain conditions; type "show copying" to see
474 the conditions.
475 There is absolutely no warranty for @value{GDBN}; type "show warranty"
476 for details.
477
478 @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc...
479 (@value{GDBP})
480 @end smallexample
481
482 @noindent
483 @value{GDBN} reads only enough symbol data to know where to find the
484 rest when needed; as a result, the first prompt comes up very quickly.
485 We now tell @value{GDBN} to use a narrower display width than usual, so
486 that examples fit in this manual.
487
488 @smallexample
489 (@value{GDBP}) @b{set width 70}
490 @end smallexample
491
492 @noindent
493 We need to see how the @code{m4} built-in @code{changequote} works.
494 Having looked at the source, we know the relevant subroutine is
495 @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN}
496 @code{break} command.
497
498 @smallexample
499 (@value{GDBP}) @b{break m4_changequote}
500 Breakpoint 1 at 0x62f4: file builtin.c, line 879.
501 @end smallexample
502
503 @noindent
504 Using the @code{run} command, we start @code{m4} running under @value{GDBN}
505 control; as long as control does not reach the @code{m4_changequote}
506 subroutine, the program runs as usual:
507
508 @smallexample
509 (@value{GDBP}) @b{run}
510 Starting program: /work/Editorial/gdb/gnu/m4/m4
511 @b{define(foo,0000)}
512
513 @b{foo}
514 0000
515 @end smallexample
516
517 @noindent
518 To trigger the breakpoint, we call @code{changequote}. @value{GDBN}
519 suspends execution of @code{m4}, displaying information about the
520 context where it stops.
521
522 @smallexample
523 @b{changequote(<QUOTE>,<UNQUOTE>)}
524
525 Breakpoint 1, m4_changequote (argc=3, argv=0x33c70)
526 at builtin.c:879
527 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3))
528 @end smallexample
529
530 @noindent
531 Now we use the command @code{n} (@code{next}) to advance execution to
532 the next line of the current function.
533
534 @smallexample
535 (@value{GDBP}) @b{n}
536 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\
537 : nil,
538 @end smallexample
539
540 @noindent
541 @code{set_quotes} looks like a promising subroutine. We can go into it
542 by using the command @code{s} (@code{step}) instead of @code{next}.
543 @code{step} goes to the next line to be executed in @emph{any}
544 subroutine, so it steps into @code{set_quotes}.
545
546 @smallexample
547 (@value{GDBP}) @b{s}
548 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
549 at input.c:530
550 530 if (lquote != def_lquote)
551 @end smallexample
552
553 @noindent
554 The display that shows the subroutine where @code{m4} is now
555 suspended (and its arguments) is called a stack frame display. It
556 shows a summary of the stack. We can use the @code{backtrace}
557 command (which can also be spelled @code{bt}), to see where we are
558 in the stack as a whole: the @code{backtrace} command displays a
559 stack frame for each active subroutine.
560
561 @smallexample
562 (@value{GDBP}) @b{bt}
563 #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>")
564 at input.c:530
565 #1 0x6344 in m4_changequote (argc=3, argv=0x33c70)
566 at builtin.c:882
567 #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242
568 #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30)
569 at macro.c:71
570 #4 0x79dc in expand_input () at macro.c:40
571 #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195
572 @end smallexample
573
574 @noindent
575 We step through a few more lines to see what happens. The first two
576 times, we can use @samp{s}; the next two times we use @code{n} to avoid
577 falling into the @code{xstrdup} subroutine.
578
579 @smallexample
580 (@value{GDBP}) @b{s}
581 0x3b5c 532 if (rquote != def_rquote)
582 (@value{GDBP}) @b{s}
583 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \
584 def_lquote : xstrdup(lq);
585 (@value{GDBP}) @b{n}
586 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
587 : xstrdup(rq);
588 (@value{GDBP}) @b{n}
589 538 len_lquote = strlen(rquote);
590 @end smallexample
591
592 @noindent
593 The last line displayed looks a little odd; we can examine the variables
594 @code{lquote} and @code{rquote} to see if they are in fact the new left
595 and right quotes we specified. We use the command @code{p}
596 (@code{print}) to see their values.
597
598 @smallexample
599 (@value{GDBP}) @b{p lquote}
600 $1 = 0x35d40 "<QUOTE>"
601 (@value{GDBP}) @b{p rquote}
602 $2 = 0x35d50 "<UNQUOTE>"
603 @end smallexample
604
605 @noindent
606 @code{lquote} and @code{rquote} are indeed the new left and right quotes.
607 To look at some context, we can display ten lines of source
608 surrounding the current line with the @code{l} (@code{list}) command.
609
610 @smallexample
611 (@value{GDBP}) @b{l}
612 533 xfree(rquote);
613 534
614 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\
615 : xstrdup (lq);
616 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\
617 : xstrdup (rq);
618 537
619 538 len_lquote = strlen(rquote);
620 539 len_rquote = strlen(lquote);
621 540 @}
622 541
623 542 void
624 @end smallexample
625
626 @noindent
627 Let us step past the two lines that set @code{len_lquote} and
628 @code{len_rquote}, and then examine the values of those variables.
629
630 @smallexample
631 (@value{GDBP}) @b{n}
632 539 len_rquote = strlen(lquote);
633 (@value{GDBP}) @b{n}
634 540 @}
635 (@value{GDBP}) @b{p len_lquote}
636 $3 = 9
637 (@value{GDBP}) @b{p len_rquote}
638 $4 = 7
639 @end smallexample
640
641 @noindent
642 That certainly looks wrong, assuming @code{len_lquote} and
643 @code{len_rquote} are meant to be the lengths of @code{lquote} and
644 @code{rquote} respectively. We can set them to better values using
645 the @code{p} command, since it can print the value of
646 any expression---and that expression can include subroutine calls and
647 assignments.
648
649 @smallexample
650 (@value{GDBP}) @b{p len_lquote=strlen(lquote)}
651 $5 = 7
652 (@value{GDBP}) @b{p len_rquote=strlen(rquote)}
653 $6 = 9
654 @end smallexample
655
656 @noindent
657 Is that enough to fix the problem of using the new quotes with the
658 @code{m4} built-in @code{defn}? We can allow @code{m4} to continue
659 executing with the @code{c} (@code{continue}) command, and then try the
660 example that caused trouble initially:
661
662 @smallexample
663 (@value{GDBP}) @b{c}
664 Continuing.
665
666 @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))}
667
668 baz
669 0000
670 @end smallexample
671
672 @noindent
673 Success! The new quotes now work just as well as the default ones. The
674 problem seems to have been just the two typos defining the wrong
675 lengths. We allow @code{m4} exit by giving it an EOF as input:
676
677 @smallexample
678 @b{C-d}
679 Program exited normally.
680 @end smallexample
681
682 @noindent
683 The message @samp{Program exited normally.} is from @value{GDBN}; it
684 indicates @code{m4} has finished executing. We can end our @value{GDBN}
685 session with the @value{GDBN} @code{quit} command.
686
687 @smallexample
688 (@value{GDBP}) @b{quit}
689 @end smallexample
690
691 @node Invocation
692 @chapter Getting In and Out of @value{GDBN}
693
694 This chapter discusses how to start @value{GDBN}, and how to get out of it.
695 The essentials are:
696 @itemize @bullet
697 @item
698 type @samp{@value{GDBP}} to start @value{GDBN}.
699 @item
700 type @kbd{quit} or @kbd{C-d} to exit.
701 @end itemize
702
703 @menu
704 * Invoking GDB:: How to start @value{GDBN}
705 * Quitting GDB:: How to quit @value{GDBN}
706 * Shell Commands:: How to use shell commands inside @value{GDBN}
707 @end menu
708
709 @node Invoking GDB
710 @section Invoking @value{GDBN}
711
712 Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started,
713 @value{GDBN} reads commands from the terminal until you tell it to exit.
714
715 You can also run @code{@value{GDBP}} with a variety of arguments and options,
716 to specify more of your debugging environment at the outset.
717
718 The command-line options described here are designed
719 to cover a variety of situations; in some environments, some of these
720 options may effectively be unavailable.
721
722 The most usual way to start @value{GDBN} is with one argument,
723 specifying an executable program:
724
725 @example
726 @value{GDBP} @var{program}
727 @end example
728
729 @noindent
730 You can also start with both an executable program and a core file
731 specified:
732
733 @example
734 @value{GDBP} @var{program} @var{core}
735 @end example
736
737 You can, instead, specify a process ID as a second argument, if you want
738 to debug a running process:
739
740 @example
741 @value{GDBP} @var{program} 1234
742 @end example
743
744 @noindent
745 would attach @value{GDBN} to process @code{1234} (unless you also have a file
746 named @file{1234}; @value{GDBN} does check for a core file first).
747
748 Taking advantage of the second command-line argument requires a fairly
749 complete operating system; when you use @value{GDBN} as a remote
750 debugger attached to a bare board, there may not be any notion of
751 ``process'', and there is often no way to get a core dump. @value{GDBN}
752 will warn you if it is unable to attach or to read core dumps.
753
754 You can run @code{@value{GDBP}} without printing the front material, which describes
755 @value{GDBN}'s non-warranty, by specifying @code{-silent}:
756
757 @smallexample
758 @value{GDBP} -silent
759 @end smallexample
760
761 @noindent
762 You can further control how @value{GDBN} starts up by using command-line
763 options. @value{GDBN} itself can remind you of the options available.
764
765 @noindent
766 Type
767
768 @example
769 @value{GDBP} -help
770 @end example
771
772 @noindent
773 to display all available options and briefly describe their use
774 (@samp{@value{GDBP} -h} is a shorter equivalent).
775
776 All options and command line arguments you give are processed
777 in sequential order. The order makes a difference when the
778 @samp{-x} option is used.
779
780
781 @menu
782 * File Options:: Choosing files
783 * Mode Options:: Choosing modes
784 @end menu
785
786 @node File Options
787 @subsection Choosing files
788
789 When @value{GDBN} starts, it reads any arguments other than options as
790 specifying an executable file and core file (or process ID). This is
791 the same as if the arguments were specified by the @samp{-se} and
792 @samp{-c} options respectively. (@value{GDBN} reads the first argument
793 that does not have an associated option flag as equivalent to the
794 @samp{-se} option followed by that argument; and the second argument
795 that does not have an associated option flag, if any, as equivalent to
796 the @samp{-c} option followed by that argument.)
797
798 If @value{GDBN} has not been configured to included core file support,
799 such as for most embedded targets, then it will complain about a second
800 argument and ignore it.
801
802 Many options have both long and short forms; both are shown in the
803 following list. @value{GDBN} also recognizes the long forms if you truncate
804 them, so long as enough of the option is present to be unambiguous.
805 (If you prefer, you can flag option arguments with @samp{--} rather
806 than @samp{-}, though we illustrate the more usual convention.)
807
808 @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This
809 @c way, both those who look for -foo and --foo in the index, will find
810 @c it.
811
812 @table @code
813 @item -symbols @var{file}
814 @itemx -s @var{file}
815 @cindex @code{--symbols}
816 @cindex @code{-s}
817 Read symbol table from file @var{file}.
818
819 @item -exec @var{file}
820 @itemx -e @var{file}
821 @cindex @code{--exec}
822 @cindex @code{-e}
823 Use file @var{file} as the executable file to execute when appropriate,
824 and for examining pure data in conjunction with a core dump.
825
826 @item -se @var{file}
827 @cindex @code{--se}
828 Read symbol table from file @var{file} and use it as the executable
829 file.
830
831 @item -core @var{file}
832 @itemx -c @var{file}
833 @cindex @code{--core}
834 @cindex @code{-c}
835 Use file @var{file} as a core dump to examine.
836
837 @item -c @var{number}
838 Connect to process ID @var{number}, as with the @code{attach} command
839 (unless there is a file in core-dump format named @var{number}, in which
840 case @samp{-c} specifies that file as a core dump to read).
841
842 @item -command @var{file}
843 @itemx -x @var{file}
844 @cindex @code{--command}
845 @cindex @code{-x}
846 Execute @value{GDBN} commands from file @var{file}. @xref{Command
847 Files,, Command files}.
848
849 @item -directory @var{directory}
850 @itemx -d @var{directory}
851 @cindex @code{--directory}
852 @cindex @code{-d}
853 Add @var{directory} to the path to search for source files.
854
855 @item -m
856 @itemx -mapped
857 @cindex @code{--mapped}
858 @cindex @code{-m}
859 @emph{Warning: this option depends on operating system facilities that are not
860 supported on all systems.}@*
861 If memory-mapped files are available on your system through the @code{mmap}
862 system call, you can use this option
863 to have @value{GDBN} write the symbols from your
864 program into a reusable file in the current directory. If the program you are debugging is
865 called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}.
866 Future @value{GDBN} debugging sessions notice the presence of this file,
867 and can quickly map in symbol information from it, rather than reading
868 the symbol table from the executable program.
869
870 The @file{.syms} file is specific to the host machine where @value{GDBN}
871 is run. It holds an exact image of the internal @value{GDBN} symbol
872 table. It cannot be shared across multiple host platforms.
873
874 @item -r
875 @itemx -readnow
876 @cindex @code{--readnow}
877 @cindex @code{-r}
878 Read each symbol file's entire symbol table immediately, rather than
879 the default, which is to read it incrementally as it is needed.
880 This makes startup slower, but makes future operations faster.
881
882 @end table
883
884 You typically combine the @code{-mapped} and @code{-readnow} options in
885 order to build a @file{.syms} file that contains complete symbol
886 information. (@xref{Files,,Commands to specify files}, for information
887 on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing
888 but build a @file{.syms} file for future use is:
889
890 @example
891 gdb -batch -nx -mapped -readnow programname
892 @end example
893
894 @node Mode Options
895 @subsection Choosing modes
896
897 You can run @value{GDBN} in various alternative modes---for example, in
898 batch mode or quiet mode.
899
900 @table @code
901 @item -nx
902 @itemx -n
903 @cindex @code{--nx}
904 @cindex @code{-n}
905 Do not execute commands found in any initialization files (normally
906 called @file{.gdbinit}, or @file{gdb.ini} on PCs). Normally,
907 @value{GDBN} executes the commands in these files after all the command
908 options and arguments have been processed. @xref{Command Files,,Command
909 files}.
910
911 @item -quiet
912 @itemx -silent
913 @itemx -q
914 @cindex @code{--quiet}
915 @cindex @code{--silent}
916 @cindex @code{-q}
917 ``Quiet''. Do not print the introductory and copyright messages. These
918 messages are also suppressed in batch mode.
919
920 @item -batch
921 @cindex @code{--batch}
922 Run in batch mode. Exit with status @code{0} after processing all the
923 command files specified with @samp{-x} (and all commands from
924 initialization files, if not inhibited with @samp{-n}). Exit with
925 nonzero status if an error occurs in executing the @value{GDBN} commands
926 in the command files.
927
928 Batch mode may be useful for running @value{GDBN} as a filter, for
929 example to download and run a program on another computer; in order to
930 make this more useful, the message
931
932 @example
933 Program exited normally.
934 @end example
935
936 @noindent
937 (which is ordinarily issued whenever a program running under
938 @value{GDBN} control terminates) is not issued when running in batch
939 mode.
940
941 @item -nowindows
942 @itemx -nw
943 @cindex @code{--nowindows}
944 @cindex @code{-nw}
945 ``No windows''. If @value{GDBN} comes with a graphical user interface
946 (GUI) built in, then this option tells @value{GDBN} to only use the command-line
947 interface. If no GUI is available, this option has no effect.
948
949 @item -windows
950 @itemx -w
951 @cindex @code{--windows}
952 @cindex @code{-w}
953 If @value{GDBN} includes a GUI, then this option requires it to be
954 used if possible.
955
956 @item -cd @var{directory}
957 @cindex @code{--cd}
958 Run @value{GDBN} using @var{directory} as its working directory,
959 instead of the current directory.
960
961 @item -fullname
962 @itemx -f
963 @cindex @code{--fullname}
964 @cindex @code{-f}
965 @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a
966 subprocess. It tells @value{GDBN} to output the full file name and line
967 number in a standard, recognizable fashion each time a stack frame is
968 displayed (which includes each time your program stops). This
969 recognizable format looks like two @samp{\032} characters, followed by
970 the file name, line number and character position separated by colons,
971 and a newline. The Emacs-to-@value{GDBN} interface program uses the two
972 @samp{\032} characters as a signal to display the source code for the
973 frame.
974
975 @item -epoch
976 @cindex @code{--epoch}
977 The Epoch Emacs-@value{GDBN} interface sets this option when it runs
978 @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print
979 routines so as to allow Epoch to display values of expressions in a
980 separate window.
981
982 @item -annotate @var{level}
983 @cindex @code{--annotate}
984 This option sets the @dfn{annotation level} inside @value{GDBN}. Its
985 effect is identical to using @samp{set annotate @var{level}}
986 (@pxref{Annotations}).
987 Annotation level controls how much information does @value{GDBN} print
988 together with its prompt, values of expressions, source lines, and other
989 types of output. Level 0 is the normal, level 1 is for use when
990 @value{GDBN} is run as a subprocess of @sc{gnu} Emacs, level 2 is the
991 maximum annotation suitable for programs that control @value{GDBN}.
992
993 @item -async
994 @cindex @code{--async}
995 Use the asynchronous event loop for the command-line interface.
996 @value{GDBN} processes all events, such as user keyboard input, via a
997 special event loop. This allows @value{GDBN} to accept and process user
998 commands in parallel with the debugged process being
999 run@footnote{@value{GDBN} built with @sc{djgpp} tools for
1000 MS-DOS/MS-Windows supports this mode of operation, but the event loop is
1001 suspended when the debuggee runs.}, so you don't need to wait for
1002 control to return to @value{GDBN} before you type the next command.
1003 (@emph{Note:} as of version 5.0, the target side of the asynchronous
1004 operation is not yet in place, so @samp{-async} does not work fully
1005 yet.)
1006 @c FIXME: when the target side of the event loop is done, the above NOTE
1007 @c should be removed.
1008
1009 When the standard input is connected to a terminal device, @value{GDBN}
1010 uses the asynchronous event loop by default, unless disabled by the
1011 @samp{-noasync} option.
1012
1013 @item -noasync
1014 @cindex @code{--noasync}
1015 Disable the asynchronous event loop for the command-line interface.
1016
1017 @item -baud @var{bps}
1018 @itemx -b @var{bps}
1019 @cindex @code{--baud}
1020 @cindex @code{-b}
1021 Set the line speed (baud rate or bits per second) of any serial
1022 interface used by @value{GDBN} for remote debugging.
1023
1024 @item -tty @var{device}
1025 @itemx -t @var{device}
1026 @cindex @code{--tty}
1027 @cindex @code{-t}
1028 Run using @var{device} for your program's standard input and output.
1029 @c FIXME: kingdon thinks there is more to -tty. Investigate.
1030
1031 @c resolve the situation of these eventually
1032 @c @item -tui
1033 @c @cindex @code{--tui}
1034 @c Use a Terminal User Interface. For information, use your Web browser to
1035 @c read the file @file{TUI.html}, which is usually installed in the
1036 @c directory @code{/opt/langtools/wdb/doc} on HP-UX systems. Do not use
1037 @c this option if you run @value{GDBN} from Emacs (see @pxref{Emacs, ,Using
1038 @c @value{GDBN} under @sc{gnu} Emacs}).
1039
1040 @c @item -xdb
1041 @c @cindex @code{--xdb}
1042 @c Run in XDB compatibility mode, allowing the use of certain XDB commands.
1043 @c For information, see the file @file{xdb_trans.html}, which is usually
1044 @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX
1045 @c systems.
1046
1047 @item -interpreter @var{interp}
1048 @cindex @code{--interpreter}
1049 Use the interpreter @var{interp} for interface with the controlling
1050 program or device. This option is meant to be set by programs which
1051 communicate with @value{GDBN} using it as a back end. For example,
1052 @samp{--interpreter=mi} causes @value{GDBN} to use the @dfn{gdbmi
1053 interface} (@pxref{GDB/MI, , The @sc{gdb/mi} Interface}).
1054
1055 @item -write
1056 @cindex @code{--write}
1057 Open the executable and core files for both reading and writing. This
1058 is equivalent to the @samp{set write on} command inside @value{GDBN}
1059 (@pxref{Patching}).
1060
1061 @item -statistics
1062 @cindex @code{--statistics}
1063 This option causes @value{GDBN} to print statistics about time and
1064 memory usage after it completes each command and returns to the prompt.
1065
1066 @item -version
1067 @cindex @code{--version}
1068 This option causes @value{GDBN} to print its version number and
1069 no-warranty blurb, and exit.
1070
1071 @end table
1072
1073 @node Quitting GDB
1074 @section Quitting @value{GDBN}
1075 @cindex exiting @value{GDBN}
1076 @cindex leaving @value{GDBN}
1077
1078 @table @code
1079 @kindex quit @r{[}@var{expression}@r{]}
1080 @kindex q @r{(@code{quit})}
1081 @item quit @r{[}@var{expression}@r{]}
1082 @itemx q
1083 To exit @value{GDBN}, use the @code{quit} command (abbreviated
1084 @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you
1085 do not supply @var{expression}, @value{GDBN} will terminate normally;
1086 otherwise it will terminate using the result of @var{expression} as the
1087 error code.
1088 @end table
1089
1090 @cindex interrupt
1091 An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather
1092 terminates the action of any @value{GDBN} command that is in progress and
1093 returns to @value{GDBN} command level. It is safe to type the interrupt
1094 character at any time because @value{GDBN} does not allow it to take effect
1095 until a time when it is safe.
1096
1097 If you have been using @value{GDBN} to control an attached process or
1098 device, you can release it with the @code{detach} command
1099 (@pxref{Attach, ,Debugging an already-running process}).
1100
1101 @node Shell Commands
1102 @section Shell commands
1103
1104 If you need to execute occasional shell commands during your
1105 debugging session, there is no need to leave or suspend @value{GDBN}; you can
1106 just use the @code{shell} command.
1107
1108 @table @code
1109 @kindex shell
1110 @cindex shell escape
1111 @item shell @var{command string}
1112 Invoke a standard shell to execute @var{command string}.
1113 If it exists, the environment variable @code{SHELL} determines which
1114 shell to run. Otherwise @value{GDBN} uses the default shell
1115 (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.).
1116 @end table
1117
1118 The utility @code{make} is often needed in development environments.
1119 You do not have to use the @code{shell} command for this purpose in
1120 @value{GDBN}:
1121
1122 @table @code
1123 @kindex make
1124 @cindex calling make
1125 @item make @var{make-args}
1126 Execute the @code{make} program with the specified
1127 arguments. This is equivalent to @samp{shell make @var{make-args}}.
1128 @end table
1129
1130 @node Commands
1131 @chapter @value{GDBN} Commands
1132
1133 You can abbreviate a @value{GDBN} command to the first few letters of the command
1134 name, if that abbreviation is unambiguous; and you can repeat certain
1135 @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB}
1136 key to get @value{GDBN} to fill out the rest of a word in a command (or to
1137 show you the alternatives available, if there is more than one possibility).
1138
1139 @menu
1140 * Command Syntax:: How to give commands to @value{GDBN}
1141 * Completion:: Command completion
1142 * Help:: How to ask @value{GDBN} for help
1143 @end menu
1144
1145 @node Command Syntax
1146 @section Command syntax
1147
1148 A @value{GDBN} command is a single line of input. There is no limit on
1149 how long it can be. It starts with a command name, which is followed by
1150 arguments whose meaning depends on the command name. For example, the
1151 command @code{step} accepts an argument which is the number of times to
1152 step, as in @samp{step 5}. You can also use the @code{step} command
1153 with no arguments. Some commands do not allow any arguments.
1154
1155 @cindex abbreviation
1156 @value{GDBN} command names may always be truncated if that abbreviation is
1157 unambiguous. Other possible command abbreviations are listed in the
1158 documentation for individual commands. In some cases, even ambiguous
1159 abbreviations are allowed; for example, @code{s} is specially defined as
1160 equivalent to @code{step} even though there are other commands whose
1161 names start with @code{s}. You can test abbreviations by using them as
1162 arguments to the @code{help} command.
1163
1164 @cindex repeating commands
1165 @kindex RET @r{(repeat last command)}
1166 A blank line as input to @value{GDBN} (typing just @key{RET}) means to
1167 repeat the previous command. Certain commands (for example, @code{run})
1168 will not repeat this way; these are commands whose unintentional
1169 repetition might cause trouble and which you are unlikely to want to
1170 repeat.
1171
1172 The @code{list} and @code{x} commands, when you repeat them with
1173 @key{RET}, construct new arguments rather than repeating
1174 exactly as typed. This permits easy scanning of source or memory.
1175
1176 @value{GDBN} can also use @key{RET} in another way: to partition lengthy
1177 output, in a way similar to the common utility @code{more}
1178 (@pxref{Screen Size,,Screen size}). Since it is easy to press one
1179 @key{RET} too many in this situation, @value{GDBN} disables command
1180 repetition after any command that generates this sort of display.
1181
1182 @kindex # @r{(a comment)}
1183 @cindex comment
1184 Any text from a @kbd{#} to the end of the line is a comment; it does
1185 nothing. This is useful mainly in command files (@pxref{Command
1186 Files,,Command files}).
1187
1188 @node Completion
1189 @section Command completion
1190
1191 @cindex completion
1192 @cindex word completion
1193 @value{GDBN} can fill in the rest of a word in a command for you, if there is
1194 only one possibility; it can also show you what the valid possibilities
1195 are for the next word in a command, at any time. This works for @value{GDBN}
1196 commands, @value{GDBN} subcommands, and the names of symbols in your program.
1197
1198 Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest
1199 of a word. If there is only one possibility, @value{GDBN} fills in the
1200 word, and waits for you to finish the command (or press @key{RET} to
1201 enter it). For example, if you type
1202
1203 @c FIXME "@key" does not distinguish its argument sufficiently to permit
1204 @c complete accuracy in these examples; space introduced for clarity.
1205 @c If texinfo enhancements make it unnecessary, it would be nice to
1206 @c replace " @key" by "@key" in the following...
1207 @example
1208 (@value{GDBP}) info bre @key{TAB}
1209 @end example
1210
1211 @noindent
1212 @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is
1213 the only @code{info} subcommand beginning with @samp{bre}:
1214
1215 @example
1216 (@value{GDBP}) info breakpoints
1217 @end example
1218
1219 @noindent
1220 You can either press @key{RET} at this point, to run the @code{info
1221 breakpoints} command, or backspace and enter something else, if
1222 @samp{breakpoints} does not look like the command you expected. (If you
1223 were sure you wanted @code{info breakpoints} in the first place, you
1224 might as well just type @key{RET} immediately after @samp{info bre},
1225 to exploit command abbreviations rather than command completion).
1226
1227 If there is more than one possibility for the next word when you press
1228 @key{TAB}, @value{GDBN} sounds a bell. You can either supply more
1229 characters and try again, or just press @key{TAB} a second time;
1230 @value{GDBN} displays all the possible completions for that word. For
1231 example, you might want to set a breakpoint on a subroutine whose name
1232 begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN}
1233 just sounds the bell. Typing @key{TAB} again displays all the
1234 function names in your program that begin with those characters, for
1235 example:
1236
1237 @example
1238 (@value{GDBP}) b make_ @key{TAB}
1239 @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see:
1240 make_a_section_from_file make_environ
1241 make_abs_section make_function_type
1242 make_blockvector make_pointer_type
1243 make_cleanup make_reference_type
1244 make_command make_symbol_completion_list
1245 (@value{GDBP}) b make_
1246 @end example
1247
1248 @noindent
1249 After displaying the available possibilities, @value{GDBN} copies your
1250 partial input (@samp{b make_} in the example) so you can finish the
1251 command.
1252
1253 If you just want to see the list of alternatives in the first place, you
1254 can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?}
1255 means @kbd{@key{META} ?}. You can type this either by holding down a
1256 key designated as the @key{META} shift on your keyboard (if there is
1257 one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}.
1258
1259 @cindex quotes in commands
1260 @cindex completion of quoted strings
1261 Sometimes the string you need, while logically a ``word'', may contain
1262 parentheses or other characters that @value{GDBN} normally excludes from
1263 its notion of a word. To permit word completion to work in this
1264 situation, you may enclose words in @code{'} (single quote marks) in
1265 @value{GDBN} commands.
1266
1267 The most likely situation where you might need this is in typing the
1268 name of a C++ function. This is because C++ allows function overloading
1269 (multiple definitions of the same function, distinguished by argument
1270 type). For example, when you want to set a breakpoint you may need to
1271 distinguish whether you mean the version of @code{name} that takes an
1272 @code{int} parameter, @code{name(int)}, or the version that takes a
1273 @code{float} parameter, @code{name(float)}. To use the word-completion
1274 facilities in this situation, type a single quote @code{'} at the
1275 beginning of the function name. This alerts @value{GDBN} that it may need to
1276 consider more information than usual when you press @key{TAB} or
1277 @kbd{M-?} to request word completion:
1278
1279 @example
1280 (@value{GDBP}) b 'bubble( @kbd{M-?}
1281 bubble(double,double) bubble(int,int)
1282 (@value{GDBP}) b 'bubble(
1283 @end example
1284
1285 In some cases, @value{GDBN} can tell that completing a name requires using
1286 quotes. When this happens, @value{GDBN} inserts the quote for you (while
1287 completing as much as it can) if you do not type the quote in the first
1288 place:
1289
1290 @example
1291 (@value{GDBP}) b bub @key{TAB}
1292 @exdent @value{GDBN} alters your input line to the following, and rings a bell:
1293 (@value{GDBP}) b 'bubble(
1294 @end example
1295
1296 @noindent
1297 In general, @value{GDBN} can tell that a quote is needed (and inserts it) if
1298 you have not yet started typing the argument list when you ask for
1299 completion on an overloaded symbol.
1300
1301 For more information about overloaded functions, see @ref{C plus plus
1302 expressions, ,C++ expressions}. You can use the command @code{set
1303 overload-resolution off} to disable overload resolution;
1304 see @ref{Debugging C plus plus, ,@value{GDBN} features for C++}.
1305
1306
1307 @node Help
1308 @section Getting help
1309 @cindex online documentation
1310 @kindex help
1311
1312 You can always ask @value{GDBN} itself for information on its commands,
1313 using the command @code{help}.
1314
1315 @table @code
1316 @kindex h @r{(@code{help})}
1317 @item help
1318 @itemx h
1319 You can use @code{help} (abbreviated @code{h}) with no arguments to
1320 display a short list of named classes of commands:
1321
1322 @smallexample
1323 (@value{GDBP}) help
1324 List of classes of commands:
1325
1326 aliases -- Aliases of other commands
1327 breakpoints -- Making program stop at certain points
1328 data -- Examining data
1329 files -- Specifying and examining files
1330 internals -- Maintenance commands
1331 obscure -- Obscure features
1332 running -- Running the program
1333 stack -- Examining the stack
1334 status -- Status inquiries
1335 support -- Support facilities
1336 tracepoints -- Tracing of program execution without@*
1337 stopping the program
1338 user-defined -- User-defined commands
1339
1340 Type "help" followed by a class name for a list of
1341 commands in that class.
1342 Type "help" followed by command name for full
1343 documentation.
1344 Command name abbreviations are allowed if unambiguous.
1345 (@value{GDBP})
1346 @end smallexample
1347 @c the above line break eliminates huge line overfull...
1348
1349 @item help @var{class}
1350 Using one of the general help classes as an argument, you can get a
1351 list of the individual commands in that class. For example, here is the
1352 help display for the class @code{status}:
1353
1354 @smallexample
1355 (@value{GDBP}) help status
1356 Status inquiries.
1357
1358 List of commands:
1359
1360 @c Line break in "show" line falsifies real output, but needed
1361 @c to fit in smallbook page size.
1362 info -- Generic command for showing things
1363 about the program being debugged
1364 show -- Generic command for showing things
1365 about the debugger
1366
1367 Type "help" followed by command name for full
1368 documentation.
1369 Command name abbreviations are allowed if unambiguous.
1370 (@value{GDBP})
1371 @end smallexample
1372
1373 @item help @var{command}
1374 With a command name as @code{help} argument, @value{GDBN} displays a
1375 short paragraph on how to use that command.
1376
1377 @kindex apropos
1378 @item apropos @var{args}
1379 The @code{apropos @var{args}} command searches through all of the @value{GDBN}
1380 commands, and their documentation, for the regular expression specified in
1381 @var{args}. It prints out all matches found. For example:
1382
1383 @smallexample
1384 apropos reload
1385 @end smallexample
1386
1387 @noindent results in:
1388
1389 @smallexample
1390 @c @group
1391 set symbol-reloading -- Set dynamic symbol table reloading
1392 multiple times in one run
1393 show symbol-reloading -- Show dynamic symbol table reloading
1394 multiple times in one run
1395 @c @end group
1396 @end smallexample
1397
1398 @kindex complete
1399 @item complete @var{args}
1400 The @code{complete @var{args}} command lists all the possible completions
1401 for the beginning of a command. Use @var{args} to specify the beginning of the
1402 command you want completed. For example:
1403
1404 @smallexample
1405 complete i
1406 @end smallexample
1407
1408 @noindent results in:
1409
1410 @smallexample
1411 @group
1412 if
1413 ignore
1414 info
1415 inspect
1416 @end group
1417 @end smallexample
1418
1419 @noindent This is intended for use by @sc{gnu} Emacs.
1420 @end table
1421
1422 In addition to @code{help}, you can use the @value{GDBN} commands @code{info}
1423 and @code{show} to inquire about the state of your program, or the state
1424 of @value{GDBN} itself. Each command supports many topics of inquiry; this
1425 manual introduces each of them in the appropriate context. The listings
1426 under @code{info} and under @code{show} in the Index point to
1427 all the sub-commands. @xref{Index}.
1428
1429 @c @group
1430 @table @code
1431 @kindex info
1432 @kindex i @r{(@code{info})}
1433 @item info
1434 This command (abbreviated @code{i}) is for describing the state of your
1435 program. For example, you can list the arguments given to your program
1436 with @code{info args}, list the registers currently in use with @code{info
1437 registers}, or list the breakpoints you have set with @code{info breakpoints}.
1438 You can get a complete list of the @code{info} sub-commands with
1439 @w{@code{help info}}.
1440
1441 @kindex set
1442 @item set
1443 You can assign the result of an expression to an environment variable with
1444 @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with
1445 @code{set prompt $}.
1446
1447 @kindex show
1448 @item show
1449 In contrast to @code{info}, @code{show} is for describing the state of
1450 @value{GDBN} itself.
1451 You can change most of the things you can @code{show}, by using the
1452 related command @code{set}; for example, you can control what number
1453 system is used for displays with @code{set radix}, or simply inquire
1454 which is currently in use with @code{show radix}.
1455
1456 @kindex info set
1457 To display all the settable parameters and their current
1458 values, you can use @code{show} with no arguments; you may also use
1459 @code{info set}. Both commands produce the same display.
1460 @c FIXME: "info set" violates the rule that "info" is for state of
1461 @c FIXME...program. Ck w/ GNU: "info set" to be called something else,
1462 @c FIXME...or change desc of rule---eg "state of prog and debugging session"?
1463 @end table
1464 @c @end group
1465
1466 Here are three miscellaneous @code{show} subcommands, all of which are
1467 exceptional in lacking corresponding @code{set} commands:
1468
1469 @table @code
1470 @kindex show version
1471 @cindex version number
1472 @item show version
1473 Show what version of @value{GDBN} is running. You should include this
1474 information in @value{GDBN} bug-reports. If multiple versions of
1475 @value{GDBN} are in use at your site, you may need to determine which
1476 version of @value{GDBN} you are running; as @value{GDBN} evolves, new
1477 commands are introduced, and old ones may wither away. Also, many
1478 system vendors ship variant versions of @value{GDBN}, and there are
1479 variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well.
1480 The version number is the same as the one announced when you start
1481 @value{GDBN}.
1482
1483 @kindex show copying
1484 @item show copying
1485 Display information about permission for copying @value{GDBN}.
1486
1487 @kindex show warranty
1488 @item show warranty
1489 Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty,
1490 if your version of @value{GDBN} comes with one.
1491
1492 @end table
1493
1494 @node Running
1495 @chapter Running Programs Under @value{GDBN}
1496
1497 When you run a program under @value{GDBN}, you must first generate
1498 debugging information when you compile it.
1499
1500 You may start @value{GDBN} with its arguments, if any, in an environment
1501 of your choice. If you are doing native debugging, you may redirect
1502 your program's input and output, debug an already running process, or
1503 kill a child process.
1504
1505 @menu
1506 * Compilation:: Compiling for debugging
1507 * Starting:: Starting your program
1508 * Arguments:: Your program's arguments
1509 * Environment:: Your program's environment
1510
1511 * Working Directory:: Your program's working directory
1512 * Input/Output:: Your program's input and output
1513 * Attach:: Debugging an already-running process
1514 * Kill Process:: Killing the child process
1515
1516 * Threads:: Debugging programs with multiple threads
1517 * Processes:: Debugging programs with multiple processes
1518 @end menu
1519
1520 @node Compilation
1521 @section Compiling for debugging
1522
1523 In order to debug a program effectively, you need to generate
1524 debugging information when you compile it. This debugging information
1525 is stored in the object file; it describes the data type of each
1526 variable or function and the correspondence between source line numbers
1527 and addresses in the executable code.
1528
1529 To request debugging information, specify the @samp{-g} option when you run
1530 the compiler.
1531
1532 Many C compilers are unable to handle the @samp{-g} and @samp{-O}
1533 options together. Using those compilers, you cannot generate optimized
1534 executables containing debugging information.
1535
1536 @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or
1537 without @samp{-O}, making it possible to debug optimized code. We
1538 recommend that you @emph{always} use @samp{-g} whenever you compile a
1539 program. You may think your program is correct, but there is no sense
1540 in pushing your luck.
1541
1542 @cindex optimized code, debugging
1543 @cindex debugging optimized code
1544 When you debug a program compiled with @samp{-g -O}, remember that the
1545 optimizer is rearranging your code; the debugger shows you what is
1546 really there. Do not be too surprised when the execution path does not
1547 exactly match your source file! An extreme example: if you define a
1548 variable, but never use it, @value{GDBN} never sees that
1549 variable---because the compiler optimizes it out of existence.
1550
1551 Some things do not work as well with @samp{-g -O} as with just
1552 @samp{-g}, particularly on machines with instruction scheduling. If in
1553 doubt, recompile with @samp{-g} alone, and if this fixes the problem,
1554 please report it to us as a bug (including a test case!).
1555
1556 Older versions of the @sc{gnu} C compiler permitted a variant option
1557 @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this
1558 format; if your @sc{gnu} C compiler has this option, do not use it.
1559
1560 @need 2000
1561 @node Starting
1562 @section Starting your program
1563 @cindex starting
1564 @cindex running
1565
1566 @table @code
1567 @kindex run
1568 @kindex r @r{(@code{run})}
1569 @item run
1570 @itemx r
1571 Use the @code{run} command to start your program under @value{GDBN}.
1572 You must first specify the program name (except on VxWorks) with an
1573 argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of
1574 @value{GDBN}}), or by using the @code{file} or @code{exec-file} command
1575 (@pxref{Files, ,Commands to specify files}).
1576
1577 @end table
1578
1579 If you are running your program in an execution environment that
1580 supports processes, @code{run} creates an inferior process and makes
1581 that process run your program. (In environments without processes,
1582 @code{run} jumps to the start of your program.)
1583
1584 The execution of a program is affected by certain information it
1585 receives from its superior. @value{GDBN} provides ways to specify this
1586 information, which you must do @emph{before} starting your program. (You
1587 can change it after starting your program, but such changes only affect
1588 your program the next time you start it.) This information may be
1589 divided into four categories:
1590
1591 @table @asis
1592 @item The @emph{arguments.}
1593 Specify the arguments to give your program as the arguments of the
1594 @code{run} command. If a shell is available on your target, the shell
1595 is used to pass the arguments, so that you may use normal conventions
1596 (such as wildcard expansion or variable substitution) in describing
1597 the arguments.
1598 In Unix systems, you can control which shell is used with the
1599 @code{SHELL} environment variable.
1600 @xref{Arguments, ,Your program's arguments}.
1601
1602 @item The @emph{environment.}
1603 Your program normally inherits its environment from @value{GDBN}, but you can
1604 use the @value{GDBN} commands @code{set environment} and @code{unset
1605 environment} to change parts of the environment that affect
1606 your program. @xref{Environment, ,Your program's environment}.
1607
1608 @item The @emph{working directory.}
1609 Your program inherits its working directory from @value{GDBN}. You can set
1610 the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}.
1611 @xref{Working Directory, ,Your program's working directory}.
1612
1613 @item The @emph{standard input and output.}
1614 Your program normally uses the same device for standard input and
1615 standard output as @value{GDBN} is using. You can redirect input and output
1616 in the @code{run} command line, or you can use the @code{tty} command to
1617 set a different device for your program.
1618 @xref{Input/Output, ,Your program's input and output}.
1619
1620 @cindex pipes
1621 @emph{Warning:} While input and output redirection work, you cannot use
1622 pipes to pass the output of the program you are debugging to another
1623 program; if you attempt this, @value{GDBN} is likely to wind up debugging the
1624 wrong program.
1625 @end table
1626
1627 When you issue the @code{run} command, your program begins to execute
1628 immediately. @xref{Stopping, ,Stopping and continuing}, for discussion
1629 of how to arrange for your program to stop. Once your program has
1630 stopped, you may call functions in your program, using the @code{print}
1631 or @code{call} commands. @xref{Data, ,Examining Data}.
1632
1633 If the modification time of your symbol file has changed since the last
1634 time @value{GDBN} read its symbols, @value{GDBN} discards its symbol
1635 table, and reads it again. When it does this, @value{GDBN} tries to retain
1636 your current breakpoints.
1637
1638 @node Arguments
1639 @section Your program's arguments
1640
1641 @cindex arguments (to your program)
1642 The arguments to your program can be specified by the arguments of the
1643 @code{run} command.
1644 They are passed to a shell, which expands wildcard characters and
1645 performs redirection of I/O, and thence to your program. Your
1646 @code{SHELL} environment variable (if it exists) specifies what shell
1647 @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses
1648 the default shell (@file{/bin/sh} on Unix).
1649
1650 On non-Unix systems, the program is usually invoked directly by
1651 @value{GDBN}, which emulates I/O redirection via the appropriate system
1652 calls, and the wildcard characters are expanded by the startup code of
1653 the program, not by the shell.
1654
1655 @code{run} with no arguments uses the same arguments used by the previous
1656 @code{run}, or those set by the @code{set args} command.
1657
1658 @table @code
1659 @kindex set args
1660 @item set args
1661 Specify the arguments to be used the next time your program is run. If
1662 @code{set args} has no arguments, @code{run} executes your program
1663 with no arguments. Once you have run your program with arguments,
1664 using @code{set args} before the next @code{run} is the only way to run
1665 it again without arguments.
1666
1667 @kindex show args
1668 @item show args
1669 Show the arguments to give your program when it is started.
1670 @end table
1671
1672 @node Environment
1673 @section Your program's environment
1674
1675 @cindex environment (of your program)
1676 The @dfn{environment} consists of a set of environment variables and
1677 their values. Environment variables conventionally record such things as
1678 your user name, your home directory, your terminal type, and your search
1679 path for programs to run. Usually you set up environment variables with
1680 the shell and they are inherited by all the other programs you run. When
1681 debugging, it can be useful to try running your program with a modified
1682 environment without having to start @value{GDBN} over again.
1683
1684 @table @code
1685 @kindex path
1686 @item path @var{directory}
1687 Add @var{directory} to the front of the @code{PATH} environment variable
1688 (the search path for executables) that will be passed to your program.
1689 The value of @code{PATH} used by @value{GDBN} does not change.
1690 You may specify several directory names, separated by whitespace or by a
1691 system-dependent separator character (@samp{:} on Unix, @samp{;} on
1692 MS-DOS and MS-Windows). If @var{directory} is already in the path, it
1693 is moved to the front, so it is searched sooner.
1694
1695 You can use the string @samp{$cwd} to refer to whatever is the current
1696 working directory at the time @value{GDBN} searches the path. If you
1697 use @samp{.} instead, it refers to the directory where you executed the
1698 @code{path} command. @value{GDBN} replaces @samp{.} in the
1699 @var{directory} argument (with the current path) before adding
1700 @var{directory} to the search path.
1701 @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to
1702 @c document that, since repeating it would be a no-op.
1703
1704 @kindex show paths
1705 @item show paths
1706 Display the list of search paths for executables (the @code{PATH}
1707 environment variable).
1708
1709 @kindex show environment
1710 @item show environment @r{[}@var{varname}@r{]}
1711 Print the value of environment variable @var{varname} to be given to
1712 your program when it starts. If you do not supply @var{varname},
1713 print the names and values of all environment variables to be given to
1714 your program. You can abbreviate @code{environment} as @code{env}.
1715
1716 @kindex set environment
1717 @item set environment @var{varname} @r{[}=@var{value}@r{]}
1718 Set environment variable @var{varname} to @var{value}. The value
1719 changes for your program only, not for @value{GDBN} itself. @var{value} may
1720 be any string; the values of environment variables are just strings, and
1721 any interpretation is supplied by your program itself. The @var{value}
1722 parameter is optional; if it is eliminated, the variable is set to a
1723 null value.
1724 @c "any string" here does not include leading, trailing
1725 @c blanks. Gnu asks: does anyone care?
1726
1727 For example, this command:
1728
1729 @example
1730 set env USER = foo
1731 @end example
1732
1733 @noindent
1734 tells the debugged program, when subsequently run, that its user is named
1735 @samp{foo}. (The spaces around @samp{=} are used for clarity here; they
1736 are not actually required.)
1737
1738 @kindex unset environment
1739 @item unset environment @var{varname}
1740 Remove variable @var{varname} from the environment to be passed to your
1741 program. This is different from @samp{set env @var{varname} =};
1742 @code{unset environment} removes the variable from the environment,
1743 rather than assigning it an empty value.
1744 @end table
1745
1746 @emph{Warning:} On Unix systems, @value{GDBN} runs your program using
1747 the shell indicated
1748 by your @code{SHELL} environment variable if it exists (or
1749 @code{/bin/sh} if not). If your @code{SHELL} variable names a shell
1750 that runs an initialization file---such as @file{.cshrc} for C-shell, or
1751 @file{.bashrc} for BASH---any variables you set in that file affect
1752 your program. You may wish to move setting of environment variables to
1753 files that are only run when you sign on, such as @file{.login} or
1754 @file{.profile}.
1755
1756 @node Working Directory
1757 @section Your program's working directory
1758
1759 @cindex working directory (of your program)
1760 Each time you start your program with @code{run}, it inherits its
1761 working directory from the current working directory of @value{GDBN}.
1762 The @value{GDBN} working directory is initially whatever it inherited
1763 from its parent process (typically the shell), but you can specify a new
1764 working directory in @value{GDBN} with the @code{cd} command.
1765
1766 The @value{GDBN} working directory also serves as a default for the commands
1767 that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to
1768 specify files}.
1769
1770 @table @code
1771 @kindex cd
1772 @item cd @var{directory}
1773 Set the @value{GDBN} working directory to @var{directory}.
1774
1775 @kindex pwd
1776 @item pwd
1777 Print the @value{GDBN} working directory.
1778 @end table
1779
1780 @node Input/Output
1781 @section Your program's input and output
1782
1783 @cindex redirection
1784 @cindex i/o
1785 @cindex terminal
1786 By default, the program you run under @value{GDBN} does input and output to
1787 the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal
1788 to its own terminal modes to interact with you, but it records the terminal
1789 modes your program was using and switches back to them when you continue
1790 running your program.
1791
1792 @table @code
1793 @kindex info terminal
1794 @item info terminal
1795 Displays information recorded by @value{GDBN} about the terminal modes your
1796 program is using.
1797 @end table
1798
1799 You can redirect your program's input and/or output using shell
1800 redirection with the @code{run} command. For example,
1801
1802 @example
1803 run > outfile
1804 @end example
1805
1806 @noindent
1807 starts your program, diverting its output to the file @file{outfile}.
1808
1809 @kindex tty
1810 @cindex controlling terminal
1811 Another way to specify where your program should do input and output is
1812 with the @code{tty} command. This command accepts a file name as
1813 argument, and causes this file to be the default for future @code{run}
1814 commands. It also resets the controlling terminal for the child
1815 process, for future @code{run} commands. For example,
1816
1817 @example
1818 tty /dev/ttyb
1819 @end example
1820
1821 @noindent
1822 directs that processes started with subsequent @code{run} commands
1823 default to do input and output on the terminal @file{/dev/ttyb} and have
1824 that as their controlling terminal.
1825
1826 An explicit redirection in @code{run} overrides the @code{tty} command's
1827 effect on the input/output device, but not its effect on the controlling
1828 terminal.
1829
1830 When you use the @code{tty} command or redirect input in the @code{run}
1831 command, only the input @emph{for your program} is affected. The input
1832 for @value{GDBN} still comes from your terminal.
1833
1834 @node Attach
1835 @section Debugging an already-running process
1836 @kindex attach
1837 @cindex attach
1838
1839 @table @code
1840 @item attach @var{process-id}
1841 This command attaches to a running process---one that was started
1842 outside @value{GDBN}. (@code{info files} shows your active
1843 targets.) The command takes as argument a process ID. The usual way to
1844 find out the process-id of a Unix process is with the @code{ps} utility,
1845 or with the @samp{jobs -l} shell command.
1846
1847 @code{attach} does not repeat if you press @key{RET} a second time after
1848 executing the command.
1849 @end table
1850
1851 To use @code{attach}, your program must be running in an environment
1852 which supports processes; for example, @code{attach} does not work for
1853 programs on bare-board targets that lack an operating system. You must
1854 also have permission to send the process a signal.
1855
1856 When you use @code{attach}, the debugger finds the program running in
1857 the process first by looking in the current working directory, then (if
1858 the program is not found) by using the source file search path
1859 (@pxref{Source Path, ,Specifying source directories}). You can also use
1860 the @code{file} command to load the program. @xref{Files, ,Commands to
1861 Specify Files}.
1862
1863 The first thing @value{GDBN} does after arranging to debug the specified
1864 process is to stop it. You can examine and modify an attached process
1865 with all the @value{GDBN} commands that are ordinarily available when
1866 you start processes with @code{run}. You can insert breakpoints; you
1867 can step and continue; you can modify storage. If you would rather the
1868 process continue running, you may use the @code{continue} command after
1869 attaching @value{GDBN} to the process.
1870
1871 @table @code
1872 @kindex detach
1873 @item detach
1874 When you have finished debugging the attached process, you can use the
1875 @code{detach} command to release it from @value{GDBN} control. Detaching
1876 the process continues its execution. After the @code{detach} command,
1877 that process and @value{GDBN} become completely independent once more, and you
1878 are ready to @code{attach} another process or start one with @code{run}.
1879 @code{detach} does not repeat if you press @key{RET} again after
1880 executing the command.
1881 @end table
1882
1883 If you exit @value{GDBN} or use the @code{run} command while you have an
1884 attached process, you kill that process. By default, @value{GDBN} asks
1885 for confirmation if you try to do either of these things; you can
1886 control whether or not you need to confirm by using the @code{set
1887 confirm} command (@pxref{Messages/Warnings, ,Optional warnings and
1888 messages}).
1889
1890 @node Kill Process
1891 @section Killing the child process
1892
1893 @table @code
1894 @kindex kill
1895 @item kill
1896 Kill the child process in which your program is running under @value{GDBN}.
1897 @end table
1898
1899 This command is useful if you wish to debug a core dump instead of a
1900 running process. @value{GDBN} ignores any core dump file while your program
1901 is running.
1902
1903 On some operating systems, a program cannot be executed outside @value{GDBN}
1904 while you have breakpoints set on it inside @value{GDBN}. You can use the
1905 @code{kill} command in this situation to permit running your program
1906 outside the debugger.
1907
1908 The @code{kill} command is also useful if you wish to recompile and
1909 relink your program, since on many systems it is impossible to modify an
1910 executable file while it is running in a process. In this case, when you
1911 next type @code{run}, @value{GDBN} notices that the file has changed, and
1912 reads the symbol table again (while trying to preserve your current
1913 breakpoint settings).
1914
1915 @node Threads
1916 @section Debugging programs with multiple threads
1917
1918 @cindex threads of execution
1919 @cindex multiple threads
1920 @cindex switching threads
1921 In some operating systems, such as HP-UX and Solaris, a single program
1922 may have more than one @dfn{thread} of execution. The precise semantics
1923 of threads differ from one operating system to another, but in general
1924 the threads of a single program are akin to multiple processes---except
1925 that they share one address space (that is, they can all examine and
1926 modify the same variables). On the other hand, each thread has its own
1927 registers and execution stack, and perhaps private memory.
1928
1929 @value{GDBN} provides these facilities for debugging multi-thread
1930 programs:
1931
1932 @itemize @bullet
1933 @item automatic notification of new threads
1934 @item @samp{thread @var{threadno}}, a command to switch among threads
1935 @item @samp{info threads}, a command to inquire about existing threads
1936 @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}},
1937 a command to apply a command to a list of threads
1938 @item thread-specific breakpoints
1939 @end itemize
1940
1941 @quotation
1942 @emph{Warning:} These facilities are not yet available on every
1943 @value{GDBN} configuration where the operating system supports threads.
1944 If your @value{GDBN} does not support threads, these commands have no
1945 effect. For example, a system without thread support shows no output
1946 from @samp{info threads}, and always rejects the @code{thread} command,
1947 like this:
1948
1949 @smallexample
1950 (@value{GDBP}) info threads
1951 (@value{GDBP}) thread 1
1952 Thread ID 1 not known. Use the "info threads" command to
1953 see the IDs of currently known threads.
1954 @end smallexample
1955 @c FIXME to implementors: how hard would it be to say "sorry, this GDB
1956 @c doesn't support threads"?
1957 @end quotation
1958
1959 @cindex focus of debugging
1960 @cindex current thread
1961 The @value{GDBN} thread debugging facility allows you to observe all
1962 threads while your program runs---but whenever @value{GDBN} takes
1963 control, one thread in particular is always the focus of debugging.
1964 This thread is called the @dfn{current thread}. Debugging commands show
1965 program information from the perspective of the current thread.
1966
1967 @cindex @code{New} @var{systag} message
1968 @cindex thread identifier (system)
1969 @c FIXME-implementors!! It would be more helpful if the [New...] message
1970 @c included GDB's numeric thread handle, so you could just go to that
1971 @c thread without first checking `info threads'.
1972 Whenever @value{GDBN} detects a new thread in your program, it displays
1973 the target system's identification for the thread with a message in the
1974 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
1975 whose form varies depending on the particular system. For example, on
1976 LynxOS, you might see
1977
1978 @example
1979 [New process 35 thread 27]
1980 @end example
1981
1982 @noindent
1983 when @value{GDBN} notices a new thread. In contrast, on an SGI system,
1984 the @var{systag} is simply something like @samp{process 368}, with no
1985 further qualifier.
1986
1987 @c FIXME!! (1) Does the [New...] message appear even for the very first
1988 @c thread of a program, or does it only appear for the
1989 @c second---i.e., when it becomes obvious we have a multithread
1990 @c program?
1991 @c (2) *Is* there necessarily a first thread always? Or do some
1992 @c multithread systems permit starting a program with multiple
1993 @c threads ab initio?
1994
1995 @cindex thread number
1996 @cindex thread identifier (GDB)
1997 For debugging purposes, @value{GDBN} associates its own thread
1998 number---always a single integer---with each thread in your program.
1999
2000 @table @code
2001 @kindex info threads
2002 @item info threads
2003 Display a summary of all threads currently in your
2004 program. @value{GDBN} displays for each thread (in this order):
2005
2006 @enumerate
2007 @item the thread number assigned by @value{GDBN}
2008
2009 @item the target system's thread identifier (@var{systag})
2010
2011 @item the current stack frame summary for that thread
2012 @end enumerate
2013
2014 @noindent
2015 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2016 indicates the current thread.
2017
2018 For example,
2019 @end table
2020 @c end table here to get a little more width for example
2021
2022 @smallexample
2023 (@value{GDBP}) info threads
2024 3 process 35 thread 27 0x34e5 in sigpause ()
2025 2 process 35 thread 23 0x34e5 in sigpause ()
2026 * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8)
2027 at threadtest.c:68
2028 @end smallexample
2029
2030 On HP-UX systems:
2031
2032 @cindex thread number
2033 @cindex thread identifier (GDB)
2034 For debugging purposes, @value{GDBN} associates its own thread
2035 number---a small integer assigned in thread-creation order---with each
2036 thread in your program.
2037
2038 @cindex @code{New} @var{systag} message, on HP-UX
2039 @cindex thread identifier (system), on HP-UX
2040 @c FIXME-implementors!! It would be more helpful if the [New...] message
2041 @c included GDB's numeric thread handle, so you could just go to that
2042 @c thread without first checking `info threads'.
2043 Whenever @value{GDBN} detects a new thread in your program, it displays
2044 both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the
2045 form @samp{[New @var{systag}]}. @var{systag} is a thread identifier
2046 whose form varies depending on the particular system. For example, on
2047 HP-UX, you see
2048
2049 @example
2050 [New thread 2 (system thread 26594)]
2051 @end example
2052
2053 @noindent
2054 when @value{GDBN} notices a new thread.
2055
2056 @table @code
2057 @kindex info threads
2058 @item info threads
2059 Display a summary of all threads currently in your
2060 program. @value{GDBN} displays for each thread (in this order):
2061
2062 @enumerate
2063 @item the thread number assigned by @value{GDBN}
2064
2065 @item the target system's thread identifier (@var{systag})
2066
2067 @item the current stack frame summary for that thread
2068 @end enumerate
2069
2070 @noindent
2071 An asterisk @samp{*} to the left of the @value{GDBN} thread number
2072 indicates the current thread.
2073
2074 For example,
2075 @end table
2076 @c end table here to get a little more width for example
2077
2078 @example
2079 (@value{GDBP}) info threads
2080 * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@*
2081 at quicksort.c:137
2082 2 system thread 26606 0x7b0030d8 in __ksleep () \@*
2083 from /usr/lib/libc.2
2084 1 system thread 27905 0x7b003498 in _brk () \@*
2085 from /usr/lib/libc.2
2086 @end example
2087
2088 @table @code
2089 @kindex thread @var{threadno}
2090 @item thread @var{threadno}
2091 Make thread number @var{threadno} the current thread. The command
2092 argument @var{threadno} is the internal @value{GDBN} thread number, as
2093 shown in the first field of the @samp{info threads} display.
2094 @value{GDBN} responds by displaying the system identifier of the thread
2095 you selected, and its current stack frame summary:
2096
2097 @smallexample
2098 @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one
2099 (@value{GDBP}) thread 2
2100 [Switching to process 35 thread 23]
2101 0x34e5 in sigpause ()
2102 @end smallexample
2103
2104 @noindent
2105 As with the @samp{[New @dots{}]} message, the form of the text after
2106 @samp{Switching to} depends on your system's conventions for identifying
2107 threads.
2108
2109 @kindex thread apply
2110 @item thread apply [@var{threadno}] [@var{all}] @var{args}
2111 The @code{thread apply} command allows you to apply a command to one or
2112 more threads. Specify the numbers of the threads that you want affected
2113 with the command argument @var{threadno}. @var{threadno} is the internal
2114 @value{GDBN} thread number, as shown in the first field of the @samp{info
2115 threads} display. To apply a command to all threads, use
2116 @code{thread apply all} @var{args}.
2117 @end table
2118
2119 @cindex automatic thread selection
2120 @cindex switching threads automatically
2121 @cindex threads, automatic switching
2122 Whenever @value{GDBN} stops your program, due to a breakpoint or a
2123 signal, it automatically selects the thread where that breakpoint or
2124 signal happened. @value{GDBN} alerts you to the context switch with a
2125 message of the form @samp{[Switching to @var{systag}]} to identify the
2126 thread.
2127
2128 @xref{Thread Stops,,Stopping and starting multi-thread programs}, for
2129 more information about how @value{GDBN} behaves when you stop and start
2130 programs with multiple threads.
2131
2132 @xref{Set Watchpoints,,Setting watchpoints}, for information about
2133 watchpoints in programs with multiple threads.
2134
2135 @node Processes
2136 @section Debugging programs with multiple processes
2137
2138 @cindex fork, debugging programs which call
2139 @cindex multiple processes
2140 @cindex processes, multiple
2141 On most systems, @value{GDBN} has no special support for debugging
2142 programs which create additional processes using the @code{fork}
2143 function. When a program forks, @value{GDBN} will continue to debug the
2144 parent process and the child process will run unimpeded. If you have
2145 set a breakpoint in any code which the child then executes, the child
2146 will get a @code{SIGTRAP} signal which (unless it catches the signal)
2147 will cause it to terminate.
2148
2149 However, if you want to debug the child process there is a workaround
2150 which isn't too painful. Put a call to @code{sleep} in the code which
2151 the child process executes after the fork. It may be useful to sleep
2152 only if a certain environment variable is set, or a certain file exists,
2153 so that the delay need not occur when you don't want to run @value{GDBN}
2154 on the child. While the child is sleeping, use the @code{ps} program to
2155 get its process ID. Then tell @value{GDBN} (a new invocation of
2156 @value{GDBN} if you are also debugging the parent process) to attach to
2157 the child process (@pxref{Attach}). From that point on you can debug
2158 the child process just like any other process which you attached to.
2159
2160 On HP-UX (11.x and later only?), @value{GDBN} provides support for
2161 debugging programs that create additional processes using the
2162 @code{fork} or @code{vfork} function.
2163
2164 By default, when a program forks, @value{GDBN} will continue to debug
2165 the parent process and the child process will run unimpeded.
2166
2167 If you want to follow the child process instead of the parent process,
2168 use the command @w{@code{set follow-fork-mode}}.
2169
2170 @table @code
2171 @kindex set follow-fork-mode
2172 @item set follow-fork-mode @var{mode}
2173 Set the debugger response to a program call of @code{fork} or
2174 @code{vfork}. A call to @code{fork} or @code{vfork} creates a new
2175 process. The @var{mode} can be:
2176
2177 @table @code
2178 @item parent
2179 The original process is debugged after a fork. The child process runs
2180 unimpeded. This is the default.
2181
2182 @item child
2183 The new process is debugged after a fork. The parent process runs
2184 unimpeded.
2185
2186 @item ask
2187 The debugger will ask for one of the above choices.
2188 @end table
2189
2190 @item show follow-fork-mode
2191 Display the current debugger response to a @code{fork} or @code{vfork} call.
2192 @end table
2193
2194 If you ask to debug a child process and a @code{vfork} is followed by an
2195 @code{exec}, @value{GDBN} executes the new target up to the first
2196 breakpoint in the new target. If you have a breakpoint set on
2197 @code{main} in your original program, the breakpoint will also be set on
2198 the child process's @code{main}.
2199
2200 When a child process is spawned by @code{vfork}, you cannot debug the
2201 child or parent until an @code{exec} call completes.
2202
2203 If you issue a @code{run} command to @value{GDBN} after an @code{exec}
2204 call executes, the new target restarts. To restart the parent process,
2205 use the @code{file} command with the parent executable name as its
2206 argument.
2207
2208 You can use the @code{catch} command to make @value{GDBN} stop whenever
2209 a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set
2210 Catchpoints, ,Setting catchpoints}.
2211
2212 @node Stopping
2213 @chapter Stopping and Continuing
2214
2215 The principal purposes of using a debugger are so that you can stop your
2216 program before it terminates; or so that, if your program runs into
2217 trouble, you can investigate and find out why.
2218
2219 Inside @value{GDBN}, your program may stop for any of several reasons,
2220 such as a signal, a breakpoint, or reaching a new line after a
2221 @value{GDBN} command such as @code{step}. You may then examine and
2222 change variables, set new breakpoints or remove old ones, and then
2223 continue execution. Usually, the messages shown by @value{GDBN} provide
2224 ample explanation of the status of your program---but you can also
2225 explicitly request this information at any time.
2226
2227 @table @code
2228 @kindex info program
2229 @item info program
2230 Display information about the status of your program: whether it is
2231 running or not, what process it is, and why it stopped.
2232 @end table
2233
2234 @menu
2235 * Breakpoints:: Breakpoints, watchpoints, and catchpoints
2236 * Continuing and Stepping:: Resuming execution
2237 * Signals:: Signals
2238 * Thread Stops:: Stopping and starting multi-thread programs
2239 @end menu
2240
2241 @node Breakpoints
2242 @section Breakpoints, watchpoints, and catchpoints
2243
2244 @cindex breakpoints
2245 A @dfn{breakpoint} makes your program stop whenever a certain point in
2246 the program is reached. For each breakpoint, you can add conditions to
2247 control in finer detail whether your program stops. You can set
2248 breakpoints with the @code{break} command and its variants (@pxref{Set
2249 Breaks, ,Setting breakpoints}), to specify the place where your program
2250 should stop by line number, function name or exact address in the
2251 program.
2252
2253 In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set
2254 breakpoints in shared libraries before the executable is run. There is
2255 a minor limitation on HP-UX systems: you must wait until the executable
2256 is run in order to set breakpoints in shared library routines that are
2257 not called directly by the program (for example, routines that are
2258 arguments in a @code{pthread_create} call).
2259
2260 @cindex watchpoints
2261 @cindex memory tracing
2262 @cindex breakpoint on memory address
2263 @cindex breakpoint on variable modification
2264 A @dfn{watchpoint} is a special breakpoint that stops your program
2265 when the value of an expression changes. You must use a different
2266 command to set watchpoints (@pxref{Set Watchpoints, ,Setting
2267 watchpoints}), but aside from that, you can manage a watchpoint like
2268 any other breakpoint: you enable, disable, and delete both breakpoints
2269 and watchpoints using the same commands.
2270
2271 You can arrange to have values from your program displayed automatically
2272 whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,,
2273 Automatic display}.
2274
2275 @cindex catchpoints
2276 @cindex breakpoint on events
2277 A @dfn{catchpoint} is another special breakpoint that stops your program
2278 when a certain kind of event occurs, such as the throwing of a C++
2279 exception or the loading of a library. As with watchpoints, you use a
2280 different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting
2281 catchpoints}), but aside from that, you can manage a catchpoint like any
2282 other breakpoint. (To stop when your program receives a signal, use the
2283 @code{handle} command; see @ref{Signals, ,Signals}.)
2284
2285 @cindex breakpoint numbers
2286 @cindex numbers for breakpoints
2287 @value{GDBN} assigns a number to each breakpoint, watchpoint, or
2288 catchpoint when you create it; these numbers are successive integers
2289 starting with one. In many of the commands for controlling various
2290 features of breakpoints you use the breakpoint number to say which
2291 breakpoint you want to change. Each breakpoint may be @dfn{enabled} or
2292 @dfn{disabled}; if disabled, it has no effect on your program until you
2293 enable it again.
2294
2295 @cindex breakpoint ranges
2296 @cindex ranges of breakpoints
2297 Some @value{GDBN} commands accept a range of breakpoints on which to
2298 operate. A breakpoint range is either a single breakpoint number, like
2299 @samp{5}, or two such numbers, in increasing order, separated by a
2300 hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
2301 all breakpoint in that range are operated on.
2302
2303 @menu
2304 * Set Breaks:: Setting breakpoints
2305 * Set Watchpoints:: Setting watchpoints
2306 * Set Catchpoints:: Setting catchpoints
2307 * Delete Breaks:: Deleting breakpoints
2308 * Disabling:: Disabling breakpoints
2309 * Conditions:: Break conditions
2310 * Break Commands:: Breakpoint command lists
2311 * Breakpoint Menus:: Breakpoint menus
2312 * Error in Breakpoints:: ``Cannot insert breakpoints''
2313 @end menu
2314
2315 @node Set Breaks
2316 @subsection Setting breakpoints
2317
2318 @c FIXME LMB what does GDB do if no code on line of breakpt?
2319 @c consider in particular declaration with/without initialization.
2320 @c
2321 @c FIXME 2 is there stuff on this already? break at fun start, already init?
2322
2323 @kindex break
2324 @kindex b @r{(@code{break})}
2325 @vindex $bpnum@r{, convenience variable}
2326 @cindex latest breakpoint
2327 Breakpoints are set with the @code{break} command (abbreviated
2328 @code{b}). The debugger convenience variable @samp{$bpnum} records the
2329 number of the breakpoint you've set most recently; see @ref{Convenience
2330 Vars,, Convenience variables}, for a discussion of what you can do with
2331 convenience variables.
2332
2333 You have several ways to say where the breakpoint should go.
2334
2335 @table @code
2336 @item break @var{function}
2337 Set a breakpoint at entry to function @var{function}.
2338 When using source languages that permit overloading of symbols, such as
2339 C++, @var{function} may refer to more than one possible place to break.
2340 @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation.
2341
2342 @item break +@var{offset}
2343 @itemx break -@var{offset}
2344 Set a breakpoint some number of lines forward or back from the position
2345 at which execution stopped in the currently selected @dfn{stack frame}.
2346 (@xref{Frames, ,Frames}, for a description of stack frames.)
2347
2348 @item break @var{linenum}
2349 Set a breakpoint at line @var{linenum} in the current source file.
2350 The current source file is the last file whose source text was printed.
2351 The breakpoint will stop your program just before it executes any of the
2352 code on that line.
2353
2354 @item break @var{filename}:@var{linenum}
2355 Set a breakpoint at line @var{linenum} in source file @var{filename}.
2356
2357 @item break @var{filename}:@var{function}
2358 Set a breakpoint at entry to function @var{function} found in file
2359 @var{filename}. Specifying a file name as well as a function name is
2360 superfluous except when multiple files contain similarly named
2361 functions.
2362
2363 @item break *@var{address}
2364 Set a breakpoint at address @var{address}. You can use this to set
2365 breakpoints in parts of your program which do not have debugging
2366 information or source files.
2367
2368 @item break
2369 When called without any arguments, @code{break} sets a breakpoint at
2370 the next instruction to be executed in the selected stack frame
2371 (@pxref{Stack, ,Examining the Stack}). In any selected frame but the
2372 innermost, this makes your program stop as soon as control
2373 returns to that frame. This is similar to the effect of a
2374 @code{finish} command in the frame inside the selected frame---except
2375 that @code{finish} does not leave an active breakpoint. If you use
2376 @code{break} without an argument in the innermost frame, @value{GDBN} stops
2377 the next time it reaches the current location; this may be useful
2378 inside loops.
2379
2380 @value{GDBN} normally ignores breakpoints when it resumes execution, until at
2381 least one instruction has been executed. If it did not do this, you
2382 would be unable to proceed past a breakpoint without first disabling the
2383 breakpoint. This rule applies whether or not the breakpoint already
2384 existed when your program stopped.
2385
2386 @item break @dots{} if @var{cond}
2387 Set a breakpoint with condition @var{cond}; evaluate the expression
2388 @var{cond} each time the breakpoint is reached, and stop only if the
2389 value is nonzero---that is, if @var{cond} evaluates as true.
2390 @samp{@dots{}} stands for one of the possible arguments described
2391 above (or no argument) specifying where to break. @xref{Conditions,
2392 ,Break conditions}, for more information on breakpoint conditions.
2393
2394 @kindex tbreak
2395 @item tbreak @var{args}
2396 Set a breakpoint enabled only for one stop. @var{args} are the
2397 same as for the @code{break} command, and the breakpoint is set in the same
2398 way, but the breakpoint is automatically deleted after the first time your
2399 program stops there. @xref{Disabling, ,Disabling breakpoints}.
2400
2401 @kindex hbreak
2402 @item hbreak @var{args}
2403 Set a hardware-assisted breakpoint. @var{args} are the same as for the
2404 @code{break} command and the breakpoint is set in the same way, but the
2405 breakpoint requires hardware support and some target hardware may not
2406 have this support. The main purpose of this is EPROM/ROM code
2407 debugging, so you can set a breakpoint at an instruction without
2408 changing the instruction. This can be used with the new trap-generation
2409 provided by SPARClite DSU and some x86-based targets. These targets
2410 will generate traps when a program accesses some data or instruction
2411 address that is assigned to the debug registers. However the hardware
2412 breakpoint registers can take a limited number of breakpoints. For
2413 example, on the DSU, only two data breakpoints can be set at a time, and
2414 @value{GDBN} will reject this command if more than two are used. Delete
2415 or disable unused hardware breakpoints before setting new ones
2416 (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}.
2417
2418 @kindex thbreak
2419 @item thbreak @var{args}
2420 Set a hardware-assisted breakpoint enabled only for one stop. @var{args}
2421 are the same as for the @code{hbreak} command and the breakpoint is set in
2422 the same way. However, like the @code{tbreak} command,
2423 the breakpoint is automatically deleted after the
2424 first time your program stops there. Also, like the @code{hbreak}
2425 command, the breakpoint requires hardware support and some target hardware
2426 may not have this support. @xref{Disabling, ,Disabling breakpoints}.
2427 See also @ref{Conditions, ,Break conditions}.
2428
2429 @kindex rbreak
2430 @cindex regular expression
2431 @item rbreak @var{regex}
2432 Set breakpoints on all functions matching the regular expression
2433 @var{regex}. This command sets an unconditional breakpoint on all
2434 matches, printing a list of all breakpoints it set. Once these
2435 breakpoints are set, they are treated just like the breakpoints set with
2436 the @code{break} command. You can delete them, disable them, or make
2437 them conditional the same way as any other breakpoint.
2438
2439 The syntax of the regular expression is the standard one used with tools
2440 like @file{grep}. Note that this is different from the syntax used by
2441 shells, so for instance @code{foo*} matches all functions that include
2442 an @code{fo} followed by zero or more @code{o}s. There is an implicit
2443 @code{.*} leading and trailing the regular expression you supply, so to
2444 match only functions that begin with @code{foo}, use @code{^foo}.
2445
2446 When debugging C++ programs, @code{rbreak} is useful for setting
2447 breakpoints on overloaded functions that are not members of any special
2448 classes.
2449
2450 @kindex info breakpoints
2451 @cindex @code{$_} and @code{info breakpoints}
2452 @item info breakpoints @r{[}@var{n}@r{]}
2453 @itemx info break @r{[}@var{n}@r{]}
2454 @itemx info watchpoints @r{[}@var{n}@r{]}
2455 Print a table of all breakpoints, watchpoints, and catchpoints set and
2456 not deleted, with the following columns for each breakpoint:
2457
2458 @table @emph
2459 @item Breakpoint Numbers
2460 @item Type
2461 Breakpoint, watchpoint, or catchpoint.
2462 @item Disposition
2463 Whether the breakpoint is marked to be disabled or deleted when hit.
2464 @item Enabled or Disabled
2465 Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints
2466 that are not enabled.
2467 @item Address
2468 Where the breakpoint is in your program, as a memory address.
2469 @item What
2470 Where the breakpoint is in the source for your program, as a file and
2471 line number.
2472 @end table
2473
2474 @noindent
2475 If a breakpoint is conditional, @code{info break} shows the condition on
2476 the line following the affected breakpoint; breakpoint commands, if any,
2477 are listed after that.
2478
2479 @noindent
2480 @code{info break} with a breakpoint
2481 number @var{n} as argument lists only that breakpoint. The
2482 convenience variable @code{$_} and the default examining-address for
2483 the @code{x} command are set to the address of the last breakpoint
2484 listed (@pxref{Memory, ,Examining memory}).
2485
2486 @noindent
2487 @code{info break} displays a count of the number of times the breakpoint
2488 has been hit. This is especially useful in conjunction with the
2489 @code{ignore} command. You can ignore a large number of breakpoint
2490 hits, look at the breakpoint info to see how many times the breakpoint
2491 was hit, and then run again, ignoring one less than that number. This
2492 will get you quickly to the last hit of that breakpoint.
2493 @end table
2494
2495 @value{GDBN} allows you to set any number of breakpoints at the same place in
2496 your program. There is nothing silly or meaningless about this. When
2497 the breakpoints are conditional, this is even useful
2498 (@pxref{Conditions, ,Break conditions}).
2499
2500 @cindex negative breakpoint numbers
2501 @cindex internal @value{GDBN} breakpoints
2502 @value{GDBN} itself sometimes sets breakpoints in your program for special
2503 purposes, such as proper handling of @code{longjmp} (in C programs).
2504 These internal breakpoints are assigned negative numbers, starting with
2505 @code{-1}; @samp{info breakpoints} does not display them.
2506
2507 You can see these breakpoints with the @value{GDBN} maintenance command
2508 @samp{maint info breakpoints}.
2509
2510 @table @code
2511 @kindex maint info breakpoints
2512 @item maint info breakpoints
2513 Using the same format as @samp{info breakpoints}, display both the
2514 breakpoints you've set explicitly, and those @value{GDBN} is using for
2515 internal purposes. Internal breakpoints are shown with negative
2516 breakpoint numbers. The type column identifies what kind of breakpoint
2517 is shown:
2518
2519 @table @code
2520 @item breakpoint
2521 Normal, explicitly set breakpoint.
2522
2523 @item watchpoint
2524 Normal, explicitly set watchpoint.
2525
2526 @item longjmp
2527 Internal breakpoint, used to handle correctly stepping through
2528 @code{longjmp} calls.
2529
2530 @item longjmp resume
2531 Internal breakpoint at the target of a @code{longjmp}.
2532
2533 @item until
2534 Temporary internal breakpoint used by the @value{GDBN} @code{until} command.
2535
2536 @item finish
2537 Temporary internal breakpoint used by the @value{GDBN} @code{finish} command.
2538
2539 @item shlib events
2540 Shared library events.
2541
2542 @end table
2543
2544 @end table
2545
2546
2547 @node Set Watchpoints
2548 @subsection Setting watchpoints
2549
2550 @cindex setting watchpoints
2551 @cindex software watchpoints
2552 @cindex hardware watchpoints
2553 You can use a watchpoint to stop execution whenever the value of an
2554 expression changes, without having to predict a particular place where
2555 this may happen.
2556
2557 Depending on your system, watchpoints may be implemented in software or
2558 hardware. @value{GDBN} does software watchpointing by single-stepping your
2559 program and testing the variable's value each time, which is hundreds of
2560 times slower than normal execution. (But this may still be worth it, to
2561 catch errors where you have no clue what part of your program is the
2562 culprit.)
2563
2564 On some systems, such as HP-UX, Linux and some other x86-based targets,
2565 @value{GDBN} includes support for
2566 hardware watchpoints, which do not slow down the running of your
2567 program.
2568
2569 @table @code
2570 @kindex watch
2571 @item watch @var{expr}
2572 Set a watchpoint for an expression. @value{GDBN} will break when @var{expr}
2573 is written into by the program and its value changes.
2574
2575 @kindex rwatch
2576 @item rwatch @var{expr}
2577 Set a watchpoint that will break when watch @var{expr} is read by the program.
2578
2579 @kindex awatch
2580 @item awatch @var{expr}
2581 Set a watchpoint that will break when @var{expr} is either read or written into
2582 by the program.
2583
2584 @kindex info watchpoints
2585 @item info watchpoints
2586 This command prints a list of watchpoints, breakpoints, and catchpoints;
2587 it is the same as @code{info break}.
2588 @end table
2589
2590 @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware
2591 watchpoints execute very quickly, and the debugger reports a change in
2592 value at the exact instruction where the change occurs. If @value{GDBN}
2593 cannot set a hardware watchpoint, it sets a software watchpoint, which
2594 executes more slowly and reports the change in value at the next
2595 statement, not the instruction, after the change occurs.
2596
2597 When you issue the @code{watch} command, @value{GDBN} reports
2598
2599 @example
2600 Hardware watchpoint @var{num}: @var{expr}
2601 @end example
2602
2603 @noindent
2604 if it was able to set a hardware watchpoint.
2605
2606 Currently, the @code{awatch} and @code{rwatch} commands can only set
2607 hardware watchpoints, because accesses to data that don't change the
2608 value of the watched expression cannot be detected without examining
2609 every instruction as it is being executed, and @value{GDBN} does not do
2610 that currently. If @value{GDBN} finds that it is unable to set a
2611 hardware breakpoint with the @code{awatch} or @code{rwatch} command, it
2612 will print a message like this:
2613
2614 @smallexample
2615 Expression cannot be implemented with read/access watchpoint.
2616 @end smallexample
2617
2618 Sometimes, @value{GDBN} cannot set a hardware watchpoint because the
2619 data type of the watched expression is wider than what a hardware
2620 watchpoint on the target machine can handle. For example, some systems
2621 can only watch regions that are up to 4 bytes wide; on such systems you
2622 cannot set hardware watchpoints for an expression that yields a
2623 double-precision floating-point number (which is typically 8 bytes
2624 wide). As a work-around, it might be possible to break the large region
2625 into a series of smaller ones and watch them with separate watchpoints.
2626
2627 If you set too many hardware watchpoints, @value{GDBN} might be unable
2628 to insert all of them when you resume the execution of your program.
2629 Since the precise number of active watchpoints is unknown until such
2630 time as the program is about to be resumed, @value{GDBN} might not be
2631 able to warn you about this when you set the watchpoints, and the
2632 warning will be printed only when the program is resumed:
2633
2634 @smallexample
2635 Hardware watchpoint @var{num}: Could not insert watchpoint
2636 @end smallexample
2637
2638 @noindent
2639 If this happens, delete or disable some of the watchpoints.
2640
2641 The SPARClite DSU will generate traps when a program accesses some data
2642 or instruction address that is assigned to the debug registers. For the
2643 data addresses, DSU facilitates the @code{watch} command. However the
2644 hardware breakpoint registers can only take two data watchpoints, and
2645 both watchpoints must be the same kind. For example, you can set two
2646 watchpoints with @code{watch} commands, two with @code{rwatch} commands,
2647 @strong{or} two with @code{awatch} commands, but you cannot set one
2648 watchpoint with one command and the other with a different command.
2649 @value{GDBN} will reject the command if you try to mix watchpoints.
2650 Delete or disable unused watchpoint commands before setting new ones.
2651
2652 If you call a function interactively using @code{print} or @code{call},
2653 any watchpoints you have set will be inactive until @value{GDBN} reaches another
2654 kind of breakpoint or the call completes.
2655
2656 @value{GDBN} automatically deletes watchpoints that watch local
2657 (automatic) variables, or expressions that involve such variables, when
2658 they go out of scope, that is, when the execution leaves the block in
2659 which these variables were defined. In particular, when the program
2660 being debugged terminates, @emph{all} local variables go out of scope,
2661 and so only watchpoints that watch global variables remain set. If you
2662 rerun the program, you will need to set all such watchpoints again. One
2663 way of doing that would be to set a code breakpoint at the entry to the
2664 @code{main} function and when it breaks, set all the watchpoints.
2665
2666 @quotation
2667 @cindex watchpoints and threads
2668 @cindex threads and watchpoints
2669 @emph{Warning:} In multi-thread programs, watchpoints have only limited
2670 usefulness. With the current watchpoint implementation, @value{GDBN}
2671 can only watch the value of an expression @emph{in a single thread}. If
2672 you are confident that the expression can only change due to the current
2673 thread's activity (and if you are also confident that no other thread
2674 can become current), then you can use watchpoints as usual. However,
2675 @value{GDBN} may not notice when a non-current thread's activity changes
2676 the expression.
2677
2678 @c FIXME: this is almost identical to the previous paragraph.
2679 @emph{HP-UX Warning:} In multi-thread programs, software watchpoints
2680 have only limited usefulness. If @value{GDBN} creates a software
2681 watchpoint, it can only watch the value of an expression @emph{in a
2682 single thread}. If you are confident that the expression can only
2683 change due to the current thread's activity (and if you are also
2684 confident that no other thread can become current), then you can use
2685 software watchpoints as usual. However, @value{GDBN} may not notice
2686 when a non-current thread's activity changes the expression. (Hardware
2687 watchpoints, in contrast, watch an expression in all threads.)
2688 @end quotation
2689
2690 @node Set Catchpoints
2691 @subsection Setting catchpoints
2692 @cindex catchpoints, setting
2693 @cindex exception handlers
2694 @cindex event handling
2695
2696 You can use @dfn{catchpoints} to cause the debugger to stop for certain
2697 kinds of program events, such as C++ exceptions or the loading of a
2698 shared library. Use the @code{catch} command to set a catchpoint.
2699
2700 @table @code
2701 @kindex catch
2702 @item catch @var{event}
2703 Stop when @var{event} occurs. @var{event} can be any of the following:
2704 @table @code
2705 @item throw
2706 @kindex catch throw
2707 The throwing of a C++ exception.
2708
2709 @item catch
2710 @kindex catch catch
2711 The catching of a C++ exception.
2712
2713 @item exec
2714 @kindex catch exec
2715 A call to @code{exec}. This is currently only available for HP-UX.
2716
2717 @item fork
2718 @kindex catch fork
2719 A call to @code{fork}. This is currently only available for HP-UX.
2720
2721 @item vfork
2722 @kindex catch vfork
2723 A call to @code{vfork}. This is currently only available for HP-UX.
2724
2725 @item load
2726 @itemx load @var{libname}
2727 @kindex catch load
2728 The dynamic loading of any shared library, or the loading of the library
2729 @var{libname}. This is currently only available for HP-UX.
2730
2731 @item unload
2732 @itemx unload @var{libname}
2733 @kindex catch unload
2734 The unloading of any dynamically loaded shared library, or the unloading
2735 of the library @var{libname}. This is currently only available for HP-UX.
2736 @end table
2737
2738 @item tcatch @var{event}
2739 Set a catchpoint that is enabled only for one stop. The catchpoint is
2740 automatically deleted after the first time the event is caught.
2741
2742 @end table
2743
2744 Use the @code{info break} command to list the current catchpoints.
2745
2746 There are currently some limitations to C++ exception handling
2747 (@code{catch throw} and @code{catch catch}) in @value{GDBN}:
2748
2749 @itemize @bullet
2750 @item
2751 If you call a function interactively, @value{GDBN} normally returns
2752 control to you when the function has finished executing. If the call
2753 raises an exception, however, the call may bypass the mechanism that
2754 returns control to you and cause your program either to abort or to
2755 simply continue running until it hits a breakpoint, catches a signal
2756 that @value{GDBN} is listening for, or exits. This is the case even if
2757 you set a catchpoint for the exception; catchpoints on exceptions are
2758 disabled within interactive calls.
2759
2760 @item
2761 You cannot raise an exception interactively.
2762
2763 @item
2764 You cannot install an exception handler interactively.
2765 @end itemize
2766
2767 @cindex raise exceptions
2768 Sometimes @code{catch} is not the best way to debug exception handling:
2769 if you need to know exactly where an exception is raised, it is better to
2770 stop @emph{before} the exception handler is called, since that way you
2771 can see the stack before any unwinding takes place. If you set a
2772 breakpoint in an exception handler instead, it may not be easy to find
2773 out where the exception was raised.
2774
2775 To stop just before an exception handler is called, you need some
2776 knowledge of the implementation. In the case of @sc{gnu} C++, exceptions are
2777 raised by calling a library function named @code{__raise_exception}
2778 which has the following ANSI C interface:
2779
2780 @example
2781 /* @var{addr} is where the exception identifier is stored.
2782 @var{id} is the exception identifier. */
2783 void __raise_exception (void **addr, void *id);
2784 @end example
2785
2786 @noindent
2787 To make the debugger catch all exceptions before any stack
2788 unwinding takes place, set a breakpoint on @code{__raise_exception}
2789 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}).
2790
2791 With a conditional breakpoint (@pxref{Conditions, ,Break conditions})
2792 that depends on the value of @var{id}, you can stop your program when
2793 a specific exception is raised. You can use multiple conditional
2794 breakpoints to stop your program when any of a number of exceptions are
2795 raised.
2796
2797
2798 @node Delete Breaks
2799 @subsection Deleting breakpoints
2800
2801 @cindex clearing breakpoints, watchpoints, catchpoints
2802 @cindex deleting breakpoints, watchpoints, catchpoints
2803 It is often necessary to eliminate a breakpoint, watchpoint, or
2804 catchpoint once it has done its job and you no longer want your program
2805 to stop there. This is called @dfn{deleting} the breakpoint. A
2806 breakpoint that has been deleted no longer exists; it is forgotten.
2807
2808 With the @code{clear} command you can delete breakpoints according to
2809 where they are in your program. With the @code{delete} command you can
2810 delete individual breakpoints, watchpoints, or catchpoints by specifying
2811 their breakpoint numbers.
2812
2813 It is not necessary to delete a breakpoint to proceed past it. @value{GDBN}
2814 automatically ignores breakpoints on the first instruction to be executed
2815 when you continue execution without changing the execution address.
2816
2817 @table @code
2818 @kindex clear
2819 @item clear
2820 Delete any breakpoints at the next instruction to be executed in the
2821 selected stack frame (@pxref{Selection, ,Selecting a frame}). When
2822 the innermost frame is selected, this is a good way to delete a
2823 breakpoint where your program just stopped.
2824
2825 @item clear @var{function}
2826 @itemx clear @var{filename}:@var{function}
2827 Delete any breakpoints set at entry to the function @var{function}.
2828
2829 @item clear @var{linenum}
2830 @itemx clear @var{filename}:@var{linenum}
2831 Delete any breakpoints set at or within the code of the specified line.
2832
2833 @cindex delete breakpoints
2834 @kindex delete
2835 @kindex d @r{(@code{delete})}
2836 @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2837 Delete the breakpoints, watchpoints, or catchpoints of the breakpoint
2838 ranges specified as arguments. If no argument is specified, delete all
2839 breakpoints (@value{GDBN} asks confirmation, unless you have @code{set
2840 confirm off}). You can abbreviate this command as @code{d}.
2841 @end table
2842
2843 @node Disabling
2844 @subsection Disabling breakpoints
2845
2846 @kindex disable breakpoints
2847 @kindex enable breakpoints
2848 Rather than deleting a breakpoint, watchpoint, or catchpoint, you might
2849 prefer to @dfn{disable} it. This makes the breakpoint inoperative as if
2850 it had been deleted, but remembers the information on the breakpoint so
2851 that you can @dfn{enable} it again later.
2852
2853 You disable and enable breakpoints, watchpoints, and catchpoints with
2854 the @code{enable} and @code{disable} commands, optionally specifying one
2855 or more breakpoint numbers as arguments. Use @code{info break} or
2856 @code{info watch} to print a list of breakpoints, watchpoints, and
2857 catchpoints if you do not know which numbers to use.
2858
2859 A breakpoint, watchpoint, or catchpoint can have any of four different
2860 states of enablement:
2861
2862 @itemize @bullet
2863 @item
2864 Enabled. The breakpoint stops your program. A breakpoint set
2865 with the @code{break} command starts out in this state.
2866 @item
2867 Disabled. The breakpoint has no effect on your program.
2868 @item
2869 Enabled once. The breakpoint stops your program, but then becomes
2870 disabled.
2871 @item
2872 Enabled for deletion. The breakpoint stops your program, but
2873 immediately after it does so it is deleted permanently. A breakpoint
2874 set with the @code{tbreak} command starts out in this state.
2875 @end itemize
2876
2877 You can use the following commands to enable or disable breakpoints,
2878 watchpoints, and catchpoints:
2879
2880 @table @code
2881 @kindex disable breakpoints
2882 @kindex disable
2883 @kindex dis @r{(@code{disable})}
2884 @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2885 Disable the specified breakpoints---or all breakpoints, if none are
2886 listed. A disabled breakpoint has no effect but is not forgotten. All
2887 options such as ignore-counts, conditions and commands are remembered in
2888 case the breakpoint is enabled again later. You may abbreviate
2889 @code{disable} as @code{dis}.
2890
2891 @kindex enable breakpoints
2892 @kindex enable
2893 @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]}
2894 Enable the specified breakpoints (or all defined breakpoints). They
2895 become effective once again in stopping your program.
2896
2897 @item enable @r{[}breakpoints@r{]} once @var{range}@dots{}
2898 Enable the specified breakpoints temporarily. @value{GDBN} disables any
2899 of these breakpoints immediately after stopping your program.
2900
2901 @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{}
2902 Enable the specified breakpoints to work once, then die. @value{GDBN}
2903 deletes any of these breakpoints as soon as your program stops there.
2904 @end table
2905
2906 @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is
2907 @c confusing: tbreak is also initially enabled.
2908 Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks,
2909 ,Setting breakpoints}), breakpoints that you set are initially enabled;
2910 subsequently, they become disabled or enabled only when you use one of
2911 the commands above. (The command @code{until} can set and delete a
2912 breakpoint of its own, but it does not change the state of your other
2913 breakpoints; see @ref{Continuing and Stepping, ,Continuing and
2914 stepping}.)
2915
2916 @node Conditions
2917 @subsection Break conditions
2918 @cindex conditional breakpoints
2919 @cindex breakpoint conditions
2920
2921 @c FIXME what is scope of break condition expr? Context where wanted?
2922 @c in particular for a watchpoint?
2923 The simplest sort of breakpoint breaks every time your program reaches a
2924 specified place. You can also specify a @dfn{condition} for a
2925 breakpoint. A condition is just a Boolean expression in your
2926 programming language (@pxref{Expressions, ,Expressions}). A breakpoint with
2927 a condition evaluates the expression each time your program reaches it,
2928 and your program stops only if the condition is @emph{true}.
2929
2930 This is the converse of using assertions for program validation; in that
2931 situation, you want to stop when the assertion is violated---that is,
2932 when the condition is false. In C, if you want to test an assertion expressed
2933 by the condition @var{assert}, you should set the condition
2934 @samp{! @var{assert}} on the appropriate breakpoint.
2935
2936 Conditions are also accepted for watchpoints; you may not need them,
2937 since a watchpoint is inspecting the value of an expression anyhow---but
2938 it might be simpler, say, to just set a watchpoint on a variable name,
2939 and specify a condition that tests whether the new value is an interesting
2940 one.
2941
2942 Break conditions can have side effects, and may even call functions in
2943 your program. This can be useful, for example, to activate functions
2944 that log program progress, or to use your own print functions to
2945 format special data structures. The effects are completely predictable
2946 unless there is another enabled breakpoint at the same address. (In
2947 that case, @value{GDBN} might see the other breakpoint first and stop your
2948 program without checking the condition of this one.) Note that
2949 breakpoint commands are usually more convenient and flexible than break
2950 conditions for the
2951 purpose of performing side effects when a breakpoint is reached
2952 (@pxref{Break Commands, ,Breakpoint command lists}).
2953
2954 Break conditions can be specified when a breakpoint is set, by using
2955 @samp{if} in the arguments to the @code{break} command. @xref{Set
2956 Breaks, ,Setting breakpoints}. They can also be changed at any time
2957 with the @code{condition} command.
2958
2959 You can also use the @code{if} keyword with the @code{watch} command.
2960 The @code{catch} command does not recognize the @code{if} keyword;
2961 @code{condition} is the only way to impose a further condition on a
2962 catchpoint.
2963
2964 @table @code
2965 @kindex condition
2966 @item condition @var{bnum} @var{expression}
2967 Specify @var{expression} as the break condition for breakpoint,
2968 watchpoint, or catchpoint number @var{bnum}. After you set a condition,
2969 breakpoint @var{bnum} stops your program only if the value of
2970 @var{expression} is true (nonzero, in C). When you use
2971 @code{condition}, @value{GDBN} checks @var{expression} immediately for
2972 syntactic correctness, and to determine whether symbols in it have
2973 referents in the context of your breakpoint. If @var{expression} uses
2974 symbols not referenced in the context of the breakpoint, @value{GDBN}
2975 prints an error message:
2976
2977 @example
2978 No symbol "foo" in current context.
2979 @end example
2980
2981 @noindent
2982 @value{GDBN} does
2983 not actually evaluate @var{expression} at the time the @code{condition}
2984 command (or a command that sets a breakpoint with a condition, like
2985 @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}.
2986
2987 @item condition @var{bnum}
2988 Remove the condition from breakpoint number @var{bnum}. It becomes
2989 an ordinary unconditional breakpoint.
2990 @end table
2991
2992 @cindex ignore count (of breakpoint)
2993 A special case of a breakpoint condition is to stop only when the
2994 breakpoint has been reached a certain number of times. This is so
2995 useful that there is a special way to do it, using the @dfn{ignore
2996 count} of the breakpoint. Every breakpoint has an ignore count, which
2997 is an integer. Most of the time, the ignore count is zero, and
2998 therefore has no effect. But if your program reaches a breakpoint whose
2999 ignore count is positive, then instead of stopping, it just decrements
3000 the ignore count by one and continues. As a result, if the ignore count
3001 value is @var{n}, the breakpoint does not stop the next @var{n} times
3002 your program reaches it.
3003
3004 @table @code
3005 @kindex ignore
3006 @item ignore @var{bnum} @var{count}
3007 Set the ignore count of breakpoint number @var{bnum} to @var{count}.
3008 The next @var{count} times the breakpoint is reached, your program's
3009 execution does not stop; other than to decrement the ignore count, @value{GDBN}
3010 takes no action.
3011
3012 To make the breakpoint stop the next time it is reached, specify
3013 a count of zero.
3014
3015 When you use @code{continue} to resume execution of your program from a
3016 breakpoint, you can specify an ignore count directly as an argument to
3017 @code{continue}, rather than using @code{ignore}. @xref{Continuing and
3018 Stepping,,Continuing and stepping}.
3019
3020 If a breakpoint has a positive ignore count and a condition, the
3021 condition is not checked. Once the ignore count reaches zero,
3022 @value{GDBN} resumes checking the condition.
3023
3024 You could achieve the effect of the ignore count with a condition such
3025 as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that
3026 is decremented each time. @xref{Convenience Vars, ,Convenience
3027 variables}.
3028 @end table
3029
3030 Ignore counts apply to breakpoints, watchpoints, and catchpoints.
3031
3032
3033 @node Break Commands
3034 @subsection Breakpoint command lists
3035
3036 @cindex breakpoint commands
3037 You can give any breakpoint (or watchpoint or catchpoint) a series of
3038 commands to execute when your program stops due to that breakpoint. For
3039 example, you might want to print the values of certain expressions, or
3040 enable other breakpoints.
3041
3042 @table @code
3043 @kindex commands
3044 @kindex end
3045 @item commands @r{[}@var{bnum}@r{]}
3046 @itemx @dots{} @var{command-list} @dots{}
3047 @itemx end
3048 Specify a list of commands for breakpoint number @var{bnum}. The commands
3049 themselves appear on the following lines. Type a line containing just
3050 @code{end} to terminate the commands.
3051
3052 To remove all commands from a breakpoint, type @code{commands} and
3053 follow it immediately with @code{end}; that is, give no commands.
3054
3055 With no @var{bnum} argument, @code{commands} refers to the last
3056 breakpoint, watchpoint, or catchpoint set (not to the breakpoint most
3057 recently encountered).
3058 @end table
3059
3060 Pressing @key{RET} as a means of repeating the last @value{GDBN} command is
3061 disabled within a @var{command-list}.
3062
3063 You can use breakpoint commands to start your program up again. Simply
3064 use the @code{continue} command, or @code{step}, or any other command
3065 that resumes execution.
3066
3067 Any other commands in the command list, after a command that resumes
3068 execution, are ignored. This is because any time you resume execution
3069 (even with a simple @code{next} or @code{step}), you may encounter
3070 another breakpoint---which could have its own command list, leading to
3071 ambiguities about which list to execute.
3072
3073 @kindex silent
3074 If the first command you specify in a command list is @code{silent}, the
3075 usual message about stopping at a breakpoint is not printed. This may
3076 be desirable for breakpoints that are to print a specific message and
3077 then continue. If none of the remaining commands print anything, you
3078 see no sign that the breakpoint was reached. @code{silent} is
3079 meaningful only at the beginning of a breakpoint command list.
3080
3081 The commands @code{echo}, @code{output}, and @code{printf} allow you to
3082 print precisely controlled output, and are often useful in silent
3083 breakpoints. @xref{Output, ,Commands for controlled output}.
3084
3085 For example, here is how you could use breakpoint commands to print the
3086 value of @code{x} at entry to @code{foo} whenever @code{x} is positive.
3087
3088 @example
3089 break foo if x>0
3090 commands
3091 silent
3092 printf "x is %d\n",x
3093 cont
3094 end
3095 @end example
3096
3097 One application for breakpoint commands is to compensate for one bug so
3098 you can test for another. Put a breakpoint just after the erroneous line
3099 of code, give it a condition to detect the case in which something
3100 erroneous has been done, and give it commands to assign correct values
3101 to any variables that need them. End with the @code{continue} command
3102 so that your program does not stop, and start with the @code{silent}
3103 command so that no output is produced. Here is an example:
3104
3105 @example
3106 break 403
3107 commands
3108 silent
3109 set x = y + 4
3110 cont
3111 end
3112 @end example
3113
3114 @node Breakpoint Menus
3115 @subsection Breakpoint menus
3116 @cindex overloading
3117 @cindex symbol overloading
3118
3119 Some programming languages (notably C++) permit a single function name
3120 to be defined several times, for application in different contexts.
3121 This is called @dfn{overloading}. When a function name is overloaded,
3122 @samp{break @var{function}} is not enough to tell @value{GDBN} where you want
3123 a breakpoint. If you realize this is a problem, you can use
3124 something like @samp{break @var{function}(@var{types})} to specify which
3125 particular version of the function you want. Otherwise, @value{GDBN} offers
3126 you a menu of numbered choices for different possible breakpoints, and
3127 waits for your selection with the prompt @samp{>}. The first two
3128 options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1}
3129 sets a breakpoint at each definition of @var{function}, and typing
3130 @kbd{0} aborts the @code{break} command without setting any new
3131 breakpoints.
3132
3133 For example, the following session excerpt shows an attempt to set a
3134 breakpoint at the overloaded symbol @code{String::after}.
3135 We choose three particular definitions of that function name:
3136
3137 @c FIXME! This is likely to change to show arg type lists, at least
3138 @smallexample
3139 @group
3140 (@value{GDBP}) b String::after
3141 [0] cancel
3142 [1] all
3143 [2] file:String.cc; line number:867
3144 [3] file:String.cc; line number:860
3145 [4] file:String.cc; line number:875
3146 [5] file:String.cc; line number:853
3147 [6] file:String.cc; line number:846
3148 [7] file:String.cc; line number:735
3149 > 2 4 6
3150 Breakpoint 1 at 0xb26c: file String.cc, line 867.
3151 Breakpoint 2 at 0xb344: file String.cc, line 875.
3152 Breakpoint 3 at 0xafcc: file String.cc, line 846.
3153 Multiple breakpoints were set.
3154 Use the "delete" command to delete unwanted
3155 breakpoints.
3156 (@value{GDBP})
3157 @end group
3158 @end smallexample
3159
3160 @c @ifclear BARETARGET
3161 @node Error in Breakpoints
3162 @subsection ``Cannot insert breakpoints''
3163 @c
3164 @c FIXME!! 14/6/95 Is there a real example of this? Let's use it.
3165 @c
3166 Under some operating systems, breakpoints cannot be used in a program if
3167 any other process is running that program. In this situation,
3168 attempting to run or continue a program with a breakpoint causes
3169 @value{GDBN} to print an error message:
3170
3171 @example
3172 Cannot insert breakpoints.
3173 The same program may be running in another process.
3174 @end example
3175
3176 When this happens, you have three ways to proceed:
3177
3178 @enumerate
3179 @item
3180 Remove or disable the breakpoints, then continue.
3181
3182 @item
3183 Suspend @value{GDBN}, and copy the file containing your program to a new
3184 name. Resume @value{GDBN} and use the @code{exec-file} command to specify
3185 that @value{GDBN} should run your program under that name.
3186 Then start your program again.
3187
3188 @item
3189 Relink your program so that the text segment is nonsharable, using the
3190 linker option @samp{-N}. The operating system limitation may not apply
3191 to nonsharable executables.
3192 @end enumerate
3193 @c @end ifclear
3194
3195 A similar message can be printed if you request too many active
3196 hardware-assisted breakpoints and watchpoints:
3197
3198 @c FIXME: the precise wording of this message may change; the relevant
3199 @c source change is not committed yet (Sep 3, 1999).
3200 @smallexample
3201 Stopped; cannot insert breakpoints.
3202 You may have requested too many hardware breakpoints and watchpoints.
3203 @end smallexample
3204
3205 @noindent
3206 This message is printed when you attempt to resume the program, since
3207 only then @value{GDBN} knows exactly how many hardware breakpoints and
3208 watchpoints it needs to insert.
3209
3210 When this message is printed, you need to disable or remove some of the
3211 hardware-assisted breakpoints and watchpoints, and then continue.
3212
3213
3214 @node Continuing and Stepping
3215 @section Continuing and stepping
3216
3217 @cindex stepping
3218 @cindex continuing
3219 @cindex resuming execution
3220 @dfn{Continuing} means resuming program execution until your program
3221 completes normally. In contrast, @dfn{stepping} means executing just
3222 one more ``step'' of your program, where ``step'' may mean either one
3223 line of source code, or one machine instruction (depending on what
3224 particular command you use). Either when continuing or when stepping,
3225 your program may stop even sooner, due to a breakpoint or a signal. (If
3226 it stops due to a signal, you may want to use @code{handle}, or use
3227 @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.)
3228
3229 @table @code
3230 @kindex continue
3231 @kindex c @r{(@code{continue})}
3232 @kindex fg @r{(resume foreground execution)}
3233 @item continue @r{[}@var{ignore-count}@r{]}
3234 @itemx c @r{[}@var{ignore-count}@r{]}
3235 @itemx fg @r{[}@var{ignore-count}@r{]}
3236 Resume program execution, at the address where your program last stopped;
3237 any breakpoints set at that address are bypassed. The optional argument
3238 @var{ignore-count} allows you to specify a further number of times to
3239 ignore a breakpoint at this location; its effect is like that of
3240 @code{ignore} (@pxref{Conditions, ,Break conditions}).
3241
3242 The argument @var{ignore-count} is meaningful only when your program
3243 stopped due to a breakpoint. At other times, the argument to
3244 @code{continue} is ignored.
3245
3246 The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the
3247 debugged program is deemed to be the foreground program) are provided
3248 purely for convenience, and have exactly the same behavior as
3249 @code{continue}.
3250 @end table
3251
3252 To resume execution at a different place, you can use @code{return}
3253 (@pxref{Returning, ,Returning from a function}) to go back to the
3254 calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a
3255 different address}) to go to an arbitrary location in your program.
3256
3257 A typical technique for using stepping is to set a breakpoint
3258 (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the
3259 beginning of the function or the section of your program where a problem
3260 is believed to lie, run your program until it stops at that breakpoint,
3261 and then step through the suspect area, examining the variables that are
3262 interesting, until you see the problem happen.
3263
3264 @table @code
3265 @kindex step
3266 @kindex s @r{(@code{step})}
3267 @item step
3268 Continue running your program until control reaches a different source
3269 line, then stop it and return control to @value{GDBN}. This command is
3270 abbreviated @code{s}.
3271
3272 @quotation
3273 @c "without debugging information" is imprecise; actually "without line
3274 @c numbers in the debugging information". (gcc -g1 has debugging info but
3275 @c not line numbers). But it seems complex to try to make that
3276 @c distinction here.
3277 @emph{Warning:} If you use the @code{step} command while control is
3278 within a function that was compiled without debugging information,
3279 execution proceeds until control reaches a function that does have
3280 debugging information. Likewise, it will not step into a function which
3281 is compiled without debugging information. To step through functions
3282 without debugging information, use the @code{stepi} command, described
3283 below.
3284 @end quotation
3285
3286 The @code{step} command only stops at the first instruction of a source
3287 line. This prevents the multiple stops that could otherwise occur in
3288 @code{switch} statements, @code{for} loops, etc. @code{step} continues
3289 to stop if a function that has debugging information is called within
3290 the line. In other words, @code{step} @emph{steps inside} any functions
3291 called within the line.
3292
3293 Also, the @code{step} command only enters a function if there is line
3294 number information for the function. Otherwise it acts like the
3295 @code{next} command. This avoids problems when using @code{cc -gl}
3296 on MIPS machines. Previously, @code{step} entered subroutines if there
3297 was any debugging information about the routine.
3298
3299 @item step @var{count}
3300 Continue running as in @code{step}, but do so @var{count} times. If a
3301 breakpoint is reached, or a signal not related to stepping occurs before
3302 @var{count} steps, stepping stops right away.
3303
3304 @kindex next
3305 @kindex n @r{(@code{next})}
3306 @item next @r{[}@var{count}@r{]}
3307 Continue to the next source line in the current (innermost) stack frame.
3308 This is similar to @code{step}, but function calls that appear within
3309 the line of code are executed without stopping. Execution stops when
3310 control reaches a different line of code at the original stack level
3311 that was executing when you gave the @code{next} command. This command
3312 is abbreviated @code{n}.
3313
3314 An argument @var{count} is a repeat count, as for @code{step}.
3315
3316
3317 @c FIX ME!! Do we delete this, or is there a way it fits in with
3318 @c the following paragraph? --- Vctoria
3319 @c
3320 @c @code{next} within a function that lacks debugging information acts like
3321 @c @code{step}, but any function calls appearing within the code of the
3322 @c function are executed without stopping.
3323
3324 The @code{next} command only stops at the first instruction of a
3325 source line. This prevents multiple stops that could otherwise occur in
3326 @code{switch} statements, @code{for} loops, etc.
3327
3328 @kindex set step-mode
3329 @item set step-mode
3330 @cindex functions without line info, and stepping
3331 @cindex stepping into functions with no line info
3332 @itemx set step-mode on
3333 The @code{set step-mode on} command causes the @code{step} command to
3334 stop at the first instruction of a function which contains no debug line
3335 information rather than stepping over it.
3336
3337 This is useful in cases where you may be interested in inspecting the
3338 machine instructions of a function which has no symbolic info and do not
3339 want @value{GDBN} to automatically skip over this function.
3340
3341 @item set step-mode off
3342 Causes the @code{step} command to step over any functions which contains no
3343 debug information. This is the default.
3344
3345 @kindex finish
3346 @item finish
3347 Continue running until just after function in the selected stack frame
3348 returns. Print the returned value (if any).
3349
3350 Contrast this with the @code{return} command (@pxref{Returning,
3351 ,Returning from a function}).
3352
3353 @kindex until
3354 @kindex u @r{(@code{until})}
3355 @item until
3356 @itemx u
3357 Continue running until a source line past the current line, in the
3358 current stack frame, is reached. This command is used to avoid single
3359 stepping through a loop more than once. It is like the @code{next}
3360 command, except that when @code{until} encounters a jump, it
3361 automatically continues execution until the program counter is greater
3362 than the address of the jump.
3363
3364 This means that when you reach the end of a loop after single stepping
3365 though it, @code{until} makes your program continue execution until it
3366 exits the loop. In contrast, a @code{next} command at the end of a loop
3367 simply steps back to the beginning of the loop, which forces you to step
3368 through the next iteration.
3369
3370 @code{until} always stops your program if it attempts to exit the current
3371 stack frame.
3372
3373 @code{until} may produce somewhat counterintuitive results if the order
3374 of machine code does not match the order of the source lines. For
3375 example, in the following excerpt from a debugging session, the @code{f}
3376 (@code{frame}) command shows that execution is stopped at line
3377 @code{206}; yet when we use @code{until}, we get to line @code{195}:
3378
3379 @example
3380 (@value{GDBP}) f
3381 #0 main (argc=4, argv=0xf7fffae8) at m4.c:206
3382 206 expand_input();
3383 (@value{GDBP}) until
3384 195 for ( ; argc > 0; NEXTARG) @{
3385 @end example
3386
3387 This happened because, for execution efficiency, the compiler had
3388 generated code for the loop closure test at the end, rather than the
3389 start, of the loop---even though the test in a C @code{for}-loop is
3390 written before the body of the loop. The @code{until} command appeared
3391 to step back to the beginning of the loop when it advanced to this
3392 expression; however, it has not really gone to an earlier
3393 statement---not in terms of the actual machine code.
3394
3395 @code{until} with no argument works by means of single
3396 instruction stepping, and hence is slower than @code{until} with an
3397 argument.
3398
3399 @item until @var{location}
3400 @itemx u @var{location}
3401 Continue running your program until either the specified location is
3402 reached, or the current stack frame returns. @var{location} is any of
3403 the forms of argument acceptable to @code{break} (@pxref{Set Breaks,
3404 ,Setting breakpoints}). This form of the command uses breakpoints,
3405 and hence is quicker than @code{until} without an argument.
3406
3407 @kindex stepi
3408 @kindex si @r{(@code{stepi})}
3409 @item stepi
3410 @itemx stepi @var{arg}
3411 @itemx si
3412 Execute one machine instruction, then stop and return to the debugger.
3413
3414 It is often useful to do @samp{display/i $pc} when stepping by machine
3415 instructions. This makes @value{GDBN} automatically display the next
3416 instruction to be executed, each time your program stops. @xref{Auto
3417 Display,, Automatic display}.
3418
3419 An argument is a repeat count, as in @code{step}.
3420
3421 @need 750
3422 @kindex nexti
3423 @kindex ni @r{(@code{nexti})}
3424 @item nexti
3425 @itemx nexti @var{arg}
3426 @itemx ni
3427 Execute one machine instruction, but if it is a function call,
3428 proceed until the function returns.
3429
3430 An argument is a repeat count, as in @code{next}.
3431 @end table
3432
3433 @node Signals
3434 @section Signals
3435 @cindex signals
3436
3437 A signal is an asynchronous event that can happen in a program. The
3438 operating system defines the possible kinds of signals, and gives each
3439 kind a name and a number. For example, in Unix @code{SIGINT} is the
3440 signal a program gets when you type an interrupt character (often @kbd{C-c});
3441 @code{SIGSEGV} is the signal a program gets from referencing a place in
3442 memory far away from all the areas in use; @code{SIGALRM} occurs when
3443 the alarm clock timer goes off (which happens only if your program has
3444 requested an alarm).
3445
3446 @cindex fatal signals
3447 Some signals, including @code{SIGALRM}, are a normal part of the
3448 functioning of your program. Others, such as @code{SIGSEGV}, indicate
3449 errors; these signals are @dfn{fatal} (they kill your program immediately) if the
3450 program has not specified in advance some other way to handle the signal.
3451 @code{SIGINT} does not indicate an error in your program, but it is normally
3452 fatal so it can carry out the purpose of the interrupt: to kill the program.
3453
3454 @value{GDBN} has the ability to detect any occurrence of a signal in your
3455 program. You can tell @value{GDBN} in advance what to do for each kind of
3456 signal.
3457
3458 @cindex handling signals
3459 Normally, @value{GDBN} is set up to ignore non-erroneous signals like @code{SIGALRM}
3460 (so as not to interfere with their role in the functioning of your program)
3461 but to stop your program immediately whenever an error signal happens.
3462 You can change these settings with the @code{handle} command.
3463
3464 @table @code
3465 @kindex info signals
3466 @item info signals
3467 @itemx info handle
3468 Print a table of all the kinds of signals and how @value{GDBN} has been told to
3469 handle each one. You can use this to see the signal numbers of all
3470 the defined types of signals.
3471
3472 @code{info handle} is an alias for @code{info signals}.
3473
3474 @kindex handle
3475 @item handle @var{signal} @var{keywords}@dots{}
3476 Change the way @value{GDBN} handles signal @var{signal}. @var{signal}
3477 can be the number of a signal or its name (with or without the
3478 @samp{SIG} at the beginning); a list of signal numberss of the form
3479 @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the
3480 known signals. The @var{keywords} say what change to make.
3481 @end table
3482
3483 @c @group
3484 The keywords allowed by the @code{handle} command can be abbreviated.
3485 Their full names are:
3486
3487 @table @code
3488 @item nostop
3489 @value{GDBN} should not stop your program when this signal happens. It may
3490 still print a message telling you that the signal has come in.
3491
3492 @item stop
3493 @value{GDBN} should stop your program when this signal happens. This implies
3494 the @code{print} keyword as well.
3495
3496 @item print
3497 @value{GDBN} should print a message when this signal happens.
3498
3499 @item noprint
3500 @value{GDBN} should not mention the occurrence of the signal at all. This
3501 implies the @code{nostop} keyword as well.
3502
3503 @item pass
3504 @itemx noignore
3505 @value{GDBN} should allow your program to see this signal; your program
3506 can handle the signal, or else it may terminate if the signal is fatal
3507 and not handled. @code{pass} and @code{noignore} are synonyms.
3508
3509 @item nopass
3510 @itemx ignore
3511 @value{GDBN} should not allow your program to see this signal.
3512 @code{nopass} and @code{ignore} are synonyms.
3513 @end table
3514 @c @end group
3515
3516 When a signal stops your program, the signal is not visible to the
3517 program until you
3518 continue. Your program sees the signal then, if @code{pass} is in
3519 effect for the signal in question @emph{at that time}. In other words,
3520 after @value{GDBN} reports a signal, you can use the @code{handle}
3521 command with @code{pass} or @code{nopass} to control whether your
3522 program sees that signal when you continue.
3523
3524 You can also use the @code{signal} command to prevent your program from
3525 seeing a signal, or cause it to see a signal it normally would not see,
3526 or to give it any signal at any time. For example, if your program stopped
3527 due to some sort of memory reference error, you might store correct
3528 values into the erroneous variables and continue, hoping to see more
3529 execution; but your program would probably terminate immediately as
3530 a result of the fatal signal once it saw the signal. To prevent this,
3531 you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your
3532 program a signal}.
3533
3534 @node Thread Stops
3535 @section Stopping and starting multi-thread programs
3536
3537 When your program has multiple threads (@pxref{Threads,, Debugging
3538 programs with multiple threads}), you can choose whether to set
3539 breakpoints on all threads, or on a particular thread.
3540
3541 @table @code
3542 @cindex breakpoints and threads
3543 @cindex thread breakpoints
3544 @kindex break @dots{} thread @var{threadno}
3545 @item break @var{linespec} thread @var{threadno}
3546 @itemx break @var{linespec} thread @var{threadno} if @dots{}
3547 @var{linespec} specifies source lines; there are several ways of
3548 writing them, but the effect is always to specify some source line.
3549
3550 Use the qualifier @samp{thread @var{threadno}} with a breakpoint command
3551 to specify that you only want @value{GDBN} to stop the program when a
3552 particular thread reaches this breakpoint. @var{threadno} is one of the
3553 numeric thread identifiers assigned by @value{GDBN}, shown in the first
3554 column of the @samp{info threads} display.
3555
3556 If you do not specify @samp{thread @var{threadno}} when you set a
3557 breakpoint, the breakpoint applies to @emph{all} threads of your
3558 program.
3559
3560 You can use the @code{thread} qualifier on conditional breakpoints as
3561 well; in this case, place @samp{thread @var{threadno}} before the
3562 breakpoint condition, like this:
3563
3564 @smallexample
3565 (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim
3566 @end smallexample
3567
3568 @end table
3569
3570 @cindex stopped threads
3571 @cindex threads, stopped
3572 Whenever your program stops under @value{GDBN} for any reason,
3573 @emph{all} threads of execution stop, not just the current thread. This
3574 allows you to examine the overall state of the program, including
3575 switching between threads, without worrying that things may change
3576 underfoot.
3577
3578 @cindex continuing threads
3579 @cindex threads, continuing
3580 Conversely, whenever you restart the program, @emph{all} threads start
3581 executing. @emph{This is true even when single-stepping} with commands
3582 like @code{step} or @code{next}.
3583
3584 In particular, @value{GDBN} cannot single-step all threads in lockstep.
3585 Since thread scheduling is up to your debugging target's operating
3586 system (not controlled by @value{GDBN}), other threads may
3587 execute more than one statement while the current thread completes a
3588 single step. Moreover, in general other threads stop in the middle of a
3589 statement, rather than at a clean statement boundary, when the program
3590 stops.
3591
3592 You might even find your program stopped in another thread after
3593 continuing or even single-stepping. This happens whenever some other
3594 thread runs into a breakpoint, a signal, or an exception before the
3595 first thread completes whatever you requested.
3596
3597 On some OSes, you can lock the OS scheduler and thus allow only a single
3598 thread to run.
3599
3600 @table @code
3601 @item set scheduler-locking @var{mode}
3602 Set the scheduler locking mode. If it is @code{off}, then there is no
3603 locking and any thread may run at any time. If @code{on}, then only the
3604 current thread may run when the inferior is resumed. The @code{step}
3605 mode optimizes for single-stepping. It stops other threads from
3606 ``seizing the prompt'' by preempting the current thread while you are
3607 stepping. Other threads will only rarely (or never) get a chance to run
3608 when you step. They are more likely to run when you @samp{next} over a
3609 function call, and they are completely free to run when you use commands
3610 like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another
3611 thread hits a breakpoint during its timeslice, they will never steal the
3612 @value{GDBN} prompt away from the thread that you are debugging.
3613
3614 @item show scheduler-locking
3615 Display the current scheduler locking mode.
3616 @end table
3617
3618
3619 @node Stack
3620 @chapter Examining the Stack
3621
3622 When your program has stopped, the first thing you need to know is where it
3623 stopped and how it got there.
3624
3625 @cindex call stack
3626 Each time your program performs a function call, information about the call
3627 is generated.
3628 That information includes the location of the call in your program,
3629 the arguments of the call,
3630 and the local variables of the function being called.
3631 The information is saved in a block of data called a @dfn{stack frame}.
3632 The stack frames are allocated in a region of memory called the @dfn{call
3633 stack}.
3634
3635 When your program stops, the @value{GDBN} commands for examining the
3636 stack allow you to see all of this information.
3637
3638 @cindex selected frame
3639 One of the stack frames is @dfn{selected} by @value{GDBN} and many
3640 @value{GDBN} commands refer implicitly to the selected frame. In
3641 particular, whenever you ask @value{GDBN} for the value of a variable in
3642 your program, the value is found in the selected frame. There are
3643 special @value{GDBN} commands to select whichever frame you are
3644 interested in. @xref{Selection, ,Selecting a frame}.
3645
3646 When your program stops, @value{GDBN} automatically selects the
3647 currently executing frame and describes it briefly, similar to the
3648 @code{frame} command (@pxref{Frame Info, ,Information about a frame}).
3649
3650 @menu
3651 * Frames:: Stack frames
3652 * Backtrace:: Backtraces
3653 * Selection:: Selecting a frame
3654 * Frame Info:: Information on a frame
3655
3656 @end menu
3657
3658 @node Frames
3659 @section Stack frames
3660
3661 @cindex frame, definition
3662 @cindex stack frame
3663 The call stack is divided up into contiguous pieces called @dfn{stack
3664 frames}, or @dfn{frames} for short; each frame is the data associated
3665 with one call to one function. The frame contains the arguments given
3666 to the function, the function's local variables, and the address at
3667 which the function is executing.
3668
3669 @cindex initial frame
3670 @cindex outermost frame
3671 @cindex innermost frame
3672 When your program is started, the stack has only one frame, that of the
3673 function @code{main}. This is called the @dfn{initial} frame or the
3674 @dfn{outermost} frame. Each time a function is called, a new frame is
3675 made. Each time a function returns, the frame for that function invocation
3676 is eliminated. If a function is recursive, there can be many frames for
3677 the same function. The frame for the function in which execution is
3678 actually occurring is called the @dfn{innermost} frame. This is the most
3679 recently created of all the stack frames that still exist.
3680
3681 @cindex frame pointer
3682 Inside your program, stack frames are identified by their addresses. A
3683 stack frame consists of many bytes, each of which has its own address; each
3684 kind of computer has a convention for choosing one byte whose
3685 address serves as the address of the frame. Usually this address is kept
3686 in a register called the @dfn{frame pointer register} while execution is
3687 going on in that frame.
3688
3689 @cindex frame number
3690 @value{GDBN} assigns numbers to all existing stack frames, starting with
3691 zero for the innermost frame, one for the frame that called it,
3692 and so on upward. These numbers do not really exist in your program;
3693 they are assigned by @value{GDBN} to give you a way of designating stack
3694 frames in @value{GDBN} commands.
3695
3696 @c The -fomit-frame-pointer below perennially causes hbox overflow
3697 @c underflow problems.
3698 @cindex frameless execution
3699 Some compilers provide a way to compile functions so that they operate
3700 without stack frames. (For example, the @value{GCC} option
3701 @example
3702 @samp{-fomit-frame-pointer}
3703 @end example
3704 generates functions without a frame.)
3705 This is occasionally done with heavily used library functions to save
3706 the frame setup time. @value{GDBN} has limited facilities for dealing
3707 with these function invocations. If the innermost function invocation
3708 has no stack frame, @value{GDBN} nevertheless regards it as though
3709 it had a separate frame, which is numbered zero as usual, allowing
3710 correct tracing of the function call chain. However, @value{GDBN} has
3711 no provision for frameless functions elsewhere in the stack.
3712
3713 @table @code
3714 @kindex frame@r{, command}
3715 @cindex current stack frame
3716 @item frame @var{args}
3717 The @code{frame} command allows you to move from one stack frame to another,
3718 and to print the stack frame you select. @var{args} may be either the
3719 address of the frame or the stack frame number. Without an argument,
3720 @code{frame} prints the current stack frame.
3721
3722 @kindex select-frame
3723 @cindex selecting frame silently
3724 @item select-frame
3725 The @code{select-frame} command allows you to move from one stack frame
3726 to another without printing the frame. This is the silent version of
3727 @code{frame}.
3728 @end table
3729
3730 @node Backtrace
3731 @section Backtraces
3732
3733 @cindex backtraces
3734 @cindex tracebacks
3735 @cindex stack traces
3736 A backtrace is a summary of how your program got where it is. It shows one
3737 line per frame, for many frames, starting with the currently executing
3738 frame (frame zero), followed by its caller (frame one), and on up the
3739 stack.
3740
3741 @table @code
3742 @kindex backtrace
3743 @kindex bt @r{(@code{backtrace})}
3744 @item backtrace
3745 @itemx bt
3746 Print a backtrace of the entire stack: one line per frame for all
3747 frames in the stack.
3748
3749 You can stop the backtrace at any time by typing the system interrupt
3750 character, normally @kbd{C-c}.
3751
3752 @item backtrace @var{n}
3753 @itemx bt @var{n}
3754 Similar, but print only the innermost @var{n} frames.
3755
3756 @item backtrace -@var{n}
3757 @itemx bt -@var{n}
3758 Similar, but print only the outermost @var{n} frames.
3759 @end table
3760
3761 @kindex where
3762 @kindex info stack
3763 @kindex info s @r{(@code{info stack})}
3764 The names @code{where} and @code{info stack} (abbreviated @code{info s})
3765 are additional aliases for @code{backtrace}.
3766
3767 Each line in the backtrace shows the frame number and the function name.
3768 The program counter value is also shown---unless you use @code{set
3769 print address off}. The backtrace also shows the source file name and
3770 line number, as well as the arguments to the function. The program
3771 counter value is omitted if it is at the beginning of the code for that
3772 line number.
3773
3774 Here is an example of a backtrace. It was made with the command
3775 @samp{bt 3}, so it shows the innermost three frames.
3776
3777 @smallexample
3778 @group
3779 #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8)
3780 at builtin.c:993
3781 #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242
3782 #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08)
3783 at macro.c:71
3784 (More stack frames follow...)
3785 @end group
3786 @end smallexample
3787
3788 @noindent
3789 The display for frame zero does not begin with a program counter
3790 value, indicating that your program has stopped at the beginning of the
3791 code for line @code{993} of @code{builtin.c}.
3792
3793 @node Selection
3794 @section Selecting a frame
3795
3796 Most commands for examining the stack and other data in your program work on
3797 whichever stack frame is selected at the moment. Here are the commands for
3798 selecting a stack frame; all of them finish by printing a brief description
3799 of the stack frame just selected.
3800
3801 @table @code
3802 @kindex frame@r{, selecting}
3803 @kindex f @r{(@code{frame})}
3804 @item frame @var{n}
3805 @itemx f @var{n}
3806 Select frame number @var{n}. Recall that frame zero is the innermost
3807 (currently executing) frame, frame one is the frame that called the
3808 innermost one, and so on. The highest-numbered frame is the one for
3809 @code{main}.
3810
3811 @item frame @var{addr}
3812 @itemx f @var{addr}
3813 Select the frame at address @var{addr}. This is useful mainly if the
3814 chaining of stack frames has been damaged by a bug, making it
3815 impossible for @value{GDBN} to assign numbers properly to all frames. In
3816 addition, this can be useful when your program has multiple stacks and
3817 switches between them.
3818
3819 On the SPARC architecture, @code{frame} needs two addresses to
3820 select an arbitrary frame: a frame pointer and a stack pointer.
3821
3822 On the MIPS and Alpha architecture, it needs two addresses: a stack
3823 pointer and a program counter.
3824
3825 On the 29k architecture, it needs three addresses: a register stack
3826 pointer, a program counter, and a memory stack pointer.
3827 @c note to future updaters: this is conditioned on a flag
3828 @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date
3829 @c as of 27 Jan 1994.
3830
3831 @kindex up
3832 @item up @var{n}
3833 Move @var{n} frames up the stack. For positive numbers @var{n}, this
3834 advances toward the outermost frame, to higher frame numbers, to frames
3835 that have existed longer. @var{n} defaults to one.
3836
3837 @kindex down
3838 @kindex do @r{(@code{down})}
3839 @item down @var{n}
3840 Move @var{n} frames down the stack. For positive numbers @var{n}, this
3841 advances toward the innermost frame, to lower frame numbers, to frames
3842 that were created more recently. @var{n} defaults to one. You may
3843 abbreviate @code{down} as @code{do}.
3844 @end table
3845
3846 All of these commands end by printing two lines of output describing the
3847 frame. The first line shows the frame number, the function name, the
3848 arguments, and the source file and line number of execution in that
3849 frame. The second line shows the text of that source line.
3850
3851 @need 1000
3852 For example:
3853
3854 @smallexample
3855 @group
3856 (@value{GDBP}) up
3857 #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc)
3858 at env.c:10
3859 10 read_input_file (argv[i]);
3860 @end group
3861 @end smallexample
3862
3863 After such a printout, the @code{list} command with no arguments
3864 prints ten lines centered on the point of execution in the frame.
3865 @xref{List, ,Printing source lines}.
3866
3867 @table @code
3868 @kindex down-silently
3869 @kindex up-silently
3870 @item up-silently @var{n}
3871 @itemx down-silently @var{n}
3872 These two commands are variants of @code{up} and @code{down},
3873 respectively; they differ in that they do their work silently, without
3874 causing display of the new frame. They are intended primarily for use
3875 in @value{GDBN} command scripts, where the output might be unnecessary and
3876 distracting.
3877 @end table
3878
3879 @node Frame Info
3880 @section Information about a frame
3881
3882 There are several other commands to print information about the selected
3883 stack frame.
3884
3885 @table @code
3886 @item frame
3887 @itemx f
3888 When used without any argument, this command does not change which
3889 frame is selected, but prints a brief description of the currently
3890 selected stack frame. It can be abbreviated @code{f}. With an
3891 argument, this command is used to select a stack frame.
3892 @xref{Selection, ,Selecting a frame}.
3893
3894 @kindex info frame
3895 @kindex info f @r{(@code{info frame})}
3896 @item info frame
3897 @itemx info f
3898 This command prints a verbose description of the selected stack frame,
3899 including:
3900
3901 @itemize @bullet
3902 @item
3903 the address of the frame
3904 @item
3905 the address of the next frame down (called by this frame)
3906 @item
3907 the address of the next frame up (caller of this frame)
3908 @item
3909 the language in which the source code corresponding to this frame is written
3910 @item
3911 the address of the frame's arguments
3912 @item
3913 the address of the frame's local variables
3914 @item
3915 the program counter saved in it (the address of execution in the caller frame)
3916 @item
3917 which registers were saved in the frame
3918 @end itemize
3919
3920 @noindent The verbose description is useful when
3921 something has gone wrong that has made the stack format fail to fit
3922 the usual conventions.
3923
3924 @item info frame @var{addr}
3925 @itemx info f @var{addr}
3926 Print a verbose description of the frame at address @var{addr}, without
3927 selecting that frame. The selected frame remains unchanged by this
3928 command. This requires the same kind of address (more than one for some
3929 architectures) that you specify in the @code{frame} command.
3930 @xref{Selection, ,Selecting a frame}.
3931
3932 @kindex info args
3933 @item info args
3934 Print the arguments of the selected frame, each on a separate line.
3935
3936 @item info locals
3937 @kindex info locals
3938 Print the local variables of the selected frame, each on a separate
3939 line. These are all variables (declared either static or automatic)
3940 accessible at the point of execution of the selected frame.
3941
3942 @kindex info catch
3943 @cindex catch exceptions, list active handlers
3944 @cindex exception handlers, how to list
3945 @item info catch
3946 Print a list of all the exception handlers that are active in the
3947 current stack frame at the current point of execution. To see other
3948 exception handlers, visit the associated frame (using the @code{up},
3949 @code{down}, or @code{frame} commands); then type @code{info catch}.
3950 @xref{Set Catchpoints, , Setting catchpoints}.
3951
3952 @end table
3953
3954
3955 @node Source
3956 @chapter Examining Source Files
3957
3958 @value{GDBN} can print parts of your program's source, since the debugging
3959 information recorded in the program tells @value{GDBN} what source files were
3960 used to build it. When your program stops, @value{GDBN} spontaneously prints
3961 the line where it stopped. Likewise, when you select a stack frame
3962 (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where
3963 execution in that frame has stopped. You can print other portions of
3964 source files by explicit command.
3965
3966 If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may
3967 prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using
3968 @value{GDBN} under @sc{gnu} Emacs}.
3969
3970 @menu
3971 * List:: Printing source lines
3972 * Search:: Searching source files
3973 * Source Path:: Specifying source directories
3974 * Machine Code:: Source and machine code
3975 @end menu
3976
3977 @node List
3978 @section Printing source lines
3979
3980 @kindex list
3981 @kindex l @r{(@code{list})}
3982 To print lines from a source file, use the @code{list} command
3983 (abbreviated @code{l}). By default, ten lines are printed.
3984 There are several ways to specify what part of the file you want to print.
3985
3986 Here are the forms of the @code{list} command most commonly used:
3987
3988 @table @code
3989 @item list @var{linenum}
3990 Print lines centered around line number @var{linenum} in the
3991 current source file.
3992
3993 @item list @var{function}
3994 Print lines centered around the beginning of function
3995 @var{function}.
3996
3997 @item list
3998 Print more lines. If the last lines printed were printed with a
3999 @code{list} command, this prints lines following the last lines
4000 printed; however, if the last line printed was a solitary line printed
4001 as part of displaying a stack frame (@pxref{Stack, ,Examining the
4002 Stack}), this prints lines centered around that line.
4003
4004 @item list -
4005 Print lines just before the lines last printed.
4006 @end table
4007
4008 By default, @value{GDBN} prints ten source lines with any of these forms of
4009 the @code{list} command. You can change this using @code{set listsize}:
4010
4011 @table @code
4012 @kindex set listsize
4013 @item set listsize @var{count}
4014 Make the @code{list} command display @var{count} source lines (unless
4015 the @code{list} argument explicitly specifies some other number).
4016
4017 @kindex show listsize
4018 @item show listsize
4019 Display the number of lines that @code{list} prints.
4020 @end table
4021
4022 Repeating a @code{list} command with @key{RET} discards the argument,
4023 so it is equivalent to typing just @code{list}. This is more useful
4024 than listing the same lines again. An exception is made for an
4025 argument of @samp{-}; that argument is preserved in repetition so that
4026 each repetition moves up in the source file.
4027
4028 @cindex linespec
4029 In general, the @code{list} command expects you to supply zero, one or two
4030 @dfn{linespecs}. Linespecs specify source lines; there are several ways
4031 of writing them, but the effect is always to specify some source line.
4032 Here is a complete description of the possible arguments for @code{list}:
4033
4034 @table @code
4035 @item list @var{linespec}
4036 Print lines centered around the line specified by @var{linespec}.
4037
4038 @item list @var{first},@var{last}
4039 Print lines from @var{first} to @var{last}. Both arguments are
4040 linespecs.
4041
4042 @item list ,@var{last}
4043 Print lines ending with @var{last}.
4044
4045 @item list @var{first},
4046 Print lines starting with @var{first}.
4047
4048 @item list +
4049 Print lines just after the lines last printed.
4050
4051 @item list -
4052 Print lines just before the lines last printed.
4053
4054 @item list
4055 As described in the preceding table.
4056 @end table
4057
4058 Here are the ways of specifying a single source line---all the
4059 kinds of linespec.
4060
4061 @table @code
4062 @item @var{number}
4063 Specifies line @var{number} of the current source file.
4064 When a @code{list} command has two linespecs, this refers to
4065 the same source file as the first linespec.
4066
4067 @item +@var{offset}
4068 Specifies the line @var{offset} lines after the last line printed.
4069 When used as the second linespec in a @code{list} command that has
4070 two, this specifies the line @var{offset} lines down from the
4071 first linespec.
4072
4073 @item -@var{offset}
4074 Specifies the line @var{offset} lines before the last line printed.
4075
4076 @item @var{filename}:@var{number}
4077 Specifies line @var{number} in the source file @var{filename}.
4078
4079 @item @var{function}
4080 Specifies the line that begins the body of the function @var{function}.
4081 For example: in C, this is the line with the open brace.
4082
4083 @item @var{filename}:@var{function}
4084 Specifies the line of the open-brace that begins the body of the
4085 function @var{function} in the file @var{filename}. You only need the
4086 file name with a function name to avoid ambiguity when there are
4087 identically named functions in different source files.
4088
4089 @item *@var{address}
4090 Specifies the line containing the program address @var{address}.
4091 @var{address} may be any expression.
4092 @end table
4093
4094 @node Search
4095 @section Searching source files
4096 @cindex searching
4097 @kindex reverse-search
4098
4099 There are two commands for searching through the current source file for a
4100 regular expression.
4101
4102 @table @code
4103 @kindex search
4104 @kindex forward-search
4105 @item forward-search @var{regexp}
4106 @itemx search @var{regexp}
4107 The command @samp{forward-search @var{regexp}} checks each line,
4108 starting with the one following the last line listed, for a match for
4109 @var{regexp}. It lists the line that is found. You can use the
4110 synonym @samp{search @var{regexp}} or abbreviate the command name as
4111 @code{fo}.
4112
4113 @item reverse-search @var{regexp}
4114 The command @samp{reverse-search @var{regexp}} checks each line, starting
4115 with the one before the last line listed and going backward, for a match
4116 for @var{regexp}. It lists the line that is found. You can abbreviate
4117 this command as @code{rev}.
4118 @end table
4119
4120 @node Source Path
4121 @section Specifying source directories
4122
4123 @cindex source path
4124 @cindex directories for source files
4125 Executable programs sometimes do not record the directories of the source
4126 files from which they were compiled, just the names. Even when they do,
4127 the directories could be moved between the compilation and your debugging
4128 session. @value{GDBN} has a list of directories to search for source files;
4129 this is called the @dfn{source path}. Each time @value{GDBN} wants a source file,
4130 it tries all the directories in the list, in the order they are present
4131 in the list, until it finds a file with the desired name. Note that
4132 the executable search path is @emph{not} used for this purpose. Neither is
4133 the current working directory, unless it happens to be in the source
4134 path.
4135
4136 If @value{GDBN} cannot find a source file in the source path, and the
4137 object program records a directory, @value{GDBN} tries that directory
4138 too. If the source path is empty, and there is no record of the
4139 compilation directory, @value{GDBN} looks in the current directory as a
4140 last resort.
4141
4142 Whenever you reset or rearrange the source path, @value{GDBN} clears out
4143 any information it has cached about where source files are found and where
4144 each line is in the file.
4145
4146 @kindex directory
4147 @kindex dir
4148 When you start @value{GDBN}, its source path includes only @samp{cdir}
4149 and @samp{cwd}, in that order.
4150 To add other directories, use the @code{directory} command.
4151
4152 @table @code
4153 @item directory @var{dirname} @dots{}
4154 @item dir @var{dirname} @dots{}
4155 Add directory @var{dirname} to the front of the source path. Several
4156 directory names may be given to this command, separated by @samp{:}
4157 (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as
4158 part of absolute file names) or
4159 whitespace. You may specify a directory that is already in the source
4160 path; this moves it forward, so @value{GDBN} searches it sooner.
4161
4162 @kindex cdir
4163 @kindex cwd
4164 @vindex $cdir@r{, convenience variable}
4165 @vindex $cwdr@r{, convenience variable}
4166 @cindex compilation directory
4167 @cindex current directory
4168 @cindex working directory
4169 @cindex directory, current
4170 @cindex directory, compilation
4171 You can use the string @samp{$cdir} to refer to the compilation
4172 directory (if one is recorded), and @samp{$cwd} to refer to the current
4173 working directory. @samp{$cwd} is not the same as @samp{.}---the former
4174 tracks the current working directory as it changes during your @value{GDBN}
4175 session, while the latter is immediately expanded to the current
4176 directory at the time you add an entry to the source path.
4177
4178 @item directory
4179 Reset the source path to empty again. This requires confirmation.
4180
4181 @c RET-repeat for @code{directory} is explicitly disabled, but since
4182 @c repeating it would be a no-op we do not say that. (thanks to RMS)
4183
4184 @item show directories
4185 @kindex show directories
4186 Print the source path: show which directories it contains.
4187 @end table
4188
4189 If your source path is cluttered with directories that are no longer of
4190 interest, @value{GDBN} may sometimes cause confusion by finding the wrong
4191 versions of source. You can correct the situation as follows:
4192
4193 @enumerate
4194 @item
4195 Use @code{directory} with no argument to reset the source path to empty.
4196
4197 @item
4198 Use @code{directory} with suitable arguments to reinstall the
4199 directories you want in the source path. You can add all the
4200 directories in one command.
4201 @end enumerate
4202
4203 @node Machine Code
4204 @section Source and machine code
4205
4206 You can use the command @code{info line} to map source lines to program
4207 addresses (and vice versa), and the command @code{disassemble} to display
4208 a range of addresses as machine instructions. When run under @sc{gnu} Emacs
4209 mode, the @code{info line} command causes the arrow to point to the
4210 line specified. Also, @code{info line} prints addresses in symbolic form as
4211 well as hex.
4212
4213 @table @code
4214 @kindex info line
4215 @item info line @var{linespec}
4216 Print the starting and ending addresses of the compiled code for
4217 source line @var{linespec}. You can specify source lines in any of
4218 the ways understood by the @code{list} command (@pxref{List, ,Printing
4219 source lines}).
4220 @end table
4221
4222 For example, we can use @code{info line} to discover the location of
4223 the object code for the first line of function
4224 @code{m4_changequote}:
4225
4226 @c FIXME: I think this example should also show the addresses in
4227 @c symbolic form, as they usually would be displayed.
4228 @smallexample
4229 (@value{GDBP}) info line m4_changequote
4230 Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350.
4231 @end smallexample
4232
4233 @noindent
4234 We can also inquire (using @code{*@var{addr}} as the form for
4235 @var{linespec}) what source line covers a particular address:
4236 @smallexample
4237 (@value{GDBP}) info line *0x63ff
4238 Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404.
4239 @end smallexample
4240
4241 @cindex @code{$_} and @code{info line}
4242 @kindex x@r{(examine), and} info line
4243 After @code{info line}, the default address for the @code{x} command
4244 is changed to the starting address of the line, so that @samp{x/i} is
4245 sufficient to begin examining the machine code (@pxref{Memory,
4246 ,Examining memory}). Also, this address is saved as the value of the
4247 convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience
4248 variables}).
4249
4250 @table @code
4251 @kindex disassemble
4252 @cindex assembly instructions
4253 @cindex instructions, assembly
4254 @cindex machine instructions
4255 @cindex listing machine instructions
4256 @item disassemble
4257 This specialized command dumps a range of memory as machine
4258 instructions. The default memory range is the function surrounding the
4259 program counter of the selected frame. A single argument to this
4260 command is a program counter value; @value{GDBN} dumps the function
4261 surrounding this value. Two arguments specify a range of addresses
4262 (first inclusive, second exclusive) to dump.
4263 @end table
4264
4265 The following example shows the disassembly of a range of addresses of
4266 HP PA-RISC 2.0 code:
4267
4268 @smallexample
4269 (@value{GDBP}) disas 0x32c4 0x32e4
4270 Dump of assembler code from 0x32c4 to 0x32e4:
4271 0x32c4 <main+204>: addil 0,dp
4272 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26
4273 0x32cc <main+212>: ldil 0x3000,r31
4274 0x32d0 <main+216>: ble 0x3f8(sr4,r31)
4275 0x32d4 <main+220>: ldo 0(r31),rp
4276 0x32d8 <main+224>: addil -0x800,dp
4277 0x32dc <main+228>: ldo 0x588(r1),r26
4278 0x32e0 <main+232>: ldil 0x3000,r31
4279 End of assembler dump.
4280 @end smallexample
4281
4282 Some architectures have more than one commonly-used set of instruction
4283 mnemonics or other syntax.
4284
4285 @table @code
4286 @kindex set disassembly-flavor
4287 @cindex assembly instructions
4288 @cindex instructions, assembly
4289 @cindex machine instructions
4290 @cindex listing machine instructions
4291 @cindex Intel disassembly flavor
4292 @cindex AT&T disassembly flavor
4293 @item set disassembly-flavor @var{instruction-set}
4294 Select the instruction set to use when disassembling the
4295 program via the @code{disassemble} or @code{x/i} commands.
4296
4297 Currently this command is only defined for the Intel x86 family. You
4298 can set @var{instruction-set} to either @code{intel} or @code{att}.
4299 The default is @code{att}, the AT&T flavor used by default by Unix
4300 assemblers for x86-based targets.
4301 @end table
4302
4303
4304 @node Data
4305 @chapter Examining Data
4306
4307 @cindex printing data
4308 @cindex examining data
4309 @kindex print
4310 @kindex inspect
4311 @c "inspect" is not quite a synonym if you are using Epoch, which we do not
4312 @c document because it is nonstandard... Under Epoch it displays in a
4313 @c different window or something like that.
4314 The usual way to examine data in your program is with the @code{print}
4315 command (abbreviated @code{p}), or its synonym @code{inspect}. It
4316 evaluates and prints the value of an expression of the language your
4317 program is written in (@pxref{Languages, ,Using @value{GDBN} with
4318 Different Languages}).
4319
4320 @table @code
4321 @item print @var{expr}
4322 @itemx print /@var{f} @var{expr}
4323 @var{expr} is an expression (in the source language). By default the
4324 value of @var{expr} is printed in a format appropriate to its data type;
4325 you can choose a different format by specifying @samp{/@var{f}}, where
4326 @var{f} is a letter specifying the format; see @ref{Output Formats,,Output
4327 formats}.
4328
4329 @item print
4330 @itemx print /@var{f}
4331 If you omit @var{expr}, @value{GDBN} displays the last value again (from the
4332 @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to
4333 conveniently inspect the same value in an alternative format.
4334 @end table
4335
4336 A more low-level way of examining data is with the @code{x} command.
4337 It examines data in memory at a specified address and prints it in a
4338 specified format. @xref{Memory, ,Examining memory}.
4339
4340 If you are interested in information about types, or about how the
4341 fields of a struct or a class are declared, use the @code{ptype @var{exp}}
4342 command rather than @code{print}. @xref{Symbols, ,Examining the Symbol
4343 Table}.
4344
4345 @menu
4346 * Expressions:: Expressions
4347 * Variables:: Program variables
4348 * Arrays:: Artificial arrays
4349 * Output Formats:: Output formats
4350 * Memory:: Examining memory
4351 * Auto Display:: Automatic display
4352 * Print Settings:: Print settings
4353 * Value History:: Value history
4354 * Convenience Vars:: Convenience variables
4355 * Registers:: Registers
4356 * Floating Point Hardware:: Floating point hardware
4357 * Memory Region Attributes:: Memory region attributes
4358 @end menu
4359
4360 @node Expressions
4361 @section Expressions
4362
4363 @cindex expressions
4364 @code{print} and many other @value{GDBN} commands accept an expression and
4365 compute its value. Any kind of constant, variable or operator defined
4366 by the programming language you are using is valid in an expression in
4367 @value{GDBN}. This includes conditional expressions, function calls, casts
4368 and string constants. It unfortunately does not include symbols defined
4369 by preprocessor @code{#define} commands.
4370
4371 @value{GDBN} supports array constants in expressions input by
4372 the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example,
4373 you can use the command @code{print @{1, 2, 3@}} to build up an array in
4374 memory that is @code{malloc}ed in the target program.
4375
4376 Because C is so widespread, most of the expressions shown in examples in
4377 this manual are in C. @xref{Languages, , Using @value{GDBN} with Different
4378 Languages}, for information on how to use expressions in other
4379 languages.
4380
4381 In this section, we discuss operators that you can use in @value{GDBN}
4382 expressions regardless of your programming language.
4383
4384 Casts are supported in all languages, not just in C, because it is so
4385 useful to cast a number into a pointer in order to examine a structure
4386 at that address in memory.
4387 @c FIXME: casts supported---Mod2 true?
4388
4389 @value{GDBN} supports these operators, in addition to those common
4390 to programming languages:
4391
4392 @table @code
4393 @item @@
4394 @samp{@@} is a binary operator for treating parts of memory as arrays.
4395 @xref{Arrays, ,Artificial arrays}, for more information.
4396
4397 @item ::
4398 @samp{::} allows you to specify a variable in terms of the file or
4399 function where it is defined. @xref{Variables, ,Program variables}.
4400
4401 @cindex @{@var{type}@}
4402 @cindex type casting memory
4403 @cindex memory, viewing as typed object
4404 @cindex casts, to view memory
4405 @item @{@var{type}@} @var{addr}
4406 Refers to an object of type @var{type} stored at address @var{addr} in
4407 memory. @var{addr} may be any expression whose value is an integer or
4408 pointer (but parentheses are required around binary operators, just as in
4409 a cast). This construct is allowed regardless of what kind of data is
4410 normally supposed to reside at @var{addr}.
4411 @end table
4412
4413 @node Variables
4414 @section Program variables
4415
4416 The most common kind of expression to use is the name of a variable
4417 in your program.
4418
4419 Variables in expressions are understood in the selected stack frame
4420 (@pxref{Selection, ,Selecting a frame}); they must be either:
4421
4422 @itemize @bullet
4423 @item
4424 global (or file-static)
4425 @end itemize
4426
4427 @noindent or
4428
4429 @itemize @bullet
4430 @item
4431 visible according to the scope rules of the
4432 programming language from the point of execution in that frame
4433 @end itemize
4434
4435 @noindent This means that in the function
4436
4437 @example
4438 foo (a)
4439 int a;
4440 @{
4441 bar (a);
4442 @{
4443 int b = test ();
4444 bar (b);
4445 @}
4446 @}
4447 @end example
4448
4449 @noindent
4450 you can examine and use the variable @code{a} whenever your program is
4451 executing within the function @code{foo}, but you can only use or
4452 examine the variable @code{b} while your program is executing inside
4453 the block where @code{b} is declared.
4454
4455 @cindex variable name conflict
4456 There is an exception: you can refer to a variable or function whose
4457 scope is a single source file even if the current execution point is not
4458 in this file. But it is possible to have more than one such variable or
4459 function with the same name (in different source files). If that
4460 happens, referring to that name has unpredictable effects. If you wish,
4461 you can specify a static variable in a particular function or file,
4462 using the colon-colon notation:
4463
4464 @cindex colon-colon, context for variables/functions
4465 @iftex
4466 @c info cannot cope with a :: index entry, but why deprive hard copy readers?
4467 @cindex @code{::}, context for variables/functions
4468 @end iftex
4469 @example
4470 @var{file}::@var{variable}
4471 @var{function}::@var{variable}
4472 @end example
4473
4474 @noindent
4475 Here @var{file} or @var{function} is the name of the context for the
4476 static @var{variable}. In the case of file names, you can use quotes to
4477 make sure @value{GDBN} parses the file name as a single word---for example,
4478 to print a global value of @code{x} defined in @file{f2.c}:
4479
4480 @example
4481 (@value{GDBP}) p 'f2.c'::x
4482 @end example
4483
4484 @cindex C++ scope resolution
4485 This use of @samp{::} is very rarely in conflict with the very similar
4486 use of the same notation in C++. @value{GDBN} also supports use of the C++
4487 scope resolution operator in @value{GDBN} expressions.
4488 @c FIXME: Um, so what happens in one of those rare cases where it's in
4489 @c conflict?? --mew
4490
4491 @cindex wrong values
4492 @cindex variable values, wrong
4493 @quotation
4494 @emph{Warning:} Occasionally, a local variable may appear to have the
4495 wrong value at certain points in a function---just after entry to a new
4496 scope, and just before exit.
4497 @end quotation
4498 You may see this problem when you are stepping by machine instructions.
4499 This is because, on most machines, it takes more than one instruction to
4500 set up a stack frame (including local variable definitions); if you are
4501 stepping by machine instructions, variables may appear to have the wrong
4502 values until the stack frame is completely built. On exit, it usually
4503 also takes more than one machine instruction to destroy a stack frame;
4504 after you begin stepping through that group of instructions, local
4505 variable definitions may be gone.
4506
4507 This may also happen when the compiler does significant optimizations.
4508 To be sure of always seeing accurate values, turn off all optimization
4509 when compiling.
4510
4511 @cindex ``No symbol "foo" in current context''
4512 Another possible effect of compiler optimizations is to optimize
4513 unused variables out of existence, or assign variables to registers (as
4514 opposed to memory addresses). Depending on the support for such cases
4515 offered by the debug info format used by the compiler, @value{GDBN}
4516 might not be able to display values for such local variables. If that
4517 happens, @value{GDBN} will print a message like this:
4518
4519 @example
4520 No symbol "foo" in current context.
4521 @end example
4522
4523 To solve such problems, either recompile without optimizations, or use a
4524 different debug info format, if the compiler supports several such
4525 formats. For example, @value{NGCC}, the @sc{gnu} C/C++ compiler usually
4526 supports the @samp{-gstabs} option. @samp{-gstabs} produces debug info
4527 in a format that is superior to formats such as COFF. You may be able
4528 to use DWARF2 (@samp{-gdwarf-2}), which is also an effective form for
4529 debug info. See @ref{Debugging Options,,Options for Debugging Your
4530 Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}, for more
4531 information.
4532
4533
4534 @node Arrays
4535 @section Artificial arrays
4536
4537 @cindex artificial array
4538 @kindex @@@r{, referencing memory as an array}
4539 It is often useful to print out several successive objects of the
4540 same type in memory; a section of an array, or an array of
4541 dynamically determined size for which only a pointer exists in the
4542 program.
4543
4544 You can do this by referring to a contiguous span of memory as an
4545 @dfn{artificial array}, using the binary operator @samp{@@}. The left
4546 operand of @samp{@@} should be the first element of the desired array
4547 and be an individual object. The right operand should be the desired length
4548 of the array. The result is an array value whose elements are all of
4549 the type of the left argument. The first element is actually the left
4550 argument; the second element comes from bytes of memory immediately
4551 following those that hold the first element, and so on. Here is an
4552 example. If a program says
4553
4554 @example
4555 int *array = (int *) malloc (len * sizeof (int));
4556 @end example
4557
4558 @noindent
4559 you can print the contents of @code{array} with
4560
4561 @example
4562 p *array@@len
4563 @end example
4564
4565 The left operand of @samp{@@} must reside in memory. Array values made
4566 with @samp{@@} in this way behave just like other arrays in terms of
4567 subscripting, and are coerced to pointers when used in expressions.
4568 Artificial arrays most often appear in expressions via the value history
4569 (@pxref{Value History, ,Value history}), after printing one out.
4570
4571 Another way to create an artificial array is to use a cast.
4572 This re-interprets a value as if it were an array.
4573 The value need not be in memory:
4574 @example
4575 (@value{GDBP}) p/x (short[2])0x12345678
4576 $1 = @{0x1234, 0x5678@}
4577 @end example
4578
4579 As a convenience, if you leave the array length out (as in
4580 @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill
4581 the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}:
4582 @example
4583 (@value{GDBP}) p/x (short[])0x12345678
4584 $2 = @{0x1234, 0x5678@}
4585 @end example
4586
4587 Sometimes the artificial array mechanism is not quite enough; in
4588 moderately complex data structures, the elements of interest may not
4589 actually be adjacent---for example, if you are interested in the values
4590 of pointers in an array. One useful work-around in this situation is
4591 to use a convenience variable (@pxref{Convenience Vars, ,Convenience
4592 variables}) as a counter in an expression that prints the first
4593 interesting value, and then repeat that expression via @key{RET}. For
4594 instance, suppose you have an array @code{dtab} of pointers to
4595 structures, and you are interested in the values of a field @code{fv}
4596 in each structure. Here is an example of what you might type:
4597
4598 @example
4599 set $i = 0
4600 p dtab[$i++]->fv
4601 @key{RET}
4602 @key{RET}
4603 @dots{}
4604 @end example
4605
4606 @node Output Formats
4607 @section Output formats
4608
4609 @cindex formatted output
4610 @cindex output formats
4611 By default, @value{GDBN} prints a value according to its data type. Sometimes
4612 this is not what you want. For example, you might want to print a number
4613 in hex, or a pointer in decimal. Or you might want to view data in memory
4614 at a certain address as a character string or as an instruction. To do
4615 these things, specify an @dfn{output format} when you print a value.
4616
4617 The simplest use of output formats is to say how to print a value
4618 already computed. This is done by starting the arguments of the
4619 @code{print} command with a slash and a format letter. The format
4620 letters supported are:
4621
4622 @table @code
4623 @item x
4624 Regard the bits of the value as an integer, and print the integer in
4625 hexadecimal.
4626
4627 @item d
4628 Print as integer in signed decimal.
4629
4630 @item u
4631 Print as integer in unsigned decimal.
4632
4633 @item o
4634 Print as integer in octal.
4635
4636 @item t
4637 Print as integer in binary. The letter @samp{t} stands for ``two''.
4638 @footnote{@samp{b} cannot be used because these format letters are also
4639 used with the @code{x} command, where @samp{b} stands for ``byte'';
4640 see @ref{Memory,,Examining memory}.}
4641
4642 @item a
4643 @cindex unknown address, locating
4644 Print as an address, both absolute in hexadecimal and as an offset from
4645 the nearest preceding symbol. You can use this format used to discover
4646 where (in what function) an unknown address is located:
4647
4648 @example
4649 (@value{GDBP}) p/a 0x54320
4650 $3 = 0x54320 <_initialize_vx+396>
4651 @end example
4652
4653 @item c
4654 Regard as an integer and print it as a character constant.
4655
4656 @item f
4657 Regard the bits of the value as a floating point number and print
4658 using typical floating point syntax.
4659 @end table
4660
4661 For example, to print the program counter in hex (@pxref{Registers}), type
4662
4663 @example
4664 p/x $pc
4665 @end example
4666
4667 @noindent
4668 Note that no space is required before the slash; this is because command
4669 names in @value{GDBN} cannot contain a slash.
4670
4671 To reprint the last value in the value history with a different format,
4672 you can use the @code{print} command with just a format and no
4673 expression. For example, @samp{p/x} reprints the last value in hex.
4674
4675 @node Memory
4676 @section Examining memory
4677
4678 You can use the command @code{x} (for ``examine'') to examine memory in
4679 any of several formats, independently of your program's data types.
4680
4681 @cindex examining memory
4682 @table @code
4683 @kindex x @r{(examine memory)}
4684 @item x/@var{nfu} @var{addr}
4685 @itemx x @var{addr}
4686 @itemx x
4687 Use the @code{x} command to examine memory.
4688 @end table
4689
4690 @var{n}, @var{f}, and @var{u} are all optional parameters that specify how
4691 much memory to display and how to format it; @var{addr} is an
4692 expression giving the address where you want to start displaying memory.
4693 If you use defaults for @var{nfu}, you need not type the slash @samp{/}.
4694 Several commands set convenient defaults for @var{addr}.
4695
4696 @table @r
4697 @item @var{n}, the repeat count
4698 The repeat count is a decimal integer; the default is 1. It specifies
4699 how much memory (counting by units @var{u}) to display.
4700 @c This really is **decimal**; unaffected by 'set radix' as of GDB
4701 @c 4.1.2.
4702
4703 @item @var{f}, the display format
4704 The display format is one of the formats used by @code{print},
4705 @samp{s} (null-terminated string), or @samp{i} (machine instruction).
4706 The default is @samp{x} (hexadecimal) initially.
4707 The default changes each time you use either @code{x} or @code{print}.
4708
4709 @item @var{u}, the unit size
4710 The unit size is any of
4711
4712 @table @code
4713 @item b
4714 Bytes.
4715 @item h
4716 Halfwords (two bytes).
4717 @item w
4718 Words (four bytes). This is the initial default.
4719 @item g
4720 Giant words (eight bytes).
4721 @end table
4722
4723 Each time you specify a unit size with @code{x}, that size becomes the
4724 default unit the next time you use @code{x}. (For the @samp{s} and
4725 @samp{i} formats, the unit size is ignored and is normally not written.)
4726
4727 @item @var{addr}, starting display address
4728 @var{addr} is the address where you want @value{GDBN} to begin displaying
4729 memory. The expression need not have a pointer value (though it may);
4730 it is always interpreted as an integer address of a byte of memory.
4731 @xref{Expressions, ,Expressions}, for more information on expressions. The default for
4732 @var{addr} is usually just after the last address examined---but several
4733 other commands also set the default address: @code{info breakpoints} (to
4734 the address of the last breakpoint listed), @code{info line} (to the
4735 starting address of a line), and @code{print} (if you use it to display
4736 a value from memory).
4737 @end table
4738
4739 For example, @samp{x/3uh 0x54320} is a request to display three halfwords
4740 (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}),
4741 starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four
4742 words (@samp{w}) of memory above the stack pointer (here, @samp{$sp};
4743 @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}).
4744
4745 Since the letters indicating unit sizes are all distinct from the
4746 letters specifying output formats, you do not have to remember whether
4747 unit size or format comes first; either order works. The output
4748 specifications @samp{4xw} and @samp{4wx} mean exactly the same thing.
4749 (However, the count @var{n} must come first; @samp{wx4} does not work.)
4750
4751 Even though the unit size @var{u} is ignored for the formats @samp{s}
4752 and @samp{i}, you might still want to use a count @var{n}; for example,
4753 @samp{3i} specifies that you want to see three machine instructions,
4754 including any operands. The command @code{disassemble} gives an
4755 alternative way of inspecting machine instructions; see @ref{Machine
4756 Code,,Source and machine code}.
4757
4758 All the defaults for the arguments to @code{x} are designed to make it
4759 easy to continue scanning memory with minimal specifications each time
4760 you use @code{x}. For example, after you have inspected three machine
4761 instructions with @samp{x/3i @var{addr}}, you can inspect the next seven
4762 with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command,
4763 the repeat count @var{n} is used again; the other arguments default as
4764 for successive uses of @code{x}.
4765
4766 @cindex @code{$_}, @code{$__}, and value history
4767 The addresses and contents printed by the @code{x} command are not saved
4768 in the value history because there is often too much of them and they
4769 would get in the way. Instead, @value{GDBN} makes these values available for
4770 subsequent use in expressions as values of the convenience variables
4771 @code{$_} and @code{$__}. After an @code{x} command, the last address
4772 examined is available for use in expressions in the convenience variable
4773 @code{$_}. The contents of that address, as examined, are available in
4774 the convenience variable @code{$__}.
4775
4776 If the @code{x} command has a repeat count, the address and contents saved
4777 are from the last memory unit printed; this is not the same as the last
4778 address printed if several units were printed on the last line of output.
4779
4780 @node Auto Display
4781 @section Automatic display
4782 @cindex automatic display
4783 @cindex display of expressions
4784
4785 If you find that you want to print the value of an expression frequently
4786 (to see how it changes), you might want to add it to the @dfn{automatic
4787 display list} so that @value{GDBN} prints its value each time your program stops.
4788 Each expression added to the list is given a number to identify it;
4789 to remove an expression from the list, you specify that number.
4790 The automatic display looks like this:
4791
4792 @example
4793 2: foo = 38
4794 3: bar[5] = (struct hack *) 0x3804
4795 @end example
4796
4797 @noindent
4798 This display shows item numbers, expressions and their current values. As with
4799 displays you request manually using @code{x} or @code{print}, you can
4800 specify the output format you prefer; in fact, @code{display} decides
4801 whether to use @code{print} or @code{x} depending on how elaborate your
4802 format specification is---it uses @code{x} if you specify a unit size,
4803 or one of the two formats (@samp{i} and @samp{s}) that are only
4804 supported by @code{x}; otherwise it uses @code{print}.
4805
4806 @table @code
4807 @kindex display
4808 @item display @var{expr}
4809 Add the expression @var{expr} to the list of expressions to display
4810 each time your program stops. @xref{Expressions, ,Expressions}.
4811
4812 @code{display} does not repeat if you press @key{RET} again after using it.
4813
4814 @item display/@var{fmt} @var{expr}
4815 For @var{fmt} specifying only a display format and not a size or
4816 count, add the expression @var{expr} to the auto-display list but
4817 arrange to display it each time in the specified format @var{fmt}.
4818 @xref{Output Formats,,Output formats}.
4819
4820 @item display/@var{fmt} @var{addr}
4821 For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a
4822 number of units, add the expression @var{addr} as a memory address to
4823 be examined each time your program stops. Examining means in effect
4824 doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}.
4825 @end table
4826
4827 For example, @samp{display/i $pc} can be helpful, to see the machine
4828 instruction about to be executed each time execution stops (@samp{$pc}
4829 is a common name for the program counter; @pxref{Registers, ,Registers}).
4830
4831 @table @code
4832 @kindex delete display
4833 @kindex undisplay
4834 @item undisplay @var{dnums}@dots{}
4835 @itemx delete display @var{dnums}@dots{}
4836 Remove item numbers @var{dnums} from the list of expressions to display.
4837
4838 @code{undisplay} does not repeat if you press @key{RET} after using it.
4839 (Otherwise you would just get the error @samp{No display number @dots{}}.)
4840
4841 @kindex disable display
4842 @item disable display @var{dnums}@dots{}
4843 Disable the display of item numbers @var{dnums}. A disabled display
4844 item is not printed automatically, but is not forgotten. It may be
4845 enabled again later.
4846
4847 @kindex enable display
4848 @item enable display @var{dnums}@dots{}
4849 Enable display of item numbers @var{dnums}. It becomes effective once
4850 again in auto display of its expression, until you specify otherwise.
4851
4852 @item display
4853 Display the current values of the expressions on the list, just as is
4854 done when your program stops.
4855
4856 @kindex info display
4857 @item info display
4858 Print the list of expressions previously set up to display
4859 automatically, each one with its item number, but without showing the
4860 values. This includes disabled expressions, which are marked as such.
4861 It also includes expressions which would not be displayed right now
4862 because they refer to automatic variables not currently available.
4863 @end table
4864
4865 If a display expression refers to local variables, then it does not make
4866 sense outside the lexical context for which it was set up. Such an
4867 expression is disabled when execution enters a context where one of its
4868 variables is not defined. For example, if you give the command
4869 @code{display last_char} while inside a function with an argument
4870 @code{last_char}, @value{GDBN} displays this argument while your program
4871 continues to stop inside that function. When it stops elsewhere---where
4872 there is no variable @code{last_char}---the display is disabled
4873 automatically. The next time your program stops where @code{last_char}
4874 is meaningful, you can enable the display expression once again.
4875
4876 @node Print Settings
4877 @section Print settings
4878
4879 @cindex format options
4880 @cindex print settings
4881 @value{GDBN} provides the following ways to control how arrays, structures,
4882 and symbols are printed.
4883
4884 @noindent
4885 These settings are useful for debugging programs in any language:
4886
4887 @table @code
4888 @kindex set print address
4889 @item set print address
4890 @itemx set print address on
4891 @value{GDBN} prints memory addresses showing the location of stack
4892 traces, structure values, pointer values, breakpoints, and so forth,
4893 even when it also displays the contents of those addresses. The default
4894 is @code{on}. For example, this is what a stack frame display looks like with
4895 @code{set print address on}:
4896
4897 @smallexample
4898 @group
4899 (@value{GDBP}) f
4900 #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>")
4901 at input.c:530
4902 530 if (lquote != def_lquote)
4903 @end group
4904 @end smallexample
4905
4906 @item set print address off
4907 Do not print addresses when displaying their contents. For example,
4908 this is the same stack frame displayed with @code{set print address off}:
4909
4910 @smallexample
4911 @group
4912 (@value{GDBP}) set print addr off
4913 (@value{GDBP}) f
4914 #0 set_quotes (lq="<<", rq=">>") at input.c:530
4915 530 if (lquote != def_lquote)
4916 @end group
4917 @end smallexample
4918
4919 You can use @samp{set print address off} to eliminate all machine
4920 dependent displays from the @value{GDBN} interface. For example, with
4921 @code{print address off}, you should get the same text for backtraces on
4922 all machines---whether or not they involve pointer arguments.
4923
4924 @kindex show print address
4925 @item show print address
4926 Show whether or not addresses are to be printed.
4927 @end table
4928
4929 When @value{GDBN} prints a symbolic address, it normally prints the
4930 closest earlier symbol plus an offset. If that symbol does not uniquely
4931 identify the address (for example, it is a name whose scope is a single
4932 source file), you may need to clarify. One way to do this is with
4933 @code{info line}, for example @samp{info line *0x4537}. Alternately,
4934 you can set @value{GDBN} to print the source file and line number when
4935 it prints a symbolic address:
4936
4937 @table @code
4938 @kindex set print symbol-filename
4939 @item set print symbol-filename on
4940 Tell @value{GDBN} to print the source file name and line number of a
4941 symbol in the symbolic form of an address.
4942
4943 @item set print symbol-filename off
4944 Do not print source file name and line number of a symbol. This is the
4945 default.
4946
4947 @kindex show print symbol-filename
4948 @item show print symbol-filename
4949 Show whether or not @value{GDBN} will print the source file name and
4950 line number of a symbol in the symbolic form of an address.
4951 @end table
4952
4953 Another situation where it is helpful to show symbol filenames and line
4954 numbers is when disassembling code; @value{GDBN} shows you the line
4955 number and source file that corresponds to each instruction.
4956
4957 Also, you may wish to see the symbolic form only if the address being
4958 printed is reasonably close to the closest earlier symbol:
4959
4960 @table @code
4961 @kindex set print max-symbolic-offset
4962 @item set print max-symbolic-offset @var{max-offset}
4963 Tell @value{GDBN} to only display the symbolic form of an address if the
4964 offset between the closest earlier symbol and the address is less than
4965 @var{max-offset}. The default is 0, which tells @value{GDBN}
4966 to always print the symbolic form of an address if any symbol precedes it.
4967
4968 @kindex show print max-symbolic-offset
4969 @item show print max-symbolic-offset
4970 Ask how large the maximum offset is that @value{GDBN} prints in a
4971 symbolic address.
4972 @end table
4973
4974 @cindex wild pointer, interpreting
4975 @cindex pointer, finding referent
4976 If you have a pointer and you are not sure where it points, try
4977 @samp{set print symbol-filename on}. Then you can determine the name
4978 and source file location of the variable where it points, using
4979 @samp{p/a @var{pointer}}. This interprets the address in symbolic form.
4980 For example, here @value{GDBN} shows that a variable @code{ptt} points
4981 at another variable @code{t}, defined in @file{hi2.c}:
4982
4983 @example
4984 (@value{GDBP}) set print symbol-filename on
4985 (@value{GDBP}) p/a ptt
4986 $4 = 0xe008 <t in hi2.c>
4987 @end example
4988
4989 @quotation
4990 @emph{Warning:} For pointers that point to a local variable, @samp{p/a}
4991 does not show the symbol name and filename of the referent, even with
4992 the appropriate @code{set print} options turned on.
4993 @end quotation
4994
4995 Other settings control how different kinds of objects are printed:
4996
4997 @table @code
4998 @kindex set print array
4999 @item set print array
5000 @itemx set print array on
5001 Pretty print arrays. This format is more convenient to read,
5002 but uses more space. The default is off.
5003
5004 @item set print array off
5005 Return to compressed format for arrays.
5006
5007 @kindex show print array
5008 @item show print array
5009 Show whether compressed or pretty format is selected for displaying
5010 arrays.
5011
5012 @kindex set print elements
5013 @item set print elements @var{number-of-elements}
5014 Set a limit on how many elements of an array @value{GDBN} will print.
5015 If @value{GDBN} is printing a large array, it stops printing after it has
5016 printed the number of elements set by the @code{set print elements} command.
5017 This limit also applies to the display of strings.
5018 When @value{GDBN} starts, this limit is set to 200.
5019 Setting @var{number-of-elements} to zero means that the printing is unlimited.
5020
5021 @kindex show print elements
5022 @item show print elements
5023 Display the number of elements of a large array that @value{GDBN} will print.
5024 If the number is 0, then the printing is unlimited.
5025
5026 @kindex set print null-stop
5027 @item set print null-stop
5028 Cause @value{GDBN} to stop printing the characters of an array when the first
5029 @sc{null} is encountered. This is useful when large arrays actually
5030 contain only short strings.
5031 The default is off.
5032
5033 @kindex set print pretty
5034 @item set print pretty on
5035 Cause @value{GDBN} to print structures in an indented format with one member
5036 per line, like this:
5037
5038 @smallexample
5039 @group
5040 $1 = @{
5041 next = 0x0,
5042 flags = @{
5043 sweet = 1,
5044 sour = 1
5045 @},
5046 meat = 0x54 "Pork"
5047 @}
5048 @end group
5049 @end smallexample
5050
5051 @item set print pretty off
5052 Cause @value{GDBN} to print structures in a compact format, like this:
5053
5054 @smallexample
5055 @group
5056 $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \
5057 meat = 0x54 "Pork"@}
5058 @end group
5059 @end smallexample
5060
5061 @noindent
5062 This is the default format.
5063
5064 @kindex show print pretty
5065 @item show print pretty
5066 Show which format @value{GDBN} is using to print structures.
5067
5068 @kindex set print sevenbit-strings
5069 @item set print sevenbit-strings on
5070 Print using only seven-bit characters; if this option is set,
5071 @value{GDBN} displays any eight-bit characters (in strings or
5072 character values) using the notation @code{\}@var{nnn}. This setting is
5073 best if you are working in English (@sc{ascii}) and you use the
5074 high-order bit of characters as a marker or ``meta'' bit.
5075
5076 @item set print sevenbit-strings off
5077 Print full eight-bit characters. This allows the use of more
5078 international character sets, and is the default.
5079
5080 @kindex show print sevenbit-strings
5081 @item show print sevenbit-strings
5082 Show whether or not @value{GDBN} is printing only seven-bit characters.
5083
5084 @kindex set print union
5085 @item set print union on
5086 Tell @value{GDBN} to print unions which are contained in structures. This
5087 is the default setting.
5088
5089 @item set print union off
5090 Tell @value{GDBN} not to print unions which are contained in structures.
5091
5092 @kindex show print union
5093 @item show print union
5094 Ask @value{GDBN} whether or not it will print unions which are contained in
5095 structures.
5096
5097 For example, given the declarations
5098
5099 @smallexample
5100 typedef enum @{Tree, Bug@} Species;
5101 typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms;
5102 typedef enum @{Caterpillar, Cocoon, Butterfly@}
5103 Bug_forms;
5104
5105 struct thing @{
5106 Species it;
5107 union @{
5108 Tree_forms tree;
5109 Bug_forms bug;
5110 @} form;
5111 @};
5112
5113 struct thing foo = @{Tree, @{Acorn@}@};
5114 @end smallexample
5115
5116 @noindent
5117 with @code{set print union on} in effect @samp{p foo} would print
5118
5119 @smallexample
5120 $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@}
5121 @end smallexample
5122
5123 @noindent
5124 and with @code{set print union off} in effect it would print
5125
5126 @smallexample
5127 $1 = @{it = Tree, form = @{...@}@}
5128 @end smallexample
5129 @end table
5130
5131 @need 1000
5132 @noindent
5133 These settings are of interest when debugging C++ programs:
5134
5135 @table @code
5136 @cindex demangling
5137 @kindex set print demangle
5138 @item set print demangle
5139 @itemx set print demangle on
5140 Print C++ names in their source form rather than in the encoded
5141 (``mangled'') form passed to the assembler and linker for type-safe
5142 linkage. The default is on.
5143
5144 @kindex show print demangle
5145 @item show print demangle
5146 Show whether C++ names are printed in mangled or demangled form.
5147
5148 @kindex set print asm-demangle
5149 @item set print asm-demangle
5150 @itemx set print asm-demangle on
5151 Print C++ names in their source form rather than their mangled form, even
5152 in assembler code printouts such as instruction disassemblies.
5153 The default is off.
5154
5155 @kindex show print asm-demangle
5156 @item show print asm-demangle
5157 Show whether C++ names in assembly listings are printed in mangled
5158 or demangled form.
5159
5160 @kindex set demangle-style
5161 @cindex C++ symbol decoding style
5162 @cindex symbol decoding style, C++
5163 @item set demangle-style @var{style}
5164 Choose among several encoding schemes used by different compilers to
5165 represent C++ names. The choices for @var{style} are currently:
5166
5167 @table @code
5168 @item auto
5169 Allow @value{GDBN} to choose a decoding style by inspecting your program.
5170
5171 @item gnu
5172 Decode based on the @sc{gnu} C++ compiler (@code{g++}) encoding algorithm.
5173 This is the default.
5174
5175 @item hp
5176 Decode based on the HP ANSI C++ (@code{aCC}) encoding algorithm.
5177
5178 @item lucid
5179 Decode based on the Lucid C++ compiler (@code{lcc}) encoding algorithm.
5180
5181 @item arm
5182 Decode using the algorithm in the @cite{C++ Annotated Reference Manual}.
5183 @strong{Warning:} this setting alone is not sufficient to allow
5184 debugging @code{cfront}-generated executables. @value{GDBN} would
5185 require further enhancement to permit that.
5186
5187 @end table
5188 If you omit @var{style}, you will see a list of possible formats.
5189
5190 @kindex show demangle-style
5191 @item show demangle-style
5192 Display the encoding style currently in use for decoding C++ symbols.
5193
5194 @kindex set print object
5195 @item set print object
5196 @itemx set print object on
5197 When displaying a pointer to an object, identify the @emph{actual}
5198 (derived) type of the object rather than the @emph{declared} type, using
5199 the virtual function table.
5200
5201 @item set print object off
5202 Display only the declared type of objects, without reference to the
5203 virtual function table. This is the default setting.
5204
5205 @kindex show print object
5206 @item show print object
5207 Show whether actual, or declared, object types are displayed.
5208
5209 @kindex set print static-members
5210 @item set print static-members
5211 @itemx set print static-members on
5212 Print static members when displaying a C++ object. The default is on.
5213
5214 @item set print static-members off
5215 Do not print static members when displaying a C++ object.
5216
5217 @kindex show print static-members
5218 @item show print static-members
5219 Show whether C++ static members are printed, or not.
5220
5221 @c These don't work with HP ANSI C++ yet.
5222 @kindex set print vtbl
5223 @item set print vtbl
5224 @itemx set print vtbl on
5225 Pretty print C++ virtual function tables. The default is off.
5226 (The @code{vtbl} commands do not work on programs compiled with the HP
5227 ANSI C++ compiler (@code{aCC}).)
5228
5229 @item set print vtbl off
5230 Do not pretty print C++ virtual function tables.
5231
5232 @kindex show print vtbl
5233 @item show print vtbl
5234 Show whether C++ virtual function tables are pretty printed, or not.
5235 @end table
5236
5237 @node Value History
5238 @section Value history
5239
5240 @cindex value history
5241 Values printed by the @code{print} command are saved in the @value{GDBN}
5242 @dfn{value history}. This allows you to refer to them in other expressions.
5243 Values are kept until the symbol table is re-read or discarded
5244 (for example with the @code{file} or @code{symbol-file} commands).
5245 When the symbol table changes, the value history is discarded,
5246 since the values may contain pointers back to the types defined in the
5247 symbol table.
5248
5249 @cindex @code{$}
5250 @cindex @code{$$}
5251 @cindex history number
5252 The values printed are given @dfn{history numbers} by which you can
5253 refer to them. These are successive integers starting with one.
5254 @code{print} shows you the history number assigned to a value by
5255 printing @samp{$@var{num} = } before the value; here @var{num} is the
5256 history number.
5257
5258 To refer to any previous value, use @samp{$} followed by the value's
5259 history number. The way @code{print} labels its output is designed to
5260 remind you of this. Just @code{$} refers to the most recent value in
5261 the history, and @code{$$} refers to the value before that.
5262 @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2}
5263 is the value just prior to @code{$$}, @code{$$1} is equivalent to
5264 @code{$$}, and @code{$$0} is equivalent to @code{$}.
5265
5266 For example, suppose you have just printed a pointer to a structure and
5267 want to see the contents of the structure. It suffices to type
5268
5269 @example
5270 p *$
5271 @end example
5272
5273 If you have a chain of structures where the component @code{next} points
5274 to the next one, you can print the contents of the next one with this:
5275
5276 @example
5277 p *$.next
5278 @end example
5279
5280 @noindent
5281 You can print successive links in the chain by repeating this
5282 command---which you can do by just typing @key{RET}.
5283
5284 Note that the history records values, not expressions. If the value of
5285 @code{x} is 4 and you type these commands:
5286
5287 @example
5288 print x
5289 set x=5
5290 @end example
5291
5292 @noindent
5293 then the value recorded in the value history by the @code{print} command
5294 remains 4 even though the value of @code{x} has changed.
5295
5296 @table @code
5297 @kindex show values
5298 @item show values
5299 Print the last ten values in the value history, with their item numbers.
5300 This is like @samp{p@ $$9} repeated ten times, except that @code{show
5301 values} does not change the history.
5302
5303 @item show values @var{n}
5304 Print ten history values centered on history item number @var{n}.
5305
5306 @item show values +
5307 Print ten history values just after the values last printed. If no more
5308 values are available, @code{show values +} produces no display.
5309 @end table
5310
5311 Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the
5312 same effect as @samp{show values +}.
5313
5314 @node Convenience Vars
5315 @section Convenience variables
5316
5317 @cindex convenience variables
5318 @value{GDBN} provides @dfn{convenience variables} that you can use within
5319 @value{GDBN} to hold on to a value and refer to it later. These variables
5320 exist entirely within @value{GDBN}; they are not part of your program, and
5321 setting a convenience variable has no direct effect on further execution
5322 of your program. That is why you can use them freely.
5323
5324 Convenience variables are prefixed with @samp{$}. Any name preceded by
5325 @samp{$} can be used for a convenience variable, unless it is one of
5326 the predefined machine-specific register names (@pxref{Registers, ,Registers}).
5327 (Value history references, in contrast, are @emph{numbers} preceded
5328 by @samp{$}. @xref{Value History, ,Value history}.)
5329
5330 You can save a value in a convenience variable with an assignment
5331 expression, just as you would set a variable in your program.
5332 For example:
5333
5334 @example
5335 set $foo = *object_ptr
5336 @end example
5337
5338 @noindent
5339 would save in @code{$foo} the value contained in the object pointed to by
5340 @code{object_ptr}.
5341
5342 Using a convenience variable for the first time creates it, but its
5343 value is @code{void} until you assign a new value. You can alter the
5344 value with another assignment at any time.
5345
5346 Convenience variables have no fixed types. You can assign a convenience
5347 variable any type of value, including structures and arrays, even if
5348 that variable already has a value of a different type. The convenience
5349 variable, when used as an expression, has the type of its current value.
5350
5351 @table @code
5352 @kindex show convenience
5353 @item show convenience
5354 Print a list of convenience variables used so far, and their values.
5355 Abbreviated @code{show conv}.
5356 @end table
5357
5358 One of the ways to use a convenience variable is as a counter to be
5359 incremented or a pointer to be advanced. For example, to print
5360 a field from successive elements of an array of structures:
5361
5362 @example
5363 set $i = 0
5364 print bar[$i++]->contents
5365 @end example
5366
5367 @noindent
5368 Repeat that command by typing @key{RET}.
5369
5370 Some convenience variables are created automatically by @value{GDBN} and given
5371 values likely to be useful.
5372
5373 @table @code
5374 @vindex $_@r{, convenience variable}
5375 @item $_
5376 The variable @code{$_} is automatically set by the @code{x} command to
5377 the last address examined (@pxref{Memory, ,Examining memory}). Other
5378 commands which provide a default address for @code{x} to examine also
5379 set @code{$_} to that address; these commands include @code{info line}
5380 and @code{info breakpoint}. The type of @code{$_} is @code{void *}
5381 except when set by the @code{x} command, in which case it is a pointer
5382 to the type of @code{$__}.
5383
5384 @vindex $__@r{, convenience variable}
5385 @item $__
5386 The variable @code{$__} is automatically set by the @code{x} command
5387 to the value found in the last address examined. Its type is chosen
5388 to match the format in which the data was printed.
5389
5390 @item $_exitcode
5391 @vindex $_exitcode@r{, convenience variable}
5392 The variable @code{$_exitcode} is automatically set to the exit code when
5393 the program being debugged terminates.
5394 @end table
5395
5396 On HP-UX systems, if you refer to a function or variable name that
5397 begins with a dollar sign, @value{GDBN} searches for a user or system
5398 name first, before it searches for a convenience variable.
5399
5400 @node Registers
5401 @section Registers
5402
5403 @cindex registers
5404 You can refer to machine register contents, in expressions, as variables
5405 with names starting with @samp{$}. The names of registers are different
5406 for each machine; use @code{info registers} to see the names used on
5407 your machine.
5408
5409 @table @code
5410 @kindex info registers
5411 @item info registers
5412 Print the names and values of all registers except floating-point
5413 registers (in the selected stack frame).
5414
5415 @kindex info all-registers
5416 @cindex floating point registers
5417 @item info all-registers
5418 Print the names and values of all registers, including floating-point
5419 registers.
5420
5421 @item info registers @var{regname} @dots{}
5422 Print the @dfn{relativized} value of each specified register @var{regname}.
5423 As discussed in detail below, register values are normally relative to
5424 the selected stack frame. @var{regname} may be any register name valid on
5425 the machine you are using, with or without the initial @samp{$}.
5426 @end table
5427
5428 @value{GDBN} has four ``standard'' register names that are available (in
5429 expressions) on most machines---whenever they do not conflict with an
5430 architecture's canonical mnemonics for registers. The register names
5431 @code{$pc} and @code{$sp} are used for the program counter register and
5432 the stack pointer. @code{$fp} is used for a register that contains a
5433 pointer to the current stack frame, and @code{$ps} is used for a
5434 register that contains the processor status. For example,
5435 you could print the program counter in hex with
5436
5437 @example
5438 p/x $pc
5439 @end example
5440
5441 @noindent
5442 or print the instruction to be executed next with
5443
5444 @example
5445 x/i $pc
5446 @end example
5447
5448 @noindent
5449 or add four to the stack pointer@footnote{This is a way of removing
5450 one word from the stack, on machines where stacks grow downward in
5451 memory (most machines, nowadays). This assumes that the innermost
5452 stack frame is selected; setting @code{$sp} is not allowed when other
5453 stack frames are selected. To pop entire frames off the stack,
5454 regardless of machine architecture, use @code{return};
5455 see @ref{Returning, ,Returning from a function}.} with
5456
5457 @example
5458 set $sp += 4
5459 @end example
5460
5461 Whenever possible, these four standard register names are available on
5462 your machine even though the machine has different canonical mnemonics,
5463 so long as there is no conflict. The @code{info registers} command
5464 shows the canonical names. For example, on the SPARC, @code{info
5465 registers} displays the processor status register as @code{$psr} but you
5466 can also refer to it as @code{$ps}; and on x86-based machines @code{$ps}
5467 is an alias for the @sc{eflags} register.
5468
5469 @value{GDBN} always considers the contents of an ordinary register as an
5470 integer when the register is examined in this way. Some machines have
5471 special registers which can hold nothing but floating point; these
5472 registers are considered to have floating point values. There is no way
5473 to refer to the contents of an ordinary register as floating point value
5474 (although you can @emph{print} it as a floating point value with
5475 @samp{print/f $@var{regname}}).
5476
5477 Some registers have distinct ``raw'' and ``virtual'' data formats. This
5478 means that the data format in which the register contents are saved by
5479 the operating system is not the same one that your program normally
5480 sees. For example, the registers of the 68881 floating point
5481 coprocessor are always saved in ``extended'' (raw) format, but all C
5482 programs expect to work with ``double'' (virtual) format. In such
5483 cases, @value{GDBN} normally works with the virtual format only (the format
5484 that makes sense for your program), but the @code{info registers} command
5485 prints the data in both formats.
5486
5487 Normally, register values are relative to the selected stack frame
5488 (@pxref{Selection, ,Selecting a frame}). This means that you get the
5489 value that the register would contain if all stack frames farther in
5490 were exited and their saved registers restored. In order to see the
5491 true contents of hardware registers, you must select the innermost
5492 frame (with @samp{frame 0}).
5493
5494 However, @value{GDBN} must deduce where registers are saved, from the machine
5495 code generated by your compiler. If some registers are not saved, or if
5496 @value{GDBN} is unable to locate the saved registers, the selected stack
5497 frame makes no difference.
5498
5499 @node Floating Point Hardware
5500 @section Floating point hardware
5501 @cindex floating point
5502
5503 Depending on the configuration, @value{GDBN} may be able to give
5504 you more information about the status of the floating point hardware.
5505
5506 @table @code
5507 @kindex info float
5508 @item info float
5509 Display hardware-dependent information about the floating
5510 point unit. The exact contents and layout vary depending on the
5511 floating point chip. Currently, @samp{info float} is supported on
5512 the ARM and x86 machines.
5513 @end table
5514
5515 @node Memory Region Attributes
5516 @section Memory Region Attributes
5517 @cindex memory region attributes
5518
5519 @dfn{Memory region attributes} allow you to describe special handling
5520 required by regions of your target's memory. @value{GDBN} uses attributes
5521 to determine whether to allow certain types of memory accesses; whether to
5522 use specific width accesses; and whether to cache target memory.
5523
5524 Defined memory regions can be individually enabled and disabled. When a
5525 memory region is disabled, @value{GDBN} uses the default attributes when
5526 accessing memory in that region. Similarly, if no memory regions have
5527 been defined, @value{GDBN} uses the default attributes when accessing
5528 all memory.
5529
5530 When a memory region is defined, it is given a number to identify it;
5531 to enable, disable, or remove a memory region, you specify that number.
5532
5533 @table @code
5534 @kindex mem
5535 @item mem @var{address1} @var{address1} @var{attributes}@dots{}
5536 Define memory region bounded by @var{address1} and @var{address2}
5537 with attributes @var{attributes}@dots{}.
5538
5539 @kindex delete mem
5540 @item delete mem @var{nums}@dots{}
5541 Remove memory region numbers @var{nums}.
5542
5543 @kindex disable mem
5544 @item disable mem @var{nums}@dots{}
5545 Disable memory region numbers @var{nums}.
5546 A disabled memory region is not forgotten.
5547 It may be enabled again later.
5548
5549 @kindex enable mem
5550 @item enable mem @var{nums}@dots{}
5551 Enable memory region numbers @var{nums}.
5552
5553 @kindex info mem
5554 @item info mem
5555 Print a table of all defined memory regions, with the following columns
5556 for each region.
5557
5558 @table @emph
5559 @item Memory Region Number
5560 @item Enabled or Disabled.
5561 Enabled memory regions are marked with @samp{y}.
5562 Disabled memory regions are marked with @samp{n}.
5563
5564 @item Lo Address
5565 The address defining the inclusive lower bound of the memory region.
5566
5567 @item Hi Address
5568 The address defining the exclusive upper bound of the memory region.
5569
5570 @item Attributes
5571 The list of attributes set for this memory region.
5572 @end table
5573 @end table
5574
5575
5576 @subsection Attributes
5577
5578 @subsubsection Memory Access Mode
5579 The access mode attributes set whether @value{GDBN} may make read or
5580 write accesses to a memory region.
5581
5582 While these attributes prevent @value{GDBN} from performing invalid
5583 memory accesses, they do nothing to prevent the target system, I/O DMA,
5584 etc. from accessing memory.
5585
5586 @table @code
5587 @item ro
5588 Memory is read only.
5589 @item wo
5590 Memory is write only.
5591 @item rw
5592 Memory is read/write (default).
5593 @end table
5594
5595 @subsubsection Memory Access Size
5596 The acccess size attributes tells @value{GDBN} to use specific sized
5597 accesses in the memory region. Often memory mapped device registers
5598 require specific sized accesses. If no access size attribute is
5599 specified, @value{GDBN} may use accesses of any size.
5600
5601 @table @code
5602 @item 8
5603 Use 8 bit memory accesses.
5604 @item 16
5605 Use 16 bit memory accesses.
5606 @item 32
5607 Use 32 bit memory accesses.
5608 @item 64
5609 Use 64 bit memory accesses.
5610 @end table
5611
5612 @c @subsubsection Hardware/Software Breakpoints
5613 @c The hardware/software breakpoint attributes set whether @value{GDBN}
5614 @c will use hardware or software breakpoints for the internal breakpoints
5615 @c used by the step, next, finish, until, etc. commands.
5616 @c
5617 @c @table @code
5618 @c @item hwbreak
5619 @c Always use hardware breakpoints
5620 @c @item swbreak (default)
5621 @c @end table
5622
5623 @subsubsection Data Cache
5624 The data cache attributes set whether @value{GDBN} will cache target
5625 memory. While this generally improves performance by reducing debug
5626 protocol overhead, it can lead to incorrect results because @value{GDBN}
5627 does not know about volatile variables or memory mapped device
5628 registers.
5629
5630 @table @code
5631 @item cache
5632 Enable @value{GDBN} to cache target memory.
5633 @item nocache (default)
5634 Disable @value{GDBN} from caching target memory.
5635 @end table
5636
5637 @c @subsubsection Memory Write Verification
5638 @c The memory write verification attributes set whether @value{GDBN}
5639 @c will re-reads data after each write to verify the write was successful.
5640 @c
5641 @c @table @code
5642 @c @item verify
5643 @c @item noverify (default)
5644 @c @end table
5645
5646 @node Languages
5647 @chapter Using @value{GDBN} with Different Languages
5648 @cindex languages
5649
5650 Although programming languages generally have common aspects, they are
5651 rarely expressed in the same manner. For instance, in ANSI C,
5652 dereferencing a pointer @code{p} is accomplished by @code{*p}, but in
5653 Modula-2, it is accomplished by @code{p^}. Values can also be
5654 represented (and displayed) differently. Hex numbers in C appear as
5655 @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}.
5656
5657 @cindex working language
5658 Language-specific information is built into @value{GDBN} for some languages,
5659 allowing you to express operations like the above in your program's
5660 native language, and allowing @value{GDBN} to output values in a manner
5661 consistent with the syntax of your program's native language. The
5662 language you use to build expressions is called the @dfn{working
5663 language}.
5664
5665 @menu
5666 * Setting:: Switching between source languages
5667 * Show:: Displaying the language
5668 * Checks:: Type and range checks
5669 * Support:: Supported languages
5670 @end menu
5671
5672 @node Setting
5673 @section Switching between source languages
5674
5675 There are two ways to control the working language---either have @value{GDBN}
5676 set it automatically, or select it manually yourself. You can use the
5677 @code{set language} command for either purpose. On startup, @value{GDBN}
5678 defaults to setting the language automatically. The working language is
5679 used to determine how expressions you type are interpreted, how values
5680 are printed, etc.
5681
5682 In addition to the working language, every source file that
5683 @value{GDBN} knows about has its own working language. For some object
5684 file formats, the compiler might indicate which language a particular
5685 source file is in. However, most of the time @value{GDBN} infers the
5686 language from the name of the file. The language of a source file
5687 controls whether C++ names are demangled---this way @code{backtrace} can
5688 show each frame appropriately for its own language. There is no way to
5689 set the language of a source file from within @value{GDBN}, but you can
5690 set the language associated with a filename extension. @xref{Show, ,
5691 Displaying the language}.
5692
5693 This is most commonly a problem when you use a program, such
5694 as @code{cfront} or @code{f2c}, that generates C but is written in
5695 another language. In that case, make the
5696 program use @code{#line} directives in its C output; that way
5697 @value{GDBN} will know the correct language of the source code of the original
5698 program, and will display that source code, not the generated C code.
5699
5700 @menu
5701 * Filenames:: Filename extensions and languages.
5702 * Manually:: Setting the working language manually
5703 * Automatically:: Having @value{GDBN} infer the source language
5704 @end menu
5705
5706 @node Filenames
5707 @subsection List of filename extensions and languages
5708
5709 If a source file name ends in one of the following extensions, then
5710 @value{GDBN} infers that its language is the one indicated.
5711
5712 @table @file
5713
5714 @item .c
5715 C source file
5716
5717 @item .C
5718 @itemx .cc
5719 @itemx .cp
5720 @itemx .cpp
5721 @itemx .cxx
5722 @itemx .c++
5723 C++ source file
5724
5725 @item .f
5726 @itemx .F
5727 Fortran source file
5728
5729 @item .ch
5730 @itemx .c186
5731 @itemx .c286
5732 CHILL source file
5733
5734 @item .mod
5735 Modula-2 source file
5736
5737 @item .s
5738 @itemx .S
5739 Assembler source file. This actually behaves almost like C, but
5740 @value{GDBN} does not skip over function prologues when stepping.
5741 @end table
5742
5743 In addition, you may set the language associated with a filename
5744 extension. @xref{Show, , Displaying the language}.
5745
5746 @node Manually
5747 @subsection Setting the working language
5748
5749 If you allow @value{GDBN} to set the language automatically,
5750 expressions are interpreted the same way in your debugging session and
5751 your program.
5752
5753 @kindex set language
5754 If you wish, you may set the language manually. To do this, issue the
5755 command @samp{set language @var{lang}}, where @var{lang} is the name of
5756 a language, such as
5757 @code{c} or @code{modula-2}.
5758 For a list of the supported languages, type @samp{set language}.
5759
5760 Setting the language manually prevents @value{GDBN} from updating the working
5761 language automatically. This can lead to confusion if you try
5762 to debug a program when the working language is not the same as the
5763 source language, when an expression is acceptable to both
5764 languages---but means different things. For instance, if the current
5765 source file were written in C, and @value{GDBN} was parsing Modula-2, a
5766 command such as:
5767
5768 @example
5769 print a = b + c
5770 @end example
5771
5772 @noindent
5773 might not have the effect you intended. In C, this means to add
5774 @code{b} and @code{c} and place the result in @code{a}. The result
5775 printed would be the value of @code{a}. In Modula-2, this means to compare
5776 @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value.
5777
5778 @node Automatically
5779 @subsection Having @value{GDBN} infer the source language
5780
5781 To have @value{GDBN} set the working language automatically, use
5782 @samp{set language local} or @samp{set language auto}. @value{GDBN}
5783 then infers the working language. That is, when your program stops in a
5784 frame (usually by encountering a breakpoint), @value{GDBN} sets the
5785 working language to the language recorded for the function in that
5786 frame. If the language for a frame is unknown (that is, if the function
5787 or block corresponding to the frame was defined in a source file that
5788 does not have a recognized extension), the current working language is
5789 not changed, and @value{GDBN} issues a warning.
5790
5791 This may not seem necessary for most programs, which are written
5792 entirely in one source language. However, program modules and libraries
5793 written in one source language can be used by a main program written in
5794 a different source language. Using @samp{set language auto} in this
5795 case frees you from having to set the working language manually.
5796
5797 @node Show
5798 @section Displaying the language
5799
5800 The following commands help you find out which language is the
5801 working language, and also what language source files were written in.
5802
5803 @kindex show language
5804 @kindex info frame@r{, show the source language}
5805 @kindex info source@r{, show the source language}
5806 @table @code
5807 @item show language
5808 Display the current working language. This is the
5809 language you can use with commands such as @code{print} to
5810 build and compute expressions that may involve variables in your program.
5811
5812 @item info frame
5813 Display the source language for this frame. This language becomes the
5814 working language if you use an identifier from this frame.
5815 @xref{Frame Info, ,Information about a frame}, to identify the other
5816 information listed here.
5817
5818 @item info source
5819 Display the source language of this source file.
5820 @xref{Symbols, ,Examining the Symbol Table}, to identify the other
5821 information listed here.
5822 @end table
5823
5824 In unusual circumstances, you may have source files with extensions
5825 not in the standard list. You can then set the extension associated
5826 with a language explicitly:
5827
5828 @kindex set extension-language
5829 @kindex info extensions
5830 @table @code
5831 @item set extension-language @var{.ext} @var{language}
5832 Set source files with extension @var{.ext} to be assumed to be in
5833 the source language @var{language}.
5834
5835 @item info extensions
5836 List all the filename extensions and the associated languages.
5837 @end table
5838
5839 @node Checks
5840 @section Type and range checking
5841
5842 @quotation
5843 @emph{Warning:} In this release, the @value{GDBN} commands for type and range
5844 checking are included, but they do not yet have any effect. This
5845 section documents the intended facilities.
5846 @end quotation
5847 @c FIXME remove warning when type/range code added
5848
5849 Some languages are designed to guard you against making seemingly common
5850 errors through a series of compile- and run-time checks. These include
5851 checking the type of arguments to functions and operators, and making
5852 sure mathematical overflows are caught at run time. Checks such as
5853 these help to ensure a program's correctness once it has been compiled
5854 by eliminating type mismatches, and providing active checks for range
5855 errors when your program is running.
5856
5857 @value{GDBN} can check for conditions like the above if you wish.
5858 Although @value{GDBN} does not check the statements in your program, it
5859 can check expressions entered directly into @value{GDBN} for evaluation via
5860 the @code{print} command, for example. As with the working language,
5861 @value{GDBN} can also decide whether or not to check automatically based on
5862 your program's source language. @xref{Support, ,Supported languages},
5863 for the default settings of supported languages.
5864
5865 @menu
5866 * Type Checking:: An overview of type checking
5867 * Range Checking:: An overview of range checking
5868 @end menu
5869
5870 @cindex type checking
5871 @cindex checks, type
5872 @node Type Checking
5873 @subsection An overview of type checking
5874
5875 Some languages, such as Modula-2, are strongly typed, meaning that the
5876 arguments to operators and functions have to be of the correct type,
5877 otherwise an error occurs. These checks prevent type mismatch
5878 errors from ever causing any run-time problems. For example,
5879
5880 @smallexample
5881 1 + 2 @result{} 3
5882 @exdent but
5883 @error{} 1 + 2.3
5884 @end smallexample
5885
5886 The second example fails because the @code{CARDINAL} 1 is not
5887 type-compatible with the @code{REAL} 2.3.
5888
5889 For the expressions you use in @value{GDBN} commands, you can tell the
5890 @value{GDBN} type checker to skip checking;
5891 to treat any mismatches as errors and abandon the expression;
5892 or to only issue warnings when type mismatches occur,
5893 but evaluate the expression anyway. When you choose the last of
5894 these, @value{GDBN} evaluates expressions like the second example above, but
5895 also issues a warning.
5896
5897 Even if you turn type checking off, there may be other reasons
5898 related to type that prevent @value{GDBN} from evaluating an expression.
5899 For instance, @value{GDBN} does not know how to add an @code{int} and
5900 a @code{struct foo}. These particular type errors have nothing to do
5901 with the language in use, and usually arise from expressions, such as
5902 the one described above, which make little sense to evaluate anyway.
5903
5904 Each language defines to what degree it is strict about type. For
5905 instance, both Modula-2 and C require the arguments to arithmetical
5906 operators to be numbers. In C, enumerated types and pointers can be
5907 represented as numbers, so that they are valid arguments to mathematical
5908 operators. @xref{Support, ,Supported languages}, for further
5909 details on specific languages.
5910
5911 @value{GDBN} provides some additional commands for controlling the type checker:
5912
5913 @kindex set check@r{, type}
5914 @kindex set check type
5915 @kindex show check type
5916 @table @code
5917 @item set check type auto
5918 Set type checking on or off based on the current working language.
5919 @xref{Support, ,Supported languages}, for the default settings for
5920 each language.
5921
5922 @item set check type on
5923 @itemx set check type off
5924 Set type checking on or off, overriding the default setting for the
5925 current working language. Issue a warning if the setting does not
5926 match the language default. If any type mismatches occur in
5927 evaluating an expression while type checking is on, @value{GDBN} prints a
5928 message and aborts evaluation of the expression.
5929
5930 @item set check type warn
5931 Cause the type checker to issue warnings, but to always attempt to
5932 evaluate the expression. Evaluating the expression may still
5933 be impossible for other reasons. For example, @value{GDBN} cannot add
5934 numbers and structures.
5935
5936 @item show type
5937 Show the current setting of the type checker, and whether or not @value{GDBN}
5938 is setting it automatically.
5939 @end table
5940
5941 @cindex range checking
5942 @cindex checks, range
5943 @node Range Checking
5944 @subsection An overview of range checking
5945
5946 In some languages (such as Modula-2), it is an error to exceed the
5947 bounds of a type; this is enforced with run-time checks. Such range
5948 checking is meant to ensure program correctness by making sure
5949 computations do not overflow, or indices on an array element access do
5950 not exceed the bounds of the array.
5951
5952 For expressions you use in @value{GDBN} commands, you can tell
5953 @value{GDBN} to treat range errors in one of three ways: ignore them,
5954 always treat them as errors and abandon the expression, or issue
5955 warnings but evaluate the expression anyway.
5956
5957 A range error can result from numerical overflow, from exceeding an
5958 array index bound, or when you type a constant that is not a member
5959 of any type. Some languages, however, do not treat overflows as an
5960 error. In many implementations of C, mathematical overflow causes the
5961 result to ``wrap around'' to lower values---for example, if @var{m} is
5962 the largest integer value, and @var{s} is the smallest, then
5963
5964 @example
5965 @var{m} + 1 @result{} @var{s}
5966 @end example
5967
5968 This, too, is specific to individual languages, and in some cases
5969 specific to individual compilers or machines. @xref{Support, ,
5970 Supported languages}, for further details on specific languages.
5971
5972 @value{GDBN} provides some additional commands for controlling the range checker:
5973
5974 @kindex set check@r{, range}
5975 @kindex set check range
5976 @kindex show check range
5977 @table @code
5978 @item set check range auto
5979 Set range checking on or off based on the current working language.
5980 @xref{Support, ,Supported languages}, for the default settings for
5981 each language.
5982
5983 @item set check range on
5984 @itemx set check range off
5985 Set range checking on or off, overriding the default setting for the
5986 current working language. A warning is issued if the setting does not
5987 match the language default. If a range error occurs and range checking is on,
5988 then a message is printed and evaluation of the expression is aborted.
5989
5990 @item set check range warn
5991 Output messages when the @value{GDBN} range checker detects a range error,
5992 but attempt to evaluate the expression anyway. Evaluating the
5993 expression may still be impossible for other reasons, such as accessing
5994 memory that the process does not own (a typical example from many Unix
5995 systems).
5996
5997 @item show range
5998 Show the current setting of the range checker, and whether or not it is
5999 being set automatically by @value{GDBN}.
6000 @end table
6001
6002 @node Support
6003 @section Supported languages
6004
6005 @value{GDBN} supports C, C++, Fortran, Java, Chill, assembly, and Modula-2.
6006 @c This is false ...
6007 Some @value{GDBN} features may be used in expressions regardless of the
6008 language you use: the @value{GDBN} @code{@@} and @code{::} operators,
6009 and the @samp{@{type@}addr} construct (@pxref{Expressions,
6010 ,Expressions}) can be used with the constructs of any supported
6011 language.
6012
6013 The following sections detail to what degree each source language is
6014 supported by @value{GDBN}. These sections are not meant to be language
6015 tutorials or references, but serve only as a reference guide to what the
6016 @value{GDBN} expression parser accepts, and what input and output
6017 formats should look like for different languages. There are many good
6018 books written on each of these languages; please look to these for a
6019 language reference or tutorial.
6020
6021 @menu
6022 * C:: C and C++
6023 * Modula-2:: Modula-2
6024 * Chill:: Chill
6025 @end menu
6026
6027 @node C
6028 @subsection C and C++
6029
6030 @cindex C and C++
6031 @cindex expressions in C or C++
6032
6033 Since C and C++ are so closely related, many features of @value{GDBN} apply
6034 to both languages. Whenever this is the case, we discuss those languages
6035 together.
6036
6037 @cindex C@t{++}
6038 @cindex @code{g++}, @sc{gnu} C@t{++} compiler
6039 @cindex @sc{gnu} C++
6040 The C++ debugging facilities are jointly implemented by the C++
6041 compiler and @value{GDBN}. Therefore, to debug your C++ code
6042 effectively, you must compile your C++ programs with a supported
6043 C++ compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C++
6044 compiler (@code{aCC}).
6045
6046 For best results when using @sc{gnu} C++, use the stabs debugging
6047 format. You can select that format explicitly with the @code{g++}
6048 command-line options @samp{-gstabs} or @samp{-gstabs+}. See
6049 @ref{Debugging Options,,Options for Debugging Your Program or @sc{gnu}
6050 CC, gcc.info, Using @sc{gnu} CC}, for more information.
6051
6052 @menu
6053 * C Operators:: C and C++ operators
6054 * C Constants:: C and C++ constants
6055 * C plus plus expressions:: C++ expressions
6056 * C Defaults:: Default settings for C and C++
6057 * C Checks:: C and C++ type and range checks
6058 * Debugging C:: @value{GDBN} and C
6059 * Debugging C plus plus:: @value{GDBN} features for C++
6060 @end menu
6061
6062 @node C Operators
6063 @subsubsection C and C++ operators
6064
6065 @cindex C and C++ operators
6066
6067 Operators must be defined on values of specific types. For instance,
6068 @code{+} is defined on numbers, but not on structures. Operators are
6069 often defined on groups of types.
6070
6071 For the purposes of C and C++, the following definitions hold:
6072
6073 @itemize @bullet
6074
6075 @item
6076 @emph{Integral types} include @code{int} with any of its storage-class
6077 specifiers; @code{char}; @code{enum}; and, for C++, @code{bool}.
6078
6079 @item
6080 @emph{Floating-point types} include @code{float}, @code{double}, and
6081 @code{long double} (if supported by the target platform).
6082
6083 @item
6084 @emph{Pointer types} include all types defined as @code{(@var{type} *)}.
6085
6086 @item
6087 @emph{Scalar types} include all of the above.
6088
6089 @end itemize
6090
6091 @noindent
6092 The following operators are supported. They are listed here
6093 in order of increasing precedence:
6094
6095 @table @code
6096 @item ,
6097 The comma or sequencing operator. Expressions in a comma-separated list
6098 are evaluated from left to right, with the result of the entire
6099 expression being the last expression evaluated.
6100
6101 @item =
6102 Assignment. The value of an assignment expression is the value
6103 assigned. Defined on scalar types.
6104
6105 @item @var{op}=
6106 Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}},
6107 and translated to @w{@code{@var{a} = @var{a op b}}}.
6108 @w{@code{@var{op}=}} and @code{=} have the same precedence.
6109 @var{op} is any one of the operators @code{|}, @code{^}, @code{&},
6110 @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}.
6111
6112 @item ?:
6113 The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought
6114 of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an
6115 integral type.
6116
6117 @item ||
6118 Logical @sc{or}. Defined on integral types.
6119
6120 @item &&
6121 Logical @sc{and}. Defined on integral types.
6122
6123 @item |
6124 Bitwise @sc{or}. Defined on integral types.
6125
6126 @item ^
6127 Bitwise exclusive-@sc{or}. Defined on integral types.
6128
6129 @item &
6130 Bitwise @sc{and}. Defined on integral types.
6131
6132 @item ==@r{, }!=
6133 Equality and inequality. Defined on scalar types. The value of these
6134 expressions is 0 for false and non-zero for true.
6135
6136 @item <@r{, }>@r{, }<=@r{, }>=
6137 Less than, greater than, less than or equal, greater than or equal.
6138 Defined on scalar types. The value of these expressions is 0 for false
6139 and non-zero for true.
6140
6141 @item <<@r{, }>>
6142 left shift, and right shift. Defined on integral types.
6143
6144 @item @@
6145 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6146
6147 @item +@r{, }-
6148 Addition and subtraction. Defined on integral types, floating-point types and
6149 pointer types.
6150
6151 @item *@r{, }/@r{, }%
6152 Multiplication, division, and modulus. Multiplication and division are
6153 defined on integral and floating-point types. Modulus is defined on
6154 integral types.
6155
6156 @item ++@r{, }--
6157 Increment and decrement. When appearing before a variable, the
6158 operation is performed before the variable is used in an expression;
6159 when appearing after it, the variable's value is used before the
6160 operation takes place.
6161
6162 @item *
6163 Pointer dereferencing. Defined on pointer types. Same precedence as
6164 @code{++}.
6165
6166 @item &
6167 Address operator. Defined on variables. Same precedence as @code{++}.
6168
6169 For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
6170 allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
6171 (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
6172 where a C++ reference variable (declared with @samp{&@var{ref}}) is
6173 stored.
6174
6175 @item -
6176 Negative. Defined on integral and floating-point types. Same
6177 precedence as @code{++}.
6178
6179 @item !
6180 Logical negation. Defined on integral types. Same precedence as
6181 @code{++}.
6182
6183 @item ~
6184 Bitwise complement operator. Defined on integral types. Same precedence as
6185 @code{++}.
6186
6187
6188 @item .@r{, }->
6189 Structure member, and pointer-to-structure member. For convenience,
6190 @value{GDBN} regards the two as equivalent, choosing whether to dereference a
6191 pointer based on the stored type information.
6192 Defined on @code{struct} and @code{union} data.
6193
6194 @item .*@r{, }->*
6195 Dereferences of pointers to members.
6196
6197 @item []
6198 Array indexing. @code{@var{a}[@var{i}]} is defined as
6199 @code{*(@var{a}+@var{i})}. Same precedence as @code{->}.
6200
6201 @item ()
6202 Function parameter list. Same precedence as @code{->}.
6203
6204 @item ::
6205 C++ scope resolution operator. Defined on @code{struct}, @code{union},
6206 and @code{class} types.
6207
6208 @item ::
6209 Doubled colons also represent the @value{GDBN} scope operator
6210 (@pxref{Expressions, ,Expressions}). Same precedence as @code{::},
6211 above.
6212 @end table
6213
6214 If an operator is redefined in the user code, @value{GDBN} usually
6215 attempts to invoke the redefined version instead of using the operator's
6216 predefined meaning.
6217
6218 @menu
6219 * C Constants::
6220 @end menu
6221
6222 @node C Constants
6223 @subsubsection C and C++ constants
6224
6225 @cindex C and C++ constants
6226
6227 @value{GDBN} allows you to express the constants of C and C++ in the
6228 following ways:
6229
6230 @itemize @bullet
6231 @item
6232 Integer constants are a sequence of digits. Octal constants are
6233 specified by a leading @samp{0} (i.e. zero), and hexadecimal constants by
6234 a leading @samp{0x} or @samp{0X}. Constants may also end with a letter
6235 @samp{l}, specifying that the constant should be treated as a
6236 @code{long} value.
6237
6238 @item
6239 Floating point constants are a sequence of digits, followed by a decimal
6240 point, followed by a sequence of digits, and optionally followed by an
6241 exponent. An exponent is of the form:
6242 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another
6243 sequence of digits. The @samp{+} is optional for positive exponents.
6244 A floating-point constant may also end with a letter @samp{f} or
6245 @samp{F}, specifying that the constant should be treated as being of
6246 the @code{float} (as opposed to the default @code{double}) type; or with
6247 a letter @samp{l} or @samp{L}, which specifies a @code{long double}
6248 constant.
6249
6250 @item
6251 Enumerated constants consist of enumerated identifiers, or their
6252 integral equivalents.
6253
6254 @item
6255 Character constants are a single character surrounded by single quotes
6256 (@code{'}), or a number---the ordinal value of the corresponding character
6257 (usually its @sc{ascii} value). Within quotes, the single character may
6258 be represented by a letter or by @dfn{escape sequences}, which are of
6259 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation
6260 of the character's ordinal value; or of the form @samp{\@var{x}}, where
6261 @samp{@var{x}} is a predefined special character---for example,
6262 @samp{\n} for newline.
6263
6264 @item
6265 String constants are a sequence of character constants surrounded by
6266 double quotes (@code{"}). Any valid character constant (as described
6267 above) may appear. Double quotes within the string must be preceded by
6268 a backslash, so for instance @samp{"a\"b'c"} is a string of five
6269 characters.
6270
6271 @item
6272 Pointer constants are an integral value. You can also write pointers
6273 to constants using the C operator @samp{&}.
6274
6275 @item
6276 Array constants are comma-separated lists surrounded by braces @samp{@{}
6277 and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of
6278 integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array,
6279 and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers.
6280 @end itemize
6281
6282 @menu
6283 * C plus plus expressions::
6284 * C Defaults::
6285 * C Checks::
6286
6287 * Debugging C::
6288 @end menu
6289
6290 @node C plus plus expressions
6291 @subsubsection C++ expressions
6292
6293 @cindex expressions in C++
6294 @value{GDBN} expression handling can interpret most C++ expressions.
6295
6296 @cindex C++ support, not in @sc{coff}
6297 @cindex @sc{coff} versus C++
6298 @cindex C++ and object formats
6299 @cindex object formats and C++
6300 @cindex a.out and C++
6301 @cindex @sc{ecoff} and C++
6302 @cindex @sc{xcoff} and C++
6303 @cindex @sc{elf}/stabs and C++
6304 @cindex @sc{elf}/@sc{dwarf} and C++
6305 @c FIXME!! GDB may eventually be able to debug C++ using DWARF; check
6306 @c periodically whether this has happened...
6307 @quotation
6308 @emph{Warning:} @value{GDBN} can only debug C++ code if you use the
6309 proper compiler. Typically, C++ debugging depends on the use of
6310 additional debugging information in the symbol table, and thus requires
6311 special support. In particular, if your compiler generates a.out, MIPS
6312 @sc{ecoff}, RS/6000 @sc{xcoff}, or @sc{elf} with stabs extensions to the
6313 symbol table, these facilities are all available. (With @sc{gnu} CC,
6314 you can use the @samp{-gstabs} option to request stabs debugging
6315 extensions explicitly.) Where the object code format is standard
6316 @sc{coff} or @sc{dwarf} in @sc{elf}, on the other hand, most of the C++
6317 support in @value{GDBN} does @emph{not} work.
6318 @end quotation
6319
6320 @enumerate
6321
6322 @cindex member functions
6323 @item
6324 Member function calls are allowed; you can use expressions like
6325
6326 @example
6327 count = aml->GetOriginal(x, y)
6328 @end example
6329
6330 @vindex this@r{, inside C@t{++} member functions}
6331 @cindex namespace in C++
6332 @item
6333 While a member function is active (in the selected stack frame), your
6334 expressions have the same namespace available as the member function;
6335 that is, @value{GDBN} allows implicit references to the class instance
6336 pointer @code{this} following the same rules as C++.
6337
6338 @cindex call overloaded functions
6339 @cindex overloaded functions, calling
6340 @cindex type conversions in C++
6341 @item
6342 You can call overloaded functions; @value{GDBN} resolves the function
6343 call to the right definition, with some restrictions. @value{GDBN} does not
6344 perform overload resolution involving user-defined type conversions,
6345 calls to constructors, or instantiations of templates that do not exist
6346 in the program. It also cannot handle ellipsis argument lists or
6347 default arguments.
6348
6349 It does perform integral conversions and promotions, floating-point
6350 promotions, arithmetic conversions, pointer conversions, conversions of
6351 class objects to base classes, and standard conversions such as those of
6352 functions or arrays to pointers; it requires an exact match on the
6353 number of function arguments.
6354
6355 Overload resolution is always performed, unless you have specified
6356 @code{set overload-resolution off}. @xref{Debugging C plus plus,
6357 ,@value{GDBN} features for C++}.
6358
6359 You must specify @code{set overload-resolution off} in order to use an
6360 explicit function signature to call an overloaded function, as in
6361 @smallexample
6362 p 'foo(char,int)'('x', 13)
6363 @end smallexample
6364
6365 The @value{GDBN} command-completion facility can simplify this;
6366 see @ref{Completion, ,Command completion}.
6367
6368 @cindex reference declarations
6369 @item
6370 @value{GDBN} understands variables declared as C++ references; you can use
6371 them in expressions just as you do in C++ source---they are automatically
6372 dereferenced.
6373
6374 In the parameter list shown when @value{GDBN} displays a frame, the values of
6375 reference variables are not displayed (unlike other variables); this
6376 avoids clutter, since references are often used for large structures.
6377 The @emph{address} of a reference variable is always shown, unless
6378 you have specified @samp{set print address off}.
6379
6380 @item
6381 @value{GDBN} supports the C++ name resolution operator @code{::}---your
6382 expressions can use it just as expressions in your program do. Since
6383 one scope may be defined in another, you can use @code{::} repeatedly if
6384 necessary, for example in an expression like
6385 @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows
6386 resolving name scope by reference to source files, in both C and C++
6387 debugging (@pxref{Variables, ,Program variables}).
6388 @end enumerate
6389
6390 In addition, when used with HP's C++ compiler, @value{GDBN} supports
6391 calling virtual functions correctly, printing out virtual bases of
6392 objects, calling functions in a base subobject, casting objects, and
6393 invoking user-defined operators.
6394
6395 @node C Defaults
6396 @subsubsection C and C++ defaults
6397
6398 @cindex C and C++ defaults
6399
6400 If you allow @value{GDBN} to set type and range checking automatically, they
6401 both default to @code{off} whenever the working language changes to
6402 C or C++. This happens regardless of whether you or @value{GDBN}
6403 selects the working language.
6404
6405 If you allow @value{GDBN} to set the language automatically, it
6406 recognizes source files whose names end with @file{.c}, @file{.C}, or
6407 @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of
6408 these files, it sets the working language to C or C++.
6409 @xref{Automatically, ,Having @value{GDBN} infer the source language},
6410 for further details.
6411
6412 @c Type checking is (a) primarily motivated by Modula-2, and (b)
6413 @c unimplemented. If (b) changes, it might make sense to let this node
6414 @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93.
6415
6416 @node C Checks
6417 @subsubsection C and C++ type and range checks
6418
6419 @cindex C and C++ checks
6420
6421 By default, when @value{GDBN} parses C or C++ expressions, type checking
6422 is not used. However, if you turn type checking on, @value{GDBN}
6423 considers two variables type equivalent if:
6424
6425 @itemize @bullet
6426 @item
6427 The two variables are structured and have the same structure, union, or
6428 enumerated tag.
6429
6430 @item
6431 The two variables have the same type name, or types that have been
6432 declared equivalent through @code{typedef}.
6433
6434 @ignore
6435 @c leaving this out because neither J Gilmore nor R Pesch understand it.
6436 @c FIXME--beers?
6437 @item
6438 The two @code{struct}, @code{union}, or @code{enum} variables are
6439 declared in the same declaration. (Note: this may not be true for all C
6440 compilers.)
6441 @end ignore
6442 @end itemize
6443
6444 Range checking, if turned on, is done on mathematical operations. Array
6445 indices are not checked, since they are often used to index a pointer
6446 that is not itself an array.
6447
6448 @node Debugging C
6449 @subsubsection @value{GDBN} and C
6450
6451 The @code{set print union} and @code{show print union} commands apply to
6452 the @code{union} type. When set to @samp{on}, any @code{union} that is
6453 inside a @code{struct} or @code{class} is also printed. Otherwise, it
6454 appears as @samp{@{...@}}.
6455
6456 The @code{@@} operator aids in the debugging of dynamic arrays, formed
6457 with pointers and a memory allocation function. @xref{Expressions,
6458 ,Expressions}.
6459
6460 @menu
6461 * Debugging C plus plus::
6462 @end menu
6463
6464 @node Debugging C plus plus
6465 @subsubsection @value{GDBN} features for C++
6466
6467 @cindex commands for C++
6468
6469 Some @value{GDBN} commands are particularly useful with C++, and some are
6470 designed specifically for use with C++. Here is a summary:
6471
6472 @table @code
6473 @cindex break in overloaded functions
6474 @item @r{breakpoint menus}
6475 When you want a breakpoint in a function whose name is overloaded,
6476 @value{GDBN} breakpoint menus help you specify which function definition
6477 you want. @xref{Breakpoint Menus,,Breakpoint menus}.
6478
6479 @cindex overloading in C++
6480 @item rbreak @var{regex}
6481 Setting breakpoints using regular expressions is helpful for setting
6482 breakpoints on overloaded functions that are not members of any special
6483 classes.
6484 @xref{Set Breaks, ,Setting breakpoints}.
6485
6486 @cindex C++ exception handling
6487 @item catch throw
6488 @itemx catch catch
6489 Debug C++ exception handling using these commands. @xref{Set
6490 Catchpoints, , Setting catchpoints}.
6491
6492 @cindex inheritance
6493 @item ptype @var{typename}
6494 Print inheritance relationships as well as other information for type
6495 @var{typename}.
6496 @xref{Symbols, ,Examining the Symbol Table}.
6497
6498 @cindex C++ symbol display
6499 @item set print demangle
6500 @itemx show print demangle
6501 @itemx set print asm-demangle
6502 @itemx show print asm-demangle
6503 Control whether C++ symbols display in their source form, both when
6504 displaying code as C++ source and when displaying disassemblies.
6505 @xref{Print Settings, ,Print settings}.
6506
6507 @item set print object
6508 @itemx show print object
6509 Choose whether to print derived (actual) or declared types of objects.
6510 @xref{Print Settings, ,Print settings}.
6511
6512 @item set print vtbl
6513 @itemx show print vtbl
6514 Control the format for printing virtual function tables.
6515 @xref{Print Settings, ,Print settings}.
6516 (The @code{vtbl} commands do not work on programs compiled with the HP
6517 ANSI C++ compiler (@code{aCC}).)
6518
6519 @kindex set overload-resolution
6520 @cindex overloaded functions, overload resolution
6521 @item set overload-resolution on
6522 Enable overload resolution for C++ expression evaluation. The default
6523 is on. For overloaded functions, @value{GDBN} evaluates the arguments
6524 and searches for a function whose signature matches the argument types,
6525 using the standard C++ conversion rules (see @ref{C plus plus expressions, ,C++
6526 expressions}, for details). If it cannot find a match, it emits a
6527 message.
6528
6529 @item set overload-resolution off
6530 Disable overload resolution for C++ expression evaluation. For
6531 overloaded functions that are not class member functions, @value{GDBN}
6532 chooses the first function of the specified name that it finds in the
6533 symbol table, whether or not its arguments are of the correct type. For
6534 overloaded functions that are class member functions, @value{GDBN}
6535 searches for a function whose signature @emph{exactly} matches the
6536 argument types.
6537
6538 @item @r{Overloaded symbol names}
6539 You can specify a particular definition of an overloaded symbol, using
6540 the same notation that is used to declare such symbols in C++: type
6541 @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can
6542 also use the @value{GDBN} command-line word completion facilities to list the
6543 available choices, or to finish the type list for you.
6544 @xref{Completion,, Command completion}, for details on how to do this.
6545 @end table
6546
6547 @node Modula-2
6548 @subsection Modula-2
6549
6550 @cindex Modula-2, @value{GDBN} support
6551
6552 The extensions made to @value{GDBN} to support Modula-2 only support
6553 output from the @sc{gnu} Modula-2 compiler (which is currently being
6554 developed). Other Modula-2 compilers are not currently supported, and
6555 attempting to debug executables produced by them is most likely
6556 to give an error as @value{GDBN} reads in the executable's symbol
6557 table.
6558
6559 @cindex expressions in Modula-2
6560 @menu
6561 * M2 Operators:: Built-in operators
6562 * Built-In Func/Proc:: Built-in functions and procedures
6563 * M2 Constants:: Modula-2 constants
6564 * M2 Defaults:: Default settings for Modula-2
6565 * Deviations:: Deviations from standard Modula-2
6566 * M2 Checks:: Modula-2 type and range checks
6567 * M2 Scope:: The scope operators @code{::} and @code{.}
6568 * GDB/M2:: @value{GDBN} and Modula-2
6569 @end menu
6570
6571 @node M2 Operators
6572 @subsubsection Operators
6573 @cindex Modula-2 operators
6574
6575 Operators must be defined on values of specific types. For instance,
6576 @code{+} is defined on numbers, but not on structures. Operators are
6577 often defined on groups of types. For the purposes of Modula-2, the
6578 following definitions hold:
6579
6580 @itemize @bullet
6581
6582 @item
6583 @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and
6584 their subranges.
6585
6586 @item
6587 @emph{Character types} consist of @code{CHAR} and its subranges.
6588
6589 @item
6590 @emph{Floating-point types} consist of @code{REAL}.
6591
6592 @item
6593 @emph{Pointer types} consist of anything declared as @code{POINTER TO
6594 @var{type}}.
6595
6596 @item
6597 @emph{Scalar types} consist of all of the above.
6598
6599 @item
6600 @emph{Set types} consist of @code{SET} and @code{BITSET} types.
6601
6602 @item
6603 @emph{Boolean types} consist of @code{BOOLEAN}.
6604 @end itemize
6605
6606 @noindent
6607 The following operators are supported, and appear in order of
6608 increasing precedence:
6609
6610 @table @code
6611 @item ,
6612 Function argument or array index separator.
6613
6614 @item :=
6615 Assignment. The value of @var{var} @code{:=} @var{value} is
6616 @var{value}.
6617
6618 @item <@r{, }>
6619 Less than, greater than on integral, floating-point, or enumerated
6620 types.
6621
6622 @item <=@r{, }>=
6623 Less than or equal to, greater than or equal to
6624 on integral, floating-point and enumerated types, or set inclusion on
6625 set types. Same precedence as @code{<}.
6626
6627 @item =@r{, }<>@r{, }#
6628 Equality and two ways of expressing inequality, valid on scalar types.
6629 Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is
6630 available for inequality, since @code{#} conflicts with the script
6631 comment character.
6632
6633 @item IN
6634 Set membership. Defined on set types and the types of their members.
6635 Same precedence as @code{<}.
6636
6637 @item OR
6638 Boolean disjunction. Defined on boolean types.
6639
6640 @item AND@r{, }&
6641 Boolean conjunction. Defined on boolean types.
6642
6643 @item @@
6644 The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}).
6645
6646 @item +@r{, }-
6647 Addition and subtraction on integral and floating-point types, or union
6648 and difference on set types.
6649
6650 @item *
6651 Multiplication on integral and floating-point types, or set intersection
6652 on set types.
6653
6654 @item /
6655 Division on floating-point types, or symmetric set difference on set
6656 types. Same precedence as @code{*}.
6657
6658 @item DIV@r{, }MOD
6659 Integer division and remainder. Defined on integral types. Same
6660 precedence as @code{*}.
6661
6662 @item -
6663 Negative. Defined on @code{INTEGER} and @code{REAL} data.
6664
6665 @item ^
6666 Pointer dereferencing. Defined on pointer types.
6667
6668 @item NOT
6669 Boolean negation. Defined on boolean types. Same precedence as
6670 @code{^}.
6671
6672 @item .
6673 @code{RECORD} field selector. Defined on @code{RECORD} data. Same
6674 precedence as @code{^}.
6675
6676 @item []
6677 Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}.
6678
6679 @item ()
6680 Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence
6681 as @code{^}.
6682
6683 @item ::@r{, }.
6684 @value{GDBN} and Modula-2 scope operators.
6685 @end table
6686
6687 @quotation
6688 @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN}
6689 treats the use of the operator @code{IN}, or the use of operators
6690 @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#},
6691 @code{<=}, and @code{>=} on sets as an error.
6692 @end quotation
6693
6694 @cindex Modula-2 built-ins
6695 @node Built-In Func/Proc
6696 @subsubsection Built-in functions and procedures
6697
6698 Modula-2 also makes available several built-in procedures and functions.
6699 In describing these, the following metavariables are used:
6700
6701 @table @var
6702
6703 @item a
6704 represents an @code{ARRAY} variable.
6705
6706 @item c
6707 represents a @code{CHAR} constant or variable.
6708
6709 @item i
6710 represents a variable or constant of integral type.
6711
6712 @item m
6713 represents an identifier that belongs to a set. Generally used in the
6714 same function with the metavariable @var{s}. The type of @var{s} should
6715 be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}).
6716
6717 @item n
6718 represents a variable or constant of integral or floating-point type.
6719
6720 @item r
6721 represents a variable or constant of floating-point type.
6722
6723 @item t
6724 represents a type.
6725
6726 @item v
6727 represents a variable.
6728
6729 @item x
6730 represents a variable or constant of one of many types. See the
6731 explanation of the function for details.
6732 @end table
6733
6734 All Modula-2 built-in procedures also return a result, described below.
6735
6736 @table @code
6737 @item ABS(@var{n})
6738 Returns the absolute value of @var{n}.
6739
6740 @item CAP(@var{c})
6741 If @var{c} is a lower case letter, it returns its upper case
6742 equivalent, otherwise it returns its argument.
6743
6744 @item CHR(@var{i})
6745 Returns the character whose ordinal value is @var{i}.
6746
6747 @item DEC(@var{v})
6748 Decrements the value in the variable @var{v} by one. Returns the new value.
6749
6750 @item DEC(@var{v},@var{i})
6751 Decrements the value in the variable @var{v} by @var{i}. Returns the
6752 new value.
6753
6754 @item EXCL(@var{m},@var{s})
6755 Removes the element @var{m} from the set @var{s}. Returns the new
6756 set.
6757
6758 @item FLOAT(@var{i})
6759 Returns the floating point equivalent of the integer @var{i}.
6760
6761 @item HIGH(@var{a})
6762 Returns the index of the last member of @var{a}.
6763
6764 @item INC(@var{v})
6765 Increments the value in the variable @var{v} by one. Returns the new value.
6766
6767 @item INC(@var{v},@var{i})
6768 Increments the value in the variable @var{v} by @var{i}. Returns the
6769 new value.
6770
6771 @item INCL(@var{m},@var{s})
6772 Adds the element @var{m} to the set @var{s} if it is not already
6773 there. Returns the new set.
6774
6775 @item MAX(@var{t})
6776 Returns the maximum value of the type @var{t}.
6777
6778 @item MIN(@var{t})
6779 Returns the minimum value of the type @var{t}.
6780
6781 @item ODD(@var{i})
6782 Returns boolean TRUE if @var{i} is an odd number.
6783
6784 @item ORD(@var{x})
6785 Returns the ordinal value of its argument. For example, the ordinal
6786 value of a character is its @sc{ascii} value (on machines supporting the
6787 @sc{ascii} character set). @var{x} must be of an ordered type, which include
6788 integral, character and enumerated types.
6789
6790 @item SIZE(@var{x})
6791 Returns the size of its argument. @var{x} can be a variable or a type.
6792
6793 @item TRUNC(@var{r})
6794 Returns the integral part of @var{r}.
6795
6796 @item VAL(@var{t},@var{i})
6797 Returns the member of the type @var{t} whose ordinal value is @var{i}.
6798 @end table
6799
6800 @quotation
6801 @emph{Warning:} Sets and their operations are not yet supported, so
6802 @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as
6803 an error.
6804 @end quotation
6805
6806 @cindex Modula-2 constants
6807 @node M2 Constants
6808 @subsubsection Constants
6809
6810 @value{GDBN} allows you to express the constants of Modula-2 in the following
6811 ways:
6812
6813 @itemize @bullet
6814
6815 @item
6816 Integer constants are simply a sequence of digits. When used in an
6817 expression, a constant is interpreted to be type-compatible with the
6818 rest of the expression. Hexadecimal integers are specified by a
6819 trailing @samp{H}, and octal integers by a trailing @samp{B}.
6820
6821 @item
6822 Floating point constants appear as a sequence of digits, followed by a
6823 decimal point and another sequence of digits. An optional exponent can
6824 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where
6825 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the
6826 digits of the floating point constant must be valid decimal (base 10)
6827 digits.
6828
6829 @item
6830 Character constants consist of a single character enclosed by a pair of
6831 like quotes, either single (@code{'}) or double (@code{"}). They may
6832 also be expressed by their ordinal value (their @sc{ascii} value, usually)
6833 followed by a @samp{C}.
6834
6835 @item
6836 String constants consist of a sequence of characters enclosed by a
6837 pair of like quotes, either single (@code{'}) or double (@code{"}).
6838 Escape sequences in the style of C are also allowed. @xref{C
6839 Constants, ,C and C++ constants}, for a brief explanation of escape
6840 sequences.
6841
6842 @item
6843 Enumerated constants consist of an enumerated identifier.
6844
6845 @item
6846 Boolean constants consist of the identifiers @code{TRUE} and
6847 @code{FALSE}.
6848
6849 @item
6850 Pointer constants consist of integral values only.
6851
6852 @item
6853 Set constants are not yet supported.
6854 @end itemize
6855
6856 @node M2 Defaults
6857 @subsubsection Modula-2 defaults
6858 @cindex Modula-2 defaults
6859
6860 If type and range checking are set automatically by @value{GDBN}, they
6861 both default to @code{on} whenever the working language changes to
6862 Modula-2. This happens regardless of whether you or @value{GDBN}
6863 selected the working language.
6864
6865 If you allow @value{GDBN} to set the language automatically, then entering
6866 code compiled from a file whose name ends with @file{.mod} sets the
6867 working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set
6868 the language automatically}, for further details.
6869
6870 @node Deviations
6871 @subsubsection Deviations from standard Modula-2
6872 @cindex Modula-2, deviations from
6873
6874 A few changes have been made to make Modula-2 programs easier to debug.
6875 This is done primarily via loosening its type strictness:
6876
6877 @itemize @bullet
6878 @item
6879 Unlike in standard Modula-2, pointer constants can be formed by
6880 integers. This allows you to modify pointer variables during
6881 debugging. (In standard Modula-2, the actual address contained in a
6882 pointer variable is hidden from you; it can only be modified
6883 through direct assignment to another pointer variable or expression that
6884 returned a pointer.)
6885
6886 @item
6887 C escape sequences can be used in strings and characters to represent
6888 non-printable characters. @value{GDBN} prints out strings with these
6889 escape sequences embedded. Single non-printable characters are
6890 printed using the @samp{CHR(@var{nnn})} format.
6891
6892 @item
6893 The assignment operator (@code{:=}) returns the value of its right-hand
6894 argument.
6895
6896 @item
6897 All built-in procedures both modify @emph{and} return their argument.
6898 @end itemize
6899
6900 @node M2 Checks
6901 @subsubsection Modula-2 type and range checks
6902 @cindex Modula-2 checks
6903
6904 @quotation
6905 @emph{Warning:} in this release, @value{GDBN} does not yet perform type or
6906 range checking.
6907 @end quotation
6908 @c FIXME remove warning when type/range checks added
6909
6910 @value{GDBN} considers two Modula-2 variables type equivalent if:
6911
6912 @itemize @bullet
6913 @item
6914 They are of types that have been declared equivalent via a @code{TYPE
6915 @var{t1} = @var{t2}} statement
6916
6917 @item
6918 They have been declared on the same line. (Note: This is true of the
6919 @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.)
6920 @end itemize
6921
6922 As long as type checking is enabled, any attempt to combine variables
6923 whose types are not equivalent is an error.
6924
6925 Range checking is done on all mathematical operations, assignment, array
6926 index bounds, and all built-in functions and procedures.
6927
6928 @node M2 Scope
6929 @subsubsection The scope operators @code{::} and @code{.}
6930 @cindex scope
6931 @cindex @code{.}, Modula-2 scope operator
6932 @cindex colon, doubled as scope operator
6933 @ifinfo
6934 @vindex colon-colon@r{, in Modula-2}
6935 @c Info cannot handle :: but TeX can.
6936 @end ifinfo
6937 @iftex
6938 @vindex ::@r{, in Modula-2}
6939 @end iftex
6940
6941 There are a few subtle differences between the Modula-2 scope operator
6942 (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have
6943 similar syntax:
6944
6945 @example
6946
6947 @var{module} . @var{id}
6948 @var{scope} :: @var{id}
6949 @end example
6950
6951 @noindent
6952 where @var{scope} is the name of a module or a procedure,
6953 @var{module} the name of a module, and @var{id} is any declared
6954 identifier within your program, except another module.
6955
6956 Using the @code{::} operator makes @value{GDBN} search the scope
6957 specified by @var{scope} for the identifier @var{id}. If it is not
6958 found in the specified scope, then @value{GDBN} searches all scopes
6959 enclosing the one specified by @var{scope}.
6960
6961 Using the @code{.} operator makes @value{GDBN} search the current scope for
6962 the identifier specified by @var{id} that was imported from the
6963 definition module specified by @var{module}. With this operator, it is
6964 an error if the identifier @var{id} was not imported from definition
6965 module @var{module}, or if @var{id} is not an identifier in
6966 @var{module}.
6967
6968 @node GDB/M2
6969 @subsubsection @value{GDBN} and Modula-2
6970
6971 Some @value{GDBN} commands have little use when debugging Modula-2 programs.
6972 Five subcommands of @code{set print} and @code{show print} apply
6973 specifically to C and C++: @samp{vtbl}, @samp{demangle},
6974 @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four
6975 apply to C++, and the last to the C @code{union} type, which has no direct
6976 analogue in Modula-2.
6977
6978 The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available
6979 with any language, is not useful with Modula-2. Its
6980 intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be
6981 created in Modula-2 as they can in C or C++. However, because an
6982 address can be specified by an integral constant, the construct
6983 @samp{@{@var{type}@}@var{adrexp}} is still useful.
6984
6985 @cindex @code{#} in Modula-2
6986 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
6987 interpreted as the beginning of a comment. Use @code{<>} instead.
6988
6989 @node Chill
6990 @subsection Chill
6991
6992 The extensions made to @value{GDBN} to support Chill only support output
6993 from the @sc{gnu} Chill compiler. Other Chill compilers are not currently
6994 supported, and attempting to debug executables produced by them is most
6995 likely to give an error as @value{GDBN} reads in the executable's symbol
6996 table.
6997
6998 @c This used to say "... following Chill related topics ...", but since
6999 @c menus are not shown in the printed manual, it would look awkward.
7000 This section covers the Chill related topics and the features
7001 of @value{GDBN} which support these topics.
7002
7003 @menu
7004 * How modes are displayed:: How modes are displayed
7005 * Locations:: Locations and their accesses
7006 * Values and their Operations:: Values and their Operations
7007 * Chill type and range checks::
7008 * Chill defaults::
7009 @end menu
7010
7011 @node How modes are displayed
7012 @subsubsection How modes are displayed
7013
7014 The Chill Datatype- (Mode) support of @value{GDBN} is directly related
7015 with the functionality of the @sc{gnu} Chill compiler, and therefore deviates
7016 slightly from the standard specification of the Chill language. The
7017 provided modes are:
7018
7019 @c FIXME: this @table's contents effectively disable @code by using @r
7020 @c on every @item. So why does it need @code?
7021 @table @code
7022 @item @r{@emph{Discrete modes:}}
7023 @itemize @bullet
7024 @item
7025 @emph{Integer Modes} which are predefined by @code{BYTE, UBYTE, INT,
7026 UINT, LONG, ULONG},
7027 @item
7028 @emph{Boolean Mode} which is predefined by @code{BOOL},
7029 @item
7030 @emph{Character Mode} which is predefined by @code{CHAR},
7031 @item
7032 @emph{Set Mode} which is displayed by the keyword @code{SET}.
7033 @smallexample
7034 (@value{GDBP}) ptype x
7035 type = SET (karli = 10, susi = 20, fritzi = 100)
7036 @end smallexample
7037 If the type is an unnumbered set the set element values are omitted.
7038 @item
7039 @emph{Range Mode} which is displayed by
7040 @smallexample
7041 @code{type = <basemode>(<lower bound> : <upper bound>)}
7042 @end smallexample
7043 where @code{<lower bound>, <upper bound>} can be of any discrete literal
7044 expression (e.g. set element names).
7045 @end itemize
7046
7047 @item @r{@emph{Powerset Mode:}}
7048 A Powerset Mode is displayed by the keyword @code{POWERSET} followed by
7049 the member mode of the powerset. The member mode can be any discrete mode.
7050 @smallexample
7051 (@value{GDBP}) ptype x
7052 type = POWERSET SET (egon, hugo, otto)
7053 @end smallexample
7054
7055 @item @r{@emph{Reference Modes:}}
7056 @itemize @bullet
7057 @item
7058 @emph{Bound Reference Mode} which is displayed by the keyword @code{REF}
7059 followed by the mode name to which the reference is bound.
7060 @item
7061 @emph{Free Reference Mode} which is displayed by the keyword @code{PTR}.
7062 @end itemize
7063
7064 @item @r{@emph{Procedure mode}}
7065 The procedure mode is displayed by @code{type = PROC(<parameter list>)
7066 <return mode> EXCEPTIONS (<exception list>)}. The @code{<parameter
7067 list>} is a list of the parameter modes. @code{<return mode>} indicates
7068 the mode of the result of the procedure if any. The exceptionlist lists
7069 all possible exceptions which can be raised by the procedure.
7070
7071 @ignore
7072 @item @r{@emph{Instance mode}}
7073 The instance mode is represented by a structure, which has a static
7074 type, and is therefore not really of interest.
7075 @end ignore
7076
7077 @item @r{@emph{Synchronization Modes:}}
7078 @itemize @bullet
7079 @item
7080 @emph{Event Mode} which is displayed by
7081 @smallexample
7082 @code{EVENT (<event length>)}
7083 @end smallexample
7084 where @code{(<event length>)} is optional.
7085 @item
7086 @emph{Buffer Mode} which is displayed by
7087 @smallexample
7088 @code{BUFFER (<buffer length>)<buffer element mode>}
7089 @end smallexample
7090 where @code{(<buffer length>)} is optional.
7091 @end itemize
7092
7093 @item @r{@emph{Timing Modes:}}
7094 @itemize @bullet
7095 @item
7096 @emph{Duration Mode} which is predefined by @code{DURATION}
7097 @item
7098 @emph{Absolute Time Mode} which is predefined by @code{TIME}
7099 @end itemize
7100
7101 @item @r{@emph{Real Modes:}}
7102 Real Modes are predefined with @code{REAL} and @code{LONG_REAL}.
7103
7104 @item @r{@emph{String Modes:}}
7105 @itemize @bullet
7106 @item
7107 @emph{Character String Mode} which is displayed by
7108 @smallexample
7109 @code{CHARS(<string length>)}
7110 @end smallexample
7111 followed by the keyword @code{VARYING} if the String Mode is a varying
7112 mode
7113 @item
7114 @emph{Bit String Mode} which is displayed by
7115 @smallexample
7116 @code{BOOLS(<string
7117 length>)}
7118 @end smallexample
7119 @end itemize
7120
7121 @item @r{@emph{Array Mode:}}
7122 The Array Mode is displayed by the keyword @code{ARRAY(<range>)}
7123 followed by the element mode (which may in turn be an array mode).
7124 @smallexample
7125 (@value{GDBP}) ptype x
7126 type = ARRAY (1:42)
7127 ARRAY (1:20)
7128 SET (karli = 10, susi = 20, fritzi = 100)
7129 @end smallexample
7130
7131 @item @r{@emph{Structure Mode}}
7132 The Structure mode is displayed by the keyword @code{STRUCT(<field
7133 list>)}. The @code{<field list>} consists of names and modes of fields
7134 of the structure. Variant structures have the keyword @code{CASE <field>
7135 OF <variant fields> ESAC} in their field list. Since the current version
7136 of the GNU Chill compiler doesn't implement tag processing (no runtime
7137 checks of variant fields, and therefore no debugging info), the output
7138 always displays all variant fields.
7139 @smallexample
7140 (@value{GDBP}) ptype str
7141 type = STRUCT (
7142 as x,
7143 bs x,
7144 CASE bs OF
7145 (karli):
7146 cs a
7147 (ott):
7148 ds x
7149 ESAC
7150 )
7151 @end smallexample
7152 @end table
7153
7154 @node Locations
7155 @subsubsection Locations and their accesses
7156
7157 A location in Chill is an object which can contain values.
7158
7159 A value of a location is generally accessed by the (declared) name of
7160 the location. The output conforms to the specification of values in
7161 Chill programs. How values are specified
7162 is the topic of the next section, @ref{Values and their Operations}.
7163
7164 The pseudo-location @code{RESULT} (or @code{result}) can be used to
7165 display or change the result of a currently-active procedure:
7166
7167 @smallexample
7168 set result := EXPR
7169 @end smallexample
7170
7171 @noindent
7172 This does the same as the Chill action @code{RESULT EXPR} (which
7173 is not available in @value{GDBN}).
7174
7175 Values of reference mode locations are printed by @code{PTR(<hex
7176 value>)} in case of a free reference mode, and by @code{(REF <reference
7177 mode>) (<hex-value>)} in case of a bound reference. @code{<hex value>}
7178 represents the address where the reference points to. To access the
7179 value of the location referenced by the pointer, use the dereference
7180 operator @samp{->}.
7181
7182 Values of procedure mode locations are displayed by
7183 @smallexample
7184 @code{@{ PROC
7185 (<argument modes> ) <return mode> @} <address> <name of procedure
7186 location>}
7187 @end smallexample
7188 @code{<argument modes>} is a list of modes according to the parameter
7189 specification of the procedure and @code{<address>} shows the address of
7190 the entry point.
7191
7192 @ignore
7193 Locations of instance modes are displayed just like a structure with two
7194 fields specifying the @emph{process type} and the @emph{copy number} of
7195 the investigated instance location@footnote{This comes from the current
7196 implementation of instances. They are implemented as a structure (no
7197 na). The output should be something like @code{[<name of the process>;
7198 <instance number>]}.}. The field names are @code{__proc_type} and
7199 @code{__proc_copy}.
7200
7201 Locations of synchronization modes are displayed like a structure with
7202 the field name @code{__event_data} in case of a event mode location, and
7203 like a structure with the field @code{__buffer_data} in case of a buffer
7204 mode location (refer to previous paragraph).
7205
7206 Structure Mode locations are printed by @code{[.<field name>: <value>,
7207 ...]}. The @code{<field name>} corresponds to the structure mode
7208 definition and the layout of @code{<value>} varies depending of the mode
7209 of the field. If the investigated structure mode location is of variant
7210 structure mode, the variant parts of the structure are enclosed in curled
7211 braces (@samp{@{@}}). Fields enclosed by @samp{@{,@}} are residing
7212 on the same memory location and represent the current values of the
7213 memory location in their specific modes. Since no tag processing is done
7214 all variants are displayed. A variant field is printed by
7215 @code{(<variant name>) = .<field name>: <value>}. (who implements the
7216 stuff ???)
7217 @smallexample
7218 (@value{GDBP}) print str1 $4 = [.as: 0, .bs: karli, .<TAG>: { (karli) =
7219 [.cs: []], (susi) = [.ds: susi]}]
7220 @end smallexample
7221 @end ignore
7222
7223 Substructures of string mode-, array mode- or structure mode-values
7224 (e.g. array slices, fields of structure locations) are accessed using
7225 certain operations which are described in the next section, @ref{Values
7226 and their Operations}.
7227
7228 A location value may be interpreted as having a different mode using the
7229 location conversion. This mode conversion is written as @code{<mode
7230 name>(<location>)}. The user has to consider that the sizes of the modes
7231 have to be equal otherwise an error occurs. Furthermore, no range
7232 checking of the location against the destination mode is performed, and
7233 therefore the result can be quite confusing.
7234
7235 @smallexample
7236 (@value{GDBP}) print int (s(3 up 4)) XXX TO be filled in !! XXX
7237 @end smallexample
7238
7239 @node Values and their Operations
7240 @subsubsection Values and their Operations
7241
7242 Values are used to alter locations, to investigate complex structures in
7243 more detail or to filter relevant information out of a large amount of
7244 data. There are several (mode dependent) operations defined which enable
7245 such investigations. These operations are not only applicable to
7246 constant values but also to locations, which can become quite useful
7247 when debugging complex structures. During parsing the command line
7248 (e.g. evaluating an expression) @value{GDBN} treats location names as
7249 the values behind these locations.
7250
7251 This section describes how values have to be specified and which
7252 operations are legal to be used with such values.
7253
7254 @table @code
7255 @item Literal Values
7256 Literal values are specified in the same manner as in @sc{gnu} Chill programs.
7257 For detailed specification refer to the @sc{gnu} Chill implementation Manual
7258 chapter 1.5.
7259 @c FIXME: if the Chill Manual is a Texinfo documents, the above should
7260 @c be converted to a @ref.
7261
7262 @ignore
7263 @itemize @bullet
7264 @item
7265 @emph{Integer Literals} are specified in the same manner as in Chill
7266 programs (refer to the Chill Standard z200/88 chpt 5.2.4.2)
7267 @item
7268 @emph{Boolean Literals} are defined by @code{TRUE} and @code{FALSE}.
7269 @item
7270 @emph{Character Literals} are defined by @code{'<character>'}. (e.g.
7271 @code{'M'})
7272 @item
7273 @emph{Set Literals} are defined by a name which was specified in a set
7274 mode. The value delivered by a Set Literal is the set value. This is
7275 comparable to an enumeration in C/C++ language.
7276 @item
7277 @emph{Emptiness Literal} is predefined by @code{NULL}. The value of the
7278 emptiness literal delivers either the empty reference value, the empty
7279 procedure value or the empty instance value.
7280
7281 @item
7282 @emph{Character String Literals} are defined by a sequence of characters
7283 enclosed in single- or double quotes. If a single- or double quote has
7284 to be part of the string literal it has to be stuffed (specified twice).
7285 @item
7286 @emph{Bitstring Literals} are specified in the same manner as in Chill
7287 programs (refer z200/88 chpt 5.2.4.8).
7288 @item
7289 @emph{Floating point literals} are specified in the same manner as in
7290 (gnu-)Chill programs (refer @sc{gnu} Chill implementation Manual chapter 1.5).
7291 @end itemize
7292 @end ignore
7293
7294 @item Tuple Values
7295 A tuple is specified by @code{<mode name>[<tuple>]}, where @code{<mode
7296 name>} can be omitted if the mode of the tuple is unambiguous. This
7297 unambiguity is derived from the context of a evaluated expression.
7298 @code{<tuple>} can be one of the following:
7299
7300 @itemize @bullet
7301 @item @emph{Powerset Tuple}
7302 @item @emph{Array Tuple}
7303 @item @emph{Structure Tuple}
7304 Powerset tuples, array tuples and structure tuples are specified in the
7305 same manner as in Chill programs refer to z200/88 chpt 5.2.5.
7306 @end itemize
7307
7308 @item String Element Value
7309 A string element value is specified by
7310 @smallexample
7311 @code{<string value>(<index>)}
7312 @end smallexample
7313 where @code{<index>} is a integer expression. It delivers a character
7314 value which is equivalent to the character indexed by @code{<index>} in
7315 the string.
7316
7317 @item String Slice Value
7318 A string slice value is specified by @code{<string value>(<slice
7319 spec>)}, where @code{<slice spec>} can be either a range of integer
7320 expressions or specified by @code{<start expr> up <size>}.
7321 @code{<size>} denotes the number of elements which the slice contains.
7322 The delivered value is a string value, which is part of the specified
7323 string.
7324
7325 @item Array Element Values
7326 An array element value is specified by @code{<array value>(<expr>)} and
7327 delivers a array element value of the mode of the specified array.
7328
7329 @item Array Slice Values
7330 An array slice is specified by @code{<array value>(<slice spec>)}, where
7331 @code{<slice spec>} can be either a range specified by expressions or by
7332 @code{<start expr> up <size>}. @code{<size>} denotes the number of
7333 arrayelements the slice contains. The delivered value is an array value
7334 which is part of the specified array.
7335
7336 @item Structure Field Values
7337 A structure field value is derived by @code{<structure value>.<field
7338 name>}, where @code{<field name>} indicates the name of a field specified
7339 in the mode definition of the structure. The mode of the delivered value
7340 corresponds to this mode definition in the structure definition.
7341
7342 @item Procedure Call Value
7343 The procedure call value is derived from the return value of the
7344 procedure@footnote{If a procedure call is used for instance in an
7345 expression, then this procedure is called with all its side
7346 effects. This can lead to confusing results if used carelessly.}.
7347
7348 Values of duration mode locations are represented by @code{ULONG} literals.
7349
7350 Values of time mode locations appear as
7351 @smallexample
7352 @code{TIME(<secs>:<nsecs>)}
7353 @end smallexample
7354
7355
7356 @ignore
7357 This is not implemented yet:
7358 @item Built-in Value
7359 @noindent
7360 The following built in functions are provided:
7361
7362 @table @code
7363 @item @code{ADDR()}
7364 @item @code{NUM()}
7365 @item @code{PRED()}
7366 @item @code{SUCC()}
7367 @item @code{ABS()}
7368 @item @code{CARD()}
7369 @item @code{MAX()}
7370 @item @code{MIN()}
7371 @item @code{SIZE()}
7372 @item @code{UPPER()}
7373 @item @code{LOWER()}
7374 @item @code{LENGTH()}
7375 @item @code{SIN()}
7376 @item @code{COS()}
7377 @item @code{TAN()}
7378 @item @code{ARCSIN()}
7379 @item @code{ARCCOS()}
7380 @item @code{ARCTAN()}
7381 @item @code{EXP()}
7382 @item @code{LN()}
7383 @item @code{LOG()}
7384 @item @code{SQRT()}
7385 @end table
7386
7387 For a detailed description refer to the GNU Chill implementation manual
7388 chapter 1.6.
7389 @end ignore
7390
7391 @item Zero-adic Operator Value
7392 The zero-adic operator value is derived from the instance value for the
7393 current active process.
7394
7395 @item Expression Values
7396 The value delivered by an expression is the result of the evaluation of
7397 the specified expression. If there are error conditions (mode
7398 incompatibility, etc.) the evaluation of expressions is aborted with a
7399 corresponding error message. Expressions may be parenthesised which
7400 causes the evaluation of this expression before any other expression
7401 which uses the result of the parenthesised expression. The following
7402 operators are supported by @value{GDBN}:
7403
7404 @table @code
7405 @item @code{OR, ORIF, XOR}
7406 @itemx @code{AND, ANDIF}
7407 @itemx @code{NOT}
7408 Logical operators defined over operands of boolean mode.
7409
7410 @item @code{=, /=}
7411 Equality and inequality operators defined over all modes.
7412
7413 @item @code{>, >=}
7414 @itemx @code{<, <=}
7415 Relational operators defined over predefined modes.
7416
7417 @item @code{+, -}
7418 @itemx @code{*, /, MOD, REM}
7419 Arithmetic operators defined over predefined modes.
7420
7421 @item @code{-}
7422 Change sign operator.
7423
7424 @item @code{//}
7425 String concatenation operator.
7426
7427 @item @code{()}
7428 String repetition operator.
7429
7430 @item @code{->}
7431 Referenced location operator which can be used either to take the
7432 address of a location (@code{->loc}), or to dereference a reference
7433 location (@code{loc->}).
7434
7435 @item @code{OR, XOR}
7436 @itemx @code{AND}
7437 @itemx @code{NOT}
7438 Powerset and bitstring operators.
7439
7440 @item @code{>, >=}
7441 @itemx @code{<, <=}
7442 Powerset inclusion operators.
7443
7444 @item @code{IN}
7445 Membership operator.
7446 @end table
7447 @end table
7448
7449 @node Chill type and range checks
7450 @subsubsection Chill type and range checks
7451
7452 @value{GDBN} considers two Chill variables mode equivalent if the sizes
7453 of the two modes are equal. This rule applies recursively to more
7454 complex datatypes which means that complex modes are treated
7455 equivalent if all element modes (which also can be complex modes like
7456 structures, arrays, etc.) have the same size.
7457
7458 Range checking is done on all mathematical operations, assignment, array
7459 index bounds and all built in procedures.
7460
7461 Strong type checks are forced using the @value{GDBN} command @code{set
7462 check strong}. This enforces strong type and range checks on all
7463 operations where Chill constructs are used (expressions, built in
7464 functions, etc.) in respect to the semantics as defined in the z.200
7465 language specification.
7466
7467 All checks can be disabled by the @value{GDBN} command @code{set check
7468 off}.
7469
7470 @ignore
7471 @c Deviations from the Chill Standard Z200/88
7472 see last paragraph ?
7473 @end ignore
7474
7475 @node Chill defaults
7476 @subsubsection Chill defaults
7477
7478 If type and range checking are set automatically by @value{GDBN}, they
7479 both default to @code{on} whenever the working language changes to
7480 Chill. This happens regardless of whether you or @value{GDBN}
7481 selected the working language.
7482
7483 If you allow @value{GDBN} to set the language automatically, then entering
7484 code compiled from a file whose name ends with @file{.ch} sets the
7485 working language to Chill. @xref{Automatically, ,Having @value{GDBN} set
7486 the language automatically}, for further details.
7487
7488 @node Symbols
7489 @chapter Examining the Symbol Table
7490
7491 The commands described in this chapter allow you to inquire about the
7492 symbols (names of variables, functions and types) defined in your
7493 program. This information is inherent in the text of your program and
7494 does not change as your program executes. @value{GDBN} finds it in your
7495 program's symbol table, in the file indicated when you started @value{GDBN}
7496 (@pxref{File Options, ,Choosing files}), or by one of the
7497 file-management commands (@pxref{Files, ,Commands to specify files}).
7498
7499 @cindex symbol names
7500 @cindex names of symbols
7501 @cindex quoting names
7502 Occasionally, you may need to refer to symbols that contain unusual
7503 characters, which @value{GDBN} ordinarily treats as word delimiters. The
7504 most frequent case is in referring to static variables in other
7505 source files (@pxref{Variables,,Program variables}). File names
7506 are recorded in object files as debugging symbols, but @value{GDBN} would
7507 ordinarily parse a typical file name, like @file{foo.c}, as the three words
7508 @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize
7509 @samp{foo.c} as a single symbol, enclose it in single quotes; for example,
7510
7511 @example
7512 p 'foo.c'::x
7513 @end example
7514
7515 @noindent
7516 looks up the value of @code{x} in the scope of the file @file{foo.c}.
7517
7518 @table @code
7519 @kindex info address
7520 @item info address @var{symbol}
7521 Describe where the data for @var{symbol} is stored. For a register
7522 variable, this says which register it is kept in. For a non-register
7523 local variable, this prints the stack-frame offset at which the variable
7524 is always stored.
7525
7526 Note the contrast with @samp{print &@var{symbol}}, which does not work
7527 at all for a register variable, and for a stack local variable prints
7528 the exact address of the current instantiation of the variable.
7529
7530 @kindex whatis
7531 @item whatis @var{expr}
7532 Print the data type of expression @var{expr}. @var{expr} is not
7533 actually evaluated, and any side-effecting operations (such as
7534 assignments or function calls) inside it do not take place.
7535 @xref{Expressions, ,Expressions}.
7536
7537 @item whatis
7538 Print the data type of @code{$}, the last value in the value history.
7539
7540 @kindex ptype
7541 @item ptype @var{typename}
7542 Print a description of data type @var{typename}. @var{typename} may be
7543 the name of a type, or for C code it may have the form @samp{class
7544 @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union
7545 @var{union-tag}} or @samp{enum @var{enum-tag}}.
7546
7547 @item ptype @var{expr}
7548 @itemx ptype
7549 Print a description of the type of expression @var{expr}. @code{ptype}
7550 differs from @code{whatis} by printing a detailed description, instead
7551 of just the name of the type.
7552
7553 For example, for this variable declaration:
7554
7555 @example
7556 struct complex @{double real; double imag;@} v;
7557 @end example
7558
7559 @noindent
7560 the two commands give this output:
7561
7562 @example
7563 @group
7564 (@value{GDBP}) whatis v
7565 type = struct complex
7566 (@value{GDBP}) ptype v
7567 type = struct complex @{
7568 double real;
7569 double imag;
7570 @}
7571 @end group
7572 @end example
7573
7574 @noindent
7575 As with @code{whatis}, using @code{ptype} without an argument refers to
7576 the type of @code{$}, the last value in the value history.
7577
7578 @kindex info types
7579 @item info types @var{regexp}
7580 @itemx info types
7581 Print a brief description of all types whose names match @var{regexp}
7582 (or all types in your program, if you supply no argument). Each
7583 complete typename is matched as though it were a complete line; thus,
7584 @samp{i type value} gives information on all types in your program whose
7585 names include the string @code{value}, but @samp{i type ^value$} gives
7586 information only on types whose complete name is @code{value}.
7587
7588 This command differs from @code{ptype} in two ways: first, like
7589 @code{whatis}, it does not print a detailed description; second, it
7590 lists all source files where a type is defined.
7591
7592 @kindex info source
7593 @item info source
7594 Show the name of the current source file---that is, the source file for
7595 the function containing the current point of execution---and the language
7596 it was written in.
7597
7598 @kindex info sources
7599 @item info sources
7600 Print the names of all source files in your program for which there is
7601 debugging information, organized into two lists: files whose symbols
7602 have already been read, and files whose symbols will be read when needed.
7603
7604 @kindex info functions
7605 @item info functions
7606 Print the names and data types of all defined functions.
7607
7608 @item info functions @var{regexp}
7609 Print the names and data types of all defined functions
7610 whose names contain a match for regular expression @var{regexp}.
7611 Thus, @samp{info fun step} finds all functions whose names
7612 include @code{step}; @samp{info fun ^step} finds those whose names
7613 start with @code{step}.
7614
7615 @kindex info variables
7616 @item info variables
7617 Print the names and data types of all variables that are declared
7618 outside of functions (i.e., excluding local variables).
7619
7620 @item info variables @var{regexp}
7621 Print the names and data types of all variables (except for local
7622 variables) whose names contain a match for regular expression
7623 @var{regexp}.
7624
7625 @ignore
7626 This was never implemented.
7627 @kindex info methods
7628 @item info methods
7629 @itemx info methods @var{regexp}
7630 The @code{info methods} command permits the user to examine all defined
7631 methods within C++ program, or (with the @var{regexp} argument) a
7632 specific set of methods found in the various C++ classes. Many
7633 C++ classes provide a large number of methods. Thus, the output
7634 from the @code{ptype} command can be overwhelming and hard to use. The
7635 @code{info-methods} command filters the methods, printing only those
7636 which match the regular-expression @var{regexp}.
7637 @end ignore
7638
7639 @cindex reloading symbols
7640 Some systems allow individual object files that make up your program to
7641 be replaced without stopping and restarting your program. For example,
7642 in VxWorks you can simply recompile a defective object file and keep on
7643 running. If you are running on one of these systems, you can allow
7644 @value{GDBN} to reload the symbols for automatically relinked modules:
7645
7646 @table @code
7647 @kindex set symbol-reloading
7648 @item set symbol-reloading on
7649 Replace symbol definitions for the corresponding source file when an
7650 object file with a particular name is seen again.
7651
7652 @item set symbol-reloading off
7653 Do not replace symbol definitions when encountering object files of the
7654 same name more than once. This is the default state; if you are not
7655 running on a system that permits automatic relinking of modules, you
7656 should leave @code{symbol-reloading} off, since otherwise @value{GDBN}
7657 may discard symbols when linking large programs, that may contain
7658 several modules (from different directories or libraries) with the same
7659 name.
7660
7661 @kindex show symbol-reloading
7662 @item show symbol-reloading
7663 Show the current @code{on} or @code{off} setting.
7664 @end table
7665
7666 @kindex set opaque-type-resolution
7667 @item set opaque-type-resolution on
7668 Tell @value{GDBN} to resolve opaque types. An opaque type is a type
7669 declared as a pointer to a @code{struct}, @code{class}, or
7670 @code{union}---for example, @code{struct MyType *}---that is used in one
7671 source file although the full declaration of @code{struct MyType} is in
7672 another source file. The default is on.
7673
7674 A change in the setting of this subcommand will not take effect until
7675 the next time symbols for a file are loaded.
7676
7677 @item set opaque-type-resolution off
7678 Tell @value{GDBN} not to resolve opaque types. In this case, the type
7679 is printed as follows:
7680 @smallexample
7681 @{<no data fields>@}
7682 @end smallexample
7683
7684 @kindex show opaque-type-resolution
7685 @item show opaque-type-resolution
7686 Show whether opaque types are resolved or not.
7687
7688 @kindex maint print symbols
7689 @cindex symbol dump
7690 @kindex maint print psymbols
7691 @cindex partial symbol dump
7692 @item maint print symbols @var{filename}
7693 @itemx maint print psymbols @var{filename}
7694 @itemx maint print msymbols @var{filename}
7695 Write a dump of debugging symbol data into the file @var{filename}.
7696 These commands are used to debug the @value{GDBN} symbol-reading code. Only
7697 symbols with debugging data are included. If you use @samp{maint print
7698 symbols}, @value{GDBN} includes all the symbols for which it has already
7699 collected full details: that is, @var{filename} reflects symbols for
7700 only those files whose symbols @value{GDBN} has read. You can use the
7701 command @code{info sources} to find out which files these are. If you
7702 use @samp{maint print psymbols} instead, the dump shows information about
7703 symbols that @value{GDBN} only knows partially---that is, symbols defined in
7704 files that @value{GDBN} has skimmed, but not yet read completely. Finally,
7705 @samp{maint print msymbols} dumps just the minimal symbol information
7706 required for each object file from which @value{GDBN} has read some symbols.
7707 @xref{Files, ,Commands to specify files}, for a discussion of how
7708 @value{GDBN} reads symbols (in the description of @code{symbol-file}).
7709 @end table
7710
7711 @node Altering
7712 @chapter Altering Execution
7713
7714 Once you think you have found an error in your program, you might want to
7715 find out for certain whether correcting the apparent error would lead to
7716 correct results in the rest of the run. You can find the answer by
7717 experiment, using the @value{GDBN} features for altering execution of the
7718 program.
7719
7720 For example, you can store new values into variables or memory
7721 locations, give your program a signal, restart it at a different
7722 address, or even return prematurely from a function.
7723
7724 @menu
7725 * Assignment:: Assignment to variables
7726 * Jumping:: Continuing at a different address
7727 * Signaling:: Giving your program a signal
7728 * Returning:: Returning from a function
7729 * Calling:: Calling your program's functions
7730 * Patching:: Patching your program
7731 @end menu
7732
7733 @node Assignment
7734 @section Assignment to variables
7735
7736 @cindex assignment
7737 @cindex setting variables
7738 To alter the value of a variable, evaluate an assignment expression.
7739 @xref{Expressions, ,Expressions}. For example,
7740
7741 @example
7742 print x=4
7743 @end example
7744
7745 @noindent
7746 stores the value 4 into the variable @code{x}, and then prints the
7747 value of the assignment expression (which is 4).
7748 @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more
7749 information on operators in supported languages.
7750
7751 @kindex set variable
7752 @cindex variables, setting
7753 If you are not interested in seeing the value of the assignment, use the
7754 @code{set} command instead of the @code{print} command. @code{set} is
7755 really the same as @code{print} except that the expression's value is
7756 not printed and is not put in the value history (@pxref{Value History,
7757 ,Value history}). The expression is evaluated only for its effects.
7758
7759 If the beginning of the argument string of the @code{set} command
7760 appears identical to a @code{set} subcommand, use the @code{set
7761 variable} command instead of just @code{set}. This command is identical
7762 to @code{set} except for its lack of subcommands. For example, if your
7763 program has a variable @code{width}, you get an error if you try to set
7764 a new value with just @samp{set width=13}, because @value{GDBN} has the
7765 command @code{set width}:
7766
7767 @example
7768 (@value{GDBP}) whatis width
7769 type = double
7770 (@value{GDBP}) p width
7771 $4 = 13
7772 (@value{GDBP}) set width=47
7773 Invalid syntax in expression.
7774 @end example
7775
7776 @noindent
7777 The invalid expression, of course, is @samp{=47}. In
7778 order to actually set the program's variable @code{width}, use
7779
7780 @example
7781 (@value{GDBP}) set var width=47
7782 @end example
7783
7784 Because the @code{set} command has many subcommands that can conflict
7785 with the names of program variables, it is a good idea to use the
7786 @code{set variable} command instead of just @code{set}. For example, if
7787 your program has a variable @code{g}, you run into problems if you try
7788 to set a new value with just @samp{set g=4}, because @value{GDBN} has
7789 the command @code{set gnutarget}, abbreviated @code{set g}:
7790
7791 @example
7792 @group
7793 (@value{GDBP}) whatis g
7794 type = double
7795 (@value{GDBP}) p g
7796 $1 = 1
7797 (@value{GDBP}) set g=4
7798 (@value{GDBP}) p g
7799 $2 = 1
7800 (@value{GDBP}) r
7801 The program being debugged has been started already.
7802 Start it from the beginning? (y or n) y
7803 Starting program: /home/smith/cc_progs/a.out
7804 "/home/smith/cc_progs/a.out": can't open to read symbols:
7805 Invalid bfd target.
7806 (@value{GDBP}) show g
7807 The current BFD target is "=4".
7808 @end group
7809 @end example
7810
7811 @noindent
7812 The program variable @code{g} did not change, and you silently set the
7813 @code{gnutarget} to an invalid value. In order to set the variable
7814 @code{g}, use
7815
7816 @example
7817 (@value{GDBP}) set var g=4
7818 @end example
7819
7820 @value{GDBN} allows more implicit conversions in assignments than C; you can
7821 freely store an integer value into a pointer variable or vice versa,
7822 and you can convert any structure to any other structure that is the
7823 same length or shorter.
7824 @comment FIXME: how do structs align/pad in these conversions?
7825 @comment /doc@cygnus.com 18dec1990
7826
7827 To store values into arbitrary places in memory, use the @samp{@{@dots{}@}}
7828 construct to generate a value of specified type at a specified address
7829 (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers
7830 to memory location @code{0x83040} as an integer (which implies a certain size
7831 and representation in memory), and
7832
7833 @example
7834 set @{int@}0x83040 = 4
7835 @end example
7836
7837 @noindent
7838 stores the value 4 into that memory location.
7839
7840 @node Jumping
7841 @section Continuing at a different address
7842
7843 Ordinarily, when you continue your program, you do so at the place where
7844 it stopped, with the @code{continue} command. You can instead continue at
7845 an address of your own choosing, with the following commands:
7846
7847 @table @code
7848 @kindex jump
7849 @item jump @var{linespec}
7850 Resume execution at line @var{linespec}. Execution stops again
7851 immediately if there is a breakpoint there. @xref{List, ,Printing
7852 source lines}, for a description of the different forms of
7853 @var{linespec}. It is common practice to use the @code{tbreak} command
7854 in conjunction with @code{jump}. @xref{Set Breaks, ,Setting
7855 breakpoints}.
7856
7857 The @code{jump} command does not change the current stack frame, or
7858 the stack pointer, or the contents of any memory location or any
7859 register other than the program counter. If line @var{linespec} is in
7860 a different function from the one currently executing, the results may
7861 be bizarre if the two functions expect different patterns of arguments or
7862 of local variables. For this reason, the @code{jump} command requests
7863 confirmation if the specified line is not in the function currently
7864 executing. However, even bizarre results are predictable if you are
7865 well acquainted with the machine-language code of your program.
7866
7867 @item jump *@var{address}
7868 Resume execution at the instruction at address @var{address}.
7869 @end table
7870
7871 @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt.
7872 On many systems, you can get much the same effect as the @code{jump}
7873 command by storing a new value into the register @code{$pc}. The
7874 difference is that this does not start your program running; it only
7875 changes the address of where it @emph{will} run when you continue. For
7876 example,
7877
7878 @example
7879 set $pc = 0x485
7880 @end example
7881
7882 @noindent
7883 makes the next @code{continue} command or stepping command execute at
7884 address @code{0x485}, rather than at the address where your program stopped.
7885 @xref{Continuing and Stepping, ,Continuing and stepping}.
7886
7887 The most common occasion to use the @code{jump} command is to back
7888 up---perhaps with more breakpoints set---over a portion of a program
7889 that has already executed, in order to examine its execution in more
7890 detail.
7891
7892 @c @group
7893 @node Signaling
7894 @section Giving your program a signal
7895
7896 @table @code
7897 @kindex signal
7898 @item signal @var{signal}
7899 Resume execution where your program stopped, but immediately give it the
7900 signal @var{signal}. @var{signal} can be the name or the number of a
7901 signal. For example, on many systems @code{signal 2} and @code{signal
7902 SIGINT} are both ways of sending an interrupt signal.
7903
7904 Alternatively, if @var{signal} is zero, continue execution without
7905 giving a signal. This is useful when your program stopped on account of
7906 a signal and would ordinary see the signal when resumed with the
7907 @code{continue} command; @samp{signal 0} causes it to resume without a
7908 signal.
7909
7910 @code{signal} does not repeat when you press @key{RET} a second time
7911 after executing the command.
7912 @end table
7913 @c @end group
7914
7915 Invoking the @code{signal} command is not the same as invoking the
7916 @code{kill} utility from the shell. Sending a signal with @code{kill}
7917 causes @value{GDBN} to decide what to do with the signal depending on
7918 the signal handling tables (@pxref{Signals}). The @code{signal} command
7919 passes the signal directly to your program.
7920
7921
7922 @node Returning
7923 @section Returning from a function
7924
7925 @table @code
7926 @cindex returning from a function
7927 @kindex return
7928 @item return
7929 @itemx return @var{expression}
7930 You can cancel execution of a function call with the @code{return}
7931 command. If you give an
7932 @var{expression} argument, its value is used as the function's return
7933 value.
7934 @end table
7935
7936 When you use @code{return}, @value{GDBN} discards the selected stack frame
7937 (and all frames within it). You can think of this as making the
7938 discarded frame return prematurely. If you wish to specify a value to
7939 be returned, give that value as the argument to @code{return}.
7940
7941 This pops the selected stack frame (@pxref{Selection, ,Selecting a
7942 frame}), and any other frames inside of it, leaving its caller as the
7943 innermost remaining frame. That frame becomes selected. The
7944 specified value is stored in the registers used for returning values
7945 of functions.
7946
7947 The @code{return} command does not resume execution; it leaves the
7948 program stopped in the state that would exist if the function had just
7949 returned. In contrast, the @code{finish} command (@pxref{Continuing
7950 and Stepping, ,Continuing and stepping}) resumes execution until the
7951 selected stack frame returns naturally.
7952
7953 @node Calling
7954 @section Calling program functions
7955
7956 @cindex calling functions
7957 @kindex call
7958 @table @code
7959 @item call @var{expr}
7960 Evaluate the expression @var{expr} without displaying @code{void}
7961 returned values.
7962 @end table
7963
7964 You can use this variant of the @code{print} command if you want to
7965 execute a function from your program, but without cluttering the output
7966 with @code{void} returned values. If the result is not void, it
7967 is printed and saved in the value history.
7968
7969 For the A29K, a user-controlled variable @code{call_scratch_address},
7970 specifies the location of a scratch area to be used when @value{GDBN}
7971 calls a function in the target. This is necessary because the usual
7972 method of putting the scratch area on the stack does not work in systems
7973 that have separate instruction and data spaces.
7974
7975 @node Patching
7976 @section Patching programs
7977
7978 @cindex patching binaries
7979 @cindex writing into executables
7980 @cindex writing into corefiles
7981
7982 By default, @value{GDBN} opens the file containing your program's
7983 executable code (or the corefile) read-only. This prevents accidental
7984 alterations to machine code; but it also prevents you from intentionally
7985 patching your program's binary.
7986
7987 If you'd like to be able to patch the binary, you can specify that
7988 explicitly with the @code{set write} command. For example, you might
7989 want to turn on internal debugging flags, or even to make emergency
7990 repairs.
7991
7992 @table @code
7993 @kindex set write
7994 @item set write on
7995 @itemx set write off
7996 If you specify @samp{set write on}, @value{GDBN} opens executable and
7997 core files for both reading and writing; if you specify @samp{set write
7998 off} (the default), @value{GDBN} opens them read-only.
7999
8000 If you have already loaded a file, you must load it again (using the
8001 @code{exec-file} or @code{core-file} command) after changing @code{set
8002 write}, for your new setting to take effect.
8003
8004 @item show write
8005 @kindex show write
8006 Display whether executable files and core files are opened for writing
8007 as well as reading.
8008 @end table
8009
8010 @node GDB Files
8011 @chapter @value{GDBN} Files
8012
8013 @value{GDBN} needs to know the file name of the program to be debugged,
8014 both in order to read its symbol table and in order to start your
8015 program. To debug a core dump of a previous run, you must also tell
8016 @value{GDBN} the name of the core dump file.
8017
8018 @menu
8019 * Files:: Commands to specify files
8020 * Symbol Errors:: Errors reading symbol files
8021 @end menu
8022
8023 @node Files
8024 @section Commands to specify files
8025
8026 @cindex symbol table
8027 @cindex core dump file
8028
8029 You may want to specify executable and core dump file names. The usual
8030 way to do this is at start-up time, using the arguments to
8031 @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and
8032 Out of @value{GDBN}}).
8033
8034 Occasionally it is necessary to change to a different file during a
8035 @value{GDBN} session. Or you may run @value{GDBN} and forget to specify
8036 a file you want to use. In these situations the @value{GDBN} commands
8037 to specify new files are useful.
8038
8039 @table @code
8040 @cindex executable file
8041 @kindex file
8042 @item file @var{filename}
8043 Use @var{filename} as the program to be debugged. It is read for its
8044 symbols and for the contents of pure memory. It is also the program
8045 executed when you use the @code{run} command. If you do not specify a
8046 directory and the file is not found in the @value{GDBN} working directory,
8047 @value{GDBN} uses the environment variable @code{PATH} as a list of
8048 directories to search, just as the shell does when looking for a program
8049 to run. You can change the value of this variable, for both @value{GDBN}
8050 and your program, using the @code{path} command.
8051
8052 On systems with memory-mapped files, an auxiliary file named
8053 @file{@var{filename}.syms} may hold symbol table information for
8054 @var{filename}. If so, @value{GDBN} maps in the symbol table from
8055 @file{@var{filename}.syms}, starting up more quickly. See the
8056 descriptions of the file options @samp{-mapped} and @samp{-readnow}
8057 (available on the command line, and with the commands @code{file},
8058 @code{symbol-file}, or @code{add-symbol-file}, described below),
8059 for more information.
8060
8061 @item file
8062 @code{file} with no argument makes @value{GDBN} discard any information it
8063 has on both executable file and the symbol table.
8064
8065 @kindex exec-file
8066 @item exec-file @r{[} @var{filename} @r{]}
8067 Specify that the program to be run (but not the symbol table) is found
8068 in @var{filename}. @value{GDBN} searches the environment variable @code{PATH}
8069 if necessary to locate your program. Omitting @var{filename} means to
8070 discard information on the executable file.
8071
8072 @kindex symbol-file
8073 @item symbol-file @r{[} @var{filename} @r{]}
8074 Read symbol table information from file @var{filename}. @code{PATH} is
8075 searched when necessary. Use the @code{file} command to get both symbol
8076 table and program to run from the same file.
8077
8078 @code{symbol-file} with no argument clears out @value{GDBN} information on your
8079 program's symbol table.
8080
8081 The @code{symbol-file} command causes @value{GDBN} to forget the contents
8082 of its convenience variables, the value history, and all breakpoints and
8083 auto-display expressions. This is because they may contain pointers to
8084 the internal data recording symbols and data types, which are part of
8085 the old symbol table data being discarded inside @value{GDBN}.
8086
8087 @code{symbol-file} does not repeat if you press @key{RET} again after
8088 executing it once.
8089
8090 When @value{GDBN} is configured for a particular environment, it
8091 understands debugging information in whatever format is the standard
8092 generated for that environment; you may use either a @sc{gnu} compiler, or
8093 other compilers that adhere to the local conventions.
8094 Best results are usually obtained from @sc{gnu} compilers; for example,
8095 using @code{@value{GCC}} you can generate debugging information for
8096 optimized code.
8097
8098 For most kinds of object files, with the exception of old SVR3 systems
8099 using COFF, the @code{symbol-file} command does not normally read the
8100 symbol table in full right away. Instead, it scans the symbol table
8101 quickly to find which source files and which symbols are present. The
8102 details are read later, one source file at a time, as they are needed.
8103
8104 The purpose of this two-stage reading strategy is to make @value{GDBN}
8105 start up faster. For the most part, it is invisible except for
8106 occasional pauses while the symbol table details for a particular source
8107 file are being read. (The @code{set verbose} command can turn these
8108 pauses into messages if desired. @xref{Messages/Warnings, ,Optional
8109 warnings and messages}.)
8110
8111 We have not implemented the two-stage strategy for COFF yet. When the
8112 symbol table is stored in COFF format, @code{symbol-file} reads the
8113 symbol table data in full right away. Note that ``stabs-in-COFF''
8114 still does the two-stage strategy, since the debug info is actually
8115 in stabs format.
8116
8117 @kindex readnow
8118 @cindex reading symbols immediately
8119 @cindex symbols, reading immediately
8120 @kindex mapped
8121 @cindex memory-mapped symbol file
8122 @cindex saving symbol table
8123 @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
8124 @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
8125 You can override the @value{GDBN} two-stage strategy for reading symbol
8126 tables by using the @samp{-readnow} option with any of the commands that
8127 load symbol table information, if you want to be sure @value{GDBN} has the
8128 entire symbol table available.
8129
8130 If memory-mapped files are available on your system through the
8131 @code{mmap} system call, you can use another option, @samp{-mapped}, to
8132 cause @value{GDBN} to write the symbols for your program into a reusable
8133 file. Future @value{GDBN} debugging sessions map in symbol information
8134 from this auxiliary symbol file (if the program has not changed), rather
8135 than spending time reading the symbol table from the executable
8136 program. Using the @samp{-mapped} option has the same effect as
8137 starting @value{GDBN} with the @samp{-mapped} command-line option.
8138
8139 You can use both options together, to make sure the auxiliary symbol
8140 file has all the symbol information for your program.
8141
8142 The auxiliary symbol file for a program called @var{myprog} is called
8143 @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer
8144 than the corresponding executable), @value{GDBN} always attempts to use
8145 it when you debug @var{myprog}; no special options or commands are
8146 needed.
8147
8148 The @file{.syms} file is specific to the host machine where you run
8149 @value{GDBN}. It holds an exact image of the internal @value{GDBN}
8150 symbol table. It cannot be shared across multiple host platforms.
8151
8152 @c FIXME: for now no mention of directories, since this seems to be in
8153 @c flux. 13mar1992 status is that in theory GDB would look either in
8154 @c current dir or in same dir as myprog; but issues like competing
8155 @c GDB's, or clutter in system dirs, mean that in practice right now
8156 @c only current dir is used. FFish says maybe a special GDB hierarchy
8157 @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol
8158 @c files.
8159
8160 @kindex core
8161 @kindex core-file
8162 @item core-file @r{[} @var{filename} @r{]}
8163 Specify the whereabouts of a core dump file to be used as the ``contents
8164 of memory''. Traditionally, core files contain only some parts of the
8165 address space of the process that generated them; @value{GDBN} can access the
8166 executable file itself for other parts.
8167
8168 @code{core-file} with no argument specifies that no core file is
8169 to be used.
8170
8171 Note that the core file is ignored when your program is actually running
8172 under @value{GDBN}. So, if you have been running your program and you
8173 wish to debug a core file instead, you must kill the subprocess in which
8174 the program is running. To do this, use the @code{kill} command
8175 (@pxref{Kill Process, ,Killing the child process}).
8176
8177 @kindex add-symbol-file
8178 @cindex dynamic linking
8179 @item add-symbol-file @var{filename} @var{address}
8180 @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]}
8181 @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address}
8182 The @code{add-symbol-file} command reads additional symbol table
8183 information from the file @var{filename}. You would use this command
8184 when @var{filename} has been dynamically loaded (by some other means)
8185 into the program that is running. @var{address} should be the memory
8186 address at which the file has been loaded; @value{GDBN} cannot figure
8187 this out for itself. You can additionally specify an arbitrary number
8188 of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit
8189 section name and base address for that section. You can specify any
8190 @var{address} as an expression.
8191
8192 The symbol table of the file @var{filename} is added to the symbol table
8193 originally read with the @code{symbol-file} command. You can use the
8194 @code{add-symbol-file} command any number of times; the new symbol data
8195 thus read keeps adding to the old. To discard all old symbol data
8196 instead, use the @code{symbol-file} command without any arguments.
8197
8198 @code{add-symbol-file} does not repeat if you press @key{RET} after using it.
8199
8200 You can use the @samp{-mapped} and @samp{-readnow} options just as with
8201 the @code{symbol-file} command, to change how @value{GDBN} manages the symbol
8202 table information for @var{filename}.
8203
8204 @kindex add-shared-symbol-file
8205 @item add-shared-symbol-file
8206 The @code{add-shared-symbol-file} command can be used only under Harris' CXUX
8207 operating system for the Motorola 88k. @value{GDBN} automatically looks for
8208 shared libraries, however if @value{GDBN} does not find yours, you can run
8209 @code{add-shared-symbol-file}. It takes no arguments.
8210
8211 @kindex section
8212 @item section
8213 The @code{section} command changes the base address of section SECTION of
8214 the exec file to ADDR. This can be used if the exec file does not contain
8215 section addresses, (such as in the a.out format), or when the addresses
8216 specified in the file itself are wrong. Each section must be changed
8217 separately. The @code{info files} command, described below, lists all
8218 the sections and their addresses.
8219
8220 @kindex info files
8221 @kindex info target
8222 @item info files
8223 @itemx info target
8224 @code{info files} and @code{info target} are synonymous; both print the
8225 current target (@pxref{Targets, ,Specifying a Debugging Target}),
8226 including the names of the executable and core dump files currently in
8227 use by @value{GDBN}, and the files from which symbols were loaded. The
8228 command @code{help target} lists all possible targets rather than
8229 current ones.
8230
8231 @end table
8232
8233 All file-specifying commands allow both absolute and relative file names
8234 as arguments. @value{GDBN} always converts the file name to an absolute file
8235 name and remembers it that way.
8236
8237 @cindex shared libraries
8238 @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared
8239 libraries.
8240
8241 @value{GDBN} automatically loads symbol definitions from shared libraries
8242 when you use the @code{run} command, or when you examine a core file.
8243 (Before you issue the @code{run} command, @value{GDBN} does not understand
8244 references to a function in a shared library, however---unless you are
8245 debugging a core file).
8246
8247 On HP-UX, if the program loads a library explicitly, @value{GDBN}
8248 automatically loads the symbols at the time of the @code{shl_load} call.
8249
8250 @c FIXME: some @value{GDBN} release may permit some refs to undef
8251 @c FIXME...symbols---eg in a break cmd---assuming they are from a shared
8252 @c FIXME...lib; check this from time to time when updating manual
8253
8254 @table @code
8255 @kindex info sharedlibrary
8256 @kindex info share
8257 @item info share
8258 @itemx info sharedlibrary
8259 Print the names of the shared libraries which are currently loaded.
8260
8261 @kindex sharedlibrary
8262 @kindex share
8263 @item sharedlibrary @var{regex}
8264 @itemx share @var{regex}
8265 Load shared object library symbols for files matching a
8266 Unix regular expression.
8267 As with files loaded automatically, it only loads shared libraries
8268 required by your program for a core file or after typing @code{run}. If
8269 @var{regex} is omitted all shared libraries required by your program are
8270 loaded.
8271 @end table
8272
8273 On HP-UX systems, @value{GDBN} detects the loading of a shared library
8274 and automatically reads in symbols from the newly loaded library, up to
8275 a threshold that is initially set but that you can modify if you wish.
8276
8277 Beyond that threshold, symbols from shared libraries must be explicitly
8278 loaded. To load these symbols, use the command @code{sharedlibrary
8279 @var{filename}}. The base address of the shared library is determined
8280 automatically by @value{GDBN} and need not be specified.
8281
8282 To display or set the threshold, use the commands:
8283
8284 @table @code
8285 @kindex set auto-solib-add
8286 @item set auto-solib-add @var{threshold}
8287 Set the autoloading size threshold, in megabytes. If @var{threshold} is
8288 nonzero, symbols from all shared object libraries will be loaded
8289 automatically when the inferior begins execution or when the dynamic
8290 linker informs @value{GDBN} that a new library has been loaded, until
8291 the symbol table of the program and libraries exceeds this threshold.
8292 Otherwise, symbols must be loaded manually, using the
8293 @code{sharedlibrary} command. The default threshold is 100 megabytes.
8294
8295 @kindex show auto-solib-add
8296 @item show auto-solib-add
8297 Display the current autoloading size threshold, in megabytes.
8298 @end table
8299
8300 @node Symbol Errors
8301 @section Errors reading symbol files
8302
8303 While reading a symbol file, @value{GDBN} occasionally encounters problems,
8304 such as symbol types it does not recognize, or known bugs in compiler
8305 output. By default, @value{GDBN} does not notify you of such problems, since
8306 they are relatively common and primarily of interest to people
8307 debugging compilers. If you are interested in seeing information
8308 about ill-constructed symbol tables, you can either ask @value{GDBN} to print
8309 only one message about each such type of problem, no matter how many
8310 times the problem occurs; or you can ask @value{GDBN} to print more messages,
8311 to see how many times the problems occur, with the @code{set
8312 complaints} command (@pxref{Messages/Warnings, ,Optional warnings and
8313 messages}).
8314
8315 The messages currently printed, and their meanings, include:
8316
8317 @table @code
8318 @item inner block not inside outer block in @var{symbol}
8319
8320 The symbol information shows where symbol scopes begin and end
8321 (such as at the start of a function or a block of statements). This
8322 error indicates that an inner scope block is not fully contained
8323 in its outer scope blocks.
8324
8325 @value{GDBN} circumvents the problem by treating the inner block as if it had
8326 the same scope as the outer block. In the error message, @var{symbol}
8327 may be shown as ``@code{(don't know)}'' if the outer block is not a
8328 function.
8329
8330 @item block at @var{address} out of order
8331
8332 The symbol information for symbol scope blocks should occur in
8333 order of increasing addresses. This error indicates that it does not
8334 do so.
8335
8336 @value{GDBN} does not circumvent this problem, and has trouble
8337 locating symbols in the source file whose symbols it is reading. (You
8338 can often determine what source file is affected by specifying
8339 @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and
8340 messages}.)
8341
8342 @item bad block start address patched
8343
8344 The symbol information for a symbol scope block has a start address
8345 smaller than the address of the preceding source line. This is known
8346 to occur in the SunOS 4.1.1 (and earlier) C compiler.
8347
8348 @value{GDBN} circumvents the problem by treating the symbol scope block as
8349 starting on the previous source line.
8350
8351 @item bad string table offset in symbol @var{n}
8352
8353 @cindex foo
8354 Symbol number @var{n} contains a pointer into the string table which is
8355 larger than the size of the string table.
8356
8357 @value{GDBN} circumvents the problem by considering the symbol to have the
8358 name @code{foo}, which may cause other problems if many symbols end up
8359 with this name.
8360
8361 @item unknown symbol type @code{0x@var{nn}}
8362
8363 The symbol information contains new data types that @value{GDBN} does
8364 not yet know how to read. @code{0x@var{nn}} is the symbol type of the
8365 uncomprehended information, in hexadecimal.
8366
8367 @value{GDBN} circumvents the error by ignoring this symbol information.
8368 This usually allows you to debug your program, though certain symbols
8369 are not accessible. If you encounter such a problem and feel like
8370 debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint
8371 on @code{complain}, then go up to the function @code{read_dbx_symtab}
8372 and examine @code{*bufp} to see the symbol.
8373
8374 @item stub type has NULL name
8375
8376 @value{GDBN} could not find the full definition for a struct or class.
8377
8378 @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{}
8379 The symbol information for a C++ member function is missing some
8380 information that recent versions of the compiler should have output for
8381 it.
8382
8383 @item info mismatch between compiler and debugger
8384
8385 @value{GDBN} could not parse a type specification output by the compiler.
8386
8387 @end table
8388
8389 @node Targets
8390 @chapter Specifying a Debugging Target
8391
8392 @cindex debugging target
8393 @kindex target
8394
8395 A @dfn{target} is the execution environment occupied by your program.
8396
8397 Often, @value{GDBN} runs in the same host environment as your program;
8398 in that case, the debugging target is specified as a side effect when
8399 you use the @code{file} or @code{core} commands. When you need more
8400 flexibility---for example, running @value{GDBN} on a physically separate
8401 host, or controlling a standalone system over a serial port or a
8402 realtime system over a TCP/IP connection---you can use the @code{target}
8403 command to specify one of the target types configured for @value{GDBN}
8404 (@pxref{Target Commands, ,Commands for managing targets}).
8405
8406 @menu
8407 * Active Targets:: Active targets
8408 * Target Commands:: Commands for managing targets
8409 * Byte Order:: Choosing target byte order
8410 * Remote:: Remote debugging
8411 * KOD:: Kernel Object Display
8412
8413 @end menu
8414
8415 @node Active Targets
8416 @section Active targets
8417
8418 @cindex stacking targets
8419 @cindex active targets
8420 @cindex multiple targets
8421
8422 There are three classes of targets: processes, core files, and
8423 executable files. @value{GDBN} can work concurrently on up to three
8424 active targets, one in each class. This allows you to (for example)
8425 start a process and inspect its activity without abandoning your work on
8426 a core file.
8427
8428 For example, if you execute @samp{gdb a.out}, then the executable file
8429 @code{a.out} is the only active target. If you designate a core file as
8430 well---presumably from a prior run that crashed and coredumped---then
8431 @value{GDBN} has two active targets and uses them in tandem, looking
8432 first in the corefile target, then in the executable file, to satisfy
8433 requests for memory addresses. (Typically, these two classes of target
8434 are complementary, since core files contain only a program's
8435 read-write memory---variables and so on---plus machine status, while
8436 executable files contain only the program text and initialized data.)
8437
8438 When you type @code{run}, your executable file becomes an active process
8439 target as well. When a process target is active, all @value{GDBN}
8440 commands requesting memory addresses refer to that target; addresses in
8441 an active core file or executable file target are obscured while the
8442 process target is active.
8443
8444 Use the @code{core-file} and @code{exec-file} commands to select a new
8445 core file or executable target (@pxref{Files, ,Commands to specify
8446 files}). To specify as a target a process that is already running, use
8447 the @code{attach} command (@pxref{Attach, ,Debugging an already-running
8448 process}).
8449
8450 @node Target Commands
8451 @section Commands for managing targets
8452
8453 @table @code
8454 @item target @var{type} @var{parameters}
8455 Connects the @value{GDBN} host environment to a target machine or
8456 process. A target is typically a protocol for talking to debugging
8457 facilities. You use the argument @var{type} to specify the type or
8458 protocol of the target machine.
8459
8460 Further @var{parameters} are interpreted by the target protocol, but
8461 typically include things like device names or host names to connect
8462 with, process numbers, and baud rates.
8463
8464 The @code{target} command does not repeat if you press @key{RET} again
8465 after executing the command.
8466
8467 @kindex help target
8468 @item help target
8469 Displays the names of all targets available. To display targets
8470 currently selected, use either @code{info target} or @code{info files}
8471 (@pxref{Files, ,Commands to specify files}).
8472
8473 @item help target @var{name}
8474 Describe a particular target, including any parameters necessary to
8475 select it.
8476
8477 @kindex set gnutarget
8478 @item set gnutarget @var{args}
8479 @value{GDBN} uses its own library BFD to read your files. @value{GDBN}
8480 knows whether it is reading an @dfn{executable},
8481 a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format
8482 with the @code{set gnutarget} command. Unlike most @code{target} commands,
8483 with @code{gnutarget} the @code{target} refers to a program, not a machine.
8484
8485 @quotation
8486 @emph{Warning:} To specify a file format with @code{set gnutarget},
8487 you must know the actual BFD name.
8488 @end quotation
8489
8490 @noindent
8491 @xref{Files, , Commands to specify files}.
8492
8493 @kindex show gnutarget
8494 @item show gnutarget
8495 Use the @code{show gnutarget} command to display what file format
8496 @code{gnutarget} is set to read. If you have not set @code{gnutarget},
8497 @value{GDBN} will determine the file format for each file automatically,
8498 and @code{show gnutarget} displays @samp{The current BDF target is "auto"}.
8499 @end table
8500
8501 Here are some common targets (available, or not, depending on the GDB
8502 configuration):
8503
8504 @table @code
8505 @kindex target exec
8506 @item target exec @var{program}
8507 An executable file. @samp{target exec @var{program}} is the same as
8508 @samp{exec-file @var{program}}.
8509
8510 @kindex target core
8511 @item target core @var{filename}
8512 A core dump file. @samp{target core @var{filename}} is the same as
8513 @samp{core-file @var{filename}}.
8514
8515 @kindex target remote
8516 @item target remote @var{dev}
8517 Remote serial target in GDB-specific protocol. The argument @var{dev}
8518 specifies what serial device to use for the connection (e.g.
8519 @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote}
8520 supports the @code{load} command. This is only useful if you have
8521 some other way of getting the stub to the target system, and you can put
8522 it somewhere in memory where it won't get clobbered by the download.
8523
8524 @kindex target sim
8525 @item target sim
8526 Builtin CPU simulator. @value{GDBN} includes simulators for most architectures.
8527 In general,
8528 @example
8529 target sim
8530 load
8531 run
8532 @end example
8533 @noindent
8534 works; however, you cannot assume that a specific memory map, device
8535 drivers, or even basic I/O is available, although some simulators do
8536 provide these. For info about any processor-specific simulator details,
8537 see the appropriate section in @ref{Embedded Processors, ,Embedded
8538 Processors}.
8539
8540 @end table
8541
8542 Some configurations may include these targets as well:
8543
8544 @table @code
8545
8546 @kindex target nrom
8547 @item target nrom @var{dev}
8548 NetROM ROM emulator. This target only supports downloading.
8549
8550 @end table
8551
8552 Different targets are available on different configurations of @value{GDBN};
8553 your configuration may have more or fewer targets.
8554
8555 Many remote targets require you to download the executable's code
8556 once you've successfully established a connection.
8557
8558 @table @code
8559
8560 @kindex load @var{filename}
8561 @item load @var{filename}
8562 Depending on what remote debugging facilities are configured into
8563 @value{GDBN}, the @code{load} command may be available. Where it exists, it
8564 is meant to make @var{filename} (an executable) available for debugging
8565 on the remote system---by downloading, or dynamic linking, for example.
8566 @code{load} also records the @var{filename} symbol table in @value{GDBN}, like
8567 the @code{add-symbol-file} command.
8568
8569 If your @value{GDBN} does not have a @code{load} command, attempting to
8570 execute it gets the error message ``@code{You can't do that when your
8571 target is @dots{}}''
8572
8573 The file is loaded at whatever address is specified in the executable.
8574 For some object file formats, you can specify the load address when you
8575 link the program; for other formats, like a.out, the object file format
8576 specifies a fixed address.
8577 @c FIXME! This would be a good place for an xref to the GNU linker doc.
8578
8579 @code{load} does not repeat if you press @key{RET} again after using it.
8580 @end table
8581
8582 @node Byte Order
8583 @section Choosing target byte order
8584
8585 @cindex choosing target byte order
8586 @cindex target byte order
8587
8588 Some types of processors, such as the MIPS, PowerPC, and Hitachi SH,
8589 offer the ability to run either big-endian or little-endian byte
8590 orders. Usually the executable or symbol will include a bit to
8591 designate the endian-ness, and you will not need to worry about
8592 which to use. However, you may still find it useful to adjust
8593 @value{GDBN}'s idea of processor endian-ness manually.
8594
8595 @table @code
8596 @kindex set endian big
8597 @item set endian big
8598 Instruct @value{GDBN} to assume the target is big-endian.
8599
8600 @kindex set endian little
8601 @item set endian little
8602 Instruct @value{GDBN} to assume the target is little-endian.
8603
8604 @kindex set endian auto
8605 @item set endian auto
8606 Instruct @value{GDBN} to use the byte order associated with the
8607 executable.
8608
8609 @item show endian
8610 Display @value{GDBN}'s current idea of the target byte order.
8611
8612 @end table
8613
8614 Note that these commands merely adjust interpretation of symbolic
8615 data on the host, and that they have absolutely no effect on the
8616 target system.
8617
8618 @node Remote
8619 @section Remote debugging
8620 @cindex remote debugging
8621
8622 If you are trying to debug a program running on a machine that cannot run
8623 @value{GDBN} in the usual way, it is often useful to use remote debugging.
8624 For example, you might use remote debugging on an operating system kernel,
8625 or on a small system which does not have a general purpose operating system
8626 powerful enough to run a full-featured debugger.
8627
8628 Some configurations of @value{GDBN} have special serial or TCP/IP interfaces
8629 to make this work with particular debugging targets. In addition,
8630 @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN},
8631 but not specific to any particular target system) which you can use if you
8632 write the remote stubs---the code that runs on the remote system to
8633 communicate with @value{GDBN}.
8634
8635 Other remote targets may be available in your
8636 configuration of @value{GDBN}; use @code{help target} to list them.
8637
8638 @menu
8639 * Remote Serial:: @value{GDBN} remote serial protocol
8640 @end menu
8641
8642 @node Remote Serial
8643 @subsection The @value{GDBN} remote serial protocol
8644
8645 @cindex remote serial debugging, overview
8646 To debug a program running on another machine (the debugging
8647 @dfn{target} machine), you must first arrange for all the usual
8648 prerequisites for the program to run by itself. For example, for a C
8649 program, you need:
8650
8651 @enumerate
8652 @item
8653 A startup routine to set up the C runtime environment; these usually
8654 have a name like @file{crt0}. The startup routine may be supplied by
8655 your hardware supplier, or you may have to write your own.
8656
8657 @item
8658 A C subroutine library to support your program's
8659 subroutine calls, notably managing input and output.
8660
8661 @item
8662 A way of getting your program to the other machine---for example, a
8663 download program. These are often supplied by the hardware
8664 manufacturer, but you may have to write your own from hardware
8665 documentation.
8666 @end enumerate
8667
8668 The next step is to arrange for your program to use a serial port to
8669 communicate with the machine where @value{GDBN} is running (the @dfn{host}
8670 machine). In general terms, the scheme looks like this:
8671
8672 @table @emph
8673 @item On the host,
8674 @value{GDBN} already understands how to use this protocol; when everything
8675 else is set up, you can simply use the @samp{target remote} command
8676 (@pxref{Targets,,Specifying a Debugging Target}).
8677
8678 @item On the target,
8679 you must link with your program a few special-purpose subroutines that
8680 implement the @value{GDBN} remote serial protocol. The file containing these
8681 subroutines is called a @dfn{debugging stub}.
8682
8683 On certain remote targets, you can use an auxiliary program
8684 @code{gdbserver} instead of linking a stub into your program.
8685 @xref{Server,,Using the @code{gdbserver} program}, for details.
8686 @end table
8687
8688 The debugging stub is specific to the architecture of the remote
8689 machine; for example, use @file{sparc-stub.c} to debug programs on
8690 @sc{sparc} boards.
8691
8692 @cindex remote serial stub list
8693 These working remote stubs are distributed with @value{GDBN}:
8694
8695 @table @code
8696
8697 @item i386-stub.c
8698 @cindex @file{i386-stub.c}
8699 @cindex Intel
8700 @cindex i386
8701 For Intel 386 and compatible architectures.
8702
8703 @item m68k-stub.c
8704 @cindex @file{m68k-stub.c}
8705 @cindex Motorola 680x0
8706 @cindex m680x0
8707 For Motorola 680x0 architectures.
8708
8709 @item sh-stub.c
8710 @cindex @file{sh-stub.c}
8711 @cindex Hitachi
8712 @cindex SH
8713 For Hitachi SH architectures.
8714
8715 @item sparc-stub.c
8716 @cindex @file{sparc-stub.c}
8717 @cindex Sparc
8718 For @sc{sparc} architectures.
8719
8720 @item sparcl-stub.c
8721 @cindex @file{sparcl-stub.c}
8722 @cindex Fujitsu
8723 @cindex SparcLite
8724 For Fujitsu @sc{sparclite} architectures.
8725
8726 @end table
8727
8728 The @file{README} file in the @value{GDBN} distribution may list other
8729 recently added stubs.
8730
8731 @menu
8732 * Stub Contents:: What the stub can do for you
8733 * Bootstrapping:: What you must do for the stub
8734 * Debug Session:: Putting it all together
8735 * Protocol:: Definition of the communication protocol
8736 * Server:: Using the `gdbserver' program
8737 * NetWare:: Using the `gdbserve.nlm' program
8738 @end menu
8739
8740 @node Stub Contents
8741 @subsubsection What the stub can do for you
8742
8743 @cindex remote serial stub
8744 The debugging stub for your architecture supplies these three
8745 subroutines:
8746
8747 @table @code
8748 @item set_debug_traps
8749 @kindex set_debug_traps
8750 @cindex remote serial stub, initialization
8751 This routine arranges for @code{handle_exception} to run when your
8752 program stops. You must call this subroutine explicitly near the
8753 beginning of your program.
8754
8755 @item handle_exception
8756 @kindex handle_exception
8757 @cindex remote serial stub, main routine
8758 This is the central workhorse, but your program never calls it
8759 explicitly---the setup code arranges for @code{handle_exception} to
8760 run when a trap is triggered.
8761
8762 @code{handle_exception} takes control when your program stops during
8763 execution (for example, on a breakpoint), and mediates communications
8764 with @value{GDBN} on the host machine. This is where the communications
8765 protocol is implemented; @code{handle_exception} acts as the @value{GDBN}
8766 representative on the target machine. It begins by sending summary
8767 information on the state of your program, then continues to execute,
8768 retrieving and transmitting any information @value{GDBN} needs, until you
8769 execute a @value{GDBN} command that makes your program resume; at that point,
8770 @code{handle_exception} returns control to your own code on the target
8771 machine.
8772
8773 @item breakpoint
8774 @cindex @code{breakpoint} subroutine, remote
8775 Use this auxiliary subroutine to make your program contain a
8776 breakpoint. Depending on the particular situation, this may be the only
8777 way for @value{GDBN} to get control. For instance, if your target
8778 machine has some sort of interrupt button, you won't need to call this;
8779 pressing the interrupt button transfers control to
8780 @code{handle_exception}---in effect, to @value{GDBN}. On some machines,
8781 simply receiving characters on the serial port may also trigger a trap;
8782 again, in that situation, you don't need to call @code{breakpoint} from
8783 your own program---simply running @samp{target remote} from the host
8784 @value{GDBN} session gets control.
8785
8786 Call @code{breakpoint} if none of these is true, or if you simply want
8787 to make certain your program stops at a predetermined point for the
8788 start of your debugging session.
8789 @end table
8790
8791 @node Bootstrapping
8792 @subsubsection What you must do for the stub
8793
8794 @cindex remote stub, support routines
8795 The debugging stubs that come with @value{GDBN} are set up for a particular
8796 chip architecture, but they have no information about the rest of your
8797 debugging target machine.
8798
8799 First of all you need to tell the stub how to communicate with the
8800 serial port.
8801
8802 @table @code
8803 @item int getDebugChar()
8804 @kindex getDebugChar
8805 Write this subroutine to read a single character from the serial port.
8806 It may be identical to @code{getchar} for your target system; a
8807 different name is used to allow you to distinguish the two if you wish.
8808
8809 @item void putDebugChar(int)
8810 @kindex putDebugChar
8811 Write this subroutine to write a single character to the serial port.
8812 It may be identical to @code{putchar} for your target system; a
8813 different name is used to allow you to distinguish the two if you wish.
8814 @end table
8815
8816 @cindex control C, and remote debugging
8817 @cindex interrupting remote targets
8818 If you want @value{GDBN} to be able to stop your program while it is
8819 running, you need to use an interrupt-driven serial driver, and arrange
8820 for it to stop when it receives a @code{^C} (@samp{\003}, the control-C
8821 character). That is the character which @value{GDBN} uses to tell the
8822 remote system to stop.
8823
8824 Getting the debugging target to return the proper status to @value{GDBN}
8825 probably requires changes to the standard stub; one quick and dirty way
8826 is to just execute a breakpoint instruction (the ``dirty'' part is that
8827 @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}).
8828
8829 Other routines you need to supply are:
8830
8831 @table @code
8832 @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address})
8833 @kindex exceptionHandler
8834 Write this function to install @var{exception_address} in the exception
8835 handling tables. You need to do this because the stub does not have any
8836 way of knowing what the exception handling tables on your target system
8837 are like (for example, the processor's table might be in @sc{rom},
8838 containing entries which point to a table in @sc{ram}).
8839 @var{exception_number} is the exception number which should be changed;
8840 its meaning is architecture-dependent (for example, different numbers
8841 might represent divide by zero, misaligned access, etc). When this
8842 exception occurs, control should be transferred directly to
8843 @var{exception_address}, and the processor state (stack, registers,
8844 and so on) should be just as it is when a processor exception occurs. So if
8845 you want to use a jump instruction to reach @var{exception_address}, it
8846 should be a simple jump, not a jump to subroutine.
8847
8848 For the 386, @var{exception_address} should be installed as an interrupt
8849 gate so that interrupts are masked while the handler runs. The gate
8850 should be at privilege level 0 (the most privileged level). The
8851 @sc{sparc} and 68k stubs are able to mask interrupts themselves without
8852 help from @code{exceptionHandler}.
8853
8854 @item void flush_i_cache()
8855 @kindex flush_i_cache
8856 On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the
8857 instruction cache, if any, on your target machine. If there is no
8858 instruction cache, this subroutine may be a no-op.
8859
8860 On target machines that have instruction caches, @value{GDBN} requires this
8861 function to make certain that the state of your program is stable.
8862 @end table
8863
8864 @noindent
8865 You must also make sure this library routine is available:
8866
8867 @table @code
8868 @item void *memset(void *, int, int)
8869 @kindex memset
8870 This is the standard library function @code{memset} that sets an area of
8871 memory to a known value. If you have one of the free versions of
8872 @code{libc.a}, @code{memset} can be found there; otherwise, you must
8873 either obtain it from your hardware manufacturer, or write your own.
8874 @end table
8875
8876 If you do not use the GNU C compiler, you may need other standard
8877 library subroutines as well; this varies from one stub to another,
8878 but in general the stubs are likely to use any of the common library
8879 subroutines which @code{@value{GCC}} generates as inline code.
8880
8881
8882 @node Debug Session
8883 @subsubsection Putting it all together
8884
8885 @cindex remote serial debugging summary
8886 In summary, when your program is ready to debug, you must follow these
8887 steps.
8888
8889 @enumerate
8890 @item
8891 Make sure you have defined the supporting low-level routines
8892 (@pxref{Bootstrapping,,What you must do for the stub}):
8893 @display
8894 @code{getDebugChar}, @code{putDebugChar},
8895 @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}.
8896 @end display
8897
8898 @item
8899 Insert these lines near the top of your program:
8900
8901 @example
8902 set_debug_traps();
8903 breakpoint();
8904 @end example
8905
8906 @item
8907 For the 680x0 stub only, you need to provide a variable called
8908 @code{exceptionHook}. Normally you just use:
8909
8910 @example
8911 void (*exceptionHook)() = 0;
8912 @end example
8913
8914 @noindent
8915 but if before calling @code{set_debug_traps}, you set it to point to a
8916 function in your program, that function is called when
8917 @code{@value{GDBN}} continues after stopping on a trap (for example, bus
8918 error). The function indicated by @code{exceptionHook} is called with
8919 one parameter: an @code{int} which is the exception number.
8920
8921 @item
8922 Compile and link together: your program, the @value{GDBN} debugging stub for
8923 your target architecture, and the supporting subroutines.
8924
8925 @item
8926 Make sure you have a serial connection between your target machine and
8927 the @value{GDBN} host, and identify the serial port on the host.
8928
8929 @item
8930 @c The "remote" target now provides a `load' command, so we should
8931 @c document that. FIXME.
8932 Download your program to your target machine (or get it there by
8933 whatever means the manufacturer provides), and start it.
8934
8935 @item
8936 To start remote debugging, run @value{GDBN} on the host machine, and specify
8937 as an executable file the program that is running in the remote machine.
8938 This tells @value{GDBN} how to find your program's symbols and the contents
8939 of its pure text.
8940
8941 @item
8942 @cindex serial line, @code{target remote}
8943 Establish communication using the @code{target remote} command.
8944 Its argument specifies how to communicate with the target
8945 machine---either via a devicename attached to a direct serial line, or a
8946 TCP port (usually to a terminal server which in turn has a serial line
8947 to the target). For example, to use a serial line connected to the
8948 device named @file{/dev/ttyb}:
8949
8950 @example
8951 target remote /dev/ttyb
8952 @end example
8953
8954 @cindex TCP port, @code{target remote}
8955 To use a TCP connection, use an argument of the form
8956 @code{@var{host}:port}. For example, to connect to port 2828 on a
8957 terminal server named @code{manyfarms}:
8958
8959 @example
8960 target remote manyfarms:2828
8961 @end example
8962 @end enumerate
8963
8964 Now you can use all the usual commands to examine and change data and to
8965 step and continue the remote program.
8966
8967 To resume the remote program and stop debugging it, use the @code{detach}
8968 command.
8969
8970 @cindex interrupting remote programs
8971 @cindex remote programs, interrupting
8972 Whenever @value{GDBN} is waiting for the remote program, if you type the
8973 interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the
8974 program. This may or may not succeed, depending in part on the hardware
8975 and the serial drivers the remote system uses. If you type the
8976 interrupt character once again, @value{GDBN} displays this prompt:
8977
8978 @example
8979 Interrupted while waiting for the program.
8980 Give up (and stop debugging it)? (y or n)
8981 @end example
8982
8983 If you type @kbd{y}, @value{GDBN} abandons the remote debugging session.
8984 (If you decide you want to try again later, you can use @samp{target
8985 remote} again to connect once more.) If you type @kbd{n}, @value{GDBN}
8986 goes back to waiting.
8987
8988 @node Protocol
8989 @subsubsection Communication protocol
8990
8991 @cindex debugging stub, example
8992 @cindex remote stub, example
8993 @cindex stub example, remote debugging
8994 The stub files provided with @value{GDBN} implement the target side of the
8995 communication protocol, and the @value{GDBN} side is implemented in the
8996 @value{GDBN} source file @file{remote.c}. Normally, you can simply allow
8997 these subroutines to communicate, and ignore the details. (If you're
8998 implementing your own stub file, you can still ignore the details: start
8999 with one of the existing stub files. @file{sparc-stub.c} is the best
9000 organized, and therefore the easiest to read.)
9001
9002 However, there may be occasions when you need to know something about
9003 the protocol---for example, if there is only one serial port to your
9004 target machine, you might want your program to do something special if
9005 it recognizes a packet meant for @value{GDBN}.
9006
9007 In the examples below, @samp{<-} and @samp{->} are used to indicate
9008 transmitted and received data respectfully.
9009
9010 @cindex protocol, @value{GDBN} remote serial
9011 @cindex serial protocol, @value{GDBN} remote
9012 @cindex remote serial protocol
9013 All @value{GDBN} commands and responses (other than acknowledgments) are
9014 sent as a @var{packet}. A @var{packet} is introduced with the character
9015 @samp{$}, the actual @var{packet-data}, and the terminating character
9016 @samp{#} followed by a two-digit @var{checksum}:
9017
9018 @example
9019 @code{$}@var{packet-data}@code{#}@var{checksum}
9020 @end example
9021 @noindent
9022
9023 @cindex checksum, for @value{GDBN} remote
9024 @noindent
9025 The two-digit @var{checksum} is computed as the modulo 256 sum of all
9026 characters between the leading @samp{$} and the trailing @samp{#} (an
9027 eight bit unsigned checksum).
9028
9029 Implementors should note that prior to @value{GDBN} 5.0 the protocol
9030 specification also included an optional two-digit @var{sequence-id}:
9031
9032 @example
9033 @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum}
9034 @end example
9035
9036 @cindex sequence-id, for @value{GDBN} remote
9037 @noindent
9038 That @var{sequence-id} was appended to the acknowledgment. @value{GDBN}
9039 has never output @var{sequence-id}s. Stubs that handle packets added
9040 since @value{GDBN} 5.0 must not accept @var{sequence-id}.
9041
9042 @cindex acknowledgment, for @value{GDBN} remote
9043 When either the host or the target machine receives a packet, the first
9044 response expected is an acknowledgment: either @samp{+} (to indicate
9045 the package was received correctly) or @samp{-} (to request
9046 retransmission):
9047
9048 @example
9049 <- @code{$}@var{packet-data}@code{#}@var{checksum}
9050 -> @code{+}
9051 @end example
9052 @noindent
9053
9054 The host (@value{GDBN}) sends @var{command}s, and the target (the
9055 debugging stub incorporated in your program) sends a @var{response}. In
9056 the case of step and continue @var{command}s, the response is only sent
9057 when the operation has completed (the target has again stopped).
9058
9059 @var{packet-data} consists of a sequence of characters with the
9060 exception of @samp{#} and @samp{$} (see @samp{X} packet for additional
9061 exceptions).
9062
9063 Fields within the packet should be separated using @samp{,} @samp{;} or
9064 @samp{:}. Except where otherwise noted all numbers are represented in
9065 HEX with leading zeros suppressed.
9066
9067 Implementors should note that prior to @value{GDBN} 5.0, the character
9068 @samp{:} could not appear as the third character in a packet (as it
9069 would potentially conflict with the @var{sequence-id}).
9070
9071 Response @var{data} can be run-length encoded to save space. A @samp{*}
9072 means that the next character is an @sc{ascii} encoding giving a repeat count
9073 which stands for that many repetitions of the character preceding the
9074 @samp{*}. The encoding is @code{n+29}, yielding a printable character
9075 where @code{n >=3} (which is where rle starts to win). The printable
9076 characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric
9077 value greater than 126 should not be used.
9078
9079 Some remote systems have used a different run-length encoding mechanism
9080 loosely refered to as the cisco encoding. Following the @samp{*}
9081 character are two hex digits that indicate the size of the packet.
9082
9083 So:
9084 @example
9085 "@code{0* }"
9086 @end example
9087 @noindent
9088 means the same as "0000".
9089
9090 The error response returned for some packets includes a two character
9091 error number. That number is not well defined.
9092
9093 For any @var{command} not supported by the stub, an empty response
9094 (@samp{$#00}) should be returned. That way it is possible to extend the
9095 protocol. A newer @value{GDBN} can tell if a packet is supported based
9096 on that response.
9097
9098 A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M},
9099 @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are
9100 optional.
9101
9102 Below is a complete list of all currently defined @var{command}s and
9103 their corresponding response @var{data}:
9104 @page
9105 @multitable @columnfractions .30 .30 .40
9106 @item Packet
9107 @tab Request
9108 @tab Description
9109
9110 @item extended ops
9111 @tab @code{!}
9112 @tab
9113 Use the extended remote protocol. Sticky---only needs to be set once.
9114 The extended remote protocol supports the @samp{R} packet.
9115 @item
9116 @tab reply @samp{}
9117 @tab
9118 Stubs that support the extended remote protocol return @samp{} which,
9119 unfortunately, is identical to the response returned by stubs that do not
9120 support protocol extensions.
9121
9122 @item last signal
9123 @tab @code{?}
9124 @tab
9125 Indicate the reason the target halted. The reply is the same as for step
9126 and continue.
9127 @item
9128 @tab reply
9129 @tab see below
9130
9131
9132 @item reserved
9133 @tab @code{a}
9134 @tab Reserved for future use
9135
9136 @item set program arguments @strong{(reserved)}
9137 @tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...}
9138 @tab
9139 @item
9140 @tab
9141 @tab
9142 Initialized @samp{argv[]} array passed into program. @var{arglen}
9143 specifies the number of bytes in the hex encoded byte stream @var{arg}.
9144 See @file{gdbserver} for more details.
9145 @item
9146 @tab reply @code{OK}
9147 @item
9148 @tab reply @code{E}@var{NN}
9149
9150 @item set baud @strong{(deprecated)}
9151 @tab @code{b}@var{baud}
9152 @tab
9153 Change the serial line speed to @var{baud}. JTC: @emph{When does the
9154 transport layer state change? When it's received, or after the ACK is
9155 transmitted. In either case, there are problems if the command or the
9156 acknowledgment packet is dropped.} Stan: @emph{If people really wanted
9157 to add something like this, and get it working for the first time, they
9158 ought to modify ser-unix.c to send some kind of out-of-band message to a
9159 specially-setup stub and have the switch happen "in between" packets, so
9160 that from remote protocol's point of view, nothing actually
9161 happened.}
9162
9163 @item set breakpoint @strong{(deprecated)}
9164 @tab @code{B}@var{addr},@var{mode}
9165 @tab
9166 Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a
9167 breakpoint at @var{addr}. @emph{This has been replaced by the @samp{Z} and
9168 @samp{z} packets.}
9169
9170 @item continue
9171 @tab @code{c}@var{addr}
9172 @tab
9173 @var{addr} is address to resume. If @var{addr} is omitted, resume at
9174 current address.
9175 @item
9176 @tab reply
9177 @tab see below
9178
9179 @item continue with signal
9180 @tab @code{C}@var{sig}@code{;}@var{addr}
9181 @tab
9182 Continue with signal @var{sig} (hex signal number). If
9183 @code{;}@var{addr} is omitted, resume at same address.
9184 @item
9185 @tab reply
9186 @tab see below
9187
9188 @item toggle debug @strong{(deprecated)}
9189 @tab @code{d}
9190 @tab
9191 toggle debug flag.
9192
9193 @item detach
9194 @tab @code{D}
9195 @tab
9196 Detach @value{GDBN} from the remote system. Sent to the remote target before
9197 @value{GDBN} disconnects.
9198 @item
9199 @tab reply @emph{no response}
9200 @tab
9201 @value{GDBN} does not check for any response after sending this packet.
9202
9203 @item reserved
9204 @tab @code{e}
9205 @tab Reserved for future use
9206
9207 @item reserved
9208 @tab @code{E}
9209 @tab Reserved for future use
9210
9211 @item reserved
9212 @tab @code{f}
9213 @tab Reserved for future use
9214
9215 @item reserved
9216 @tab @code{F}
9217 @tab Reserved for future use
9218
9219 @item read registers
9220 @tab @code{g}
9221 @tab Read general registers.
9222 @item
9223 @tab reply @var{XX...}
9224 @tab
9225 Each byte of register data is described by two hex digits. The bytes
9226 with the register are transmitted in target byte order. The size of
9227 each register and their position within the @samp{g} @var{packet} are
9228 determined by the @value{GDBN} internal macros @var{REGISTER_RAW_SIZE} and
9229 @var{REGISTER_NAME} macros. The specification of several standard
9230 @code{g} packets is specified below.
9231 @item
9232 @tab @code{E}@var{NN}
9233 @tab for an error.
9234
9235 @item write regs
9236 @tab @code{G}@var{XX...}
9237 @tab
9238 See @samp{g} for a description of the @var{XX...} data.
9239 @item
9240 @tab reply @code{OK}
9241 @tab for success
9242 @item
9243 @tab reply @code{E}@var{NN}
9244 @tab for an error
9245
9246 @item reserved
9247 @tab @code{h}
9248 @tab Reserved for future use
9249
9250 @item set thread
9251 @tab @code{H}@var{c}@var{t...}
9252 @tab
9253 Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g},
9254 @samp{G}, et.al.). @var{c} = @samp{c} for thread used in step and
9255 continue; @var{t...} can be -1 for all threads. @var{c} = @samp{g} for
9256 thread used in other operations. If zero, pick a thread, any thread.
9257 @item
9258 @tab reply @code{OK}
9259 @tab for success
9260 @item
9261 @tab reply @code{E}@var{NN}
9262 @tab for an error
9263
9264 @c FIXME: JTC:
9265 @c 'H': How restrictive (or permissive) is the thread model. If a
9266 @c thread is selected and stopped, are other threads allowed
9267 @c to continue to execute? As I mentioned above, I think the
9268 @c semantics of each command when a thread is selected must be
9269 @c described. For example:
9270 @c
9271 @c 'g': If the stub supports threads and a specific thread is
9272 @c selected, returns the register block from that thread;
9273 @c otherwise returns current registers.
9274 @c
9275 @c 'G' If the stub supports threads and a specific thread is
9276 @c selected, sets the registers of the register block of
9277 @c that thread; otherwise sets current registers.
9278
9279 @item cycle step @strong{(draft)}
9280 @tab @code{i}@var{addr}@code{,}@var{nnn}
9281 @tab
9282 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is
9283 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
9284 step starting at that address.
9285
9286 @item signal then cycle step @strong{(reserved)}
9287 @tab @code{I}
9288 @tab
9289 See @samp{i} and @samp{S} for likely syntax and semantics.
9290
9291 @item reserved
9292 @tab @code{j}
9293 @tab Reserved for future use
9294
9295 @item reserved
9296 @tab @code{J}
9297 @tab Reserved for future use
9298
9299 @item kill request
9300 @tab @code{k}
9301 @tab
9302 FIXME: @emph{There is no description of how operate when a specific
9303 thread context has been selected (ie. does 'k' kill only that thread?)}.
9304
9305 @item reserved
9306 @tab @code{l}
9307 @tab Reserved for future use
9308
9309 @item reserved
9310 @tab @code{L}
9311 @tab Reserved for future use
9312
9313 @item read memory
9314 @tab @code{m}@var{addr}@code{,}@var{length}
9315 @tab
9316 Read @var{length} bytes of memory starting at address @var{addr}.
9317 Neither @value{GDBN} nor the stub assume that sized memory transfers are assumed
9318 using word alligned accesses. FIXME: @emph{A word aligned memory
9319 transfer mechanism is needed.}
9320 @item
9321 @tab reply @var{XX...}
9322 @tab
9323 @var{XX...} is mem contents. Can be fewer bytes than requested if able
9324 to read only part of the data. Neither @value{GDBN} nor the stub assume that
9325 sized memory transfers are assumed using word alligned accesses. FIXME:
9326 @emph{A word aligned memory transfer mechanism is needed.}
9327 @item
9328 @tab reply @code{E}@var{NN}
9329 @tab @var{NN} is errno
9330
9331 @item write mem
9332 @tab @code{M}@var{addr},@var{length}@code{:}@var{XX...}
9333 @tab
9334 Write @var{length} bytes of memory starting at address @var{addr}.
9335 @var{XX...} is the data.
9336 @item
9337 @tab reply @code{OK}
9338 @tab for success
9339 @item
9340 @tab reply @code{E}@var{NN}
9341 @tab
9342 for an error (this includes the case where only part of the data was
9343 written).
9344
9345 @item reserved
9346 @tab @code{n}
9347 @tab Reserved for future use
9348
9349 @item reserved
9350 @tab @code{N}
9351 @tab Reserved for future use
9352
9353 @item reserved
9354 @tab @code{o}
9355 @tab Reserved for future use
9356
9357 @item reserved
9358 @tab @code{O}
9359 @tab Reserved for future use
9360
9361 @item read reg @strong{(reserved)}
9362 @tab @code{p}@var{n...}
9363 @tab
9364 See write register.
9365 @item
9366 @tab return @var{r....}
9367 @tab The hex encoded value of the register in target byte order.
9368
9369 @item write reg
9370 @tab @code{P}@var{n...}@code{=}@var{r...}
9371 @tab
9372 Write register @var{n...} with value @var{r...}, which contains two hex
9373 digits for each byte in the register (target byte order).
9374 @item
9375 @tab reply @code{OK}
9376 @tab for success
9377 @item
9378 @tab reply @code{E}@var{NN}
9379 @tab for an error
9380
9381 @item general query
9382 @tab @code{q}@var{query}
9383 @tab
9384 Request info about @var{query}. In general @value{GDBN} queries
9385 have a leading upper case letter. Custom vendor queries should use a
9386 company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may
9387 optionally be followed by a @samp{,} or @samp{;} separated list. Stubs
9388 must ensure that they match the full @var{query} name.
9389 @item
9390 @tab reply @code{XX...}
9391 @tab Hex encoded data from query. The reply can not be empty.
9392 @item
9393 @tab reply @code{E}@var{NN}
9394 @tab error reply
9395 @item
9396 @tab reply @samp{}
9397 @tab Indicating an unrecognized @var{query}.
9398
9399 @item general set
9400 @tab @code{Q}@var{var}@code{=}@var{val}
9401 @tab
9402 Set value of @var{var} to @var{val}. See @samp{q} for a discussing of
9403 naming conventions.
9404
9405 @item reset @strong{(deprecated)}
9406 @tab @code{r}
9407 @tab
9408 Reset the entire system.
9409
9410 @item remote restart
9411 @tab @code{R}@var{XX}
9412 @tab
9413 Restart the remote server. @var{XX} while needed has no clear
9414 definition. FIXME: @emph{An example interaction explaining how this
9415 packet is used in extended-remote mode is needed}.
9416
9417 @item step
9418 @tab @code{s}@var{addr}
9419 @tab
9420 @var{addr} is address to resume. If @var{addr} is omitted, resume at
9421 same address.
9422 @item
9423 @tab reply
9424 @tab see below
9425
9426 @item step with signal
9427 @tab @code{S}@var{sig}@code{;}@var{addr}
9428 @tab
9429 Like @samp{C} but step not continue.
9430 @item
9431 @tab reply
9432 @tab see below
9433
9434 @item search
9435 @tab @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM}
9436 @tab
9437 Search backwards starting at address @var{addr} for a match with pattern
9438 @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4
9439 bytes. @var{addr} must be at least 3 digits.
9440
9441 @item thread alive
9442 @tab @code{T}@var{XX}
9443 @tab Find out if the thread XX is alive.
9444 @item
9445 @tab reply @code{OK}
9446 @tab thread is still alive
9447 @item
9448 @tab reply @code{E}@var{NN}
9449 @tab thread is dead
9450
9451 @item reserved
9452 @tab @code{u}
9453 @tab Reserved for future use
9454
9455 @item reserved
9456 @tab @code{U}
9457 @tab Reserved for future use
9458
9459 @item reserved
9460 @tab @code{v}
9461 @tab Reserved for future use
9462
9463 @item reserved
9464 @tab @code{V}
9465 @tab Reserved for future use
9466
9467 @item reserved
9468 @tab @code{w}
9469 @tab Reserved for future use
9470
9471 @item reserved
9472 @tab @code{W}
9473 @tab Reserved for future use
9474
9475 @item reserved
9476 @tab @code{x}
9477 @tab Reserved for future use
9478
9479 @item write mem (binary)
9480 @tab @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX...}
9481 @tab
9482 @var{addr} is address, @var{length} is number of bytes, @var{XX...} is
9483 binary data. The characters @code{$}, @code{#}, and @code{0x7d} are
9484 escaped using @code{0x7d}.
9485 @item
9486 @tab reply @code{OK}
9487 @tab for success
9488 @item
9489 @tab reply @code{E}@var{NN}
9490 @tab for an error
9491
9492 @item reserved
9493 @tab @code{y}
9494 @tab Reserved for future use
9495
9496 @item reserved
9497 @tab @code{Y}
9498 @tab Reserved for future use
9499
9500 @item remove break or watchpoint @strong{(draft)}
9501 @tab @code{z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9502 @tab
9503 See @samp{Z}.
9504
9505 @item insert break or watchpoint @strong{(draft)}
9506 @tab @code{Z}@var{t}@code{,}@var{addr}@code{,}@var{length}
9507 @tab
9508 @var{t} is type: @samp{0} - software breakpoint, @samp{1} - hardware
9509 breakpoint, @samp{2} - write watchpoint, @samp{3} - read watchpoint,
9510 @samp{4} - access watchpoint; @var{addr} is address; @var{length} is in
9511 bytes. For a software breakpoint, @var{length} specifies the size of
9512 the instruction to be patched. For hardware breakpoints and watchpoints
9513 @var{length} specifies the memory region to be monitored. To avoid
9514 potential problems with duplicate packets, the operations should be
9515 implemented in an idempotent way.
9516 @item
9517 @tab reply @code{E}@var{NN}
9518 @tab for an error
9519 @item
9520 @tab reply @code{OK}
9521 @tab for success
9522 @item
9523 @tab @samp{}
9524 @tab If not supported.
9525
9526 @item reserved
9527 @tab <other>
9528 @tab Reserved for future use
9529
9530 @end multitable
9531
9532 The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can
9533 receive any of the below as a reply. In the case of the @samp{C},
9534 @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned
9535 when the target halts. In the below the exact meaning of @samp{signal
9536 number} is poorly defined. In general one of the UNIX signal numbering
9537 conventions is used.
9538
9539 @multitable @columnfractions .4 .6
9540
9541 @item @code{S}@var{AA}
9542 @tab @var{AA} is the signal number
9543
9544 @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}
9545 @tab
9546 @var{AA} = two hex digit signal number; @var{n...} = register number
9547 (hex), @var{r...} = target byte ordered register contents, size defined
9548 by @code{REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, @var{r...} =
9549 thread process ID, this is a hex integer; @var{n...} = other string not
9550 starting with valid hex digit. @value{GDBN} should ignore this
9551 @var{n...}, @var{r...} pair and go on to the next. This way we can
9552 extend the protocol.
9553
9554 @item @code{W}@var{AA}
9555 @tab
9556 The process exited, and @var{AA} is the exit status. This is only
9557 applicable for certains sorts of targets.
9558
9559 @item @code{X}@var{AA}
9560 @tab
9561 The process terminated with signal @var{AA}.
9562
9563 @item @code{N}@var{AA}@code{;}@var{t...}@code{;}@var{d...}@code{;}@var{b...} @strong{(obsolete)}
9564 @tab
9565 @var{AA} = signal number; @var{t...} = address of symbol "_start";
9566 @var{d...} = base of data section; @var{b...} = base of bss section.
9567 @emph{Note: only used by Cisco Systems targets. The difference between
9568 this reply and the "qOffsets" query is that the 'N' packet may arrive
9569 spontaneously whereas the 'qOffsets' is a query initiated by the host
9570 debugger.}
9571
9572 @item @code{O}@var{XX...}
9573 @tab
9574 @var{XX...} is hex encoding of @sc{ascii} data. This can happen at any time
9575 while the program is running and the debugger should continue to wait
9576 for 'W', 'T', etc.
9577
9578 @end multitable
9579
9580 The following set and query packets have already been defined.
9581
9582 @multitable @columnfractions .2 .2 .6
9583
9584 @item current thread
9585 @tab @code{q}@code{C}
9586 @tab Return the current thread id.
9587 @item
9588 @tab reply @code{QC}@var{pid}
9589 @tab
9590 Where @var{pid} is a HEX encoded 16 bit process id.
9591 @item
9592 @tab reply *
9593 @tab Any other reply implies the old pid.
9594
9595 @item all thread ids
9596 @tab @code{q}@code{fThreadInfo}
9597 @item
9598 @tab @code{q}@code{sThreadInfo}
9599 @tab
9600 Obtain a list of active thread ids from the target (OS). Since there
9601 may be too many active threads to fit into one reply packet, this query
9602 works iteratively: it may require more than one query/reply sequence to
9603 obtain the entire list of threads. The first query of the sequence will
9604 be the @code{qf}@code{ThreadInfo} query; subsequent queries in the
9605 sequence will be the @code{qs}@code{ThreadInfo} query.
9606 @item
9607 @tab
9608 @tab NOTE: replaces the @code{qL} query (see below).
9609 @item
9610 @tab reply @code{m}@var{<id>}
9611 @tab A single thread id
9612 @item
9613 @tab reply @code{m}@var{<id>},@var{<id>...}
9614 @tab a comma-separated list of thread ids
9615 @item
9616 @tab reply @code{l}
9617 @tab (lower case 'el') denotes end of list.
9618 @item
9619 @tab
9620 @tab
9621 In response to each query, the target will reply with a list of one
9622 or more thread ids, in big-endian hex, separated by commas. GDB will
9623 respond to each reply with a request for more thread ids (using the
9624 @code{qs} form of the query), until the target responds with @code{l}
9625 (lower-case el, for @code{'last'}).
9626
9627 @item extra thread info
9628 @tab @code{q}@code{ThreadExtraInfo}@code{,}@var{id}
9629 @tab
9630 @item
9631 @tab
9632 @tab
9633 Where @var{<id>} is a thread-id in big-endian hex.
9634 Obtain a printable string description of a thread's attributes from
9635 the target OS. This string may contain anything that the target OS
9636 thinks is interesting for @value{GDBN} to tell the user about the thread.
9637 The string is displayed in @value{GDBN}'s @samp{info threads} display.
9638 Some examples of possible thread extra info strings are "Runnable", or
9639 "Blocked on Mutex".
9640 @item
9641 @tab reply @var{XX...}
9642 @tab
9643 Where @var{XX...} is a hex encoding of @sc{ascii} data, comprising the
9644 printable string containing the extra information about the thread's
9645 attributes.
9646
9647 @item query @var{LIST} or @var{threadLIST} @strong{(deprecated)}
9648 @tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread}
9649 @tab
9650 @item
9651 @tab
9652 @tab
9653 Obtain thread information from RTOS. Where: @var{startflag} (one hex
9654 digit) is one to indicate the first query and zero to indicate a
9655 subsequent query; @var{threadcount} (two hex digits) is the maximum
9656 number of threads the response packet can contain; and @var{nextthread}
9657 (eight hex digits), for subsequent queries (@var{startflag} is zero), is
9658 returned in the response as @var{argthread}.
9659 @item
9660 @tab
9661 @tab NOTE: this query is replaced by the @code{q}@code{fThreadInfo}
9662 query (see above).
9663 @item
9664 @tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...}
9665 @tab
9666 @item
9667 @tab
9668 @tab
9669 Where: @var{count} (two hex digits) is the number of threads being
9670 returned; @var{done} (one hex digit) is zero to indicate more threads
9671 and one indicates no further threads; @var{argthreadid} (eight hex
9672 digits) is @var{nextthread} from the request packet; @var{thread...} is
9673 a sequence of thread IDs from the target. @var{threadid} (eight hex
9674 digits). See @code{remote.c:parse_threadlist_response()}.
9675
9676 @item compute CRC of memory block
9677 @tab @code{q}@code{CRC:}@var{addr}@code{,}@var{length}
9678 @tab
9679 @item
9680 @tab reply @code{E}@var{NN}
9681 @tab An error (such as memory fault)
9682 @item
9683 @tab reply @code{C}@var{CRC32}
9684 @tab A 32 bit cyclic redundancy check of the specified memory region.
9685
9686 @item query sect offs
9687 @tab @code{q}@code{Offsets}
9688 @tab
9689 Get section offsets that the target used when re-locating the downloaded
9690 image. @emph{Note: while a @code{Bss} offset is included in the
9691 response, @value{GDBN} ignores this and instead applies the @code{Data}
9692 offset to the @code{Bss} section.}
9693 @item
9694 @tab reply @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz}
9695
9696 @item thread info request
9697 @tab @code{q}@code{P}@var{mode}@var{threadid}
9698 @tab
9699 @item
9700 @tab
9701 @tab
9702 Returns information on @var{threadid}. Where: @var{mode} is a hex
9703 encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
9704 @item
9705 @tab reply *
9706 @tab
9707 See @code{remote.c:remote_unpack_thread_info_response()}.
9708
9709 @item remote command
9710 @tab @code{q}@code{Rcmd,}@var{COMMAND}
9711 @tab
9712 @item
9713 @tab
9714 @tab
9715 @var{COMMAND} (hex encoded) is passed to the local interpreter for
9716 execution. Invalid commands should be reported using the output string.
9717 Before the final result packet, the target may also respond with a
9718 number of intermediate @code{O}@var{OUTPUT} console output
9719 packets. @emph{Implementors should note that providing access to a
9720 stubs's interpreter may have security implications}.
9721 @item
9722 @tab reply @code{OK}
9723 @tab
9724 A command response with no output.
9725 @item
9726 @tab reply @var{OUTPUT}
9727 @tab
9728 A command response with the hex encoded output string @var{OUTPUT}.
9729 @item
9730 @tab reply @code{E}@var{NN}
9731 @tab
9732 Indicate a badly formed request.
9733
9734 @item
9735 @tab reply @samp{}
9736 @tab
9737 When @samp{q}@samp{Rcmd} is not recognized.
9738
9739 @end multitable
9740
9741 The following @samp{g}/@samp{G} packets have previously been defined.
9742 In the below, some thirty-two bit registers are transferred as sixty-four
9743 bits. Those registers should be zero/sign extended (which?) to fill the
9744 space allocated. Register bytes are transfered in target byte order.
9745 The two nibbles within a register byte are transfered most-significant -
9746 least-significant.
9747
9748 @multitable @columnfractions .5 .5
9749
9750 @item MIPS32
9751 @tab
9752 All registers are transfered as thirty-two bit quantities in the order:
9753 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point
9754 registers; fsr; fir; fp.
9755
9756 @item MIPS64
9757 @tab
9758 All registers are transfered as sixty-four bit quantities (including
9759 thirty-two bit registers such as @code{sr}). The ordering is the same
9760 as @code{MIPS32}.
9761
9762 @end multitable
9763
9764 Example sequence of a target being re-started. Notice how the restart
9765 does not get any direct output:
9766
9767 @example
9768 <- @code{R00}
9769 -> @code{+}
9770 @emph{target restarts}
9771 <- @code{?}
9772 -> @code{+}
9773 -> @code{T001:1234123412341234}
9774 <- @code{+}
9775 @end example
9776
9777 Example sequence of a target being stepped by a single instruction:
9778
9779 @example
9780 <- @code{G1445...}
9781 -> @code{+}
9782 <- @code{s}
9783 -> @code{+}
9784 @emph{time passes}
9785 -> @code{T001:1234123412341234}
9786 <- @code{+}
9787 <- @code{g}
9788 -> @code{+}
9789 -> @code{1455...}
9790 <- @code{+}
9791 @end example
9792
9793 @node Server
9794 @subsubsection Using the @code{gdbserver} program
9795
9796 @kindex gdbserver
9797 @cindex remote connection without stubs
9798 @code{gdbserver} is a control program for Unix-like systems, which
9799 allows you to connect your program with a remote @value{GDBN} via
9800 @code{target remote}---but without linking in the usual debugging stub.
9801
9802 @code{gdbserver} is not a complete replacement for the debugging stubs,
9803 because it requires essentially the same operating-system facilities
9804 that @value{GDBN} itself does. In fact, a system that can run
9805 @code{gdbserver} to connect to a remote @value{GDBN} could also run
9806 @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless,
9807 because it is a much smaller program than @value{GDBN} itself. It is
9808 also easier to port than all of @value{GDBN}, so you may be able to get
9809 started more quickly on a new system by using @code{gdbserver}.
9810 Finally, if you develop code for real-time systems, you may find that
9811 the tradeoffs involved in real-time operation make it more convenient to
9812 do as much development work as possible on another system, for example
9813 by cross-compiling. You can use @code{gdbserver} to make a similar
9814 choice for debugging.
9815
9816 @value{GDBN} and @code{gdbserver} communicate via either a serial line
9817 or a TCP connection, using the standard @value{GDBN} remote serial
9818 protocol.
9819
9820 @table @emph
9821 @item On the target machine,
9822 you need to have a copy of the program you want to debug.
9823 @code{gdbserver} does not need your program's symbol table, so you can
9824 strip the program if necessary to save space. @value{GDBN} on the host
9825 system does all the symbol handling.
9826
9827 To use the server, you must tell it how to communicate with @value{GDBN};
9828 the name of your program; and the arguments for your program. The
9829 syntax is:
9830
9831 @smallexample
9832 target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ]
9833 @end smallexample
9834
9835 @var{comm} is either a device name (to use a serial line) or a TCP
9836 hostname and portnumber. For example, to debug Emacs with the argument
9837 @samp{foo.txt} and communicate with @value{GDBN} over the serial port
9838 @file{/dev/com1}:
9839
9840 @smallexample
9841 target> gdbserver /dev/com1 emacs foo.txt
9842 @end smallexample
9843
9844 @code{gdbserver} waits passively for the host @value{GDBN} to communicate
9845 with it.
9846
9847 To use a TCP connection instead of a serial line:
9848
9849 @smallexample
9850 target> gdbserver host:2345 emacs foo.txt
9851 @end smallexample
9852
9853 The only difference from the previous example is the first argument,
9854 specifying that you are communicating with the host @value{GDBN} via
9855 TCP. The @samp{host:2345} argument means that @code{gdbserver} is to
9856 expect a TCP connection from machine @samp{host} to local TCP port 2345.
9857 (Currently, the @samp{host} part is ignored.) You can choose any number
9858 you want for the port number as long as it does not conflict with any
9859 TCP ports already in use on the target system (for example, @code{23} is
9860 reserved for @code{telnet}).@footnote{If you choose a port number that
9861 conflicts with another service, @code{gdbserver} prints an error message
9862 and exits.} You must use the same port number with the host @value{GDBN}
9863 @code{target remote} command.
9864
9865 @item On the @value{GDBN} host machine,
9866 you need an unstripped copy of your program, since @value{GDBN} needs
9867 symbols and debugging information. Start up @value{GDBN} as usual,
9868 using the name of the local copy of your program as the first argument.
9869 (You may also need the @w{@samp{--baud}} option if the serial line is
9870 running at anything other than 9600@dmn{bps}.) After that, use @code{target
9871 remote} to establish communications with @code{gdbserver}. Its argument
9872 is either a device name (usually a serial device, like
9873 @file{/dev/ttyb}), or a TCP port descriptor in the form
9874 @code{@var{host}:@var{PORT}}. For example:
9875
9876 @smallexample
9877 (@value{GDBP}) target remote /dev/ttyb
9878 @end smallexample
9879
9880 @noindent
9881 communicates with the server via serial line @file{/dev/ttyb}, and
9882
9883 @smallexample
9884 (@value{GDBP}) target remote the-target:2345
9885 @end smallexample
9886
9887 @noindent
9888 communicates via a TCP connection to port 2345 on host @w{@file{the-target}}.
9889 For TCP connections, you must start up @code{gdbserver} prior to using
9890 the @code{target remote} command. Otherwise you may get an error whose
9891 text depends on the host system, but which usually looks something like
9892 @samp{Connection refused}.
9893 @end table
9894
9895 @node NetWare
9896 @subsubsection Using the @code{gdbserve.nlm} program
9897
9898 @kindex gdbserve.nlm
9899 @code{gdbserve.nlm} is a control program for NetWare systems, which
9900 allows you to connect your program with a remote @value{GDBN} via
9901 @code{target remote}.
9902
9903 @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line,
9904 using the standard @value{GDBN} remote serial protocol.
9905
9906 @table @emph
9907 @item On the target machine,
9908 you need to have a copy of the program you want to debug.
9909 @code{gdbserve.nlm} does not need your program's symbol table, so you
9910 can strip the program if necessary to save space. @value{GDBN} on the
9911 host system does all the symbol handling.
9912
9913 To use the server, you must tell it how to communicate with
9914 @value{GDBN}; the name of your program; and the arguments for your
9915 program. The syntax is:
9916
9917 @smallexample
9918 load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ]
9919 [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ]
9920 @end smallexample
9921
9922 @var{board} and @var{port} specify the serial line; @var{baud} specifies
9923 the baud rate used by the connection. @var{port} and @var{node} default
9924 to 0, @var{baud} defaults to 9600@dmn{bps}.
9925
9926 For example, to debug Emacs with the argument @samp{foo.txt}and
9927 communicate with @value{GDBN} over serial port number 2 or board 1
9928 using a 19200@dmn{bps} connection:
9929
9930 @smallexample
9931 load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt
9932 @end smallexample
9933
9934 @item On the @value{GDBN} host machine,
9935 you need an unstripped copy of your program, since @value{GDBN} needs
9936 symbols and debugging information. Start up @value{GDBN} as usual,
9937 using the name of the local copy of your program as the first argument.
9938 (You may also need the @w{@samp{--baud}} option if the serial line is
9939 running at anything other than 9600@dmn{bps}. After that, use @code{target
9940 remote} to establish communications with @code{gdbserve.nlm}. Its
9941 argument is a device name (usually a serial device, like
9942 @file{/dev/ttyb}). For example:
9943
9944 @smallexample
9945 (@value{GDBP}) target remote /dev/ttyb
9946 @end smallexample
9947
9948 @noindent
9949 communications with the server via serial line @file{/dev/ttyb}.
9950 @end table
9951
9952 @node KOD
9953 @section Kernel Object Display
9954
9955 @cindex kernel object display
9956 @cindex kernel object
9957 @cindex KOD
9958
9959 Some targets support kernel object display. Using this facility,
9960 @value{GDBN} communicates specially with the underlying operating system
9961 and can display information about operating system-level objects such as
9962 mutexes and other synchronization objects. Exactly which objects can be
9963 displayed is determined on a per-OS basis.
9964
9965 Use the @code{set os} command to set the operating system. This tells
9966 @value{GDBN} which kernel object display module to initialize:
9967
9968 @example
9969 (@value{GDBP}) set os cisco
9970 @end example
9971
9972 If @code{set os} succeeds, @value{GDBN} will display some information
9973 about the operating system, and will create a new @code{info} command
9974 which can be used to query the target. The @code{info} command is named
9975 after the operating system:
9976
9977 @example
9978 (@value{GDBP}) info cisco
9979 List of Cisco Kernel Objects
9980 Object Description
9981 any Any and all objects
9982 @end example
9983
9984 Further subcommands can be used to query about particular objects known
9985 by the kernel.
9986
9987 There is currently no way to determine whether a given operating system
9988 is supported other than to try it.
9989
9990
9991 @node Configurations
9992 @chapter Configuration-Specific Information
9993
9994 While nearly all @value{GDBN} commands are available for all native and
9995 cross versions of the debugger, there are some exceptions. This chapter
9996 describes things that are only available in certain configurations.
9997
9998 There are three major categories of configurations: native
9999 configurations, where the host and target are the same, embedded
10000 operating system configurations, which are usually the same for several
10001 different processor architectures, and bare embedded processors, which
10002 are quite different from each other.
10003
10004 @menu
10005 * Native::
10006 * Embedded OS::
10007 * Embedded Processors::
10008 * Architectures::
10009 @end menu
10010
10011 @node Native
10012 @section Native
10013
10014 This section describes details specific to particular native
10015 configurations.
10016
10017 @menu
10018 * HP-UX:: HP-UX
10019 * SVR4 Process Information:: SVR4 process information
10020 @end menu
10021
10022 @node HP-UX
10023 @subsection HP-UX
10024
10025 On HP-UX systems, if you refer to a function or variable name that
10026 begins with a dollar sign, @value{GDBN} searches for a user or system
10027 name first, before it searches for a convenience variable.
10028
10029 @node SVR4 Process Information
10030 @subsection SVR4 process information
10031
10032 @kindex /proc
10033 @cindex process image
10034
10035 Many versions of SVR4 provide a facility called @samp{/proc} that can be
10036 used to examine the image of a running process using file-system
10037 subroutines. If @value{GDBN} is configured for an operating system with
10038 this facility, the command @code{info proc} is available to report on
10039 several kinds of information about the process running your program.
10040 @code{info proc} works only on SVR4 systems that include the
10041 @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix,
10042 and Unixware, but not HP-UX or Linux, for example.
10043
10044 @table @code
10045 @kindex info proc
10046 @item info proc
10047 Summarize available information about the process.
10048
10049 @kindex info proc mappings
10050 @item info proc mappings
10051 Report on the address ranges accessible in the program, with information
10052 on whether your program may read, write, or execute each range.
10053
10054 @kindex info proc times
10055 @item info proc times
10056 Starting time, user CPU time, and system CPU time for your program and
10057 its children.
10058
10059 @kindex info proc id
10060 @item info proc id
10061 Report on the process IDs related to your program: its own process ID,
10062 the ID of its parent, the process group ID, and the session ID.
10063
10064 @kindex info proc status
10065 @item info proc status
10066 General information on the state of the process. If the process is
10067 stopped, this report includes the reason for stopping, and any signal
10068 received.
10069
10070 @item info proc all
10071 Show all the above information about the process.
10072 @end table
10073
10074 @node Embedded OS
10075 @section Embedded Operating Systems
10076
10077 This section describes configurations involving the debugging of
10078 embedded operating systems that are available for several different
10079 architectures.
10080
10081 @menu
10082 * VxWorks:: Using @value{GDBN} with VxWorks
10083 @end menu
10084
10085 @value{GDBN} includes the ability to debug programs running on
10086 various real-time operating systems.
10087
10088 @node VxWorks
10089 @subsection Using @value{GDBN} with VxWorks
10090
10091 @cindex VxWorks
10092
10093 @table @code
10094
10095 @kindex target vxworks
10096 @item target vxworks @var{machinename}
10097 A VxWorks system, attached via TCP/IP. The argument @var{machinename}
10098 is the target system's machine name or IP address.
10099
10100 @end table
10101
10102 On VxWorks, @code{load} links @var{filename} dynamically on the
10103 current target system as well as adding its symbols in @value{GDBN}.
10104
10105 @value{GDBN} enables developers to spawn and debug tasks running on networked
10106 VxWorks targets from a Unix host. Already-running tasks spawned from
10107 the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on
10108 both the Unix host and on the VxWorks target. The program
10109 @code{@value{GDBP}} is installed and executed on the Unix host. (It may be
10110 installed with the name @code{vxgdb}, to distinguish it from a
10111 @value{GDBN} for debugging programs on the host itself.)
10112
10113 @table @code
10114 @item VxWorks-timeout @var{args}
10115 @kindex vxworks-timeout
10116 All VxWorks-based targets now support the option @code{vxworks-timeout}.
10117 This option is set by the user, and @var{args} represents the number of
10118 seconds @value{GDBN} waits for responses to rpc's. You might use this if
10119 your VxWorks target is a slow software simulator or is on the far side
10120 of a thin network line.
10121 @end table
10122
10123 The following information on connecting to VxWorks was current when
10124 this manual was produced; newer releases of VxWorks may use revised
10125 procedures.
10126
10127 @kindex INCLUDE_RDB
10128 To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel
10129 to include the remote debugging interface routines in the VxWorks
10130 library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the
10131 VxWorks configuration file @file{configAll.h} and rebuild your VxWorks
10132 kernel. The resulting kernel contains @file{rdb.a}, and spawns the
10133 source debugging task @code{tRdbTask} when VxWorks is booted. For more
10134 information on configuring and remaking VxWorks, see the manufacturer's
10135 manual.
10136 @c VxWorks, see the @cite{VxWorks Programmer's Guide}.
10137
10138 Once you have included @file{rdb.a} in your VxWorks system image and set
10139 your Unix execution search path to find @value{GDBN}, you are ready to
10140 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or
10141 @code{vxgdb}, depending on your installation).
10142
10143 @value{GDBN} comes up showing the prompt:
10144
10145 @example
10146 (vxgdb)
10147 @end example
10148
10149 @menu
10150 * VxWorks Connection:: Connecting to VxWorks
10151 * VxWorks Download:: VxWorks download
10152 * VxWorks Attach:: Running tasks
10153 @end menu
10154
10155 @node VxWorks Connection
10156 @subsubsection Connecting to VxWorks
10157
10158 The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the
10159 network. To connect to a target whose host name is ``@code{tt}'', type:
10160
10161 @example
10162 (vxgdb) target vxworks tt
10163 @end example
10164
10165 @need 750
10166 @value{GDBN} displays messages like these:
10167
10168 @smallexample
10169 Attaching remote machine across net...
10170 Connected to tt.
10171 @end smallexample
10172
10173 @need 1000
10174 @value{GDBN} then attempts to read the symbol tables of any object modules
10175 loaded into the VxWorks target since it was last booted. @value{GDBN} locates
10176 these files by searching the directories listed in the command search
10177 path (@pxref{Environment, ,Your program's environment}); if it fails
10178 to find an object file, it displays a message such as:
10179
10180 @example
10181 prog.o: No such file or directory.
10182 @end example
10183
10184 When this happens, add the appropriate directory to the search path with
10185 the @value{GDBN} command @code{path}, and execute the @code{target}
10186 command again.
10187
10188 @node VxWorks Download
10189 @subsubsection VxWorks download
10190
10191 @cindex download to VxWorks
10192 If you have connected to the VxWorks target and you want to debug an
10193 object that has not yet been loaded, you can use the @value{GDBN}
10194 @code{load} command to download a file from Unix to VxWorks
10195 incrementally. The object file given as an argument to the @code{load}
10196 command is actually opened twice: first by the VxWorks target in order
10197 to download the code, then by @value{GDBN} in order to read the symbol
10198 table. This can lead to problems if the current working directories on
10199 the two systems differ. If both systems have NFS mounted the same
10200 filesystems, you can avoid these problems by using absolute paths.
10201 Otherwise, it is simplest to set the working directory on both systems
10202 to the directory in which the object file resides, and then to reference
10203 the file by its name, without any path. For instance, a program
10204 @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks
10205 and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this
10206 program, type this on VxWorks:
10207
10208 @example
10209 -> cd "@var{vxpath}/vw/demo/rdb"
10210 @end example
10211
10212 @noindent
10213 Then, in @value{GDBN}, type:
10214
10215 @example
10216 (vxgdb) cd @var{hostpath}/vw/demo/rdb
10217 (vxgdb) load prog.o
10218 @end example
10219
10220 @value{GDBN} displays a response similar to this:
10221
10222 @smallexample
10223 Reading symbol data from wherever/vw/demo/rdb/prog.o... done.
10224 @end smallexample
10225
10226 You can also use the @code{load} command to reload an object module
10227 after editing and recompiling the corresponding source file. Note that
10228 this makes @value{GDBN} delete all currently-defined breakpoints,
10229 auto-displays, and convenience variables, and to clear the value
10230 history. (This is necessary in order to preserve the integrity of
10231 debugger's data structures that reference the target system's symbol
10232 table.)
10233
10234 @node VxWorks Attach
10235 @subsubsection Running tasks
10236
10237 @cindex running VxWorks tasks
10238 You can also attach to an existing task using the @code{attach} command as
10239 follows:
10240
10241 @example
10242 (vxgdb) attach @var{task}
10243 @end example
10244
10245 @noindent
10246 where @var{task} is the VxWorks hexadecimal task ID. The task can be running
10247 or suspended when you attach to it. Running tasks are suspended at
10248 the time of attachment.
10249
10250 @node Embedded Processors
10251 @section Embedded Processors
10252
10253 This section goes into details specific to particular embedded
10254 configurations.
10255
10256 @menu
10257 * A29K Embedded:: AMD A29K Embedded
10258 * ARM:: ARM
10259 * H8/300:: Hitachi H8/300
10260 * H8/500:: Hitachi H8/500
10261 * i960:: Intel i960
10262 * M32R/D:: Mitsubishi M32R/D
10263 * M68K:: Motorola M68K
10264 * M88K:: Motorola M88K
10265 * MIPS Embedded:: MIPS Embedded
10266 * PA:: HP PA Embedded
10267 * PowerPC: PowerPC
10268 * SH:: Hitachi SH
10269 * Sparclet:: Tsqware Sparclet
10270 * Sparclite:: Fujitsu Sparclite
10271 * ST2000:: Tandem ST2000
10272 * Z8000:: Zilog Z8000
10273 @end menu
10274
10275 @node A29K Embedded
10276 @subsection AMD A29K Embedded
10277
10278 @menu
10279 * A29K UDI::
10280 * A29K EB29K::
10281 * Comms (EB29K):: Communications setup
10282 * gdb-EB29K:: EB29K cross-debugging
10283 * Remote Log:: Remote log
10284 @end menu
10285
10286 @table @code
10287
10288 @kindex target adapt
10289 @item target adapt @var{dev}
10290 Adapt monitor for A29K.
10291
10292 @kindex target amd-eb
10293 @item target amd-eb @var{dev} @var{speed} @var{PROG}
10294 @cindex AMD EB29K
10295 Remote PC-resident AMD EB29K board, attached over serial lines.
10296 @var{dev} is the serial device, as for @code{target remote};
10297 @var{speed} allows you to specify the linespeed; and @var{PROG} is the
10298 name of the program to be debugged, as it appears to DOS on the PC.
10299 @xref{A29K EB29K, ,EBMON protocol for AMD29K}.
10300
10301 @end table
10302
10303 @node A29K UDI
10304 @subsubsection A29K UDI
10305
10306 @cindex UDI
10307 @cindex AMD29K via UDI
10308
10309 @value{GDBN} supports AMD's UDI (``Universal Debugger Interface'')
10310 protocol for debugging the a29k processor family. To use this
10311 configuration with AMD targets running the MiniMON monitor, you need the
10312 program @code{MONTIP}, available from AMD at no charge. You can also
10313 use @value{GDBN} with the UDI-conformant a29k simulator program
10314 @code{ISSTIP}, also available from AMD.
10315
10316 @table @code
10317 @item target udi @var{keyword}
10318 @kindex udi
10319 Select the UDI interface to a remote a29k board or simulator, where
10320 @var{keyword} is an entry in the AMD configuration file @file{udi_soc}.
10321 This file contains keyword entries which specify parameters used to
10322 connect to a29k targets. If the @file{udi_soc} file is not in your
10323 working directory, you must set the environment variable @samp{UDICONF}
10324 to its pathname.
10325 @end table
10326
10327 @node A29K EB29K
10328 @subsubsection EBMON protocol for AMD29K
10329
10330 @cindex EB29K board
10331 @cindex running 29K programs
10332
10333 AMD distributes a 29K development board meant to fit in a PC, together
10334 with a DOS-hosted monitor program called @code{EBMON}. As a shorthand
10335 term, this development system is called the ``EB29K''. To use
10336 @value{GDBN} from a Unix system to run programs on the EB29K board, you
10337 must first connect a serial cable between the PC (which hosts the EB29K
10338 board) and a serial port on the Unix system. In the following, we
10339 assume you've hooked the cable between the PC's @file{COM1} port and
10340 @file{/dev/ttya} on the Unix system.
10341
10342 @node Comms (EB29K)
10343 @subsubsection Communications setup
10344
10345 The next step is to set up the PC's port, by doing something like this
10346 in DOS on the PC:
10347
10348 @example
10349 C:\> MODE com1:9600,n,8,1,none
10350 @end example
10351
10352 @noindent
10353 This example---run on an MS DOS 4.0 system---sets the PC port to 9600
10354 bps, no parity, eight data bits, one stop bit, and no ``retry'' action;
10355 you must match the communications parameters when establishing the Unix
10356 end of the connection as well.
10357 @c FIXME: Who knows what this "no retry action" crud from the DOS manual may
10358 @c mean? It's optional; leave it out? ---doc@cygnus.com, 25feb91
10359 @c
10360 @c It's optional, but it's unwise to omit it: who knows what is the
10361 @c default value set when the DOS machines boots? "No retry" means that
10362 @c the DOS serial device driver won't retry the operation if it fails;
10363 @c I understand that this is needed because the GDB serial protocol
10364 @c handles any errors and retransmissions itself. ---Eli Zaretskii, 3sep99
10365
10366 To give control of the PC to the Unix side of the serial line, type
10367 the following at the DOS console:
10368
10369 @example
10370 C:\> CTTY com1
10371 @end example
10372
10373 @noindent
10374 (Later, if you wish to return control to the DOS console, you can use
10375 the command @code{CTTY con}---but you must send it over the device that
10376 had control, in our example over the @file{COM1} serial line.)
10377
10378 From the Unix host, use a communications program such as @code{tip} or
10379 @code{cu} to communicate with the PC; for example,
10380
10381 @example
10382 cu -s 9600 -l /dev/ttya
10383 @end example
10384
10385 @noindent
10386 The @code{cu} options shown specify, respectively, the linespeed and the
10387 serial port to use. If you use @code{tip} instead, your command line
10388 may look something like the following:
10389
10390 @example
10391 tip -9600 /dev/ttya
10392 @end example
10393
10394 @noindent
10395 Your system may require a different name where we show
10396 @file{/dev/ttya} as the argument to @code{tip}. The communications
10397 parameters, including which port to use, are associated with the
10398 @code{tip} argument in the ``remote'' descriptions file---normally the
10399 system table @file{/etc/remote}.
10400 @c FIXME: What if anything needs doing to match the "n,8,1,none" part of
10401 @c the DOS side's comms setup? cu can support -o (odd
10402 @c parity), -e (even parity)---apparently no settings for no parity or
10403 @c for character size. Taken from stty maybe...? John points out tip
10404 @c can set these as internal variables, eg ~s parity=none; man stty
10405 @c suggests that it *might* work to stty these options with stdin or
10406 @c stdout redirected... ---doc@cygnus.com, 25feb91
10407 @c
10408 @c There's nothing to be done for the "none" part of the DOS MODE
10409 @c command. The rest of the parameters should be matched by the
10410 @c baudrate, bits, and parity used by the Unix side. ---Eli Zaretskii, 3Sep99
10411
10412 @kindex EBMON
10413 Using the @code{tip} or @code{cu} connection, change the DOS working
10414 directory to the directory containing a copy of your 29K program, then
10415 start the PC program @code{EBMON} (an EB29K control program supplied
10416 with your board by AMD). You should see an initial display from
10417 @code{EBMON} similar to the one that follows, ending with the
10418 @code{EBMON} prompt @samp{#}---
10419
10420 @example
10421 C:\> G:
10422
10423 G:\> CD \usr\joe\work29k
10424
10425 G:\USR\JOE\WORK29K> EBMON
10426 Am29000 PC Coprocessor Board Monitor, version 3.0-18
10427 Copyright 1990 Advanced Micro Devices, Inc.
10428 Written by Gibbons and Associates, Inc.
10429
10430 Enter '?' or 'H' for help
10431
10432 PC Coprocessor Type = EB29K
10433 I/O Base = 0x208
10434 Memory Base = 0xd0000
10435
10436 Data Memory Size = 2048KB
10437 Available I-RAM Range = 0x8000 to 0x1fffff
10438 Available D-RAM Range = 0x80002000 to 0x801fffff
10439
10440 PageSize = 0x400
10441 Register Stack Size = 0x800
10442 Memory Stack Size = 0x1800
10443
10444 CPU PRL = 0x3
10445 Am29027 Available = No
10446 Byte Write Available = Yes
10447
10448 # ~.
10449 @end example
10450
10451 Then exit the @code{cu} or @code{tip} program (done in the example by
10452 typing @code{~.} at the @code{EBMON} prompt). @code{EBMON} keeps
10453 running, ready for @value{GDBN} to take over.
10454
10455 For this example, we've assumed what is probably the most convenient
10456 way to make sure the same 29K program is on both the PC and the Unix
10457 system: a PC/NFS connection that establishes ``drive @file{G:}'' on the
10458 PC as a file system on the Unix host. If you do not have PC/NFS or
10459 something similar connecting the two systems, you must arrange some
10460 other way---perhaps floppy-disk transfer---of getting the 29K program
10461 from the Unix system to the PC; @value{GDBN} does @emph{not} download it over the
10462 serial line.
10463
10464 @node gdb-EB29K
10465 @subsubsection EB29K cross-debugging
10466
10467 Finally, @code{cd} to the directory containing an image of your 29K
10468 program on the Unix system, and start @value{GDBN}---specifying as argument the
10469 name of your 29K program:
10470
10471 @example
10472 cd /usr/joe/work29k
10473 @value{GDBP} myfoo
10474 @end example
10475
10476 @need 500
10477 Now you can use the @code{target} command:
10478
10479 @example
10480 target amd-eb /dev/ttya 9600 MYFOO
10481 @c FIXME: test above 'target amd-eb' as spelled, with caps! caps are meant to
10482 @c emphasize that this is the name as seen by DOS (since I think DOS is
10483 @c single-minded about case of letters). ---doc@cygnus.com, 25feb91
10484 @end example
10485
10486 @noindent
10487 In this example, we've assumed your program is in a file called
10488 @file{myfoo}. Note that the filename given as the last argument to
10489 @code{target amd-eb} should be the name of the program as it appears to DOS.
10490 In our example this is simply @code{MYFOO}, but in general it can include
10491 a DOS path, and depending on your transfer mechanism may not resemble
10492 the name on the Unix side.
10493
10494 At this point, you can set any breakpoints you wish; when you are ready
10495 to see your program run on the 29K board, use the @value{GDBN} command
10496 @code{run}.
10497
10498 To stop debugging the remote program, use the @value{GDBN} @code{detach}
10499 command.
10500
10501 To return control of the PC to its console, use @code{tip} or @code{cu}
10502 once again, after your @value{GDBN} session has concluded, to attach to
10503 @code{EBMON}. You can then type the command @code{q} to shut down
10504 @code{EBMON}, returning control to the DOS command-line interpreter.
10505 Type @kbd{CTTY con} to return command input to the main DOS console,
10506 and type @kbd{~.} to leave @code{tip} or @code{cu}.
10507
10508 @node Remote Log
10509 @subsubsection Remote log
10510 @cindex @file{eb.log}, a log file for EB29K
10511 @cindex log file for EB29K
10512
10513 The @code{target amd-eb} command creates a file @file{eb.log} in the
10514 current working directory, to help debug problems with the connection.
10515 @file{eb.log} records all the output from @code{EBMON}, including echoes
10516 of the commands sent to it. Running @samp{tail -f} on this file in
10517 another window often helps to understand trouble with @code{EBMON}, or
10518 unexpected events on the PC side of the connection.
10519
10520 @node ARM
10521 @subsection ARM
10522
10523 @table @code
10524
10525 @kindex target rdi
10526 @item target rdi @var{dev}
10527 ARM Angel monitor, via RDI library interface to ADP protocol. You may
10528 use this target to communicate with both boards running the Angel
10529 monitor, or with the EmbeddedICE JTAG debug device.
10530
10531 @kindex target rdp
10532 @item target rdp @var{dev}
10533 ARM Demon monitor.
10534
10535 @end table
10536
10537 @node H8/300
10538 @subsection Hitachi H8/300
10539
10540 @table @code
10541
10542 @kindex target hms@r{, with H8/300}
10543 @item target hms @var{dev}
10544 A Hitachi SH, H8/300, or H8/500 board, attached via serial line to your host.
10545 Use special commands @code{device} and @code{speed} to control the serial
10546 line and the communications speed used.
10547
10548 @kindex target e7000@r{, with H8/300}
10549 @item target e7000 @var{dev}
10550 E7000 emulator for Hitachi H8 and SH.
10551
10552 @kindex target sh3@r{, with H8/300}
10553 @kindex target sh3e@r{, with H8/300}
10554 @item target sh3 @var{dev}
10555 @itemx target sh3e @var{dev}
10556 Hitachi SH-3 and SH-3E target systems.
10557
10558 @end table
10559
10560 @cindex download to H8/300 or H8/500
10561 @cindex H8/300 or H8/500 download
10562 @cindex download to Hitachi SH
10563 @cindex Hitachi SH download
10564 When you select remote debugging to a Hitachi SH, H8/300, or H8/500
10565 board, the @code{load} command downloads your program to the Hitachi
10566 board and also opens it as the current executable target for
10567 @value{GDBN} on your host (like the @code{file} command).
10568
10569 @value{GDBN} needs to know these things to talk to your
10570 Hitachi SH, H8/300, or H8/500:
10571
10572 @enumerate
10573 @item
10574 that you want to use @samp{target hms}, the remote debugging interface
10575 for Hitachi microprocessors, or @samp{target e7000}, the in-circuit
10576 emulator for the Hitachi SH and the Hitachi 300H. (@samp{target hms} is
10577 the default when @value{GDBN} is configured specifically for the Hitachi SH,
10578 H8/300, or H8/500.)
10579
10580 @item
10581 what serial device connects your host to your Hitachi board (the first
10582 serial device available on your host is the default).
10583
10584 @item
10585 what speed to use over the serial device.
10586 @end enumerate
10587
10588 @menu
10589 * Hitachi Boards:: Connecting to Hitachi boards.
10590 * Hitachi ICE:: Using the E7000 In-Circuit Emulator.
10591 * Hitachi Special:: Special @value{GDBN} commands for Hitachi micros.
10592 @end menu
10593
10594 @node Hitachi Boards
10595 @subsubsection Connecting to Hitachi boards
10596
10597 @c only for Unix hosts
10598 @kindex device
10599 @cindex serial device, Hitachi micros
10600 Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you
10601 need to explicitly set the serial device. The default @var{port} is the
10602 first available port on your host. This is only necessary on Unix
10603 hosts, where it is typically something like @file{/dev/ttya}.
10604
10605 @kindex speed
10606 @cindex serial line speed, Hitachi micros
10607 @code{@value{GDBN}} has another special command to set the communications
10608 speed: @samp{speed @var{bps}}. This command also is only used from Unix
10609 hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with
10610 the DOS @code{mode} command (for instance,
10611 @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection).
10612
10613 The @samp{device} and @samp{speed} commands are available only when you
10614 use a Unix host to debug your Hitachi microprocessor programs. If you
10615 use a DOS host,
10616 @value{GDBN} depends on an auxiliary terminate-and-stay-resident program
10617 called @code{asynctsr} to communicate with the development board
10618 through a PC serial port. You must also use the DOS @code{mode} command
10619 to set up the serial port on the DOS side.
10620
10621 The following sample session illustrates the steps needed to start a
10622 program under @value{GDBN} control on an H8/300. The example uses a
10623 sample H8/300 program called @file{t.x}. The procedure is the same for
10624 the Hitachi SH and the H8/500.
10625
10626 First hook up your development board. In this example, we use a
10627 board attached to serial port @code{COM2}; if you use a different serial
10628 port, substitute its name in the argument of the @code{mode} command.
10629 When you call @code{asynctsr}, the auxiliary comms program used by the
10630 debugger, you give it just the numeric part of the serial port's name;
10631 for example, @samp{asyncstr 2} below runs @code{asyncstr} on
10632 @code{COM2}.
10633
10634 @example
10635 C:\H8300\TEST> asynctsr 2
10636 C:\H8300\TEST> mode com2:9600,n,8,1,p
10637
10638 Resident portion of MODE loaded
10639
10640 COM2: 9600, n, 8, 1, p
10641
10642 @end example
10643
10644 @quotation
10645 @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with
10646 @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to
10647 disable it, or even boot without it, to use @code{asynctsr} to control
10648 your development board.
10649 @end quotation
10650
10651 @kindex target hms@r{, and serial protocol}
10652 Now that serial communications are set up, and the development board is
10653 connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with
10654 the name of your program as the argument. @code{@value{GDBN}} prompts
10655 you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special
10656 commands to begin your debugging session: @samp{target hms} to specify
10657 cross-debugging to the Hitachi board, and the @code{load} command to
10658 download your program to the board. @code{load} displays the names of
10659 the program's sections, and a @samp{*} for each 2K of data downloaded.
10660 (If you want to refresh @value{GDBN} data on symbols or on the
10661 executable file without downloading, use the @value{GDBN} commands
10662 @code{file} or @code{symbol-file}. These commands, and @code{load}
10663 itself, are described in @ref{Files,,Commands to specify files}.)
10664
10665 @smallexample
10666 (eg-C:\H8300\TEST) @value{GDBP} t.x
10667 @value{GDBN} is free software and you are welcome to distribute copies
10668 of it under certain conditions; type "show copying" to see
10669 the conditions.
10670 There is absolutely no warranty for @value{GDBN}; type "show warranty"
10671 for details.
10672 @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc...
10673 (@value{GDBP}) target hms
10674 Connected to remote H8/300 HMS system.
10675 (@value{GDBP}) load t.x
10676 .text : 0x8000 .. 0xabde ***********
10677 .data : 0xabde .. 0xad30 *
10678 .stack : 0xf000 .. 0xf014 *
10679 @end smallexample
10680
10681 At this point, you're ready to run or debug your program. From here on,
10682 you can use all the usual @value{GDBN} commands. The @code{break} command
10683 sets breakpoints; the @code{run} command starts your program;
10684 @code{print} or @code{x} display data; the @code{continue} command
10685 resumes execution after stopping at a breakpoint. You can use the
10686 @code{help} command at any time to find out more about @value{GDBN} commands.
10687
10688 Remember, however, that @emph{operating system} facilities aren't
10689 available on your development board; for example, if your program hangs,
10690 you can't send an interrupt---but you can press the @sc{reset} switch!
10691
10692 Use the @sc{reset} button on the development board
10693 @itemize @bullet
10694 @item
10695 to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has
10696 no way to pass an interrupt signal to the development board); and
10697
10698 @item
10699 to return to the @value{GDBN} command prompt after your program finishes
10700 normally. The communications protocol provides no other way for @value{GDBN}
10701 to detect program completion.
10702 @end itemize
10703
10704 In either case, @value{GDBN} sees the effect of a @sc{reset} on the
10705 development board as a ``normal exit'' of your program.
10706
10707 @node Hitachi ICE
10708 @subsubsection Using the E7000 in-circuit emulator
10709
10710 @kindex target e7000@r{, with Hitachi ICE}
10711 You can use the E7000 in-circuit emulator to develop code for either the
10712 Hitachi SH or the H8/300H. Use one of these forms of the @samp{target
10713 e7000} command to connect @value{GDBN} to your E7000:
10714
10715 @table @code
10716 @item target e7000 @var{port} @var{speed}
10717 Use this form if your E7000 is connected to a serial port. The
10718 @var{port} argument identifies what serial port to use (for example,
10719 @samp{com2}). The third argument is the line speed in bits per second
10720 (for example, @samp{9600}).
10721
10722 @item target e7000 @var{hostname}
10723 If your E7000 is installed as a host on a TCP/IP network, you can just
10724 specify its hostname; @value{GDBN} uses @code{telnet} to connect.
10725 @end table
10726
10727 @node Hitachi Special
10728 @subsubsection Special @value{GDBN} commands for Hitachi micros
10729
10730 Some @value{GDBN} commands are available only for the H8/300:
10731
10732 @table @code
10733
10734 @kindex set machine
10735 @kindex show machine
10736 @item set machine h8300
10737 @itemx set machine h8300h
10738 Condition @value{GDBN} for one of the two variants of the H8/300
10739 architecture with @samp{set machine}. You can use @samp{show machine}
10740 to check which variant is currently in effect.
10741
10742 @end table
10743
10744 @node H8/500
10745 @subsection H8/500
10746
10747 @table @code
10748
10749 @kindex set memory @var{mod}
10750 @cindex memory models, H8/500
10751 @item set memory @var{mod}
10752 @itemx show memory
10753 Specify which H8/500 memory model (@var{mod}) you are using with
10754 @samp{set memory}; check which memory model is in effect with @samp{show
10755 memory}. The accepted values for @var{mod} are @code{small},
10756 @code{big}, @code{medium}, and @code{compact}.
10757
10758 @end table
10759
10760 @node i960
10761 @subsection Intel i960
10762
10763 @table @code
10764
10765 @kindex target mon960
10766 @item target mon960 @var{dev}
10767 MON960 monitor for Intel i960.
10768
10769 @kindex target nindy
10770 @item target nindy @var{devicename}
10771 An Intel 960 board controlled by a Nindy Monitor. @var{devicename} is
10772 the name of the serial device to use for the connection, e.g.
10773 @file{/dev/ttya}.
10774
10775 @end table
10776
10777 @cindex Nindy
10778 @cindex i960
10779 @dfn{Nindy} is a ROM Monitor program for Intel 960 target systems. When
10780 @value{GDBN} is configured to control a remote Intel 960 using Nindy, you can
10781 tell @value{GDBN} how to connect to the 960 in several ways:
10782
10783 @itemize @bullet
10784 @item
10785 Through command line options specifying serial port, version of the
10786 Nindy protocol, and communications speed;
10787
10788 @item
10789 By responding to a prompt on startup;
10790
10791 @item
10792 By using the @code{target} command at any point during your @value{GDBN}
10793 session. @xref{Target Commands, ,Commands for managing targets}.
10794
10795 @end itemize
10796
10797 @cindex download to Nindy-960
10798 With the Nindy interface to an Intel 960 board, @code{load}
10799 downloads @var{filename} to the 960 as well as adding its symbols in
10800 @value{GDBN}.
10801
10802 @menu
10803 * Nindy Startup:: Startup with Nindy
10804 * Nindy Options:: Options for Nindy
10805 * Nindy Reset:: Nindy reset command
10806 @end menu
10807
10808 @node Nindy Startup
10809 @subsubsection Startup with Nindy
10810
10811 If you simply start @code{@value{GDBP}} without using any command-line
10812 options, you are prompted for what serial port to use, @emph{before} you
10813 reach the ordinary @value{GDBN} prompt:
10814
10815 @example
10816 Attach /dev/ttyNN -- specify NN, or "quit" to quit:
10817 @end example
10818
10819 @noindent
10820 Respond to the prompt with whatever suffix (after @samp{/dev/tty})
10821 identifies the serial port you want to use. You can, if you choose,
10822 simply start up with no Nindy connection by responding to the prompt
10823 with an empty line. If you do this and later wish to attach to Nindy,
10824 use @code{target} (@pxref{Target Commands, ,Commands for managing targets}).
10825
10826 @node Nindy Options
10827 @subsubsection Options for Nindy
10828
10829 These are the startup options for beginning your @value{GDBN} session with a
10830 Nindy-960 board attached:
10831
10832 @table @code
10833 @item -r @var{port}
10834 Specify the serial port name of a serial interface to be used to connect
10835 to the target system. This option is only available when @value{GDBN} is
10836 configured for the Intel 960 target architecture. You may specify
10837 @var{port} as any of: a full pathname (e.g. @samp{-r /dev/ttya}), a
10838 device name in @file{/dev} (e.g. @samp{-r ttya}), or simply the unique
10839 suffix for a specific @code{tty} (e.g. @samp{-r a}).
10840
10841 @item -O
10842 (An uppercase letter ``O'', not a zero.) Specify that @value{GDBN} should use
10843 the ``old'' Nindy monitor protocol to connect to the target system.
10844 This option is only available when @value{GDBN} is configured for the Intel 960
10845 target architecture.
10846
10847 @quotation
10848 @emph{Warning:} if you specify @samp{-O}, but are actually trying to
10849 connect to a target system that expects the newer protocol, the connection
10850 fails, appearing to be a speed mismatch. @value{GDBN} repeatedly
10851 attempts to reconnect at several different line speeds. You can abort
10852 this process with an interrupt.
10853 @end quotation
10854
10855 @item -brk
10856 Specify that @value{GDBN} should first send a @code{BREAK} signal to the target
10857 system, in an attempt to reset it, before connecting to a Nindy target.
10858
10859 @quotation
10860 @emph{Warning:} Many target systems do not have the hardware that this
10861 requires; it only works with a few boards.
10862 @end quotation
10863 @end table
10864
10865 The standard @samp{-b} option controls the line speed used on the serial
10866 port.
10867
10868 @c @group
10869 @node Nindy Reset
10870 @subsubsection Nindy reset command
10871
10872 @table @code
10873 @item reset
10874 @kindex reset
10875 For a Nindy target, this command sends a ``break'' to the remote target
10876 system; this is only useful if the target has been equipped with a
10877 circuit to perform a hard reset (or some other interesting action) when
10878 a break is detected.
10879 @end table
10880 @c @end group
10881
10882 @node M32R/D
10883 @subsection Mitsubishi M32R/D
10884
10885 @table @code
10886
10887 @kindex target m32r
10888 @item target m32r @var{dev}
10889 Mitsubishi M32R/D ROM monitor.
10890
10891 @end table
10892
10893 @node M68K
10894 @subsection M68k
10895
10896 The Motorola m68k configuration includes ColdFire support, and
10897 target command for the following ROM monitors.
10898
10899 @table @code
10900
10901 @kindex target abug
10902 @item target abug @var{dev}
10903 ABug ROM monitor for M68K.
10904
10905 @kindex target cpu32bug
10906 @item target cpu32bug @var{dev}
10907 CPU32BUG monitor, running on a CPU32 (M68K) board.
10908
10909 @kindex target dbug
10910 @item target dbug @var{dev}
10911 dBUG ROM monitor for Motorola ColdFire.
10912
10913 @kindex target est
10914 @item target est @var{dev}
10915 EST-300 ICE monitor, running on a CPU32 (M68K) board.
10916
10917 @kindex target rom68k
10918 @item target rom68k @var{dev}
10919 ROM 68K monitor, running on an M68K IDP board.
10920
10921 @end table
10922
10923 If @value{GDBN} is configured with @code{m68*-ericsson-*}, it will
10924 instead have only a single special target command:
10925
10926 @table @code
10927
10928 @kindex target es1800
10929 @item target es1800 @var{dev}
10930 ES-1800 emulator for M68K.
10931
10932 @end table
10933
10934 [context?]
10935
10936 @table @code
10937
10938 @kindex target rombug
10939 @item target rombug @var{dev}
10940 ROMBUG ROM monitor for OS/9000.
10941
10942 @end table
10943
10944 @node M88K
10945 @subsection M88K
10946
10947 @table @code
10948
10949 @kindex target bug
10950 @item target bug @var{dev}
10951 BUG monitor, running on a MVME187 (m88k) board.
10952
10953 @end table
10954
10955 @node MIPS Embedded
10956 @subsection MIPS Embedded
10957
10958 @cindex MIPS boards
10959 @value{GDBN} can use the MIPS remote debugging protocol to talk to a
10960 MIPS board attached to a serial line. This is available when
10961 you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}.
10962
10963 @need 1000
10964 Use these @value{GDBN} commands to specify the connection to your target board:
10965
10966 @table @code
10967 @item target mips @var{port}
10968 @kindex target mips @var{port}
10969 To run a program on the board, start up @code{@value{GDBP}} with the
10970 name of your program as the argument. To connect to the board, use the
10971 command @samp{target mips @var{port}}, where @var{port} is the name of
10972 the serial port connected to the board. If the program has not already
10973 been downloaded to the board, you may use the @code{load} command to
10974 download it. You can then use all the usual @value{GDBN} commands.
10975
10976 For example, this sequence connects to the target board through a serial
10977 port, and loads and runs a program called @var{prog} through the
10978 debugger:
10979
10980 @example
10981 host$ @value{GDBP} @var{prog}
10982 @value{GDBN} is free software and @dots{}
10983 (@value{GDBP}) target mips /dev/ttyb
10984 (@value{GDBP}) load @var{prog}
10985 (@value{GDBP}) run
10986 @end example
10987
10988 @item target mips @var{hostname}:@var{portnumber}
10989 On some @value{GDBN} host configurations, you can specify a TCP
10990 connection (for instance, to a serial line managed by a terminal
10991 concentrator) instead of a serial port, using the syntax
10992 @samp{@var{hostname}:@var{portnumber}}.
10993
10994 @item target pmon @var{port}
10995 @kindex target pmon @var{port}
10996 PMON ROM monitor.
10997
10998 @item target ddb @var{port}
10999 @kindex target ddb @var{port}
11000 NEC's DDB variant of PMON for Vr4300.
11001
11002 @item target lsi @var{port}
11003 @kindex target lsi @var{port}
11004 LSI variant of PMON.
11005
11006 @kindex target r3900
11007 @item target r3900 @var{dev}
11008 Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips.
11009
11010 @kindex target array
11011 @item target array @var{dev}
11012 Array Tech LSI33K RAID controller board.
11013
11014 @end table
11015
11016
11017 @noindent
11018 @value{GDBN} also supports these special commands for MIPS targets:
11019
11020 @table @code
11021 @item set processor @var{args}
11022 @itemx show processor
11023 @kindex set processor @var{args}
11024 @kindex show processor
11025 Use the @code{set processor} command to set the type of MIPS
11026 processor when you want to access processor-type-specific registers.
11027 For example, @code{set processor @var{r3041}} tells @value{GDBN}
11028 to use the CPU registers appropriate for the 3041 chip.
11029 Use the @code{show processor} command to see what MIPS processor @value{GDBN}
11030 is using. Use the @code{info reg} command to see what registers
11031 @value{GDBN} is using.
11032
11033 @item set mipsfpu double
11034 @itemx set mipsfpu single
11035 @itemx set mipsfpu none
11036 @itemx show mipsfpu
11037 @kindex set mipsfpu
11038 @kindex show mipsfpu
11039 @cindex MIPS remote floating point
11040 @cindex floating point, MIPS remote
11041 If your target board does not support the MIPS floating point
11042 coprocessor, you should use the command @samp{set mipsfpu none} (if you
11043 need this, you may wish to put the command in your @value{GDBN} init
11044 file). This tells @value{GDBN} how to find the return value of
11045 functions which return floating point values. It also allows
11046 @value{GDBN} to avoid saving the floating point registers when calling
11047 functions on the board. If you are using a floating point coprocessor
11048 with only single precision floating point support, as on the @sc{r4650}
11049 processor, use the command @samp{set mipsfpu single}. The default
11050 double precision floating point coprocessor may be selected using
11051 @samp{set mipsfpu double}.
11052
11053 In previous versions the only choices were double precision or no
11054 floating point, so @samp{set mipsfpu on} will select double precision
11055 and @samp{set mipsfpu off} will select no floating point.
11056
11057 As usual, you can inquire about the @code{mipsfpu} variable with
11058 @samp{show mipsfpu}.
11059
11060 @item set remotedebug @var{n}
11061 @itemx show remotedebug
11062 @kindex set remotedebug@r{, MIPS protocol}
11063 @kindex show remotedebug@r{, MIPS protocol}
11064 @cindex @code{remotedebug}, MIPS protocol
11065 @cindex MIPS @code{remotedebug} protocol
11066 @c FIXME! For this to be useful, you must know something about the MIPS
11067 @c FIXME...protocol. Where is it described?
11068 You can see some debugging information about communications with the board
11069 by setting the @code{remotedebug} variable. If you set it to @code{1} using
11070 @samp{set remotedebug 1}, every packet is displayed. If you set it
11071 to @code{2}, every character is displayed. You can check the current value
11072 at any time with the command @samp{show remotedebug}.
11073
11074 @item set timeout @var{seconds}
11075 @itemx set retransmit-timeout @var{seconds}
11076 @itemx show timeout
11077 @itemx show retransmit-timeout
11078 @cindex @code{timeout}, MIPS protocol
11079 @cindex @code{retransmit-timeout}, MIPS protocol
11080 @kindex set timeout
11081 @kindex show timeout
11082 @kindex set retransmit-timeout
11083 @kindex show retransmit-timeout
11084 You can control the timeout used while waiting for a packet, in the MIPS
11085 remote protocol, with the @code{set timeout @var{seconds}} command. The
11086 default is 5 seconds. Similarly, you can control the timeout used while
11087 waiting for an acknowledgement of a packet with the @code{set
11088 retransmit-timeout @var{seconds}} command. The default is 3 seconds.
11089 You can inspect both values with @code{show timeout} and @code{show
11090 retransmit-timeout}. (These commands are @emph{only} available when
11091 @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.)
11092
11093 The timeout set by @code{set timeout} does not apply when @value{GDBN}
11094 is waiting for your program to stop. In that case, @value{GDBN} waits
11095 forever because it has no way of knowing how long the program is going
11096 to run before stopping.
11097 @end table
11098
11099 @node PowerPC
11100 @subsection PowerPC
11101
11102 @table @code
11103
11104 @kindex target dink32
11105 @item target dink32 @var{dev}
11106 DINK32 ROM monitor.
11107
11108 @kindex target ppcbug
11109 @item target ppcbug @var{dev}
11110 @kindex target ppcbug1
11111 @item target ppcbug1 @var{dev}
11112 PPCBUG ROM monitor for PowerPC.
11113
11114 @kindex target sds
11115 @item target sds @var{dev}
11116 SDS monitor, running on a PowerPC board (such as Motorola's ADS).
11117
11118 @end table
11119
11120 @node PA
11121 @subsection HP PA Embedded
11122
11123 @table @code
11124
11125 @kindex target op50n
11126 @item target op50n @var{dev}
11127 OP50N monitor, running on an OKI HPPA board.
11128
11129 @kindex target w89k
11130 @item target w89k @var{dev}
11131 W89K monitor, running on a Winbond HPPA board.
11132
11133 @end table
11134
11135 @node SH
11136 @subsection Hitachi SH
11137
11138 @table @code
11139
11140 @kindex target hms@r{, with Hitachi SH}
11141 @item target hms @var{dev}
11142 A Hitachi SH board attached via serial line to your host. Use special
11143 commands @code{device} and @code{speed} to control the serial line and
11144 the communications speed used.
11145
11146 @kindex target e7000@r{, with Hitachi SH}
11147 @item target e7000 @var{dev}
11148 E7000 emulator for Hitachi SH.
11149
11150 @kindex target sh3@r{, with SH}
11151 @kindex target sh3e@r{, with SH}
11152 @item target sh3 @var{dev}
11153 @item target sh3e @var{dev}
11154 Hitachi SH-3 and SH-3E target systems.
11155
11156 @end table
11157
11158 @node Sparclet
11159 @subsection Tsqware Sparclet
11160
11161 @cindex Sparclet
11162
11163 @value{GDBN} enables developers to debug tasks running on
11164 Sparclet targets from a Unix host.
11165 @value{GDBN} uses code that runs on
11166 both the Unix host and on the Sparclet target. The program
11167 @code{@value{GDBP}} is installed and executed on the Unix host.
11168
11169 @table @code
11170 @item remotetimeout @var{args}
11171 @kindex remotetimeout
11172 @value{GDBN} supports the option @code{remotetimeout}.
11173 This option is set by the user, and @var{args} represents the number of
11174 seconds @value{GDBN} waits for responses.
11175 @end table
11176
11177 @cindex compiling, on Sparclet
11178 When compiling for debugging, include the options @samp{-g} to get debug
11179 information and @samp{-Ttext} to relocate the program to where you wish to
11180 load it on the target. You may also want to add the options @samp{-n} or
11181 @samp{-N} in order to reduce the size of the sections. Example:
11182
11183 @example
11184 sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N
11185 @end example
11186
11187 You can use @code{objdump} to verify that the addresses are what you intended:
11188
11189 @example
11190 sparclet-aout-objdump --headers --syms prog
11191 @end example
11192
11193 @cindex running, on Sparclet
11194 Once you have set
11195 your Unix execution search path to find @value{GDBN}, you are ready to
11196 run @value{GDBN}. From your Unix host, run @code{@value{GDBP}}
11197 (or @code{sparclet-aout-gdb}, depending on your installation).
11198
11199 @value{GDBN} comes up showing the prompt:
11200
11201 @example
11202 (gdbslet)
11203 @end example
11204
11205 @menu
11206 * Sparclet File:: Setting the file to debug
11207 * Sparclet Connection:: Connecting to Sparclet
11208 * Sparclet Download:: Sparclet download
11209 * Sparclet Execution:: Running and debugging
11210 @end menu
11211
11212 @node Sparclet File
11213 @subsubsection Setting file to debug
11214
11215 The @value{GDBN} command @code{file} lets you choose with program to debug.
11216
11217 @example
11218 (gdbslet) file prog
11219 @end example
11220
11221 @need 1000
11222 @value{GDBN} then attempts to read the symbol table of @file{prog}.
11223 @value{GDBN} locates
11224 the file by searching the directories listed in the command search
11225 path.
11226 If the file was compiled with debug information (option "-g"), source
11227 files will be searched as well.
11228 @value{GDBN} locates
11229 the source files by searching the directories listed in the directory search
11230 path (@pxref{Environment, ,Your program's environment}).
11231 If it fails
11232 to find a file, it displays a message such as:
11233
11234 @example
11235 prog: No such file or directory.
11236 @end example
11237
11238 When this happens, add the appropriate directories to the search paths with
11239 the @value{GDBN} commands @code{path} and @code{dir}, and execute the
11240 @code{target} command again.
11241
11242 @node Sparclet Connection
11243 @subsubsection Connecting to Sparclet
11244
11245 The @value{GDBN} command @code{target} lets you connect to a Sparclet target.
11246 To connect to a target on serial port ``@code{ttya}'', type:
11247
11248 @example
11249 (gdbslet) target sparclet /dev/ttya
11250 Remote target sparclet connected to /dev/ttya
11251 main () at ../prog.c:3
11252 @end example
11253
11254 @need 750
11255 @value{GDBN} displays messages like these:
11256
11257 @example
11258 Connected to ttya.
11259 @end example
11260
11261 @node Sparclet Download
11262 @subsubsection Sparclet download
11263
11264 @cindex download to Sparclet
11265 Once connected to the Sparclet target,
11266 you can use the @value{GDBN}
11267 @code{load} command to download the file from the host to the target.
11268 The file name and load offset should be given as arguments to the @code{load}
11269 command.
11270 Since the file format is aout, the program must be loaded to the starting
11271 address. You can use @code{objdump} to find out what this value is. The load
11272 offset is an offset which is added to the VMA (virtual memory address)
11273 of each of the file's sections.
11274 For instance, if the program
11275 @file{prog} was linked to text address 0x1201000, with data at 0x12010160
11276 and bss at 0x12010170, in @value{GDBN}, type:
11277
11278 @example
11279 (gdbslet) load prog 0x12010000
11280 Loading section .text, size 0xdb0 vma 0x12010000
11281 @end example
11282
11283 If the code is loaded at a different address then what the program was linked
11284 to, you may need to use the @code{section} and @code{add-symbol-file} commands
11285 to tell @value{GDBN} where to map the symbol table.
11286
11287 @node Sparclet Execution
11288 @subsubsection Running and debugging
11289
11290 @cindex running and debugging Sparclet programs
11291 You can now begin debugging the task using @value{GDBN}'s execution control
11292 commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN}
11293 manual for the list of commands.
11294
11295 @example
11296 (gdbslet) b main
11297 Breakpoint 1 at 0x12010000: file prog.c, line 3.
11298 (gdbslet) run
11299 Starting program: prog
11300 Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3
11301 3 char *symarg = 0;
11302 (gdbslet) step
11303 4 char *execarg = "hello!";
11304 (gdbslet)
11305 @end example
11306
11307 @node Sparclite
11308 @subsection Fujitsu Sparclite
11309
11310 @table @code
11311
11312 @kindex target sparclite
11313 @item target sparclite @var{dev}
11314 Fujitsu sparclite boards, used only for the purpose of loading.
11315 You must use an additional command to debug the program.
11316 For example: target remote @var{dev} using @value{GDBN} standard
11317 remote protocol.
11318
11319 @end table
11320
11321 @node ST2000
11322 @subsection Tandem ST2000
11323
11324 @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's
11325 STDBUG protocol.
11326
11327 To connect your ST2000 to the host system, see the manufacturer's
11328 manual. Once the ST2000 is physically attached, you can run:
11329
11330 @example
11331 target st2000 @var{dev} @var{speed}
11332 @end example
11333
11334 @noindent
11335 to establish it as your debugging environment. @var{dev} is normally
11336 the name of a serial device, such as @file{/dev/ttya}, connected to the
11337 ST2000 via a serial line. You can instead specify @var{dev} as a TCP
11338 connection (for example, to a serial line attached via a terminal
11339 concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}.
11340
11341 The @code{load} and @code{attach} commands are @emph{not} defined for
11342 this target; you must load your program into the ST2000 as you normally
11343 would for standalone operation. @value{GDBN} reads debugging information
11344 (such as symbols) from a separate, debugging version of the program
11345 available on your host computer.
11346 @c FIXME!! This is terribly vague; what little content is here is
11347 @c basically hearsay.
11348
11349 @cindex ST2000 auxiliary commands
11350 These auxiliary @value{GDBN} commands are available to help you with the ST2000
11351 environment:
11352
11353 @table @code
11354 @item st2000 @var{command}
11355 @kindex st2000 @var{cmd}
11356 @cindex STDBUG commands (ST2000)
11357 @cindex commands to STDBUG (ST2000)
11358 Send a @var{command} to the STDBUG monitor. See the manufacturer's
11359 manual for available commands.
11360
11361 @item connect
11362 @cindex connect (to STDBUG)
11363 Connect the controlling terminal to the STDBUG command monitor. When
11364 you are done interacting with STDBUG, typing either of two character
11365 sequences gets you back to the @value{GDBN} command prompt:
11366 @kbd{@key{RET}~.} (Return, followed by tilde and period) or
11367 @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D).
11368 @end table
11369
11370 @node Z8000
11371 @subsection Zilog Z8000
11372
11373 @cindex Z8000
11374 @cindex simulator, Z8000
11375 @cindex Zilog Z8000 simulator
11376
11377 When configured for debugging Zilog Z8000 targets, @value{GDBN} includes
11378 a Z8000 simulator.
11379
11380 For the Z8000 family, @samp{target sim} simulates either the Z8002 (the
11381 unsegmented variant of the Z8000 architecture) or the Z8001 (the
11382 segmented variant). The simulator recognizes which architecture is
11383 appropriate by inspecting the object code.
11384
11385 @table @code
11386 @item target sim @var{args}
11387 @kindex sim
11388 @kindex target sim@r{, with Z8000}
11389 Debug programs on a simulated CPU. If the simulator supports setup
11390 options, specify them via @var{args}.
11391 @end table
11392
11393 @noindent
11394 After specifying this target, you can debug programs for the simulated
11395 CPU in the same style as programs for your host computer; use the
11396 @code{file} command to load a new program image, the @code{run} command
11397 to run your program, and so on.
11398
11399 As well as making available all the usual machine registers
11400 (@pxref{Registers, ,Registers}), the Z8000 simulator provides three
11401 additional items of information as specially named registers:
11402
11403 @table @code
11404
11405 @item cycles
11406 Counts clock-ticks in the simulator.
11407
11408 @item insts
11409 Counts instructions run in the simulator.
11410
11411 @item time
11412 Execution time in 60ths of a second.
11413
11414 @end table
11415
11416 You can refer to these values in @value{GDBN} expressions with the usual
11417 conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a
11418 conditional breakpoint that suspends only after at least 5000
11419 simulated clock ticks.
11420
11421 @node Architectures
11422 @section Architectures
11423
11424 This section describes characteristics of architectures that affect
11425 all uses of @value{GDBN} with the architecture, both native and cross.
11426
11427 @menu
11428 * A29K::
11429 * Alpha::
11430 * MIPS::
11431 @end menu
11432
11433 @node A29K
11434 @subsection A29K
11435
11436 @table @code
11437
11438 @kindex set rstack_high_address
11439 @cindex AMD 29K register stack
11440 @cindex register stack, AMD29K
11441 @item set rstack_high_address @var{address}
11442 On AMD 29000 family processors, registers are saved in a separate
11443 @dfn{register stack}. There is no way for @value{GDBN} to determine the
11444 extent of this stack. Normally, @value{GDBN} just assumes that the
11445 stack is ``large enough''. This may result in @value{GDBN} referencing
11446 memory locations that do not exist. If necessary, you can get around
11447 this problem by specifying the ending address of the register stack with
11448 the @code{set rstack_high_address} command. The argument should be an
11449 address, which you probably want to precede with @samp{0x} to specify in
11450 hexadecimal.
11451
11452 @kindex show rstack_high_address
11453 @item show rstack_high_address
11454 Display the current limit of the register stack, on AMD 29000 family
11455 processors.
11456
11457 @end table
11458
11459 @node Alpha
11460 @subsection Alpha
11461
11462 See the following section.
11463
11464 @node MIPS
11465 @subsection MIPS
11466
11467 @cindex stack on Alpha
11468 @cindex stack on MIPS
11469 @cindex Alpha stack
11470 @cindex MIPS stack
11471 Alpha- and MIPS-based computers use an unusual stack frame, which
11472 sometimes requires @value{GDBN} to search backward in the object code to
11473 find the beginning of a function.
11474
11475 @cindex response time, MIPS debugging
11476 To improve response time (especially for embedded applications, where
11477 @value{GDBN} may be restricted to a slow serial line for this search)
11478 you may want to limit the size of this search, using one of these
11479 commands:
11480
11481 @table @code
11482 @cindex @code{heuristic-fence-post} (Alpha, MIPS)
11483 @item set heuristic-fence-post @var{limit}
11484 Restrict @value{GDBN} to examining at most @var{limit} bytes in its
11485 search for the beginning of a function. A value of @var{0} (the
11486 default) means there is no limit. However, except for @var{0}, the
11487 larger the limit the more bytes @code{heuristic-fence-post} must search
11488 and therefore the longer it takes to run.
11489
11490 @item show heuristic-fence-post
11491 Display the current limit.
11492 @end table
11493
11494 @noindent
11495 These commands are available @emph{only} when @value{GDBN} is configured
11496 for debugging programs on Alpha or MIPS processors.
11497
11498
11499 @node Controlling GDB
11500 @chapter Controlling @value{GDBN}
11501
11502 You can alter the way @value{GDBN} interacts with you by using the
11503 @code{set} command. For commands controlling how @value{GDBN} displays
11504 data, see @ref{Print Settings, ,Print settings}. Other settings are
11505 described here.
11506
11507 @menu
11508 * Prompt:: Prompt
11509 * Editing:: Command editing
11510 * History:: Command history
11511 * Screen Size:: Screen size
11512 * Numbers:: Numbers
11513 * Messages/Warnings:: Optional warnings and messages
11514 * Debugging Output:: Optional messages about internal happenings
11515 @end menu
11516
11517 @node Prompt
11518 @section Prompt
11519
11520 @cindex prompt
11521
11522 @value{GDBN} indicates its readiness to read a command by printing a string
11523 called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You
11524 can change the prompt string with the @code{set prompt} command. For
11525 instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change
11526 the prompt in one of the @value{GDBN} sessions so that you can always tell
11527 which one you are talking to.
11528
11529 @emph{Note:} @code{set prompt} does not add a space for you after the
11530 prompt you set. This allows you to set a prompt which ends in a space
11531 or a prompt that does not.
11532
11533 @table @code
11534 @kindex set prompt
11535 @item set prompt @var{newprompt}
11536 Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth.
11537
11538 @kindex show prompt
11539 @item show prompt
11540 Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}}
11541 @end table
11542
11543 @node Editing
11544 @section Command editing
11545 @cindex readline
11546 @cindex command line editing
11547
11548 @value{GDBN} reads its input commands via the @dfn{readline} interface. This
11549 @sc{gnu} library provides consistent behavior for programs which provide a
11550 command line interface to the user. Advantages are @sc{gnu} Emacs-style
11551 or @dfn{vi}-style inline editing of commands, @code{csh}-like history
11552 substitution, and a storage and recall of command history across
11553 debugging sessions.
11554
11555 You may control the behavior of command line editing in @value{GDBN} with the
11556 command @code{set}.
11557
11558 @table @code
11559 @kindex set editing
11560 @cindex editing
11561 @item set editing
11562 @itemx set editing on
11563 Enable command line editing (enabled by default).
11564
11565 @item set editing off
11566 Disable command line editing.
11567
11568 @kindex show editing
11569 @item show editing
11570 Show whether command line editing is enabled.
11571 @end table
11572
11573 @node History
11574 @section Command history
11575
11576 @value{GDBN} can keep track of the commands you type during your
11577 debugging sessions, so that you can be certain of precisely what
11578 happened. Use these commands to manage the @value{GDBN} command
11579 history facility.
11580
11581 @table @code
11582 @cindex history substitution
11583 @cindex history file
11584 @kindex set history filename
11585 @kindex GDBHISTFILE
11586 @item set history filename @var{fname}
11587 Set the name of the @value{GDBN} command history file to @var{fname}.
11588 This is the file where @value{GDBN} reads an initial command history
11589 list, and where it writes the command history from this session when it
11590 exits. You can access this list through history expansion or through
11591 the history command editing characters listed below. This file defaults
11592 to the value of the environment variable @code{GDBHISTFILE}, or to
11593 @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable
11594 is not set.
11595
11596 @cindex history save
11597 @kindex set history save
11598 @item set history save
11599 @itemx set history save on
11600 Record command history in a file, whose name may be specified with the
11601 @code{set history filename} command. By default, this option is disabled.
11602
11603 @item set history save off
11604 Stop recording command history in a file.
11605
11606 @cindex history size
11607 @kindex set history size
11608 @item set history size @var{size}
11609 Set the number of commands which @value{GDBN} keeps in its history list.
11610 This defaults to the value of the environment variable
11611 @code{HISTSIZE}, or to 256 if this variable is not set.
11612 @end table
11613
11614 @cindex history expansion
11615 History expansion assigns special meaning to the character @kbd{!}.
11616 @ifset have-readline-appendices
11617 @xref{Event Designators}.
11618 @end ifset
11619
11620 Since @kbd{!} is also the logical not operator in C, history expansion
11621 is off by default. If you decide to enable history expansion with the
11622 @code{set history expansion on} command, you may sometimes need to
11623 follow @kbd{!} (when it is used as logical not, in an expression) with
11624 a space or a tab to prevent it from being expanded. The readline
11625 history facilities do not attempt substitution on the strings
11626 @kbd{!=} and @kbd{!(}, even when history expansion is enabled.
11627
11628 The commands to control history expansion are:
11629
11630 @table @code
11631 @kindex set history expansion
11632 @item set history expansion on
11633 @itemx set history expansion
11634 Enable history expansion. History expansion is off by default.
11635
11636 @item set history expansion off
11637 Disable history expansion.
11638
11639 The readline code comes with more complete documentation of
11640 editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs
11641 or @code{vi} may wish to read it.
11642 @ifset have-readline-appendices
11643 @xref{Command Line Editing}.
11644 @end ifset
11645
11646 @c @group
11647 @kindex show history
11648 @item show history
11649 @itemx show history filename
11650 @itemx show history save
11651 @itemx show history size
11652 @itemx show history expansion
11653 These commands display the state of the @value{GDBN} history parameters.
11654 @code{show history} by itself displays all four states.
11655 @c @end group
11656 @end table
11657
11658 @table @code
11659 @kindex shows
11660 @item show commands
11661 Display the last ten commands in the command history.
11662
11663 @item show commands @var{n}
11664 Print ten commands centered on command number @var{n}.
11665
11666 @item show commands +
11667 Print ten commands just after the commands last printed.
11668 @end table
11669
11670 @node Screen Size
11671 @section Screen size
11672 @cindex size of screen
11673 @cindex pauses in output
11674
11675 Certain commands to @value{GDBN} may produce large amounts of
11676 information output to the screen. To help you read all of it,
11677 @value{GDBN} pauses and asks you for input at the end of each page of
11678 output. Type @key{RET} when you want to continue the output, or @kbd{q}
11679 to discard the remaining output. Also, the screen width setting
11680 determines when to wrap lines of output. Depending on what is being
11681 printed, @value{GDBN} tries to break the line at a readable place,
11682 rather than simply letting it overflow onto the following line.
11683
11684 Normally @value{GDBN} knows the size of the screen from the terminal
11685 driver software. For example, on Unix @value{GDBN} uses the termcap data base
11686 together with the value of the @code{TERM} environment variable and the
11687 @code{stty rows} and @code{stty cols} settings. If this is not correct,
11688 you can override it with the @code{set height} and @code{set
11689 width} commands:
11690
11691 @table @code
11692 @kindex set height
11693 @kindex set width
11694 @kindex show width
11695 @kindex show height
11696 @item set height @var{lpp}
11697 @itemx show height
11698 @itemx set width @var{cpl}
11699 @itemx show width
11700 These @code{set} commands specify a screen height of @var{lpp} lines and
11701 a screen width of @var{cpl} characters. The associated @code{show}
11702 commands display the current settings.
11703
11704 If you specify a height of zero lines, @value{GDBN} does not pause during
11705 output no matter how long the output is. This is useful if output is to a
11706 file or to an editor buffer.
11707
11708 Likewise, you can specify @samp{set width 0} to prevent @value{GDBN}
11709 from wrapping its output.
11710 @end table
11711
11712 @node Numbers
11713 @section Numbers
11714 @cindex number representation
11715 @cindex entering numbers
11716
11717 You can always enter numbers in octal, decimal, or hexadecimal in
11718 @value{GDBN} by the usual conventions: octal numbers begin with
11719 @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers
11720 begin with @samp{0x}. Numbers that begin with none of these are, by
11721 default, entered in base 10; likewise, the default display for
11722 numbers---when no particular format is specified---is base 10. You can
11723 change the default base for both input and output with the @code{set
11724 radix} command.
11725
11726 @table @code
11727 @kindex set input-radix
11728 @item set input-radix @var{base}
11729 Set the default base for numeric input. Supported choices
11730 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11731 specified either unambiguously or using the current default radix; for
11732 example, any of
11733
11734 @smallexample
11735 set radix 012
11736 set radix 10.
11737 set radix 0xa
11738 @end smallexample
11739
11740 @noindent
11741 sets the base to decimal. On the other hand, @samp{set radix 10}
11742 leaves the radix unchanged no matter what it was.
11743
11744 @kindex set output-radix
11745 @item set output-radix @var{base}
11746 Set the default base for numeric display. Supported choices
11747 for @var{base} are decimal 8, 10, or 16. @var{base} must itself be
11748 specified either unambiguously or using the current default radix.
11749
11750 @kindex show input-radix
11751 @item show input-radix
11752 Display the current default base for numeric input.
11753
11754 @kindex show output-radix
11755 @item show output-radix
11756 Display the current default base for numeric display.
11757 @end table
11758
11759 @node Messages/Warnings
11760 @section Optional warnings and messages
11761
11762 By default, @value{GDBN} is silent about its inner workings. If you are
11763 running on a slow machine, you may want to use the @code{set verbose}
11764 command. This makes @value{GDBN} tell you when it does a lengthy
11765 internal operation, so you will not think it has crashed.
11766
11767 Currently, the messages controlled by @code{set verbose} are those
11768 which announce that the symbol table for a source file is being read;
11769 see @code{symbol-file} in @ref{Files, ,Commands to specify files}.
11770
11771 @table @code
11772 @kindex set verbose
11773 @item set verbose on
11774 Enables @value{GDBN} output of certain informational messages.
11775
11776 @item set verbose off
11777 Disables @value{GDBN} output of certain informational messages.
11778
11779 @kindex show verbose
11780 @item show verbose
11781 Displays whether @code{set verbose} is on or off.
11782 @end table
11783
11784 By default, if @value{GDBN} encounters bugs in the symbol table of an
11785 object file, it is silent; but if you are debugging a compiler, you may
11786 find this information useful (@pxref{Symbol Errors, ,Errors reading
11787 symbol files}).
11788
11789 @table @code
11790
11791 @kindex set complaints
11792 @item set complaints @var{limit}
11793 Permits @value{GDBN} to output @var{limit} complaints about each type of
11794 unusual symbols before becoming silent about the problem. Set
11795 @var{limit} to zero to suppress all complaints; set it to a large number
11796 to prevent complaints from being suppressed.
11797
11798 @kindex show complaints
11799 @item show complaints
11800 Displays how many symbol complaints @value{GDBN} is permitted to produce.
11801
11802 @end table
11803
11804 By default, @value{GDBN} is cautious, and asks what sometimes seems to be a
11805 lot of stupid questions to confirm certain commands. For example, if
11806 you try to run a program which is already running:
11807
11808 @example
11809 (@value{GDBP}) run
11810 The program being debugged has been started already.
11811 Start it from the beginning? (y or n)
11812 @end example
11813
11814 If you are willing to unflinchingly face the consequences of your own
11815 commands, you can disable this ``feature'':
11816
11817 @table @code
11818
11819 @kindex set confirm
11820 @cindex flinching
11821 @cindex confirmation
11822 @cindex stupid questions
11823 @item set confirm off
11824 Disables confirmation requests.
11825
11826 @item set confirm on
11827 Enables confirmation requests (the default).
11828
11829 @kindex show confirm
11830 @item show confirm
11831 Displays state of confirmation requests.
11832
11833 @end table
11834
11835 @node Debugging Output
11836 @section Optional messages about internal happenings
11837 @table @code
11838 @kindex set debug arch
11839 @item set debug arch
11840 Turns on or off display of gdbarch debugging info. The default is off
11841 @kindex show debug arch
11842 @item show debug arch
11843 Displays the current state of displaying gdbarch debugging info.
11844 @kindex set debug event
11845 @item set debug event
11846 Turns on or off display of @value{GDBN} event debugging info. The
11847 default is off.
11848 @kindex show debug event
11849 @item show debug event
11850 Displays the current state of displaying @value{GDBN} event debugging
11851 info.
11852 @kindex set debug expression
11853 @item set debug expression
11854 Turns on or off display of @value{GDBN} expression debugging info. The
11855 default is off.
11856 @kindex show debug expression
11857 @item show debug expression
11858 Displays the current state of displaying @value{GDBN} expression
11859 debugging info.
11860 @kindex set debug overload
11861 @item set debug overload
11862 Turns on or off display of @value{GDBN} C++ overload debugging
11863 info. This includes info such as ranking of functions, etc. The default
11864 is off.
11865 @kindex show debug overload
11866 @item show debug overload
11867 Displays the current state of displaying @value{GDBN} C++ overload
11868 debugging info.
11869 @kindex set debug remote
11870 @cindex packets, reporting on stdout
11871 @cindex serial connections, debugging
11872 @item set debug remote
11873 Turns on or off display of reports on all packets sent back and forth across
11874 the serial line to the remote machine. The info is printed on the
11875 @value{GDBN} standard output stream. The default is off.
11876 @kindex show debug remote
11877 @item show debug remote
11878 Displays the state of display of remote packets.
11879 @kindex set debug serial
11880 @item set debug serial
11881 Turns on or off display of @value{GDBN} serial debugging info. The
11882 default is off.
11883 @kindex show debug serial
11884 @item show debug serial
11885 Displays the current state of displaying @value{GDBN} serial debugging
11886 info.
11887 @kindex set debug target
11888 @item set debug target
11889 Turns on or off display of @value{GDBN} target debugging info. This info
11890 includes what is going on at the target level of GDB, as it happens. The
11891 default is off.
11892 @kindex show debug target
11893 @item show debug target
11894 Displays the current state of displaying @value{GDBN} target debugging
11895 info.
11896 @kindex set debug varobj
11897 @item set debug varobj
11898 Turns on or off display of @value{GDBN} variable object debugging
11899 info. The default is off.
11900 @kindex show debug varobj
11901 @item show debug varobj
11902 Displays the current state of displaying @value{GDBN} variable object
11903 debugging info.
11904 @end table
11905
11906 @node Sequences
11907 @chapter Canned Sequences of Commands
11908
11909 Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint
11910 command lists}), @value{GDBN} provides two ways to store sequences of
11911 commands for execution as a unit: user-defined commands and command
11912 files.
11913
11914 @menu
11915 * Define:: User-defined commands
11916 * Hooks:: User-defined command hooks
11917 * Command Files:: Command files
11918 * Output:: Commands for controlled output
11919 @end menu
11920
11921 @node Define
11922 @section User-defined commands
11923
11924 @cindex user-defined command
11925 A @dfn{user-defined command} is a sequence of @value{GDBN} commands to
11926 which you assign a new name as a command. This is done with the
11927 @code{define} command. User commands may accept up to 10 arguments
11928 separated by whitespace. Arguments are accessed within the user command
11929 via @var{$arg0@dots{}$arg9}. A trivial example:
11930
11931 @smallexample
11932 define adder
11933 print $arg0 + $arg1 + $arg2
11934 @end smallexample
11935
11936 @noindent
11937 To execute the command use:
11938
11939 @smallexample
11940 adder 1 2 3
11941 @end smallexample
11942
11943 @noindent
11944 This defines the command @code{adder}, which prints the sum of
11945 its three arguments. Note the arguments are text substitutions, so they may
11946 reference variables, use complex expressions, or even perform inferior
11947 functions calls.
11948
11949 @table @code
11950
11951 @kindex define
11952 @item define @var{commandname}
11953 Define a command named @var{commandname}. If there is already a command
11954 by that name, you are asked to confirm that you want to redefine it.
11955
11956 The definition of the command is made up of other @value{GDBN} command lines,
11957 which are given following the @code{define} command. The end of these
11958 commands is marked by a line containing @code{end}.
11959
11960 @kindex if
11961 @kindex else
11962 @item if
11963 Takes a single argument, which is an expression to evaluate.
11964 It is followed by a series of commands that are executed
11965 only if the expression is true (nonzero).
11966 There can then optionally be a line @code{else}, followed
11967 by a series of commands that are only executed if the expression
11968 was false. The end of the list is marked by a line containing @code{end}.
11969
11970 @kindex while
11971 @item while
11972 The syntax is similar to @code{if}: the command takes a single argument,
11973 which is an expression to evaluate, and must be followed by the commands to
11974 execute, one per line, terminated by an @code{end}.
11975 The commands are executed repeatedly as long as the expression
11976 evaluates to true.
11977
11978 @kindex document
11979 @item document @var{commandname}
11980 Document the user-defined command @var{commandname}, so that it can be
11981 accessed by @code{help}. The command @var{commandname} must already be
11982 defined. This command reads lines of documentation just as @code{define}
11983 reads the lines of the command definition, ending with @code{end}.
11984 After the @code{document} command is finished, @code{help} on command
11985 @var{commandname} displays the documentation you have written.
11986
11987 You may use the @code{document} command again to change the
11988 documentation of a command. Redefining the command with @code{define}
11989 does not change the documentation.
11990
11991 @kindex help user-defined
11992 @item help user-defined
11993 List all user-defined commands, with the first line of the documentation
11994 (if any) for each.
11995
11996 @kindex show user
11997 @item show user
11998 @itemx show user @var{commandname}
11999 Display the @value{GDBN} commands used to define @var{commandname} (but
12000 not its documentation). If no @var{commandname} is given, display the
12001 definitions for all user-defined commands.
12002
12003 @end table
12004
12005 When user-defined commands are executed, the
12006 commands of the definition are not printed. An error in any command
12007 stops execution of the user-defined command.
12008
12009 If used interactively, commands that would ask for confirmation proceed
12010 without asking when used inside a user-defined command. Many @value{GDBN}
12011 commands that normally print messages to say what they are doing omit the
12012 messages when used in a user-defined command.
12013
12014 @node Hooks
12015 @section User-defined command hooks
12016 @cindex command hooks
12017 @cindex hooks, for commands
12018 @cindex hooks, pre-command
12019
12020 @kindex hook
12021 @kindex hook-
12022 You may define @dfn{hooks}, which are a special kind of user-defined
12023 command. Whenever you run the command @samp{foo}, if the user-defined
12024 command @samp{hook-foo} exists, it is executed (with no arguments)
12025 before that command.
12026
12027 @cindex hooks, post-command
12028 @kindex hookpost
12029 @kindex hookpost-
12030 A hook may also be defined which is run after the command you executed.
12031 Whenever you run the command @samp{foo}, if the user-defined command
12032 @samp{hookpost-foo} exists, it is executed (with no arguments) after
12033 that command. Post-execution hooks may exist simultaneously with
12034 pre-execution hooks, for the same command.
12035
12036 It is valid for a hook to call the command which it hooks. If this
12037 occurs, the hook is not re-executed, thereby avoiding infinte recursion.
12038
12039 @c It would be nice if hookpost could be passed a parameter indicating
12040 @c if the command it hooks executed properly or not. FIXME!
12041
12042 @kindex stop@r{, a pseudo-command}
12043 In addition, a pseudo-command, @samp{stop} exists. Defining
12044 (@samp{hook-stop}) makes the associated commands execute every time
12045 execution stops in your program: before breakpoint commands are run,
12046 displays are printed, or the stack frame is printed.
12047
12048 For example, to ignore @code{SIGALRM} signals while
12049 single-stepping, but treat them normally during normal execution,
12050 you could define:
12051
12052 @example
12053 define hook-stop
12054 handle SIGALRM nopass
12055 end
12056
12057 define hook-run
12058 handle SIGALRM pass
12059 end
12060
12061 define hook-continue
12062 handle SIGLARM pass
12063 end
12064 @end example
12065
12066 As a further example, to hook at the begining and end of the @code{echo}
12067 command, and to add extra text to the beginning and end of the message,
12068 you could define:
12069
12070 @example
12071 define hook-echo
12072 echo <<<---
12073 end
12074
12075 define hookpost-echo
12076 echo --->>>\n
12077 end
12078
12079 (@value{GDBP}) echo Hello World
12080 <<<---Hello World--->>>
12081 (@value{GDBP})
12082
12083 @end example
12084
12085 You can define a hook for any single-word command in @value{GDBN}, but
12086 not for command aliases; you should define a hook for the basic command
12087 name, e.g. @code{backtrace} rather than @code{bt}.
12088 @c FIXME! So how does Joe User discover whether a command is an alias
12089 @c or not?
12090 If an error occurs during the execution of your hook, execution of
12091 @value{GDBN} commands stops and @value{GDBN} issues a prompt
12092 (before the command that you actually typed had a chance to run).
12093
12094 If you try to define a hook which does not match any known command, you
12095 get a warning from the @code{define} command.
12096
12097 @node Command Files
12098 @section Command files
12099
12100 @cindex command files
12101 A command file for @value{GDBN} is a file of lines that are @value{GDBN}
12102 commands. Comments (lines starting with @kbd{#}) may also be included.
12103 An empty line in a command file does nothing; it does not mean to repeat
12104 the last command, as it would from the terminal.
12105
12106 @cindex init file
12107 @cindex @file{.gdbinit}
12108 @cindex @file{gdb.ini}
12109 When you start @value{GDBN}, it automatically executes commands from its
12110 @dfn{init files}. These are files named @file{.gdbinit} on Unix and
12111 @file{gdb.ini} on DOS/Windows. During startup, @value{GDBN} does the
12112 following:
12113
12114 @enumerate
12115 @item
12116 Reads the init file (if any) in your home directory@footnote{On
12117 DOS/Windows systems, the home directory is the one pointed to by the
12118 @code{HOME} environment variable.}.
12119
12120 @item
12121 Processes command line options and operands.
12122
12123 @item
12124 Reads the init file (if any) in the current working directory.
12125
12126 @item
12127 Reads command files specified by the @samp{-x} option.
12128 @end enumerate
12129
12130 The init file in your home directory can set options (such as @samp{set
12131 complaints}) that affect subsequent processing of command line options
12132 and operands. Init files are not executed if you use the @samp{-nx}
12133 option (@pxref{Mode Options, ,Choosing modes}).
12134
12135 @cindex init file name
12136 On some configurations of @value{GDBN}, the init file is known by a
12137 different name (these are typically environments where a specialized
12138 form of @value{GDBN} may need to coexist with other forms, hence a
12139 different name for the specialized version's init file). These are the
12140 environments with special init file names:
12141
12142 @cindex @file{.vxgdbinit}
12143 @itemize @bullet
12144 @item
12145 VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit}
12146
12147 @cindex @file{.os68gdbinit}
12148 @item
12149 OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit}
12150
12151 @cindex @file{.esgdbinit}
12152 @item
12153 ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit}
12154 @end itemize
12155
12156 You can also request the execution of a command file with the
12157 @code{source} command:
12158
12159 @table @code
12160 @kindex source
12161 @item source @var{filename}
12162 Execute the command file @var{filename}.
12163 @end table
12164
12165 The lines in a command file are executed sequentially. They are not
12166 printed as they are executed. An error in any command terminates execution
12167 of the command file.
12168
12169 Commands that would ask for confirmation if used interactively proceed
12170 without asking when used in a command file. Many @value{GDBN} commands that
12171 normally print messages to say what they are doing omit the messages
12172 when called from command files.
12173
12174 @node Output
12175 @section Commands for controlled output
12176
12177 During the execution of a command file or a user-defined command, normal
12178 @value{GDBN} output is suppressed; the only output that appears is what is
12179 explicitly printed by the commands in the definition. This section
12180 describes three commands useful for generating exactly the output you
12181 want.
12182
12183 @table @code
12184 @kindex echo
12185 @item echo @var{text}
12186 @c I do not consider backslash-space a standard C escape sequence
12187 @c because it is not in ANSI.
12188 Print @var{text}. Nonprinting characters can be included in
12189 @var{text} using C escape sequences, such as @samp{\n} to print a
12190 newline. @strong{No newline is printed unless you specify one.}
12191 In addition to the standard C escape sequences, a backslash followed
12192 by a space stands for a space. This is useful for displaying a
12193 string with spaces at the beginning or the end, since leading and
12194 trailing spaces are otherwise trimmed from all arguments.
12195 To print @samp{@w{ }and foo =@w{ }}, use the command
12196 @samp{echo \@w{ }and foo = \@w{ }}.
12197
12198 A backslash at the end of @var{text} can be used, as in C, to continue
12199 the command onto subsequent lines. For example,
12200
12201 @example
12202 echo This is some text\n\
12203 which is continued\n\
12204 onto several lines.\n
12205 @end example
12206
12207 produces the same output as
12208
12209 @example
12210 echo This is some text\n
12211 echo which is continued\n
12212 echo onto several lines.\n
12213 @end example
12214
12215 @kindex output
12216 @item output @var{expression}
12217 Print the value of @var{expression} and nothing but that value: no
12218 newlines, no @samp{$@var{nn} = }. The value is not entered in the
12219 value history either. @xref{Expressions, ,Expressions}, for more information
12220 on expressions.
12221
12222 @item output/@var{fmt} @var{expression}
12223 Print the value of @var{expression} in format @var{fmt}. You can use
12224 the same formats as for @code{print}. @xref{Output Formats,,Output
12225 formats}, for more information.
12226
12227 @kindex printf
12228 @item printf @var{string}, @var{expressions}@dots{}
12229 Print the values of the @var{expressions} under the control of
12230 @var{string}. The @var{expressions} are separated by commas and may be
12231 either numbers or pointers. Their values are printed as specified by
12232 @var{string}, exactly as if your program were to execute the C
12233 subroutine
12234 @c FIXME: the above implies that at least all ANSI C formats are
12235 @c supported, but it isn't true: %E and %G don't work (or so it seems).
12236 @c Either this is a bug, or the manual should document what formats are
12237 @c supported.
12238
12239 @example
12240 printf (@var{string}, @var{expressions}@dots{});
12241 @end example
12242
12243 For example, you can print two values in hex like this:
12244
12245 @smallexample
12246 printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo
12247 @end smallexample
12248
12249 The only backslash-escape sequences that you can use in the format
12250 string are the simple ones that consist of backslash followed by a
12251 letter.
12252 @end table
12253
12254 @node Emacs
12255 @chapter Using @value{GDBN} under @sc{gnu} Emacs
12256
12257 @cindex Emacs
12258 @cindex @sc{gnu} Emacs
12259 A special interface allows you to use @sc{gnu} Emacs to view (and
12260 edit) the source files for the program you are debugging with
12261 @value{GDBN}.
12262
12263 To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the
12264 executable file you want to debug as an argument. This command starts
12265 @value{GDBN} as a subprocess of Emacs, with input and output through a newly
12266 created Emacs buffer.
12267 @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.)
12268
12269 Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two
12270 things:
12271
12272 @itemize @bullet
12273 @item
12274 All ``terminal'' input and output goes through the Emacs buffer.
12275 @end itemize
12276
12277 This applies both to @value{GDBN} commands and their output, and to the input
12278 and output done by the program you are debugging.
12279
12280 This is useful because it means that you can copy the text of previous
12281 commands and input them again; you can even use parts of the output
12282 in this way.
12283
12284 All the facilities of Emacs' Shell mode are available for interacting
12285 with your program. In particular, you can send signals the usual
12286 way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a
12287 stop.
12288
12289 @itemize @bullet
12290 @item
12291 @value{GDBN} displays source code through Emacs.
12292 @end itemize
12293
12294 Each time @value{GDBN} displays a stack frame, Emacs automatically finds the
12295 source file for that frame and puts an arrow (@samp{=>}) at the
12296 left margin of the current line. Emacs uses a separate buffer for
12297 source display, and splits the screen to show both your @value{GDBN} session
12298 and the source.
12299
12300 Explicit @value{GDBN} @code{list} or search commands still produce output as
12301 usual, but you probably have no reason to use them from Emacs.
12302
12303 @quotation
12304 @emph{Warning:} If the directory where your program resides is not your
12305 current directory, it can be easy to confuse Emacs about the location of
12306 the source files, in which case the auxiliary display buffer does not
12307 appear to show your source. @value{GDBN} can find programs by searching your
12308 environment's @code{PATH} variable, so the @value{GDBN} input and output
12309 session proceeds normally; but Emacs does not get enough information
12310 back from @value{GDBN} to locate the source files in this situation. To
12311 avoid this problem, either start @value{GDBN} mode from the directory where
12312 your program resides, or specify an absolute file name when prompted for the
12313 @kbd{M-x gdb} argument.
12314
12315 A similar confusion can result if you use the @value{GDBN} @code{file} command to
12316 switch to debugging a program in some other location, from an existing
12317 @value{GDBN} buffer in Emacs.
12318 @end quotation
12319
12320 By default, @kbd{M-x gdb} calls the program called @file{gdb}. If
12321 you need to call @value{GDBN} by a different name (for example, if you keep
12322 several configurations around, with different names) you can set the
12323 Emacs variable @code{gdb-command-name}; for example,
12324
12325 @example
12326 (setq gdb-command-name "mygdb")
12327 @end example
12328
12329 @noindent
12330 (preceded by @kbd{M-:} or @kbd{ESC :}, or typed in the @code{*scratch*} buffer, or
12331 in your @file{.emacs} file) makes Emacs call the program named
12332 ``@code{mygdb}'' instead.
12333
12334 In the @value{GDBN} I/O buffer, you can use these special Emacs commands in
12335 addition to the standard Shell mode commands:
12336
12337 @table @kbd
12338 @item C-h m
12339 Describe the features of Emacs' @value{GDBN} Mode.
12340
12341 @item M-s
12342 Execute to another source line, like the @value{GDBN} @code{step} command; also
12343 update the display window to show the current file and location.
12344
12345 @item M-n
12346 Execute to next source line in this function, skipping all function
12347 calls, like the @value{GDBN} @code{next} command. Then update the display window
12348 to show the current file and location.
12349
12350 @item M-i
12351 Execute one instruction, like the @value{GDBN} @code{stepi} command; update
12352 display window accordingly.
12353
12354 @item M-x gdb-nexti
12355 Execute to next instruction, using the @value{GDBN} @code{nexti} command; update
12356 display window accordingly.
12357
12358 @item C-c C-f
12359 Execute until exit from the selected stack frame, like the @value{GDBN}
12360 @code{finish} command.
12361
12362 @item M-c
12363 Continue execution of your program, like the @value{GDBN} @code{continue}
12364 command.
12365
12366 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-p}.
12367
12368 @item M-u
12369 Go up the number of frames indicated by the numeric argument
12370 (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}),
12371 like the @value{GDBN} @code{up} command.
12372
12373 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-u}.
12374
12375 @item M-d
12376 Go down the number of frames indicated by the numeric argument, like the
12377 @value{GDBN} @code{down} command.
12378
12379 @emph{Warning:} In Emacs v19, this command is @kbd{C-c C-d}.
12380
12381 @item C-x &
12382 Read the number where the cursor is positioned, and insert it at the end
12383 of the @value{GDBN} I/O buffer. For example, if you wish to disassemble code
12384 around an address that was displayed earlier, type @kbd{disassemble};
12385 then move the cursor to the address display, and pick up the
12386 argument for @code{disassemble} by typing @kbd{C-x &}.
12387
12388 You can customize this further by defining elements of the list
12389 @code{gdb-print-command}; once it is defined, you can format or
12390 otherwise process numbers picked up by @kbd{C-x &} before they are
12391 inserted. A numeric argument to @kbd{C-x &} indicates that you
12392 wish special formatting, and also acts as an index to pick an element of the
12393 list. If the list element is a string, the number to be inserted is
12394 formatted using the Emacs function @code{format}; otherwise the number
12395 is passed as an argument to the corresponding list element.
12396 @end table
12397
12398 In any source file, the Emacs command @kbd{C-x SPC} (@code{gdb-break})
12399 tells @value{GDBN} to set a breakpoint on the source line point is on.
12400
12401 If you accidentally delete the source-display buffer, an easy way to get
12402 it back is to type the command @code{f} in the @value{GDBN} buffer, to
12403 request a frame display; when you run under Emacs, this recreates
12404 the source buffer if necessary to show you the context of the current
12405 frame.
12406
12407 The source files displayed in Emacs are in ordinary Emacs buffers
12408 which are visiting the source files in the usual way. You can edit
12409 the files with these buffers if you wish; but keep in mind that @value{GDBN}
12410 communicates with Emacs in terms of line numbers. If you add or
12411 delete lines from the text, the line numbers that @value{GDBN} knows cease
12412 to correspond properly with the code.
12413
12414 @c The following dropped because Epoch is nonstandard. Reactivate
12415 @c if/when v19 does something similar. ---doc@cygnus.com 19dec1990
12416 @ignore
12417 @kindex Emacs Epoch environment
12418 @kindex Epoch
12419 @kindex inspect
12420
12421 Version 18 of @sc{gnu} Emacs has a built-in window system
12422 called the @code{epoch}
12423 environment. Users of this environment can use a new command,
12424 @code{inspect} which performs identically to @code{print} except that
12425 each value is printed in its own window.
12426 @end ignore
12427
12428 @include annotate.texi
12429 @include gdbmi.texinfo
12430
12431 @node GDB Bugs
12432 @chapter Reporting Bugs in @value{GDBN}
12433 @cindex bugs in @value{GDBN}
12434 @cindex reporting bugs in @value{GDBN}
12435
12436 Your bug reports play an essential role in making @value{GDBN} reliable.
12437
12438 Reporting a bug may help you by bringing a solution to your problem, or it
12439 may not. But in any case the principal function of a bug report is to help
12440 the entire community by making the next version of @value{GDBN} work better. Bug
12441 reports are your contribution to the maintenance of @value{GDBN}.
12442
12443 In order for a bug report to serve its purpose, you must include the
12444 information that enables us to fix the bug.
12445
12446 @menu
12447 * Bug Criteria:: Have you found a bug?
12448 * Bug Reporting:: How to report bugs
12449 @end menu
12450
12451 @node Bug Criteria
12452 @section Have you found a bug?
12453 @cindex bug criteria
12454
12455 If you are not sure whether you have found a bug, here are some guidelines:
12456
12457 @itemize @bullet
12458 @cindex fatal signal
12459 @cindex debugger crash
12460 @cindex crash of debugger
12461 @item
12462 If the debugger gets a fatal signal, for any input whatever, that is a
12463 @value{GDBN} bug. Reliable debuggers never crash.
12464
12465 @cindex error on valid input
12466 @item
12467 If @value{GDBN} produces an error message for valid input, that is a
12468 bug. (Note that if you're cross debugging, the problem may also be
12469 somewhere in the connection to the target.)
12470
12471 @cindex invalid input
12472 @item
12473 If @value{GDBN} does not produce an error message for invalid input,
12474 that is a bug. However, you should note that your idea of
12475 ``invalid input'' might be our idea of ``an extension'' or ``support
12476 for traditional practice''.
12477
12478 @item
12479 If you are an experienced user of debugging tools, your suggestions
12480 for improvement of @value{GDBN} are welcome in any case.
12481 @end itemize
12482
12483 @node Bug Reporting
12484 @section How to report bugs
12485 @cindex bug reports
12486 @cindex @value{GDBN} bugs, reporting
12487
12488 A number of companies and individuals offer support for @sc{gnu} products.
12489 If you obtained @value{GDBN} from a support organization, we recommend you
12490 contact that organization first.
12491
12492 You can find contact information for many support companies and
12493 individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs
12494 distribution.
12495 @c should add a web page ref...
12496
12497 In any event, we also recommend that you send bug reports for
12498 @value{GDBN} to this addresses:
12499
12500 @example
12501 bug-gdb@@gnu.org
12502 @end example
12503
12504 @strong{Do not send bug reports to @samp{info-gdb}, or to
12505 @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do
12506 not want to receive bug reports. Those that do have arranged to receive
12507 @samp{bug-gdb}.
12508
12509 The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which
12510 serves as a repeater. The mailing list and the newsgroup carry exactly
12511 the same messages. Often people think of posting bug reports to the
12512 newsgroup instead of mailing them. This appears to work, but it has one
12513 problem which can be crucial: a newsgroup posting often lacks a mail
12514 path back to the sender. Thus, if we need to ask for more information,
12515 we may be unable to reach you. For this reason, it is better to send
12516 bug reports to the mailing list.
12517
12518 As a last resort, send bug reports on paper to:
12519
12520 @example
12521 @sc{gnu} Debugger Bugs
12522 Free Software Foundation Inc.
12523 59 Temple Place - Suite 330
12524 Boston, MA 02111-1307
12525 USA
12526 @end example
12527
12528 The fundamental principle of reporting bugs usefully is this:
12529 @strong{report all the facts}. If you are not sure whether to state a
12530 fact or leave it out, state it!
12531
12532 Often people omit facts because they think they know what causes the
12533 problem and assume that some details do not matter. Thus, you might
12534 assume that the name of the variable you use in an example does not matter.
12535 Well, probably it does not, but one cannot be sure. Perhaps the bug is a
12536 stray memory reference which happens to fetch from the location where that
12537 name is stored in memory; perhaps, if the name were different, the contents
12538 of that location would fool the debugger into doing the right thing despite
12539 the bug. Play it safe and give a specific, complete example. That is the
12540 easiest thing for you to do, and the most helpful.
12541
12542 Keep in mind that the purpose of a bug report is to enable us to fix the
12543 bug. It may be that the bug has been reported previously, but neither
12544 you nor we can know that unless your bug report is complete and
12545 self-contained.
12546
12547 Sometimes people give a few sketchy facts and ask, ``Does this ring a
12548 bell?'' Those bug reports are useless, and we urge everyone to
12549 @emph{refuse to respond to them} except to chide the sender to report
12550 bugs properly.
12551
12552 To enable us to fix the bug, you should include all these things:
12553
12554 @itemize @bullet
12555 @item
12556 The version of @value{GDBN}. @value{GDBN} announces it if you start
12557 with no arguments; you can also print it at any time using @code{show
12558 version}.
12559
12560 Without this, we will not know whether there is any point in looking for
12561 the bug in the current version of @value{GDBN}.
12562
12563 @item
12564 The type of machine you are using, and the operating system name and
12565 version number.
12566
12567 @item
12568 What compiler (and its version) was used to compile @value{GDBN}---e.g.
12569 ``@value{GCC}--2.8.1''.
12570
12571 @item
12572 What compiler (and its version) was used to compile the program you are
12573 debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP
12574 C Compiler''. For GCC, you can say @code{gcc --version} to get this
12575 information; for other compilers, see the documentation for those
12576 compilers.
12577
12578 @item
12579 The command arguments you gave the compiler to compile your example and
12580 observe the bug. For example, did you use @samp{-O}? To guarantee
12581 you will not omit something important, list them all. A copy of the
12582 Makefile (or the output from make) is sufficient.
12583
12584 If we were to try to guess the arguments, we would probably guess wrong
12585 and then we might not encounter the bug.
12586
12587 @item
12588 A complete input script, and all necessary source files, that will
12589 reproduce the bug.
12590
12591 @item
12592 A description of what behavior you observe that you believe is
12593 incorrect. For example, ``It gets a fatal signal.''
12594
12595 Of course, if the bug is that @value{GDBN} gets a fatal signal, then we
12596 will certainly notice it. But if the bug is incorrect output, we might
12597 not notice unless it is glaringly wrong. You might as well not give us
12598 a chance to make a mistake.
12599
12600 Even if the problem you experience is a fatal signal, you should still
12601 say so explicitly. Suppose something strange is going on, such as, your
12602 copy of @value{GDBN} is out of synch, or you have encountered a bug in
12603 the C library on your system. (This has happened!) Your copy might
12604 crash and ours would not. If you told us to expect a crash, then when
12605 ours fails to crash, we would know that the bug was not happening for
12606 us. If you had not told us to expect a crash, then we would not be able
12607 to draw any conclusion from our observations.
12608
12609 @item
12610 If you wish to suggest changes to the @value{GDBN} source, send us context
12611 diffs. If you even discuss something in the @value{GDBN} source, refer to
12612 it by context, not by line number.
12613
12614 The line numbers in our development sources will not match those in your
12615 sources. Your line numbers would convey no useful information to us.
12616
12617 @end itemize
12618
12619 Here are some things that are not necessary:
12620
12621 @itemize @bullet
12622 @item
12623 A description of the envelope of the bug.
12624
12625 Often people who encounter a bug spend a lot of time investigating
12626 which changes to the input file will make the bug go away and which
12627 changes will not affect it.
12628
12629 This is often time consuming and not very useful, because the way we
12630 will find the bug is by running a single example under the debugger
12631 with breakpoints, not by pure deduction from a series of examples.
12632 We recommend that you save your time for something else.
12633
12634 Of course, if you can find a simpler example to report @emph{instead}
12635 of the original one, that is a convenience for us. Errors in the
12636 output will be easier to spot, running under the debugger will take
12637 less time, and so on.
12638
12639 However, simplification is not vital; if you do not want to do this,
12640 report the bug anyway and send us the entire test case you used.
12641
12642 @item
12643 A patch for the bug.
12644
12645 A patch for the bug does help us if it is a good one. But do not omit
12646 the necessary information, such as the test case, on the assumption that
12647 a patch is all we need. We might see problems with your patch and decide
12648 to fix the problem another way, or we might not understand it at all.
12649
12650 Sometimes with a program as complicated as @value{GDBN} it is very hard to
12651 construct an example that will make the program follow a certain path
12652 through the code. If you do not send us the example, we will not be able
12653 to construct one, so we will not be able to verify that the bug is fixed.
12654
12655 And if we cannot understand what bug you are trying to fix, or why your
12656 patch should be an improvement, we will not install it. A test case will
12657 help us to understand.
12658
12659 @item
12660 A guess about what the bug is or what it depends on.
12661
12662 Such guesses are usually wrong. Even we cannot guess right about such
12663 things without first using the debugger to find the facts.
12664 @end itemize
12665
12666 @c The readline documentation is distributed with the readline code
12667 @c and consists of the two following files:
12668 @c rluser.texinfo
12669 @c inc-hist.texinfo
12670 @c Use -I with makeinfo to point to the appropriate directory,
12671 @c environment var TEXINPUTS with TeX.
12672 @include rluser.texinfo
12673 @include inc-hist.texinfo
12674
12675
12676 @node Formatting Documentation
12677 @appendix Formatting Documentation
12678
12679 @cindex @value{GDBN} reference card
12680 @cindex reference card
12681 The @value{GDBN} 4 release includes an already-formatted reference card, ready
12682 for printing with PostScript or Ghostscript, in the @file{gdb}
12683 subdirectory of the main source directory@footnote{In
12684 @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN}
12685 release.}. If you can use PostScript or Ghostscript with your printer,
12686 you can print the reference card immediately with @file{refcard.ps}.
12687
12688 The release also includes the source for the reference card. You
12689 can format it, using @TeX{}, by typing:
12690
12691 @example
12692 make refcard.dvi
12693 @end example
12694
12695 The @value{GDBN} reference card is designed to print in @dfn{landscape}
12696 mode on US ``letter'' size paper;
12697 that is, on a sheet 11 inches wide by 8.5 inches
12698 high. You will need to specify this form of printing as an option to
12699 your @sc{dvi} output program.
12700
12701 @cindex documentation
12702
12703 All the documentation for @value{GDBN} comes as part of the machine-readable
12704 distribution. The documentation is written in Texinfo format, which is
12705 a documentation system that uses a single source file to produce both
12706 on-line information and a printed manual. You can use one of the Info
12707 formatting commands to create the on-line version of the documentation
12708 and @TeX{} (or @code{texi2roff}) to typeset the printed version.
12709
12710 @value{GDBN} includes an already formatted copy of the on-line Info
12711 version of this manual in the @file{gdb} subdirectory. The main Info
12712 file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to
12713 subordinate files matching @samp{gdb.info*} in the same directory. If
12714 necessary, you can print out these files, or read them with any editor;
12715 but they are easier to read using the @code{info} subsystem in @sc{gnu}
12716 Emacs or the standalone @code{info} program, available as part of the
12717 @sc{gnu} Texinfo distribution.
12718
12719 If you want to format these Info files yourself, you need one of the
12720 Info formatting programs, such as @code{texinfo-format-buffer} or
12721 @code{makeinfo}.
12722
12723 If you have @code{makeinfo} installed, and are in the top level
12724 @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of
12725 version @value{GDBVN}), you can make the Info file by typing:
12726
12727 @example
12728 cd gdb
12729 make gdb.info
12730 @end example
12731
12732 If you want to typeset and print copies of this manual, you need @TeX{},
12733 a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the
12734 Texinfo definitions file.
12735
12736 @TeX{} is a typesetting program; it does not print files directly, but
12737 produces output files called @sc{dvi} files. To print a typeset
12738 document, you need a program to print @sc{dvi} files. If your system
12739 has @TeX{} installed, chances are it has such a program. The precise
12740 command to use depends on your system; @kbd{lpr -d} is common; another
12741 (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may
12742 require a file name without any extension or a @samp{.dvi} extension.
12743
12744 @TeX{} also requires a macro definitions file called
12745 @file{texinfo.tex}. This file tells @TeX{} how to typeset a document
12746 written in Texinfo format. On its own, @TeX{} cannot either read or
12747 typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB
12748 and is located in the @file{gdb-@var{version-number}/texinfo}
12749 directory.
12750
12751 If you have @TeX{} and a @sc{dvi} printer program installed, you can
12752 typeset and print this manual. First switch to the the @file{gdb}
12753 subdirectory of the main source directory (for example, to
12754 @file{gdb-@value{GDBVN}/gdb}) and type:
12755
12756 @example
12757 make gdb.dvi
12758 @end example
12759
12760 Then give @file{gdb.dvi} to your @sc{dvi} printing program.
12761
12762 @node Installing GDB
12763 @appendix Installing @value{GDBN}
12764 @cindex configuring @value{GDBN}
12765 @cindex installation
12766
12767 @value{GDBN} comes with a @code{configure} script that automates the process
12768 of preparing @value{GDBN} for installation; you can then use @code{make} to
12769 build the @code{gdb} program.
12770 @iftex
12771 @c irrelevant in info file; it's as current as the code it lives with.
12772 @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN},
12773 look at the @file{README} file in the sources; we may have improved the
12774 installation procedures since publishing this manual.}
12775 @end iftex
12776
12777 The @value{GDBN} distribution includes all the source code you need for
12778 @value{GDBN} in a single directory, whose name is usually composed by
12779 appending the version number to @samp{gdb}.
12780
12781 For example, the @value{GDBN} version @value{GDBVN} distribution is in the
12782 @file{gdb-@value{GDBVN}} directory. That directory contains:
12783
12784 @table @code
12785 @item gdb-@value{GDBVN}/configure @r{(and supporting files)}
12786 script for configuring @value{GDBN} and all its supporting libraries
12787
12788 @item gdb-@value{GDBVN}/gdb
12789 the source specific to @value{GDBN} itself
12790
12791 @item gdb-@value{GDBVN}/bfd
12792 source for the Binary File Descriptor library
12793
12794 @item gdb-@value{GDBVN}/include
12795 @sc{gnu} include files
12796
12797 @item gdb-@value{GDBVN}/libiberty
12798 source for the @samp{-liberty} free software library
12799
12800 @item gdb-@value{GDBVN}/opcodes
12801 source for the library of opcode tables and disassemblers
12802
12803 @item gdb-@value{GDBVN}/readline
12804 source for the @sc{gnu} command-line interface
12805
12806 @item gdb-@value{GDBVN}/glob
12807 source for the @sc{gnu} filename pattern-matching subroutine
12808
12809 @item gdb-@value{GDBVN}/mmalloc
12810 source for the @sc{gnu} memory-mapped malloc package
12811 @end table
12812
12813 The simplest way to configure and build @value{GDBN} is to run @code{configure}
12814 from the @file{gdb-@var{version-number}} source directory, which in
12815 this example is the @file{gdb-@value{GDBVN}} directory.
12816
12817 First switch to the @file{gdb-@var{version-number}} source directory
12818 if you are not already in it; then run @code{configure}. Pass the
12819 identifier for the platform on which @value{GDBN} will run as an
12820 argument.
12821
12822 For example:
12823
12824 @example
12825 cd gdb-@value{GDBVN}
12826 ./configure @var{host}
12827 make
12828 @end example
12829
12830 @noindent
12831 where @var{host} is an identifier such as @samp{sun4} or
12832 @samp{decstation}, that identifies the platform where @value{GDBN} will run.
12833 (You can often leave off @var{host}; @code{configure} tries to guess the
12834 correct value by examining your system.)
12835
12836 Running @samp{configure @var{host}} and then running @code{make} builds the
12837 @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty}
12838 libraries, then @code{gdb} itself. The configured source files, and the
12839 binaries, are left in the corresponding source directories.
12840
12841 @need 750
12842 @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your
12843 system does not recognize this automatically when you run a different
12844 shell, you may need to run @code{sh} on it explicitly:
12845
12846 @example
12847 sh configure @var{host}
12848 @end example
12849
12850 If you run @code{configure} from a directory that contains source
12851 directories for multiple libraries or programs, such as the
12852 @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure}
12853 creates configuration files for every directory level underneath (unless
12854 you tell it not to, with the @samp{--norecursion} option).
12855
12856 You can run the @code{configure} script from any of the
12857 subordinate directories in the @value{GDBN} distribution if you only want to
12858 configure that subdirectory, but be sure to specify a path to it.
12859
12860 For example, with version @value{GDBVN}, type the following to configure only
12861 the @code{bfd} subdirectory:
12862
12863 @example
12864 @group
12865 cd gdb-@value{GDBVN}/bfd
12866 ../configure @var{host}
12867 @end group
12868 @end example
12869
12870 You can install @code{@value{GDBP}} anywhere; it has no hardwired paths.
12871 However, you should make sure that the shell on your path (named by
12872 the @samp{SHELL} environment variable) is publicly readable. Remember
12873 that @value{GDBN} uses the shell to start your program---some systems refuse to
12874 let @value{GDBN} debug child processes whose programs are not readable.
12875
12876 @menu
12877 * Separate Objdir:: Compiling @value{GDBN} in another directory
12878 * Config Names:: Specifying names for hosts and targets
12879 * Configure Options:: Summary of options for configure
12880 @end menu
12881
12882 @node Separate Objdir
12883 @section Compiling @value{GDBN} in another directory
12884
12885 If you want to run @value{GDBN} versions for several host or target machines,
12886 you need a different @code{gdb} compiled for each combination of
12887 host and target. @code{configure} is designed to make this easy by
12888 allowing you to generate each configuration in a separate subdirectory,
12889 rather than in the source directory. If your @code{make} program
12890 handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running
12891 @code{make} in each of these directories builds the @code{gdb}
12892 program specified there.
12893
12894 To build @code{gdb} in a separate directory, run @code{configure}
12895 with the @samp{--srcdir} option to specify where to find the source.
12896 (You also need to specify a path to find @code{configure}
12897 itself from your working directory. If the path to @code{configure}
12898 would be the same as the argument to @samp{--srcdir}, you can leave out
12899 the @samp{--srcdir} option; it is assumed.)
12900
12901 For example, with version @value{GDBVN}, you can build @value{GDBN} in a
12902 separate directory for a Sun 4 like this:
12903
12904 @example
12905 @group
12906 cd gdb-@value{GDBVN}
12907 mkdir ../gdb-sun4
12908 cd ../gdb-sun4
12909 ../gdb-@value{GDBVN}/configure sun4
12910 make
12911 @end group
12912 @end example
12913
12914 When @code{configure} builds a configuration using a remote source
12915 directory, it creates a tree for the binaries with the same structure
12916 (and using the same names) as the tree under the source directory. In
12917 the example, you'd find the Sun 4 library @file{libiberty.a} in the
12918 directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in
12919 @file{gdb-sun4/gdb}.
12920
12921 One popular reason to build several @value{GDBN} configurations in separate
12922 directories is to configure @value{GDBN} for cross-compiling (where
12923 @value{GDBN} runs on one machine---the @dfn{host}---while debugging
12924 programs that run on another machine---the @dfn{target}).
12925 You specify a cross-debugging target by
12926 giving the @samp{--target=@var{target}} option to @code{configure}.
12927
12928 When you run @code{make} to build a program or library, you must run
12929 it in a configured directory---whatever directory you were in when you
12930 called @code{configure} (or one of its subdirectories).
12931
12932 The @code{Makefile} that @code{configure} generates in each source
12933 directory also runs recursively. If you type @code{make} in a source
12934 directory such as @file{gdb-@value{GDBVN}} (or in a separate configured
12935 directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you
12936 will build all the required libraries, and then build GDB.
12937
12938 When you have multiple hosts or targets configured in separate
12939 directories, you can run @code{make} on them in parallel (for example,
12940 if they are NFS-mounted on each of the hosts); they will not interfere
12941 with each other.
12942
12943 @node Config Names
12944 @section Specifying names for hosts and targets
12945
12946 The specifications used for hosts and targets in the @code{configure}
12947 script are based on a three-part naming scheme, but some short predefined
12948 aliases are also supported. The full naming scheme encodes three pieces
12949 of information in the following pattern:
12950
12951 @example
12952 @var{architecture}-@var{vendor}-@var{os}
12953 @end example
12954
12955 For example, you can use the alias @code{sun4} as a @var{host} argument,
12956 or as the value for @var{target} in a @code{--target=@var{target}}
12957 option. The equivalent full name is @samp{sparc-sun-sunos4}.
12958
12959 The @code{configure} script accompanying @value{GDBN} does not provide
12960 any query facility to list all supported host and target names or
12961 aliases. @code{configure} calls the Bourne shell script
12962 @code{config.sub} to map abbreviations to full names; you can read the
12963 script, if you wish, or you can use it to test your guesses on
12964 abbreviations---for example:
12965
12966 @smallexample
12967 % sh config.sub i386-linux
12968 i386-pc-linux-gnu
12969 % sh config.sub alpha-linux
12970 alpha-unknown-linux-gnu
12971 % sh config.sub hp9k700
12972 hppa1.1-hp-hpux
12973 % sh config.sub sun4
12974 sparc-sun-sunos4.1.1
12975 % sh config.sub sun3
12976 m68k-sun-sunos4.1.1
12977 % sh config.sub i986v
12978 Invalid configuration `i986v': machine `i986v' not recognized
12979 @end smallexample
12980
12981 @noindent
12982 @code{config.sub} is also distributed in the @value{GDBN} source
12983 directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}).
12984
12985 @node Configure Options
12986 @section @code{configure} options
12987
12988 Here is a summary of the @code{configure} options and arguments that
12989 are most often useful for building @value{GDBN}. @code{configure} also has
12990 several other options not listed here. @inforef{What Configure
12991 Does,,configure.info}, for a full explanation of @code{configure}.
12992
12993 @example
12994 configure @r{[}--help@r{]}
12995 @r{[}--prefix=@var{dir}@r{]}
12996 @r{[}--exec-prefix=@var{dir}@r{]}
12997 @r{[}--srcdir=@var{dirname}@r{]}
12998 @r{[}--norecursion@r{]} @r{[}--rm@r{]}
12999 @r{[}--target=@var{target}@r{]}
13000 @var{host}
13001 @end example
13002
13003 @noindent
13004 You may introduce options with a single @samp{-} rather than
13005 @samp{--} if you prefer; but you may abbreviate option names if you use
13006 @samp{--}.
13007
13008 @table @code
13009 @item --help
13010 Display a quick summary of how to invoke @code{configure}.
13011
13012 @item --prefix=@var{dir}
13013 Configure the source to install programs and files under directory
13014 @file{@var{dir}}.
13015
13016 @item --exec-prefix=@var{dir}
13017 Configure the source to install programs under directory
13018 @file{@var{dir}}.
13019
13020 @c avoid splitting the warning from the explanation:
13021 @need 2000
13022 @item --srcdir=@var{dirname}
13023 @strong{Warning: using this option requires @sc{gnu} @code{make}, or another
13024 @code{make} that implements the @code{VPATH} feature.}@*
13025 Use this option to make configurations in directories separate from the
13026 @value{GDBN} source directories. Among other things, you can use this to
13027 build (or maintain) several configurations simultaneously, in separate
13028 directories. @code{configure} writes configuration specific files in
13029 the current directory, but arranges for them to use the source in the
13030 directory @var{dirname}. @code{configure} creates directories under
13031 the working directory in parallel to the source directories below
13032 @var{dirname}.
13033
13034 @item --norecursion
13035 Configure only the directory level where @code{configure} is executed; do not
13036 propagate configuration to subdirectories.
13037
13038 @item --target=@var{target}
13039 Configure @value{GDBN} for cross-debugging programs running on the specified
13040 @var{target}. Without this option, @value{GDBN} is configured to debug
13041 programs that run on the same machine (@var{host}) as @value{GDBN} itself.
13042
13043 There is no convenient way to generate a list of all available targets.
13044
13045 @item @var{host} @dots{}
13046 Configure @value{GDBN} to run on the specified @var{host}.
13047
13048 There is no convenient way to generate a list of all available hosts.
13049 @end table
13050
13051 There are many other options available as well, but they are generally
13052 needed for special purposes only.
13053
13054 @node Index
13055 @unnumbered Index
13056
13057 @printindex cp
13058
13059 @tex
13060 % I think something like @colophon should be in texinfo. In the
13061 % meantime:
13062 \long\def\colophon{\hbox to0pt{}\vfill
13063 \centerline{The body of this manual is set in}
13064 \centerline{\fontname\tenrm,}
13065 \centerline{with headings in {\bf\fontname\tenbf}}
13066 \centerline{and examples in {\tt\fontname\tentt}.}
13067 \centerline{{\it\fontname\tenit\/},}
13068 \centerline{{\bf\fontname\tenbf}, and}
13069 \centerline{{\sl\fontname\tensl\/}}
13070 \centerline{are used for emphasis.}\vfill}
13071 \page\colophon
13072 % Blame: doc@cygnus.com, 1991.
13073 @end tex
13074
13075 @c TeX can handle the contents at the start but makeinfo 3.12 can not
13076 @ifinfo
13077 @contents
13078 @end ifinfo
13079 @ifhtml
13080 @contents
13081 @end ifhtml
13082
13083 @bye
This page took 0.312727 seconds and 5 git commands to generate.