]>
Commit | Line | Data |
---|---|---|
c906108c | 1 | \input texinfo @c -*-texinfo-*- |
b6ba6518 | 2 | @c Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, |
c552b3bb | 3 | @c 1999, 2000, 2001, 2002, 2003, 2004 |
c906108c SS |
4 | @c Free Software Foundation, Inc. |
5 | @c | |
5d161b24 | 6 | @c %**start of header |
c906108c SS |
7 | @c makeinfo ignores cmds prev to setfilename, so its arg cannot make use |
8 | @c of @set vars. However, you can override filename with makeinfo -o. | |
9 | @setfilename gdb.info | |
10 | @c | |
11 | @include gdb-cfg.texi | |
12 | @c | |
c906108c | 13 | @settitle Debugging with @value{GDBN} |
c906108c SS |
14 | @setchapternewpage odd |
15 | @c %**end of header | |
16 | ||
17 | @iftex | |
18 | @c @smallbook | |
19 | @c @cropmarks | |
20 | @end iftex | |
21 | ||
22 | @finalout | |
23 | @syncodeindex ky cp | |
24 | ||
41afff9a | 25 | @c readline appendices use @vindex, @findex and @ftable, |
48e934c6 | 26 | @c annotate.texi and gdbmi use @findex. |
c906108c | 27 | @syncodeindex vr cp |
41afff9a | 28 | @syncodeindex fn cp |
c906108c SS |
29 | |
30 | @c !!set GDB manual's edition---not the same as GDB version! | |
9fe8321b | 31 | @c This is updated by GNU Press. |
e9c75b65 | 32 | @set EDITION Ninth |
c906108c | 33 | |
87885426 FN |
34 | @c !!set GDB edit command default editor |
35 | @set EDITOR /bin/ex | |
c906108c | 36 | |
6c0e9fb3 | 37 | @c THIS MANUAL REQUIRES TEXINFO 4.0 OR LATER. |
c906108c | 38 | |
c906108c | 39 | @c This is a dir.info fragment to support semi-automated addition of |
6d2ebf8b | 40 | @c manuals to an info tree. |
96a2c332 SS |
41 | @dircategory Programming & development tools. |
42 | @direntry | |
c906108c | 43 | * Gdb: (gdb). The @sc{gnu} debugger. |
96a2c332 SS |
44 | @end direntry |
45 | ||
c906108c SS |
46 | @ifinfo |
47 | This file documents the @sc{gnu} debugger @value{GDBN}. | |
48 | ||
49 | ||
9fe8321b AC |
50 | This is the @value{EDITION} Edition, of @cite{Debugging with |
51 | @value{GDBN}: the @sc{gnu} Source-Level Debugger} for @value{GDBN} | |
52 | Version @value{GDBVN}. | |
c906108c | 53 | |
8a037dd7 | 54 | Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998,@* |
c552b3bb | 55 | 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
c906108c | 56 | |
e9c75b65 EZ |
57 | Permission is granted to copy, distribute and/or modify this document |
58 | under the terms of the GNU Free Documentation License, Version 1.1 or | |
59 | any later version published by the Free Software Foundation; with the | |
959acfd1 EZ |
60 | Invariant Sections being ``Free Software'' and ``Free Software Needs |
61 | Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' | |
62 | and with the Back-Cover Texts as in (a) below. | |
c906108c | 63 | |
6826cf00 EZ |
64 | (a) The Free Software Foundation's Back-Cover Text is: ``You have |
65 | freedom to copy and modify this GNU Manual, like GNU software. Copies | |
66 | published by the Free Software Foundation raise funds for GNU | |
67 | development.'' | |
c906108c SS |
68 | @end ifinfo |
69 | ||
70 | @titlepage | |
71 | @title Debugging with @value{GDBN} | |
72 | @subtitle The @sc{gnu} Source-Level Debugger | |
c906108c | 73 | @sp 1 |
c906108c | 74 | @subtitle @value{EDITION} Edition, for @value{GDBN} version @value{GDBVN} |
9e9c5ae7 | 75 | @author Richard Stallman, Roland Pesch, Stan Shebs, et al. |
c906108c | 76 | @page |
c906108c SS |
77 | @tex |
78 | {\parskip=0pt | |
53a5351d | 79 | \hfill (Send bugs and comments on @value{GDBN} to bug-gdb\@gnu.org.)\par |
c906108c SS |
80 | \hfill {\it Debugging with @value{GDBN}}\par |
81 | \hfill \TeX{}info \texinfoversion\par | |
82 | } | |
83 | @end tex | |
53a5351d | 84 | |
c906108c | 85 | @vskip 0pt plus 1filll |
8a037dd7 | 86 | Copyright @copyright{} 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, |
b51970ac | 87 | 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. |
c906108c | 88 | @sp 2 |
c906108c SS |
89 | Published by the Free Software Foundation @* |
90 | 59 Temple Place - Suite 330, @* | |
91 | Boston, MA 02111-1307 USA @* | |
6d2ebf8b | 92 | ISBN 1-882114-77-9 @* |
e9c75b65 EZ |
93 | |
94 | Permission is granted to copy, distribute and/or modify this document | |
95 | under the terms of the GNU Free Documentation License, Version 1.1 or | |
96 | any later version published by the Free Software Foundation; with the | |
959acfd1 EZ |
97 | Invariant Sections being ``Free Software'' and ``Free Software Needs |
98 | Free Documentation'', with the Front-Cover Texts being ``A GNU Manual,'' | |
99 | and with the Back-Cover Texts as in (a) below. | |
e9c75b65 | 100 | |
6826cf00 EZ |
101 | (a) The Free Software Foundation's Back-Cover Text is: ``You have |
102 | freedom to copy and modify this GNU Manual, like GNU software. Copies | |
103 | published by the Free Software Foundation raise funds for GNU | |
104 | development.'' | |
c906108c SS |
105 | @end titlepage |
106 | @page | |
107 | ||
6c0e9fb3 | 108 | @ifnottex |
6d2ebf8b SS |
109 | @node Top, Summary, (dir), (dir) |
110 | ||
c906108c SS |
111 | @top Debugging with @value{GDBN} |
112 | ||
113 | This file describes @value{GDBN}, the @sc{gnu} symbolic debugger. | |
114 | ||
9fe8321b | 115 | This is the @value{EDITION} Edition, for @value{GDBN} Version |
c906108c SS |
116 | @value{GDBVN}. |
117 | ||
c552b3bb | 118 | Copyright (C) 1988-2004 Free Software Foundation, Inc. |
6d2ebf8b SS |
119 | |
120 | @menu | |
121 | * Summary:: Summary of @value{GDBN} | |
122 | * Sample Session:: A sample @value{GDBN} session | |
123 | ||
124 | * Invocation:: Getting in and out of @value{GDBN} | |
125 | * Commands:: @value{GDBN} commands | |
126 | * Running:: Running programs under @value{GDBN} | |
127 | * Stopping:: Stopping and continuing | |
128 | * Stack:: Examining the stack | |
129 | * Source:: Examining source files | |
130 | * Data:: Examining data | |
e2e0bcd1 | 131 | * Macros:: Preprocessor Macros |
b37052ae | 132 | * Tracepoints:: Debugging remote targets non-intrusively |
df0cd8c5 | 133 | * Overlays:: Debugging programs that use overlays |
6d2ebf8b SS |
134 | |
135 | * Languages:: Using @value{GDBN} with different languages | |
136 | ||
137 | * Symbols:: Examining the symbol table | |
138 | * Altering:: Altering execution | |
139 | * GDB Files:: @value{GDBN} files | |
140 | * Targets:: Specifying a debugging target | |
6b2f586d | 141 | * Remote Debugging:: Debugging remote programs |
6d2ebf8b SS |
142 | * Configurations:: Configuration-specific information |
143 | * Controlling GDB:: Controlling @value{GDBN} | |
144 | * Sequences:: Canned sequences of commands | |
c4555f82 | 145 | * TUI:: @value{GDBN} Text User Interface |
21c294e6 | 146 | * Interpreters:: Command Interpreters |
6d2ebf8b SS |
147 | * Emacs:: Using @value{GDBN} under @sc{gnu} Emacs |
148 | * Annotations:: @value{GDBN}'s annotation interface. | |
7162c0ca | 149 | * GDB/MI:: @value{GDBN}'s Machine Interface. |
6d2ebf8b SS |
150 | |
151 | * GDB Bugs:: Reporting bugs in @value{GDBN} | |
152 | * Formatting Documentation:: How to format and print @value{GDBN} documentation | |
153 | ||
154 | * Command Line Editing:: Command Line Editing | |
155 | * Using History Interactively:: Using History Interactively | |
156 | * Installing GDB:: Installing GDB | |
eb12ee30 | 157 | * Maintenance Commands:: Maintenance Commands |
e0ce93ac | 158 | * Remote Protocol:: GDB Remote Serial Protocol |
f418dd93 | 159 | * Agent Expressions:: The GDB Agent Expression Mechanism |
aab4e0ec AC |
160 | * Copying:: GNU General Public License says |
161 | how you can copy and share GDB | |
6826cf00 | 162 | * GNU Free Documentation License:: The license for this documentation |
6d2ebf8b SS |
163 | * Index:: Index |
164 | @end menu | |
165 | ||
6c0e9fb3 | 166 | @end ifnottex |
c906108c | 167 | |
449f3b6c | 168 | @contents |
449f3b6c | 169 | |
6d2ebf8b | 170 | @node Summary |
c906108c SS |
171 | @unnumbered Summary of @value{GDBN} |
172 | ||
173 | The purpose of a debugger such as @value{GDBN} is to allow you to see what is | |
174 | going on ``inside'' another program while it executes---or what another | |
175 | program was doing at the moment it crashed. | |
176 | ||
177 | @value{GDBN} can do four main kinds of things (plus other things in support of | |
178 | these) to help you catch bugs in the act: | |
179 | ||
180 | @itemize @bullet | |
181 | @item | |
182 | Start your program, specifying anything that might affect its behavior. | |
183 | ||
184 | @item | |
185 | Make your program stop on specified conditions. | |
186 | ||
187 | @item | |
188 | Examine what has happened, when your program has stopped. | |
189 | ||
190 | @item | |
191 | Change things in your program, so you can experiment with correcting the | |
192 | effects of one bug and go on to learn about another. | |
193 | @end itemize | |
194 | ||
49efadf5 | 195 | You can use @value{GDBN} to debug programs written in C and C@t{++}. |
c906108c | 196 | For more information, see @ref{Support,,Supported languages}. |
c906108c SS |
197 | For more information, see @ref{C,,C and C++}. |
198 | ||
cce74817 | 199 | @cindex Modula-2 |
e632838e AC |
200 | Support for Modula-2 is partial. For information on Modula-2, see |
201 | @ref{Modula-2,,Modula-2}. | |
c906108c | 202 | |
cce74817 JM |
203 | @cindex Pascal |
204 | Debugging Pascal programs which use sets, subranges, file variables, or | |
205 | nested functions does not currently work. @value{GDBN} does not support | |
206 | entering expressions, printing values, or similar features using Pascal | |
207 | syntax. | |
c906108c | 208 | |
c906108c SS |
209 | @cindex Fortran |
210 | @value{GDBN} can be used to debug programs written in Fortran, although | |
53a5351d | 211 | it may be necessary to refer to some variables with a trailing |
cce74817 | 212 | underscore. |
c906108c | 213 | |
b37303ee AF |
214 | @value{GDBN} can be used to debug programs written in Objective-C, |
215 | using either the Apple/NeXT or the GNU Objective-C runtime. | |
216 | ||
c906108c SS |
217 | @menu |
218 | * Free Software:: Freely redistributable software | |
219 | * Contributors:: Contributors to GDB | |
220 | @end menu | |
221 | ||
6d2ebf8b | 222 | @node Free Software |
c906108c SS |
223 | @unnumberedsec Free software |
224 | ||
5d161b24 | 225 | @value{GDBN} is @dfn{free software}, protected by the @sc{gnu} |
c906108c SS |
226 | General Public License |
227 | (GPL). The GPL gives you the freedom to copy or adapt a licensed | |
228 | program---but every person getting a copy also gets with it the | |
229 | freedom to modify that copy (which means that they must get access to | |
230 | the source code), and the freedom to distribute further copies. | |
231 | Typical software companies use copyrights to limit your freedoms; the | |
232 | Free Software Foundation uses the GPL to preserve these freedoms. | |
233 | ||
234 | Fundamentally, the General Public License is a license which says that | |
235 | you have these freedoms and that you cannot take these freedoms away | |
236 | from anyone else. | |
237 | ||
2666264b | 238 | @unnumberedsec Free Software Needs Free Documentation |
959acfd1 EZ |
239 | |
240 | The biggest deficiency in the free software community today is not in | |
241 | the software---it is the lack of good free documentation that we can | |
242 | include with the free software. Many of our most important | |
243 | programs do not come with free reference manuals and free introductory | |
244 | texts. Documentation is an essential part of any software package; | |
245 | when an important free software package does not come with a free | |
246 | manual and a free tutorial, that is a major gap. We have many such | |
247 | gaps today. | |
248 | ||
249 | Consider Perl, for instance. The tutorial manuals that people | |
250 | normally use are non-free. How did this come about? Because the | |
251 | authors of those manuals published them with restrictive terms---no | |
252 | copying, no modification, source files not available---which exclude | |
253 | them from the free software world. | |
254 | ||
255 | That wasn't the first time this sort of thing happened, and it was far | |
256 | from the last. Many times we have heard a GNU user eagerly describe a | |
257 | manual that he is writing, his intended contribution to the community, | |
258 | only to learn that he had ruined everything by signing a publication | |
259 | contract to make it non-free. | |
260 | ||
261 | Free documentation, like free software, is a matter of freedom, not | |
262 | price. The problem with the non-free manual is not that publishers | |
263 | charge a price for printed copies---that in itself is fine. (The Free | |
264 | Software Foundation sells printed copies of manuals, too.) The | |
265 | problem is the restrictions on the use of the manual. Free manuals | |
266 | are available in source code form, and give you permission to copy and | |
267 | modify. Non-free manuals do not allow this. | |
268 | ||
269 | The criteria of freedom for a free manual are roughly the same as for | |
270 | free software. Redistribution (including the normal kinds of | |
271 | commercial redistribution) must be permitted, so that the manual can | |
272 | accompany every copy of the program, both on-line and on paper. | |
273 | ||
274 | Permission for modification of the technical content is crucial too. | |
275 | When people modify the software, adding or changing features, if they | |
276 | are conscientious they will change the manual too---so they can | |
277 | provide accurate and clear documentation for the modified program. A | |
278 | manual that leaves you no choice but to write a new manual to document | |
279 | a changed version of the program is not really available to our | |
280 | community. | |
281 | ||
282 | Some kinds of limits on the way modification is handled are | |
283 | acceptable. For example, requirements to preserve the original | |
284 | author's copyright notice, the distribution terms, or the list of | |
285 | authors, are ok. It is also no problem to require modified versions | |
286 | to include notice that they were modified. Even entire sections that | |
287 | may not be deleted or changed are acceptable, as long as they deal | |
288 | with nontechnical topics (like this one). These kinds of restrictions | |
289 | are acceptable because they don't obstruct the community's normal use | |
290 | of the manual. | |
291 | ||
292 | However, it must be possible to modify all the @emph{technical} | |
293 | content of the manual, and then distribute the result in all the usual | |
294 | media, through all the usual channels. Otherwise, the restrictions | |
295 | obstruct the use of the manual, it is not free, and we need another | |
296 | manual to replace it. | |
297 | ||
298 | Please spread the word about this issue. Our community continues to | |
299 | lose manuals to proprietary publishing. If we spread the word that | |
300 | free software needs free reference manuals and free tutorials, perhaps | |
301 | the next person who wants to contribute by writing documentation will | |
302 | realize, before it is too late, that only free manuals contribute to | |
303 | the free software community. | |
304 | ||
305 | If you are writing documentation, please insist on publishing it under | |
306 | the GNU Free Documentation License or another free documentation | |
307 | license. Remember that this decision requires your approval---you | |
308 | don't have to let the publisher decide. Some commercial publishers | |
309 | will use a free license if you insist, but they will not propose the | |
310 | option; it is up to you to raise the issue and say firmly that this is | |
311 | what you want. If the publisher you are dealing with refuses, please | |
312 | try other publishers. If you're not sure whether a proposed license | |
42584a72 | 313 | is free, write to @email{licensing@@gnu.org}. |
959acfd1 EZ |
314 | |
315 | You can encourage commercial publishers to sell more free, copylefted | |
316 | manuals and tutorials by buying them, and particularly by buying | |
317 | copies from the publishers that paid for their writing or for major | |
318 | improvements. Meanwhile, try to avoid buying non-free documentation | |
319 | at all. Check the distribution terms of a manual before you buy it, | |
320 | and insist that whoever seeks your business must respect your freedom. | |
72c9928d EZ |
321 | Check the history of the book, and try to reward the publishers that |
322 | have paid or pay the authors to work on it. | |
959acfd1 EZ |
323 | |
324 | The Free Software Foundation maintains a list of free documentation | |
325 | published by other publishers, at | |
326 | @url{http://www.fsf.org/doc/other-free-books.html}. | |
327 | ||
6d2ebf8b | 328 | @node Contributors |
96a2c332 SS |
329 | @unnumberedsec Contributors to @value{GDBN} |
330 | ||
331 | Richard Stallman was the original author of @value{GDBN}, and of many | |
332 | other @sc{gnu} programs. Many others have contributed to its | |
333 | development. This section attempts to credit major contributors. One | |
334 | of the virtues of free software is that everyone is free to contribute | |
335 | to it; with regret, we cannot actually acknowledge everyone here. The | |
336 | file @file{ChangeLog} in the @value{GDBN} distribution approximates a | |
c906108c SS |
337 | blow-by-blow account. |
338 | ||
339 | Changes much prior to version 2.0 are lost in the mists of time. | |
340 | ||
341 | @quotation | |
342 | @emph{Plea:} Additions to this section are particularly welcome. If you | |
343 | or your friends (or enemies, to be evenhanded) have been unfairly | |
344 | omitted from this list, we would like to add your names! | |
345 | @end quotation | |
346 | ||
347 | So that they may not regard their many labors as thankless, we | |
348 | particularly thank those who shepherded @value{GDBN} through major | |
349 | releases: | |
faae5abe | 350 | Andrew Cagney (releases 6.1, 6.0, 5.3, 5.2, 5.1 and 5.0); |
c906108c SS |
351 | Jim Blandy (release 4.18); |
352 | Jason Molenda (release 4.17); | |
353 | Stan Shebs (release 4.14); | |
354 | Fred Fish (releases 4.16, 4.15, 4.13, 4.12, 4.11, 4.10, and 4.9); | |
355 | Stu Grossman and John Gilmore (releases 4.8, 4.7, 4.6, 4.5, and 4.4); | |
356 | John Gilmore (releases 4.3, 4.2, 4.1, 4.0, and 3.9); | |
357 | Jim Kingdon (releases 3.5, 3.4, and 3.3); | |
358 | and Randy Smith (releases 3.2, 3.1, and 3.0). | |
359 | ||
360 | Richard Stallman, assisted at various times by Peter TerMaat, Chris | |
361 | Hanson, and Richard Mlynarik, handled releases through 2.8. | |
362 | ||
b37052ae EZ |
363 | Michael Tiemann is the author of most of the @sc{gnu} C@t{++} support |
364 | in @value{GDBN}, with significant additional contributions from Per | |
365 | Bothner and Daniel Berlin. James Clark wrote the @sc{gnu} C@t{++} | |
366 | demangler. Early work on C@t{++} was by Peter TerMaat (who also did | |
367 | much general update work leading to release 3.0). | |
c906108c | 368 | |
b37052ae | 369 | @value{GDBN} uses the BFD subroutine library to examine multiple |
c906108c SS |
370 | object-file formats; BFD was a joint project of David V. |
371 | Henkel-Wallace, Rich Pixley, Steve Chamberlain, and John Gilmore. | |
372 | ||
373 | David Johnson wrote the original COFF support; Pace Willison did | |
374 | the original support for encapsulated COFF. | |
375 | ||
0179ffac | 376 | Brent Benson of Harris Computer Systems contributed DWARF 2 support. |
c906108c SS |
377 | |
378 | Adam de Boor and Bradley Davis contributed the ISI Optimum V support. | |
379 | Per Bothner, Noboyuki Hikichi, and Alessandro Forin contributed MIPS | |
380 | support. | |
381 | Jean-Daniel Fekete contributed Sun 386i support. | |
382 | Chris Hanson improved the HP9000 support. | |
383 | Noboyuki Hikichi and Tomoyuki Hasei contributed Sony/News OS 3 support. | |
384 | David Johnson contributed Encore Umax support. | |
385 | Jyrki Kuoppala contributed Altos 3068 support. | |
386 | Jeff Law contributed HP PA and SOM support. | |
387 | Keith Packard contributed NS32K support. | |
388 | Doug Rabson contributed Acorn Risc Machine support. | |
389 | Bob Rusk contributed Harris Nighthawk CX-UX support. | |
390 | Chris Smith contributed Convex support (and Fortran debugging). | |
391 | Jonathan Stone contributed Pyramid support. | |
392 | Michael Tiemann contributed SPARC support. | |
393 | Tim Tucker contributed support for the Gould NP1 and Gould Powernode. | |
394 | Pace Willison contributed Intel 386 support. | |
395 | Jay Vosburgh contributed Symmetry support. | |
a37295f9 | 396 | Marko Mlinar contributed OpenRISC 1000 support. |
c906108c | 397 | |
1104b9e7 | 398 | Andreas Schwab contributed M68K @sc{gnu}/Linux support. |
c906108c SS |
399 | |
400 | Rich Schaefer and Peter Schauer helped with support of SunOS shared | |
401 | libraries. | |
402 | ||
403 | Jay Fenlason and Roland McGrath ensured that @value{GDBN} and GAS agree | |
404 | about several machine instruction sets. | |
405 | ||
406 | Patrick Duval, Ted Goldstein, Vikram Koka and Glenn Engel helped develop | |
407 | remote debugging. Intel Corporation, Wind River Systems, AMD, and ARM | |
408 | contributed remote debugging modules for the i960, VxWorks, A29K UDI, | |
409 | and RDI targets, respectively. | |
410 | ||
411 | Brian Fox is the author of the readline libraries providing | |
412 | command-line editing and command history. | |
413 | ||
7a292a7a SS |
414 | Andrew Beers of SUNY Buffalo wrote the language-switching code, the |
415 | Modula-2 support, and contributed the Languages chapter of this manual. | |
c906108c | 416 | |
5d161b24 | 417 | Fred Fish wrote most of the support for Unix System Vr4. |
b37052ae | 418 | He also enhanced the command-completion support to cover C@t{++} overloaded |
c906108c | 419 | symbols. |
c906108c | 420 | |
f24c5e49 KI |
421 | Hitachi America (now Renesas America), Ltd. sponsored the support for |
422 | H8/300, H8/500, and Super-H processors. | |
c906108c SS |
423 | |
424 | NEC sponsored the support for the v850, Vr4xxx, and Vr5xxx processors. | |
425 | ||
f24c5e49 KI |
426 | Mitsubishi (now Renesas) sponsored the support for D10V, D30V, and M32R/D |
427 | processors. | |
c906108c SS |
428 | |
429 | Toshiba sponsored the support for the TX39 Mips processor. | |
430 | ||
431 | Matsushita sponsored the support for the MN10200 and MN10300 processors. | |
432 | ||
96a2c332 | 433 | Fujitsu sponsored the support for SPARClite and FR30 processors. |
c906108c SS |
434 | |
435 | Kung Hsu, Jeff Law, and Rick Sladkey added support for hardware | |
436 | watchpoints. | |
437 | ||
438 | Michael Snyder added support for tracepoints. | |
439 | ||
440 | Stu Grossman wrote gdbserver. | |
441 | ||
442 | Jim Kingdon, Peter Schauer, Ian Taylor, and Stu Grossman made | |
96a2c332 | 443 | nearly innumerable bug fixes and cleanups throughout @value{GDBN}. |
c906108c SS |
444 | |
445 | The following people at the Hewlett-Packard Company contributed | |
446 | support for the PA-RISC 2.0 architecture, HP-UX 10.20, 10.30, and 11.0 | |
b37052ae | 447 | (narrow mode), HP's implementation of kernel threads, HP's aC@t{++} |
c906108c SS |
448 | compiler, and the terminal user interface: Ben Krepp, Richard Title, |
449 | John Bishop, Susan Macchia, Kathy Mann, Satish Pai, India Paul, Steve | |
450 | Rehrauer, and Elena Zannoni. Kim Haase provided HP-specific | |
451 | information in this manual. | |
452 | ||
b37052ae EZ |
453 | DJ Delorie ported @value{GDBN} to MS-DOS, for the DJGPP project. |
454 | Robert Hoehne made significant contributions to the DJGPP port. | |
455 | ||
96a2c332 SS |
456 | Cygnus Solutions has sponsored @value{GDBN} maintenance and much of its |
457 | development since 1991. Cygnus engineers who have worked on @value{GDBN} | |
2df3850c JM |
458 | fulltime include Mark Alexander, Jim Blandy, Per Bothner, Kevin |
459 | Buettner, Edith Epstein, Chris Faylor, Fred Fish, Martin Hunt, Jim | |
460 | Ingham, John Gilmore, Stu Grossman, Kung Hsu, Jim Kingdon, John Metzler, | |
461 | Fernando Nasser, Geoffrey Noer, Dawn Perchik, Rich Pixley, Zdenek | |
462 | Radouch, Keith Seitz, Stan Shebs, David Taylor, and Elena Zannoni. In | |
463 | addition, Dave Brolley, Ian Carmichael, Steve Chamberlain, Nick Clifton, | |
464 | JT Conklin, Stan Cox, DJ Delorie, Ulrich Drepper, Frank Eigler, Doug | |
465 | Evans, Sean Fagan, David Henkel-Wallace, Richard Henderson, Jeff | |
466 | Holcomb, Jeff Law, Jim Lemke, Tom Lord, Bob Manson, Michael Meissner, | |
467 | Jason Merrill, Catherine Moore, Drew Moseley, Ken Raeburn, Gavin | |
468 | Romig-Koch, Rob Savoye, Jamie Smith, Mike Stump, Ian Taylor, Angela | |
469 | Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David | |
470 | Zuhn have made contributions both large and small. | |
c906108c | 471 | |
e2e0bcd1 JB |
472 | Jim Blandy added support for preprocessor macros, while working for Red |
473 | Hat. | |
c906108c | 474 | |
6d2ebf8b | 475 | @node Sample Session |
c906108c SS |
476 | @chapter A Sample @value{GDBN} Session |
477 | ||
478 | You can use this manual at your leisure to read all about @value{GDBN}. | |
479 | However, a handful of commands are enough to get started using the | |
480 | debugger. This chapter illustrates those commands. | |
481 | ||
482 | @iftex | |
483 | In this sample session, we emphasize user input like this: @b{input}, | |
484 | to make it easier to pick out from the surrounding output. | |
485 | @end iftex | |
486 | ||
487 | @c FIXME: this example may not be appropriate for some configs, where | |
488 | @c FIXME...primary interest is in remote use. | |
489 | ||
490 | One of the preliminary versions of @sc{gnu} @code{m4} (a generic macro | |
491 | processor) exhibits the following bug: sometimes, when we change its | |
492 | quote strings from the default, the commands used to capture one macro | |
493 | definition within another stop working. In the following short @code{m4} | |
494 | session, we define a macro @code{foo} which expands to @code{0000}; we | |
495 | then use the @code{m4} built-in @code{defn} to define @code{bar} as the | |
496 | same thing. However, when we change the open quote string to | |
497 | @code{<QUOTE>} and the close quote string to @code{<UNQUOTE>}, the same | |
498 | procedure fails to define a new synonym @code{baz}: | |
499 | ||
500 | @smallexample | |
501 | $ @b{cd gnu/m4} | |
502 | $ @b{./m4} | |
503 | @b{define(foo,0000)} | |
504 | ||
505 | @b{foo} | |
506 | 0000 | |
507 | @b{define(bar,defn(`foo'))} | |
508 | ||
509 | @b{bar} | |
510 | 0000 | |
511 | @b{changequote(<QUOTE>,<UNQUOTE>)} | |
512 | ||
513 | @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))} | |
514 | @b{baz} | |
515 | @b{C-d} | |
516 | m4: End of input: 0: fatal error: EOF in string | |
517 | @end smallexample | |
518 | ||
519 | @noindent | |
520 | Let us use @value{GDBN} to try to see what is going on. | |
521 | ||
c906108c SS |
522 | @smallexample |
523 | $ @b{@value{GDBP} m4} | |
524 | @c FIXME: this falsifies the exact text played out, to permit smallbook | |
525 | @c FIXME... format to come out better. | |
526 | @value{GDBN} is free software and you are welcome to distribute copies | |
5d161b24 | 527 | of it under certain conditions; type "show copying" to see |
c906108c | 528 | the conditions. |
5d161b24 | 529 | There is absolutely no warranty for @value{GDBN}; type "show warranty" |
c906108c SS |
530 | for details. |
531 | ||
532 | @value{GDBN} @value{GDBVN}, Copyright 1999 Free Software Foundation, Inc... | |
533 | (@value{GDBP}) | |
534 | @end smallexample | |
c906108c SS |
535 | |
536 | @noindent | |
537 | @value{GDBN} reads only enough symbol data to know where to find the | |
538 | rest when needed; as a result, the first prompt comes up very quickly. | |
539 | We now tell @value{GDBN} to use a narrower display width than usual, so | |
540 | that examples fit in this manual. | |
541 | ||
542 | @smallexample | |
543 | (@value{GDBP}) @b{set width 70} | |
544 | @end smallexample | |
545 | ||
546 | @noindent | |
547 | We need to see how the @code{m4} built-in @code{changequote} works. | |
548 | Having looked at the source, we know the relevant subroutine is | |
549 | @code{m4_changequote}, so we set a breakpoint there with the @value{GDBN} | |
550 | @code{break} command. | |
551 | ||
552 | @smallexample | |
553 | (@value{GDBP}) @b{break m4_changequote} | |
554 | Breakpoint 1 at 0x62f4: file builtin.c, line 879. | |
555 | @end smallexample | |
556 | ||
557 | @noindent | |
558 | Using the @code{run} command, we start @code{m4} running under @value{GDBN} | |
559 | control; as long as control does not reach the @code{m4_changequote} | |
560 | subroutine, the program runs as usual: | |
561 | ||
562 | @smallexample | |
563 | (@value{GDBP}) @b{run} | |
564 | Starting program: /work/Editorial/gdb/gnu/m4/m4 | |
565 | @b{define(foo,0000)} | |
566 | ||
567 | @b{foo} | |
568 | 0000 | |
569 | @end smallexample | |
570 | ||
571 | @noindent | |
572 | To trigger the breakpoint, we call @code{changequote}. @value{GDBN} | |
573 | suspends execution of @code{m4}, displaying information about the | |
574 | context where it stops. | |
575 | ||
576 | @smallexample | |
577 | @b{changequote(<QUOTE>,<UNQUOTE>)} | |
578 | ||
5d161b24 | 579 | Breakpoint 1, m4_changequote (argc=3, argv=0x33c70) |
c906108c SS |
580 | at builtin.c:879 |
581 | 879 if (bad_argc(TOKEN_DATA_TEXT(argv[0]),argc,1,3)) | |
582 | @end smallexample | |
583 | ||
584 | @noindent | |
585 | Now we use the command @code{n} (@code{next}) to advance execution to | |
586 | the next line of the current function. | |
587 | ||
588 | @smallexample | |
589 | (@value{GDBP}) @b{n} | |
590 | 882 set_quotes((argc >= 2) ? TOKEN_DATA_TEXT(argv[1])\ | |
591 | : nil, | |
592 | @end smallexample | |
593 | ||
594 | @noindent | |
595 | @code{set_quotes} looks like a promising subroutine. We can go into it | |
596 | by using the command @code{s} (@code{step}) instead of @code{next}. | |
597 | @code{step} goes to the next line to be executed in @emph{any} | |
598 | subroutine, so it steps into @code{set_quotes}. | |
599 | ||
600 | @smallexample | |
601 | (@value{GDBP}) @b{s} | |
602 | set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>") | |
603 | at input.c:530 | |
604 | 530 if (lquote != def_lquote) | |
605 | @end smallexample | |
606 | ||
607 | @noindent | |
608 | The display that shows the subroutine where @code{m4} is now | |
609 | suspended (and its arguments) is called a stack frame display. It | |
610 | shows a summary of the stack. We can use the @code{backtrace} | |
611 | command (which can also be spelled @code{bt}), to see where we are | |
612 | in the stack as a whole: the @code{backtrace} command displays a | |
613 | stack frame for each active subroutine. | |
614 | ||
615 | @smallexample | |
616 | (@value{GDBP}) @b{bt} | |
617 | #0 set_quotes (lq=0x34c78 "<QUOTE>", rq=0x34c88 "<UNQUOTE>") | |
618 | at input.c:530 | |
5d161b24 | 619 | #1 0x6344 in m4_changequote (argc=3, argv=0x33c70) |
c906108c SS |
620 | at builtin.c:882 |
621 | #2 0x8174 in expand_macro (sym=0x33320) at macro.c:242 | |
622 | #3 0x7a88 in expand_token (obs=0x0, t=209696, td=0xf7fffa30) | |
623 | at macro.c:71 | |
624 | #4 0x79dc in expand_input () at macro.c:40 | |
625 | #5 0x2930 in main (argc=0, argv=0xf7fffb20) at m4.c:195 | |
626 | @end smallexample | |
627 | ||
628 | @noindent | |
629 | We step through a few more lines to see what happens. The first two | |
630 | times, we can use @samp{s}; the next two times we use @code{n} to avoid | |
631 | falling into the @code{xstrdup} subroutine. | |
632 | ||
633 | @smallexample | |
634 | (@value{GDBP}) @b{s} | |
635 | 0x3b5c 532 if (rquote != def_rquote) | |
636 | (@value{GDBP}) @b{s} | |
637 | 0x3b80 535 lquote = (lq == nil || *lq == '\0') ? \ | |
638 | def_lquote : xstrdup(lq); | |
639 | (@value{GDBP}) @b{n} | |
640 | 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\ | |
641 | : xstrdup(rq); | |
642 | (@value{GDBP}) @b{n} | |
643 | 538 len_lquote = strlen(rquote); | |
644 | @end smallexample | |
645 | ||
646 | @noindent | |
647 | The last line displayed looks a little odd; we can examine the variables | |
648 | @code{lquote} and @code{rquote} to see if they are in fact the new left | |
649 | and right quotes we specified. We use the command @code{p} | |
650 | (@code{print}) to see their values. | |
651 | ||
652 | @smallexample | |
653 | (@value{GDBP}) @b{p lquote} | |
654 | $1 = 0x35d40 "<QUOTE>" | |
655 | (@value{GDBP}) @b{p rquote} | |
656 | $2 = 0x35d50 "<UNQUOTE>" | |
657 | @end smallexample | |
658 | ||
659 | @noindent | |
660 | @code{lquote} and @code{rquote} are indeed the new left and right quotes. | |
661 | To look at some context, we can display ten lines of source | |
662 | surrounding the current line with the @code{l} (@code{list}) command. | |
663 | ||
664 | @smallexample | |
665 | (@value{GDBP}) @b{l} | |
666 | 533 xfree(rquote); | |
667 | 534 | |
668 | 535 lquote = (lq == nil || *lq == '\0') ? def_lquote\ | |
669 | : xstrdup (lq); | |
670 | 536 rquote = (rq == nil || *rq == '\0') ? def_rquote\ | |
671 | : xstrdup (rq); | |
672 | 537 | |
673 | 538 len_lquote = strlen(rquote); | |
674 | 539 len_rquote = strlen(lquote); | |
675 | 540 @} | |
676 | 541 | |
677 | 542 void | |
678 | @end smallexample | |
679 | ||
680 | @noindent | |
681 | Let us step past the two lines that set @code{len_lquote} and | |
682 | @code{len_rquote}, and then examine the values of those variables. | |
683 | ||
684 | @smallexample | |
685 | (@value{GDBP}) @b{n} | |
686 | 539 len_rquote = strlen(lquote); | |
687 | (@value{GDBP}) @b{n} | |
688 | 540 @} | |
689 | (@value{GDBP}) @b{p len_lquote} | |
690 | $3 = 9 | |
691 | (@value{GDBP}) @b{p len_rquote} | |
692 | $4 = 7 | |
693 | @end smallexample | |
694 | ||
695 | @noindent | |
696 | That certainly looks wrong, assuming @code{len_lquote} and | |
697 | @code{len_rquote} are meant to be the lengths of @code{lquote} and | |
698 | @code{rquote} respectively. We can set them to better values using | |
699 | the @code{p} command, since it can print the value of | |
700 | any expression---and that expression can include subroutine calls and | |
701 | assignments. | |
702 | ||
703 | @smallexample | |
704 | (@value{GDBP}) @b{p len_lquote=strlen(lquote)} | |
705 | $5 = 7 | |
706 | (@value{GDBP}) @b{p len_rquote=strlen(rquote)} | |
707 | $6 = 9 | |
708 | @end smallexample | |
709 | ||
710 | @noindent | |
711 | Is that enough to fix the problem of using the new quotes with the | |
712 | @code{m4} built-in @code{defn}? We can allow @code{m4} to continue | |
713 | executing with the @code{c} (@code{continue}) command, and then try the | |
714 | example that caused trouble initially: | |
715 | ||
716 | @smallexample | |
717 | (@value{GDBP}) @b{c} | |
718 | Continuing. | |
719 | ||
720 | @b{define(baz,defn(<QUOTE>foo<UNQUOTE>))} | |
721 | ||
722 | baz | |
723 | 0000 | |
724 | @end smallexample | |
725 | ||
726 | @noindent | |
727 | Success! The new quotes now work just as well as the default ones. The | |
728 | problem seems to have been just the two typos defining the wrong | |
729 | lengths. We allow @code{m4} exit by giving it an EOF as input: | |
730 | ||
731 | @smallexample | |
732 | @b{C-d} | |
733 | Program exited normally. | |
734 | @end smallexample | |
735 | ||
736 | @noindent | |
737 | The message @samp{Program exited normally.} is from @value{GDBN}; it | |
738 | indicates @code{m4} has finished executing. We can end our @value{GDBN} | |
739 | session with the @value{GDBN} @code{quit} command. | |
740 | ||
741 | @smallexample | |
742 | (@value{GDBP}) @b{quit} | |
743 | @end smallexample | |
c906108c | 744 | |
6d2ebf8b | 745 | @node Invocation |
c906108c SS |
746 | @chapter Getting In and Out of @value{GDBN} |
747 | ||
748 | This chapter discusses how to start @value{GDBN}, and how to get out of it. | |
5d161b24 | 749 | The essentials are: |
c906108c | 750 | @itemize @bullet |
5d161b24 | 751 | @item |
53a5351d | 752 | type @samp{@value{GDBP}} to start @value{GDBN}. |
5d161b24 | 753 | @item |
c906108c SS |
754 | type @kbd{quit} or @kbd{C-d} to exit. |
755 | @end itemize | |
756 | ||
757 | @menu | |
758 | * Invoking GDB:: How to start @value{GDBN} | |
759 | * Quitting GDB:: How to quit @value{GDBN} | |
760 | * Shell Commands:: How to use shell commands inside @value{GDBN} | |
0fac0b41 | 761 | * Logging output:: How to log @value{GDBN}'s output to a file |
c906108c SS |
762 | @end menu |
763 | ||
6d2ebf8b | 764 | @node Invoking GDB |
c906108c SS |
765 | @section Invoking @value{GDBN} |
766 | ||
c906108c SS |
767 | Invoke @value{GDBN} by running the program @code{@value{GDBP}}. Once started, |
768 | @value{GDBN} reads commands from the terminal until you tell it to exit. | |
769 | ||
770 | You can also run @code{@value{GDBP}} with a variety of arguments and options, | |
771 | to specify more of your debugging environment at the outset. | |
772 | ||
c906108c SS |
773 | The command-line options described here are designed |
774 | to cover a variety of situations; in some environments, some of these | |
5d161b24 | 775 | options may effectively be unavailable. |
c906108c SS |
776 | |
777 | The most usual way to start @value{GDBN} is with one argument, | |
778 | specifying an executable program: | |
779 | ||
474c8240 | 780 | @smallexample |
c906108c | 781 | @value{GDBP} @var{program} |
474c8240 | 782 | @end smallexample |
c906108c | 783 | |
c906108c SS |
784 | @noindent |
785 | You can also start with both an executable program and a core file | |
786 | specified: | |
787 | ||
474c8240 | 788 | @smallexample |
c906108c | 789 | @value{GDBP} @var{program} @var{core} |
474c8240 | 790 | @end smallexample |
c906108c SS |
791 | |
792 | You can, instead, specify a process ID as a second argument, if you want | |
793 | to debug a running process: | |
794 | ||
474c8240 | 795 | @smallexample |
c906108c | 796 | @value{GDBP} @var{program} 1234 |
474c8240 | 797 | @end smallexample |
c906108c SS |
798 | |
799 | @noindent | |
800 | would attach @value{GDBN} to process @code{1234} (unless you also have a file | |
801 | named @file{1234}; @value{GDBN} does check for a core file first). | |
802 | ||
c906108c | 803 | Taking advantage of the second command-line argument requires a fairly |
2df3850c JM |
804 | complete operating system; when you use @value{GDBN} as a remote |
805 | debugger attached to a bare board, there may not be any notion of | |
806 | ``process'', and there is often no way to get a core dump. @value{GDBN} | |
807 | will warn you if it is unable to attach or to read core dumps. | |
c906108c | 808 | |
aa26fa3a TT |
809 | You can optionally have @code{@value{GDBP}} pass any arguments after the |
810 | executable file to the inferior using @code{--args}. This option stops | |
811 | option processing. | |
474c8240 | 812 | @smallexample |
aa26fa3a | 813 | gdb --args gcc -O2 -c foo.c |
474c8240 | 814 | @end smallexample |
aa26fa3a TT |
815 | This will cause @code{@value{GDBP}} to debug @code{gcc}, and to set |
816 | @code{gcc}'s command-line arguments (@pxref{Arguments}) to @samp{-O2 -c foo.c}. | |
817 | ||
96a2c332 | 818 | You can run @code{@value{GDBP}} without printing the front material, which describes |
c906108c SS |
819 | @value{GDBN}'s non-warranty, by specifying @code{-silent}: |
820 | ||
821 | @smallexample | |
822 | @value{GDBP} -silent | |
823 | @end smallexample | |
824 | ||
825 | @noindent | |
826 | You can further control how @value{GDBN} starts up by using command-line | |
827 | options. @value{GDBN} itself can remind you of the options available. | |
828 | ||
829 | @noindent | |
830 | Type | |
831 | ||
474c8240 | 832 | @smallexample |
c906108c | 833 | @value{GDBP} -help |
474c8240 | 834 | @end smallexample |
c906108c SS |
835 | |
836 | @noindent | |
837 | to display all available options and briefly describe their use | |
838 | (@samp{@value{GDBP} -h} is a shorter equivalent). | |
839 | ||
840 | All options and command line arguments you give are processed | |
841 | in sequential order. The order makes a difference when the | |
842 | @samp{-x} option is used. | |
843 | ||
844 | ||
845 | @menu | |
c906108c SS |
846 | * File Options:: Choosing files |
847 | * Mode Options:: Choosing modes | |
848 | @end menu | |
849 | ||
6d2ebf8b | 850 | @node File Options |
c906108c SS |
851 | @subsection Choosing files |
852 | ||
2df3850c | 853 | When @value{GDBN} starts, it reads any arguments other than options as |
c906108c SS |
854 | specifying an executable file and core file (or process ID). This is |
855 | the same as if the arguments were specified by the @samp{-se} and | |
19837790 MS |
856 | @samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the |
857 | first argument that does not have an associated option flag as | |
858 | equivalent to the @samp{-se} option followed by that argument; and the | |
859 | second argument that does not have an associated option flag, if any, as | |
860 | equivalent to the @samp{-c}/@samp{-p} option followed by that argument.) | |
861 | If the second argument begins with a decimal digit, @value{GDBN} will | |
862 | first attempt to attach to it as a process, and if that fails, attempt | |
863 | to open it as a corefile. If you have a corefile whose name begins with | |
b383017d | 864 | a digit, you can prevent @value{GDBN} from treating it as a pid by |
79f12247 | 865 | prefixing it with @file{./}, eg. @file{./12345}. |
7a292a7a SS |
866 | |
867 | If @value{GDBN} has not been configured to included core file support, | |
868 | such as for most embedded targets, then it will complain about a second | |
869 | argument and ignore it. | |
c906108c SS |
870 | |
871 | Many options have both long and short forms; both are shown in the | |
872 | following list. @value{GDBN} also recognizes the long forms if you truncate | |
873 | them, so long as enough of the option is present to be unambiguous. | |
874 | (If you prefer, you can flag option arguments with @samp{--} rather | |
875 | than @samp{-}, though we illustrate the more usual convention.) | |
876 | ||
d700128c EZ |
877 | @c NOTE: the @cindex entries here use double dashes ON PURPOSE. This |
878 | @c way, both those who look for -foo and --foo in the index, will find | |
879 | @c it. | |
880 | ||
c906108c SS |
881 | @table @code |
882 | @item -symbols @var{file} | |
883 | @itemx -s @var{file} | |
d700128c EZ |
884 | @cindex @code{--symbols} |
885 | @cindex @code{-s} | |
c906108c SS |
886 | Read symbol table from file @var{file}. |
887 | ||
888 | @item -exec @var{file} | |
889 | @itemx -e @var{file} | |
d700128c EZ |
890 | @cindex @code{--exec} |
891 | @cindex @code{-e} | |
7a292a7a SS |
892 | Use file @var{file} as the executable file to execute when appropriate, |
893 | and for examining pure data in conjunction with a core dump. | |
c906108c SS |
894 | |
895 | @item -se @var{file} | |
d700128c | 896 | @cindex @code{--se} |
c906108c SS |
897 | Read symbol table from file @var{file} and use it as the executable |
898 | file. | |
899 | ||
c906108c SS |
900 | @item -core @var{file} |
901 | @itemx -c @var{file} | |
d700128c EZ |
902 | @cindex @code{--core} |
903 | @cindex @code{-c} | |
b383017d | 904 | Use file @var{file} as a core dump to examine. |
c906108c SS |
905 | |
906 | @item -c @var{number} | |
19837790 MS |
907 | @item -pid @var{number} |
908 | @itemx -p @var{number} | |
909 | @cindex @code{--pid} | |
910 | @cindex @code{-p} | |
911 | Connect to process ID @var{number}, as with the @code{attach} command. | |
912 | If there is no such process, @value{GDBN} will attempt to open a core | |
913 | file named @var{number}. | |
c906108c SS |
914 | |
915 | @item -command @var{file} | |
916 | @itemx -x @var{file} | |
d700128c EZ |
917 | @cindex @code{--command} |
918 | @cindex @code{-x} | |
c906108c SS |
919 | Execute @value{GDBN} commands from file @var{file}. @xref{Command |
920 | Files,, Command files}. | |
921 | ||
922 | @item -directory @var{directory} | |
923 | @itemx -d @var{directory} | |
d700128c EZ |
924 | @cindex @code{--directory} |
925 | @cindex @code{-d} | |
c906108c SS |
926 | Add @var{directory} to the path to search for source files. |
927 | ||
c906108c SS |
928 | @item -m |
929 | @itemx -mapped | |
d700128c EZ |
930 | @cindex @code{--mapped} |
931 | @cindex @code{-m} | |
c906108c SS |
932 | @emph{Warning: this option depends on operating system facilities that are not |
933 | supported on all systems.}@* | |
934 | If memory-mapped files are available on your system through the @code{mmap} | |
5d161b24 | 935 | system call, you can use this option |
c906108c SS |
936 | to have @value{GDBN} write the symbols from your |
937 | program into a reusable file in the current directory. If the program you are debugging is | |
96a2c332 | 938 | called @file{/tmp/fred}, the mapped symbol file is @file{/tmp/fred.syms}. |
c906108c SS |
939 | Future @value{GDBN} debugging sessions notice the presence of this file, |
940 | and can quickly map in symbol information from it, rather than reading | |
941 | the symbol table from the executable program. | |
942 | ||
943 | The @file{.syms} file is specific to the host machine where @value{GDBN} | |
944 | is run. It holds an exact image of the internal @value{GDBN} symbol | |
945 | table. It cannot be shared across multiple host platforms. | |
c906108c | 946 | |
c906108c SS |
947 | @item -r |
948 | @itemx -readnow | |
d700128c EZ |
949 | @cindex @code{--readnow} |
950 | @cindex @code{-r} | |
c906108c SS |
951 | Read each symbol file's entire symbol table immediately, rather than |
952 | the default, which is to read it incrementally as it is needed. | |
953 | This makes startup slower, but makes future operations faster. | |
53a5351d | 954 | |
c906108c SS |
955 | @end table |
956 | ||
2df3850c | 957 | You typically combine the @code{-mapped} and @code{-readnow} options in |
c906108c | 958 | order to build a @file{.syms} file that contains complete symbol |
2df3850c JM |
959 | information. (@xref{Files,,Commands to specify files}, for information |
960 | on @file{.syms} files.) A simple @value{GDBN} invocation to do nothing | |
961 | but build a @file{.syms} file for future use is: | |
c906108c | 962 | |
474c8240 | 963 | @smallexample |
2df3850c | 964 | gdb -batch -nx -mapped -readnow programname |
474c8240 | 965 | @end smallexample |
c906108c | 966 | |
6d2ebf8b | 967 | @node Mode Options |
c906108c SS |
968 | @subsection Choosing modes |
969 | ||
970 | You can run @value{GDBN} in various alternative modes---for example, in | |
971 | batch mode or quiet mode. | |
972 | ||
973 | @table @code | |
974 | @item -nx | |
975 | @itemx -n | |
d700128c EZ |
976 | @cindex @code{--nx} |
977 | @cindex @code{-n} | |
96565e91 | 978 | Do not execute commands found in any initialization files. Normally, |
2df3850c JM |
979 | @value{GDBN} executes the commands in these files after all the command |
980 | options and arguments have been processed. @xref{Command Files,,Command | |
981 | files}. | |
c906108c SS |
982 | |
983 | @item -quiet | |
d700128c | 984 | @itemx -silent |
c906108c | 985 | @itemx -q |
d700128c EZ |
986 | @cindex @code{--quiet} |
987 | @cindex @code{--silent} | |
988 | @cindex @code{-q} | |
c906108c SS |
989 | ``Quiet''. Do not print the introductory and copyright messages. These |
990 | messages are also suppressed in batch mode. | |
991 | ||
992 | @item -batch | |
d700128c | 993 | @cindex @code{--batch} |
c906108c SS |
994 | Run in batch mode. Exit with status @code{0} after processing all the |
995 | command files specified with @samp{-x} (and all commands from | |
996 | initialization files, if not inhibited with @samp{-n}). Exit with | |
997 | nonzero status if an error occurs in executing the @value{GDBN} commands | |
998 | in the command files. | |
999 | ||
2df3850c JM |
1000 | Batch mode may be useful for running @value{GDBN} as a filter, for |
1001 | example to download and run a program on another computer; in order to | |
1002 | make this more useful, the message | |
c906108c | 1003 | |
474c8240 | 1004 | @smallexample |
c906108c | 1005 | Program exited normally. |
474c8240 | 1006 | @end smallexample |
c906108c SS |
1007 | |
1008 | @noindent | |
2df3850c JM |
1009 | (which is ordinarily issued whenever a program running under |
1010 | @value{GDBN} control terminates) is not issued when running in batch | |
1011 | mode. | |
1012 | ||
1013 | @item -nowindows | |
1014 | @itemx -nw | |
d700128c EZ |
1015 | @cindex @code{--nowindows} |
1016 | @cindex @code{-nw} | |
2df3850c | 1017 | ``No windows''. If @value{GDBN} comes with a graphical user interface |
96a2c332 | 1018 | (GUI) built in, then this option tells @value{GDBN} to only use the command-line |
2df3850c JM |
1019 | interface. If no GUI is available, this option has no effect. |
1020 | ||
1021 | @item -windows | |
1022 | @itemx -w | |
d700128c EZ |
1023 | @cindex @code{--windows} |
1024 | @cindex @code{-w} | |
2df3850c JM |
1025 | If @value{GDBN} includes a GUI, then this option requires it to be |
1026 | used if possible. | |
c906108c SS |
1027 | |
1028 | @item -cd @var{directory} | |
d700128c | 1029 | @cindex @code{--cd} |
c906108c SS |
1030 | Run @value{GDBN} using @var{directory} as its working directory, |
1031 | instead of the current directory. | |
1032 | ||
c906108c SS |
1033 | @item -fullname |
1034 | @itemx -f | |
d700128c EZ |
1035 | @cindex @code{--fullname} |
1036 | @cindex @code{-f} | |
7a292a7a SS |
1037 | @sc{gnu} Emacs sets this option when it runs @value{GDBN} as a |
1038 | subprocess. It tells @value{GDBN} to output the full file name and line | |
1039 | number in a standard, recognizable fashion each time a stack frame is | |
1040 | displayed (which includes each time your program stops). This | |
1041 | recognizable format looks like two @samp{\032} characters, followed by | |
1042 | the file name, line number and character position separated by colons, | |
1043 | and a newline. The Emacs-to-@value{GDBN} interface program uses the two | |
1044 | @samp{\032} characters as a signal to display the source code for the | |
1045 | frame. | |
c906108c | 1046 | |
d700128c EZ |
1047 | @item -epoch |
1048 | @cindex @code{--epoch} | |
1049 | The Epoch Emacs-@value{GDBN} interface sets this option when it runs | |
1050 | @value{GDBN} as a subprocess. It tells @value{GDBN} to modify its print | |
1051 | routines so as to allow Epoch to display values of expressions in a | |
1052 | separate window. | |
1053 | ||
1054 | @item -annotate @var{level} | |
1055 | @cindex @code{--annotate} | |
1056 | This option sets the @dfn{annotation level} inside @value{GDBN}. Its | |
1057 | effect is identical to using @samp{set annotate @var{level}} | |
086432e2 AC |
1058 | (@pxref{Annotations}). The annotation @var{level} controls how much |
1059 | information @value{GDBN} prints together with its prompt, values of | |
1060 | expressions, source lines, and other types of output. Level 0 is the | |
1061 | normal, level 1 is for use when @value{GDBN} is run as a subprocess of | |
1062 | @sc{gnu} Emacs, level 3 is the maximum annotation suitable for programs | |
1063 | that control @value{GDBN}, and level 2 has been deprecated. | |
1064 | ||
1065 | The annotation mechanism has largely been superseeded by @sc{gdb/mi} | |
1066 | (@pxref{GDB/MI}). | |
d700128c EZ |
1067 | |
1068 | @item -async | |
1069 | @cindex @code{--async} | |
1070 | Use the asynchronous event loop for the command-line interface. | |
1071 | @value{GDBN} processes all events, such as user keyboard input, via a | |
1072 | special event loop. This allows @value{GDBN} to accept and process user | |
1073 | commands in parallel with the debugged process being | |
1074 | run@footnote{@value{GDBN} built with @sc{djgpp} tools for | |
1075 | MS-DOS/MS-Windows supports this mode of operation, but the event loop is | |
1076 | suspended when the debuggee runs.}, so you don't need to wait for | |
1077 | control to return to @value{GDBN} before you type the next command. | |
b37052ae | 1078 | (@emph{Note:} as of version 5.1, the target side of the asynchronous |
d700128c EZ |
1079 | operation is not yet in place, so @samp{-async} does not work fully |
1080 | yet.) | |
1081 | @c FIXME: when the target side of the event loop is done, the above NOTE | |
1082 | @c should be removed. | |
1083 | ||
1084 | When the standard input is connected to a terminal device, @value{GDBN} | |
1085 | uses the asynchronous event loop by default, unless disabled by the | |
1086 | @samp{-noasync} option. | |
1087 | ||
1088 | @item -noasync | |
1089 | @cindex @code{--noasync} | |
1090 | Disable the asynchronous event loop for the command-line interface. | |
1091 | ||
aa26fa3a TT |
1092 | @item --args |
1093 | @cindex @code{--args} | |
1094 | Change interpretation of command line so that arguments following the | |
1095 | executable file are passed as command line arguments to the inferior. | |
1096 | This option stops option processing. | |
1097 | ||
2df3850c JM |
1098 | @item -baud @var{bps} |
1099 | @itemx -b @var{bps} | |
d700128c EZ |
1100 | @cindex @code{--baud} |
1101 | @cindex @code{-b} | |
c906108c SS |
1102 | Set the line speed (baud rate or bits per second) of any serial |
1103 | interface used by @value{GDBN} for remote debugging. | |
c906108c SS |
1104 | |
1105 | @item -tty @var{device} | |
d700128c EZ |
1106 | @itemx -t @var{device} |
1107 | @cindex @code{--tty} | |
1108 | @cindex @code{-t} | |
c906108c SS |
1109 | Run using @var{device} for your program's standard input and output. |
1110 | @c FIXME: kingdon thinks there is more to -tty. Investigate. | |
c906108c | 1111 | |
53a5351d | 1112 | @c resolve the situation of these eventually |
c4555f82 SC |
1113 | @item -tui |
1114 | @cindex @code{--tui} | |
b383017d | 1115 | Activate the Terminal User Interface when starting. |
c4555f82 SC |
1116 | The Terminal User Interface manages several text windows on the terminal, |
1117 | showing source, assembly, registers and @value{GDBN} command outputs | |
1118 | (@pxref{TUI, ,@value{GDBN} Text User Interface}). | |
1119 | Do not use this option if you run @value{GDBN} from Emacs | |
1120 | (@pxref{Emacs, ,Using @value{GDBN} under @sc{gnu} Emacs}). | |
53a5351d JM |
1121 | |
1122 | @c @item -xdb | |
d700128c | 1123 | @c @cindex @code{--xdb} |
53a5351d JM |
1124 | @c Run in XDB compatibility mode, allowing the use of certain XDB commands. |
1125 | @c For information, see the file @file{xdb_trans.html}, which is usually | |
1126 | @c installed in the directory @code{/opt/langtools/wdb/doc} on HP-UX | |
1127 | @c systems. | |
1128 | ||
d700128c EZ |
1129 | @item -interpreter @var{interp} |
1130 | @cindex @code{--interpreter} | |
1131 | Use the interpreter @var{interp} for interface with the controlling | |
1132 | program or device. This option is meant to be set by programs which | |
94bbb2c0 | 1133 | communicate with @value{GDBN} using it as a back end. |
21c294e6 | 1134 | @xref{Interpreters, , Command Interpreters}. |
94bbb2c0 | 1135 | |
da0f9dcd | 1136 | @samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes |
2fcf52f0 | 1137 | @value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, , |
6c74ac8b AC |
1138 | The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The |
1139 | previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and | |
1140 | selected with @samp{--interpreter=mi1}, is deprecated. Earlier | |
1141 | @sc{gdb/mi} interfaces are no longer supported. | |
d700128c EZ |
1142 | |
1143 | @item -write | |
1144 | @cindex @code{--write} | |
1145 | Open the executable and core files for both reading and writing. This | |
1146 | is equivalent to the @samp{set write on} command inside @value{GDBN} | |
1147 | (@pxref{Patching}). | |
1148 | ||
1149 | @item -statistics | |
1150 | @cindex @code{--statistics} | |
1151 | This option causes @value{GDBN} to print statistics about time and | |
1152 | memory usage after it completes each command and returns to the prompt. | |
1153 | ||
1154 | @item -version | |
1155 | @cindex @code{--version} | |
1156 | This option causes @value{GDBN} to print its version number and | |
1157 | no-warranty blurb, and exit. | |
1158 | ||
c906108c SS |
1159 | @end table |
1160 | ||
6d2ebf8b | 1161 | @node Quitting GDB |
c906108c SS |
1162 | @section Quitting @value{GDBN} |
1163 | @cindex exiting @value{GDBN} | |
1164 | @cindex leaving @value{GDBN} | |
1165 | ||
1166 | @table @code | |
1167 | @kindex quit @r{[}@var{expression}@r{]} | |
41afff9a | 1168 | @kindex q @r{(@code{quit})} |
96a2c332 SS |
1169 | @item quit @r{[}@var{expression}@r{]} |
1170 | @itemx q | |
1171 | To exit @value{GDBN}, use the @code{quit} command (abbreviated | |
1172 | @code{q}), or type an end-of-file character (usually @kbd{C-d}). If you | |
1173 | do not supply @var{expression}, @value{GDBN} will terminate normally; | |
1174 | otherwise it will terminate using the result of @var{expression} as the | |
1175 | error code. | |
c906108c SS |
1176 | @end table |
1177 | ||
1178 | @cindex interrupt | |
1179 | An interrupt (often @kbd{C-c}) does not exit from @value{GDBN}, but rather | |
1180 | terminates the action of any @value{GDBN} command that is in progress and | |
1181 | returns to @value{GDBN} command level. It is safe to type the interrupt | |
1182 | character at any time because @value{GDBN} does not allow it to take effect | |
1183 | until a time when it is safe. | |
1184 | ||
c906108c SS |
1185 | If you have been using @value{GDBN} to control an attached process or |
1186 | device, you can release it with the @code{detach} command | |
1187 | (@pxref{Attach, ,Debugging an already-running process}). | |
c906108c | 1188 | |
6d2ebf8b | 1189 | @node Shell Commands |
c906108c SS |
1190 | @section Shell commands |
1191 | ||
1192 | If you need to execute occasional shell commands during your | |
1193 | debugging session, there is no need to leave or suspend @value{GDBN}; you can | |
1194 | just use the @code{shell} command. | |
1195 | ||
1196 | @table @code | |
1197 | @kindex shell | |
1198 | @cindex shell escape | |
1199 | @item shell @var{command string} | |
1200 | Invoke a standard shell to execute @var{command string}. | |
c906108c | 1201 | If it exists, the environment variable @code{SHELL} determines which |
d4f3574e SS |
1202 | shell to run. Otherwise @value{GDBN} uses the default shell |
1203 | (@file{/bin/sh} on Unix systems, @file{COMMAND.COM} on MS-DOS, etc.). | |
c906108c SS |
1204 | @end table |
1205 | ||
1206 | The utility @code{make} is often needed in development environments. | |
1207 | You do not have to use the @code{shell} command for this purpose in | |
1208 | @value{GDBN}: | |
1209 | ||
1210 | @table @code | |
1211 | @kindex make | |
1212 | @cindex calling make | |
1213 | @item make @var{make-args} | |
1214 | Execute the @code{make} program with the specified | |
1215 | arguments. This is equivalent to @samp{shell make @var{make-args}}. | |
1216 | @end table | |
1217 | ||
0fac0b41 DJ |
1218 | @node Logging output |
1219 | @section Logging output | |
1220 | @cindex logging @value{GDBN} output | |
1221 | ||
1222 | You may want to save the output of @value{GDBN} commands to a file. | |
1223 | There are several commands to control @value{GDBN}'s logging. | |
1224 | ||
1225 | @table @code | |
1226 | @kindex set logging | |
1227 | @item set logging on | |
1228 | Enable logging. | |
1229 | @item set logging off | |
1230 | Disable logging. | |
1231 | @item set logging file @var{file} | |
1232 | Change the name of the current logfile. The default logfile is @file{gdb.txt}. | |
1233 | @item set logging overwrite [on|off] | |
1234 | By default, @value{GDBN} will append to the logfile. Set @code{overwrite} if | |
1235 | you want @code{set logging on} to overwrite the logfile instead. | |
1236 | @item set logging redirect [on|off] | |
1237 | By default, @value{GDBN} output will go to both the terminal and the logfile. | |
1238 | Set @code{redirect} if you want output to go only to the log file. | |
1239 | @kindex show logging | |
1240 | @item show logging | |
1241 | Show the current values of the logging settings. | |
1242 | @end table | |
1243 | ||
6d2ebf8b | 1244 | @node Commands |
c906108c SS |
1245 | @chapter @value{GDBN} Commands |
1246 | ||
1247 | You can abbreviate a @value{GDBN} command to the first few letters of the command | |
1248 | name, if that abbreviation is unambiguous; and you can repeat certain | |
1249 | @value{GDBN} commands by typing just @key{RET}. You can also use the @key{TAB} | |
1250 | key to get @value{GDBN} to fill out the rest of a word in a command (or to | |
1251 | show you the alternatives available, if there is more than one possibility). | |
1252 | ||
1253 | @menu | |
1254 | * Command Syntax:: How to give commands to @value{GDBN} | |
1255 | * Completion:: Command completion | |
1256 | * Help:: How to ask @value{GDBN} for help | |
1257 | @end menu | |
1258 | ||
6d2ebf8b | 1259 | @node Command Syntax |
c906108c SS |
1260 | @section Command syntax |
1261 | ||
1262 | A @value{GDBN} command is a single line of input. There is no limit on | |
1263 | how long it can be. It starts with a command name, which is followed by | |
1264 | arguments whose meaning depends on the command name. For example, the | |
1265 | command @code{step} accepts an argument which is the number of times to | |
1266 | step, as in @samp{step 5}. You can also use the @code{step} command | |
96a2c332 | 1267 | with no arguments. Some commands do not allow any arguments. |
c906108c SS |
1268 | |
1269 | @cindex abbreviation | |
1270 | @value{GDBN} command names may always be truncated if that abbreviation is | |
1271 | unambiguous. Other possible command abbreviations are listed in the | |
1272 | documentation for individual commands. In some cases, even ambiguous | |
1273 | abbreviations are allowed; for example, @code{s} is specially defined as | |
1274 | equivalent to @code{step} even though there are other commands whose | |
1275 | names start with @code{s}. You can test abbreviations by using them as | |
1276 | arguments to the @code{help} command. | |
1277 | ||
1278 | @cindex repeating commands | |
41afff9a | 1279 | @kindex RET @r{(repeat last command)} |
c906108c | 1280 | A blank line as input to @value{GDBN} (typing just @key{RET}) means to |
96a2c332 | 1281 | repeat the previous command. Certain commands (for example, @code{run}) |
c906108c SS |
1282 | will not repeat this way; these are commands whose unintentional |
1283 | repetition might cause trouble and which you are unlikely to want to | |
1284 | repeat. | |
1285 | ||
1286 | The @code{list} and @code{x} commands, when you repeat them with | |
1287 | @key{RET}, construct new arguments rather than repeating | |
1288 | exactly as typed. This permits easy scanning of source or memory. | |
1289 | ||
1290 | @value{GDBN} can also use @key{RET} in another way: to partition lengthy | |
1291 | output, in a way similar to the common utility @code{more} | |
1292 | (@pxref{Screen Size,,Screen size}). Since it is easy to press one | |
1293 | @key{RET} too many in this situation, @value{GDBN} disables command | |
1294 | repetition after any command that generates this sort of display. | |
1295 | ||
41afff9a | 1296 | @kindex # @r{(a comment)} |
c906108c SS |
1297 | @cindex comment |
1298 | Any text from a @kbd{#} to the end of the line is a comment; it does | |
1299 | nothing. This is useful mainly in command files (@pxref{Command | |
1300 | Files,,Command files}). | |
1301 | ||
88118b3a TT |
1302 | @cindex repeating command sequences |
1303 | @kindex C-o @r{(operate-and-get-next)} | |
1304 | The @kbd{C-o} binding is useful for repeating a complex sequence of | |
1305 | commands. This command accepts the current line, like @kbd{RET}, and | |
1306 | then fetches the next line relative to the current line from the history | |
1307 | for editing. | |
1308 | ||
6d2ebf8b | 1309 | @node Completion |
c906108c SS |
1310 | @section Command completion |
1311 | ||
1312 | @cindex completion | |
1313 | @cindex word completion | |
1314 | @value{GDBN} can fill in the rest of a word in a command for you, if there is | |
1315 | only one possibility; it can also show you what the valid possibilities | |
1316 | are for the next word in a command, at any time. This works for @value{GDBN} | |
1317 | commands, @value{GDBN} subcommands, and the names of symbols in your program. | |
1318 | ||
1319 | Press the @key{TAB} key whenever you want @value{GDBN} to fill out the rest | |
1320 | of a word. If there is only one possibility, @value{GDBN} fills in the | |
1321 | word, and waits for you to finish the command (or press @key{RET} to | |
1322 | enter it). For example, if you type | |
1323 | ||
1324 | @c FIXME "@key" does not distinguish its argument sufficiently to permit | |
1325 | @c complete accuracy in these examples; space introduced for clarity. | |
1326 | @c If texinfo enhancements make it unnecessary, it would be nice to | |
1327 | @c replace " @key" by "@key" in the following... | |
474c8240 | 1328 | @smallexample |
c906108c | 1329 | (@value{GDBP}) info bre @key{TAB} |
474c8240 | 1330 | @end smallexample |
c906108c SS |
1331 | |
1332 | @noindent | |
1333 | @value{GDBN} fills in the rest of the word @samp{breakpoints}, since that is | |
1334 | the only @code{info} subcommand beginning with @samp{bre}: | |
1335 | ||
474c8240 | 1336 | @smallexample |
c906108c | 1337 | (@value{GDBP}) info breakpoints |
474c8240 | 1338 | @end smallexample |
c906108c SS |
1339 | |
1340 | @noindent | |
1341 | You can either press @key{RET} at this point, to run the @code{info | |
1342 | breakpoints} command, or backspace and enter something else, if | |
1343 | @samp{breakpoints} does not look like the command you expected. (If you | |
1344 | were sure you wanted @code{info breakpoints} in the first place, you | |
1345 | might as well just type @key{RET} immediately after @samp{info bre}, | |
1346 | to exploit command abbreviations rather than command completion). | |
1347 | ||
1348 | If there is more than one possibility for the next word when you press | |
1349 | @key{TAB}, @value{GDBN} sounds a bell. You can either supply more | |
1350 | characters and try again, or just press @key{TAB} a second time; | |
1351 | @value{GDBN} displays all the possible completions for that word. For | |
1352 | example, you might want to set a breakpoint on a subroutine whose name | |
1353 | begins with @samp{make_}, but when you type @kbd{b make_@key{TAB}} @value{GDBN} | |
1354 | just sounds the bell. Typing @key{TAB} again displays all the | |
1355 | function names in your program that begin with those characters, for | |
1356 | example: | |
1357 | ||
474c8240 | 1358 | @smallexample |
c906108c SS |
1359 | (@value{GDBP}) b make_ @key{TAB} |
1360 | @exdent @value{GDBN} sounds bell; press @key{TAB} again, to see: | |
5d161b24 DB |
1361 | make_a_section_from_file make_environ |
1362 | make_abs_section make_function_type | |
1363 | make_blockvector make_pointer_type | |
1364 | make_cleanup make_reference_type | |
c906108c SS |
1365 | make_command make_symbol_completion_list |
1366 | (@value{GDBP}) b make_ | |
474c8240 | 1367 | @end smallexample |
c906108c SS |
1368 | |
1369 | @noindent | |
1370 | After displaying the available possibilities, @value{GDBN} copies your | |
1371 | partial input (@samp{b make_} in the example) so you can finish the | |
1372 | command. | |
1373 | ||
1374 | If you just want to see the list of alternatives in the first place, you | |
b37052ae | 1375 | can press @kbd{M-?} rather than pressing @key{TAB} twice. @kbd{M-?} |
7a292a7a | 1376 | means @kbd{@key{META} ?}. You can type this either by holding down a |
c906108c | 1377 | key designated as the @key{META} shift on your keyboard (if there is |
7a292a7a | 1378 | one) while typing @kbd{?}, or as @key{ESC} followed by @kbd{?}. |
c906108c SS |
1379 | |
1380 | @cindex quotes in commands | |
1381 | @cindex completion of quoted strings | |
1382 | Sometimes the string you need, while logically a ``word'', may contain | |
7a292a7a SS |
1383 | parentheses or other characters that @value{GDBN} normally excludes from |
1384 | its notion of a word. To permit word completion to work in this | |
1385 | situation, you may enclose words in @code{'} (single quote marks) in | |
1386 | @value{GDBN} commands. | |
c906108c | 1387 | |
c906108c | 1388 | The most likely situation where you might need this is in typing the |
b37052ae EZ |
1389 | name of a C@t{++} function. This is because C@t{++} allows function |
1390 | overloading (multiple definitions of the same function, distinguished | |
1391 | by argument type). For example, when you want to set a breakpoint you | |
1392 | may need to distinguish whether you mean the version of @code{name} | |
1393 | that takes an @code{int} parameter, @code{name(int)}, or the version | |
1394 | that takes a @code{float} parameter, @code{name(float)}. To use the | |
1395 | word-completion facilities in this situation, type a single quote | |
1396 | @code{'} at the beginning of the function name. This alerts | |
1397 | @value{GDBN} that it may need to consider more information than usual | |
1398 | when you press @key{TAB} or @kbd{M-?} to request word completion: | |
c906108c | 1399 | |
474c8240 | 1400 | @smallexample |
96a2c332 | 1401 | (@value{GDBP}) b 'bubble( @kbd{M-?} |
c906108c SS |
1402 | bubble(double,double) bubble(int,int) |
1403 | (@value{GDBP}) b 'bubble( | |
474c8240 | 1404 | @end smallexample |
c906108c SS |
1405 | |
1406 | In some cases, @value{GDBN} can tell that completing a name requires using | |
1407 | quotes. When this happens, @value{GDBN} inserts the quote for you (while | |
1408 | completing as much as it can) if you do not type the quote in the first | |
1409 | place: | |
1410 | ||
474c8240 | 1411 | @smallexample |
c906108c SS |
1412 | (@value{GDBP}) b bub @key{TAB} |
1413 | @exdent @value{GDBN} alters your input line to the following, and rings a bell: | |
1414 | (@value{GDBP}) b 'bubble( | |
474c8240 | 1415 | @end smallexample |
c906108c SS |
1416 | |
1417 | @noindent | |
1418 | In general, @value{GDBN} can tell that a quote is needed (and inserts it) if | |
1419 | you have not yet started typing the argument list when you ask for | |
1420 | completion on an overloaded symbol. | |
1421 | ||
d4f3574e | 1422 | For more information about overloaded functions, see @ref{C plus plus |
b37052ae | 1423 | expressions, ,C@t{++} expressions}. You can use the command @code{set |
c906108c | 1424 | overload-resolution off} to disable overload resolution; |
b37052ae | 1425 | see @ref{Debugging C plus plus, ,@value{GDBN} features for C@t{++}}. |
c906108c SS |
1426 | |
1427 | ||
6d2ebf8b | 1428 | @node Help |
c906108c SS |
1429 | @section Getting help |
1430 | @cindex online documentation | |
1431 | @kindex help | |
1432 | ||
5d161b24 | 1433 | You can always ask @value{GDBN} itself for information on its commands, |
c906108c SS |
1434 | using the command @code{help}. |
1435 | ||
1436 | @table @code | |
41afff9a | 1437 | @kindex h @r{(@code{help})} |
c906108c SS |
1438 | @item help |
1439 | @itemx h | |
1440 | You can use @code{help} (abbreviated @code{h}) with no arguments to | |
1441 | display a short list of named classes of commands: | |
1442 | ||
1443 | @smallexample | |
1444 | (@value{GDBP}) help | |
1445 | List of classes of commands: | |
1446 | ||
2df3850c | 1447 | aliases -- Aliases of other commands |
c906108c | 1448 | breakpoints -- Making program stop at certain points |
2df3850c | 1449 | data -- Examining data |
c906108c | 1450 | files -- Specifying and examining files |
2df3850c JM |
1451 | internals -- Maintenance commands |
1452 | obscure -- Obscure features | |
1453 | running -- Running the program | |
1454 | stack -- Examining the stack | |
c906108c SS |
1455 | status -- Status inquiries |
1456 | support -- Support facilities | |
96a2c332 SS |
1457 | tracepoints -- Tracing of program execution without@* |
1458 | stopping the program | |
c906108c | 1459 | user-defined -- User-defined commands |
c906108c | 1460 | |
5d161b24 | 1461 | Type "help" followed by a class name for a list of |
c906108c | 1462 | commands in that class. |
5d161b24 | 1463 | Type "help" followed by command name for full |
c906108c SS |
1464 | documentation. |
1465 | Command name abbreviations are allowed if unambiguous. | |
1466 | (@value{GDBP}) | |
1467 | @end smallexample | |
96a2c332 | 1468 | @c the above line break eliminates huge line overfull... |
c906108c SS |
1469 | |
1470 | @item help @var{class} | |
1471 | Using one of the general help classes as an argument, you can get a | |
1472 | list of the individual commands in that class. For example, here is the | |
1473 | help display for the class @code{status}: | |
1474 | ||
1475 | @smallexample | |
1476 | (@value{GDBP}) help status | |
1477 | Status inquiries. | |
1478 | ||
1479 | List of commands: | |
1480 | ||
1481 | @c Line break in "show" line falsifies real output, but needed | |
1482 | @c to fit in smallbook page size. | |
2df3850c JM |
1483 | info -- Generic command for showing things |
1484 | about the program being debugged | |
1485 | show -- Generic command for showing things | |
1486 | about the debugger | |
c906108c | 1487 | |
5d161b24 | 1488 | Type "help" followed by command name for full |
c906108c SS |
1489 | documentation. |
1490 | Command name abbreviations are allowed if unambiguous. | |
1491 | (@value{GDBP}) | |
1492 | @end smallexample | |
1493 | ||
1494 | @item help @var{command} | |
1495 | With a command name as @code{help} argument, @value{GDBN} displays a | |
1496 | short paragraph on how to use that command. | |
1497 | ||
6837a0a2 DB |
1498 | @kindex apropos |
1499 | @item apropos @var{args} | |
1500 | The @code{apropos @var{args}} command searches through all of the @value{GDBN} | |
1501 | commands, and their documentation, for the regular expression specified in | |
1502 | @var{args}. It prints out all matches found. For example: | |
1503 | ||
1504 | @smallexample | |
1505 | apropos reload | |
1506 | @end smallexample | |
1507 | ||
b37052ae EZ |
1508 | @noindent |
1509 | results in: | |
6837a0a2 DB |
1510 | |
1511 | @smallexample | |
6d2ebf8b SS |
1512 | @c @group |
1513 | set symbol-reloading -- Set dynamic symbol table reloading | |
1514 | multiple times in one run | |
1515 | show symbol-reloading -- Show dynamic symbol table reloading | |
1516 | multiple times in one run | |
1517 | @c @end group | |
6837a0a2 DB |
1518 | @end smallexample |
1519 | ||
c906108c SS |
1520 | @kindex complete |
1521 | @item complete @var{args} | |
1522 | The @code{complete @var{args}} command lists all the possible completions | |
1523 | for the beginning of a command. Use @var{args} to specify the beginning of the | |
1524 | command you want completed. For example: | |
1525 | ||
1526 | @smallexample | |
1527 | complete i | |
1528 | @end smallexample | |
1529 | ||
1530 | @noindent results in: | |
1531 | ||
1532 | @smallexample | |
1533 | @group | |
2df3850c JM |
1534 | if |
1535 | ignore | |
c906108c SS |
1536 | info |
1537 | inspect | |
c906108c SS |
1538 | @end group |
1539 | @end smallexample | |
1540 | ||
1541 | @noindent This is intended for use by @sc{gnu} Emacs. | |
1542 | @end table | |
1543 | ||
1544 | In addition to @code{help}, you can use the @value{GDBN} commands @code{info} | |
1545 | and @code{show} to inquire about the state of your program, or the state | |
1546 | of @value{GDBN} itself. Each command supports many topics of inquiry; this | |
1547 | manual introduces each of them in the appropriate context. The listings | |
1548 | under @code{info} and under @code{show} in the Index point to | |
1549 | all the sub-commands. @xref{Index}. | |
1550 | ||
1551 | @c @group | |
1552 | @table @code | |
1553 | @kindex info | |
41afff9a | 1554 | @kindex i @r{(@code{info})} |
c906108c SS |
1555 | @item info |
1556 | This command (abbreviated @code{i}) is for describing the state of your | |
1557 | program. For example, you can list the arguments given to your program | |
1558 | with @code{info args}, list the registers currently in use with @code{info | |
1559 | registers}, or list the breakpoints you have set with @code{info breakpoints}. | |
1560 | You can get a complete list of the @code{info} sub-commands with | |
1561 | @w{@code{help info}}. | |
1562 | ||
1563 | @kindex set | |
1564 | @item set | |
5d161b24 | 1565 | You can assign the result of an expression to an environment variable with |
c906108c SS |
1566 | @code{set}. For example, you can set the @value{GDBN} prompt to a $-sign with |
1567 | @code{set prompt $}. | |
1568 | ||
1569 | @kindex show | |
1570 | @item show | |
5d161b24 | 1571 | In contrast to @code{info}, @code{show} is for describing the state of |
c906108c SS |
1572 | @value{GDBN} itself. |
1573 | You can change most of the things you can @code{show}, by using the | |
1574 | related command @code{set}; for example, you can control what number | |
1575 | system is used for displays with @code{set radix}, or simply inquire | |
1576 | which is currently in use with @code{show radix}. | |
1577 | ||
1578 | @kindex info set | |
1579 | To display all the settable parameters and their current | |
1580 | values, you can use @code{show} with no arguments; you may also use | |
1581 | @code{info set}. Both commands produce the same display. | |
1582 | @c FIXME: "info set" violates the rule that "info" is for state of | |
1583 | @c FIXME...program. Ck w/ GNU: "info set" to be called something else, | |
1584 | @c FIXME...or change desc of rule---eg "state of prog and debugging session"? | |
1585 | @end table | |
1586 | @c @end group | |
1587 | ||
1588 | Here are three miscellaneous @code{show} subcommands, all of which are | |
1589 | exceptional in lacking corresponding @code{set} commands: | |
1590 | ||
1591 | @table @code | |
1592 | @kindex show version | |
1593 | @cindex version number | |
1594 | @item show version | |
1595 | Show what version of @value{GDBN} is running. You should include this | |
2df3850c JM |
1596 | information in @value{GDBN} bug-reports. If multiple versions of |
1597 | @value{GDBN} are in use at your site, you may need to determine which | |
1598 | version of @value{GDBN} you are running; as @value{GDBN} evolves, new | |
1599 | commands are introduced, and old ones may wither away. Also, many | |
1600 | system vendors ship variant versions of @value{GDBN}, and there are | |
96a2c332 | 1601 | variant versions of @value{GDBN} in @sc{gnu}/Linux distributions as well. |
2df3850c JM |
1602 | The version number is the same as the one announced when you start |
1603 | @value{GDBN}. | |
c906108c SS |
1604 | |
1605 | @kindex show copying | |
1606 | @item show copying | |
1607 | Display information about permission for copying @value{GDBN}. | |
1608 | ||
1609 | @kindex show warranty | |
1610 | @item show warranty | |
2df3850c | 1611 | Display the @sc{gnu} ``NO WARRANTY'' statement, or a warranty, |
96a2c332 | 1612 | if your version of @value{GDBN} comes with one. |
2df3850c | 1613 | |
c906108c SS |
1614 | @end table |
1615 | ||
6d2ebf8b | 1616 | @node Running |
c906108c SS |
1617 | @chapter Running Programs Under @value{GDBN} |
1618 | ||
1619 | When you run a program under @value{GDBN}, you must first generate | |
1620 | debugging information when you compile it. | |
7a292a7a SS |
1621 | |
1622 | You may start @value{GDBN} with its arguments, if any, in an environment | |
1623 | of your choice. If you are doing native debugging, you may redirect | |
1624 | your program's input and output, debug an already running process, or | |
1625 | kill a child process. | |
c906108c SS |
1626 | |
1627 | @menu | |
1628 | * Compilation:: Compiling for debugging | |
1629 | * Starting:: Starting your program | |
c906108c SS |
1630 | * Arguments:: Your program's arguments |
1631 | * Environment:: Your program's environment | |
c906108c SS |
1632 | |
1633 | * Working Directory:: Your program's working directory | |
1634 | * Input/Output:: Your program's input and output | |
1635 | * Attach:: Debugging an already-running process | |
1636 | * Kill Process:: Killing the child process | |
c906108c SS |
1637 | |
1638 | * Threads:: Debugging programs with multiple threads | |
1639 | * Processes:: Debugging programs with multiple processes | |
1640 | @end menu | |
1641 | ||
6d2ebf8b | 1642 | @node Compilation |
c906108c SS |
1643 | @section Compiling for debugging |
1644 | ||
1645 | In order to debug a program effectively, you need to generate | |
1646 | debugging information when you compile it. This debugging information | |
1647 | is stored in the object file; it describes the data type of each | |
1648 | variable or function and the correspondence between source line numbers | |
1649 | and addresses in the executable code. | |
1650 | ||
1651 | To request debugging information, specify the @samp{-g} option when you run | |
1652 | the compiler. | |
1653 | ||
e2e0bcd1 JB |
1654 | Most compilers do not include information about preprocessor macros in |
1655 | the debugging information if you specify the @option{-g} flag alone, | |
1656 | because this information is rather large. Version 3.1 of @value{NGCC}, | |
1657 | the @sc{gnu} C compiler, provides macro information if you specify the | |
1658 | options @option{-gdwarf-2} and @option{-g3}; the former option requests | |
1659 | debugging information in the Dwarf 2 format, and the latter requests | |
1660 | ``extra information''. In the future, we hope to find more compact ways | |
1661 | to represent macro information, so that it can be included with | |
1662 | @option{-g} alone. | |
1663 | ||
c906108c SS |
1664 | Many C compilers are unable to handle the @samp{-g} and @samp{-O} |
1665 | options together. Using those compilers, you cannot generate optimized | |
1666 | executables containing debugging information. | |
1667 | ||
53a5351d JM |
1668 | @value{NGCC}, the @sc{gnu} C compiler, supports @samp{-g} with or |
1669 | without @samp{-O}, making it possible to debug optimized code. We | |
1670 | recommend that you @emph{always} use @samp{-g} whenever you compile a | |
1671 | program. You may think your program is correct, but there is no sense | |
1672 | in pushing your luck. | |
c906108c SS |
1673 | |
1674 | @cindex optimized code, debugging | |
1675 | @cindex debugging optimized code | |
1676 | When you debug a program compiled with @samp{-g -O}, remember that the | |
1677 | optimizer is rearranging your code; the debugger shows you what is | |
1678 | really there. Do not be too surprised when the execution path does not | |
1679 | exactly match your source file! An extreme example: if you define a | |
1680 | variable, but never use it, @value{GDBN} never sees that | |
1681 | variable---because the compiler optimizes it out of existence. | |
1682 | ||
1683 | Some things do not work as well with @samp{-g -O} as with just | |
1684 | @samp{-g}, particularly on machines with instruction scheduling. If in | |
1685 | doubt, recompile with @samp{-g} alone, and if this fixes the problem, | |
1686 | please report it to us as a bug (including a test case!). | |
1687 | ||
1688 | Older versions of the @sc{gnu} C compiler permitted a variant option | |
1689 | @w{@samp{-gg}} for debugging information. @value{GDBN} no longer supports this | |
1690 | format; if your @sc{gnu} C compiler has this option, do not use it. | |
1691 | ||
1692 | @need 2000 | |
6d2ebf8b | 1693 | @node Starting |
c906108c SS |
1694 | @section Starting your program |
1695 | @cindex starting | |
1696 | @cindex running | |
1697 | ||
1698 | @table @code | |
1699 | @kindex run | |
41afff9a | 1700 | @kindex r @r{(@code{run})} |
c906108c SS |
1701 | @item run |
1702 | @itemx r | |
7a292a7a SS |
1703 | Use the @code{run} command to start your program under @value{GDBN}. |
1704 | You must first specify the program name (except on VxWorks) with an | |
1705 | argument to @value{GDBN} (@pxref{Invocation, ,Getting In and Out of | |
1706 | @value{GDBN}}), or by using the @code{file} or @code{exec-file} command | |
1707 | (@pxref{Files, ,Commands to specify files}). | |
c906108c SS |
1708 | |
1709 | @end table | |
1710 | ||
c906108c SS |
1711 | If you are running your program in an execution environment that |
1712 | supports processes, @code{run} creates an inferior process and makes | |
1713 | that process run your program. (In environments without processes, | |
1714 | @code{run} jumps to the start of your program.) | |
1715 | ||
1716 | The execution of a program is affected by certain information it | |
1717 | receives from its superior. @value{GDBN} provides ways to specify this | |
1718 | information, which you must do @emph{before} starting your program. (You | |
1719 | can change it after starting your program, but such changes only affect | |
1720 | your program the next time you start it.) This information may be | |
1721 | divided into four categories: | |
1722 | ||
1723 | @table @asis | |
1724 | @item The @emph{arguments.} | |
1725 | Specify the arguments to give your program as the arguments of the | |
1726 | @code{run} command. If a shell is available on your target, the shell | |
1727 | is used to pass the arguments, so that you may use normal conventions | |
1728 | (such as wildcard expansion or variable substitution) in describing | |
1729 | the arguments. | |
1730 | In Unix systems, you can control which shell is used with the | |
1731 | @code{SHELL} environment variable. | |
1732 | @xref{Arguments, ,Your program's arguments}. | |
1733 | ||
1734 | @item The @emph{environment.} | |
1735 | Your program normally inherits its environment from @value{GDBN}, but you can | |
1736 | use the @value{GDBN} commands @code{set environment} and @code{unset | |
1737 | environment} to change parts of the environment that affect | |
1738 | your program. @xref{Environment, ,Your program's environment}. | |
1739 | ||
1740 | @item The @emph{working directory.} | |
1741 | Your program inherits its working directory from @value{GDBN}. You can set | |
1742 | the @value{GDBN} working directory with the @code{cd} command in @value{GDBN}. | |
1743 | @xref{Working Directory, ,Your program's working directory}. | |
1744 | ||
1745 | @item The @emph{standard input and output.} | |
1746 | Your program normally uses the same device for standard input and | |
1747 | standard output as @value{GDBN} is using. You can redirect input and output | |
1748 | in the @code{run} command line, or you can use the @code{tty} command to | |
1749 | set a different device for your program. | |
1750 | @xref{Input/Output, ,Your program's input and output}. | |
1751 | ||
1752 | @cindex pipes | |
1753 | @emph{Warning:} While input and output redirection work, you cannot use | |
1754 | pipes to pass the output of the program you are debugging to another | |
1755 | program; if you attempt this, @value{GDBN} is likely to wind up debugging the | |
1756 | wrong program. | |
1757 | @end table | |
c906108c SS |
1758 | |
1759 | When you issue the @code{run} command, your program begins to execute | |
1760 | immediately. @xref{Stopping, ,Stopping and continuing}, for discussion | |
1761 | of how to arrange for your program to stop. Once your program has | |
1762 | stopped, you may call functions in your program, using the @code{print} | |
1763 | or @code{call} commands. @xref{Data, ,Examining Data}. | |
1764 | ||
1765 | If the modification time of your symbol file has changed since the last | |
1766 | time @value{GDBN} read its symbols, @value{GDBN} discards its symbol | |
1767 | table, and reads it again. When it does this, @value{GDBN} tries to retain | |
1768 | your current breakpoints. | |
1769 | ||
6d2ebf8b | 1770 | @node Arguments |
c906108c SS |
1771 | @section Your program's arguments |
1772 | ||
1773 | @cindex arguments (to your program) | |
1774 | The arguments to your program can be specified by the arguments of the | |
5d161b24 | 1775 | @code{run} command. |
c906108c SS |
1776 | They are passed to a shell, which expands wildcard characters and |
1777 | performs redirection of I/O, and thence to your program. Your | |
1778 | @code{SHELL} environment variable (if it exists) specifies what shell | |
1779 | @value{GDBN} uses. If you do not define @code{SHELL}, @value{GDBN} uses | |
d4f3574e SS |
1780 | the default shell (@file{/bin/sh} on Unix). |
1781 | ||
1782 | On non-Unix systems, the program is usually invoked directly by | |
1783 | @value{GDBN}, which emulates I/O redirection via the appropriate system | |
1784 | calls, and the wildcard characters are expanded by the startup code of | |
1785 | the program, not by the shell. | |
c906108c SS |
1786 | |
1787 | @code{run} with no arguments uses the same arguments used by the previous | |
1788 | @code{run}, or those set by the @code{set args} command. | |
1789 | ||
c906108c | 1790 | @table @code |
41afff9a | 1791 | @kindex set args |
c906108c SS |
1792 | @item set args |
1793 | Specify the arguments to be used the next time your program is run. If | |
1794 | @code{set args} has no arguments, @code{run} executes your program | |
1795 | with no arguments. Once you have run your program with arguments, | |
1796 | using @code{set args} before the next @code{run} is the only way to run | |
1797 | it again without arguments. | |
1798 | ||
1799 | @kindex show args | |
1800 | @item show args | |
1801 | Show the arguments to give your program when it is started. | |
1802 | @end table | |
1803 | ||
6d2ebf8b | 1804 | @node Environment |
c906108c SS |
1805 | @section Your program's environment |
1806 | ||
1807 | @cindex environment (of your program) | |
1808 | The @dfn{environment} consists of a set of environment variables and | |
1809 | their values. Environment variables conventionally record such things as | |
1810 | your user name, your home directory, your terminal type, and your search | |
1811 | path for programs to run. Usually you set up environment variables with | |
1812 | the shell and they are inherited by all the other programs you run. When | |
1813 | debugging, it can be useful to try running your program with a modified | |
1814 | environment without having to start @value{GDBN} over again. | |
1815 | ||
1816 | @table @code | |
1817 | @kindex path | |
1818 | @item path @var{directory} | |
1819 | Add @var{directory} to the front of the @code{PATH} environment variable | |
17cc6a06 EZ |
1820 | (the search path for executables) that will be passed to your program. |
1821 | The value of @code{PATH} used by @value{GDBN} does not change. | |
d4f3574e SS |
1822 | You may specify several directory names, separated by whitespace or by a |
1823 | system-dependent separator character (@samp{:} on Unix, @samp{;} on | |
1824 | MS-DOS and MS-Windows). If @var{directory} is already in the path, it | |
1825 | is moved to the front, so it is searched sooner. | |
c906108c SS |
1826 | |
1827 | You can use the string @samp{$cwd} to refer to whatever is the current | |
1828 | working directory at the time @value{GDBN} searches the path. If you | |
1829 | use @samp{.} instead, it refers to the directory where you executed the | |
1830 | @code{path} command. @value{GDBN} replaces @samp{.} in the | |
1831 | @var{directory} argument (with the current path) before adding | |
1832 | @var{directory} to the search path. | |
1833 | @c 'path' is explicitly nonrepeatable, but RMS points out it is silly to | |
1834 | @c document that, since repeating it would be a no-op. | |
1835 | ||
1836 | @kindex show paths | |
1837 | @item show paths | |
1838 | Display the list of search paths for executables (the @code{PATH} | |
1839 | environment variable). | |
1840 | ||
1841 | @kindex show environment | |
1842 | @item show environment @r{[}@var{varname}@r{]} | |
1843 | Print the value of environment variable @var{varname} to be given to | |
1844 | your program when it starts. If you do not supply @var{varname}, | |
1845 | print the names and values of all environment variables to be given to | |
1846 | your program. You can abbreviate @code{environment} as @code{env}. | |
1847 | ||
1848 | @kindex set environment | |
53a5351d | 1849 | @item set environment @var{varname} @r{[}=@var{value}@r{]} |
c906108c SS |
1850 | Set environment variable @var{varname} to @var{value}. The value |
1851 | changes for your program only, not for @value{GDBN} itself. @var{value} may | |
1852 | be any string; the values of environment variables are just strings, and | |
1853 | any interpretation is supplied by your program itself. The @var{value} | |
1854 | parameter is optional; if it is eliminated, the variable is set to a | |
1855 | null value. | |
1856 | @c "any string" here does not include leading, trailing | |
1857 | @c blanks. Gnu asks: does anyone care? | |
1858 | ||
1859 | For example, this command: | |
1860 | ||
474c8240 | 1861 | @smallexample |
c906108c | 1862 | set env USER = foo |
474c8240 | 1863 | @end smallexample |
c906108c SS |
1864 | |
1865 | @noindent | |
d4f3574e | 1866 | tells the debugged program, when subsequently run, that its user is named |
c906108c SS |
1867 | @samp{foo}. (The spaces around @samp{=} are used for clarity here; they |
1868 | are not actually required.) | |
1869 | ||
1870 | @kindex unset environment | |
1871 | @item unset environment @var{varname} | |
1872 | Remove variable @var{varname} from the environment to be passed to your | |
1873 | program. This is different from @samp{set env @var{varname} =}; | |
1874 | @code{unset environment} removes the variable from the environment, | |
1875 | rather than assigning it an empty value. | |
1876 | @end table | |
1877 | ||
d4f3574e SS |
1878 | @emph{Warning:} On Unix systems, @value{GDBN} runs your program using |
1879 | the shell indicated | |
c906108c SS |
1880 | by your @code{SHELL} environment variable if it exists (or |
1881 | @code{/bin/sh} if not). If your @code{SHELL} variable names a shell | |
1882 | that runs an initialization file---such as @file{.cshrc} for C-shell, or | |
1883 | @file{.bashrc} for BASH---any variables you set in that file affect | |
1884 | your program. You may wish to move setting of environment variables to | |
1885 | files that are only run when you sign on, such as @file{.login} or | |
1886 | @file{.profile}. | |
1887 | ||
6d2ebf8b | 1888 | @node Working Directory |
c906108c SS |
1889 | @section Your program's working directory |
1890 | ||
1891 | @cindex working directory (of your program) | |
1892 | Each time you start your program with @code{run}, it inherits its | |
1893 | working directory from the current working directory of @value{GDBN}. | |
1894 | The @value{GDBN} working directory is initially whatever it inherited | |
1895 | from its parent process (typically the shell), but you can specify a new | |
1896 | working directory in @value{GDBN} with the @code{cd} command. | |
1897 | ||
1898 | The @value{GDBN} working directory also serves as a default for the commands | |
1899 | that specify files for @value{GDBN} to operate on. @xref{Files, ,Commands to | |
1900 | specify files}. | |
1901 | ||
1902 | @table @code | |
1903 | @kindex cd | |
1904 | @item cd @var{directory} | |
1905 | Set the @value{GDBN} working directory to @var{directory}. | |
1906 | ||
1907 | @kindex pwd | |
1908 | @item pwd | |
1909 | Print the @value{GDBN} working directory. | |
1910 | @end table | |
1911 | ||
6d2ebf8b | 1912 | @node Input/Output |
c906108c SS |
1913 | @section Your program's input and output |
1914 | ||
1915 | @cindex redirection | |
1916 | @cindex i/o | |
1917 | @cindex terminal | |
1918 | By default, the program you run under @value{GDBN} does input and output to | |
5d161b24 | 1919 | the same terminal that @value{GDBN} uses. @value{GDBN} switches the terminal |
c906108c SS |
1920 | to its own terminal modes to interact with you, but it records the terminal |
1921 | modes your program was using and switches back to them when you continue | |
1922 | running your program. | |
1923 | ||
1924 | @table @code | |
1925 | @kindex info terminal | |
1926 | @item info terminal | |
1927 | Displays information recorded by @value{GDBN} about the terminal modes your | |
1928 | program is using. | |
1929 | @end table | |
1930 | ||
1931 | You can redirect your program's input and/or output using shell | |
1932 | redirection with the @code{run} command. For example, | |
1933 | ||
474c8240 | 1934 | @smallexample |
c906108c | 1935 | run > outfile |
474c8240 | 1936 | @end smallexample |
c906108c SS |
1937 | |
1938 | @noindent | |
1939 | starts your program, diverting its output to the file @file{outfile}. | |
1940 | ||
1941 | @kindex tty | |
1942 | @cindex controlling terminal | |
1943 | Another way to specify where your program should do input and output is | |
1944 | with the @code{tty} command. This command accepts a file name as | |
1945 | argument, and causes this file to be the default for future @code{run} | |
1946 | commands. It also resets the controlling terminal for the child | |
1947 | process, for future @code{run} commands. For example, | |
1948 | ||
474c8240 | 1949 | @smallexample |
c906108c | 1950 | tty /dev/ttyb |
474c8240 | 1951 | @end smallexample |
c906108c SS |
1952 | |
1953 | @noindent | |
1954 | directs that processes started with subsequent @code{run} commands | |
1955 | default to do input and output on the terminal @file{/dev/ttyb} and have | |
1956 | that as their controlling terminal. | |
1957 | ||
1958 | An explicit redirection in @code{run} overrides the @code{tty} command's | |
1959 | effect on the input/output device, but not its effect on the controlling | |
1960 | terminal. | |
1961 | ||
1962 | When you use the @code{tty} command or redirect input in the @code{run} | |
1963 | command, only the input @emph{for your program} is affected. The input | |
1964 | for @value{GDBN} still comes from your terminal. | |
1965 | ||
6d2ebf8b | 1966 | @node Attach |
c906108c SS |
1967 | @section Debugging an already-running process |
1968 | @kindex attach | |
1969 | @cindex attach | |
1970 | ||
1971 | @table @code | |
1972 | @item attach @var{process-id} | |
1973 | This command attaches to a running process---one that was started | |
1974 | outside @value{GDBN}. (@code{info files} shows your active | |
1975 | targets.) The command takes as argument a process ID. The usual way to | |
1976 | find out the process-id of a Unix process is with the @code{ps} utility, | |
1977 | or with the @samp{jobs -l} shell command. | |
1978 | ||
1979 | @code{attach} does not repeat if you press @key{RET} a second time after | |
1980 | executing the command. | |
1981 | @end table | |
1982 | ||
1983 | To use @code{attach}, your program must be running in an environment | |
1984 | which supports processes; for example, @code{attach} does not work for | |
1985 | programs on bare-board targets that lack an operating system. You must | |
1986 | also have permission to send the process a signal. | |
1987 | ||
1988 | When you use @code{attach}, the debugger finds the program running in | |
1989 | the process first by looking in the current working directory, then (if | |
1990 | the program is not found) by using the source file search path | |
1991 | (@pxref{Source Path, ,Specifying source directories}). You can also use | |
1992 | the @code{file} command to load the program. @xref{Files, ,Commands to | |
1993 | Specify Files}. | |
1994 | ||
1995 | The first thing @value{GDBN} does after arranging to debug the specified | |
1996 | process is to stop it. You can examine and modify an attached process | |
53a5351d JM |
1997 | with all the @value{GDBN} commands that are ordinarily available when |
1998 | you start processes with @code{run}. You can insert breakpoints; you | |
1999 | can step and continue; you can modify storage. If you would rather the | |
2000 | process continue running, you may use the @code{continue} command after | |
c906108c SS |
2001 | attaching @value{GDBN} to the process. |
2002 | ||
2003 | @table @code | |
2004 | @kindex detach | |
2005 | @item detach | |
2006 | When you have finished debugging the attached process, you can use the | |
2007 | @code{detach} command to release it from @value{GDBN} control. Detaching | |
2008 | the process continues its execution. After the @code{detach} command, | |
2009 | that process and @value{GDBN} become completely independent once more, and you | |
2010 | are ready to @code{attach} another process or start one with @code{run}. | |
2011 | @code{detach} does not repeat if you press @key{RET} again after | |
2012 | executing the command. | |
2013 | @end table | |
2014 | ||
2015 | If you exit @value{GDBN} or use the @code{run} command while you have an | |
2016 | attached process, you kill that process. By default, @value{GDBN} asks | |
2017 | for confirmation if you try to do either of these things; you can | |
2018 | control whether or not you need to confirm by using the @code{set | |
2019 | confirm} command (@pxref{Messages/Warnings, ,Optional warnings and | |
2020 | messages}). | |
2021 | ||
6d2ebf8b | 2022 | @node Kill Process |
c906108c | 2023 | @section Killing the child process |
c906108c SS |
2024 | |
2025 | @table @code | |
2026 | @kindex kill | |
2027 | @item kill | |
2028 | Kill the child process in which your program is running under @value{GDBN}. | |
2029 | @end table | |
2030 | ||
2031 | This command is useful if you wish to debug a core dump instead of a | |
2032 | running process. @value{GDBN} ignores any core dump file while your program | |
2033 | is running. | |
2034 | ||
2035 | On some operating systems, a program cannot be executed outside @value{GDBN} | |
2036 | while you have breakpoints set on it inside @value{GDBN}. You can use the | |
2037 | @code{kill} command in this situation to permit running your program | |
2038 | outside the debugger. | |
2039 | ||
2040 | The @code{kill} command is also useful if you wish to recompile and | |
2041 | relink your program, since on many systems it is impossible to modify an | |
2042 | executable file while it is running in a process. In this case, when you | |
2043 | next type @code{run}, @value{GDBN} notices that the file has changed, and | |
2044 | reads the symbol table again (while trying to preserve your current | |
2045 | breakpoint settings). | |
2046 | ||
6d2ebf8b | 2047 | @node Threads |
c906108c | 2048 | @section Debugging programs with multiple threads |
c906108c SS |
2049 | |
2050 | @cindex threads of execution | |
2051 | @cindex multiple threads | |
2052 | @cindex switching threads | |
2053 | In some operating systems, such as HP-UX and Solaris, a single program | |
2054 | may have more than one @dfn{thread} of execution. The precise semantics | |
2055 | of threads differ from one operating system to another, but in general | |
2056 | the threads of a single program are akin to multiple processes---except | |
2057 | that they share one address space (that is, they can all examine and | |
2058 | modify the same variables). On the other hand, each thread has its own | |
2059 | registers and execution stack, and perhaps private memory. | |
2060 | ||
2061 | @value{GDBN} provides these facilities for debugging multi-thread | |
2062 | programs: | |
2063 | ||
2064 | @itemize @bullet | |
2065 | @item automatic notification of new threads | |
2066 | @item @samp{thread @var{threadno}}, a command to switch among threads | |
2067 | @item @samp{info threads}, a command to inquire about existing threads | |
5d161b24 | 2068 | @item @samp{thread apply [@var{threadno}] [@var{all}] @var{args}}, |
c906108c SS |
2069 | a command to apply a command to a list of threads |
2070 | @item thread-specific breakpoints | |
2071 | @end itemize | |
2072 | ||
c906108c SS |
2073 | @quotation |
2074 | @emph{Warning:} These facilities are not yet available on every | |
2075 | @value{GDBN} configuration where the operating system supports threads. | |
2076 | If your @value{GDBN} does not support threads, these commands have no | |
2077 | effect. For example, a system without thread support shows no output | |
2078 | from @samp{info threads}, and always rejects the @code{thread} command, | |
2079 | like this: | |
2080 | ||
2081 | @smallexample | |
2082 | (@value{GDBP}) info threads | |
2083 | (@value{GDBP}) thread 1 | |
2084 | Thread ID 1 not known. Use the "info threads" command to | |
2085 | see the IDs of currently known threads. | |
2086 | @end smallexample | |
2087 | @c FIXME to implementors: how hard would it be to say "sorry, this GDB | |
2088 | @c doesn't support threads"? | |
2089 | @end quotation | |
c906108c SS |
2090 | |
2091 | @cindex focus of debugging | |
2092 | @cindex current thread | |
2093 | The @value{GDBN} thread debugging facility allows you to observe all | |
2094 | threads while your program runs---but whenever @value{GDBN} takes | |
2095 | control, one thread in particular is always the focus of debugging. | |
2096 | This thread is called the @dfn{current thread}. Debugging commands show | |
2097 | program information from the perspective of the current thread. | |
2098 | ||
41afff9a | 2099 | @cindex @code{New} @var{systag} message |
c906108c SS |
2100 | @cindex thread identifier (system) |
2101 | @c FIXME-implementors!! It would be more helpful if the [New...] message | |
2102 | @c included GDB's numeric thread handle, so you could just go to that | |
2103 | @c thread without first checking `info threads'. | |
2104 | Whenever @value{GDBN} detects a new thread in your program, it displays | |
2105 | the target system's identification for the thread with a message in the | |
2106 | form @samp{[New @var{systag}]}. @var{systag} is a thread identifier | |
2107 | whose form varies depending on the particular system. For example, on | |
2108 | LynxOS, you might see | |
2109 | ||
474c8240 | 2110 | @smallexample |
c906108c | 2111 | [New process 35 thread 27] |
474c8240 | 2112 | @end smallexample |
c906108c SS |
2113 | |
2114 | @noindent | |
2115 | when @value{GDBN} notices a new thread. In contrast, on an SGI system, | |
2116 | the @var{systag} is simply something like @samp{process 368}, with no | |
2117 | further qualifier. | |
2118 | ||
2119 | @c FIXME!! (1) Does the [New...] message appear even for the very first | |
2120 | @c thread of a program, or does it only appear for the | |
6ca652b0 | 2121 | @c second---i.e.@: when it becomes obvious we have a multithread |
c906108c SS |
2122 | @c program? |
2123 | @c (2) *Is* there necessarily a first thread always? Or do some | |
2124 | @c multithread systems permit starting a program with multiple | |
5d161b24 | 2125 | @c threads ab initio? |
c906108c SS |
2126 | |
2127 | @cindex thread number | |
2128 | @cindex thread identifier (GDB) | |
2129 | For debugging purposes, @value{GDBN} associates its own thread | |
2130 | number---always a single integer---with each thread in your program. | |
2131 | ||
2132 | @table @code | |
2133 | @kindex info threads | |
2134 | @item info threads | |
2135 | Display a summary of all threads currently in your | |
2136 | program. @value{GDBN} displays for each thread (in this order): | |
2137 | ||
2138 | @enumerate | |
2139 | @item the thread number assigned by @value{GDBN} | |
2140 | ||
2141 | @item the target system's thread identifier (@var{systag}) | |
2142 | ||
2143 | @item the current stack frame summary for that thread | |
2144 | @end enumerate | |
2145 | ||
2146 | @noindent | |
2147 | An asterisk @samp{*} to the left of the @value{GDBN} thread number | |
2148 | indicates the current thread. | |
2149 | ||
5d161b24 | 2150 | For example, |
c906108c SS |
2151 | @end table |
2152 | @c end table here to get a little more width for example | |
2153 | ||
2154 | @smallexample | |
2155 | (@value{GDBP}) info threads | |
2156 | 3 process 35 thread 27 0x34e5 in sigpause () | |
2157 | 2 process 35 thread 23 0x34e5 in sigpause () | |
2158 | * 1 process 35 thread 13 main (argc=1, argv=0x7ffffff8) | |
2159 | at threadtest.c:68 | |
2160 | @end smallexample | |
53a5351d JM |
2161 | |
2162 | On HP-UX systems: | |
c906108c SS |
2163 | |
2164 | @cindex thread number | |
2165 | @cindex thread identifier (GDB) | |
2166 | For debugging purposes, @value{GDBN} associates its own thread | |
2167 | number---a small integer assigned in thread-creation order---with each | |
2168 | thread in your program. | |
2169 | ||
41afff9a EZ |
2170 | @cindex @code{New} @var{systag} message, on HP-UX |
2171 | @cindex thread identifier (system), on HP-UX | |
c906108c SS |
2172 | @c FIXME-implementors!! It would be more helpful if the [New...] message |
2173 | @c included GDB's numeric thread handle, so you could just go to that | |
2174 | @c thread without first checking `info threads'. | |
2175 | Whenever @value{GDBN} detects a new thread in your program, it displays | |
2176 | both @value{GDBN}'s thread number and the target system's identification for the thread with a message in the | |
2177 | form @samp{[New @var{systag}]}. @var{systag} is a thread identifier | |
2178 | whose form varies depending on the particular system. For example, on | |
2179 | HP-UX, you see | |
2180 | ||
474c8240 | 2181 | @smallexample |
c906108c | 2182 | [New thread 2 (system thread 26594)] |
474c8240 | 2183 | @end smallexample |
c906108c SS |
2184 | |
2185 | @noindent | |
5d161b24 | 2186 | when @value{GDBN} notices a new thread. |
c906108c SS |
2187 | |
2188 | @table @code | |
2189 | @kindex info threads | |
2190 | @item info threads | |
2191 | Display a summary of all threads currently in your | |
2192 | program. @value{GDBN} displays for each thread (in this order): | |
2193 | ||
2194 | @enumerate | |
2195 | @item the thread number assigned by @value{GDBN} | |
2196 | ||
2197 | @item the target system's thread identifier (@var{systag}) | |
2198 | ||
2199 | @item the current stack frame summary for that thread | |
2200 | @end enumerate | |
2201 | ||
2202 | @noindent | |
2203 | An asterisk @samp{*} to the left of the @value{GDBN} thread number | |
2204 | indicates the current thread. | |
2205 | ||
5d161b24 | 2206 | For example, |
c906108c SS |
2207 | @end table |
2208 | @c end table here to get a little more width for example | |
2209 | ||
474c8240 | 2210 | @smallexample |
c906108c | 2211 | (@value{GDBP}) info threads |
6d2ebf8b SS |
2212 | * 3 system thread 26607 worker (wptr=0x7b09c318 "@@") \@* |
2213 | at quicksort.c:137 | |
2214 | 2 system thread 26606 0x7b0030d8 in __ksleep () \@* | |
2215 | from /usr/lib/libc.2 | |
2216 | 1 system thread 27905 0x7b003498 in _brk () \@* | |
2217 | from /usr/lib/libc.2 | |
474c8240 | 2218 | @end smallexample |
c906108c SS |
2219 | |
2220 | @table @code | |
2221 | @kindex thread @var{threadno} | |
2222 | @item thread @var{threadno} | |
2223 | Make thread number @var{threadno} the current thread. The command | |
2224 | argument @var{threadno} is the internal @value{GDBN} thread number, as | |
2225 | shown in the first field of the @samp{info threads} display. | |
2226 | @value{GDBN} responds by displaying the system identifier of the thread | |
2227 | you selected, and its current stack frame summary: | |
2228 | ||
2229 | @smallexample | |
2230 | @c FIXME!! This example made up; find a @value{GDBN} w/threads and get real one | |
2231 | (@value{GDBP}) thread 2 | |
c906108c | 2232 | [Switching to process 35 thread 23] |
c906108c SS |
2233 | 0x34e5 in sigpause () |
2234 | @end smallexample | |
2235 | ||
2236 | @noindent | |
2237 | As with the @samp{[New @dots{}]} message, the form of the text after | |
2238 | @samp{Switching to} depends on your system's conventions for identifying | |
5d161b24 | 2239 | threads. |
c906108c SS |
2240 | |
2241 | @kindex thread apply | |
2242 | @item thread apply [@var{threadno}] [@var{all}] @var{args} | |
2243 | The @code{thread apply} command allows you to apply a command to one or | |
2244 | more threads. Specify the numbers of the threads that you want affected | |
2245 | with the command argument @var{threadno}. @var{threadno} is the internal | |
2246 | @value{GDBN} thread number, as shown in the first field of the @samp{info | |
5d161b24 DB |
2247 | threads} display. To apply a command to all threads, use |
2248 | @code{thread apply all} @var{args}. | |
c906108c SS |
2249 | @end table |
2250 | ||
2251 | @cindex automatic thread selection | |
2252 | @cindex switching threads automatically | |
2253 | @cindex threads, automatic switching | |
2254 | Whenever @value{GDBN} stops your program, due to a breakpoint or a | |
2255 | signal, it automatically selects the thread where that breakpoint or | |
2256 | signal happened. @value{GDBN} alerts you to the context switch with a | |
2257 | message of the form @samp{[Switching to @var{systag}]} to identify the | |
2258 | thread. | |
2259 | ||
2260 | @xref{Thread Stops,,Stopping and starting multi-thread programs}, for | |
2261 | more information about how @value{GDBN} behaves when you stop and start | |
2262 | programs with multiple threads. | |
2263 | ||
2264 | @xref{Set Watchpoints,,Setting watchpoints}, for information about | |
2265 | watchpoints in programs with multiple threads. | |
c906108c | 2266 | |
6d2ebf8b | 2267 | @node Processes |
c906108c SS |
2268 | @section Debugging programs with multiple processes |
2269 | ||
2270 | @cindex fork, debugging programs which call | |
2271 | @cindex multiple processes | |
2272 | @cindex processes, multiple | |
53a5351d JM |
2273 | On most systems, @value{GDBN} has no special support for debugging |
2274 | programs which create additional processes using the @code{fork} | |
2275 | function. When a program forks, @value{GDBN} will continue to debug the | |
2276 | parent process and the child process will run unimpeded. If you have | |
2277 | set a breakpoint in any code which the child then executes, the child | |
2278 | will get a @code{SIGTRAP} signal which (unless it catches the signal) | |
2279 | will cause it to terminate. | |
c906108c SS |
2280 | |
2281 | However, if you want to debug the child process there is a workaround | |
2282 | which isn't too painful. Put a call to @code{sleep} in the code which | |
2283 | the child process executes after the fork. It may be useful to sleep | |
2284 | only if a certain environment variable is set, or a certain file exists, | |
2285 | so that the delay need not occur when you don't want to run @value{GDBN} | |
2286 | on the child. While the child is sleeping, use the @code{ps} program to | |
2287 | get its process ID. Then tell @value{GDBN} (a new invocation of | |
2288 | @value{GDBN} if you are also debugging the parent process) to attach to | |
d4f3574e | 2289 | the child process (@pxref{Attach}). From that point on you can debug |
c906108c | 2290 | the child process just like any other process which you attached to. |
c906108c | 2291 | |
b51970ac DJ |
2292 | On some systems, @value{GDBN} provides support for debugging programs that |
2293 | create additional processes using the @code{fork} or @code{vfork} functions. | |
2294 | Currently, the only platforms with this feature are HP-UX (11.x and later | |
2295 | only?) and GNU/Linux (kernel version 2.5.60 and later). | |
c906108c SS |
2296 | |
2297 | By default, when a program forks, @value{GDBN} will continue to debug | |
2298 | the parent process and the child process will run unimpeded. | |
2299 | ||
2300 | If you want to follow the child process instead of the parent process, | |
2301 | use the command @w{@code{set follow-fork-mode}}. | |
2302 | ||
2303 | @table @code | |
2304 | @kindex set follow-fork-mode | |
2305 | @item set follow-fork-mode @var{mode} | |
2306 | Set the debugger response to a program call of @code{fork} or | |
2307 | @code{vfork}. A call to @code{fork} or @code{vfork} creates a new | |
2308 | process. The @var{mode} can be: | |
2309 | ||
2310 | @table @code | |
2311 | @item parent | |
2312 | The original process is debugged after a fork. The child process runs | |
2df3850c | 2313 | unimpeded. This is the default. |
c906108c SS |
2314 | |
2315 | @item child | |
2316 | The new process is debugged after a fork. The parent process runs | |
2317 | unimpeded. | |
2318 | ||
c906108c SS |
2319 | @end table |
2320 | ||
2321 | @item show follow-fork-mode | |
2df3850c | 2322 | Display the current debugger response to a @code{fork} or @code{vfork} call. |
c906108c SS |
2323 | @end table |
2324 | ||
2325 | If you ask to debug a child process and a @code{vfork} is followed by an | |
2326 | @code{exec}, @value{GDBN} executes the new target up to the first | |
2327 | breakpoint in the new target. If you have a breakpoint set on | |
2328 | @code{main} in your original program, the breakpoint will also be set on | |
2329 | the child process's @code{main}. | |
2330 | ||
2331 | When a child process is spawned by @code{vfork}, you cannot debug the | |
2332 | child or parent until an @code{exec} call completes. | |
2333 | ||
2334 | If you issue a @code{run} command to @value{GDBN} after an @code{exec} | |
2335 | call executes, the new target restarts. To restart the parent process, | |
2336 | use the @code{file} command with the parent executable name as its | |
2337 | argument. | |
2338 | ||
2339 | You can use the @code{catch} command to make @value{GDBN} stop whenever | |
2340 | a @code{fork}, @code{vfork}, or @code{exec} call is made. @xref{Set | |
2341 | Catchpoints, ,Setting catchpoints}. | |
c906108c | 2342 | |
6d2ebf8b | 2343 | @node Stopping |
c906108c SS |
2344 | @chapter Stopping and Continuing |
2345 | ||
2346 | The principal purposes of using a debugger are so that you can stop your | |
2347 | program before it terminates; or so that, if your program runs into | |
2348 | trouble, you can investigate and find out why. | |
2349 | ||
7a292a7a SS |
2350 | Inside @value{GDBN}, your program may stop for any of several reasons, |
2351 | such as a signal, a breakpoint, or reaching a new line after a | |
2352 | @value{GDBN} command such as @code{step}. You may then examine and | |
2353 | change variables, set new breakpoints or remove old ones, and then | |
2354 | continue execution. Usually, the messages shown by @value{GDBN} provide | |
2355 | ample explanation of the status of your program---but you can also | |
2356 | explicitly request this information at any time. | |
c906108c SS |
2357 | |
2358 | @table @code | |
2359 | @kindex info program | |
2360 | @item info program | |
2361 | Display information about the status of your program: whether it is | |
7a292a7a | 2362 | running or not, what process it is, and why it stopped. |
c906108c SS |
2363 | @end table |
2364 | ||
2365 | @menu | |
2366 | * Breakpoints:: Breakpoints, watchpoints, and catchpoints | |
2367 | * Continuing and Stepping:: Resuming execution | |
c906108c | 2368 | * Signals:: Signals |
c906108c | 2369 | * Thread Stops:: Stopping and starting multi-thread programs |
c906108c SS |
2370 | @end menu |
2371 | ||
6d2ebf8b | 2372 | @node Breakpoints |
c906108c SS |
2373 | @section Breakpoints, watchpoints, and catchpoints |
2374 | ||
2375 | @cindex breakpoints | |
2376 | A @dfn{breakpoint} makes your program stop whenever a certain point in | |
2377 | the program is reached. For each breakpoint, you can add conditions to | |
2378 | control in finer detail whether your program stops. You can set | |
2379 | breakpoints with the @code{break} command and its variants (@pxref{Set | |
2380 | Breaks, ,Setting breakpoints}), to specify the place where your program | |
2381 | should stop by line number, function name or exact address in the | |
2382 | program. | |
2383 | ||
2384 | In HP-UX, SunOS 4.x, SVR4, and Alpha OSF/1 configurations, you can set | |
2385 | breakpoints in shared libraries before the executable is run. There is | |
2386 | a minor limitation on HP-UX systems: you must wait until the executable | |
2387 | is run in order to set breakpoints in shared library routines that are | |
2388 | not called directly by the program (for example, routines that are | |
2389 | arguments in a @code{pthread_create} call). | |
2390 | ||
2391 | @cindex watchpoints | |
2392 | @cindex memory tracing | |
2393 | @cindex breakpoint on memory address | |
2394 | @cindex breakpoint on variable modification | |
2395 | A @dfn{watchpoint} is a special breakpoint that stops your program | |
2396 | when the value of an expression changes. You must use a different | |
2397 | command to set watchpoints (@pxref{Set Watchpoints, ,Setting | |
2398 | watchpoints}), but aside from that, you can manage a watchpoint like | |
2399 | any other breakpoint: you enable, disable, and delete both breakpoints | |
2400 | and watchpoints using the same commands. | |
2401 | ||
2402 | You can arrange to have values from your program displayed automatically | |
2403 | whenever @value{GDBN} stops at a breakpoint. @xref{Auto Display,, | |
2404 | Automatic display}. | |
2405 | ||
2406 | @cindex catchpoints | |
2407 | @cindex breakpoint on events | |
2408 | A @dfn{catchpoint} is another special breakpoint that stops your program | |
b37052ae | 2409 | when a certain kind of event occurs, such as the throwing of a C@t{++} |
c906108c SS |
2410 | exception or the loading of a library. As with watchpoints, you use a |
2411 | different command to set a catchpoint (@pxref{Set Catchpoints, ,Setting | |
2412 | catchpoints}), but aside from that, you can manage a catchpoint like any | |
2413 | other breakpoint. (To stop when your program receives a signal, use the | |
d4f3574e | 2414 | @code{handle} command; see @ref{Signals, ,Signals}.) |
c906108c SS |
2415 | |
2416 | @cindex breakpoint numbers | |
2417 | @cindex numbers for breakpoints | |
2418 | @value{GDBN} assigns a number to each breakpoint, watchpoint, or | |
2419 | catchpoint when you create it; these numbers are successive integers | |
2420 | starting with one. In many of the commands for controlling various | |
2421 | features of breakpoints you use the breakpoint number to say which | |
2422 | breakpoint you want to change. Each breakpoint may be @dfn{enabled} or | |
2423 | @dfn{disabled}; if disabled, it has no effect on your program until you | |
2424 | enable it again. | |
2425 | ||
c5394b80 JM |
2426 | @cindex breakpoint ranges |
2427 | @cindex ranges of breakpoints | |
2428 | Some @value{GDBN} commands accept a range of breakpoints on which to | |
2429 | operate. A breakpoint range is either a single breakpoint number, like | |
2430 | @samp{5}, or two such numbers, in increasing order, separated by a | |
2431 | hyphen, like @samp{5-7}. When a breakpoint range is given to a command, | |
2432 | all breakpoint in that range are operated on. | |
2433 | ||
c906108c SS |
2434 | @menu |
2435 | * Set Breaks:: Setting breakpoints | |
2436 | * Set Watchpoints:: Setting watchpoints | |
2437 | * Set Catchpoints:: Setting catchpoints | |
2438 | * Delete Breaks:: Deleting breakpoints | |
2439 | * Disabling:: Disabling breakpoints | |
2440 | * Conditions:: Break conditions | |
2441 | * Break Commands:: Breakpoint command lists | |
c906108c | 2442 | * Breakpoint Menus:: Breakpoint menus |
d4f3574e | 2443 | * Error in Breakpoints:: ``Cannot insert breakpoints'' |
e4d5f7e1 | 2444 | * Breakpoint related warnings:: ``Breakpoint address adjusted...'' |
c906108c SS |
2445 | @end menu |
2446 | ||
6d2ebf8b | 2447 | @node Set Breaks |
c906108c SS |
2448 | @subsection Setting breakpoints |
2449 | ||
5d161b24 | 2450 | @c FIXME LMB what does GDB do if no code on line of breakpt? |
c906108c SS |
2451 | @c consider in particular declaration with/without initialization. |
2452 | @c | |
2453 | @c FIXME 2 is there stuff on this already? break at fun start, already init? | |
2454 | ||
2455 | @kindex break | |
41afff9a EZ |
2456 | @kindex b @r{(@code{break})} |
2457 | @vindex $bpnum@r{, convenience variable} | |
c906108c SS |
2458 | @cindex latest breakpoint |
2459 | Breakpoints are set with the @code{break} command (abbreviated | |
5d161b24 | 2460 | @code{b}). The debugger convenience variable @samp{$bpnum} records the |
f3b28801 | 2461 | number of the breakpoint you've set most recently; see @ref{Convenience |
c906108c SS |
2462 | Vars,, Convenience variables}, for a discussion of what you can do with |
2463 | convenience variables. | |
2464 | ||
2465 | You have several ways to say where the breakpoint should go. | |
2466 | ||
2467 | @table @code | |
2468 | @item break @var{function} | |
5d161b24 | 2469 | Set a breakpoint at entry to function @var{function}. |
c906108c | 2470 | When using source languages that permit overloading of symbols, such as |
b37052ae | 2471 | C@t{++}, @var{function} may refer to more than one possible place to break. |
c906108c | 2472 | @xref{Breakpoint Menus,,Breakpoint menus}, for a discussion of that situation. |
c906108c SS |
2473 | |
2474 | @item break +@var{offset} | |
2475 | @itemx break -@var{offset} | |
2476 | Set a breakpoint some number of lines forward or back from the position | |
d4f3574e | 2477 | at which execution stopped in the currently selected @dfn{stack frame}. |
2df3850c | 2478 | (@xref{Frames, ,Frames}, for a description of stack frames.) |
c906108c SS |
2479 | |
2480 | @item break @var{linenum} | |
2481 | Set a breakpoint at line @var{linenum} in the current source file. | |
d4f3574e SS |
2482 | The current source file is the last file whose source text was printed. |
2483 | The breakpoint will stop your program just before it executes any of the | |
c906108c SS |
2484 | code on that line. |
2485 | ||
2486 | @item break @var{filename}:@var{linenum} | |
2487 | Set a breakpoint at line @var{linenum} in source file @var{filename}. | |
2488 | ||
2489 | @item break @var{filename}:@var{function} | |
2490 | Set a breakpoint at entry to function @var{function} found in file | |
2491 | @var{filename}. Specifying a file name as well as a function name is | |
2492 | superfluous except when multiple files contain similarly named | |
2493 | functions. | |
2494 | ||
2495 | @item break *@var{address} | |
2496 | Set a breakpoint at address @var{address}. You can use this to set | |
2497 | breakpoints in parts of your program which do not have debugging | |
2498 | information or source files. | |
2499 | ||
2500 | @item break | |
2501 | When called without any arguments, @code{break} sets a breakpoint at | |
2502 | the next instruction to be executed in the selected stack frame | |
2503 | (@pxref{Stack, ,Examining the Stack}). In any selected frame but the | |
2504 | innermost, this makes your program stop as soon as control | |
2505 | returns to that frame. This is similar to the effect of a | |
2506 | @code{finish} command in the frame inside the selected frame---except | |
2507 | that @code{finish} does not leave an active breakpoint. If you use | |
2508 | @code{break} without an argument in the innermost frame, @value{GDBN} stops | |
2509 | the next time it reaches the current location; this may be useful | |
2510 | inside loops. | |
2511 | ||
2512 | @value{GDBN} normally ignores breakpoints when it resumes execution, until at | |
2513 | least one instruction has been executed. If it did not do this, you | |
2514 | would be unable to proceed past a breakpoint without first disabling the | |
2515 | breakpoint. This rule applies whether or not the breakpoint already | |
2516 | existed when your program stopped. | |
2517 | ||
2518 | @item break @dots{} if @var{cond} | |
2519 | Set a breakpoint with condition @var{cond}; evaluate the expression | |
2520 | @var{cond} each time the breakpoint is reached, and stop only if the | |
2521 | value is nonzero---that is, if @var{cond} evaluates as true. | |
2522 | @samp{@dots{}} stands for one of the possible arguments described | |
2523 | above (or no argument) specifying where to break. @xref{Conditions, | |
2524 | ,Break conditions}, for more information on breakpoint conditions. | |
2525 | ||
2526 | @kindex tbreak | |
2527 | @item tbreak @var{args} | |
2528 | Set a breakpoint enabled only for one stop. @var{args} are the | |
2529 | same as for the @code{break} command, and the breakpoint is set in the same | |
2530 | way, but the breakpoint is automatically deleted after the first time your | |
2531 | program stops there. @xref{Disabling, ,Disabling breakpoints}. | |
2532 | ||
c906108c SS |
2533 | @kindex hbreak |
2534 | @item hbreak @var{args} | |
d4f3574e SS |
2535 | Set a hardware-assisted breakpoint. @var{args} are the same as for the |
2536 | @code{break} command and the breakpoint is set in the same way, but the | |
c906108c SS |
2537 | breakpoint requires hardware support and some target hardware may not |
2538 | have this support. The main purpose of this is EPROM/ROM code | |
d4f3574e SS |
2539 | debugging, so you can set a breakpoint at an instruction without |
2540 | changing the instruction. This can be used with the new trap-generation | |
2541 | provided by SPARClite DSU and some x86-based targets. These targets | |
2542 | will generate traps when a program accesses some data or instruction | |
2543 | address that is assigned to the debug registers. However the hardware | |
2544 | breakpoint registers can take a limited number of breakpoints. For | |
2545 | example, on the DSU, only two data breakpoints can be set at a time, and | |
2546 | @value{GDBN} will reject this command if more than two are used. Delete | |
2547 | or disable unused hardware breakpoints before setting new ones | |
2548 | (@pxref{Disabling, ,Disabling}). @xref{Conditions, ,Break conditions}. | |
501eef12 AC |
2549 | @xref{set remote hardware-breakpoint-limit}. |
2550 | ||
c906108c SS |
2551 | |
2552 | @kindex thbreak | |
2553 | @item thbreak @var{args} | |
2554 | Set a hardware-assisted breakpoint enabled only for one stop. @var{args} | |
2555 | are the same as for the @code{hbreak} command and the breakpoint is set in | |
5d161b24 | 2556 | the same way. However, like the @code{tbreak} command, |
c906108c SS |
2557 | the breakpoint is automatically deleted after the |
2558 | first time your program stops there. Also, like the @code{hbreak} | |
5d161b24 DB |
2559 | command, the breakpoint requires hardware support and some target hardware |
2560 | may not have this support. @xref{Disabling, ,Disabling breakpoints}. | |
d4f3574e | 2561 | See also @ref{Conditions, ,Break conditions}. |
c906108c SS |
2562 | |
2563 | @kindex rbreak | |
2564 | @cindex regular expression | |
2565 | @item rbreak @var{regex} | |
c906108c | 2566 | Set breakpoints on all functions matching the regular expression |
11cf8741 JM |
2567 | @var{regex}. This command sets an unconditional breakpoint on all |
2568 | matches, printing a list of all breakpoints it set. Once these | |
2569 | breakpoints are set, they are treated just like the breakpoints set with | |
2570 | the @code{break} command. You can delete them, disable them, or make | |
2571 | them conditional the same way as any other breakpoint. | |
2572 | ||
2573 | The syntax of the regular expression is the standard one used with tools | |
2574 | like @file{grep}. Note that this is different from the syntax used by | |
2575 | shells, so for instance @code{foo*} matches all functions that include | |
2576 | an @code{fo} followed by zero or more @code{o}s. There is an implicit | |
2577 | @code{.*} leading and trailing the regular expression you supply, so to | |
2578 | match only functions that begin with @code{foo}, use @code{^foo}. | |
c906108c | 2579 | |
b37052ae | 2580 | When debugging C@t{++} programs, @code{rbreak} is useful for setting |
c906108c SS |
2581 | breakpoints on overloaded functions that are not members of any special |
2582 | classes. | |
c906108c SS |
2583 | |
2584 | @kindex info breakpoints | |
2585 | @cindex @code{$_} and @code{info breakpoints} | |
2586 | @item info breakpoints @r{[}@var{n}@r{]} | |
2587 | @itemx info break @r{[}@var{n}@r{]} | |
2588 | @itemx info watchpoints @r{[}@var{n}@r{]} | |
2589 | Print a table of all breakpoints, watchpoints, and catchpoints set and | |
2590 | not deleted, with the following columns for each breakpoint: | |
2591 | ||
2592 | @table @emph | |
2593 | @item Breakpoint Numbers | |
2594 | @item Type | |
2595 | Breakpoint, watchpoint, or catchpoint. | |
2596 | @item Disposition | |
2597 | Whether the breakpoint is marked to be disabled or deleted when hit. | |
2598 | @item Enabled or Disabled | |
2599 | Enabled breakpoints are marked with @samp{y}. @samp{n} marks breakpoints | |
2600 | that are not enabled. | |
2601 | @item Address | |
2650777c JJ |
2602 | Where the breakpoint is in your program, as a memory address. If the |
2603 | breakpoint is pending (see below for details) on a future load of a shared library, the address | |
2604 | will be listed as @samp{<PENDING>}. | |
c906108c SS |
2605 | @item What |
2606 | Where the breakpoint is in the source for your program, as a file and | |
2650777c JJ |
2607 | line number. For a pending breakpoint, the original string passed to |
2608 | the breakpoint command will be listed as it cannot be resolved until | |
2609 | the appropriate shared library is loaded in the future. | |
c906108c SS |
2610 | @end table |
2611 | ||
2612 | @noindent | |
2613 | If a breakpoint is conditional, @code{info break} shows the condition on | |
2614 | the line following the affected breakpoint; breakpoint commands, if any, | |
2650777c JJ |
2615 | are listed after that. A pending breakpoint is allowed to have a condition |
2616 | specified for it. The condition is not parsed for validity until a shared | |
2617 | library is loaded that allows the pending breakpoint to resolve to a | |
2618 | valid location. | |
c906108c SS |
2619 | |
2620 | @noindent | |
2621 | @code{info break} with a breakpoint | |
2622 | number @var{n} as argument lists only that breakpoint. The | |
2623 | convenience variable @code{$_} and the default examining-address for | |
2624 | the @code{x} command are set to the address of the last breakpoint | |
5d161b24 | 2625 | listed (@pxref{Memory, ,Examining memory}). |
c906108c SS |
2626 | |
2627 | @noindent | |
2628 | @code{info break} displays a count of the number of times the breakpoint | |
2629 | has been hit. This is especially useful in conjunction with the | |
2630 | @code{ignore} command. You can ignore a large number of breakpoint | |
2631 | hits, look at the breakpoint info to see how many times the breakpoint | |
2632 | was hit, and then run again, ignoring one less than that number. This | |
2633 | will get you quickly to the last hit of that breakpoint. | |
2634 | @end table | |
2635 | ||
2636 | @value{GDBN} allows you to set any number of breakpoints at the same place in | |
2637 | your program. There is nothing silly or meaningless about this. When | |
2638 | the breakpoints are conditional, this is even useful | |
2639 | (@pxref{Conditions, ,Break conditions}). | |
2640 | ||
2650777c | 2641 | @cindex pending breakpoints |
dd79a6cf JJ |
2642 | If a specified breakpoint location cannot be found, it may be due to the fact |
2643 | that the location is in a shared library that is yet to be loaded. In such | |
2644 | a case, you may want @value{GDBN} to create a special breakpoint (known as | |
2645 | a @dfn{pending breakpoint}) that | |
2646 | attempts to resolve itself in the future when an appropriate shared library | |
2647 | gets loaded. | |
2648 | ||
2649 | Pending breakpoints are useful to set at the start of your | |
2650777c JJ |
2650 | @value{GDBN} session for locations that you know will be dynamically loaded |
2651 | later by the program being debugged. When shared libraries are loaded, | |
dd79a6cf JJ |
2652 | a check is made to see if the load resolves any pending breakpoint locations. |
2653 | If a pending breakpoint location gets resolved, | |
2654 | a regular breakpoint is created and the original pending breakpoint is removed. | |
2655 | ||
2656 | @value{GDBN} provides some additional commands for controlling pending | |
2657 | breakpoint support: | |
2658 | ||
2659 | @kindex set breakpoint pending | |
2660 | @kindex show breakpoint pending | |
2661 | @table @code | |
2662 | @item set breakpoint pending auto | |
2663 | This is the default behavior. When @value{GDBN} cannot find the breakpoint | |
2664 | location, it queries you whether a pending breakpoint should be created. | |
2665 | ||
2666 | @item set breakpoint pending on | |
2667 | This indicates that an unrecognized breakpoint location should automatically | |
2668 | result in a pending breakpoint being created. | |
2669 | ||
2670 | @item set breakpoint pending off | |
2671 | This indicates that pending breakpoints are not to be created. Any | |
2672 | unrecognized breakpoint location results in an error. This setting does | |
2673 | not affect any pending breakpoints previously created. | |
2674 | ||
2675 | @item show breakpoint pending | |
2676 | Show the current behavior setting for creating pending breakpoints. | |
2677 | @end table | |
2650777c | 2678 | |
649e03f6 RM |
2679 | @cindex operations allowed on pending breakpoints |
2680 | Normal breakpoint operations apply to pending breakpoints as well. You may | |
2681 | specify a condition for a pending breakpoint and/or commands to run when the | |
2650777c JJ |
2682 | breakpoint is reached. You can also enable or disable |
2683 | the pending breakpoint. When you specify a condition for a pending breakpoint, | |
2684 | the parsing of the condition will be deferred until the point where the | |
2685 | pending breakpoint location is resolved. Disabling a pending breakpoint | |
2686 | tells @value{GDBN} to not attempt to resolve the breakpoint on any subsequent | |
2687 | shared library load. When a pending breakpoint is re-enabled, | |
649e03f6 | 2688 | @value{GDBN} checks to see if the location is already resolved. |
2650777c JJ |
2689 | This is done because any number of shared library loads could have |
2690 | occurred since the time the breakpoint was disabled and one or more | |
2691 | of these loads could resolve the location. | |
2692 | ||
c906108c SS |
2693 | @cindex negative breakpoint numbers |
2694 | @cindex internal @value{GDBN} breakpoints | |
eb12ee30 AC |
2695 | @value{GDBN} itself sometimes sets breakpoints in your program for |
2696 | special purposes, such as proper handling of @code{longjmp} (in C | |
2697 | programs). These internal breakpoints are assigned negative numbers, | |
2698 | starting with @code{-1}; @samp{info breakpoints} does not display them. | |
c906108c | 2699 | You can see these breakpoints with the @value{GDBN} maintenance command |
eb12ee30 | 2700 | @samp{maint info breakpoints} (@pxref{maint info breakpoints}). |
c906108c SS |
2701 | |
2702 | ||
6d2ebf8b | 2703 | @node Set Watchpoints |
c906108c SS |
2704 | @subsection Setting watchpoints |
2705 | ||
2706 | @cindex setting watchpoints | |
2707 | @cindex software watchpoints | |
2708 | @cindex hardware watchpoints | |
2709 | You can use a watchpoint to stop execution whenever the value of an | |
2710 | expression changes, without having to predict a particular place where | |
2711 | this may happen. | |
2712 | ||
2713 | Depending on your system, watchpoints may be implemented in software or | |
2df3850c | 2714 | hardware. @value{GDBN} does software watchpointing by single-stepping your |
c906108c SS |
2715 | program and testing the variable's value each time, which is hundreds of |
2716 | times slower than normal execution. (But this may still be worth it, to | |
2717 | catch errors where you have no clue what part of your program is the | |
2718 | culprit.) | |
2719 | ||
1104b9e7 | 2720 | On some systems, such as HP-UX, @sc{gnu}/Linux and some other x86-based targets, |
2df3850c | 2721 | @value{GDBN} includes support for |
c906108c SS |
2722 | hardware watchpoints, which do not slow down the running of your |
2723 | program. | |
2724 | ||
2725 | @table @code | |
2726 | @kindex watch | |
2727 | @item watch @var{expr} | |
2728 | Set a watchpoint for an expression. @value{GDBN} will break when @var{expr} | |
2729 | is written into by the program and its value changes. | |
2730 | ||
2731 | @kindex rwatch | |
2732 | @item rwatch @var{expr} | |
2733 | Set a watchpoint that will break when watch @var{expr} is read by the program. | |
c906108c SS |
2734 | |
2735 | @kindex awatch | |
2736 | @item awatch @var{expr} | |
2df3850c | 2737 | Set a watchpoint that will break when @var{expr} is either read or written into |
7be570e7 | 2738 | by the program. |
c906108c SS |
2739 | |
2740 | @kindex info watchpoints | |
2741 | @item info watchpoints | |
2742 | This command prints a list of watchpoints, breakpoints, and catchpoints; | |
2743 | it is the same as @code{info break}. | |
2744 | @end table | |
2745 | ||
2746 | @value{GDBN} sets a @dfn{hardware watchpoint} if possible. Hardware | |
2747 | watchpoints execute very quickly, and the debugger reports a change in | |
2748 | value at the exact instruction where the change occurs. If @value{GDBN} | |
2749 | cannot set a hardware watchpoint, it sets a software watchpoint, which | |
2750 | executes more slowly and reports the change in value at the next | |
2751 | statement, not the instruction, after the change occurs. | |
2752 | ||
2753 | When you issue the @code{watch} command, @value{GDBN} reports | |
2754 | ||
474c8240 | 2755 | @smallexample |
c906108c | 2756 | Hardware watchpoint @var{num}: @var{expr} |
474c8240 | 2757 | @end smallexample |
c906108c SS |
2758 | |
2759 | @noindent | |
2760 | if it was able to set a hardware watchpoint. | |
2761 | ||
7be570e7 JM |
2762 | Currently, the @code{awatch} and @code{rwatch} commands can only set |
2763 | hardware watchpoints, because accesses to data that don't change the | |
2764 | value of the watched expression cannot be detected without examining | |
2765 | every instruction as it is being executed, and @value{GDBN} does not do | |
2766 | that currently. If @value{GDBN} finds that it is unable to set a | |
2767 | hardware breakpoint with the @code{awatch} or @code{rwatch} command, it | |
2768 | will print a message like this: | |
2769 | ||
2770 | @smallexample | |
2771 | Expression cannot be implemented with read/access watchpoint. | |
2772 | @end smallexample | |
2773 | ||
2774 | Sometimes, @value{GDBN} cannot set a hardware watchpoint because the | |
2775 | data type of the watched expression is wider than what a hardware | |
2776 | watchpoint on the target machine can handle. For example, some systems | |
2777 | can only watch regions that are up to 4 bytes wide; on such systems you | |
2778 | cannot set hardware watchpoints for an expression that yields a | |
2779 | double-precision floating-point number (which is typically 8 bytes | |
2780 | wide). As a work-around, it might be possible to break the large region | |
2781 | into a series of smaller ones and watch them with separate watchpoints. | |
2782 | ||
2783 | If you set too many hardware watchpoints, @value{GDBN} might be unable | |
2784 | to insert all of them when you resume the execution of your program. | |
2785 | Since the precise number of active watchpoints is unknown until such | |
2786 | time as the program is about to be resumed, @value{GDBN} might not be | |
2787 | able to warn you about this when you set the watchpoints, and the | |
2788 | warning will be printed only when the program is resumed: | |
2789 | ||
2790 | @smallexample | |
2791 | Hardware watchpoint @var{num}: Could not insert watchpoint | |
2792 | @end smallexample | |
2793 | ||
2794 | @noindent | |
2795 | If this happens, delete or disable some of the watchpoints. | |
2796 | ||
2797 | The SPARClite DSU will generate traps when a program accesses some data | |
2798 | or instruction address that is assigned to the debug registers. For the | |
2799 | data addresses, DSU facilitates the @code{watch} command. However the | |
2800 | hardware breakpoint registers can only take two data watchpoints, and | |
2801 | both watchpoints must be the same kind. For example, you can set two | |
2802 | watchpoints with @code{watch} commands, two with @code{rwatch} commands, | |
2803 | @strong{or} two with @code{awatch} commands, but you cannot set one | |
2804 | watchpoint with one command and the other with a different command. | |
c906108c SS |
2805 | @value{GDBN} will reject the command if you try to mix watchpoints. |
2806 | Delete or disable unused watchpoint commands before setting new ones. | |
2807 | ||
2808 | If you call a function interactively using @code{print} or @code{call}, | |
2df3850c | 2809 | any watchpoints you have set will be inactive until @value{GDBN} reaches another |
c906108c SS |
2810 | kind of breakpoint or the call completes. |
2811 | ||
7be570e7 JM |
2812 | @value{GDBN} automatically deletes watchpoints that watch local |
2813 | (automatic) variables, or expressions that involve such variables, when | |
2814 | they go out of scope, that is, when the execution leaves the block in | |
2815 | which these variables were defined. In particular, when the program | |
2816 | being debugged terminates, @emph{all} local variables go out of scope, | |
2817 | and so only watchpoints that watch global variables remain set. If you | |
2818 | rerun the program, you will need to set all such watchpoints again. One | |
2819 | way of doing that would be to set a code breakpoint at the entry to the | |
2820 | @code{main} function and when it breaks, set all the watchpoints. | |
2821 | ||
c906108c SS |
2822 | @quotation |
2823 | @cindex watchpoints and threads | |
2824 | @cindex threads and watchpoints | |
c906108c SS |
2825 | @emph{Warning:} In multi-thread programs, watchpoints have only limited |
2826 | usefulness. With the current watchpoint implementation, @value{GDBN} | |
2827 | can only watch the value of an expression @emph{in a single thread}. If | |
2828 | you are confident that the expression can only change due to the current | |
2829 | thread's activity (and if you are also confident that no other thread | |
2830 | can become current), then you can use watchpoints as usual. However, | |
2831 | @value{GDBN} may not notice when a non-current thread's activity changes | |
2832 | the expression. | |
53a5351d | 2833 | |
d4f3574e | 2834 | @c FIXME: this is almost identical to the previous paragraph. |
53a5351d JM |
2835 | @emph{HP-UX Warning:} In multi-thread programs, software watchpoints |
2836 | have only limited usefulness. If @value{GDBN} creates a software | |
2837 | watchpoint, it can only watch the value of an expression @emph{in a | |
2838 | single thread}. If you are confident that the expression can only | |
2839 | change due to the current thread's activity (and if you are also | |
2840 | confident that no other thread can become current), then you can use | |
2841 | software watchpoints as usual. However, @value{GDBN} may not notice | |
2842 | when a non-current thread's activity changes the expression. (Hardware | |
2843 | watchpoints, in contrast, watch an expression in all threads.) | |
c906108c | 2844 | @end quotation |
c906108c | 2845 | |
501eef12 AC |
2846 | @xref{set remote hardware-watchpoint-limit}. |
2847 | ||
6d2ebf8b | 2848 | @node Set Catchpoints |
c906108c | 2849 | @subsection Setting catchpoints |
d4f3574e | 2850 | @cindex catchpoints, setting |
c906108c SS |
2851 | @cindex exception handlers |
2852 | @cindex event handling | |
2853 | ||
2854 | You can use @dfn{catchpoints} to cause the debugger to stop for certain | |
b37052ae | 2855 | kinds of program events, such as C@t{++} exceptions or the loading of a |
c906108c SS |
2856 | shared library. Use the @code{catch} command to set a catchpoint. |
2857 | ||
2858 | @table @code | |
2859 | @kindex catch | |
2860 | @item catch @var{event} | |
2861 | Stop when @var{event} occurs. @var{event} can be any of the following: | |
2862 | @table @code | |
2863 | @item throw | |
2864 | @kindex catch throw | |
b37052ae | 2865 | The throwing of a C@t{++} exception. |
c906108c SS |
2866 | |
2867 | @item catch | |
2868 | @kindex catch catch | |
b37052ae | 2869 | The catching of a C@t{++} exception. |
c906108c SS |
2870 | |
2871 | @item exec | |
2872 | @kindex catch exec | |
2873 | A call to @code{exec}. This is currently only available for HP-UX. | |
2874 | ||
2875 | @item fork | |
2876 | @kindex catch fork | |
2877 | A call to @code{fork}. This is currently only available for HP-UX. | |
2878 | ||
2879 | @item vfork | |
2880 | @kindex catch vfork | |
2881 | A call to @code{vfork}. This is currently only available for HP-UX. | |
2882 | ||
2883 | @item load | |
2884 | @itemx load @var{libname} | |
2885 | @kindex catch load | |
2886 | The dynamic loading of any shared library, or the loading of the library | |
2887 | @var{libname}. This is currently only available for HP-UX. | |
2888 | ||
2889 | @item unload | |
2890 | @itemx unload @var{libname} | |
2891 | @kindex catch unload | |
2892 | The unloading of any dynamically loaded shared library, or the unloading | |
2893 | of the library @var{libname}. This is currently only available for HP-UX. | |
2894 | @end table | |
2895 | ||
2896 | @item tcatch @var{event} | |
2897 | Set a catchpoint that is enabled only for one stop. The catchpoint is | |
2898 | automatically deleted after the first time the event is caught. | |
2899 | ||
2900 | @end table | |
2901 | ||
2902 | Use the @code{info break} command to list the current catchpoints. | |
2903 | ||
b37052ae | 2904 | There are currently some limitations to C@t{++} exception handling |
c906108c SS |
2905 | (@code{catch throw} and @code{catch catch}) in @value{GDBN}: |
2906 | ||
2907 | @itemize @bullet | |
2908 | @item | |
2909 | If you call a function interactively, @value{GDBN} normally returns | |
2910 | control to you when the function has finished executing. If the call | |
2911 | raises an exception, however, the call may bypass the mechanism that | |
2912 | returns control to you and cause your program either to abort or to | |
2913 | simply continue running until it hits a breakpoint, catches a signal | |
2914 | that @value{GDBN} is listening for, or exits. This is the case even if | |
2915 | you set a catchpoint for the exception; catchpoints on exceptions are | |
2916 | disabled within interactive calls. | |
2917 | ||
2918 | @item | |
2919 | You cannot raise an exception interactively. | |
2920 | ||
2921 | @item | |
2922 | You cannot install an exception handler interactively. | |
2923 | @end itemize | |
2924 | ||
2925 | @cindex raise exceptions | |
2926 | Sometimes @code{catch} is not the best way to debug exception handling: | |
2927 | if you need to know exactly where an exception is raised, it is better to | |
2928 | stop @emph{before} the exception handler is called, since that way you | |
2929 | can see the stack before any unwinding takes place. If you set a | |
2930 | breakpoint in an exception handler instead, it may not be easy to find | |
2931 | out where the exception was raised. | |
2932 | ||
2933 | To stop just before an exception handler is called, you need some | |
b37052ae | 2934 | knowledge of the implementation. In the case of @sc{gnu} C@t{++}, exceptions are |
c906108c SS |
2935 | raised by calling a library function named @code{__raise_exception} |
2936 | which has the following ANSI C interface: | |
2937 | ||
474c8240 | 2938 | @smallexample |
c906108c | 2939 | /* @var{addr} is where the exception identifier is stored. |
d4f3574e SS |
2940 | @var{id} is the exception identifier. */ |
2941 | void __raise_exception (void **addr, void *id); | |
474c8240 | 2942 | @end smallexample |
c906108c SS |
2943 | |
2944 | @noindent | |
2945 | To make the debugger catch all exceptions before any stack | |
2946 | unwinding takes place, set a breakpoint on @code{__raise_exception} | |
2947 | (@pxref{Breakpoints, ,Breakpoints; watchpoints; and exceptions}). | |
2948 | ||
2949 | With a conditional breakpoint (@pxref{Conditions, ,Break conditions}) | |
2950 | that depends on the value of @var{id}, you can stop your program when | |
2951 | a specific exception is raised. You can use multiple conditional | |
2952 | breakpoints to stop your program when any of a number of exceptions are | |
2953 | raised. | |
2954 | ||
2955 | ||
6d2ebf8b | 2956 | @node Delete Breaks |
c906108c SS |
2957 | @subsection Deleting breakpoints |
2958 | ||
2959 | @cindex clearing breakpoints, watchpoints, catchpoints | |
2960 | @cindex deleting breakpoints, watchpoints, catchpoints | |
2961 | It is often necessary to eliminate a breakpoint, watchpoint, or | |
2962 | catchpoint once it has done its job and you no longer want your program | |
2963 | to stop there. This is called @dfn{deleting} the breakpoint. A | |
2964 | breakpoint that has been deleted no longer exists; it is forgotten. | |
2965 | ||
2966 | With the @code{clear} command you can delete breakpoints according to | |
2967 | where they are in your program. With the @code{delete} command you can | |
2968 | delete individual breakpoints, watchpoints, or catchpoints by specifying | |
2969 | their breakpoint numbers. | |
2970 | ||
2971 | It is not necessary to delete a breakpoint to proceed past it. @value{GDBN} | |
2972 | automatically ignores breakpoints on the first instruction to be executed | |
2973 | when you continue execution without changing the execution address. | |
2974 | ||
2975 | @table @code | |
2976 | @kindex clear | |
2977 | @item clear | |
2978 | Delete any breakpoints at the next instruction to be executed in the | |
2979 | selected stack frame (@pxref{Selection, ,Selecting a frame}). When | |
2980 | the innermost frame is selected, this is a good way to delete a | |
2981 | breakpoint where your program just stopped. | |
2982 | ||
2983 | @item clear @var{function} | |
2984 | @itemx clear @var{filename}:@var{function} | |
2985 | Delete any breakpoints set at entry to the function @var{function}. | |
2986 | ||
2987 | @item clear @var{linenum} | |
2988 | @itemx clear @var{filename}:@var{linenum} | |
2989 | Delete any breakpoints set at or within the code of the specified line. | |
2990 | ||
2991 | @cindex delete breakpoints | |
2992 | @kindex delete | |
41afff9a | 2993 | @kindex d @r{(@code{delete})} |
c5394b80 JM |
2994 | @item delete @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]} |
2995 | Delete the breakpoints, watchpoints, or catchpoints of the breakpoint | |
2996 | ranges specified as arguments. If no argument is specified, delete all | |
c906108c SS |
2997 | breakpoints (@value{GDBN} asks confirmation, unless you have @code{set |
2998 | confirm off}). You can abbreviate this command as @code{d}. | |
2999 | @end table | |
3000 | ||
6d2ebf8b | 3001 | @node Disabling |
c906108c SS |
3002 | @subsection Disabling breakpoints |
3003 | ||
3004 | @kindex disable breakpoints | |
3005 | @kindex enable breakpoints | |
3006 | Rather than deleting a breakpoint, watchpoint, or catchpoint, you might | |
3007 | prefer to @dfn{disable} it. This makes the breakpoint inoperative as if | |
3008 | it had been deleted, but remembers the information on the breakpoint so | |
3009 | that you can @dfn{enable} it again later. | |
3010 | ||
3011 | You disable and enable breakpoints, watchpoints, and catchpoints with | |
3012 | the @code{enable} and @code{disable} commands, optionally specifying one | |
3013 | or more breakpoint numbers as arguments. Use @code{info break} or | |
3014 | @code{info watch} to print a list of breakpoints, watchpoints, and | |
3015 | catchpoints if you do not know which numbers to use. | |
3016 | ||
3017 | A breakpoint, watchpoint, or catchpoint can have any of four different | |
3018 | states of enablement: | |
3019 | ||
3020 | @itemize @bullet | |
3021 | @item | |
3022 | Enabled. The breakpoint stops your program. A breakpoint set | |
3023 | with the @code{break} command starts out in this state. | |
3024 | @item | |
3025 | Disabled. The breakpoint has no effect on your program. | |
3026 | @item | |
3027 | Enabled once. The breakpoint stops your program, but then becomes | |
d4f3574e | 3028 | disabled. |
c906108c SS |
3029 | @item |
3030 | Enabled for deletion. The breakpoint stops your program, but | |
d4f3574e SS |
3031 | immediately after it does so it is deleted permanently. A breakpoint |
3032 | set with the @code{tbreak} command starts out in this state. | |
c906108c SS |
3033 | @end itemize |
3034 | ||
3035 | You can use the following commands to enable or disable breakpoints, | |
3036 | watchpoints, and catchpoints: | |
3037 | ||
3038 | @table @code | |
3039 | @kindex disable breakpoints | |
3040 | @kindex disable | |
41afff9a | 3041 | @kindex dis @r{(@code{disable})} |
c5394b80 | 3042 | @item disable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]} |
c906108c SS |
3043 | Disable the specified breakpoints---or all breakpoints, if none are |
3044 | listed. A disabled breakpoint has no effect but is not forgotten. All | |
3045 | options such as ignore-counts, conditions and commands are remembered in | |
3046 | case the breakpoint is enabled again later. You may abbreviate | |
3047 | @code{disable} as @code{dis}. | |
3048 | ||
3049 | @kindex enable breakpoints | |
3050 | @kindex enable | |
c5394b80 | 3051 | @item enable @r{[}breakpoints@r{]} @r{[}@var{range}@dots{}@r{]} |
c906108c SS |
3052 | Enable the specified breakpoints (or all defined breakpoints). They |
3053 | become effective once again in stopping your program. | |
3054 | ||
c5394b80 | 3055 | @item enable @r{[}breakpoints@r{]} once @var{range}@dots{} |
c906108c SS |
3056 | Enable the specified breakpoints temporarily. @value{GDBN} disables any |
3057 | of these breakpoints immediately after stopping your program. | |
3058 | ||
c5394b80 | 3059 | @item enable @r{[}breakpoints@r{]} delete @var{range}@dots{} |
c906108c SS |
3060 | Enable the specified breakpoints to work once, then die. @value{GDBN} |
3061 | deletes any of these breakpoints as soon as your program stops there. | |
3062 | @end table | |
3063 | ||
d4f3574e SS |
3064 | @c FIXME: I think the following ``Except for [...] @code{tbreak}'' is |
3065 | @c confusing: tbreak is also initially enabled. | |
c906108c SS |
3066 | Except for a breakpoint set with @code{tbreak} (@pxref{Set Breaks, |
3067 | ,Setting breakpoints}), breakpoints that you set are initially enabled; | |
3068 | subsequently, they become disabled or enabled only when you use one of | |
3069 | the commands above. (The command @code{until} can set and delete a | |
3070 | breakpoint of its own, but it does not change the state of your other | |
3071 | breakpoints; see @ref{Continuing and Stepping, ,Continuing and | |
3072 | stepping}.) | |
3073 | ||
6d2ebf8b | 3074 | @node Conditions |
c906108c SS |
3075 | @subsection Break conditions |
3076 | @cindex conditional breakpoints | |
3077 | @cindex breakpoint conditions | |
3078 | ||
3079 | @c FIXME what is scope of break condition expr? Context where wanted? | |
5d161b24 | 3080 | @c in particular for a watchpoint? |
c906108c SS |
3081 | The simplest sort of breakpoint breaks every time your program reaches a |
3082 | specified place. You can also specify a @dfn{condition} for a | |
3083 | breakpoint. A condition is just a Boolean expression in your | |
3084 | programming language (@pxref{Expressions, ,Expressions}). A breakpoint with | |
3085 | a condition evaluates the expression each time your program reaches it, | |
3086 | and your program stops only if the condition is @emph{true}. | |
3087 | ||
3088 | This is the converse of using assertions for program validation; in that | |
3089 | situation, you want to stop when the assertion is violated---that is, | |
3090 | when the condition is false. In C, if you want to test an assertion expressed | |
3091 | by the condition @var{assert}, you should set the condition | |
3092 | @samp{! @var{assert}} on the appropriate breakpoint. | |
3093 | ||
3094 | Conditions are also accepted for watchpoints; you may not need them, | |
3095 | since a watchpoint is inspecting the value of an expression anyhow---but | |
3096 | it might be simpler, say, to just set a watchpoint on a variable name, | |
3097 | and specify a condition that tests whether the new value is an interesting | |
3098 | one. | |
3099 | ||
3100 | Break conditions can have side effects, and may even call functions in | |
3101 | your program. This can be useful, for example, to activate functions | |
3102 | that log program progress, or to use your own print functions to | |
3103 | format special data structures. The effects are completely predictable | |
3104 | unless there is another enabled breakpoint at the same address. (In | |
3105 | that case, @value{GDBN} might see the other breakpoint first and stop your | |
3106 | program without checking the condition of this one.) Note that | |
d4f3574e SS |
3107 | breakpoint commands are usually more convenient and flexible than break |
3108 | conditions for the | |
c906108c SS |
3109 | purpose of performing side effects when a breakpoint is reached |
3110 | (@pxref{Break Commands, ,Breakpoint command lists}). | |
3111 | ||
3112 | Break conditions can be specified when a breakpoint is set, by using | |
3113 | @samp{if} in the arguments to the @code{break} command. @xref{Set | |
3114 | Breaks, ,Setting breakpoints}. They can also be changed at any time | |
3115 | with the @code{condition} command. | |
53a5351d | 3116 | |
c906108c SS |
3117 | You can also use the @code{if} keyword with the @code{watch} command. |
3118 | The @code{catch} command does not recognize the @code{if} keyword; | |
3119 | @code{condition} is the only way to impose a further condition on a | |
3120 | catchpoint. | |
c906108c SS |
3121 | |
3122 | @table @code | |
3123 | @kindex condition | |
3124 | @item condition @var{bnum} @var{expression} | |
3125 | Specify @var{expression} as the break condition for breakpoint, | |
3126 | watchpoint, or catchpoint number @var{bnum}. After you set a condition, | |
3127 | breakpoint @var{bnum} stops your program only if the value of | |
3128 | @var{expression} is true (nonzero, in C). When you use | |
3129 | @code{condition}, @value{GDBN} checks @var{expression} immediately for | |
3130 | syntactic correctness, and to determine whether symbols in it have | |
d4f3574e SS |
3131 | referents in the context of your breakpoint. If @var{expression} uses |
3132 | symbols not referenced in the context of the breakpoint, @value{GDBN} | |
3133 | prints an error message: | |
3134 | ||
474c8240 | 3135 | @smallexample |
d4f3574e | 3136 | No symbol "foo" in current context. |
474c8240 | 3137 | @end smallexample |
d4f3574e SS |
3138 | |
3139 | @noindent | |
c906108c SS |
3140 | @value{GDBN} does |
3141 | not actually evaluate @var{expression} at the time the @code{condition} | |
d4f3574e SS |
3142 | command (or a command that sets a breakpoint with a condition, like |
3143 | @code{break if @dots{}}) is given, however. @xref{Expressions, ,Expressions}. | |
c906108c SS |
3144 | |
3145 | @item condition @var{bnum} | |
3146 | Remove the condition from breakpoint number @var{bnum}. It becomes | |
3147 | an ordinary unconditional breakpoint. | |
3148 | @end table | |
3149 | ||
3150 | @cindex ignore count (of breakpoint) | |
3151 | A special case of a breakpoint condition is to stop only when the | |
3152 | breakpoint has been reached a certain number of times. This is so | |
3153 | useful that there is a special way to do it, using the @dfn{ignore | |
3154 | count} of the breakpoint. Every breakpoint has an ignore count, which | |
3155 | is an integer. Most of the time, the ignore count is zero, and | |
3156 | therefore has no effect. But if your program reaches a breakpoint whose | |
3157 | ignore count is positive, then instead of stopping, it just decrements | |
3158 | the ignore count by one and continues. As a result, if the ignore count | |
3159 | value is @var{n}, the breakpoint does not stop the next @var{n} times | |
3160 | your program reaches it. | |
3161 | ||
3162 | @table @code | |
3163 | @kindex ignore | |
3164 | @item ignore @var{bnum} @var{count} | |
3165 | Set the ignore count of breakpoint number @var{bnum} to @var{count}. | |
3166 | The next @var{count} times the breakpoint is reached, your program's | |
3167 | execution does not stop; other than to decrement the ignore count, @value{GDBN} | |
3168 | takes no action. | |
3169 | ||
3170 | To make the breakpoint stop the next time it is reached, specify | |
3171 | a count of zero. | |
3172 | ||
3173 | When you use @code{continue} to resume execution of your program from a | |
3174 | breakpoint, you can specify an ignore count directly as an argument to | |
3175 | @code{continue}, rather than using @code{ignore}. @xref{Continuing and | |
3176 | Stepping,,Continuing and stepping}. | |
3177 | ||
3178 | If a breakpoint has a positive ignore count and a condition, the | |
3179 | condition is not checked. Once the ignore count reaches zero, | |
3180 | @value{GDBN} resumes checking the condition. | |
3181 | ||
3182 | You could achieve the effect of the ignore count with a condition such | |
3183 | as @w{@samp{$foo-- <= 0}} using a debugger convenience variable that | |
3184 | is decremented each time. @xref{Convenience Vars, ,Convenience | |
3185 | variables}. | |
3186 | @end table | |
3187 | ||
3188 | Ignore counts apply to breakpoints, watchpoints, and catchpoints. | |
3189 | ||
3190 | ||
6d2ebf8b | 3191 | @node Break Commands |
c906108c SS |
3192 | @subsection Breakpoint command lists |
3193 | ||
3194 | @cindex breakpoint commands | |
3195 | You can give any breakpoint (or watchpoint or catchpoint) a series of | |
3196 | commands to execute when your program stops due to that breakpoint. For | |
3197 | example, you might want to print the values of certain expressions, or | |
3198 | enable other breakpoints. | |
3199 | ||
3200 | @table @code | |
3201 | @kindex commands | |
3202 | @kindex end | |
3203 | @item commands @r{[}@var{bnum}@r{]} | |
3204 | @itemx @dots{} @var{command-list} @dots{} | |
3205 | @itemx end | |
3206 | Specify a list of commands for breakpoint number @var{bnum}. The commands | |
3207 | themselves appear on the following lines. Type a line containing just | |
3208 | @code{end} to terminate the commands. | |
3209 | ||
3210 | To remove all commands from a breakpoint, type @code{commands} and | |
3211 | follow it immediately with @code{end}; that is, give no commands. | |
3212 | ||
3213 | With no @var{bnum} argument, @code{commands} refers to the last | |
3214 | breakpoint, watchpoint, or catchpoint set (not to the breakpoint most | |
3215 | recently encountered). | |
3216 | @end table | |
3217 | ||
3218 | Pressing @key{RET} as a means of repeating the last @value{GDBN} command is | |
3219 | disabled within a @var{command-list}. | |
3220 | ||
3221 | You can use breakpoint commands to start your program up again. Simply | |
3222 | use the @code{continue} command, or @code{step}, or any other command | |
3223 | that resumes execution. | |
3224 | ||
3225 | Any other commands in the command list, after a command that resumes | |
3226 | execution, are ignored. This is because any time you resume execution | |
3227 | (even with a simple @code{next} or @code{step}), you may encounter | |
3228 | another breakpoint---which could have its own command list, leading to | |
3229 | ambiguities about which list to execute. | |
3230 | ||
3231 | @kindex silent | |
3232 | If the first command you specify in a command list is @code{silent}, the | |
3233 | usual message about stopping at a breakpoint is not printed. This may | |
3234 | be desirable for breakpoints that are to print a specific message and | |
3235 | then continue. If none of the remaining commands print anything, you | |
3236 | see no sign that the breakpoint was reached. @code{silent} is | |
3237 | meaningful only at the beginning of a breakpoint command list. | |
3238 | ||
3239 | The commands @code{echo}, @code{output}, and @code{printf} allow you to | |
3240 | print precisely controlled output, and are often useful in silent | |
3241 | breakpoints. @xref{Output, ,Commands for controlled output}. | |
3242 | ||
3243 | For example, here is how you could use breakpoint commands to print the | |
3244 | value of @code{x} at entry to @code{foo} whenever @code{x} is positive. | |
3245 | ||
474c8240 | 3246 | @smallexample |
c906108c SS |
3247 | break foo if x>0 |
3248 | commands | |
3249 | silent | |
3250 | printf "x is %d\n",x | |
3251 | cont | |
3252 | end | |
474c8240 | 3253 | @end smallexample |
c906108c SS |
3254 | |
3255 | One application for breakpoint commands is to compensate for one bug so | |
3256 | you can test for another. Put a breakpoint just after the erroneous line | |
3257 | of code, give it a condition to detect the case in which something | |
3258 | erroneous has been done, and give it commands to assign correct values | |
3259 | to any variables that need them. End with the @code{continue} command | |
3260 | so that your program does not stop, and start with the @code{silent} | |
3261 | command so that no output is produced. Here is an example: | |
3262 | ||
474c8240 | 3263 | @smallexample |
c906108c SS |
3264 | break 403 |
3265 | commands | |
3266 | silent | |
3267 | set x = y + 4 | |
3268 | cont | |
3269 | end | |
474c8240 | 3270 | @end smallexample |
c906108c | 3271 | |
6d2ebf8b | 3272 | @node Breakpoint Menus |
c906108c SS |
3273 | @subsection Breakpoint menus |
3274 | @cindex overloading | |
3275 | @cindex symbol overloading | |
3276 | ||
b383017d | 3277 | Some programming languages (notably C@t{++} and Objective-C) permit a |
b37303ee | 3278 | single function name |
c906108c SS |
3279 | to be defined several times, for application in different contexts. |
3280 | This is called @dfn{overloading}. When a function name is overloaded, | |
3281 | @samp{break @var{function}} is not enough to tell @value{GDBN} where you want | |
3282 | a breakpoint. If you realize this is a problem, you can use | |
3283 | something like @samp{break @var{function}(@var{types})} to specify which | |
3284 | particular version of the function you want. Otherwise, @value{GDBN} offers | |
3285 | you a menu of numbered choices for different possible breakpoints, and | |
3286 | waits for your selection with the prompt @samp{>}. The first two | |
3287 | options are always @samp{[0] cancel} and @samp{[1] all}. Typing @kbd{1} | |
3288 | sets a breakpoint at each definition of @var{function}, and typing | |
3289 | @kbd{0} aborts the @code{break} command without setting any new | |
3290 | breakpoints. | |
3291 | ||
3292 | For example, the following session excerpt shows an attempt to set a | |
3293 | breakpoint at the overloaded symbol @code{String::after}. | |
3294 | We choose three particular definitions of that function name: | |
3295 | ||
3296 | @c FIXME! This is likely to change to show arg type lists, at least | |
3297 | @smallexample | |
3298 | @group | |
3299 | (@value{GDBP}) b String::after | |
3300 | [0] cancel | |
3301 | [1] all | |
3302 | [2] file:String.cc; line number:867 | |
3303 | [3] file:String.cc; line number:860 | |
3304 | [4] file:String.cc; line number:875 | |
3305 | [5] file:String.cc; line number:853 | |
3306 | [6] file:String.cc; line number:846 | |
3307 | [7] file:String.cc; line number:735 | |
3308 | > 2 4 6 | |
3309 | Breakpoint 1 at 0xb26c: file String.cc, line 867. | |
3310 | Breakpoint 2 at 0xb344: file String.cc, line 875. | |
3311 | Breakpoint 3 at 0xafcc: file String.cc, line 846. | |
3312 | Multiple breakpoints were set. | |
3313 | Use the "delete" command to delete unwanted | |
3314 | breakpoints. | |
3315 | (@value{GDBP}) | |
3316 | @end group | |
3317 | @end smallexample | |
c906108c SS |
3318 | |
3319 | @c @ifclear BARETARGET | |
6d2ebf8b | 3320 | @node Error in Breakpoints |
d4f3574e | 3321 | @subsection ``Cannot insert breakpoints'' |
c906108c SS |
3322 | @c |
3323 | @c FIXME!! 14/6/95 Is there a real example of this? Let's use it. | |
3324 | @c | |
d4f3574e SS |
3325 | Under some operating systems, breakpoints cannot be used in a program if |
3326 | any other process is running that program. In this situation, | |
5d161b24 | 3327 | attempting to run or continue a program with a breakpoint causes |
d4f3574e SS |
3328 | @value{GDBN} to print an error message: |
3329 | ||
474c8240 | 3330 | @smallexample |
d4f3574e SS |
3331 | Cannot insert breakpoints. |
3332 | The same program may be running in another process. | |
474c8240 | 3333 | @end smallexample |
d4f3574e SS |
3334 | |
3335 | When this happens, you have three ways to proceed: | |
3336 | ||
3337 | @enumerate | |
3338 | @item | |
3339 | Remove or disable the breakpoints, then continue. | |
3340 | ||
3341 | @item | |
5d161b24 | 3342 | Suspend @value{GDBN}, and copy the file containing your program to a new |
d4f3574e | 3343 | name. Resume @value{GDBN} and use the @code{exec-file} command to specify |
5d161b24 | 3344 | that @value{GDBN} should run your program under that name. |
d4f3574e SS |
3345 | Then start your program again. |
3346 | ||
3347 | @item | |
3348 | Relink your program so that the text segment is nonsharable, using the | |
3349 | linker option @samp{-N}. The operating system limitation may not apply | |
3350 | to nonsharable executables. | |
3351 | @end enumerate | |
c906108c SS |
3352 | @c @end ifclear |
3353 | ||
d4f3574e SS |
3354 | A similar message can be printed if you request too many active |
3355 | hardware-assisted breakpoints and watchpoints: | |
3356 | ||
3357 | @c FIXME: the precise wording of this message may change; the relevant | |
3358 | @c source change is not committed yet (Sep 3, 1999). | |
3359 | @smallexample | |
3360 | Stopped; cannot insert breakpoints. | |
3361 | You may have requested too many hardware breakpoints and watchpoints. | |
3362 | @end smallexample | |
3363 | ||
3364 | @noindent | |
3365 | This message is printed when you attempt to resume the program, since | |
3366 | only then @value{GDBN} knows exactly how many hardware breakpoints and | |
3367 | watchpoints it needs to insert. | |
3368 | ||
3369 | When this message is printed, you need to disable or remove some of the | |
3370 | hardware-assisted breakpoints and watchpoints, and then continue. | |
3371 | ||
1485d690 KB |
3372 | @node Breakpoint related warnings |
3373 | @subsection ``Breakpoint address adjusted...'' | |
3374 | @cindex breakpoint address adjusted | |
3375 | ||
3376 | Some processor architectures place constraints on the addresses at | |
3377 | which breakpoints may be placed. For architectures thus constrained, | |
3378 | @value{GDBN} will attempt to adjust the breakpoint's address to comply | |
3379 | with the constraints dictated by the architecture. | |
3380 | ||
3381 | One example of such an architecture is the Fujitsu FR-V. The FR-V is | |
3382 | a VLIW architecture in which a number of RISC-like instructions may be | |
3383 | bundled together for parallel execution. The FR-V architecture | |
3384 | constrains the location of a breakpoint instruction within such a | |
3385 | bundle to the instruction with the lowest address. @value{GDBN} | |
3386 | honors this constraint by adjusting a breakpoint's address to the | |
3387 | first in the bundle. | |
3388 | ||
3389 | It is not uncommon for optimized code to have bundles which contain | |
3390 | instructions from different source statements, thus it may happen that | |
3391 | a breakpoint's address will be adjusted from one source statement to | |
3392 | another. Since this adjustment may significantly alter @value{GDBN}'s | |
3393 | breakpoint related behavior from what the user expects, a warning is | |
3394 | printed when the breakpoint is first set and also when the breakpoint | |
3395 | is hit. | |
3396 | ||
3397 | A warning like the one below is printed when setting a breakpoint | |
3398 | that's been subject to address adjustment: | |
3399 | ||
3400 | @smallexample | |
3401 | warning: Breakpoint address adjusted from 0x00010414 to 0x00010410. | |
3402 | @end smallexample | |
3403 | ||
3404 | Such warnings are printed both for user settable and @value{GDBN}'s | |
3405 | internal breakpoints. If you see one of these warnings, you should | |
3406 | verify that a breakpoint set at the adjusted address will have the | |
3407 | desired affect. If not, the breakpoint in question may be removed and | |
b383017d | 3408 | other breakpoints may be set which will have the desired behavior. |
1485d690 KB |
3409 | E.g., it may be sufficient to place the breakpoint at a later |
3410 | instruction. A conditional breakpoint may also be useful in some | |
3411 | cases to prevent the breakpoint from triggering too often. | |
3412 | ||
3413 | @value{GDBN} will also issue a warning when stopping at one of these | |
3414 | adjusted breakpoints: | |
3415 | ||
3416 | @smallexample | |
3417 | warning: Breakpoint 1 address previously adjusted from 0x00010414 | |
3418 | to 0x00010410. | |
3419 | @end smallexample | |
3420 | ||
3421 | When this warning is encountered, it may be too late to take remedial | |
3422 | action except in cases where the breakpoint is hit earlier or more | |
3423 | frequently than expected. | |
d4f3574e | 3424 | |
6d2ebf8b | 3425 | @node Continuing and Stepping |
c906108c SS |
3426 | @section Continuing and stepping |
3427 | ||
3428 | @cindex stepping | |
3429 | @cindex continuing | |
3430 | @cindex resuming execution | |
3431 | @dfn{Continuing} means resuming program execution until your program | |
3432 | completes normally. In contrast, @dfn{stepping} means executing just | |
3433 | one more ``step'' of your program, where ``step'' may mean either one | |
3434 | line of source code, or one machine instruction (depending on what | |
7a292a7a SS |
3435 | particular command you use). Either when continuing or when stepping, |
3436 | your program may stop even sooner, due to a breakpoint or a signal. (If | |
d4f3574e SS |
3437 | it stops due to a signal, you may want to use @code{handle}, or use |
3438 | @samp{signal 0} to resume execution. @xref{Signals, ,Signals}.) | |
c906108c SS |
3439 | |
3440 | @table @code | |
3441 | @kindex continue | |
41afff9a EZ |
3442 | @kindex c @r{(@code{continue})} |
3443 | @kindex fg @r{(resume foreground execution)} | |
c906108c SS |
3444 | @item continue @r{[}@var{ignore-count}@r{]} |
3445 | @itemx c @r{[}@var{ignore-count}@r{]} | |
3446 | @itemx fg @r{[}@var{ignore-count}@r{]} | |
3447 | Resume program execution, at the address where your program last stopped; | |
3448 | any breakpoints set at that address are bypassed. The optional argument | |
3449 | @var{ignore-count} allows you to specify a further number of times to | |
3450 | ignore a breakpoint at this location; its effect is like that of | |
3451 | @code{ignore} (@pxref{Conditions, ,Break conditions}). | |
3452 | ||
3453 | The argument @var{ignore-count} is meaningful only when your program | |
3454 | stopped due to a breakpoint. At other times, the argument to | |
3455 | @code{continue} is ignored. | |
3456 | ||
d4f3574e SS |
3457 | The synonyms @code{c} and @code{fg} (for @dfn{foreground}, as the |
3458 | debugged program is deemed to be the foreground program) are provided | |
3459 | purely for convenience, and have exactly the same behavior as | |
3460 | @code{continue}. | |
c906108c SS |
3461 | @end table |
3462 | ||
3463 | To resume execution at a different place, you can use @code{return} | |
3464 | (@pxref{Returning, ,Returning from a function}) to go back to the | |
3465 | calling function; or @code{jump} (@pxref{Jumping, ,Continuing at a | |
3466 | different address}) to go to an arbitrary location in your program. | |
3467 | ||
3468 | A typical technique for using stepping is to set a breakpoint | |
3469 | (@pxref{Breakpoints, ,Breakpoints; watchpoints; and catchpoints}) at the | |
3470 | beginning of the function or the section of your program where a problem | |
3471 | is believed to lie, run your program until it stops at that breakpoint, | |
3472 | and then step through the suspect area, examining the variables that are | |
3473 | interesting, until you see the problem happen. | |
3474 | ||
3475 | @table @code | |
3476 | @kindex step | |
41afff9a | 3477 | @kindex s @r{(@code{step})} |
c906108c SS |
3478 | @item step |
3479 | Continue running your program until control reaches a different source | |
3480 | line, then stop it and return control to @value{GDBN}. This command is | |
3481 | abbreviated @code{s}. | |
3482 | ||
3483 | @quotation | |
3484 | @c "without debugging information" is imprecise; actually "without line | |
3485 | @c numbers in the debugging information". (gcc -g1 has debugging info but | |
3486 | @c not line numbers). But it seems complex to try to make that | |
3487 | @c distinction here. | |
3488 | @emph{Warning:} If you use the @code{step} command while control is | |
3489 | within a function that was compiled without debugging information, | |
3490 | execution proceeds until control reaches a function that does have | |
3491 | debugging information. Likewise, it will not step into a function which | |
3492 | is compiled without debugging information. To step through functions | |
3493 | without debugging information, use the @code{stepi} command, described | |
3494 | below. | |
3495 | @end quotation | |
3496 | ||
4a92d011 EZ |
3497 | The @code{step} command only stops at the first instruction of a source |
3498 | line. This prevents the multiple stops that could otherwise occur in | |
3499 | @code{switch} statements, @code{for} loops, etc. @code{step} continues | |
3500 | to stop if a function that has debugging information is called within | |
3501 | the line. In other words, @code{step} @emph{steps inside} any functions | |
3502 | called within the line. | |
c906108c | 3503 | |
d4f3574e SS |
3504 | Also, the @code{step} command only enters a function if there is line |
3505 | number information for the function. Otherwise it acts like the | |
5d161b24 | 3506 | @code{next} command. This avoids problems when using @code{cc -gl} |
c906108c | 3507 | on MIPS machines. Previously, @code{step} entered subroutines if there |
5d161b24 | 3508 | was any debugging information about the routine. |
c906108c SS |
3509 | |
3510 | @item step @var{count} | |
3511 | Continue running as in @code{step}, but do so @var{count} times. If a | |
7a292a7a SS |
3512 | breakpoint is reached, or a signal not related to stepping occurs before |
3513 | @var{count} steps, stepping stops right away. | |
c906108c SS |
3514 | |
3515 | @kindex next | |
41afff9a | 3516 | @kindex n @r{(@code{next})} |
c906108c SS |
3517 | @item next @r{[}@var{count}@r{]} |
3518 | Continue to the next source line in the current (innermost) stack frame. | |
7a292a7a SS |
3519 | This is similar to @code{step}, but function calls that appear within |
3520 | the line of code are executed without stopping. Execution stops when | |
3521 | control reaches a different line of code at the original stack level | |
3522 | that was executing when you gave the @code{next} command. This command | |
3523 | is abbreviated @code{n}. | |
c906108c SS |
3524 | |
3525 | An argument @var{count} is a repeat count, as for @code{step}. | |
3526 | ||
3527 | ||
3528 | @c FIX ME!! Do we delete this, or is there a way it fits in with | |
3529 | @c the following paragraph? --- Vctoria | |
3530 | @c | |
3531 | @c @code{next} within a function that lacks debugging information acts like | |
3532 | @c @code{step}, but any function calls appearing within the code of the | |
3533 | @c function are executed without stopping. | |
3534 | ||
d4f3574e SS |
3535 | The @code{next} command only stops at the first instruction of a |
3536 | source line. This prevents multiple stops that could otherwise occur in | |
4a92d011 | 3537 | @code{switch} statements, @code{for} loops, etc. |
c906108c | 3538 | |
b90a5f51 CF |
3539 | @kindex set step-mode |
3540 | @item set step-mode | |
3541 | @cindex functions without line info, and stepping | |
3542 | @cindex stepping into functions with no line info | |
3543 | @itemx set step-mode on | |
4a92d011 | 3544 | The @code{set step-mode on} command causes the @code{step} command to |
b90a5f51 CF |
3545 | stop at the first instruction of a function which contains no debug line |
3546 | information rather than stepping over it. | |
3547 | ||
4a92d011 EZ |
3548 | This is useful in cases where you may be interested in inspecting the |
3549 | machine instructions of a function which has no symbolic info and do not | |
3550 | want @value{GDBN} to automatically skip over this function. | |
b90a5f51 CF |
3551 | |
3552 | @item set step-mode off | |
4a92d011 | 3553 | Causes the @code{step} command to step over any functions which contains no |
b90a5f51 CF |
3554 | debug information. This is the default. |
3555 | ||
c906108c SS |
3556 | @kindex finish |
3557 | @item finish | |
3558 | Continue running until just after function in the selected stack frame | |
3559 | returns. Print the returned value (if any). | |
3560 | ||
3561 | Contrast this with the @code{return} command (@pxref{Returning, | |
3562 | ,Returning from a function}). | |
3563 | ||
3564 | @kindex until | |
41afff9a | 3565 | @kindex u @r{(@code{until})} |
c906108c SS |
3566 | @item until |
3567 | @itemx u | |
3568 | Continue running until a source line past the current line, in the | |
3569 | current stack frame, is reached. This command is used to avoid single | |
3570 | stepping through a loop more than once. It is like the @code{next} | |
3571 | command, except that when @code{until} encounters a jump, it | |
3572 | automatically continues execution until the program counter is greater | |
3573 | than the address of the jump. | |
3574 | ||
3575 | This means that when you reach the end of a loop after single stepping | |
3576 | though it, @code{until} makes your program continue execution until it | |
3577 | exits the loop. In contrast, a @code{next} command at the end of a loop | |
3578 | simply steps back to the beginning of the loop, which forces you to step | |
3579 | through the next iteration. | |
3580 | ||
3581 | @code{until} always stops your program if it attempts to exit the current | |
3582 | stack frame. | |
3583 | ||
3584 | @code{until} may produce somewhat counterintuitive results if the order | |
3585 | of machine code does not match the order of the source lines. For | |
3586 | example, in the following excerpt from a debugging session, the @code{f} | |
3587 | (@code{frame}) command shows that execution is stopped at line | |
3588 | @code{206}; yet when we use @code{until}, we get to line @code{195}: | |
3589 | ||
474c8240 | 3590 | @smallexample |
c906108c SS |
3591 | (@value{GDBP}) f |
3592 | #0 main (argc=4, argv=0xf7fffae8) at m4.c:206 | |
3593 | 206 expand_input(); | |
3594 | (@value{GDBP}) until | |
3595 | 195 for ( ; argc > 0; NEXTARG) @{ | |
474c8240 | 3596 | @end smallexample |
c906108c SS |
3597 | |
3598 | This happened because, for execution efficiency, the compiler had | |
3599 | generated code for the loop closure test at the end, rather than the | |
3600 | start, of the loop---even though the test in a C @code{for}-loop is | |
3601 | written before the body of the loop. The @code{until} command appeared | |
3602 | to step back to the beginning of the loop when it advanced to this | |
3603 | expression; however, it has not really gone to an earlier | |
3604 | statement---not in terms of the actual machine code. | |
3605 | ||
3606 | @code{until} with no argument works by means of single | |
3607 | instruction stepping, and hence is slower than @code{until} with an | |
3608 | argument. | |
3609 | ||
3610 | @item until @var{location} | |
3611 | @itemx u @var{location} | |
3612 | Continue running your program until either the specified location is | |
3613 | reached, or the current stack frame returns. @var{location} is any of | |
3614 | the forms of argument acceptable to @code{break} (@pxref{Set Breaks, | |
c60eb6f1 EZ |
3615 | ,Setting breakpoints}). This form of the command uses breakpoints, and |
3616 | hence is quicker than @code{until} without an argument. The specified | |
3617 | location is actually reached only if it is in the current frame. This | |
3618 | implies that @code{until} can be used to skip over recursive function | |
3619 | invocations. For instance in the code below, if the current location is | |
3620 | line @code{96}, issuing @code{until 99} will execute the program up to | |
3621 | line @code{99} in the same invocation of factorial, i.e. after the inner | |
3622 | invocations have returned. | |
3623 | ||
3624 | @smallexample | |
3625 | 94 int factorial (int value) | |
3626 | 95 @{ | |
3627 | 96 if (value > 1) @{ | |
3628 | 97 value *= factorial (value - 1); | |
3629 | 98 @} | |
3630 | 99 return (value); | |
3631 | 100 @} | |
3632 | @end smallexample | |
3633 | ||
3634 | ||
3635 | @kindex advance @var{location} | |
3636 | @itemx advance @var{location} | |
3637 | Continue running the program up to the given location. An argument is | |
3638 | required, anything of the same form as arguments for the @code{break} | |
3639 | command. Execution will also stop upon exit from the current stack | |
3640 | frame. This command is similar to @code{until}, but @code{advance} will | |
3641 | not skip over recursive function calls, and the target location doesn't | |
3642 | have to be in the same frame as the current one. | |
3643 | ||
c906108c SS |
3644 | |
3645 | @kindex stepi | |
41afff9a | 3646 | @kindex si @r{(@code{stepi})} |
c906108c | 3647 | @item stepi |
96a2c332 | 3648 | @itemx stepi @var{arg} |
c906108c SS |
3649 | @itemx si |
3650 | Execute one machine instruction, then stop and return to the debugger. | |
3651 | ||
3652 | It is often useful to do @samp{display/i $pc} when stepping by machine | |
3653 | instructions. This makes @value{GDBN} automatically display the next | |
3654 | instruction to be executed, each time your program stops. @xref{Auto | |
3655 | Display,, Automatic display}. | |
3656 | ||
3657 | An argument is a repeat count, as in @code{step}. | |
3658 | ||
3659 | @need 750 | |
3660 | @kindex nexti | |
41afff9a | 3661 | @kindex ni @r{(@code{nexti})} |
c906108c | 3662 | @item nexti |
96a2c332 | 3663 | @itemx nexti @var{arg} |
c906108c SS |
3664 | @itemx ni |
3665 | Execute one machine instruction, but if it is a function call, | |
3666 | proceed until the function returns. | |
3667 | ||
3668 | An argument is a repeat count, as in @code{next}. | |
3669 | @end table | |
3670 | ||
6d2ebf8b | 3671 | @node Signals |
c906108c SS |
3672 | @section Signals |
3673 | @cindex signals | |
3674 | ||
3675 | A signal is an asynchronous event that can happen in a program. The | |
3676 | operating system defines the possible kinds of signals, and gives each | |
3677 | kind a name and a number. For example, in Unix @code{SIGINT} is the | |
d4f3574e | 3678 | signal a program gets when you type an interrupt character (often @kbd{C-c}); |
c906108c SS |
3679 | @code{SIGSEGV} is the signal a program gets from referencing a place in |
3680 | memory far away from all the areas in use; @code{SIGALRM} occurs when | |
3681 | the alarm clock timer goes off (which happens only if your program has | |
3682 | requested an alarm). | |
3683 | ||
3684 | @cindex fatal signals | |
3685 | Some signals, including @code{SIGALRM}, are a normal part of the | |
3686 | functioning of your program. Others, such as @code{SIGSEGV}, indicate | |
d4f3574e | 3687 | errors; these signals are @dfn{fatal} (they kill your program immediately) if the |
c906108c SS |
3688 | program has not specified in advance some other way to handle the signal. |
3689 | @code{SIGINT} does not indicate an error in your program, but it is normally | |
3690 | fatal so it can carry out the purpose of the interrupt: to kill the program. | |
3691 | ||
3692 | @value{GDBN} has the ability to detect any occurrence of a signal in your | |
3693 | program. You can tell @value{GDBN} in advance what to do for each kind of | |
3694 | signal. | |
3695 | ||
3696 | @cindex handling signals | |
24f93129 EZ |
3697 | Normally, @value{GDBN} is set up to let the non-erroneous signals like |
3698 | @code{SIGALRM} be silently passed to your program | |
3699 | (so as not to interfere with their role in the program's functioning) | |
c906108c SS |
3700 | but to stop your program immediately whenever an error signal happens. |
3701 | You can change these settings with the @code{handle} command. | |
3702 | ||
3703 | @table @code | |
3704 | @kindex info signals | |
3705 | @item info signals | |
96a2c332 | 3706 | @itemx info handle |
c906108c SS |
3707 | Print a table of all the kinds of signals and how @value{GDBN} has been told to |
3708 | handle each one. You can use this to see the signal numbers of all | |
3709 | the defined types of signals. | |
3710 | ||
d4f3574e | 3711 | @code{info handle} is an alias for @code{info signals}. |
c906108c SS |
3712 | |
3713 | @kindex handle | |
3714 | @item handle @var{signal} @var{keywords}@dots{} | |
5ece1a18 EZ |
3715 | Change the way @value{GDBN} handles signal @var{signal}. @var{signal} |
3716 | can be the number of a signal or its name (with or without the | |
24f93129 | 3717 | @samp{SIG} at the beginning); a list of signal numbers of the form |
5ece1a18 EZ |
3718 | @samp{@var{low}-@var{high}}; or the word @samp{all}, meaning all the |
3719 | known signals. The @var{keywords} say what change to make. | |
c906108c SS |
3720 | @end table |
3721 | ||
3722 | @c @group | |
3723 | The keywords allowed by the @code{handle} command can be abbreviated. | |
3724 | Their full names are: | |
3725 | ||
3726 | @table @code | |
3727 | @item nostop | |
3728 | @value{GDBN} should not stop your program when this signal happens. It may | |
3729 | still print a message telling you that the signal has come in. | |
3730 | ||
3731 | @item stop | |
3732 | @value{GDBN} should stop your program when this signal happens. This implies | |
3733 | the @code{print} keyword as well. | |
3734 | ||
3735 | @item print | |
3736 | @value{GDBN} should print a message when this signal happens. | |
3737 | ||
3738 | @item noprint | |
3739 | @value{GDBN} should not mention the occurrence of the signal at all. This | |
3740 | implies the @code{nostop} keyword as well. | |
3741 | ||
3742 | @item pass | |
5ece1a18 | 3743 | @itemx noignore |
c906108c SS |
3744 | @value{GDBN} should allow your program to see this signal; your program |
3745 | can handle the signal, or else it may terminate if the signal is fatal | |
5ece1a18 | 3746 | and not handled. @code{pass} and @code{noignore} are synonyms. |
c906108c SS |
3747 | |
3748 | @item nopass | |
5ece1a18 | 3749 | @itemx ignore |
c906108c | 3750 | @value{GDBN} should not allow your program to see this signal. |
5ece1a18 | 3751 | @code{nopass} and @code{ignore} are synonyms. |
c906108c SS |
3752 | @end table |
3753 | @c @end group | |
3754 | ||
d4f3574e SS |
3755 | When a signal stops your program, the signal is not visible to the |
3756 | program until you | |
c906108c SS |
3757 | continue. Your program sees the signal then, if @code{pass} is in |
3758 | effect for the signal in question @emph{at that time}. In other words, | |
3759 | after @value{GDBN} reports a signal, you can use the @code{handle} | |
3760 | command with @code{pass} or @code{nopass} to control whether your | |
3761 | program sees that signal when you continue. | |
3762 | ||
24f93129 EZ |
3763 | The default is set to @code{nostop}, @code{noprint}, @code{pass} for |
3764 | non-erroneous signals such as @code{SIGALRM}, @code{SIGWINCH} and | |
3765 | @code{SIGCHLD}, and to @code{stop}, @code{print}, @code{pass} for the | |
3766 | erroneous signals. | |
3767 | ||
c906108c SS |
3768 | You can also use the @code{signal} command to prevent your program from |
3769 | seeing a signal, or cause it to see a signal it normally would not see, | |
3770 | or to give it any signal at any time. For example, if your program stopped | |
3771 | due to some sort of memory reference error, you might store correct | |
3772 | values into the erroneous variables and continue, hoping to see more | |
3773 | execution; but your program would probably terminate immediately as | |
3774 | a result of the fatal signal once it saw the signal. To prevent this, | |
3775 | you can continue with @samp{signal 0}. @xref{Signaling, ,Giving your | |
5d161b24 | 3776 | program a signal}. |
c906108c | 3777 | |
6d2ebf8b | 3778 | @node Thread Stops |
c906108c SS |
3779 | @section Stopping and starting multi-thread programs |
3780 | ||
3781 | When your program has multiple threads (@pxref{Threads,, Debugging | |
3782 | programs with multiple threads}), you can choose whether to set | |
3783 | breakpoints on all threads, or on a particular thread. | |
3784 | ||
3785 | @table @code | |
3786 | @cindex breakpoints and threads | |
3787 | @cindex thread breakpoints | |
3788 | @kindex break @dots{} thread @var{threadno} | |
3789 | @item break @var{linespec} thread @var{threadno} | |
3790 | @itemx break @var{linespec} thread @var{threadno} if @dots{} | |
3791 | @var{linespec} specifies source lines; there are several ways of | |
3792 | writing them, but the effect is always to specify some source line. | |
3793 | ||
3794 | Use the qualifier @samp{thread @var{threadno}} with a breakpoint command | |
3795 | to specify that you only want @value{GDBN} to stop the program when a | |
3796 | particular thread reaches this breakpoint. @var{threadno} is one of the | |
3797 | numeric thread identifiers assigned by @value{GDBN}, shown in the first | |
3798 | column of the @samp{info threads} display. | |
3799 | ||
3800 | If you do not specify @samp{thread @var{threadno}} when you set a | |
3801 | breakpoint, the breakpoint applies to @emph{all} threads of your | |
3802 | program. | |
3803 | ||
3804 | You can use the @code{thread} qualifier on conditional breakpoints as | |
3805 | well; in this case, place @samp{thread @var{threadno}} before the | |
3806 | breakpoint condition, like this: | |
3807 | ||
3808 | @smallexample | |
2df3850c | 3809 | (@value{GDBP}) break frik.c:13 thread 28 if bartab > lim |
c906108c SS |
3810 | @end smallexample |
3811 | ||
3812 | @end table | |
3813 | ||
3814 | @cindex stopped threads | |
3815 | @cindex threads, stopped | |
3816 | Whenever your program stops under @value{GDBN} for any reason, | |
3817 | @emph{all} threads of execution stop, not just the current thread. This | |
3818 | allows you to examine the overall state of the program, including | |
3819 | switching between threads, without worrying that things may change | |
3820 | underfoot. | |
3821 | ||
36d86913 MC |
3822 | @cindex thread breakpoints and system calls |
3823 | @cindex system calls and thread breakpoints | |
3824 | @cindex premature return from system calls | |
3825 | There is an unfortunate side effect. If one thread stops for a | |
3826 | breakpoint, or for some other reason, and another thread is blocked in a | |
3827 | system call, then the system call may return prematurely. This is a | |
3828 | consequence of the interaction between multiple threads and the signals | |
3829 | that @value{GDBN} uses to implement breakpoints and other events that | |
3830 | stop execution. | |
3831 | ||
3832 | To handle this problem, your program should check the return value of | |
3833 | each system call and react appropriately. This is good programming | |
3834 | style anyways. | |
3835 | ||
3836 | For example, do not write code like this: | |
3837 | ||
3838 | @smallexample | |
3839 | sleep (10); | |
3840 | @end smallexample | |
3841 | ||
3842 | The call to @code{sleep} will return early if a different thread stops | |
3843 | at a breakpoint or for some other reason. | |
3844 | ||
3845 | Instead, write this: | |
3846 | ||
3847 | @smallexample | |
3848 | int unslept = 10; | |
3849 | while (unslept > 0) | |
3850 | unslept = sleep (unslept); | |
3851 | @end smallexample | |
3852 | ||
3853 | A system call is allowed to return early, so the system is still | |
3854 | conforming to its specification. But @value{GDBN} does cause your | |
3855 | multi-threaded program to behave differently than it would without | |
3856 | @value{GDBN}. | |
3857 | ||
3858 | Also, @value{GDBN} uses internal breakpoints in the thread library to | |
3859 | monitor certain events such as thread creation and thread destruction. | |
3860 | When such an event happens, a system call in another thread may return | |
3861 | prematurely, even though your program does not appear to stop. | |
3862 | ||
c906108c SS |
3863 | @cindex continuing threads |
3864 | @cindex threads, continuing | |
3865 | Conversely, whenever you restart the program, @emph{all} threads start | |
3866 | executing. @emph{This is true even when single-stepping} with commands | |
5d161b24 | 3867 | like @code{step} or @code{next}. |
c906108c SS |
3868 | |
3869 | In particular, @value{GDBN} cannot single-step all threads in lockstep. | |
3870 | Since thread scheduling is up to your debugging target's operating | |
3871 | system (not controlled by @value{GDBN}), other threads may | |
3872 | execute more than one statement while the current thread completes a | |
3873 | single step. Moreover, in general other threads stop in the middle of a | |
3874 | statement, rather than at a clean statement boundary, when the program | |
3875 | stops. | |
3876 | ||
3877 | You might even find your program stopped in another thread after | |
3878 | continuing or even single-stepping. This happens whenever some other | |
3879 | thread runs into a breakpoint, a signal, or an exception before the | |
3880 | first thread completes whatever you requested. | |
3881 | ||
3882 | On some OSes, you can lock the OS scheduler and thus allow only a single | |
3883 | thread to run. | |
3884 | ||
3885 | @table @code | |
3886 | @item set scheduler-locking @var{mode} | |
3887 | Set the scheduler locking mode. If it is @code{off}, then there is no | |
3888 | locking and any thread may run at any time. If @code{on}, then only the | |
3889 | current thread may run when the inferior is resumed. The @code{step} | |
3890 | mode optimizes for single-stepping. It stops other threads from | |
3891 | ``seizing the prompt'' by preempting the current thread while you are | |
3892 | stepping. Other threads will only rarely (or never) get a chance to run | |
d4f3574e | 3893 | when you step. They are more likely to run when you @samp{next} over a |
c906108c | 3894 | function call, and they are completely free to run when you use commands |
d4f3574e | 3895 | like @samp{continue}, @samp{until}, or @samp{finish}. However, unless another |
c906108c | 3896 | thread hits a breakpoint during its timeslice, they will never steal the |
2df3850c | 3897 | @value{GDBN} prompt away from the thread that you are debugging. |
c906108c SS |
3898 | |
3899 | @item show scheduler-locking | |
3900 | Display the current scheduler locking mode. | |
3901 | @end table | |
3902 | ||
c906108c | 3903 | |
6d2ebf8b | 3904 | @node Stack |
c906108c SS |
3905 | @chapter Examining the Stack |
3906 | ||
3907 | When your program has stopped, the first thing you need to know is where it | |
3908 | stopped and how it got there. | |
3909 | ||
3910 | @cindex call stack | |
5d161b24 DB |
3911 | Each time your program performs a function call, information about the call |
3912 | is generated. | |
3913 | That information includes the location of the call in your program, | |
3914 | the arguments of the call, | |
c906108c | 3915 | and the local variables of the function being called. |
5d161b24 | 3916 | The information is saved in a block of data called a @dfn{stack frame}. |
c906108c SS |
3917 | The stack frames are allocated in a region of memory called the @dfn{call |
3918 | stack}. | |
3919 | ||
3920 | When your program stops, the @value{GDBN} commands for examining the | |
3921 | stack allow you to see all of this information. | |
3922 | ||
3923 | @cindex selected frame | |
3924 | One of the stack frames is @dfn{selected} by @value{GDBN} and many | |
3925 | @value{GDBN} commands refer implicitly to the selected frame. In | |
3926 | particular, whenever you ask @value{GDBN} for the value of a variable in | |
3927 | your program, the value is found in the selected frame. There are | |
3928 | special @value{GDBN} commands to select whichever frame you are | |
3929 | interested in. @xref{Selection, ,Selecting a frame}. | |
3930 | ||
3931 | When your program stops, @value{GDBN} automatically selects the | |
5d161b24 | 3932 | currently executing frame and describes it briefly, similar to the |
c906108c SS |
3933 | @code{frame} command (@pxref{Frame Info, ,Information about a frame}). |
3934 | ||
3935 | @menu | |
3936 | * Frames:: Stack frames | |
3937 | * Backtrace:: Backtraces | |
3938 | * Selection:: Selecting a frame | |
3939 | * Frame Info:: Information on a frame | |
c906108c SS |
3940 | |
3941 | @end menu | |
3942 | ||
6d2ebf8b | 3943 | @node Frames |
c906108c SS |
3944 | @section Stack frames |
3945 | ||
d4f3574e | 3946 | @cindex frame, definition |
c906108c SS |
3947 | @cindex stack frame |
3948 | The call stack is divided up into contiguous pieces called @dfn{stack | |
3949 | frames}, or @dfn{frames} for short; each frame is the data associated | |
3950 | with one call to one function. The frame contains the arguments given | |
3951 | to the function, the function's local variables, and the address at | |
3952 | which the function is executing. | |
3953 | ||
3954 | @cindex initial frame | |
3955 | @cindex outermost frame | |
3956 | @cindex innermost frame | |
3957 | When your program is started, the stack has only one frame, that of the | |
3958 | function @code{main}. This is called the @dfn{initial} frame or the | |
3959 | @dfn{outermost} frame. Each time a function is called, a new frame is | |
3960 | made. Each time a function returns, the frame for that function invocation | |
3961 | is eliminated. If a function is recursive, there can be many frames for | |
3962 | the same function. The frame for the function in which execution is | |
3963 | actually occurring is called the @dfn{innermost} frame. This is the most | |
3964 | recently created of all the stack frames that still exist. | |
3965 | ||
3966 | @cindex frame pointer | |
3967 | Inside your program, stack frames are identified by their addresses. A | |
3968 | stack frame consists of many bytes, each of which has its own address; each | |
3969 | kind of computer has a convention for choosing one byte whose | |
3970 | address serves as the address of the frame. Usually this address is kept | |
3971 | in a register called the @dfn{frame pointer register} while execution is | |
3972 | going on in that frame. | |
3973 | ||
3974 | @cindex frame number | |
3975 | @value{GDBN} assigns numbers to all existing stack frames, starting with | |
3976 | zero for the innermost frame, one for the frame that called it, | |
3977 | and so on upward. These numbers do not really exist in your program; | |
3978 | they are assigned by @value{GDBN} to give you a way of designating stack | |
3979 | frames in @value{GDBN} commands. | |
3980 | ||
6d2ebf8b SS |
3981 | @c The -fomit-frame-pointer below perennially causes hbox overflow |
3982 | @c underflow problems. | |
c906108c SS |
3983 | @cindex frameless execution |
3984 | Some compilers provide a way to compile functions so that they operate | |
6d2ebf8b | 3985 | without stack frames. (For example, the @value{GCC} option |
474c8240 | 3986 | @smallexample |
6d2ebf8b | 3987 | @samp{-fomit-frame-pointer} |
474c8240 | 3988 | @end smallexample |
6d2ebf8b | 3989 | generates functions without a frame.) |
c906108c SS |
3990 | This is occasionally done with heavily used library functions to save |
3991 | the frame setup time. @value{GDBN} has limited facilities for dealing | |
3992 | with these function invocations. If the innermost function invocation | |
3993 | has no stack frame, @value{GDBN} nevertheless regards it as though | |
3994 | it had a separate frame, which is numbered zero as usual, allowing | |
3995 | correct tracing of the function call chain. However, @value{GDBN} has | |
3996 | no provision for frameless functions elsewhere in the stack. | |
3997 | ||
3998 | @table @code | |
d4f3574e | 3999 | @kindex frame@r{, command} |
41afff9a | 4000 | @cindex current stack frame |
c906108c | 4001 | @item frame @var{args} |
5d161b24 | 4002 | The @code{frame} command allows you to move from one stack frame to another, |
c906108c | 4003 | and to print the stack frame you select. @var{args} may be either the |
5d161b24 DB |
4004 | address of the frame or the stack frame number. Without an argument, |
4005 | @code{frame} prints the current stack frame. | |
c906108c SS |
4006 | |
4007 | @kindex select-frame | |
41afff9a | 4008 | @cindex selecting frame silently |
c906108c SS |
4009 | @item select-frame |
4010 | The @code{select-frame} command allows you to move from one stack frame | |
4011 | to another without printing the frame. This is the silent version of | |
4012 | @code{frame}. | |
4013 | @end table | |
4014 | ||
6d2ebf8b | 4015 | @node Backtrace |
c906108c SS |
4016 | @section Backtraces |
4017 | ||
4018 | @cindex backtraces | |
4019 | @cindex tracebacks | |
4020 | @cindex stack traces | |
4021 | A backtrace is a summary of how your program got where it is. It shows one | |
4022 | line per frame, for many frames, starting with the currently executing | |
4023 | frame (frame zero), followed by its caller (frame one), and on up the | |
4024 | stack. | |
4025 | ||
4026 | @table @code | |
4027 | @kindex backtrace | |
41afff9a | 4028 | @kindex bt @r{(@code{backtrace})} |
c906108c SS |
4029 | @item backtrace |
4030 | @itemx bt | |
4031 | Print a backtrace of the entire stack: one line per frame for all | |
4032 | frames in the stack. | |
4033 | ||
4034 | You can stop the backtrace at any time by typing the system interrupt | |
4035 | character, normally @kbd{C-c}. | |
4036 | ||
4037 | @item backtrace @var{n} | |
4038 | @itemx bt @var{n} | |
4039 | Similar, but print only the innermost @var{n} frames. | |
4040 | ||
4041 | @item backtrace -@var{n} | |
4042 | @itemx bt -@var{n} | |
4043 | Similar, but print only the outermost @var{n} frames. | |
4044 | @end table | |
4045 | ||
4046 | @kindex where | |
4047 | @kindex info stack | |
41afff9a | 4048 | @kindex info s @r{(@code{info stack})} |
c906108c SS |
4049 | The names @code{where} and @code{info stack} (abbreviated @code{info s}) |
4050 | are additional aliases for @code{backtrace}. | |
4051 | ||
4052 | Each line in the backtrace shows the frame number and the function name. | |
4053 | The program counter value is also shown---unless you use @code{set | |
4054 | print address off}. The backtrace also shows the source file name and | |
4055 | line number, as well as the arguments to the function. The program | |
4056 | counter value is omitted if it is at the beginning of the code for that | |
4057 | line number. | |
4058 | ||
4059 | Here is an example of a backtrace. It was made with the command | |
4060 | @samp{bt 3}, so it shows the innermost three frames. | |
4061 | ||
4062 | @smallexample | |
4063 | @group | |
5d161b24 | 4064 | #0 m4_traceon (obs=0x24eb0, argc=1, argv=0x2b8c8) |
c906108c SS |
4065 | at builtin.c:993 |
4066 | #1 0x6e38 in expand_macro (sym=0x2b600) at macro.c:242 | |
4067 | #2 0x6840 in expand_token (obs=0x0, t=177664, td=0xf7fffb08) | |
4068 | at macro.c:71 | |
4069 | (More stack frames follow...) | |
4070 | @end group | |
4071 | @end smallexample | |
4072 | ||
4073 | @noindent | |
4074 | The display for frame zero does not begin with a program counter | |
4075 | value, indicating that your program has stopped at the beginning of the | |
4076 | code for line @code{993} of @code{builtin.c}. | |
4077 | ||
25d29d70 AC |
4078 | @kindex set backtrace past-main |
4079 | @kindex show backtrace past-main | |
4080 | @kindex set backtrace limit | |
4081 | @kindex show backtrace limit | |
b4e9345d | 4082 | |
25d29d70 AC |
4083 | Most programs have a standard user entry point---a place where system |
4084 | libraries and startup code transition into user code. For C this is | |
4085 | @code{main}. When @value{GDBN} finds the entry function in a backtrace | |
4086 | it will terminate the backtrace, to avoid tracing into highly | |
4087 | system-specific (and generally uninteresting) code. | |
4088 | ||
4089 | If you need to examine the startup code, or limit the number of levels | |
4090 | in a backtrace, you can change this behavior: | |
95f90d25 DJ |
4091 | |
4092 | @table @code | |
25d29d70 AC |
4093 | @item set backtrace past-main |
4094 | @itemx set backtrace past-main on | |
4095 | Backtraces will continue past the user entry point. | |
4096 | ||
4097 | @item set backtrace past-main off | |
95f90d25 DJ |
4098 | Backtraces will stop when they encounter the user entry point. This is the |
4099 | default. | |
4100 | ||
25d29d70 AC |
4101 | @item show backtrace past-main |
4102 | Display the current user entry point backtrace policy. | |
4103 | ||
4104 | @item set backtrace limit @var{n} | |
4105 | @itemx set backtrace limit 0 | |
4106 | @cindex backtrace limit | |
4107 | Limit the backtrace to @var{n} levels. A value of zero means | |
4108 | unlimited. | |
95f90d25 | 4109 | |
25d29d70 AC |
4110 | @item show backtrace limit |
4111 | Display the current limit on backtrace levels. | |
95f90d25 DJ |
4112 | @end table |
4113 | ||
6d2ebf8b | 4114 | @node Selection |
c906108c SS |
4115 | @section Selecting a frame |
4116 | ||
4117 | Most commands for examining the stack and other data in your program work on | |
4118 | whichever stack frame is selected at the moment. Here are the commands for | |
4119 | selecting a stack frame; all of them finish by printing a brief description | |
4120 | of the stack frame just selected. | |
4121 | ||
4122 | @table @code | |
d4f3574e | 4123 | @kindex frame@r{, selecting} |
41afff9a | 4124 | @kindex f @r{(@code{frame})} |
c906108c SS |
4125 | @item frame @var{n} |
4126 | @itemx f @var{n} | |
4127 | Select frame number @var{n}. Recall that frame zero is the innermost | |
4128 | (currently executing) frame, frame one is the frame that called the | |
4129 | innermost one, and so on. The highest-numbered frame is the one for | |
4130 | @code{main}. | |
4131 | ||
4132 | @item frame @var{addr} | |
4133 | @itemx f @var{addr} | |
4134 | Select the frame at address @var{addr}. This is useful mainly if the | |
4135 | chaining of stack frames has been damaged by a bug, making it | |
4136 | impossible for @value{GDBN} to assign numbers properly to all frames. In | |
4137 | addition, this can be useful when your program has multiple stacks and | |
4138 | switches between them. | |
4139 | ||
c906108c SS |
4140 | On the SPARC architecture, @code{frame} needs two addresses to |
4141 | select an arbitrary frame: a frame pointer and a stack pointer. | |
4142 | ||
4143 | On the MIPS and Alpha architecture, it needs two addresses: a stack | |
4144 | pointer and a program counter. | |
4145 | ||
4146 | On the 29k architecture, it needs three addresses: a register stack | |
4147 | pointer, a program counter, and a memory stack pointer. | |
4148 | @c note to future updaters: this is conditioned on a flag | |
4149 | @c SETUP_ARBITRARY_FRAME in the tm-*.h files. The above is up to date | |
4150 | @c as of 27 Jan 1994. | |
c906108c SS |
4151 | |
4152 | @kindex up | |
4153 | @item up @var{n} | |
4154 | Move @var{n} frames up the stack. For positive numbers @var{n}, this | |
4155 | advances toward the outermost frame, to higher frame numbers, to frames | |
4156 | that have existed longer. @var{n} defaults to one. | |
4157 | ||
4158 | @kindex down | |
41afff9a | 4159 | @kindex do @r{(@code{down})} |
c906108c SS |
4160 | @item down @var{n} |
4161 | Move @var{n} frames down the stack. For positive numbers @var{n}, this | |
4162 | advances toward the innermost frame, to lower frame numbers, to frames | |
4163 | that were created more recently. @var{n} defaults to one. You may | |
4164 | abbreviate @code{down} as @code{do}. | |
4165 | @end table | |
4166 | ||
4167 | All of these commands end by printing two lines of output describing the | |
4168 | frame. The first line shows the frame number, the function name, the | |
4169 | arguments, and the source file and line number of execution in that | |
5d161b24 | 4170 | frame. The second line shows the text of that source line. |
c906108c SS |
4171 | |
4172 | @need 1000 | |
4173 | For example: | |
4174 | ||
4175 | @smallexample | |
4176 | @group | |
4177 | (@value{GDBP}) up | |
4178 | #1 0x22f0 in main (argc=1, argv=0xf7fffbf4, env=0xf7fffbfc) | |
4179 | at env.c:10 | |
4180 | 10 read_input_file (argv[i]); | |
4181 | @end group | |
4182 | @end smallexample | |
4183 | ||
4184 | After such a printout, the @code{list} command with no arguments | |
4185 | prints ten lines centered on the point of execution in the frame. | |
87885426 FN |
4186 | You can also edit the program at the point of execution with your favorite |
4187 | editing program by typing @code{edit}. | |
4188 | @xref{List, ,Printing source lines}, | |
4189 | for details. | |
c906108c SS |
4190 | |
4191 | @table @code | |
4192 | @kindex down-silently | |
4193 | @kindex up-silently | |
4194 | @item up-silently @var{n} | |
4195 | @itemx down-silently @var{n} | |
4196 | These two commands are variants of @code{up} and @code{down}, | |
4197 | respectively; they differ in that they do their work silently, without | |
4198 | causing display of the new frame. They are intended primarily for use | |
4199 | in @value{GDBN} command scripts, where the output might be unnecessary and | |
4200 | distracting. | |
4201 | @end table | |
4202 | ||
6d2ebf8b | 4203 | @node Frame Info |
c906108c SS |
4204 | @section Information about a frame |
4205 | ||
4206 | There are several other commands to print information about the selected | |
4207 | stack frame. | |
4208 | ||
4209 | @table @code | |
4210 | @item frame | |
4211 | @itemx f | |
4212 | When used without any argument, this command does not change which | |
4213 | frame is selected, but prints a brief description of the currently | |
4214 | selected stack frame. It can be abbreviated @code{f}. With an | |
4215 | argument, this command is used to select a stack frame. | |
4216 | @xref{Selection, ,Selecting a frame}. | |
4217 | ||
4218 | @kindex info frame | |
41afff9a | 4219 | @kindex info f @r{(@code{info frame})} |
c906108c SS |
4220 | @item info frame |
4221 | @itemx info f | |
4222 | This command prints a verbose description of the selected stack frame, | |
4223 | including: | |
4224 | ||
4225 | @itemize @bullet | |
5d161b24 DB |
4226 | @item |
4227 | the address of the frame | |
c906108c SS |
4228 | @item |
4229 | the address of the next frame down (called by this frame) | |
4230 | @item | |
4231 | the address of the next frame up (caller of this frame) | |
4232 | @item | |
4233 | the language in which the source code corresponding to this frame is written | |
4234 | @item | |
4235 | the address of the frame's arguments | |
4236 | @item | |
d4f3574e SS |
4237 | the address of the frame's local variables |
4238 | @item | |
c906108c SS |
4239 | the program counter saved in it (the address of execution in the caller frame) |
4240 | @item | |
4241 | which registers were saved in the frame | |
4242 | @end itemize | |
4243 | ||
4244 | @noindent The verbose description is useful when | |
4245 | something has gone wrong that has made the stack format fail to fit | |
4246 | the usual conventions. | |
4247 | ||
4248 | @item info frame @var{addr} | |
4249 | @itemx info f @var{addr} | |
4250 | Print a verbose description of the frame at address @var{addr}, without | |
4251 | selecting that frame. The selected frame remains unchanged by this | |
4252 | command. This requires the same kind of address (more than one for some | |
4253 | architectures) that you specify in the @code{frame} command. | |
4254 | @xref{Selection, ,Selecting a frame}. | |
4255 | ||
4256 | @kindex info args | |
4257 | @item info args | |
4258 | Print the arguments of the selected frame, each on a separate line. | |
4259 | ||
4260 | @item info locals | |
4261 | @kindex info locals | |
4262 | Print the local variables of the selected frame, each on a separate | |
4263 | line. These are all variables (declared either static or automatic) | |
4264 | accessible at the point of execution of the selected frame. | |
4265 | ||
c906108c | 4266 | @kindex info catch |
d4f3574e SS |
4267 | @cindex catch exceptions, list active handlers |
4268 | @cindex exception handlers, how to list | |
c906108c SS |
4269 | @item info catch |
4270 | Print a list of all the exception handlers that are active in the | |
4271 | current stack frame at the current point of execution. To see other | |
4272 | exception handlers, visit the associated frame (using the @code{up}, | |
4273 | @code{down}, or @code{frame} commands); then type @code{info catch}. | |
4274 | @xref{Set Catchpoints, , Setting catchpoints}. | |
53a5351d | 4275 | |
c906108c SS |
4276 | @end table |
4277 | ||
c906108c | 4278 | |
6d2ebf8b | 4279 | @node Source |
c906108c SS |
4280 | @chapter Examining Source Files |
4281 | ||
4282 | @value{GDBN} can print parts of your program's source, since the debugging | |
4283 | information recorded in the program tells @value{GDBN} what source files were | |
4284 | used to build it. When your program stops, @value{GDBN} spontaneously prints | |
4285 | the line where it stopped. Likewise, when you select a stack frame | |
4286 | (@pxref{Selection, ,Selecting a frame}), @value{GDBN} prints the line where | |
4287 | execution in that frame has stopped. You can print other portions of | |
4288 | source files by explicit command. | |
4289 | ||
7a292a7a | 4290 | If you use @value{GDBN} through its @sc{gnu} Emacs interface, you may |
d4f3574e | 4291 | prefer to use Emacs facilities to view source; see @ref{Emacs, ,Using |
7a292a7a | 4292 | @value{GDBN} under @sc{gnu} Emacs}. |
c906108c SS |
4293 | |
4294 | @menu | |
4295 | * List:: Printing source lines | |
87885426 | 4296 | * Edit:: Editing source files |
c906108c | 4297 | * Search:: Searching source files |
c906108c SS |
4298 | * Source Path:: Specifying source directories |
4299 | * Machine Code:: Source and machine code | |
4300 | @end menu | |
4301 | ||
6d2ebf8b | 4302 | @node List |
c906108c SS |
4303 | @section Printing source lines |
4304 | ||
4305 | @kindex list | |
41afff9a | 4306 | @kindex l @r{(@code{list})} |
c906108c | 4307 | To print lines from a source file, use the @code{list} command |
5d161b24 | 4308 | (abbreviated @code{l}). By default, ten lines are printed. |
c906108c SS |
4309 | There are several ways to specify what part of the file you want to print. |
4310 | ||
4311 | Here are the forms of the @code{list} command most commonly used: | |
4312 | ||
4313 | @table @code | |
4314 | @item list @var{linenum} | |
4315 | Print lines centered around line number @var{linenum} in the | |
4316 | current source file. | |
4317 | ||
4318 | @item list @var{function} | |
4319 | Print lines centered around the beginning of function | |
4320 | @var{function}. | |
4321 | ||
4322 | @item list | |
4323 | Print more lines. If the last lines printed were printed with a | |
4324 | @code{list} command, this prints lines following the last lines | |
4325 | printed; however, if the last line printed was a solitary line printed | |
4326 | as part of displaying a stack frame (@pxref{Stack, ,Examining the | |
4327 | Stack}), this prints lines centered around that line. | |
4328 | ||
4329 | @item list - | |
4330 | Print lines just before the lines last printed. | |
4331 | @end table | |
4332 | ||
4333 | By default, @value{GDBN} prints ten source lines with any of these forms of | |
4334 | the @code{list} command. You can change this using @code{set listsize}: | |
4335 | ||
4336 | @table @code | |
4337 | @kindex set listsize | |
4338 | @item set listsize @var{count} | |
4339 | Make the @code{list} command display @var{count} source lines (unless | |
4340 | the @code{list} argument explicitly specifies some other number). | |
4341 | ||
4342 | @kindex show listsize | |
4343 | @item show listsize | |
4344 | Display the number of lines that @code{list} prints. | |
4345 | @end table | |
4346 | ||
4347 | Repeating a @code{list} command with @key{RET} discards the argument, | |
4348 | so it is equivalent to typing just @code{list}. This is more useful | |
4349 | than listing the same lines again. An exception is made for an | |
4350 | argument of @samp{-}; that argument is preserved in repetition so that | |
4351 | each repetition moves up in the source file. | |
4352 | ||
4353 | @cindex linespec | |
4354 | In general, the @code{list} command expects you to supply zero, one or two | |
4355 | @dfn{linespecs}. Linespecs specify source lines; there are several ways | |
d4f3574e | 4356 | of writing them, but the effect is always to specify some source line. |
c906108c SS |
4357 | Here is a complete description of the possible arguments for @code{list}: |
4358 | ||
4359 | @table @code | |
4360 | @item list @var{linespec} | |
4361 | Print lines centered around the line specified by @var{linespec}. | |
4362 | ||
4363 | @item list @var{first},@var{last} | |
4364 | Print lines from @var{first} to @var{last}. Both arguments are | |
4365 | linespecs. | |
4366 | ||
4367 | @item list ,@var{last} | |
4368 | Print lines ending with @var{last}. | |
4369 | ||
4370 | @item list @var{first}, | |
4371 | Print lines starting with @var{first}. | |
4372 | ||
4373 | @item list + | |
4374 | Print lines just after the lines last printed. | |
4375 | ||
4376 | @item list - | |
4377 | Print lines just before the lines last printed. | |
4378 | ||
4379 | @item list | |
4380 | As described in the preceding table. | |
4381 | @end table | |
4382 | ||
4383 | Here are the ways of specifying a single source line---all the | |
4384 | kinds of linespec. | |
4385 | ||
4386 | @table @code | |
4387 | @item @var{number} | |
4388 | Specifies line @var{number} of the current source file. | |
4389 | When a @code{list} command has two linespecs, this refers to | |
4390 | the same source file as the first linespec. | |
4391 | ||
4392 | @item +@var{offset} | |
4393 | Specifies the line @var{offset} lines after the last line printed. | |
4394 | When used as the second linespec in a @code{list} command that has | |
4395 | two, this specifies the line @var{offset} lines down from the | |
4396 | first linespec. | |
4397 | ||
4398 | @item -@var{offset} | |
4399 | Specifies the line @var{offset} lines before the last line printed. | |
4400 | ||
4401 | @item @var{filename}:@var{number} | |
4402 | Specifies line @var{number} in the source file @var{filename}. | |
4403 | ||
4404 | @item @var{function} | |
4405 | Specifies the line that begins the body of the function @var{function}. | |
4406 | For example: in C, this is the line with the open brace. | |
4407 | ||
4408 | @item @var{filename}:@var{function} | |
4409 | Specifies the line of the open-brace that begins the body of the | |
4410 | function @var{function} in the file @var{filename}. You only need the | |
4411 | file name with a function name to avoid ambiguity when there are | |
4412 | identically named functions in different source files. | |
4413 | ||
4414 | @item *@var{address} | |
4415 | Specifies the line containing the program address @var{address}. | |
4416 | @var{address} may be any expression. | |
4417 | @end table | |
4418 | ||
87885426 FN |
4419 | @node Edit |
4420 | @section Editing source files | |
4421 | @cindex editing source files | |
4422 | ||
4423 | @kindex edit | |
4424 | @kindex e @r{(@code{edit})} | |
4425 | To edit the lines in a source file, use the @code{edit} command. | |
4426 | The editing program of your choice | |
4427 | is invoked with the current line set to | |
4428 | the active line in the program. | |
4429 | Alternatively, there are several ways to specify what part of the file you | |
4430 | want to print if you want to see other parts of the program. | |
4431 | ||
4432 | Here are the forms of the @code{edit} command most commonly used: | |
4433 | ||
4434 | @table @code | |
4435 | @item edit | |
4436 | Edit the current source file at the active line number in the program. | |
4437 | ||
4438 | @item edit @var{number} | |
4439 | Edit the current source file with @var{number} as the active line number. | |
4440 | ||
4441 | @item edit @var{function} | |
4442 | Edit the file containing @var{function} at the beginning of its definition. | |
4443 | ||
4444 | @item edit @var{filename}:@var{number} | |
4445 | Specifies line @var{number} in the source file @var{filename}. | |
4446 | ||
4447 | @item edit @var{filename}:@var{function} | |
4448 | Specifies the line that begins the body of the | |
4449 | function @var{function} in the file @var{filename}. You only need the | |
4450 | file name with a function name to avoid ambiguity when there are | |
4451 | identically named functions in different source files. | |
4452 | ||
4453 | @item edit *@var{address} | |
4454 | Specifies the line containing the program address @var{address}. | |
4455 | @var{address} may be any expression. | |
4456 | @end table | |
4457 | ||
4458 | @subsection Choosing your editor | |
4459 | You can customize @value{GDBN} to use any editor you want | |
4460 | @footnote{ | |
4461 | The only restriction is that your editor (say @code{ex}), recognizes the | |
4462 | following command-line syntax: | |
10998722 | 4463 | @smallexample |
87885426 | 4464 | ex +@var{number} file |
10998722 AC |
4465 | @end smallexample |
4466 | The optional numeric value +@var{number} designates the active line in | |
4467 | the file.}. By default, it is @value{EDITOR}, but you can change this | |
4468 | by setting the environment variable @code{EDITOR} before using | |
4469 | @value{GDBN}. For example, to configure @value{GDBN} to use the | |
4470 | @code{vi} editor, you could use these commands with the @code{sh} shell: | |
4471 | @smallexample | |
87885426 FN |
4472 | EDITOR=/usr/bin/vi |
4473 | export EDITOR | |
4474 | gdb ... | |
10998722 | 4475 | @end smallexample |
87885426 | 4476 | or in the @code{csh} shell, |
10998722 | 4477 | @smallexample |
87885426 FN |
4478 | setenv EDITOR /usr/bin/vi |
4479 | gdb ... | |
10998722 | 4480 | @end smallexample |
87885426 | 4481 | |
6d2ebf8b | 4482 | @node Search |
c906108c SS |
4483 | @section Searching source files |
4484 | @cindex searching | |
4485 | @kindex reverse-search | |
4486 | ||
4487 | There are two commands for searching through the current source file for a | |
4488 | regular expression. | |
4489 | ||
4490 | @table @code | |
4491 | @kindex search | |
4492 | @kindex forward-search | |
4493 | @item forward-search @var{regexp} | |
4494 | @itemx search @var{regexp} | |
4495 | The command @samp{forward-search @var{regexp}} checks each line, | |
4496 | starting with the one following the last line listed, for a match for | |
5d161b24 | 4497 | @var{regexp}. It lists the line that is found. You can use the |
c906108c SS |
4498 | synonym @samp{search @var{regexp}} or abbreviate the command name as |
4499 | @code{fo}. | |
4500 | ||
4501 | @item reverse-search @var{regexp} | |
4502 | The command @samp{reverse-search @var{regexp}} checks each line, starting | |
4503 | with the one before the last line listed and going backward, for a match | |
4504 | for @var{regexp}. It lists the line that is found. You can abbreviate | |
4505 | this command as @code{rev}. | |
4506 | @end table | |
c906108c | 4507 | |
6d2ebf8b | 4508 | @node Source Path |
c906108c SS |
4509 | @section Specifying source directories |
4510 | ||
4511 | @cindex source path | |
4512 | @cindex directories for source files | |
4513 | Executable programs sometimes do not record the directories of the source | |
4514 | files from which they were compiled, just the names. Even when they do, | |
4515 | the directories could be moved between the compilation and your debugging | |
4516 | session. @value{GDBN} has a list of directories to search for source files; | |
4517 | this is called the @dfn{source path}. Each time @value{GDBN} wants a source file, | |
4518 | it tries all the directories in the list, in the order they are present | |
4519 | in the list, until it finds a file with the desired name. Note that | |
4520 | the executable search path is @emph{not} used for this purpose. Neither is | |
4521 | the current working directory, unless it happens to be in the source | |
4522 | path. | |
4523 | ||
4524 | If @value{GDBN} cannot find a source file in the source path, and the | |
4525 | object program records a directory, @value{GDBN} tries that directory | |
4526 | too. If the source path is empty, and there is no record of the | |
4527 | compilation directory, @value{GDBN} looks in the current directory as a | |
4528 | last resort. | |
4529 | ||
4530 | Whenever you reset or rearrange the source path, @value{GDBN} clears out | |
4531 | any information it has cached about where source files are found and where | |
4532 | each line is in the file. | |
4533 | ||
4534 | @kindex directory | |
4535 | @kindex dir | |
d4f3574e SS |
4536 | When you start @value{GDBN}, its source path includes only @samp{cdir} |
4537 | and @samp{cwd}, in that order. | |
c906108c SS |
4538 | To add other directories, use the @code{directory} command. |
4539 | ||
4540 | @table @code | |
4541 | @item directory @var{dirname} @dots{} | |
4542 | @item dir @var{dirname} @dots{} | |
4543 | Add directory @var{dirname} to the front of the source path. Several | |
d4f3574e SS |
4544 | directory names may be given to this command, separated by @samp{:} |
4545 | (@samp{;} on MS-DOS and MS-Windows, where @samp{:} usually appears as | |
4546 | part of absolute file names) or | |
c906108c SS |
4547 | whitespace. You may specify a directory that is already in the source |
4548 | path; this moves it forward, so @value{GDBN} searches it sooner. | |
4549 | ||
4550 | @kindex cdir | |
4551 | @kindex cwd | |
41afff9a EZ |
4552 | @vindex $cdir@r{, convenience variable} |
4553 | @vindex $cwdr@r{, convenience variable} | |
c906108c SS |
4554 | @cindex compilation directory |
4555 | @cindex current directory | |
4556 | @cindex working directory | |
4557 | @cindex directory, current | |
4558 | @cindex directory, compilation | |
4559 | You can use the string @samp{$cdir} to refer to the compilation | |
4560 | directory (if one is recorded), and @samp{$cwd} to refer to the current | |
4561 | working directory. @samp{$cwd} is not the same as @samp{.}---the former | |
4562 | tracks the current working directory as it changes during your @value{GDBN} | |
4563 | session, while the latter is immediately expanded to the current | |
4564 | directory at the time you add an entry to the source path. | |
4565 | ||
4566 | @item directory | |
4567 | Reset the source path to empty again. This requires confirmation. | |
4568 | ||
4569 | @c RET-repeat for @code{directory} is explicitly disabled, but since | |
4570 | @c repeating it would be a no-op we do not say that. (thanks to RMS) | |
4571 | ||
4572 | @item show directories | |
4573 | @kindex show directories | |
4574 | Print the source path: show which directories it contains. | |
4575 | @end table | |
4576 | ||
4577 | If your source path is cluttered with directories that are no longer of | |
4578 | interest, @value{GDBN} may sometimes cause confusion by finding the wrong | |
4579 | versions of source. You can correct the situation as follows: | |
4580 | ||
4581 | @enumerate | |
4582 | @item | |
4583 | Use @code{directory} with no argument to reset the source path to empty. | |
4584 | ||
4585 | @item | |
4586 | Use @code{directory} with suitable arguments to reinstall the | |
4587 | directories you want in the source path. You can add all the | |
4588 | directories in one command. | |
4589 | @end enumerate | |
4590 | ||
6d2ebf8b | 4591 | @node Machine Code |
c906108c SS |
4592 | @section Source and machine code |
4593 | ||
4594 | You can use the command @code{info line} to map source lines to program | |
4595 | addresses (and vice versa), and the command @code{disassemble} to display | |
4596 | a range of addresses as machine instructions. When run under @sc{gnu} Emacs | |
d4f3574e | 4597 | mode, the @code{info line} command causes the arrow to point to the |
5d161b24 | 4598 | line specified. Also, @code{info line} prints addresses in symbolic form as |
c906108c SS |
4599 | well as hex. |
4600 | ||
4601 | @table @code | |
4602 | @kindex info line | |
4603 | @item info line @var{linespec} | |
4604 | Print the starting and ending addresses of the compiled code for | |
4605 | source line @var{linespec}. You can specify source lines in any of | |
4606 | the ways understood by the @code{list} command (@pxref{List, ,Printing | |
4607 | source lines}). | |
4608 | @end table | |
4609 | ||
4610 | For example, we can use @code{info line} to discover the location of | |
4611 | the object code for the first line of function | |
4612 | @code{m4_changequote}: | |
4613 | ||
d4f3574e SS |
4614 | @c FIXME: I think this example should also show the addresses in |
4615 | @c symbolic form, as they usually would be displayed. | |
c906108c | 4616 | @smallexample |
96a2c332 | 4617 | (@value{GDBP}) info line m4_changequote |
c906108c SS |
4618 | Line 895 of "builtin.c" starts at pc 0x634c and ends at 0x6350. |
4619 | @end smallexample | |
4620 | ||
4621 | @noindent | |
4622 | We can also inquire (using @code{*@var{addr}} as the form for | |
4623 | @var{linespec}) what source line covers a particular address: | |
4624 | @smallexample | |
4625 | (@value{GDBP}) info line *0x63ff | |
4626 | Line 926 of "builtin.c" starts at pc 0x63e4 and ends at 0x6404. | |
4627 | @end smallexample | |
4628 | ||
4629 | @cindex @code{$_} and @code{info line} | |
41afff9a | 4630 | @kindex x@r{(examine), and} info line |
c906108c SS |
4631 | After @code{info line}, the default address for the @code{x} command |
4632 | is changed to the starting address of the line, so that @samp{x/i} is | |
4633 | sufficient to begin examining the machine code (@pxref{Memory, | |
4634 | ,Examining memory}). Also, this address is saved as the value of the | |
4635 | convenience variable @code{$_} (@pxref{Convenience Vars, ,Convenience | |
4636 | variables}). | |
4637 | ||
4638 | @table @code | |
4639 | @kindex disassemble | |
4640 | @cindex assembly instructions | |
4641 | @cindex instructions, assembly | |
4642 | @cindex machine instructions | |
4643 | @cindex listing machine instructions | |
4644 | @item disassemble | |
4645 | This specialized command dumps a range of memory as machine | |
4646 | instructions. The default memory range is the function surrounding the | |
4647 | program counter of the selected frame. A single argument to this | |
4648 | command is a program counter value; @value{GDBN} dumps the function | |
4649 | surrounding this value. Two arguments specify a range of addresses | |
4650 | (first inclusive, second exclusive) to dump. | |
4651 | @end table | |
4652 | ||
c906108c SS |
4653 | The following example shows the disassembly of a range of addresses of |
4654 | HP PA-RISC 2.0 code: | |
4655 | ||
4656 | @smallexample | |
4657 | (@value{GDBP}) disas 0x32c4 0x32e4 | |
4658 | Dump of assembler code from 0x32c4 to 0x32e4: | |
4659 | 0x32c4 <main+204>: addil 0,dp | |
4660 | 0x32c8 <main+208>: ldw 0x22c(sr0,r1),r26 | |
4661 | 0x32cc <main+212>: ldil 0x3000,r31 | |
4662 | 0x32d0 <main+216>: ble 0x3f8(sr4,r31) | |
4663 | 0x32d4 <main+220>: ldo 0(r31),rp | |
4664 | 0x32d8 <main+224>: addil -0x800,dp | |
4665 | 0x32dc <main+228>: ldo 0x588(r1),r26 | |
4666 | 0x32e0 <main+232>: ldil 0x3000,r31 | |
4667 | End of assembler dump. | |
4668 | @end smallexample | |
c906108c SS |
4669 | |
4670 | Some architectures have more than one commonly-used set of instruction | |
4671 | mnemonics or other syntax. | |
4672 | ||
4673 | @table @code | |
d4f3574e | 4674 | @kindex set disassembly-flavor |
c906108c SS |
4675 | @cindex assembly instructions |
4676 | @cindex instructions, assembly | |
4677 | @cindex machine instructions | |
4678 | @cindex listing machine instructions | |
d4f3574e SS |
4679 | @cindex Intel disassembly flavor |
4680 | @cindex AT&T disassembly flavor | |
4681 | @item set disassembly-flavor @var{instruction-set} | |
c906108c SS |
4682 | Select the instruction set to use when disassembling the |
4683 | program via the @code{disassemble} or @code{x/i} commands. | |
4684 | ||
4685 | Currently this command is only defined for the Intel x86 family. You | |
d4f3574e SS |
4686 | can set @var{instruction-set} to either @code{intel} or @code{att}. |
4687 | The default is @code{att}, the AT&T flavor used by default by Unix | |
4688 | assemblers for x86-based targets. | |
c906108c SS |
4689 | @end table |
4690 | ||
4691 | ||
6d2ebf8b | 4692 | @node Data |
c906108c SS |
4693 | @chapter Examining Data |
4694 | ||
4695 | @cindex printing data | |
4696 | @cindex examining data | |
4697 | @kindex print | |
4698 | @kindex inspect | |
4699 | @c "inspect" is not quite a synonym if you are using Epoch, which we do not | |
4700 | @c document because it is nonstandard... Under Epoch it displays in a | |
4701 | @c different window or something like that. | |
4702 | The usual way to examine data in your program is with the @code{print} | |
7a292a7a SS |
4703 | command (abbreviated @code{p}), or its synonym @code{inspect}. It |
4704 | evaluates and prints the value of an expression of the language your | |
4705 | program is written in (@pxref{Languages, ,Using @value{GDBN} with | |
4706 | Different Languages}). | |
c906108c SS |
4707 | |
4708 | @table @code | |
d4f3574e SS |
4709 | @item print @var{expr} |
4710 | @itemx print /@var{f} @var{expr} | |
4711 | @var{expr} is an expression (in the source language). By default the | |
4712 | value of @var{expr} is printed in a format appropriate to its data type; | |
c906108c | 4713 | you can choose a different format by specifying @samp{/@var{f}}, where |
d4f3574e | 4714 | @var{f} is a letter specifying the format; see @ref{Output Formats,,Output |
c906108c SS |
4715 | formats}. |
4716 | ||
4717 | @item print | |
4718 | @itemx print /@var{f} | |
d4f3574e | 4719 | If you omit @var{expr}, @value{GDBN} displays the last value again (from the |
c906108c SS |
4720 | @dfn{value history}; @pxref{Value History, ,Value history}). This allows you to |
4721 | conveniently inspect the same value in an alternative format. | |
4722 | @end table | |
4723 | ||
4724 | A more low-level way of examining data is with the @code{x} command. | |
4725 | It examines data in memory at a specified address and prints it in a | |
4726 | specified format. @xref{Memory, ,Examining memory}. | |
4727 | ||
7a292a7a | 4728 | If you are interested in information about types, or about how the |
d4f3574e SS |
4729 | fields of a struct or a class are declared, use the @code{ptype @var{exp}} |
4730 | command rather than @code{print}. @xref{Symbols, ,Examining the Symbol | |
7a292a7a | 4731 | Table}. |
c906108c SS |
4732 | |
4733 | @menu | |
4734 | * Expressions:: Expressions | |
4735 | * Variables:: Program variables | |
4736 | * Arrays:: Artificial arrays | |
4737 | * Output Formats:: Output formats | |
4738 | * Memory:: Examining memory | |
4739 | * Auto Display:: Automatic display | |
4740 | * Print Settings:: Print settings | |
4741 | * Value History:: Value history | |
4742 | * Convenience Vars:: Convenience variables | |
4743 | * Registers:: Registers | |
c906108c | 4744 | * Floating Point Hardware:: Floating point hardware |
53c69bd7 | 4745 | * Vector Unit:: Vector Unit |
b383017d | 4746 | * Auxiliary Vector:: Auxiliary data provided by operating system |
29e57380 | 4747 | * Memory Region Attributes:: Memory region attributes |
16d9dec6 | 4748 | * Dump/Restore Files:: Copy between memory and a file |
a0eb71c5 KB |
4749 | * Character Sets:: Debugging programs that use a different |
4750 | character set than GDB does | |
c906108c SS |
4751 | @end menu |
4752 | ||
6d2ebf8b | 4753 | @node Expressions |
c906108c SS |
4754 | @section Expressions |
4755 | ||
4756 | @cindex expressions | |
4757 | @code{print} and many other @value{GDBN} commands accept an expression and | |
4758 | compute its value. Any kind of constant, variable or operator defined | |
4759 | by the programming language you are using is valid in an expression in | |
e2e0bcd1 JB |
4760 | @value{GDBN}. This includes conditional expressions, function calls, |
4761 | casts, and string constants. It also includes preprocessor macros, if | |
4762 | you compiled your program to include this information; see | |
4763 | @ref{Compilation}. | |
c906108c | 4764 | |
d4f3574e SS |
4765 | @value{GDBN} supports array constants in expressions input by |
4766 | the user. The syntax is @{@var{element}, @var{element}@dots{}@}. For example, | |
5d161b24 | 4767 | you can use the command @code{print @{1, 2, 3@}} to build up an array in |
d4f3574e | 4768 | memory that is @code{malloc}ed in the target program. |
c906108c | 4769 | |
c906108c SS |
4770 | Because C is so widespread, most of the expressions shown in examples in |
4771 | this manual are in C. @xref{Languages, , Using @value{GDBN} with Different | |
4772 | Languages}, for information on how to use expressions in other | |
4773 | languages. | |
4774 | ||
4775 | In this section, we discuss operators that you can use in @value{GDBN} | |
4776 | expressions regardless of your programming language. | |
4777 | ||
4778 | Casts are supported in all languages, not just in C, because it is so | |
4779 | useful to cast a number into a pointer in order to examine a structure | |
4780 | at that address in memory. | |
4781 | @c FIXME: casts supported---Mod2 true? | |
c906108c SS |
4782 | |
4783 | @value{GDBN} supports these operators, in addition to those common | |
4784 | to programming languages: | |
4785 | ||
4786 | @table @code | |
4787 | @item @@ | |
4788 | @samp{@@} is a binary operator for treating parts of memory as arrays. | |
4789 | @xref{Arrays, ,Artificial arrays}, for more information. | |
4790 | ||
4791 | @item :: | |
4792 | @samp{::} allows you to specify a variable in terms of the file or | |
4793 | function where it is defined. @xref{Variables, ,Program variables}. | |
4794 | ||
4795 | @cindex @{@var{type}@} | |
4796 | @cindex type casting memory | |
4797 | @cindex memory, viewing as typed object | |
4798 | @cindex casts, to view memory | |
4799 | @item @{@var{type}@} @var{addr} | |
4800 | Refers to an object of type @var{type} stored at address @var{addr} in | |
4801 | memory. @var{addr} may be any expression whose value is an integer or | |
4802 | pointer (but parentheses are required around binary operators, just as in | |
4803 | a cast). This construct is allowed regardless of what kind of data is | |
4804 | normally supposed to reside at @var{addr}. | |
4805 | @end table | |
4806 | ||
6d2ebf8b | 4807 | @node Variables |
c906108c SS |
4808 | @section Program variables |
4809 | ||
4810 | The most common kind of expression to use is the name of a variable | |
4811 | in your program. | |
4812 | ||
4813 | Variables in expressions are understood in the selected stack frame | |
4814 | (@pxref{Selection, ,Selecting a frame}); they must be either: | |
4815 | ||
4816 | @itemize @bullet | |
4817 | @item | |
4818 | global (or file-static) | |
4819 | @end itemize | |
4820 | ||
5d161b24 | 4821 | @noindent or |
c906108c SS |
4822 | |
4823 | @itemize @bullet | |
4824 | @item | |
4825 | visible according to the scope rules of the | |
4826 | programming language from the point of execution in that frame | |
5d161b24 | 4827 | @end itemize |
c906108c SS |
4828 | |
4829 | @noindent This means that in the function | |
4830 | ||
474c8240 | 4831 | @smallexample |
c906108c SS |
4832 | foo (a) |
4833 | int a; | |
4834 | @{ | |
4835 | bar (a); | |
4836 | @{ | |
4837 | int b = test (); | |
4838 | bar (b); | |
4839 | @} | |
4840 | @} | |
474c8240 | 4841 | @end smallexample |
c906108c SS |
4842 | |
4843 | @noindent | |
4844 | you can examine and use the variable @code{a} whenever your program is | |
4845 | executing within the function @code{foo}, but you can only use or | |
4846 | examine the variable @code{b} while your program is executing inside | |
4847 | the block where @code{b} is declared. | |
4848 | ||
4849 | @cindex variable name conflict | |
4850 | There is an exception: you can refer to a variable or function whose | |
4851 | scope is a single source file even if the current execution point is not | |
4852 | in this file. But it is possible to have more than one such variable or | |
4853 | function with the same name (in different source files). If that | |
4854 | happens, referring to that name has unpredictable effects. If you wish, | |
4855 | you can specify a static variable in a particular function or file, | |
4856 | using the colon-colon notation: | |
4857 | ||
d4f3574e | 4858 | @cindex colon-colon, context for variables/functions |
c906108c SS |
4859 | @iftex |
4860 | @c info cannot cope with a :: index entry, but why deprive hard copy readers? | |
41afff9a | 4861 | @cindex @code{::}, context for variables/functions |
c906108c | 4862 | @end iftex |
474c8240 | 4863 | @smallexample |
c906108c SS |
4864 | @var{file}::@var{variable} |
4865 | @var{function}::@var{variable} | |
474c8240 | 4866 | @end smallexample |
c906108c SS |
4867 | |
4868 | @noindent | |
4869 | Here @var{file} or @var{function} is the name of the context for the | |
4870 | static @var{variable}. In the case of file names, you can use quotes to | |
4871 | make sure @value{GDBN} parses the file name as a single word---for example, | |
4872 | to print a global value of @code{x} defined in @file{f2.c}: | |
4873 | ||
474c8240 | 4874 | @smallexample |
c906108c | 4875 | (@value{GDBP}) p 'f2.c'::x |
474c8240 | 4876 | @end smallexample |
c906108c | 4877 | |
b37052ae | 4878 | @cindex C@t{++} scope resolution |
c906108c | 4879 | This use of @samp{::} is very rarely in conflict with the very similar |
b37052ae | 4880 | use of the same notation in C@t{++}. @value{GDBN} also supports use of the C@t{++} |
c906108c SS |
4881 | scope resolution operator in @value{GDBN} expressions. |
4882 | @c FIXME: Um, so what happens in one of those rare cases where it's in | |
4883 | @c conflict?? --mew | |
c906108c SS |
4884 | |
4885 | @cindex wrong values | |
4886 | @cindex variable values, wrong | |
4887 | @quotation | |
4888 | @emph{Warning:} Occasionally, a local variable may appear to have the | |
4889 | wrong value at certain points in a function---just after entry to a new | |
4890 | scope, and just before exit. | |
4891 | @end quotation | |
4892 | You may see this problem when you are stepping by machine instructions. | |
4893 | This is because, on most machines, it takes more than one instruction to | |
4894 | set up a stack frame (including local variable definitions); if you are | |
4895 | stepping by machine instructions, variables may appear to have the wrong | |
4896 | values until the stack frame is completely built. On exit, it usually | |
4897 | also takes more than one machine instruction to destroy a stack frame; | |
4898 | after you begin stepping through that group of instructions, local | |
4899 | variable definitions may be gone. | |
4900 | ||
4901 | This may also happen when the compiler does significant optimizations. | |
4902 | To be sure of always seeing accurate values, turn off all optimization | |
4903 | when compiling. | |
4904 | ||
d4f3574e SS |
4905 | @cindex ``No symbol "foo" in current context'' |
4906 | Another possible effect of compiler optimizations is to optimize | |
4907 | unused variables out of existence, or assign variables to registers (as | |
4908 | opposed to memory addresses). Depending on the support for such cases | |
4909 | offered by the debug info format used by the compiler, @value{GDBN} | |
4910 | might not be able to display values for such local variables. If that | |
4911 | happens, @value{GDBN} will print a message like this: | |
4912 | ||
474c8240 | 4913 | @smallexample |
d4f3574e | 4914 | No symbol "foo" in current context. |
474c8240 | 4915 | @end smallexample |
d4f3574e SS |
4916 | |
4917 | To solve such problems, either recompile without optimizations, or use a | |
4918 | different debug info format, if the compiler supports several such | |
0179ffac DC |
4919 | formats. For example, @value{NGCC}, the @sc{gnu} C/C@t{++} compiler |
4920 | usually supports the @option{-gstabs+} option. @option{-gstabs+} | |
4921 | produces debug info in a format that is superior to formats such as | |
4922 | COFF. You may be able to use DWARF 2 (@option{-gdwarf-2}), which is also | |
4923 | an effective form for debug info. @xref{Debugging Options,,Options | |
4924 | for Debugging Your Program or @sc{gnu} CC, gcc.info, Using @sc{gnu} CC}. | |
d4f3574e SS |
4925 | |
4926 | ||
6d2ebf8b | 4927 | @node Arrays |
c906108c SS |
4928 | @section Artificial arrays |
4929 | ||
4930 | @cindex artificial array | |
41afff9a | 4931 | @kindex @@@r{, referencing memory as an array} |
c906108c SS |
4932 | It is often useful to print out several successive objects of the |
4933 | same type in memory; a section of an array, or an array of | |
4934 | dynamically determined size for which only a pointer exists in the | |
4935 | program. | |
4936 | ||
4937 | You can do this by referring to a contiguous span of memory as an | |
4938 | @dfn{artificial array}, using the binary operator @samp{@@}. The left | |
4939 | operand of @samp{@@} should be the first element of the desired array | |
4940 | and be an individual object. The right operand should be the desired length | |
4941 | of the array. The result is an array value whose elements are all of | |
4942 | the type of the left argument. The first element is actually the left | |
4943 | argument; the second element comes from bytes of memory immediately | |
4944 | following those that hold the first element, and so on. Here is an | |
4945 | example. If a program says | |
4946 | ||
474c8240 | 4947 | @smallexample |
c906108c | 4948 | int *array = (int *) malloc (len * sizeof (int)); |
474c8240 | 4949 | @end smallexample |
c906108c SS |
4950 | |
4951 | @noindent | |
4952 | you can print the contents of @code{array} with | |
4953 | ||
474c8240 | 4954 | @smallexample |
c906108c | 4955 | p *array@@len |
474c8240 | 4956 | @end smallexample |
c906108c SS |
4957 | |
4958 | The left operand of @samp{@@} must reside in memory. Array values made | |
4959 | with @samp{@@} in this way behave just like other arrays in terms of | |
4960 | subscripting, and are coerced to pointers when used in expressions. | |
4961 | Artificial arrays most often appear in expressions via the value history | |
4962 | (@pxref{Value History, ,Value history}), after printing one out. | |
4963 | ||
4964 | Another way to create an artificial array is to use a cast. | |
4965 | This re-interprets a value as if it were an array. | |
4966 | The value need not be in memory: | |
474c8240 | 4967 | @smallexample |
c906108c SS |
4968 | (@value{GDBP}) p/x (short[2])0x12345678 |
4969 | $1 = @{0x1234, 0x5678@} | |
474c8240 | 4970 | @end smallexample |
c906108c SS |
4971 | |
4972 | As a convenience, if you leave the array length out (as in | |
c3f6f71d | 4973 | @samp{(@var{type}[])@var{value}}) @value{GDBN} calculates the size to fill |
c906108c | 4974 | the value (as @samp{sizeof(@var{value})/sizeof(@var{type})}: |
474c8240 | 4975 | @smallexample |
c906108c SS |
4976 | (@value{GDBP}) p/x (short[])0x12345678 |
4977 | $2 = @{0x1234, 0x5678@} | |
474c8240 | 4978 | @end smallexample |
c906108c SS |
4979 | |
4980 | Sometimes the artificial array mechanism is not quite enough; in | |
4981 | moderately complex data structures, the elements of interest may not | |
4982 | actually be adjacent---for example, if you are interested in the values | |
4983 | of pointers in an array. One useful work-around in this situation is | |
4984 | to use a convenience variable (@pxref{Convenience Vars, ,Convenience | |
4985 | variables}) as a counter in an expression that prints the first | |
4986 | interesting value, and then repeat that expression via @key{RET}. For | |
4987 | instance, suppose you have an array @code{dtab} of pointers to | |
4988 | structures, and you are interested in the values of a field @code{fv} | |
4989 | in each structure. Here is an example of what you might type: | |
4990 | ||
474c8240 | 4991 | @smallexample |
c906108c SS |
4992 | set $i = 0 |
4993 | p dtab[$i++]->fv | |
4994 | @key{RET} | |
4995 | @key{RET} | |
4996 | @dots{} | |
474c8240 | 4997 | @end smallexample |
c906108c | 4998 | |
6d2ebf8b | 4999 | @node Output Formats |
c906108c SS |
5000 | @section Output formats |
5001 | ||
5002 | @cindex formatted output | |
5003 | @cindex output formats | |
5004 | By default, @value{GDBN} prints a value according to its data type. Sometimes | |
5005 | this is not what you want. For example, you might want to print a number | |
5006 | in hex, or a pointer in decimal. Or you might want to view data in memory | |
5007 | at a certain address as a character string or as an instruction. To do | |
5008 | these things, specify an @dfn{output format} when you print a value. | |
5009 | ||
5010 | The simplest use of output formats is to say how to print a value | |
5011 | already computed. This is done by starting the arguments of the | |
5012 | @code{print} command with a slash and a format letter. The format | |
5013 | letters supported are: | |
5014 | ||
5015 | @table @code | |
5016 | @item x | |
5017 | Regard the bits of the value as an integer, and print the integer in | |
5018 | hexadecimal. | |
5019 | ||
5020 | @item d | |
5021 | Print as integer in signed decimal. | |
5022 | ||
5023 | @item u | |
5024 | Print as integer in unsigned decimal. | |
5025 | ||
5026 | @item o | |
5027 | Print as integer in octal. | |
5028 | ||
5029 | @item t | |
5030 | Print as integer in binary. The letter @samp{t} stands for ``two''. | |
5031 | @footnote{@samp{b} cannot be used because these format letters are also | |
5032 | used with the @code{x} command, where @samp{b} stands for ``byte''; | |
d4f3574e | 5033 | see @ref{Memory,,Examining memory}.} |
c906108c SS |
5034 | |
5035 | @item a | |
5036 | @cindex unknown address, locating | |
3d67e040 | 5037 | @cindex locate address |
c906108c SS |
5038 | Print as an address, both absolute in hexadecimal and as an offset from |
5039 | the nearest preceding symbol. You can use this format used to discover | |
5040 | where (in what function) an unknown address is located: | |
5041 | ||
474c8240 | 5042 | @smallexample |
c906108c SS |
5043 | (@value{GDBP}) p/a 0x54320 |
5044 | $3 = 0x54320 <_initialize_vx+396> | |
474c8240 | 5045 | @end smallexample |
c906108c | 5046 | |
3d67e040 EZ |
5047 | @noindent |
5048 | The command @code{info symbol 0x54320} yields similar results. | |
5049 | @xref{Symbols, info symbol}. | |
5050 | ||
c906108c SS |
5051 | @item c |
5052 | Regard as an integer and print it as a character constant. | |
5053 | ||
5054 | @item f | |
5055 | Regard the bits of the value as a floating point number and print | |
5056 | using typical floating point syntax. | |
5057 | @end table | |
5058 | ||
5059 | For example, to print the program counter in hex (@pxref{Registers}), type | |
5060 | ||
474c8240 | 5061 | @smallexample |
c906108c | 5062 | p/x $pc |
474c8240 | 5063 | @end smallexample |
c906108c SS |
5064 | |
5065 | @noindent | |
5066 | Note that no space is required before the slash; this is because command | |
5067 | names in @value{GDBN} cannot contain a slash. | |
5068 | ||
5069 | To reprint the last value in the value history with a different format, | |
5070 | you can use the @code{print} command with just a format and no | |
5071 | expression. For example, @samp{p/x} reprints the last value in hex. | |
5072 | ||
6d2ebf8b | 5073 | @node Memory |
c906108c SS |
5074 | @section Examining memory |
5075 | ||
5076 | You can use the command @code{x} (for ``examine'') to examine memory in | |
5077 | any of several formats, independently of your program's data types. | |
5078 | ||
5079 | @cindex examining memory | |
5080 | @table @code | |
41afff9a | 5081 | @kindex x @r{(examine memory)} |
c906108c SS |
5082 | @item x/@var{nfu} @var{addr} |
5083 | @itemx x @var{addr} | |
5084 | @itemx x | |
5085 | Use the @code{x} command to examine memory. | |
5086 | @end table | |
5087 | ||
5088 | @var{n}, @var{f}, and @var{u} are all optional parameters that specify how | |
5089 | much memory to display and how to format it; @var{addr} is an | |
5090 | expression giving the address where you want to start displaying memory. | |
5091 | If you use defaults for @var{nfu}, you need not type the slash @samp{/}. | |
5092 | Several commands set convenient defaults for @var{addr}. | |
5093 | ||
5094 | @table @r | |
5095 | @item @var{n}, the repeat count | |
5096 | The repeat count is a decimal integer; the default is 1. It specifies | |
5097 | how much memory (counting by units @var{u}) to display. | |
5098 | @c This really is **decimal**; unaffected by 'set radix' as of GDB | |
5099 | @c 4.1.2. | |
5100 | ||
5101 | @item @var{f}, the display format | |
5102 | The display format is one of the formats used by @code{print}, | |
5103 | @samp{s} (null-terminated string), or @samp{i} (machine instruction). | |
5104 | The default is @samp{x} (hexadecimal) initially. | |
5105 | The default changes each time you use either @code{x} or @code{print}. | |
5106 | ||
5107 | @item @var{u}, the unit size | |
5108 | The unit size is any of | |
5109 | ||
5110 | @table @code | |
5111 | @item b | |
5112 | Bytes. | |
5113 | @item h | |
5114 | Halfwords (two bytes). | |
5115 | @item w | |
5116 | Words (four bytes). This is the initial default. | |
5117 | @item g | |
5118 | Giant words (eight bytes). | |
5119 | @end table | |
5120 | ||
5121 | Each time you specify a unit size with @code{x}, that size becomes the | |
5122 | default unit the next time you use @code{x}. (For the @samp{s} and | |
5123 | @samp{i} formats, the unit size is ignored and is normally not written.) | |
5124 | ||
5125 | @item @var{addr}, starting display address | |
5126 | @var{addr} is the address where you want @value{GDBN} to begin displaying | |
5127 | memory. The expression need not have a pointer value (though it may); | |
5128 | it is always interpreted as an integer address of a byte of memory. | |
5129 | @xref{Expressions, ,Expressions}, for more information on expressions. The default for | |
5130 | @var{addr} is usually just after the last address examined---but several | |
5131 | other commands also set the default address: @code{info breakpoints} (to | |
5132 | the address of the last breakpoint listed), @code{info line} (to the | |
5133 | starting address of a line), and @code{print} (if you use it to display | |
5134 | a value from memory). | |
5135 | @end table | |
5136 | ||
5137 | For example, @samp{x/3uh 0x54320} is a request to display three halfwords | |
5138 | (@code{h}) of memory, formatted as unsigned decimal integers (@samp{u}), | |
5139 | starting at address @code{0x54320}. @samp{x/4xw $sp} prints the four | |
5140 | words (@samp{w}) of memory above the stack pointer (here, @samp{$sp}; | |
d4f3574e | 5141 | @pxref{Registers, ,Registers}) in hexadecimal (@samp{x}). |
c906108c SS |
5142 | |
5143 | Since the letters indicating unit sizes are all distinct from the | |
5144 | letters specifying output formats, you do not have to remember whether | |
5145 | unit size or format comes first; either order works. The output | |
5146 | specifications @samp{4xw} and @samp{4wx} mean exactly the same thing. | |
5147 | (However, the count @var{n} must come first; @samp{wx4} does not work.) | |
5148 | ||
5149 | Even though the unit size @var{u} is ignored for the formats @samp{s} | |
5150 | and @samp{i}, you might still want to use a count @var{n}; for example, | |
5151 | @samp{3i} specifies that you want to see three machine instructions, | |
5152 | including any operands. The command @code{disassemble} gives an | |
d4f3574e | 5153 | alternative way of inspecting machine instructions; see @ref{Machine |
c906108c SS |
5154 | Code,,Source and machine code}. |
5155 | ||
5156 | All the defaults for the arguments to @code{x} are designed to make it | |
5157 | easy to continue scanning memory with minimal specifications each time | |
5158 | you use @code{x}. For example, after you have inspected three machine | |
5159 | instructions with @samp{x/3i @var{addr}}, you can inspect the next seven | |
5160 | with just @samp{x/7}. If you use @key{RET} to repeat the @code{x} command, | |
5161 | the repeat count @var{n} is used again; the other arguments default as | |
5162 | for successive uses of @code{x}. | |
5163 | ||
5164 | @cindex @code{$_}, @code{$__}, and value history | |
5165 | The addresses and contents printed by the @code{x} command are not saved | |
5166 | in the value history because there is often too much of them and they | |
5167 | would get in the way. Instead, @value{GDBN} makes these values available for | |
5168 | subsequent use in expressions as values of the convenience variables | |
5169 | @code{$_} and @code{$__}. After an @code{x} command, the last address | |
5170 | examined is available for use in expressions in the convenience variable | |
5171 | @code{$_}. The contents of that address, as examined, are available in | |
5172 | the convenience variable @code{$__}. | |
5173 | ||
5174 | If the @code{x} command has a repeat count, the address and contents saved | |
5175 | are from the last memory unit printed; this is not the same as the last | |
5176 | address printed if several units were printed on the last line of output. | |
5177 | ||
6d2ebf8b | 5178 | @node Auto Display |
c906108c SS |
5179 | @section Automatic display |
5180 | @cindex automatic display | |
5181 | @cindex display of expressions | |
5182 | ||
5183 | If you find that you want to print the value of an expression frequently | |
5184 | (to see how it changes), you might want to add it to the @dfn{automatic | |
5185 | display list} so that @value{GDBN} prints its value each time your program stops. | |
5186 | Each expression added to the list is given a number to identify it; | |
5187 | to remove an expression from the list, you specify that number. | |
5188 | The automatic display looks like this: | |
5189 | ||
474c8240 | 5190 | @smallexample |
c906108c SS |
5191 | 2: foo = 38 |
5192 | 3: bar[5] = (struct hack *) 0x3804 | |
474c8240 | 5193 | @end smallexample |
c906108c SS |
5194 | |
5195 | @noindent | |
5196 | This display shows item numbers, expressions and their current values. As with | |
5197 | displays you request manually using @code{x} or @code{print}, you can | |
5198 | specify the output format you prefer; in fact, @code{display} decides | |
5199 | whether to use @code{print} or @code{x} depending on how elaborate your | |
5200 | format specification is---it uses @code{x} if you specify a unit size, | |
5201 | or one of the two formats (@samp{i} and @samp{s}) that are only | |
5202 | supported by @code{x}; otherwise it uses @code{print}. | |
5203 | ||
5204 | @table @code | |
5205 | @kindex display | |
d4f3574e SS |
5206 | @item display @var{expr} |
5207 | Add the expression @var{expr} to the list of expressions to display | |
c906108c SS |
5208 | each time your program stops. @xref{Expressions, ,Expressions}. |
5209 | ||
5210 | @code{display} does not repeat if you press @key{RET} again after using it. | |
5211 | ||
d4f3574e | 5212 | @item display/@var{fmt} @var{expr} |
c906108c | 5213 | For @var{fmt} specifying only a display format and not a size or |
d4f3574e | 5214 | count, add the expression @var{expr} to the auto-display list but |
c906108c SS |
5215 | arrange to display it each time in the specified format @var{fmt}. |
5216 | @xref{Output Formats,,Output formats}. | |
5217 | ||
5218 | @item display/@var{fmt} @var{addr} | |
5219 | For @var{fmt} @samp{i} or @samp{s}, or including a unit-size or a | |
5220 | number of units, add the expression @var{addr} as a memory address to | |
5221 | be examined each time your program stops. Examining means in effect | |
5222 | doing @samp{x/@var{fmt} @var{addr}}. @xref{Memory, ,Examining memory}. | |
5223 | @end table | |
5224 | ||
5225 | For example, @samp{display/i $pc} can be helpful, to see the machine | |
5226 | instruction about to be executed each time execution stops (@samp{$pc} | |
d4f3574e | 5227 | is a common name for the program counter; @pxref{Registers, ,Registers}). |
c906108c SS |
5228 | |
5229 | @table @code | |
5230 | @kindex delete display | |
5231 | @kindex undisplay | |
5232 | @item undisplay @var{dnums}@dots{} | |
5233 | @itemx delete display @var{dnums}@dots{} | |
5234 | Remove item numbers @var{dnums} from the list of expressions to display. | |
5235 | ||
5236 | @code{undisplay} does not repeat if you press @key{RET} after using it. | |
5237 | (Otherwise you would just get the error @samp{No display number @dots{}}.) | |
5238 | ||
5239 | @kindex disable display | |
5240 | @item disable display @var{dnums}@dots{} | |
5241 | Disable the display of item numbers @var{dnums}. A disabled display | |
5242 | item is not printed automatically, but is not forgotten. It may be | |
5243 | enabled again later. | |
5244 | ||
5245 | @kindex enable display | |
5246 | @item enable display @var{dnums}@dots{} | |
5247 | Enable display of item numbers @var{dnums}. It becomes effective once | |
5248 | again in auto display of its expression, until you specify otherwise. | |
5249 | ||
5250 | @item display | |
5251 | Display the current values of the expressions on the list, just as is | |
5252 | done when your program stops. | |
5253 | ||
5254 | @kindex info display | |
5255 | @item info display | |
5256 | Print the list of expressions previously set up to display | |
5257 | automatically, each one with its item number, but without showing the | |
5258 | values. This includes disabled expressions, which are marked as such. | |
5259 | It also includes expressions which would not be displayed right now | |
5260 | because they refer to automatic variables not currently available. | |
5261 | @end table | |
5262 | ||
5263 | If a display expression refers to local variables, then it does not make | |
5264 | sense outside the lexical context for which it was set up. Such an | |
5265 | expression is disabled when execution enters a context where one of its | |
5266 | variables is not defined. For example, if you give the command | |
5267 | @code{display last_char} while inside a function with an argument | |
5268 | @code{last_char}, @value{GDBN} displays this argument while your program | |
5269 | continues to stop inside that function. When it stops elsewhere---where | |
5270 | there is no variable @code{last_char}---the display is disabled | |
5271 | automatically. The next time your program stops where @code{last_char} | |
5272 | is meaningful, you can enable the display expression once again. | |
5273 | ||
6d2ebf8b | 5274 | @node Print Settings |
c906108c SS |
5275 | @section Print settings |
5276 | ||
5277 | @cindex format options | |
5278 | @cindex print settings | |
5279 | @value{GDBN} provides the following ways to control how arrays, structures, | |
5280 | and symbols are printed. | |
5281 | ||
5282 | @noindent | |
5283 | These settings are useful for debugging programs in any language: | |
5284 | ||
5285 | @table @code | |
5286 | @kindex set print address | |
5287 | @item set print address | |
5288 | @itemx set print address on | |
5289 | @value{GDBN} prints memory addresses showing the location of stack | |
5290 | traces, structure values, pointer values, breakpoints, and so forth, | |
5291 | even when it also displays the contents of those addresses. The default | |
5292 | is @code{on}. For example, this is what a stack frame display looks like with | |
5293 | @code{set print address on}: | |
5294 | ||
5295 | @smallexample | |
5296 | @group | |
5297 | (@value{GDBP}) f | |
5298 | #0 set_quotes (lq=0x34c78 "<<", rq=0x34c88 ">>") | |
5299 | at input.c:530 | |
5300 | 530 if (lquote != def_lquote) | |
5301 | @end group | |
5302 | @end smallexample | |
5303 | ||
5304 | @item set print address off | |
5305 | Do not print addresses when displaying their contents. For example, | |
5306 | this is the same stack frame displayed with @code{set print address off}: | |
5307 | ||
5308 | @smallexample | |
5309 | @group | |
5310 | (@value{GDBP}) set print addr off | |
5311 | (@value{GDBP}) f | |
5312 | #0 set_quotes (lq="<<", rq=">>") at input.c:530 | |
5313 | 530 if (lquote != def_lquote) | |
5314 | @end group | |
5315 | @end smallexample | |
5316 | ||
5317 | You can use @samp{set print address off} to eliminate all machine | |
5318 | dependent displays from the @value{GDBN} interface. For example, with | |
5319 | @code{print address off}, you should get the same text for backtraces on | |
5320 | all machines---whether or not they involve pointer arguments. | |
5321 | ||
5322 | @kindex show print address | |
5323 | @item show print address | |
5324 | Show whether or not addresses are to be printed. | |
5325 | @end table | |
5326 | ||
5327 | When @value{GDBN} prints a symbolic address, it normally prints the | |
5328 | closest earlier symbol plus an offset. If that symbol does not uniquely | |
5329 | identify the address (for example, it is a name whose scope is a single | |
5330 | source file), you may need to clarify. One way to do this is with | |
5331 | @code{info line}, for example @samp{info line *0x4537}. Alternately, | |
5332 | you can set @value{GDBN} to print the source file and line number when | |
5333 | it prints a symbolic address: | |
5334 | ||
5335 | @table @code | |
5336 | @kindex set print symbol-filename | |
5337 | @item set print symbol-filename on | |
5338 | Tell @value{GDBN} to print the source file name and line number of a | |
5339 | symbol in the symbolic form of an address. | |
5340 | ||
5341 | @item set print symbol-filename off | |
5342 | Do not print source file name and line number of a symbol. This is the | |
5343 | default. | |
5344 | ||
5345 | @kindex show print symbol-filename | |
5346 | @item show print symbol-filename | |
5347 | Show whether or not @value{GDBN} will print the source file name and | |
5348 | line number of a symbol in the symbolic form of an address. | |
5349 | @end table | |
5350 | ||
5351 | Another situation where it is helpful to show symbol filenames and line | |
5352 | numbers is when disassembling code; @value{GDBN} shows you the line | |
5353 | number and source file that corresponds to each instruction. | |
5354 | ||
5355 | Also, you may wish to see the symbolic form only if the address being | |
5356 | printed is reasonably close to the closest earlier symbol: | |
5357 | ||
5358 | @table @code | |
5359 | @kindex set print max-symbolic-offset | |
5360 | @item set print max-symbolic-offset @var{max-offset} | |
5361 | Tell @value{GDBN} to only display the symbolic form of an address if the | |
5362 | offset between the closest earlier symbol and the address is less than | |
5d161b24 | 5363 | @var{max-offset}. The default is 0, which tells @value{GDBN} |
c906108c SS |
5364 | to always print the symbolic form of an address if any symbol precedes it. |
5365 | ||
5366 | @kindex show print max-symbolic-offset | |
5367 | @item show print max-symbolic-offset | |
5368 | Ask how large the maximum offset is that @value{GDBN} prints in a | |
5369 | symbolic address. | |
5370 | @end table | |
5371 | ||
5372 | @cindex wild pointer, interpreting | |
5373 | @cindex pointer, finding referent | |
5374 | If you have a pointer and you are not sure where it points, try | |
5375 | @samp{set print symbol-filename on}. Then you can determine the name | |
5376 | and source file location of the variable where it points, using | |
5377 | @samp{p/a @var{pointer}}. This interprets the address in symbolic form. | |
5378 | For example, here @value{GDBN} shows that a variable @code{ptt} points | |
5379 | at another variable @code{t}, defined in @file{hi2.c}: | |
5380 | ||
474c8240 | 5381 | @smallexample |
c906108c SS |
5382 | (@value{GDBP}) set print symbol-filename on |
5383 | (@value{GDBP}) p/a ptt | |
5384 | $4 = 0xe008 <t in hi2.c> | |
474c8240 | 5385 | @end smallexample |
c906108c SS |
5386 | |
5387 | @quotation | |
5388 | @emph{Warning:} For pointers that point to a local variable, @samp{p/a} | |
5389 | does not show the symbol name and filename of the referent, even with | |
5390 | the appropriate @code{set print} options turned on. | |
5391 | @end quotation | |
5392 | ||
5393 | Other settings control how different kinds of objects are printed: | |
5394 | ||
5395 | @table @code | |
5396 | @kindex set print array | |
5397 | @item set print array | |
5398 | @itemx set print array on | |
5399 | Pretty print arrays. This format is more convenient to read, | |
5400 | but uses more space. The default is off. | |
5401 | ||
5402 | @item set print array off | |
5403 | Return to compressed format for arrays. | |
5404 | ||
5405 | @kindex show print array | |
5406 | @item show print array | |
5407 | Show whether compressed or pretty format is selected for displaying | |
5408 | arrays. | |
5409 | ||
5410 | @kindex set print elements | |
5411 | @item set print elements @var{number-of-elements} | |
5412 | Set a limit on how many elements of an array @value{GDBN} will print. | |
5413 | If @value{GDBN} is printing a large array, it stops printing after it has | |
5414 | printed the number of elements set by the @code{set print elements} command. | |
5415 | This limit also applies to the display of strings. | |
d4f3574e | 5416 | When @value{GDBN} starts, this limit is set to 200. |
c906108c SS |
5417 | Setting @var{number-of-elements} to zero means that the printing is unlimited. |
5418 | ||
5419 | @kindex show print elements | |
5420 | @item show print elements | |
5421 | Display the number of elements of a large array that @value{GDBN} will print. | |
5422 | If the number is 0, then the printing is unlimited. | |
5423 | ||
5424 | @kindex set print null-stop | |
5425 | @item set print null-stop | |
5426 | Cause @value{GDBN} to stop printing the characters of an array when the first | |
d4f3574e | 5427 | @sc{null} is encountered. This is useful when large arrays actually |
c906108c | 5428 | contain only short strings. |
d4f3574e | 5429 | The default is off. |
c906108c SS |
5430 | |
5431 | @kindex set print pretty | |
5432 | @item set print pretty on | |
5d161b24 | 5433 | Cause @value{GDBN} to print structures in an indented format with one member |
c906108c SS |
5434 | per line, like this: |
5435 | ||
5436 | @smallexample | |
5437 | @group | |
5438 | $1 = @{ | |
5439 | next = 0x0, | |
5440 | flags = @{ | |
5441 | sweet = 1, | |
5442 | sour = 1 | |
5443 | @}, | |
5444 | meat = 0x54 "Pork" | |
5445 | @} | |
5446 | @end group | |
5447 | @end smallexample | |
5448 | ||
5449 | @item set print pretty off | |
5450 | Cause @value{GDBN} to print structures in a compact format, like this: | |
5451 | ||
5452 | @smallexample | |
5453 | @group | |
5454 | $1 = @{next = 0x0, flags = @{sweet = 1, sour = 1@}, \ | |
5455 | meat = 0x54 "Pork"@} | |
5456 | @end group | |
5457 | @end smallexample | |
5458 | ||
5459 | @noindent | |
5460 | This is the default format. | |
5461 | ||
5462 | @kindex show print pretty | |
5463 | @item show print pretty | |
5464 | Show which format @value{GDBN} is using to print structures. | |
5465 | ||
5466 | @kindex set print sevenbit-strings | |
5467 | @item set print sevenbit-strings on | |
5468 | Print using only seven-bit characters; if this option is set, | |
5469 | @value{GDBN} displays any eight-bit characters (in strings or | |
5470 | character values) using the notation @code{\}@var{nnn}. This setting is | |
5471 | best if you are working in English (@sc{ascii}) and you use the | |
5472 | high-order bit of characters as a marker or ``meta'' bit. | |
5473 | ||
5474 | @item set print sevenbit-strings off | |
5475 | Print full eight-bit characters. This allows the use of more | |
5476 | international character sets, and is the default. | |
5477 | ||
5478 | @kindex show print sevenbit-strings | |
5479 | @item show print sevenbit-strings | |
5480 | Show whether or not @value{GDBN} is printing only seven-bit characters. | |
5481 | ||
5482 | @kindex set print union | |
5483 | @item set print union on | |
5d161b24 | 5484 | Tell @value{GDBN} to print unions which are contained in structures. This |
c906108c SS |
5485 | is the default setting. |
5486 | ||
5487 | @item set print union off | |
5488 | Tell @value{GDBN} not to print unions which are contained in structures. | |
5489 | ||
5490 | @kindex show print union | |
5491 | @item show print union | |
5492 | Ask @value{GDBN} whether or not it will print unions which are contained in | |
5493 | structures. | |
5494 | ||
5495 | For example, given the declarations | |
5496 | ||
5497 | @smallexample | |
5498 | typedef enum @{Tree, Bug@} Species; | |
5499 | typedef enum @{Big_tree, Acorn, Seedling@} Tree_forms; | |
5d161b24 | 5500 | typedef enum @{Caterpillar, Cocoon, Butterfly@} |
c906108c SS |
5501 | Bug_forms; |
5502 | ||
5503 | struct thing @{ | |
5504 | Species it; | |
5505 | union @{ | |
5506 | Tree_forms tree; | |
5507 | Bug_forms bug; | |
5508 | @} form; | |
5509 | @}; | |
5510 | ||
5511 | struct thing foo = @{Tree, @{Acorn@}@}; | |
5512 | @end smallexample | |
5513 | ||
5514 | @noindent | |
5515 | with @code{set print union on} in effect @samp{p foo} would print | |
5516 | ||
5517 | @smallexample | |
5518 | $1 = @{it = Tree, form = @{tree = Acorn, bug = Cocoon@}@} | |
5519 | @end smallexample | |
5520 | ||
5521 | @noindent | |
5522 | and with @code{set print union off} in effect it would print | |
5523 | ||
5524 | @smallexample | |
5525 | $1 = @{it = Tree, form = @{...@}@} | |
5526 | @end smallexample | |
5527 | @end table | |
5528 | ||
c906108c SS |
5529 | @need 1000 |
5530 | @noindent | |
b37052ae | 5531 | These settings are of interest when debugging C@t{++} programs: |
c906108c SS |
5532 | |
5533 | @table @code | |
5534 | @cindex demangling | |
5535 | @kindex set print demangle | |
5536 | @item set print demangle | |
5537 | @itemx set print demangle on | |
b37052ae | 5538 | Print C@t{++} names in their source form rather than in the encoded |
c906108c | 5539 | (``mangled'') form passed to the assembler and linker for type-safe |
d4f3574e | 5540 | linkage. The default is on. |
c906108c SS |
5541 | |
5542 | @kindex show print demangle | |
5543 | @item show print demangle | |
b37052ae | 5544 | Show whether C@t{++} names are printed in mangled or demangled form. |
c906108c SS |
5545 | |
5546 | @kindex set print asm-demangle | |
5547 | @item set print asm-demangle | |
5548 | @itemx set print asm-demangle on | |
b37052ae | 5549 | Print C@t{++} names in their source form rather than their mangled form, even |
c906108c SS |
5550 | in assembler code printouts such as instruction disassemblies. |
5551 | The default is off. | |
5552 | ||
5553 | @kindex show print asm-demangle | |
5554 | @item show print asm-demangle | |
b37052ae | 5555 | Show whether C@t{++} names in assembly listings are printed in mangled |
c906108c SS |
5556 | or demangled form. |
5557 | ||
5558 | @kindex set demangle-style | |
b37052ae EZ |
5559 | @cindex C@t{++} symbol decoding style |
5560 | @cindex symbol decoding style, C@t{++} | |
c906108c SS |
5561 | @item set demangle-style @var{style} |
5562 | Choose among several encoding schemes used by different compilers to | |
b37052ae | 5563 | represent C@t{++} names. The choices for @var{style} are currently: |
c906108c SS |
5564 | |
5565 | @table @code | |
5566 | @item auto | |
5567 | Allow @value{GDBN} to choose a decoding style by inspecting your program. | |
5568 | ||
5569 | @item gnu | |
b37052ae | 5570 | Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm. |
c906108c | 5571 | This is the default. |
c906108c SS |
5572 | |
5573 | @item hp | |
b37052ae | 5574 | Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm. |
c906108c SS |
5575 | |
5576 | @item lucid | |
b37052ae | 5577 | Decode based on the Lucid C@t{++} compiler (@code{lcc}) encoding algorithm. |
c906108c SS |
5578 | |
5579 | @item arm | |
b37052ae | 5580 | Decode using the algorithm in the @cite{C@t{++} Annotated Reference Manual}. |
c906108c SS |
5581 | @strong{Warning:} this setting alone is not sufficient to allow |
5582 | debugging @code{cfront}-generated executables. @value{GDBN} would | |
5583 | require further enhancement to permit that. | |
5584 | ||
5585 | @end table | |
5586 | If you omit @var{style}, you will see a list of possible formats. | |
5587 | ||
5588 | @kindex show demangle-style | |
5589 | @item show demangle-style | |
b37052ae | 5590 | Display the encoding style currently in use for decoding C@t{++} symbols. |
c906108c SS |
5591 | |
5592 | @kindex set print object | |
5593 | @item set print object | |
5594 | @itemx set print object on | |
5595 | When displaying a pointer to an object, identify the @emph{actual} | |
5596 | (derived) type of the object rather than the @emph{declared} type, using | |
5597 | the virtual function table. | |
5598 | ||
5599 | @item set print object off | |
5600 | Display only the declared type of objects, without reference to the | |
5601 | virtual function table. This is the default setting. | |
5602 | ||
5603 | @kindex show print object | |
5604 | @item show print object | |
5605 | Show whether actual, or declared, object types are displayed. | |
5606 | ||
5607 | @kindex set print static-members | |
5608 | @item set print static-members | |
5609 | @itemx set print static-members on | |
b37052ae | 5610 | Print static members when displaying a C@t{++} object. The default is on. |
c906108c SS |
5611 | |
5612 | @item set print static-members off | |
b37052ae | 5613 | Do not print static members when displaying a C@t{++} object. |
c906108c SS |
5614 | |
5615 | @kindex show print static-members | |
5616 | @item show print static-members | |
b37052ae | 5617 | Show whether C@t{++} static members are printed, or not. |
c906108c SS |
5618 | |
5619 | @c These don't work with HP ANSI C++ yet. | |
5620 | @kindex set print vtbl | |
5621 | @item set print vtbl | |
5622 | @itemx set print vtbl on | |
b37052ae | 5623 | Pretty print C@t{++} virtual function tables. The default is off. |
c906108c | 5624 | (The @code{vtbl} commands do not work on programs compiled with the HP |
b37052ae | 5625 | ANSI C@t{++} compiler (@code{aCC}).) |
c906108c SS |
5626 | |
5627 | @item set print vtbl off | |
b37052ae | 5628 | Do not pretty print C@t{++} virtual function tables. |
c906108c SS |
5629 | |
5630 | @kindex show print vtbl | |
5631 | @item show print vtbl | |
b37052ae | 5632 | Show whether C@t{++} virtual function tables are pretty printed, or not. |
c906108c | 5633 | @end table |
c906108c | 5634 | |
6d2ebf8b | 5635 | @node Value History |
c906108c SS |
5636 | @section Value history |
5637 | ||
5638 | @cindex value history | |
5d161b24 DB |
5639 | Values printed by the @code{print} command are saved in the @value{GDBN} |
5640 | @dfn{value history}. This allows you to refer to them in other expressions. | |
5641 | Values are kept until the symbol table is re-read or discarded | |
5642 | (for example with the @code{file} or @code{symbol-file} commands). | |
5643 | When the symbol table changes, the value history is discarded, | |
5644 | since the values may contain pointers back to the types defined in the | |
c906108c SS |
5645 | symbol table. |
5646 | ||
5647 | @cindex @code{$} | |
5648 | @cindex @code{$$} | |
5649 | @cindex history number | |
5650 | The values printed are given @dfn{history numbers} by which you can | |
5651 | refer to them. These are successive integers starting with one. | |
5652 | @code{print} shows you the history number assigned to a value by | |
5653 | printing @samp{$@var{num} = } before the value; here @var{num} is the | |
5654 | history number. | |
5655 | ||
5656 | To refer to any previous value, use @samp{$} followed by the value's | |
5657 | history number. The way @code{print} labels its output is designed to | |
5658 | remind you of this. Just @code{$} refers to the most recent value in | |
5659 | the history, and @code{$$} refers to the value before that. | |
5660 | @code{$$@var{n}} refers to the @var{n}th value from the end; @code{$$2} | |
5661 | is the value just prior to @code{$$}, @code{$$1} is equivalent to | |
5662 | @code{$$}, and @code{$$0} is equivalent to @code{$}. | |
5663 | ||
5664 | For example, suppose you have just printed a pointer to a structure and | |
5665 | want to see the contents of the structure. It suffices to type | |
5666 | ||
474c8240 | 5667 | @smallexample |
c906108c | 5668 | p *$ |
474c8240 | 5669 | @end smallexample |
c906108c SS |
5670 | |
5671 | If you have a chain of structures where the component @code{next} points | |
5672 | to the next one, you can print the contents of the next one with this: | |
5673 | ||
474c8240 | 5674 | @smallexample |
c906108c | 5675 | p *$.next |
474c8240 | 5676 | @end smallexample |
c906108c SS |
5677 | |
5678 | @noindent | |
5679 | You can print successive links in the chain by repeating this | |
5680 | command---which you can do by just typing @key{RET}. | |
5681 | ||
5682 | Note that the history records values, not expressions. If the value of | |
5683 | @code{x} is 4 and you type these commands: | |
5684 | ||
474c8240 | 5685 | @smallexample |
c906108c SS |
5686 | print x |
5687 | set x=5 | |
474c8240 | 5688 | @end smallexample |
c906108c SS |
5689 | |
5690 | @noindent | |
5691 | then the value recorded in the value history by the @code{print} command | |
5692 | remains 4 even though the value of @code{x} has changed. | |
5693 | ||
5694 | @table @code | |
5695 | @kindex show values | |
5696 | @item show values | |
5697 | Print the last ten values in the value history, with their item numbers. | |
5698 | This is like @samp{p@ $$9} repeated ten times, except that @code{show | |
5699 | values} does not change the history. | |
5700 | ||
5701 | @item show values @var{n} | |
5702 | Print ten history values centered on history item number @var{n}. | |
5703 | ||
5704 | @item show values + | |
5705 | Print ten history values just after the values last printed. If no more | |
5706 | values are available, @code{show values +} produces no display. | |
5707 | @end table | |
5708 | ||
5709 | Pressing @key{RET} to repeat @code{show values @var{n}} has exactly the | |
5710 | same effect as @samp{show values +}. | |
5711 | ||
6d2ebf8b | 5712 | @node Convenience Vars |
c906108c SS |
5713 | @section Convenience variables |
5714 | ||
5715 | @cindex convenience variables | |
5716 | @value{GDBN} provides @dfn{convenience variables} that you can use within | |
5717 | @value{GDBN} to hold on to a value and refer to it later. These variables | |
5718 | exist entirely within @value{GDBN}; they are not part of your program, and | |
5719 | setting a convenience variable has no direct effect on further execution | |
5720 | of your program. That is why you can use them freely. | |
5721 | ||
5722 | Convenience variables are prefixed with @samp{$}. Any name preceded by | |
5723 | @samp{$} can be used for a convenience variable, unless it is one of | |
d4f3574e | 5724 | the predefined machine-specific register names (@pxref{Registers, ,Registers}). |
c906108c SS |
5725 | (Value history references, in contrast, are @emph{numbers} preceded |
5726 | by @samp{$}. @xref{Value History, ,Value history}.) | |
5727 | ||
5728 | You can save a value in a convenience variable with an assignment | |
5729 | expression, just as you would set a variable in your program. | |
5730 | For example: | |
5731 | ||
474c8240 | 5732 | @smallexample |
c906108c | 5733 | set $foo = *object_ptr |
474c8240 | 5734 | @end smallexample |
c906108c SS |
5735 | |
5736 | @noindent | |
5737 | would save in @code{$foo} the value contained in the object pointed to by | |
5738 | @code{object_ptr}. | |
5739 | ||
5740 | Using a convenience variable for the first time creates it, but its | |
5741 | value is @code{void} until you assign a new value. You can alter the | |
5742 | value with another assignment at any time. | |
5743 | ||
5744 | Convenience variables have no fixed types. You can assign a convenience | |
5745 | variable any type of value, including structures and arrays, even if | |
5746 | that variable already has a value of a different type. The convenience | |
5747 | variable, when used as an expression, has the type of its current value. | |
5748 | ||
5749 | @table @code | |
5750 | @kindex show convenience | |
5751 | @item show convenience | |
5752 | Print a list of convenience variables used so far, and their values. | |
d4f3574e | 5753 | Abbreviated @code{show conv}. |
c906108c SS |
5754 | @end table |
5755 | ||
5756 | One of the ways to use a convenience variable is as a counter to be | |
5757 | incremented or a pointer to be advanced. For example, to print | |
5758 | a field from successive elements of an array of structures: | |
5759 | ||
474c8240 | 5760 | @smallexample |
c906108c SS |
5761 | set $i = 0 |
5762 | print bar[$i++]->contents | |
474c8240 | 5763 | @end smallexample |
c906108c | 5764 | |
d4f3574e SS |
5765 | @noindent |
5766 | Repeat that command by typing @key{RET}. | |
c906108c SS |
5767 | |
5768 | Some convenience variables are created automatically by @value{GDBN} and given | |
5769 | values likely to be useful. | |
5770 | ||
5771 | @table @code | |
41afff9a | 5772 | @vindex $_@r{, convenience variable} |
c906108c SS |
5773 | @item $_ |
5774 | The variable @code{$_} is automatically set by the @code{x} command to | |
5775 | the last address examined (@pxref{Memory, ,Examining memory}). Other | |
5776 | commands which provide a default address for @code{x} to examine also | |
5777 | set @code{$_} to that address; these commands include @code{info line} | |
5778 | and @code{info breakpoint}. The type of @code{$_} is @code{void *} | |
5779 | except when set by the @code{x} command, in which case it is a pointer | |
5780 | to the type of @code{$__}. | |
5781 | ||
41afff9a | 5782 | @vindex $__@r{, convenience variable} |
c906108c SS |
5783 | @item $__ |
5784 | The variable @code{$__} is automatically set by the @code{x} command | |
5785 | to the value found in the last address examined. Its type is chosen | |
5786 | to match the format in which the data was printed. | |
5787 | ||
5788 | @item $_exitcode | |
41afff9a | 5789 | @vindex $_exitcode@r{, convenience variable} |
c906108c SS |
5790 | The variable @code{$_exitcode} is automatically set to the exit code when |
5791 | the program being debugged terminates. | |
5792 | @end table | |
5793 | ||
53a5351d JM |
5794 | On HP-UX systems, if you refer to a function or variable name that |
5795 | begins with a dollar sign, @value{GDBN} searches for a user or system | |
5796 | name first, before it searches for a convenience variable. | |
c906108c | 5797 | |
6d2ebf8b | 5798 | @node Registers |
c906108c SS |
5799 | @section Registers |
5800 | ||
5801 | @cindex registers | |
5802 | You can refer to machine register contents, in expressions, as variables | |
5803 | with names starting with @samp{$}. The names of registers are different | |
5804 | for each machine; use @code{info registers} to see the names used on | |
5805 | your machine. | |
5806 | ||
5807 | @table @code | |
5808 | @kindex info registers | |
5809 | @item info registers | |
5810 | Print the names and values of all registers except floating-point | |
c85508ee | 5811 | and vector registers (in the selected stack frame). |
c906108c SS |
5812 | |
5813 | @kindex info all-registers | |
5814 | @cindex floating point registers | |
5815 | @item info all-registers | |
5816 | Print the names and values of all registers, including floating-point | |
c85508ee | 5817 | and vector registers (in the selected stack frame). |
c906108c SS |
5818 | |
5819 | @item info registers @var{regname} @dots{} | |
5820 | Print the @dfn{relativized} value of each specified register @var{regname}. | |
5d161b24 DB |
5821 | As discussed in detail below, register values are normally relative to |
5822 | the selected stack frame. @var{regname} may be any register name valid on | |
c906108c SS |
5823 | the machine you are using, with or without the initial @samp{$}. |
5824 | @end table | |
5825 | ||
5826 | @value{GDBN} has four ``standard'' register names that are available (in | |
5827 | expressions) on most machines---whenever they do not conflict with an | |
5828 | architecture's canonical mnemonics for registers. The register names | |
5829 | @code{$pc} and @code{$sp} are used for the program counter register and | |
5830 | the stack pointer. @code{$fp} is used for a register that contains a | |
5831 | pointer to the current stack frame, and @code{$ps} is used for a | |
5832 | register that contains the processor status. For example, | |
5833 | you could print the program counter in hex with | |
5834 | ||
474c8240 | 5835 | @smallexample |
c906108c | 5836 | p/x $pc |
474c8240 | 5837 | @end smallexample |
c906108c SS |
5838 | |
5839 | @noindent | |
5840 | or print the instruction to be executed next with | |
5841 | ||
474c8240 | 5842 | @smallexample |
c906108c | 5843 | x/i $pc |
474c8240 | 5844 | @end smallexample |
c906108c SS |
5845 | |
5846 | @noindent | |
5847 | or add four to the stack pointer@footnote{This is a way of removing | |
5848 | one word from the stack, on machines where stacks grow downward in | |
5849 | memory (most machines, nowadays). This assumes that the innermost | |
5850 | stack frame is selected; setting @code{$sp} is not allowed when other | |
5851 | stack frames are selected. To pop entire frames off the stack, | |
5852 | regardless of machine architecture, use @code{return}; | |
d4f3574e | 5853 | see @ref{Returning, ,Returning from a function}.} with |
c906108c | 5854 | |
474c8240 | 5855 | @smallexample |
c906108c | 5856 | set $sp += 4 |
474c8240 | 5857 | @end smallexample |
c906108c SS |
5858 | |
5859 | Whenever possible, these four standard register names are available on | |
5860 | your machine even though the machine has different canonical mnemonics, | |
5861 | so long as there is no conflict. The @code{info registers} command | |
5862 | shows the canonical names. For example, on the SPARC, @code{info | |
5863 | registers} displays the processor status register as @code{$psr} but you | |
d4f3574e SS |
5864 | can also refer to it as @code{$ps}; and on x86-based machines @code{$ps} |
5865 | is an alias for the @sc{eflags} register. | |
c906108c SS |
5866 | |
5867 | @value{GDBN} always considers the contents of an ordinary register as an | |
5868 | integer when the register is examined in this way. Some machines have | |
5869 | special registers which can hold nothing but floating point; these | |
5870 | registers are considered to have floating point values. There is no way | |
5871 | to refer to the contents of an ordinary register as floating point value | |
5872 | (although you can @emph{print} it as a floating point value with | |
5873 | @samp{print/f $@var{regname}}). | |
5874 | ||
5875 | Some registers have distinct ``raw'' and ``virtual'' data formats. This | |
5876 | means that the data format in which the register contents are saved by | |
5877 | the operating system is not the same one that your program normally | |
5878 | sees. For example, the registers of the 68881 floating point | |
5879 | coprocessor are always saved in ``extended'' (raw) format, but all C | |
5880 | programs expect to work with ``double'' (virtual) format. In such | |
5d161b24 | 5881 | cases, @value{GDBN} normally works with the virtual format only (the format |
c906108c SS |
5882 | that makes sense for your program), but the @code{info registers} command |
5883 | prints the data in both formats. | |
5884 | ||
5885 | Normally, register values are relative to the selected stack frame | |
5886 | (@pxref{Selection, ,Selecting a frame}). This means that you get the | |
5887 | value that the register would contain if all stack frames farther in | |
5888 | were exited and their saved registers restored. In order to see the | |
5889 | true contents of hardware registers, you must select the innermost | |
5890 | frame (with @samp{frame 0}). | |
5891 | ||
5892 | However, @value{GDBN} must deduce where registers are saved, from the machine | |
5893 | code generated by your compiler. If some registers are not saved, or if | |
5894 | @value{GDBN} is unable to locate the saved registers, the selected stack | |
5895 | frame makes no difference. | |
5896 | ||
6d2ebf8b | 5897 | @node Floating Point Hardware |
c906108c SS |
5898 | @section Floating point hardware |
5899 | @cindex floating point | |
5900 | ||
5901 | Depending on the configuration, @value{GDBN} may be able to give | |
5902 | you more information about the status of the floating point hardware. | |
5903 | ||
5904 | @table @code | |
5905 | @kindex info float | |
5906 | @item info float | |
5907 | Display hardware-dependent information about the floating | |
5908 | point unit. The exact contents and layout vary depending on the | |
5909 | floating point chip. Currently, @samp{info float} is supported on | |
5910 | the ARM and x86 machines. | |
5911 | @end table | |
c906108c | 5912 | |
e76f1f2e AC |
5913 | @node Vector Unit |
5914 | @section Vector Unit | |
5915 | @cindex vector unit | |
5916 | ||
5917 | Depending on the configuration, @value{GDBN} may be able to give you | |
5918 | more information about the status of the vector unit. | |
5919 | ||
5920 | @table @code | |
5921 | @kindex info vector | |
5922 | @item info vector | |
5923 | Display information about the vector unit. The exact contents and | |
5924 | layout vary depending on the hardware. | |
5925 | @end table | |
5926 | ||
b383017d RM |
5927 | @node Auxiliary Vector |
5928 | @section Operating system auxiliary vector | |
5929 | @cindex auxiliary vector | |
5930 | @cindex vector, auxiliary | |
5931 | ||
5932 | Some operating systems supply an @dfn{auxiliary vector} to programs at | |
5933 | startup. This is akin to the arguments and environment that you | |
5934 | specify for a program, but contains a system-dependent variety of | |
5935 | binary values that tell system libraries important details about the | |
5936 | hardware, operating system, and process. Each value's purpose is | |
5937 | identified by an integer tag; the meanings are well-known but system-specific. | |
5938 | Depending on the configuration and operating system facilities, | |
5939 | @value{GDBN} may be able to show you this information. | |
5940 | ||
5941 | @table @code | |
5942 | @kindex info auxv | |
5943 | @item info auxv | |
5944 | Display the auxiliary vector of the inferior, which can be either a | |
e4937fc1 | 5945 | live process or a core dump file. @value{GDBN} prints each tag value |
b383017d RM |
5946 | numerically, and also shows names and text descriptions for recognized |
5947 | tags. Some values in the vector are numbers, some bit masks, and some | |
e4937fc1 | 5948 | pointers to strings or other data. @value{GDBN} displays each value in the |
b383017d RM |
5949 | most appropriate form for a recognized tag, and in hexadecimal for |
5950 | an unrecognized tag. | |
5951 | @end table | |
5952 | ||
29e57380 | 5953 | @node Memory Region Attributes |
b383017d | 5954 | @section Memory region attributes |
29e57380 C |
5955 | @cindex memory region attributes |
5956 | ||
b383017d RM |
5957 | @dfn{Memory region attributes} allow you to describe special handling |
5958 | required by regions of your target's memory. @value{GDBN} uses attributes | |
29e57380 C |
5959 | to determine whether to allow certain types of memory accesses; whether to |
5960 | use specific width accesses; and whether to cache target memory. | |
5961 | ||
5962 | Defined memory regions can be individually enabled and disabled. When a | |
5963 | memory region is disabled, @value{GDBN} uses the default attributes when | |
5964 | accessing memory in that region. Similarly, if no memory regions have | |
5965 | been defined, @value{GDBN} uses the default attributes when accessing | |
5966 | all memory. | |
5967 | ||
b383017d | 5968 | When a memory region is defined, it is given a number to identify it; |
29e57380 C |
5969 | to enable, disable, or remove a memory region, you specify that number. |
5970 | ||
5971 | @table @code | |
5972 | @kindex mem | |
bfac230e DH |
5973 | @item mem @var{lower} @var{upper} @var{attributes}@dots{} |
5974 | Define memory region bounded by @var{lower} and @var{upper} with | |
5975 | attributes @var{attributes}@dots{}. Note that @var{upper} == 0 is a | |
5976 | special case: it is treated as the the target's maximum memory address. | |
5977 | (0xffff on 16 bit targets, 0xffffffff on 32 bit targets, etc.) | |
29e57380 C |
5978 | |
5979 | @kindex delete mem | |
5980 | @item delete mem @var{nums}@dots{} | |
59649f2e | 5981 | Remove memory regions @var{nums}@dots{}. |
29e57380 C |
5982 | |
5983 | @kindex disable mem | |
5984 | @item disable mem @var{nums}@dots{} | |
59649f2e | 5985 | Disable memory regions @var{nums}@dots{}. |
b383017d | 5986 | A disabled memory region is not forgotten. |
29e57380 C |
5987 | It may be enabled again later. |
5988 | ||
5989 | @kindex enable mem | |
5990 | @item enable mem @var{nums}@dots{} | |
59649f2e | 5991 | Enable memory regions @var{nums}@dots{}. |
29e57380 C |
5992 | |
5993 | @kindex info mem | |
5994 | @item info mem | |
5995 | Print a table of all defined memory regions, with the following columns | |
5996 | for each region. | |
5997 | ||
5998 | @table @emph | |
5999 | @item Memory Region Number | |
6000 | @item Enabled or Disabled. | |
b383017d | 6001 | Enabled memory regions are marked with @samp{y}. |
29e57380 C |
6002 | Disabled memory regions are marked with @samp{n}. |
6003 | ||
6004 | @item Lo Address | |
6005 | The address defining the inclusive lower bound of the memory region. | |
6006 | ||
6007 | @item Hi Address | |
6008 | The address defining the exclusive upper bound of the memory region. | |
6009 | ||
6010 | @item Attributes | |
6011 | The list of attributes set for this memory region. | |
6012 | @end table | |
6013 | @end table | |
6014 | ||
6015 | ||
6016 | @subsection Attributes | |
6017 | ||
b383017d | 6018 | @subsubsection Memory Access Mode |
29e57380 C |
6019 | The access mode attributes set whether @value{GDBN} may make read or |
6020 | write accesses to a memory region. | |
6021 | ||
6022 | While these attributes prevent @value{GDBN} from performing invalid | |
6023 | memory accesses, they do nothing to prevent the target system, I/O DMA, | |
6024 | etc. from accessing memory. | |
6025 | ||
6026 | @table @code | |
6027 | @item ro | |
6028 | Memory is read only. | |
6029 | @item wo | |
6030 | Memory is write only. | |
6031 | @item rw | |
6ca652b0 | 6032 | Memory is read/write. This is the default. |
29e57380 C |
6033 | @end table |
6034 | ||
6035 | @subsubsection Memory Access Size | |
6036 | The acccess size attributes tells @value{GDBN} to use specific sized | |
6037 | accesses in the memory region. Often memory mapped device registers | |
6038 | require specific sized accesses. If no access size attribute is | |
6039 | specified, @value{GDBN} may use accesses of any size. | |
6040 | ||
6041 | @table @code | |
6042 | @item 8 | |
6043 | Use 8 bit memory accesses. | |
6044 | @item 16 | |
6045 | Use 16 bit memory accesses. | |
6046 | @item 32 | |
6047 | Use 32 bit memory accesses. | |
6048 | @item 64 | |
6049 | Use 64 bit memory accesses. | |
6050 | @end table | |
6051 | ||
6052 | @c @subsubsection Hardware/Software Breakpoints | |
6053 | @c The hardware/software breakpoint attributes set whether @value{GDBN} | |
6054 | @c will use hardware or software breakpoints for the internal breakpoints | |
6055 | @c used by the step, next, finish, until, etc. commands. | |
6056 | @c | |
6057 | @c @table @code | |
6058 | @c @item hwbreak | |
b383017d | 6059 | @c Always use hardware breakpoints |
29e57380 C |
6060 | @c @item swbreak (default) |
6061 | @c @end table | |
6062 | ||
6063 | @subsubsection Data Cache | |
6064 | The data cache attributes set whether @value{GDBN} will cache target | |
6065 | memory. While this generally improves performance by reducing debug | |
6066 | protocol overhead, it can lead to incorrect results because @value{GDBN} | |
6067 | does not know about volatile variables or memory mapped device | |
6068 | registers. | |
6069 | ||
6070 | @table @code | |
6071 | @item cache | |
b383017d | 6072 | Enable @value{GDBN} to cache target memory. |
6ca652b0 EZ |
6073 | @item nocache |
6074 | Disable @value{GDBN} from caching target memory. This is the default. | |
29e57380 C |
6075 | @end table |
6076 | ||
6077 | @c @subsubsection Memory Write Verification | |
b383017d | 6078 | @c The memory write verification attributes set whether @value{GDBN} |
29e57380 C |
6079 | @c will re-reads data after each write to verify the write was successful. |
6080 | @c | |
6081 | @c @table @code | |
6082 | @c @item verify | |
6083 | @c @item noverify (default) | |
6084 | @c @end table | |
6085 | ||
16d9dec6 MS |
6086 | @node Dump/Restore Files |
6087 | @section Copy between memory and a file | |
6088 | @cindex dump/restore files | |
6089 | @cindex append data to a file | |
6090 | @cindex dump data to a file | |
6091 | @cindex restore data from a file | |
16d9dec6 | 6092 | |
df5215a6 JB |
6093 | You can use the commands @code{dump}, @code{append}, and |
6094 | @code{restore} to copy data between target memory and a file. The | |
6095 | @code{dump} and @code{append} commands write data to a file, and the | |
6096 | @code{restore} command reads data from a file back into the inferior's | |
6097 | memory. Files may be in binary, Motorola S-record, Intel hex, or | |
6098 | Tektronix Hex format; however, @value{GDBN} can only append to binary | |
6099 | files. | |
6100 | ||
6101 | @table @code | |
6102 | ||
6103 | @kindex dump | |
6104 | @item dump @r{[}@var{format}@r{]} memory @var{filename} @var{start_addr} @var{end_addr} | |
6105 | @itemx dump @r{[}@var{format}@r{]} value @var{filename} @var{expr} | |
6106 | Dump the contents of memory from @var{start_addr} to @var{end_addr}, | |
6107 | or the value of @var{expr}, to @var{filename} in the given format. | |
16d9dec6 | 6108 | |
df5215a6 | 6109 | The @var{format} parameter may be any one of: |
16d9dec6 | 6110 | @table @code |
df5215a6 JB |
6111 | @item binary |
6112 | Raw binary form. | |
6113 | @item ihex | |
6114 | Intel hex format. | |
6115 | @item srec | |
6116 | Motorola S-record format. | |
6117 | @item tekhex | |
6118 | Tektronix Hex format. | |
6119 | @end table | |
6120 | ||
6121 | @value{GDBN} uses the same definitions of these formats as the | |
6122 | @sc{gnu} binary utilities, like @samp{objdump} and @samp{objcopy}. If | |
6123 | @var{format} is omitted, @value{GDBN} dumps the data in raw binary | |
6124 | form. | |
6125 | ||
6126 | @kindex append | |
6127 | @item append @r{[}binary@r{]} memory @var{filename} @var{start_addr} @var{end_addr} | |
6128 | @itemx append @r{[}binary@r{]} value @var{filename} @var{expr} | |
6129 | Append the contents of memory from @var{start_addr} to @var{end_addr}, | |
6130 | or the value of @var{expr}, to @var{filename}, in raw binary form. | |
6131 | (@value{GDBN} can only append data to files in raw binary form.) | |
6132 | ||
6133 | @kindex restore | |
6134 | @item restore @var{filename} @r{[}binary@r{]} @var{bias} @var{start} @var{end} | |
6135 | Restore the contents of file @var{filename} into memory. The | |
6136 | @code{restore} command can automatically recognize any known @sc{bfd} | |
6137 | file format, except for raw binary. To restore a raw binary file you | |
6138 | must specify the optional keyword @code{binary} after the filename. | |
16d9dec6 | 6139 | |
b383017d | 6140 | If @var{bias} is non-zero, its value will be added to the addresses |
16d9dec6 MS |
6141 | contained in the file. Binary files always start at address zero, so |
6142 | they will be restored at address @var{bias}. Other bfd files have | |
6143 | a built-in location; they will be restored at offset @var{bias} | |
6144 | from that location. | |
6145 | ||
6146 | If @var{start} and/or @var{end} are non-zero, then only data between | |
6147 | file offset @var{start} and file offset @var{end} will be restored. | |
b383017d | 6148 | These offsets are relative to the addresses in the file, before |
16d9dec6 MS |
6149 | the @var{bias} argument is applied. |
6150 | ||
6151 | @end table | |
6152 | ||
a0eb71c5 KB |
6153 | @node Character Sets |
6154 | @section Character Sets | |
6155 | @cindex character sets | |
6156 | @cindex charset | |
6157 | @cindex translating between character sets | |
6158 | @cindex host character set | |
6159 | @cindex target character set | |
6160 | ||
6161 | If the program you are debugging uses a different character set to | |
6162 | represent characters and strings than the one @value{GDBN} uses itself, | |
6163 | @value{GDBN} can automatically translate between the character sets for | |
6164 | you. The character set @value{GDBN} uses we call the @dfn{host | |
6165 | character set}; the one the inferior program uses we call the | |
6166 | @dfn{target character set}. | |
6167 | ||
6168 | For example, if you are running @value{GDBN} on a @sc{gnu}/Linux system, which | |
6169 | uses the ISO Latin 1 character set, but you are using @value{GDBN}'s | |
6170 | remote protocol (@pxref{Remote,Remote Debugging}) to debug a program | |
6171 | running on an IBM mainframe, which uses the @sc{ebcdic} character set, | |
6172 | then the host character set is Latin-1, and the target character set is | |
6173 | @sc{ebcdic}. If you give @value{GDBN} the command @code{set | |
e33d66ec | 6174 | target-charset EBCDIC-US}, then @value{GDBN} translates between |
a0eb71c5 KB |
6175 | @sc{ebcdic} and Latin 1 as you print character or string values, or use |
6176 | character and string literals in expressions. | |
6177 | ||
6178 | @value{GDBN} has no way to automatically recognize which character set | |
6179 | the inferior program uses; you must tell it, using the @code{set | |
6180 | target-charset} command, described below. | |
6181 | ||
6182 | Here are the commands for controlling @value{GDBN}'s character set | |
6183 | support: | |
6184 | ||
6185 | @table @code | |
6186 | @item set target-charset @var{charset} | |
6187 | @kindex set target-charset | |
6188 | Set the current target character set to @var{charset}. We list the | |
e33d66ec EZ |
6189 | character set names @value{GDBN} recognizes below, but if you type |
6190 | @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will | |
6191 | list the target character sets it supports. | |
a0eb71c5 KB |
6192 | @end table |
6193 | ||
6194 | @table @code | |
6195 | @item set host-charset @var{charset} | |
6196 | @kindex set host-charset | |
6197 | Set the current host character set to @var{charset}. | |
6198 | ||
6199 | By default, @value{GDBN} uses a host character set appropriate to the | |
6200 | system it is running on; you can override that default using the | |
6201 | @code{set host-charset} command. | |
6202 | ||
6203 | @value{GDBN} can only use certain character sets as its host character | |
6204 | set. We list the character set names @value{GDBN} recognizes below, and | |
e33d66ec EZ |
6205 | indicate which can be host character sets, but if you type |
6206 | @code{set target-charset} followed by @key{TAB}@key{TAB}, @value{GDBN} will | |
6207 | list the host character sets it supports. | |
a0eb71c5 KB |
6208 | |
6209 | @item set charset @var{charset} | |
6210 | @kindex set charset | |
e33d66ec EZ |
6211 | Set the current host and target character sets to @var{charset}. As |
6212 | above, if you type @code{set charset} followed by @key{TAB}@key{TAB}, | |
6213 | @value{GDBN} will list the name of the character sets that can be used | |
6214 | for both host and target. | |
6215 | ||
a0eb71c5 KB |
6216 | |
6217 | @item show charset | |
a0eb71c5 | 6218 | @kindex show charset |
b383017d | 6219 | Show the names of the current host and target charsets. |
e33d66ec EZ |
6220 | |
6221 | @itemx show host-charset | |
a0eb71c5 | 6222 | @kindex show host-charset |
b383017d | 6223 | Show the name of the current host charset. |
e33d66ec EZ |
6224 | |
6225 | @itemx show target-charset | |
a0eb71c5 | 6226 | @kindex show target-charset |
b383017d | 6227 | Show the name of the current target charset. |
a0eb71c5 KB |
6228 | |
6229 | @end table | |
6230 | ||
6231 | @value{GDBN} currently includes support for the following character | |
6232 | sets: | |
6233 | ||
6234 | @table @code | |
6235 | ||
6236 | @item ASCII | |
6237 | @cindex ASCII character set | |
6238 | Seven-bit U.S. @sc{ascii}. @value{GDBN} can use this as its host | |
6239 | character set. | |
6240 | ||
6241 | @item ISO-8859-1 | |
6242 | @cindex ISO 8859-1 character set | |
6243 | @cindex ISO Latin 1 character set | |
e33d66ec | 6244 | The ISO Latin 1 character set. This extends @sc{ascii} with accented |
a0eb71c5 KB |
6245 | characters needed for French, German, and Spanish. @value{GDBN} can use |
6246 | this as its host character set. | |
6247 | ||
6248 | @item EBCDIC-US | |
6249 | @itemx IBM1047 | |
6250 | @cindex EBCDIC character set | |
6251 | @cindex IBM1047 character set | |
6252 | Variants of the @sc{ebcdic} character set, used on some of IBM's | |
6253 | mainframe operating systems. (@sc{gnu}/Linux on the S/390 uses U.S. @sc{ascii}.) | |
6254 | @value{GDBN} cannot use these as its host character set. | |
6255 | ||
6256 | @end table | |
6257 | ||
6258 | Note that these are all single-byte character sets. More work inside | |
6259 | GDB is needed to support multi-byte or variable-width character | |
6260 | encodings, like the UTF-8 and UCS-2 encodings of Unicode. | |
6261 | ||
6262 | Here is an example of @value{GDBN}'s character set support in action. | |
6263 | Assume that the following source code has been placed in the file | |
6264 | @file{charset-test.c}: | |
6265 | ||
6266 | @smallexample | |
6267 | #include <stdio.h> | |
6268 | ||
6269 | char ascii_hello[] | |
6270 | = @{72, 101, 108, 108, 111, 44, 32, 119, | |
6271 | 111, 114, 108, 100, 33, 10, 0@}; | |
6272 | char ibm1047_hello[] | |
6273 | = @{200, 133, 147, 147, 150, 107, 64, 166, | |
6274 | 150, 153, 147, 132, 90, 37, 0@}; | |
6275 | ||
6276 | main () | |
6277 | @{ | |
6278 | printf ("Hello, world!\n"); | |
6279 | @} | |
10998722 | 6280 | @end smallexample |
a0eb71c5 KB |
6281 | |
6282 | In this program, @code{ascii_hello} and @code{ibm1047_hello} are arrays | |
6283 | containing the string @samp{Hello, world!} followed by a newline, | |
6284 | encoded in the @sc{ascii} and @sc{ibm1047} character sets. | |
6285 | ||
6286 | We compile the program, and invoke the debugger on it: | |
6287 | ||
6288 | @smallexample | |
6289 | $ gcc -g charset-test.c -o charset-test | |
6290 | $ gdb -nw charset-test | |
6291 | GNU gdb 2001-12-19-cvs | |
6292 | Copyright 2001 Free Software Foundation, Inc. | |
6293 | @dots{} | |
b383017d | 6294 | (gdb) |
10998722 | 6295 | @end smallexample |
a0eb71c5 KB |
6296 | |
6297 | We can use the @code{show charset} command to see what character sets | |
6298 | @value{GDBN} is currently using to interpret and display characters and | |
6299 | strings: | |
6300 | ||
6301 | @smallexample | |
6302 | (gdb) show charset | |
e33d66ec | 6303 | The current host and target character set is `ISO-8859-1'. |
b383017d | 6304 | (gdb) |
10998722 | 6305 | @end smallexample |
a0eb71c5 KB |
6306 | |
6307 | For the sake of printing this manual, let's use @sc{ascii} as our | |
6308 | initial character set: | |
6309 | @smallexample | |
e33d66ec | 6310 | (gdb) set charset ASCII |
a0eb71c5 | 6311 | (gdb) show charset |
e33d66ec | 6312 | The current host and target character set is `ASCII'. |
b383017d | 6313 | (gdb) |
10998722 | 6314 | @end smallexample |
a0eb71c5 KB |
6315 | |
6316 | Let's assume that @sc{ascii} is indeed the correct character set for our | |
6317 | host system --- in other words, let's assume that if @value{GDBN} prints | |
6318 | characters using the @sc{ascii} character set, our terminal will display | |
6319 | them properly. Since our current target character set is also | |
6320 | @sc{ascii}, the contents of @code{ascii_hello} print legibly: | |
6321 | ||
6322 | @smallexample | |
6323 | (gdb) print ascii_hello | |
6324 | $1 = 0x401698 "Hello, world!\n" | |
6325 | (gdb) print ascii_hello[0] | |
6326 | $2 = 72 'H' | |
b383017d | 6327 | (gdb) |
10998722 | 6328 | @end smallexample |
a0eb71c5 KB |
6329 | |
6330 | @value{GDBN} uses the target character set for character and string | |
6331 | literals you use in expressions: | |
6332 | ||
6333 | @smallexample | |
6334 | (gdb) print '+' | |
6335 | $3 = 43 '+' | |
b383017d | 6336 | (gdb) |
10998722 | 6337 | @end smallexample |
a0eb71c5 KB |
6338 | |
6339 | The @sc{ascii} character set uses the number 43 to encode the @samp{+} | |
6340 | character. | |
6341 | ||
6342 | @value{GDBN} relies on the user to tell it which character set the | |
6343 | target program uses. If we print @code{ibm1047_hello} while our target | |
6344 | character set is still @sc{ascii}, we get jibberish: | |
6345 | ||
6346 | @smallexample | |
6347 | (gdb) print ibm1047_hello | |
6348 | $4 = 0x4016a8 "\310\205\223\223\226k@@\246\226\231\223\204Z%" | |
6349 | (gdb) print ibm1047_hello[0] | |
6350 | $5 = 200 '\310' | |
b383017d | 6351 | (gdb) |
10998722 | 6352 | @end smallexample |
a0eb71c5 | 6353 | |
e33d66ec | 6354 | If we invoke the @code{set target-charset} followed by @key{TAB}@key{TAB}, |
a0eb71c5 KB |
6355 | @value{GDBN} tells us the character sets it supports: |
6356 | ||
6357 | @smallexample | |
6358 | (gdb) set target-charset | |
b383017d RM |
6359 | ASCII EBCDIC-US IBM1047 ISO-8859-1 |
6360 | (gdb) set target-charset | |
10998722 | 6361 | @end smallexample |
a0eb71c5 KB |
6362 | |
6363 | We can select @sc{ibm1047} as our target character set, and examine the | |
6364 | program's strings again. Now the @sc{ascii} string is wrong, but | |
6365 | @value{GDBN} translates the contents of @code{ibm1047_hello} from the | |
6366 | target character set, @sc{ibm1047}, to the host character set, | |
6367 | @sc{ascii}, and they display correctly: | |
6368 | ||
6369 | @smallexample | |
e33d66ec | 6370 | (gdb) set target-charset IBM1047 |
a0eb71c5 | 6371 | (gdb) show charset |
e33d66ec EZ |
6372 | The current host character set is `ASCII'. |
6373 | The current target character set is `IBM1047'. | |
a0eb71c5 KB |
6374 | (gdb) print ascii_hello |
6375 | $6 = 0x401698 "\110\145%%?\054\040\167?\162%\144\041\012" | |
6376 | (gdb) print ascii_hello[0] | |
6377 | $7 = 72 '\110' | |
6378 | (gdb) print ibm1047_hello | |
6379 | $8 = 0x4016a8 "Hello, world!\n" | |
6380 | (gdb) print ibm1047_hello[0] | |
6381 | $9 = 200 'H' | |
6382 | (gdb) | |
10998722 | 6383 | @end smallexample |
a0eb71c5 KB |
6384 | |
6385 | As above, @value{GDBN} uses the target character set for character and | |
6386 | string literals you use in expressions: | |
6387 | ||
6388 | @smallexample | |
6389 | (gdb) print '+' | |
6390 | $10 = 78 '+' | |
b383017d | 6391 | (gdb) |
10998722 | 6392 | @end smallexample |
a0eb71c5 | 6393 | |
e33d66ec | 6394 | The @sc{ibm1047} character set uses the number 78 to encode the @samp{+} |
a0eb71c5 KB |
6395 | character. |
6396 | ||
6397 | ||
e2e0bcd1 JB |
6398 | @node Macros |
6399 | @chapter C Preprocessor Macros | |
6400 | ||
49efadf5 | 6401 | Some languages, such as C and C@t{++}, provide a way to define and invoke |
e2e0bcd1 JB |
6402 | ``preprocessor macros'' which expand into strings of tokens. |
6403 | @value{GDBN} can evaluate expressions containing macro invocations, show | |
6404 | the result of macro expansion, and show a macro's definition, including | |
6405 | where it was defined. | |
6406 | ||
6407 | You may need to compile your program specially to provide @value{GDBN} | |
6408 | with information about preprocessor macros. Most compilers do not | |
6409 | include macros in their debugging information, even when you compile | |
6410 | with the @option{-g} flag. @xref{Compilation}. | |
6411 | ||
6412 | A program may define a macro at one point, remove that definition later, | |
6413 | and then provide a different definition after that. Thus, at different | |
6414 | points in the program, a macro may have different definitions, or have | |
6415 | no definition at all. If there is a current stack frame, @value{GDBN} | |
6416 | uses the macros in scope at that frame's source code line. Otherwise, | |
6417 | @value{GDBN} uses the macros in scope at the current listing location; | |
6418 | see @ref{List}. | |
6419 | ||
6420 | At the moment, @value{GDBN} does not support the @code{##} | |
6421 | token-splicing operator, the @code{#} stringification operator, or | |
6422 | variable-arity macros. | |
6423 | ||
6424 | Whenever @value{GDBN} evaluates an expression, it always expands any | |
6425 | macro invocations present in the expression. @value{GDBN} also provides | |
6426 | the following commands for working with macros explicitly. | |
6427 | ||
6428 | @table @code | |
6429 | ||
6430 | @kindex macro expand | |
6431 | @cindex macro expansion, showing the results of preprocessor | |
6432 | @cindex preprocessor macro expansion, showing the results of | |
6433 | @cindex expanding preprocessor macros | |
6434 | @item macro expand @var{expression} | |
6435 | @itemx macro exp @var{expression} | |
6436 | Show the results of expanding all preprocessor macro invocations in | |
6437 | @var{expression}. Since @value{GDBN} simply expands macros, but does | |
6438 | not parse the result, @var{expression} need not be a valid expression; | |
6439 | it can be any string of tokens. | |
6440 | ||
6441 | @kindex macro expand-once | |
6442 | @item macro expand-once @var{expression} | |
6443 | @itemx macro exp1 @var{expression} | |
6444 | @i{(This command is not yet implemented.)} Show the results of | |
6445 | expanding those preprocessor macro invocations that appear explicitly in | |
6446 | @var{expression}. Macro invocations appearing in that expansion are | |
6447 | left unchanged. This command allows you to see the effect of a | |
6448 | particular macro more clearly, without being confused by further | |
6449 | expansions. Since @value{GDBN} simply expands macros, but does not | |
6450 | parse the result, @var{expression} need not be a valid expression; it | |
6451 | can be any string of tokens. | |
6452 | ||
475b0867 | 6453 | @kindex info macro |
e2e0bcd1 JB |
6454 | @cindex macro definition, showing |
6455 | @cindex definition, showing a macro's | |
475b0867 | 6456 | @item info macro @var{macro} |
e2e0bcd1 JB |
6457 | Show the definition of the macro named @var{macro}, and describe the |
6458 | source location where that definition was established. | |
6459 | ||
6460 | @kindex macro define | |
6461 | @cindex user-defined macros | |
6462 | @cindex defining macros interactively | |
6463 | @cindex macros, user-defined | |
6464 | @item macro define @var{macro} @var{replacement-list} | |
6465 | @itemx macro define @var{macro}(@var{arglist}) @var{replacement-list} | |
6466 | @i{(This command is not yet implemented.)} Introduce a definition for a | |
6467 | preprocessor macro named @var{macro}, invocations of which are replaced | |
6468 | by the tokens given in @var{replacement-list}. The first form of this | |
6469 | command defines an ``object-like'' macro, which takes no arguments; the | |
6470 | second form defines a ``function-like'' macro, which takes the arguments | |
6471 | given in @var{arglist}. | |
6472 | ||
6473 | A definition introduced by this command is in scope in every expression | |
6474 | evaluated in @value{GDBN}, until it is removed with the @command{macro | |
6475 | undef} command, described below. The definition overrides all | |
6476 | definitions for @var{macro} present in the program being debugged, as | |
6477 | well as any previous user-supplied definition. | |
6478 | ||
6479 | @kindex macro undef | |
6480 | @item macro undef @var{macro} | |
6481 | @i{(This command is not yet implemented.)} Remove any user-supplied | |
6482 | definition for the macro named @var{macro}. This command only affects | |
6483 | definitions provided with the @command{macro define} command, described | |
6484 | above; it cannot remove definitions present in the program being | |
6485 | debugged. | |
6486 | ||
6487 | @end table | |
6488 | ||
6489 | @cindex macros, example of debugging with | |
6490 | Here is a transcript showing the above commands in action. First, we | |
6491 | show our source files: | |
6492 | ||
6493 | @smallexample | |
6494 | $ cat sample.c | |
6495 | #include <stdio.h> | |
6496 | #include "sample.h" | |
6497 | ||
6498 | #define M 42 | |
6499 | #define ADD(x) (M + x) | |
6500 | ||
6501 | main () | |
6502 | @{ | |
6503 | #define N 28 | |
6504 | printf ("Hello, world!\n"); | |
6505 | #undef N | |
6506 | printf ("We're so creative.\n"); | |
6507 | #define N 1729 | |
6508 | printf ("Goodbye, world!\n"); | |
6509 | @} | |
6510 | $ cat sample.h | |
6511 | #define Q < | |
6512 | $ | |
6513 | @end smallexample | |
6514 | ||
6515 | Now, we compile the program using the @sc{gnu} C compiler, @value{NGCC}. | |
6516 | We pass the @option{-gdwarf-2} and @option{-g3} flags to ensure the | |
6517 | compiler includes information about preprocessor macros in the debugging | |
6518 | information. | |
6519 | ||
6520 | @smallexample | |
6521 | $ gcc -gdwarf-2 -g3 sample.c -o sample | |
6522 | $ | |
6523 | @end smallexample | |
6524 | ||
6525 | Now, we start @value{GDBN} on our sample program: | |
6526 | ||
6527 | @smallexample | |
6528 | $ gdb -nw sample | |
6529 | GNU gdb 2002-05-06-cvs | |
6530 | Copyright 2002 Free Software Foundation, Inc. | |
6531 | GDB is free software, @dots{} | |
6532 | (gdb) | |
6533 | @end smallexample | |
6534 | ||
6535 | We can expand macros and examine their definitions, even when the | |
6536 | program is not running. @value{GDBN} uses the current listing position | |
6537 | to decide which macro definitions are in scope: | |
6538 | ||
6539 | @smallexample | |
6540 | (gdb) list main | |
6541 | 3 | |
6542 | 4 #define M 42 | |
6543 | 5 #define ADD(x) (M + x) | |
6544 | 6 | |
6545 | 7 main () | |
6546 | 8 @{ | |
6547 | 9 #define N 28 | |
6548 | 10 printf ("Hello, world!\n"); | |
6549 | 11 #undef N | |
6550 | 12 printf ("We're so creative.\n"); | |
475b0867 | 6551 | (gdb) info macro ADD |
e2e0bcd1 JB |
6552 | Defined at /home/jimb/gdb/macros/play/sample.c:5 |
6553 | #define ADD(x) (M + x) | |
475b0867 | 6554 | (gdb) info macro Q |
e2e0bcd1 JB |
6555 | Defined at /home/jimb/gdb/macros/play/sample.h:1 |
6556 | included at /home/jimb/gdb/macros/play/sample.c:2 | |
6557 | #define Q < | |
6558 | (gdb) macro expand ADD(1) | |
6559 | expands to: (42 + 1) | |
6560 | (gdb) macro expand-once ADD(1) | |
6561 | expands to: once (M + 1) | |
b383017d | 6562 | (gdb) |
e2e0bcd1 JB |
6563 | @end smallexample |
6564 | ||
6565 | In the example above, note that @command{macro expand-once} expands only | |
6566 | the macro invocation explicit in the original text --- the invocation of | |
6567 | @code{ADD} --- but does not expand the invocation of the macro @code{M}, | |
6568 | which was introduced by @code{ADD}. | |
6569 | ||
6570 | Once the program is running, GDB uses the macro definitions in force at | |
6571 | the source line of the current stack frame: | |
6572 | ||
6573 | @smallexample | |
6574 | (gdb) break main | |
6575 | Breakpoint 1 at 0x8048370: file sample.c, line 10. | |
6576 | (gdb) run | |
b383017d | 6577 | Starting program: /home/jimb/gdb/macros/play/sample |
e2e0bcd1 JB |
6578 | |
6579 | Breakpoint 1, main () at sample.c:10 | |
6580 | 10 printf ("Hello, world!\n"); | |
b383017d | 6581 | (gdb) |
e2e0bcd1 JB |
6582 | @end smallexample |
6583 | ||
6584 | At line 10, the definition of the macro @code{N} at line 9 is in force: | |
6585 | ||
6586 | @smallexample | |
475b0867 | 6587 | (gdb) info macro N |
e2e0bcd1 JB |
6588 | Defined at /home/jimb/gdb/macros/play/sample.c:9 |
6589 | #define N 28 | |
6590 | (gdb) macro expand N Q M | |
6591 | expands to: 28 < 42 | |
6592 | (gdb) print N Q M | |
6593 | $1 = 1 | |
b383017d | 6594 | (gdb) |
e2e0bcd1 JB |
6595 | @end smallexample |
6596 | ||
6597 | As we step over directives that remove @code{N}'s definition, and then | |
6598 | give it a new definition, @value{GDBN} finds the definition (or lack | |
6599 | thereof) in force at each point: | |
6600 | ||
6601 | @smallexample | |
6602 | (gdb) next | |
6603 | Hello, world! | |
6604 | 12 printf ("We're so creative.\n"); | |
475b0867 | 6605 | (gdb) info macro N |
e2e0bcd1 JB |
6606 | The symbol `N' has no definition as a C/C++ preprocessor macro |
6607 | at /home/jimb/gdb/macros/play/sample.c:12 | |
6608 | (gdb) next | |
6609 | We're so creative. | |
6610 | 14 printf ("Goodbye, world!\n"); | |
475b0867 | 6611 | (gdb) info macro N |
e2e0bcd1 JB |
6612 | Defined at /home/jimb/gdb/macros/play/sample.c:13 |
6613 | #define N 1729 | |
6614 | (gdb) macro expand N Q M | |
6615 | expands to: 1729 < 42 | |
6616 | (gdb) print N Q M | |
6617 | $2 = 0 | |
b383017d | 6618 | (gdb) |
e2e0bcd1 JB |
6619 | @end smallexample |
6620 | ||
6621 | ||
b37052ae EZ |
6622 | @node Tracepoints |
6623 | @chapter Tracepoints | |
6624 | @c This chapter is based on the documentation written by Michael | |
6625 | @c Snyder, David Taylor, Jim Blandy, and Elena Zannoni. | |
6626 | ||
6627 | @cindex tracepoints | |
6628 | In some applications, it is not feasible for the debugger to interrupt | |
6629 | the program's execution long enough for the developer to learn | |
6630 | anything helpful about its behavior. If the program's correctness | |
6631 | depends on its real-time behavior, delays introduced by a debugger | |
6632 | might cause the program to change its behavior drastically, or perhaps | |
6633 | fail, even when the code itself is correct. It is useful to be able | |
6634 | to observe the program's behavior without interrupting it. | |
6635 | ||
6636 | Using @value{GDBN}'s @code{trace} and @code{collect} commands, you can | |
6637 | specify locations in the program, called @dfn{tracepoints}, and | |
6638 | arbitrary expressions to evaluate when those tracepoints are reached. | |
6639 | Later, using the @code{tfind} command, you can examine the values | |
6640 | those expressions had when the program hit the tracepoints. The | |
6641 | expressions may also denote objects in memory---structures or arrays, | |
6642 | for example---whose values @value{GDBN} should record; while visiting | |
6643 | a particular tracepoint, you may inspect those objects as if they were | |
6644 | in memory at that moment. However, because @value{GDBN} records these | |
6645 | values without interacting with you, it can do so quickly and | |
6646 | unobtrusively, hopefully not disturbing the program's behavior. | |
6647 | ||
6648 | The tracepoint facility is currently available only for remote | |
2c0069bb EZ |
6649 | targets. @xref{Targets}. In addition, your remote target must know how |
6650 | to collect trace data. This functionality is implemented in the remote | |
6651 | stub; however, none of the stubs distributed with @value{GDBN} support | |
6652 | tracepoints as of this writing. | |
b37052ae EZ |
6653 | |
6654 | This chapter describes the tracepoint commands and features. | |
6655 | ||
6656 | @menu | |
b383017d RM |
6657 | * Set Tracepoints:: |
6658 | * Analyze Collected Data:: | |
6659 | * Tracepoint Variables:: | |
b37052ae EZ |
6660 | @end menu |
6661 | ||
6662 | @node Set Tracepoints | |
6663 | @section Commands to Set Tracepoints | |
6664 | ||
6665 | Before running such a @dfn{trace experiment}, an arbitrary number of | |
6666 | tracepoints can be set. Like a breakpoint (@pxref{Set Breaks}), a | |
6667 | tracepoint has a number assigned to it by @value{GDBN}. Like with | |
6668 | breakpoints, tracepoint numbers are successive integers starting from | |
6669 | one. Many of the commands associated with tracepoints take the | |
6670 | tracepoint number as their argument, to identify which tracepoint to | |
6671 | work on. | |
6672 | ||
6673 | For each tracepoint, you can specify, in advance, some arbitrary set | |
6674 | of data that you want the target to collect in the trace buffer when | |
6675 | it hits that tracepoint. The collected data can include registers, | |
6676 | local variables, or global data. Later, you can use @value{GDBN} | |
6677 | commands to examine the values these data had at the time the | |
6678 | tracepoint was hit. | |
6679 | ||
6680 | This section describes commands to set tracepoints and associated | |
6681 | conditions and actions. | |
6682 | ||
6683 | @menu | |
b383017d RM |
6684 | * Create and Delete Tracepoints:: |
6685 | * Enable and Disable Tracepoints:: | |
6686 | * Tracepoint Passcounts:: | |
6687 | * Tracepoint Actions:: | |
6688 | * Listing Tracepoints:: | |
6689 | * Starting and Stopping Trace Experiment:: | |
b37052ae EZ |
6690 | @end menu |
6691 | ||
6692 | @node Create and Delete Tracepoints | |
6693 | @subsection Create and Delete Tracepoints | |
6694 | ||
6695 | @table @code | |
6696 | @cindex set tracepoint | |
6697 | @kindex trace | |
6698 | @item trace | |
6699 | The @code{trace} command is very similar to the @code{break} command. | |
6700 | Its argument can be a source line, a function name, or an address in | |
6701 | the target program. @xref{Set Breaks}. The @code{trace} command | |
6702 | defines a tracepoint, which is a point in the target program where the | |
6703 | debugger will briefly stop, collect some data, and then allow the | |
6704 | program to continue. Setting a tracepoint or changing its commands | |
6705 | doesn't take effect until the next @code{tstart} command; thus, you | |
6706 | cannot change the tracepoint attributes once a trace experiment is | |
6707 | running. | |
6708 | ||
6709 | Here are some examples of using the @code{trace} command: | |
6710 | ||
6711 | @smallexample | |
6712 | (@value{GDBP}) @b{trace foo.c:121} // a source file and line number | |
6713 | ||
6714 | (@value{GDBP}) @b{trace +2} // 2 lines forward | |
6715 | ||
6716 | (@value{GDBP}) @b{trace my_function} // first source line of function | |
6717 | ||
6718 | (@value{GDBP}) @b{trace *my_function} // EXACT start address of function | |
6719 | ||
6720 | (@value{GDBP}) @b{trace *0x2117c4} // an address | |
6721 | @end smallexample | |
6722 | ||
6723 | @noindent | |
6724 | You can abbreviate @code{trace} as @code{tr}. | |
6725 | ||
6726 | @vindex $tpnum | |
6727 | @cindex last tracepoint number | |
6728 | @cindex recent tracepoint number | |
6729 | @cindex tracepoint number | |
6730 | The convenience variable @code{$tpnum} records the tracepoint number | |
6731 | of the most recently set tracepoint. | |
6732 | ||
6733 | @kindex delete tracepoint | |
6734 | @cindex tracepoint deletion | |
6735 | @item delete tracepoint @r{[}@var{num}@r{]} | |
6736 | Permanently delete one or more tracepoints. With no argument, the | |
6737 | default is to delete all tracepoints. | |
6738 | ||
6739 | Examples: | |
6740 | ||
6741 | @smallexample | |
6742 | (@value{GDBP}) @b{delete trace 1 2 3} // remove three tracepoints | |
6743 | ||
6744 | (@value{GDBP}) @b{delete trace} // remove all tracepoints | |
6745 | @end smallexample | |
6746 | ||
6747 | @noindent | |
6748 | You can abbreviate this command as @code{del tr}. | |
6749 | @end table | |
6750 | ||
6751 | @node Enable and Disable Tracepoints | |
6752 | @subsection Enable and Disable Tracepoints | |
6753 | ||
6754 | @table @code | |
6755 | @kindex disable tracepoint | |
6756 | @item disable tracepoint @r{[}@var{num}@r{]} | |
6757 | Disable tracepoint @var{num}, or all tracepoints if no argument | |
6758 | @var{num} is given. A disabled tracepoint will have no effect during | |
6759 | the next trace experiment, but it is not forgotten. You can re-enable | |
6760 | a disabled tracepoint using the @code{enable tracepoint} command. | |
6761 | ||
6762 | @kindex enable tracepoint | |
6763 | @item enable tracepoint @r{[}@var{num}@r{]} | |
6764 | Enable tracepoint @var{num}, or all tracepoints. The enabled | |
6765 | tracepoints will become effective the next time a trace experiment is | |
6766 | run. | |
6767 | @end table | |
6768 | ||
6769 | @node Tracepoint Passcounts | |
6770 | @subsection Tracepoint Passcounts | |
6771 | ||
6772 | @table @code | |
6773 | @kindex passcount | |
6774 | @cindex tracepoint pass count | |
6775 | @item passcount @r{[}@var{n} @r{[}@var{num}@r{]]} | |
6776 | Set the @dfn{passcount} of a tracepoint. The passcount is a way to | |
6777 | automatically stop a trace experiment. If a tracepoint's passcount is | |
6778 | @var{n}, then the trace experiment will be automatically stopped on | |
6779 | the @var{n}'th time that tracepoint is hit. If the tracepoint number | |
6780 | @var{num} is not specified, the @code{passcount} command sets the | |
6781 | passcount of the most recently defined tracepoint. If no passcount is | |
6782 | given, the trace experiment will run until stopped explicitly by the | |
6783 | user. | |
6784 | ||
6785 | Examples: | |
6786 | ||
6787 | @smallexample | |
b383017d | 6788 | (@value{GDBP}) @b{passcount 5 2} // Stop on the 5th execution of |
6826cf00 | 6789 | @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// tracepoint 2} |
b37052ae EZ |
6790 | |
6791 | (@value{GDBP}) @b{passcount 12} // Stop on the 12th execution of the | |
6826cf00 | 6792 | @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// most recently defined tracepoint.} |
b37052ae EZ |
6793 | (@value{GDBP}) @b{trace foo} |
6794 | (@value{GDBP}) @b{pass 3} | |
6795 | (@value{GDBP}) @b{trace bar} | |
6796 | (@value{GDBP}) @b{pass 2} | |
6797 | (@value{GDBP}) @b{trace baz} | |
6798 | (@value{GDBP}) @b{pass 1} // Stop tracing when foo has been | |
6826cf00 EZ |
6799 | @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// executed 3 times OR when bar has} |
6800 | @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// been executed 2 times} | |
6801 | @exdent @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @code{// OR when baz has been executed 1 time.} | |
b37052ae EZ |
6802 | @end smallexample |
6803 | @end table | |
6804 | ||
6805 | @node Tracepoint Actions | |
6806 | @subsection Tracepoint Action Lists | |
6807 | ||
6808 | @table @code | |
6809 | @kindex actions | |
6810 | @cindex tracepoint actions | |
6811 | @item actions @r{[}@var{num}@r{]} | |
6812 | This command will prompt for a list of actions to be taken when the | |
6813 | tracepoint is hit. If the tracepoint number @var{num} is not | |
6814 | specified, this command sets the actions for the one that was most | |
6815 | recently defined (so that you can define a tracepoint and then say | |
6816 | @code{actions} without bothering about its number). You specify the | |
6817 | actions themselves on the following lines, one action at a time, and | |
6818 | terminate the actions list with a line containing just @code{end}. So | |
6819 | far, the only defined actions are @code{collect} and | |
6820 | @code{while-stepping}. | |
6821 | ||
6822 | @cindex remove actions from a tracepoint | |
6823 | To remove all actions from a tracepoint, type @samp{actions @var{num}} | |
6824 | and follow it immediately with @samp{end}. | |
6825 | ||
6826 | @smallexample | |
6827 | (@value{GDBP}) @b{collect @var{data}} // collect some data | |
6828 | ||
6826cf00 | 6829 | (@value{GDBP}) @b{while-stepping 5} // single-step 5 times, collect data |
b37052ae | 6830 | |
6826cf00 | 6831 | (@value{GDBP}) @b{end} // signals the end of actions. |
b37052ae EZ |
6832 | @end smallexample |
6833 | ||
6834 | In the following example, the action list begins with @code{collect} | |
6835 | commands indicating the things to be collected when the tracepoint is | |
6836 | hit. Then, in order to single-step and collect additional data | |
6837 | following the tracepoint, a @code{while-stepping} command is used, | |
6838 | followed by the list of things to be collected while stepping. The | |
6839 | @code{while-stepping} command is terminated by its own separate | |
6840 | @code{end} command. Lastly, the action list is terminated by an | |
6841 | @code{end} command. | |
6842 | ||
6843 | @smallexample | |
6844 | (@value{GDBP}) @b{trace foo} | |
6845 | (@value{GDBP}) @b{actions} | |
6846 | Enter actions for tracepoint 1, one per line: | |
6847 | > collect bar,baz | |
6848 | > collect $regs | |
6849 | > while-stepping 12 | |
6850 | > collect $fp, $sp | |
6851 | > end | |
6852 | end | |
6853 | @end smallexample | |
6854 | ||
6855 | @kindex collect @r{(tracepoints)} | |
6856 | @item collect @var{expr1}, @var{expr2}, @dots{} | |
6857 | Collect values of the given expressions when the tracepoint is hit. | |
6858 | This command accepts a comma-separated list of any valid expressions. | |
6859 | In addition to global, static, or local variables, the following | |
6860 | special arguments are supported: | |
6861 | ||
6862 | @table @code | |
6863 | @item $regs | |
6864 | collect all registers | |
6865 | ||
6866 | @item $args | |
6867 | collect all function arguments | |
6868 | ||
6869 | @item $locals | |
6870 | collect all local variables. | |
6871 | @end table | |
6872 | ||
6873 | You can give several consecutive @code{collect} commands, each one | |
6874 | with a single argument, or one @code{collect} command with several | |
6875 | arguments separated by commas: the effect is the same. | |
6876 | ||
f5c37c66 EZ |
6877 | The command @code{info scope} (@pxref{Symbols, info scope}) is |
6878 | particularly useful for figuring out what data to collect. | |
6879 | ||
b37052ae EZ |
6880 | @kindex while-stepping @r{(tracepoints)} |
6881 | @item while-stepping @var{n} | |
6882 | Perform @var{n} single-step traces after the tracepoint, collecting | |
6883 | new data at each step. The @code{while-stepping} command is | |
6884 | followed by the list of what to collect while stepping (followed by | |
6885 | its own @code{end} command): | |
6886 | ||
6887 | @smallexample | |
6888 | > while-stepping 12 | |
6889 | > collect $regs, myglobal | |
6890 | > end | |
6891 | > | |
6892 | @end smallexample | |
6893 | ||
6894 | @noindent | |
6895 | You may abbreviate @code{while-stepping} as @code{ws} or | |
6896 | @code{stepping}. | |
6897 | @end table | |
6898 | ||
6899 | @node Listing Tracepoints | |
6900 | @subsection Listing Tracepoints | |
6901 | ||
6902 | @table @code | |
6903 | @kindex info tracepoints | |
6904 | @cindex information about tracepoints | |
6905 | @item info tracepoints @r{[}@var{num}@r{]} | |
8a037dd7 | 6906 | Display information about the tracepoint @var{num}. If you don't specify |
798c8bc6 | 6907 | a tracepoint number, displays information about all the tracepoints |
b37052ae EZ |
6908 | defined so far. For each tracepoint, the following information is |
6909 | shown: | |
6910 | ||
6911 | @itemize @bullet | |
6912 | @item | |
6913 | its number | |
6914 | @item | |
6915 | whether it is enabled or disabled | |
6916 | @item | |
6917 | its address | |
6918 | @item | |
6919 | its passcount as given by the @code{passcount @var{n}} command | |
6920 | @item | |
6921 | its step count as given by the @code{while-stepping @var{n}} command | |
6922 | @item | |
6923 | where in the source files is the tracepoint set | |
6924 | @item | |
6925 | its action list as given by the @code{actions} command | |
6926 | @end itemize | |
6927 | ||
6928 | @smallexample | |
6929 | (@value{GDBP}) @b{info trace} | |
6930 | Num Enb Address PassC StepC What | |
6931 | 1 y 0x002117c4 0 0 <gdb_asm> | |
6826cf00 EZ |
6932 | 2 y 0x0020dc64 0 0 in g_test at g_test.c:1375 |
6933 | 3 y 0x0020b1f4 0 0 in get_data at ../foo.c:41 | |
b37052ae EZ |
6934 | (@value{GDBP}) |
6935 | @end smallexample | |
6936 | ||
6937 | @noindent | |
6938 | This command can be abbreviated @code{info tp}. | |
6939 | @end table | |
6940 | ||
6941 | @node Starting and Stopping Trace Experiment | |
6942 | @subsection Starting and Stopping Trace Experiment | |
6943 | ||
6944 | @table @code | |
6945 | @kindex tstart | |
6946 | @cindex start a new trace experiment | |
6947 | @cindex collected data discarded | |
6948 | @item tstart | |
6949 | This command takes no arguments. It starts the trace experiment, and | |
6950 | begins collecting data. This has the side effect of discarding all | |
6951 | the data collected in the trace buffer during the previous trace | |
6952 | experiment. | |
6953 | ||
6954 | @kindex tstop | |
6955 | @cindex stop a running trace experiment | |
6956 | @item tstop | |
6957 | This command takes no arguments. It ends the trace experiment, and | |
6958 | stops collecting data. | |
6959 | ||
6960 | @strong{Note:} a trace experiment and data collection may stop | |
6961 | automatically if any tracepoint's passcount is reached | |
6962 | (@pxref{Tracepoint Passcounts}), or if the trace buffer becomes full. | |
6963 | ||
6964 | @kindex tstatus | |
6965 | @cindex status of trace data collection | |
6966 | @cindex trace experiment, status of | |
6967 | @item tstatus | |
6968 | This command displays the status of the current trace data | |
6969 | collection. | |
6970 | @end table | |
6971 | ||
6972 | Here is an example of the commands we described so far: | |
6973 | ||
6974 | @smallexample | |
6975 | (@value{GDBP}) @b{trace gdb_c_test} | |
6976 | (@value{GDBP}) @b{actions} | |
6977 | Enter actions for tracepoint #1, one per line. | |
6978 | > collect $regs,$locals,$args | |
6979 | > while-stepping 11 | |
6980 | > collect $regs | |
6981 | > end | |
6982 | > end | |
6983 | (@value{GDBP}) @b{tstart} | |
6984 | [time passes @dots{}] | |
6985 | (@value{GDBP}) @b{tstop} | |
6986 | @end smallexample | |
6987 | ||
6988 | ||
6989 | @node Analyze Collected Data | |
6990 | @section Using the collected data | |
6991 | ||
6992 | After the tracepoint experiment ends, you use @value{GDBN} commands | |
6993 | for examining the trace data. The basic idea is that each tracepoint | |
6994 | collects a trace @dfn{snapshot} every time it is hit and another | |
6995 | snapshot every time it single-steps. All these snapshots are | |
6996 | consecutively numbered from zero and go into a buffer, and you can | |
6997 | examine them later. The way you examine them is to @dfn{focus} on a | |
6998 | specific trace snapshot. When the remote stub is focused on a trace | |
6999 | snapshot, it will respond to all @value{GDBN} requests for memory and | |
7000 | registers by reading from the buffer which belongs to that snapshot, | |
7001 | rather than from @emph{real} memory or registers of the program being | |
7002 | debugged. This means that @strong{all} @value{GDBN} commands | |
7003 | (@code{print}, @code{info registers}, @code{backtrace}, etc.) will | |
7004 | behave as if we were currently debugging the program state as it was | |
7005 | when the tracepoint occurred. Any requests for data that are not in | |
7006 | the buffer will fail. | |
7007 | ||
7008 | @menu | |
7009 | * tfind:: How to select a trace snapshot | |
7010 | * tdump:: How to display all data for a snapshot | |
7011 | * save-tracepoints:: How to save tracepoints for a future run | |
7012 | @end menu | |
7013 | ||
7014 | @node tfind | |
7015 | @subsection @code{tfind @var{n}} | |
7016 | ||
7017 | @kindex tfind | |
7018 | @cindex select trace snapshot | |
7019 | @cindex find trace snapshot | |
7020 | The basic command for selecting a trace snapshot from the buffer is | |
7021 | @code{tfind @var{n}}, which finds trace snapshot number @var{n}, | |
7022 | counting from zero. If no argument @var{n} is given, the next | |
7023 | snapshot is selected. | |
7024 | ||
7025 | Here are the various forms of using the @code{tfind} command. | |
7026 | ||
7027 | @table @code | |
7028 | @item tfind start | |
7029 | Find the first snapshot in the buffer. This is a synonym for | |
7030 | @code{tfind 0} (since 0 is the number of the first snapshot). | |
7031 | ||
7032 | @item tfind none | |
7033 | Stop debugging trace snapshots, resume @emph{live} debugging. | |
7034 | ||
7035 | @item tfind end | |
7036 | Same as @samp{tfind none}. | |
7037 | ||
7038 | @item tfind | |
7039 | No argument means find the next trace snapshot. | |
7040 | ||
7041 | @item tfind - | |
7042 | Find the previous trace snapshot before the current one. This permits | |
7043 | retracing earlier steps. | |
7044 | ||
7045 | @item tfind tracepoint @var{num} | |
7046 | Find the next snapshot associated with tracepoint @var{num}. Search | |
7047 | proceeds forward from the last examined trace snapshot. If no | |
7048 | argument @var{num} is given, it means find the next snapshot collected | |
7049 | for the same tracepoint as the current snapshot. | |
7050 | ||
7051 | @item tfind pc @var{addr} | |
7052 | Find the next snapshot associated with the value @var{addr} of the | |
7053 | program counter. Search proceeds forward from the last examined trace | |
7054 | snapshot. If no argument @var{addr} is given, it means find the next | |
7055 | snapshot with the same value of PC as the current snapshot. | |
7056 | ||
7057 | @item tfind outside @var{addr1}, @var{addr2} | |
7058 | Find the next snapshot whose PC is outside the given range of | |
7059 | addresses. | |
7060 | ||
7061 | @item tfind range @var{addr1}, @var{addr2} | |
7062 | Find the next snapshot whose PC is between @var{addr1} and | |
7063 | @var{addr2}. @c FIXME: Is the range inclusive or exclusive? | |
7064 | ||
7065 | @item tfind line @r{[}@var{file}:@r{]}@var{n} | |
7066 | Find the next snapshot associated with the source line @var{n}. If | |
7067 | the optional argument @var{file} is given, refer to line @var{n} in | |
7068 | that source file. Search proceeds forward from the last examined | |
7069 | trace snapshot. If no argument @var{n} is given, it means find the | |
7070 | next line other than the one currently being examined; thus saying | |
7071 | @code{tfind line} repeatedly can appear to have the same effect as | |
7072 | stepping from line to line in a @emph{live} debugging session. | |
7073 | @end table | |
7074 | ||
7075 | The default arguments for the @code{tfind} commands are specifically | |
7076 | designed to make it easy to scan through the trace buffer. For | |
7077 | instance, @code{tfind} with no argument selects the next trace | |
7078 | snapshot, and @code{tfind -} with no argument selects the previous | |
7079 | trace snapshot. So, by giving one @code{tfind} command, and then | |
7080 | simply hitting @key{RET} repeatedly you can examine all the trace | |
7081 | snapshots in order. Or, by saying @code{tfind -} and then hitting | |
7082 | @key{RET} repeatedly you can examine the snapshots in reverse order. | |
7083 | The @code{tfind line} command with no argument selects the snapshot | |
7084 | for the next source line executed. The @code{tfind pc} command with | |
7085 | no argument selects the next snapshot with the same program counter | |
7086 | (PC) as the current frame. The @code{tfind tracepoint} command with | |
7087 | no argument selects the next trace snapshot collected by the same | |
7088 | tracepoint as the current one. | |
7089 | ||
7090 | In addition to letting you scan through the trace buffer manually, | |
7091 | these commands make it easy to construct @value{GDBN} scripts that | |
7092 | scan through the trace buffer and print out whatever collected data | |
7093 | you are interested in. Thus, if we want to examine the PC, FP, and SP | |
7094 | registers from each trace frame in the buffer, we can say this: | |
7095 | ||
7096 | @smallexample | |
7097 | (@value{GDBP}) @b{tfind start} | |
7098 | (@value{GDBP}) @b{while ($trace_frame != -1)} | |
7099 | > printf "Frame %d, PC = %08X, SP = %08X, FP = %08X\n", \ | |
7100 | $trace_frame, $pc, $sp, $fp | |
7101 | > tfind | |
7102 | > end | |
7103 | ||
7104 | Frame 0, PC = 0020DC64, SP = 0030BF3C, FP = 0030BF44 | |
7105 | Frame 1, PC = 0020DC6C, SP = 0030BF38, FP = 0030BF44 | |
7106 | Frame 2, PC = 0020DC70, SP = 0030BF34, FP = 0030BF44 | |
7107 | Frame 3, PC = 0020DC74, SP = 0030BF30, FP = 0030BF44 | |
7108 | Frame 4, PC = 0020DC78, SP = 0030BF2C, FP = 0030BF44 | |
7109 | Frame 5, PC = 0020DC7C, SP = 0030BF28, FP = 0030BF44 | |
7110 | Frame 6, PC = 0020DC80, SP = 0030BF24, FP = 0030BF44 | |
7111 | Frame 7, PC = 0020DC84, SP = 0030BF20, FP = 0030BF44 | |
7112 | Frame 8, PC = 0020DC88, SP = 0030BF1C, FP = 0030BF44 | |
7113 | Frame 9, PC = 0020DC8E, SP = 0030BF18, FP = 0030BF44 | |
7114 | Frame 10, PC = 00203F6C, SP = 0030BE3C, FP = 0030BF14 | |
7115 | @end smallexample | |
7116 | ||
7117 | Or, if we want to examine the variable @code{X} at each source line in | |
7118 | the buffer: | |
7119 | ||
7120 | @smallexample | |
7121 | (@value{GDBP}) @b{tfind start} | |
7122 | (@value{GDBP}) @b{while ($trace_frame != -1)} | |
7123 | > printf "Frame %d, X == %d\n", $trace_frame, X | |
7124 | > tfind line | |
7125 | > end | |
7126 | ||
7127 | Frame 0, X = 1 | |
7128 | Frame 7, X = 2 | |
7129 | Frame 13, X = 255 | |
7130 | @end smallexample | |
7131 | ||
7132 | @node tdump | |
7133 | @subsection @code{tdump} | |
7134 | @kindex tdump | |
7135 | @cindex dump all data collected at tracepoint | |
7136 | @cindex tracepoint data, display | |
7137 | ||
7138 | This command takes no arguments. It prints all the data collected at | |
7139 | the current trace snapshot. | |
7140 | ||
7141 | @smallexample | |
7142 | (@value{GDBP}) @b{trace 444} | |
7143 | (@value{GDBP}) @b{actions} | |
7144 | Enter actions for tracepoint #2, one per line: | |
7145 | > collect $regs, $locals, $args, gdb_long_test | |
7146 | > end | |
7147 | ||
7148 | (@value{GDBP}) @b{tstart} | |
7149 | ||
7150 | (@value{GDBP}) @b{tfind line 444} | |
7151 | #0 gdb_test (p1=0x11, p2=0x22, p3=0x33, p4=0x44, p5=0x55, p6=0x66) | |
7152 | at gdb_test.c:444 | |
7153 | 444 printp( "%s: arguments = 0x%X 0x%X 0x%X 0x%X 0x%X 0x%X\n", ) | |
7154 | ||
7155 | (@value{GDBP}) @b{tdump} | |
7156 | Data collected at tracepoint 2, trace frame 1: | |
7157 | d0 0xc4aa0085 -995491707 | |
7158 | d1 0x18 24 | |
7159 | d2 0x80 128 | |
7160 | d3 0x33 51 | |
7161 | d4 0x71aea3d 119204413 | |
7162 | d5 0x22 34 | |
7163 | d6 0xe0 224 | |
7164 | d7 0x380035 3670069 | |
7165 | a0 0x19e24a 1696330 | |
7166 | a1 0x3000668 50333288 | |
7167 | a2 0x100 256 | |
7168 | a3 0x322000 3284992 | |
7169 | a4 0x3000698 50333336 | |
7170 | a5 0x1ad3cc 1758156 | |
7171 | fp 0x30bf3c 0x30bf3c | |
7172 | sp 0x30bf34 0x30bf34 | |
7173 | ps 0x0 0 | |
7174 | pc 0x20b2c8 0x20b2c8 | |
7175 | fpcontrol 0x0 0 | |
7176 | fpstatus 0x0 0 | |
7177 | fpiaddr 0x0 0 | |
7178 | p = 0x20e5b4 "gdb-test" | |
7179 | p1 = (void *) 0x11 | |
7180 | p2 = (void *) 0x22 | |
7181 | p3 = (void *) 0x33 | |
7182 | p4 = (void *) 0x44 | |
7183 | p5 = (void *) 0x55 | |
7184 | p6 = (void *) 0x66 | |
7185 | gdb_long_test = 17 '\021' | |
7186 | ||
7187 | (@value{GDBP}) | |
7188 | @end smallexample | |
7189 | ||
7190 | @node save-tracepoints | |
7191 | @subsection @code{save-tracepoints @var{filename}} | |
7192 | @kindex save-tracepoints | |
7193 | @cindex save tracepoints for future sessions | |
7194 | ||
7195 | This command saves all current tracepoint definitions together with | |
7196 | their actions and passcounts, into a file @file{@var{filename}} | |
7197 | suitable for use in a later debugging session. To read the saved | |
7198 | tracepoint definitions, use the @code{source} command (@pxref{Command | |
7199 | Files}). | |
7200 | ||
7201 | @node Tracepoint Variables | |
7202 | @section Convenience Variables for Tracepoints | |
7203 | @cindex tracepoint variables | |
7204 | @cindex convenience variables for tracepoints | |
7205 | ||
7206 | @table @code | |
7207 | @vindex $trace_frame | |
7208 | @item (int) $trace_frame | |
7209 | The current trace snapshot (a.k.a.@: @dfn{frame}) number, or -1 if no | |
7210 | snapshot is selected. | |
7211 | ||
7212 | @vindex $tracepoint | |
7213 | @item (int) $tracepoint | |
7214 | The tracepoint for the current trace snapshot. | |
7215 | ||
7216 | @vindex $trace_line | |
7217 | @item (int) $trace_line | |
7218 | The line number for the current trace snapshot. | |
7219 | ||
7220 | @vindex $trace_file | |
7221 | @item (char []) $trace_file | |
7222 | The source file for the current trace snapshot. | |
7223 | ||
7224 | @vindex $trace_func | |
7225 | @item (char []) $trace_func | |
7226 | The name of the function containing @code{$tracepoint}. | |
7227 | @end table | |
7228 | ||
7229 | Note: @code{$trace_file} is not suitable for use in @code{printf}, | |
7230 | use @code{output} instead. | |
7231 | ||
7232 | Here's a simple example of using these convenience variables for | |
7233 | stepping through all the trace snapshots and printing some of their | |
7234 | data. | |
7235 | ||
7236 | @smallexample | |
7237 | (@value{GDBP}) @b{tfind start} | |
7238 | ||
7239 | (@value{GDBP}) @b{while $trace_frame != -1} | |
7240 | > output $trace_file | |
7241 | > printf ", line %d (tracepoint #%d)\n", $trace_line, $tracepoint | |
7242 | > tfind | |
7243 | > end | |
7244 | @end smallexample | |
7245 | ||
df0cd8c5 JB |
7246 | @node Overlays |
7247 | @chapter Debugging Programs That Use Overlays | |
7248 | @cindex overlays | |
7249 | ||
7250 | If your program is too large to fit completely in your target system's | |
7251 | memory, you can sometimes use @dfn{overlays} to work around this | |
7252 | problem. @value{GDBN} provides some support for debugging programs that | |
7253 | use overlays. | |
7254 | ||
7255 | @menu | |
7256 | * How Overlays Work:: A general explanation of overlays. | |
7257 | * Overlay Commands:: Managing overlays in @value{GDBN}. | |
7258 | * Automatic Overlay Debugging:: @value{GDBN} can find out which overlays are | |
7259 | mapped by asking the inferior. | |
7260 | * Overlay Sample Program:: A sample program using overlays. | |
7261 | @end menu | |
7262 | ||
7263 | @node How Overlays Work | |
7264 | @section How Overlays Work | |
7265 | @cindex mapped overlays | |
7266 | @cindex unmapped overlays | |
7267 | @cindex load address, overlay's | |
7268 | @cindex mapped address | |
7269 | @cindex overlay area | |
7270 | ||
7271 | Suppose you have a computer whose instruction address space is only 64 | |
7272 | kilobytes long, but which has much more memory which can be accessed by | |
7273 | other means: special instructions, segment registers, or memory | |
7274 | management hardware, for example. Suppose further that you want to | |
7275 | adapt a program which is larger than 64 kilobytes to run on this system. | |
7276 | ||
7277 | One solution is to identify modules of your program which are relatively | |
7278 | independent, and need not call each other directly; call these modules | |
7279 | @dfn{overlays}. Separate the overlays from the main program, and place | |
7280 | their machine code in the larger memory. Place your main program in | |
7281 | instruction memory, but leave at least enough space there to hold the | |
7282 | largest overlay as well. | |
7283 | ||
7284 | Now, to call a function located in an overlay, you must first copy that | |
7285 | overlay's machine code from the large memory into the space set aside | |
7286 | for it in the instruction memory, and then jump to its entry point | |
7287 | there. | |
7288 | ||
c928edc0 AC |
7289 | @c NB: In the below the mapped area's size is greater or equal to the |
7290 | @c size of all overlays. This is intentional to remind the developer | |
7291 | @c that overlays don't necessarily need to be the same size. | |
7292 | ||
474c8240 | 7293 | @smallexample |
df0cd8c5 | 7294 | @group |
c928edc0 AC |
7295 | Data Instruction Larger |
7296 | Address Space Address Space Address Space | |
7297 | +-----------+ +-----------+ +-----------+ | |
7298 | | | | | | | | |
7299 | +-----------+ +-----------+ +-----------+<-- overlay 1 | |
7300 | | program | | main | .----| overlay 1 | load address | |
7301 | | variables | | program | | +-----------+ | |
7302 | | and heap | | | | | | | |
7303 | +-----------+ | | | +-----------+<-- overlay 2 | |
7304 | | | +-----------+ | | | load address | |
7305 | +-----------+ | | | .-| overlay 2 | | |
7306 | | | | | | | | |
7307 | mapped --->+-----------+ | | +-----------+ | |
7308 | address | | | | | | | |
7309 | | overlay | <-' | | | | |
7310 | | area | <---' +-----------+<-- overlay 3 | |
7311 | | | <---. | | load address | |
7312 | +-----------+ `--| overlay 3 | | |
7313 | | | | | | |
7314 | +-----------+ | | | |
7315 | +-----------+ | |
7316 | | | | |
7317 | +-----------+ | |
7318 | ||
7319 | @anchor{A code overlay}A code overlay | |
df0cd8c5 | 7320 | @end group |
474c8240 | 7321 | @end smallexample |
df0cd8c5 | 7322 | |
c928edc0 AC |
7323 | The diagram (@pxref{A code overlay}) shows a system with separate data |
7324 | and instruction address spaces. To map an overlay, the program copies | |
7325 | its code from the larger address space to the instruction address space. | |
7326 | Since the overlays shown here all use the same mapped address, only one | |
7327 | may be mapped at a time. For a system with a single address space for | |
7328 | data and instructions, the diagram would be similar, except that the | |
7329 | program variables and heap would share an address space with the main | |
7330 | program and the overlay area. | |
df0cd8c5 JB |
7331 | |
7332 | An overlay loaded into instruction memory and ready for use is called a | |
7333 | @dfn{mapped} overlay; its @dfn{mapped address} is its address in the | |
7334 | instruction memory. An overlay not present (or only partially present) | |
7335 | in instruction memory is called @dfn{unmapped}; its @dfn{load address} | |
7336 | is its address in the larger memory. The mapped address is also called | |
7337 | the @dfn{virtual memory address}, or @dfn{VMA}; the load address is also | |
7338 | called the @dfn{load memory address}, or @dfn{LMA}. | |
7339 | ||
7340 | Unfortunately, overlays are not a completely transparent way to adapt a | |
7341 | program to limited instruction memory. They introduce a new set of | |
7342 | global constraints you must keep in mind as you design your program: | |
7343 | ||
7344 | @itemize @bullet | |
7345 | ||
7346 | @item | |
7347 | Before calling or returning to a function in an overlay, your program | |
7348 | must make sure that overlay is actually mapped. Otherwise, the call or | |
7349 | return will transfer control to the right address, but in the wrong | |
7350 | overlay, and your program will probably crash. | |
7351 | ||
7352 | @item | |
7353 | If the process of mapping an overlay is expensive on your system, you | |
7354 | will need to choose your overlays carefully to minimize their effect on | |
7355 | your program's performance. | |
7356 | ||
7357 | @item | |
7358 | The executable file you load onto your system must contain each | |
7359 | overlay's instructions, appearing at the overlay's load address, not its | |
7360 | mapped address. However, each overlay's instructions must be relocated | |
7361 | and its symbols defined as if the overlay were at its mapped address. | |
7362 | You can use GNU linker scripts to specify different load and relocation | |
7363 | addresses for pieces of your program; see @ref{Overlay Description,,, | |
7364 | ld.info, Using ld: the GNU linker}. | |
7365 | ||
7366 | @item | |
7367 | The procedure for loading executable files onto your system must be able | |
7368 | to load their contents into the larger address space as well as the | |
7369 | instruction and data spaces. | |
7370 | ||
7371 | @end itemize | |
7372 | ||
7373 | The overlay system described above is rather simple, and could be | |
7374 | improved in many ways: | |
7375 | ||
7376 | @itemize @bullet | |
7377 | ||
7378 | @item | |
7379 | If your system has suitable bank switch registers or memory management | |
7380 | hardware, you could use those facilities to make an overlay's load area | |
7381 | contents simply appear at their mapped address in instruction space. | |
7382 | This would probably be faster than copying the overlay to its mapped | |
7383 | area in the usual way. | |
7384 | ||
7385 | @item | |
7386 | If your overlays are small enough, you could set aside more than one | |
7387 | overlay area, and have more than one overlay mapped at a time. | |
7388 | ||
7389 | @item | |
7390 | You can use overlays to manage data, as well as instructions. In | |
7391 | general, data overlays are even less transparent to your design than | |
7392 | code overlays: whereas code overlays only require care when you call or | |
7393 | return to functions, data overlays require care every time you access | |
7394 | the data. Also, if you change the contents of a data overlay, you | |
7395 | must copy its contents back out to its load address before you can copy a | |
7396 | different data overlay into the same mapped area. | |
7397 | ||
7398 | @end itemize | |
7399 | ||
7400 | ||
7401 | @node Overlay Commands | |
7402 | @section Overlay Commands | |
7403 | ||
7404 | To use @value{GDBN}'s overlay support, each overlay in your program must | |
7405 | correspond to a separate section of the executable file. The section's | |
7406 | virtual memory address and load memory address must be the overlay's | |
7407 | mapped and load addresses. Identifying overlays with sections allows | |
7408 | @value{GDBN} to determine the appropriate address of a function or | |
7409 | variable, depending on whether the overlay is mapped or not. | |
7410 | ||
7411 | @value{GDBN}'s overlay commands all start with the word @code{overlay}; | |
7412 | you can abbreviate this as @code{ov} or @code{ovly}. The commands are: | |
7413 | ||
7414 | @table @code | |
7415 | @item overlay off | |
7416 | @kindex overlay off | |
7417 | Disable @value{GDBN}'s overlay support. When overlay support is | |
7418 | disabled, @value{GDBN} assumes that all functions and variables are | |
7419 | always present at their mapped addresses. By default, @value{GDBN}'s | |
7420 | overlay support is disabled. | |
7421 | ||
7422 | @item overlay manual | |
7423 | @kindex overlay manual | |
7424 | @cindex manual overlay debugging | |
7425 | Enable @dfn{manual} overlay debugging. In this mode, @value{GDBN} | |
7426 | relies on you to tell it which overlays are mapped, and which are not, | |
7427 | using the @code{overlay map-overlay} and @code{overlay unmap-overlay} | |
7428 | commands described below. | |
7429 | ||
7430 | @item overlay map-overlay @var{overlay} | |
7431 | @itemx overlay map @var{overlay} | |
7432 | @kindex overlay map-overlay | |
7433 | @cindex map an overlay | |
7434 | Tell @value{GDBN} that @var{overlay} is now mapped; @var{overlay} must | |
7435 | be the name of the object file section containing the overlay. When an | |
7436 | overlay is mapped, @value{GDBN} assumes it can find the overlay's | |
7437 | functions and variables at their mapped addresses. @value{GDBN} assumes | |
7438 | that any other overlays whose mapped ranges overlap that of | |
7439 | @var{overlay} are now unmapped. | |
7440 | ||
7441 | @item overlay unmap-overlay @var{overlay} | |
7442 | @itemx overlay unmap @var{overlay} | |
7443 | @kindex overlay unmap-overlay | |
7444 | @cindex unmap an overlay | |
7445 | Tell @value{GDBN} that @var{overlay} is no longer mapped; @var{overlay} | |
7446 | must be the name of the object file section containing the overlay. | |
7447 | When an overlay is unmapped, @value{GDBN} assumes it can find the | |
7448 | overlay's functions and variables at their load addresses. | |
7449 | ||
7450 | @item overlay auto | |
7451 | @kindex overlay auto | |
7452 | Enable @dfn{automatic} overlay debugging. In this mode, @value{GDBN} | |
7453 | consults a data structure the overlay manager maintains in the inferior | |
7454 | to see which overlays are mapped. For details, see @ref{Automatic | |
7455 | Overlay Debugging}. | |
7456 | ||
7457 | @item overlay load-target | |
7458 | @itemx overlay load | |
7459 | @kindex overlay load-target | |
7460 | @cindex reloading the overlay table | |
7461 | Re-read the overlay table from the inferior. Normally, @value{GDBN} | |
7462 | re-reads the table @value{GDBN} automatically each time the inferior | |
7463 | stops, so this command should only be necessary if you have changed the | |
7464 | overlay mapping yourself using @value{GDBN}. This command is only | |
7465 | useful when using automatic overlay debugging. | |
7466 | ||
7467 | @item overlay list-overlays | |
7468 | @itemx overlay list | |
7469 | @cindex listing mapped overlays | |
7470 | Display a list of the overlays currently mapped, along with their mapped | |
7471 | addresses, load addresses, and sizes. | |
7472 | ||
7473 | @end table | |
7474 | ||
7475 | Normally, when @value{GDBN} prints a code address, it includes the name | |
7476 | of the function the address falls in: | |
7477 | ||
474c8240 | 7478 | @smallexample |
df0cd8c5 JB |
7479 | (gdb) print main |
7480 | $3 = @{int ()@} 0x11a0 <main> | |
474c8240 | 7481 | @end smallexample |
df0cd8c5 JB |
7482 | @noindent |
7483 | When overlay debugging is enabled, @value{GDBN} recognizes code in | |
7484 | unmapped overlays, and prints the names of unmapped functions with | |
7485 | asterisks around them. For example, if @code{foo} is a function in an | |
7486 | unmapped overlay, @value{GDBN} prints it this way: | |
7487 | ||
474c8240 | 7488 | @smallexample |
df0cd8c5 JB |
7489 | (gdb) overlay list |
7490 | No sections are mapped. | |
7491 | (gdb) print foo | |
7492 | $5 = @{int (int)@} 0x100000 <*foo*> | |
474c8240 | 7493 | @end smallexample |
df0cd8c5 JB |
7494 | @noindent |
7495 | When @code{foo}'s overlay is mapped, @value{GDBN} prints the function's | |
7496 | name normally: | |
7497 | ||
474c8240 | 7498 | @smallexample |
df0cd8c5 | 7499 | (gdb) overlay list |
b383017d | 7500 | Section .ov.foo.text, loaded at 0x100000 - 0x100034, |
df0cd8c5 JB |
7501 | mapped at 0x1016 - 0x104a |
7502 | (gdb) print foo | |
7503 | $6 = @{int (int)@} 0x1016 <foo> | |
474c8240 | 7504 | @end smallexample |
df0cd8c5 JB |
7505 | |
7506 | When overlay debugging is enabled, @value{GDBN} can find the correct | |
7507 | address for functions and variables in an overlay, whether or not the | |
7508 | overlay is mapped. This allows most @value{GDBN} commands, like | |
7509 | @code{break} and @code{disassemble}, to work normally, even on unmapped | |
7510 | code. However, @value{GDBN}'s breakpoint support has some limitations: | |
7511 | ||
7512 | @itemize @bullet | |
7513 | @item | |
7514 | @cindex breakpoints in overlays | |
7515 | @cindex overlays, setting breakpoints in | |
7516 | You can set breakpoints in functions in unmapped overlays, as long as | |
7517 | @value{GDBN} can write to the overlay at its load address. | |
7518 | @item | |
7519 | @value{GDBN} can not set hardware or simulator-based breakpoints in | |
7520 | unmapped overlays. However, if you set a breakpoint at the end of your | |
7521 | overlay manager (and tell @value{GDBN} which overlays are now mapped, if | |
7522 | you are using manual overlay management), @value{GDBN} will re-set its | |
7523 | breakpoints properly. | |
7524 | @end itemize | |
7525 | ||
7526 | ||
7527 | @node Automatic Overlay Debugging | |
7528 | @section Automatic Overlay Debugging | |
7529 | @cindex automatic overlay debugging | |
7530 | ||
7531 | @value{GDBN} can automatically track which overlays are mapped and which | |
7532 | are not, given some simple co-operation from the overlay manager in the | |
7533 | inferior. If you enable automatic overlay debugging with the | |
7534 | @code{overlay auto} command (@pxref{Overlay Commands}), @value{GDBN} | |
7535 | looks in the inferior's memory for certain variables describing the | |
7536 | current state of the overlays. | |
7537 | ||
7538 | Here are the variables your overlay manager must define to support | |
7539 | @value{GDBN}'s automatic overlay debugging: | |
7540 | ||
7541 | @table @asis | |
7542 | ||
7543 | @item @code{_ovly_table}: | |
7544 | This variable must be an array of the following structures: | |
7545 | ||
474c8240 | 7546 | @smallexample |
df0cd8c5 JB |
7547 | struct |
7548 | @{ | |
7549 | /* The overlay's mapped address. */ | |
7550 | unsigned long vma; | |
7551 | ||
7552 | /* The size of the overlay, in bytes. */ | |
7553 | unsigned long size; | |
7554 | ||
7555 | /* The overlay's load address. */ | |
7556 | unsigned long lma; | |
7557 | ||
7558 | /* Non-zero if the overlay is currently mapped; | |
7559 | zero otherwise. */ | |
7560 | unsigned long mapped; | |
7561 | @} | |
474c8240 | 7562 | @end smallexample |
df0cd8c5 JB |
7563 | |
7564 | @item @code{_novlys}: | |
7565 | This variable must be a four-byte signed integer, holding the total | |
7566 | number of elements in @code{_ovly_table}. | |
7567 | ||
7568 | @end table | |
7569 | ||
7570 | To decide whether a particular overlay is mapped or not, @value{GDBN} | |
7571 | looks for an entry in @w{@code{_ovly_table}} whose @code{vma} and | |
7572 | @code{lma} members equal the VMA and LMA of the overlay's section in the | |
7573 | executable file. When @value{GDBN} finds a matching entry, it consults | |
7574 | the entry's @code{mapped} member to determine whether the overlay is | |
7575 | currently mapped. | |
7576 | ||
81d46470 | 7577 | In addition, your overlay manager may define a function called |
def71bfa | 7578 | @code{_ovly_debug_event}. If this function is defined, @value{GDBN} |
81d46470 MS |
7579 | will silently set a breakpoint there. If the overlay manager then |
7580 | calls this function whenever it has changed the overlay table, this | |
7581 | will enable @value{GDBN} to accurately keep track of which overlays | |
7582 | are in program memory, and update any breakpoints that may be set | |
b383017d | 7583 | in overlays. This will allow breakpoints to work even if the |
81d46470 MS |
7584 | overlays are kept in ROM or other non-writable memory while they |
7585 | are not being executed. | |
df0cd8c5 JB |
7586 | |
7587 | @node Overlay Sample Program | |
7588 | @section Overlay Sample Program | |
7589 | @cindex overlay example program | |
7590 | ||
7591 | When linking a program which uses overlays, you must place the overlays | |
7592 | at their load addresses, while relocating them to run at their mapped | |
7593 | addresses. To do this, you must write a linker script (@pxref{Overlay | |
7594 | Description,,, ld.info, Using ld: the GNU linker}). Unfortunately, | |
7595 | since linker scripts are specific to a particular host system, target | |
7596 | architecture, and target memory layout, this manual cannot provide | |
7597 | portable sample code demonstrating @value{GDBN}'s overlay support. | |
7598 | ||
7599 | However, the @value{GDBN} source distribution does contain an overlaid | |
7600 | program, with linker scripts for a few systems, as part of its test | |
7601 | suite. The program consists of the following files from | |
7602 | @file{gdb/testsuite/gdb.base}: | |
7603 | ||
7604 | @table @file | |
7605 | @item overlays.c | |
7606 | The main program file. | |
7607 | @item ovlymgr.c | |
7608 | A simple overlay manager, used by @file{overlays.c}. | |
7609 | @item foo.c | |
7610 | @itemx bar.c | |
7611 | @itemx baz.c | |
7612 | @itemx grbx.c | |
7613 | Overlay modules, loaded and used by @file{overlays.c}. | |
7614 | @item d10v.ld | |
7615 | @itemx m32r.ld | |
7616 | Linker scripts for linking the test program on the @code{d10v-elf} | |
7617 | and @code{m32r-elf} targets. | |
7618 | @end table | |
7619 | ||
7620 | You can build the test program using the @code{d10v-elf} GCC | |
7621 | cross-compiler like this: | |
7622 | ||
474c8240 | 7623 | @smallexample |
df0cd8c5 JB |
7624 | $ d10v-elf-gcc -g -c overlays.c |
7625 | $ d10v-elf-gcc -g -c ovlymgr.c | |
7626 | $ d10v-elf-gcc -g -c foo.c | |
7627 | $ d10v-elf-gcc -g -c bar.c | |
7628 | $ d10v-elf-gcc -g -c baz.c | |
7629 | $ d10v-elf-gcc -g -c grbx.c | |
7630 | $ d10v-elf-gcc -g overlays.o ovlymgr.o foo.o bar.o \ | |
7631 | baz.o grbx.o -Wl,-Td10v.ld -o overlays | |
474c8240 | 7632 | @end smallexample |
df0cd8c5 JB |
7633 | |
7634 | The build process is identical for any other architecture, except that | |
7635 | you must substitute the appropriate compiler and linker script for the | |
7636 | target system for @code{d10v-elf-gcc} and @code{d10v.ld}. | |
7637 | ||
7638 | ||
6d2ebf8b | 7639 | @node Languages |
c906108c SS |
7640 | @chapter Using @value{GDBN} with Different Languages |
7641 | @cindex languages | |
7642 | ||
c906108c SS |
7643 | Although programming languages generally have common aspects, they are |
7644 | rarely expressed in the same manner. For instance, in ANSI C, | |
7645 | dereferencing a pointer @code{p} is accomplished by @code{*p}, but in | |
7646 | Modula-2, it is accomplished by @code{p^}. Values can also be | |
5d161b24 | 7647 | represented (and displayed) differently. Hex numbers in C appear as |
c906108c | 7648 | @samp{0x1ae}, while in Modula-2 they appear as @samp{1AEH}. |
c906108c SS |
7649 | |
7650 | @cindex working language | |
7651 | Language-specific information is built into @value{GDBN} for some languages, | |
7652 | allowing you to express operations like the above in your program's | |
7653 | native language, and allowing @value{GDBN} to output values in a manner | |
7654 | consistent with the syntax of your program's native language. The | |
7655 | language you use to build expressions is called the @dfn{working | |
7656 | language}. | |
7657 | ||
7658 | @menu | |
7659 | * Setting:: Switching between source languages | |
7660 | * Show:: Displaying the language | |
c906108c | 7661 | * Checks:: Type and range checks |
c906108c | 7662 | * Support:: Supported languages |
4e562065 | 7663 | * Unsupported languages:: Unsupported languages |
c906108c SS |
7664 | @end menu |
7665 | ||
6d2ebf8b | 7666 | @node Setting |
c906108c SS |
7667 | @section Switching between source languages |
7668 | ||
7669 | There are two ways to control the working language---either have @value{GDBN} | |
7670 | set it automatically, or select it manually yourself. You can use the | |
7671 | @code{set language} command for either purpose. On startup, @value{GDBN} | |
7672 | defaults to setting the language automatically. The working language is | |
7673 | used to determine how expressions you type are interpreted, how values | |
7674 | are printed, etc. | |
7675 | ||
7676 | In addition to the working language, every source file that | |
7677 | @value{GDBN} knows about has its own working language. For some object | |
7678 | file formats, the compiler might indicate which language a particular | |
7679 | source file is in. However, most of the time @value{GDBN} infers the | |
7680 | language from the name of the file. The language of a source file | |
b37052ae | 7681 | controls whether C@t{++} names are demangled---this way @code{backtrace} can |
c906108c | 7682 | show each frame appropriately for its own language. There is no way to |
d4f3574e SS |
7683 | set the language of a source file from within @value{GDBN}, but you can |
7684 | set the language associated with a filename extension. @xref{Show, , | |
7685 | Displaying the language}. | |
c906108c SS |
7686 | |
7687 | This is most commonly a problem when you use a program, such | |
5d161b24 | 7688 | as @code{cfront} or @code{f2c}, that generates C but is written in |
c906108c SS |
7689 | another language. In that case, make the |
7690 | program use @code{#line} directives in its C output; that way | |
7691 | @value{GDBN} will know the correct language of the source code of the original | |
7692 | program, and will display that source code, not the generated C code. | |
7693 | ||
7694 | @menu | |
7695 | * Filenames:: Filename extensions and languages. | |
7696 | * Manually:: Setting the working language manually | |
7697 | * Automatically:: Having @value{GDBN} infer the source language | |
7698 | @end menu | |
7699 | ||
6d2ebf8b | 7700 | @node Filenames |
c906108c SS |
7701 | @subsection List of filename extensions and languages |
7702 | ||
7703 | If a source file name ends in one of the following extensions, then | |
7704 | @value{GDBN} infers that its language is the one indicated. | |
7705 | ||
7706 | @table @file | |
7707 | ||
7708 | @item .c | |
7709 | C source file | |
7710 | ||
7711 | @item .C | |
7712 | @itemx .cc | |
7713 | @itemx .cp | |
7714 | @itemx .cpp | |
7715 | @itemx .cxx | |
7716 | @itemx .c++ | |
b37052ae | 7717 | C@t{++} source file |
c906108c | 7718 | |
b37303ee AF |
7719 | @item .m |
7720 | Objective-C source file | |
7721 | ||
c906108c SS |
7722 | @item .f |
7723 | @itemx .F | |
7724 | Fortran source file | |
7725 | ||
c906108c SS |
7726 | @item .mod |
7727 | Modula-2 source file | |
c906108c SS |
7728 | |
7729 | @item .s | |
7730 | @itemx .S | |
7731 | Assembler source file. This actually behaves almost like C, but | |
7732 | @value{GDBN} does not skip over function prologues when stepping. | |
7733 | @end table | |
7734 | ||
7735 | In addition, you may set the language associated with a filename | |
7736 | extension. @xref{Show, , Displaying the language}. | |
7737 | ||
6d2ebf8b | 7738 | @node Manually |
c906108c SS |
7739 | @subsection Setting the working language |
7740 | ||
7741 | If you allow @value{GDBN} to set the language automatically, | |
7742 | expressions are interpreted the same way in your debugging session and | |
7743 | your program. | |
7744 | ||
7745 | @kindex set language | |
7746 | If you wish, you may set the language manually. To do this, issue the | |
7747 | command @samp{set language @var{lang}}, where @var{lang} is the name of | |
5d161b24 | 7748 | a language, such as |
c906108c | 7749 | @code{c} or @code{modula-2}. |
c906108c SS |
7750 | For a list of the supported languages, type @samp{set language}. |
7751 | ||
c906108c SS |
7752 | Setting the language manually prevents @value{GDBN} from updating the working |
7753 | language automatically. This can lead to confusion if you try | |
7754 | to debug a program when the working language is not the same as the | |
7755 | source language, when an expression is acceptable to both | |
7756 | languages---but means different things. For instance, if the current | |
7757 | source file were written in C, and @value{GDBN} was parsing Modula-2, a | |
7758 | command such as: | |
7759 | ||
474c8240 | 7760 | @smallexample |
c906108c | 7761 | print a = b + c |
474c8240 | 7762 | @end smallexample |
c906108c SS |
7763 | |
7764 | @noindent | |
7765 | might not have the effect you intended. In C, this means to add | |
7766 | @code{b} and @code{c} and place the result in @code{a}. The result | |
7767 | printed would be the value of @code{a}. In Modula-2, this means to compare | |
7768 | @code{a} to the result of @code{b+c}, yielding a @code{BOOLEAN} value. | |
c906108c | 7769 | |
6d2ebf8b | 7770 | @node Automatically |
c906108c SS |
7771 | @subsection Having @value{GDBN} infer the source language |
7772 | ||
7773 | To have @value{GDBN} set the working language automatically, use | |
7774 | @samp{set language local} or @samp{set language auto}. @value{GDBN} | |
7775 | then infers the working language. That is, when your program stops in a | |
7776 | frame (usually by encountering a breakpoint), @value{GDBN} sets the | |
7777 | working language to the language recorded for the function in that | |
7778 | frame. If the language for a frame is unknown (that is, if the function | |
7779 | or block corresponding to the frame was defined in a source file that | |
7780 | does not have a recognized extension), the current working language is | |
7781 | not changed, and @value{GDBN} issues a warning. | |
7782 | ||
7783 | This may not seem necessary for most programs, which are written | |
7784 | entirely in one source language. However, program modules and libraries | |
7785 | written in one source language can be used by a main program written in | |
7786 | a different source language. Using @samp{set language auto} in this | |
7787 | case frees you from having to set the working language manually. | |
7788 | ||
6d2ebf8b | 7789 | @node Show |
c906108c | 7790 | @section Displaying the language |
c906108c SS |
7791 | |
7792 | The following commands help you find out which language is the | |
7793 | working language, and also what language source files were written in. | |
7794 | ||
7795 | @kindex show language | |
d4f3574e SS |
7796 | @kindex info frame@r{, show the source language} |
7797 | @kindex info source@r{, show the source language} | |
c906108c SS |
7798 | @table @code |
7799 | @item show language | |
7800 | Display the current working language. This is the | |
7801 | language you can use with commands such as @code{print} to | |
7802 | build and compute expressions that may involve variables in your program. | |
7803 | ||
7804 | @item info frame | |
5d161b24 | 7805 | Display the source language for this frame. This language becomes the |
c906108c | 7806 | working language if you use an identifier from this frame. |
5d161b24 | 7807 | @xref{Frame Info, ,Information about a frame}, to identify the other |
c906108c SS |
7808 | information listed here. |
7809 | ||
7810 | @item info source | |
7811 | Display the source language of this source file. | |
5d161b24 | 7812 | @xref{Symbols, ,Examining the Symbol Table}, to identify the other |
c906108c SS |
7813 | information listed here. |
7814 | @end table | |
7815 | ||
7816 | In unusual circumstances, you may have source files with extensions | |
7817 | not in the standard list. You can then set the extension associated | |
7818 | with a language explicitly: | |
7819 | ||
7820 | @kindex set extension-language | |
7821 | @kindex info extensions | |
7822 | @table @code | |
7823 | @item set extension-language @var{.ext} @var{language} | |
7824 | Set source files with extension @var{.ext} to be assumed to be in | |
7825 | the source language @var{language}. | |
7826 | ||
7827 | @item info extensions | |
7828 | List all the filename extensions and the associated languages. | |
7829 | @end table | |
7830 | ||
6d2ebf8b | 7831 | @node Checks |
c906108c SS |
7832 | @section Type and range checking |
7833 | ||
7834 | @quotation | |
7835 | @emph{Warning:} In this release, the @value{GDBN} commands for type and range | |
7836 | checking are included, but they do not yet have any effect. This | |
7837 | section documents the intended facilities. | |
7838 | @end quotation | |
7839 | @c FIXME remove warning when type/range code added | |
7840 | ||
7841 | Some languages are designed to guard you against making seemingly common | |
7842 | errors through a series of compile- and run-time checks. These include | |
7843 | checking the type of arguments to functions and operators, and making | |
7844 | sure mathematical overflows are caught at run time. Checks such as | |
7845 | these help to ensure a program's correctness once it has been compiled | |
7846 | by eliminating type mismatches, and providing active checks for range | |
7847 | errors when your program is running. | |
7848 | ||
7849 | @value{GDBN} can check for conditions like the above if you wish. | |
7850 | Although @value{GDBN} does not check the statements in your program, it | |
7851 | can check expressions entered directly into @value{GDBN} for evaluation via | |
7852 | the @code{print} command, for example. As with the working language, | |
7853 | @value{GDBN} can also decide whether or not to check automatically based on | |
7854 | your program's source language. @xref{Support, ,Supported languages}, | |
7855 | for the default settings of supported languages. | |
7856 | ||
7857 | @menu | |
7858 | * Type Checking:: An overview of type checking | |
7859 | * Range Checking:: An overview of range checking | |
7860 | @end menu | |
7861 | ||
7862 | @cindex type checking | |
7863 | @cindex checks, type | |
6d2ebf8b | 7864 | @node Type Checking |
c906108c SS |
7865 | @subsection An overview of type checking |
7866 | ||
7867 | Some languages, such as Modula-2, are strongly typed, meaning that the | |
7868 | arguments to operators and functions have to be of the correct type, | |
7869 | otherwise an error occurs. These checks prevent type mismatch | |
7870 | errors from ever causing any run-time problems. For example, | |
7871 | ||
7872 | @smallexample | |
7873 | 1 + 2 @result{} 3 | |
7874 | @exdent but | |
7875 | @error{} 1 + 2.3 | |
7876 | @end smallexample | |
7877 | ||
7878 | The second example fails because the @code{CARDINAL} 1 is not | |
7879 | type-compatible with the @code{REAL} 2.3. | |
7880 | ||
5d161b24 DB |
7881 | For the expressions you use in @value{GDBN} commands, you can tell the |
7882 | @value{GDBN} type checker to skip checking; | |
7883 | to treat any mismatches as errors and abandon the expression; | |
7884 | or to only issue warnings when type mismatches occur, | |
c906108c SS |
7885 | but evaluate the expression anyway. When you choose the last of |
7886 | these, @value{GDBN} evaluates expressions like the second example above, but | |
7887 | also issues a warning. | |
7888 | ||
5d161b24 DB |
7889 | Even if you turn type checking off, there may be other reasons |
7890 | related to type that prevent @value{GDBN} from evaluating an expression. | |
7891 | For instance, @value{GDBN} does not know how to add an @code{int} and | |
7892 | a @code{struct foo}. These particular type errors have nothing to do | |
7893 | with the language in use, and usually arise from expressions, such as | |
c906108c SS |
7894 | the one described above, which make little sense to evaluate anyway. |
7895 | ||
7896 | Each language defines to what degree it is strict about type. For | |
7897 | instance, both Modula-2 and C require the arguments to arithmetical | |
7898 | operators to be numbers. In C, enumerated types and pointers can be | |
7899 | represented as numbers, so that they are valid arguments to mathematical | |
7900 | operators. @xref{Support, ,Supported languages}, for further | |
7901 | details on specific languages. | |
7902 | ||
7903 | @value{GDBN} provides some additional commands for controlling the type checker: | |
7904 | ||
d4f3574e | 7905 | @kindex set check@r{, type} |
c906108c SS |
7906 | @kindex set check type |
7907 | @kindex show check type | |
7908 | @table @code | |
7909 | @item set check type auto | |
7910 | Set type checking on or off based on the current working language. | |
7911 | @xref{Support, ,Supported languages}, for the default settings for | |
7912 | each language. | |
7913 | ||
7914 | @item set check type on | |
7915 | @itemx set check type off | |
7916 | Set type checking on or off, overriding the default setting for the | |
7917 | current working language. Issue a warning if the setting does not | |
7918 | match the language default. If any type mismatches occur in | |
d4f3574e | 7919 | evaluating an expression while type checking is on, @value{GDBN} prints a |
c906108c SS |
7920 | message and aborts evaluation of the expression. |
7921 | ||
7922 | @item set check type warn | |
7923 | Cause the type checker to issue warnings, but to always attempt to | |
7924 | evaluate the expression. Evaluating the expression may still | |
7925 | be impossible for other reasons. For example, @value{GDBN} cannot add | |
7926 | numbers and structures. | |
7927 | ||
7928 | @item show type | |
5d161b24 | 7929 | Show the current setting of the type checker, and whether or not @value{GDBN} |
c906108c SS |
7930 | is setting it automatically. |
7931 | @end table | |
7932 | ||
7933 | @cindex range checking | |
7934 | @cindex checks, range | |
6d2ebf8b | 7935 | @node Range Checking |
c906108c SS |
7936 | @subsection An overview of range checking |
7937 | ||
7938 | In some languages (such as Modula-2), it is an error to exceed the | |
7939 | bounds of a type; this is enforced with run-time checks. Such range | |
7940 | checking is meant to ensure program correctness by making sure | |
7941 | computations do not overflow, or indices on an array element access do | |
7942 | not exceed the bounds of the array. | |
7943 | ||
7944 | For expressions you use in @value{GDBN} commands, you can tell | |
7945 | @value{GDBN} to treat range errors in one of three ways: ignore them, | |
7946 | always treat them as errors and abandon the expression, or issue | |
7947 | warnings but evaluate the expression anyway. | |
7948 | ||
7949 | A range error can result from numerical overflow, from exceeding an | |
7950 | array index bound, or when you type a constant that is not a member | |
7951 | of any type. Some languages, however, do not treat overflows as an | |
7952 | error. In many implementations of C, mathematical overflow causes the | |
7953 | result to ``wrap around'' to lower values---for example, if @var{m} is | |
7954 | the largest integer value, and @var{s} is the smallest, then | |
7955 | ||
474c8240 | 7956 | @smallexample |
c906108c | 7957 | @var{m} + 1 @result{} @var{s} |
474c8240 | 7958 | @end smallexample |
c906108c SS |
7959 | |
7960 | This, too, is specific to individual languages, and in some cases | |
7961 | specific to individual compilers or machines. @xref{Support, , | |
7962 | Supported languages}, for further details on specific languages. | |
7963 | ||
7964 | @value{GDBN} provides some additional commands for controlling the range checker: | |
7965 | ||
d4f3574e | 7966 | @kindex set check@r{, range} |
c906108c SS |
7967 | @kindex set check range |
7968 | @kindex show check range | |
7969 | @table @code | |
7970 | @item set check range auto | |
7971 | Set range checking on or off based on the current working language. | |
7972 | @xref{Support, ,Supported languages}, for the default settings for | |
7973 | each language. | |
7974 | ||
7975 | @item set check range on | |
7976 | @itemx set check range off | |
7977 | Set range checking on or off, overriding the default setting for the | |
7978 | current working language. A warning is issued if the setting does not | |
c3f6f71d JM |
7979 | match the language default. If a range error occurs and range checking is on, |
7980 | then a message is printed and evaluation of the expression is aborted. | |
c906108c SS |
7981 | |
7982 | @item set check range warn | |
7983 | Output messages when the @value{GDBN} range checker detects a range error, | |
7984 | but attempt to evaluate the expression anyway. Evaluating the | |
7985 | expression may still be impossible for other reasons, such as accessing | |
7986 | memory that the process does not own (a typical example from many Unix | |
7987 | systems). | |
7988 | ||
7989 | @item show range | |
7990 | Show the current setting of the range checker, and whether or not it is | |
7991 | being set automatically by @value{GDBN}. | |
7992 | @end table | |
c906108c | 7993 | |
6d2ebf8b | 7994 | @node Support |
c906108c | 7995 | @section Supported languages |
c906108c | 7996 | |
b37303ee | 7997 | @value{GDBN} supports C, C@t{++}, Objective-C, Fortran, Java, assembly, and Modula-2. |
cce74817 | 7998 | @c This is false ... |
c906108c SS |
7999 | Some @value{GDBN} features may be used in expressions regardless of the |
8000 | language you use: the @value{GDBN} @code{@@} and @code{::} operators, | |
8001 | and the @samp{@{type@}addr} construct (@pxref{Expressions, | |
8002 | ,Expressions}) can be used with the constructs of any supported | |
8003 | language. | |
8004 | ||
8005 | The following sections detail to what degree each source language is | |
8006 | supported by @value{GDBN}. These sections are not meant to be language | |
8007 | tutorials or references, but serve only as a reference guide to what the | |
8008 | @value{GDBN} expression parser accepts, and what input and output | |
8009 | formats should look like for different languages. There are many good | |
8010 | books written on each of these languages; please look to these for a | |
8011 | language reference or tutorial. | |
8012 | ||
c906108c | 8013 | @menu |
b37303ee | 8014 | * C:: C and C@t{++} |
b383017d | 8015 | * Objective-C:: Objective-C |
b37303ee | 8016 | * Modula-2:: Modula-2 |
c906108c SS |
8017 | @end menu |
8018 | ||
6d2ebf8b | 8019 | @node C |
b37052ae | 8020 | @subsection C and C@t{++} |
7a292a7a | 8021 | |
b37052ae EZ |
8022 | @cindex C and C@t{++} |
8023 | @cindex expressions in C or C@t{++} | |
c906108c | 8024 | |
b37052ae | 8025 | Since C and C@t{++} are so closely related, many features of @value{GDBN} apply |
c906108c SS |
8026 | to both languages. Whenever this is the case, we discuss those languages |
8027 | together. | |
8028 | ||
41afff9a EZ |
8029 | @cindex C@t{++} |
8030 | @cindex @code{g++}, @sc{gnu} C@t{++} compiler | |
b37052ae EZ |
8031 | @cindex @sc{gnu} C@t{++} |
8032 | The C@t{++} debugging facilities are jointly implemented by the C@t{++} | |
8033 | compiler and @value{GDBN}. Therefore, to debug your C@t{++} code | |
8034 | effectively, you must compile your C@t{++} programs with a supported | |
8035 | C@t{++} compiler, such as @sc{gnu} @code{g++}, or the HP ANSI C@t{++} | |
c906108c SS |
8036 | compiler (@code{aCC}). |
8037 | ||
0179ffac DC |
8038 | For best results when using @sc{gnu} C@t{++}, use the DWARF 2 debugging |
8039 | format; if it doesn't work on your system, try the stabs+ debugging | |
8040 | format. You can select those formats explicitly with the @code{g++} | |
8041 | command-line options @option{-gdwarf-2} and @option{-gstabs+}. | |
8042 | @xref{Debugging Options,,Options for Debugging Your Program or @sc{gnu} | |
8043 | CC, gcc.info, Using @sc{gnu} CC}. | |
c906108c | 8044 | |
c906108c | 8045 | @menu |
b37052ae EZ |
8046 | * C Operators:: C and C@t{++} operators |
8047 | * C Constants:: C and C@t{++} constants | |
8048 | * C plus plus expressions:: C@t{++} expressions | |
8049 | * C Defaults:: Default settings for C and C@t{++} | |
8050 | * C Checks:: C and C@t{++} type and range checks | |
c906108c | 8051 | * Debugging C:: @value{GDBN} and C |
b37052ae | 8052 | * Debugging C plus plus:: @value{GDBN} features for C@t{++} |
c906108c | 8053 | @end menu |
c906108c | 8054 | |
6d2ebf8b | 8055 | @node C Operators |
b37052ae | 8056 | @subsubsection C and C@t{++} operators |
7a292a7a | 8057 | |
b37052ae | 8058 | @cindex C and C@t{++} operators |
c906108c SS |
8059 | |
8060 | Operators must be defined on values of specific types. For instance, | |
8061 | @code{+} is defined on numbers, but not on structures. Operators are | |
5d161b24 | 8062 | often defined on groups of types. |
c906108c | 8063 | |
b37052ae | 8064 | For the purposes of C and C@t{++}, the following definitions hold: |
c906108c SS |
8065 | |
8066 | @itemize @bullet | |
53a5351d | 8067 | |
c906108c | 8068 | @item |
c906108c | 8069 | @emph{Integral types} include @code{int} with any of its storage-class |
b37052ae | 8070 | specifiers; @code{char}; @code{enum}; and, for C@t{++}, @code{bool}. |
c906108c SS |
8071 | |
8072 | @item | |
d4f3574e SS |
8073 | @emph{Floating-point types} include @code{float}, @code{double}, and |
8074 | @code{long double} (if supported by the target platform). | |
c906108c SS |
8075 | |
8076 | @item | |
53a5351d | 8077 | @emph{Pointer types} include all types defined as @code{(@var{type} *)}. |
c906108c SS |
8078 | |
8079 | @item | |
8080 | @emph{Scalar types} include all of the above. | |
53a5351d | 8081 | |
c906108c SS |
8082 | @end itemize |
8083 | ||
8084 | @noindent | |
8085 | The following operators are supported. They are listed here | |
8086 | in order of increasing precedence: | |
8087 | ||
8088 | @table @code | |
8089 | @item , | |
8090 | The comma or sequencing operator. Expressions in a comma-separated list | |
8091 | are evaluated from left to right, with the result of the entire | |
8092 | expression being the last expression evaluated. | |
8093 | ||
8094 | @item = | |
8095 | Assignment. The value of an assignment expression is the value | |
8096 | assigned. Defined on scalar types. | |
8097 | ||
8098 | @item @var{op}= | |
8099 | Used in an expression of the form @w{@code{@var{a} @var{op}= @var{b}}}, | |
8100 | and translated to @w{@code{@var{a} = @var{a op b}}}. | |
d4f3574e | 8101 | @w{@code{@var{op}=}} and @code{=} have the same precedence. |
c906108c SS |
8102 | @var{op} is any one of the operators @code{|}, @code{^}, @code{&}, |
8103 | @code{<<}, @code{>>}, @code{+}, @code{-}, @code{*}, @code{/}, @code{%}. | |
8104 | ||
8105 | @item ?: | |
8106 | The ternary operator. @code{@var{a} ? @var{b} : @var{c}} can be thought | |
8107 | of as: if @var{a} then @var{b} else @var{c}. @var{a} should be of an | |
8108 | integral type. | |
8109 | ||
8110 | @item || | |
8111 | Logical @sc{or}. Defined on integral types. | |
8112 | ||
8113 | @item && | |
8114 | Logical @sc{and}. Defined on integral types. | |
8115 | ||
8116 | @item | | |
8117 | Bitwise @sc{or}. Defined on integral types. | |
8118 | ||
8119 | @item ^ | |
8120 | Bitwise exclusive-@sc{or}. Defined on integral types. | |
8121 | ||
8122 | @item & | |
8123 | Bitwise @sc{and}. Defined on integral types. | |
8124 | ||
8125 | @item ==@r{, }!= | |
8126 | Equality and inequality. Defined on scalar types. The value of these | |
8127 | expressions is 0 for false and non-zero for true. | |
8128 | ||
8129 | @item <@r{, }>@r{, }<=@r{, }>= | |
8130 | Less than, greater than, less than or equal, greater than or equal. | |
8131 | Defined on scalar types. The value of these expressions is 0 for false | |
8132 | and non-zero for true. | |
8133 | ||
8134 | @item <<@r{, }>> | |
8135 | left shift, and right shift. Defined on integral types. | |
8136 | ||
8137 | @item @@ | |
8138 | The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}). | |
8139 | ||
8140 | @item +@r{, }- | |
8141 | Addition and subtraction. Defined on integral types, floating-point types and | |
8142 | pointer types. | |
8143 | ||
8144 | @item *@r{, }/@r{, }% | |
8145 | Multiplication, division, and modulus. Multiplication and division are | |
8146 | defined on integral and floating-point types. Modulus is defined on | |
8147 | integral types. | |
8148 | ||
8149 | @item ++@r{, }-- | |
8150 | Increment and decrement. When appearing before a variable, the | |
8151 | operation is performed before the variable is used in an expression; | |
8152 | when appearing after it, the variable's value is used before the | |
8153 | operation takes place. | |
8154 | ||
8155 | @item * | |
8156 | Pointer dereferencing. Defined on pointer types. Same precedence as | |
8157 | @code{++}. | |
8158 | ||
8159 | @item & | |
8160 | Address operator. Defined on variables. Same precedence as @code{++}. | |
8161 | ||
b37052ae EZ |
8162 | For debugging C@t{++}, @value{GDBN} implements a use of @samp{&} beyond what is |
8163 | allowed in the C@t{++} language itself: you can use @samp{&(&@var{ref})} | |
c906108c | 8164 | (or, if you prefer, simply @samp{&&@var{ref}}) to examine the address |
b37052ae | 8165 | where a C@t{++} reference variable (declared with @samp{&@var{ref}}) is |
c906108c | 8166 | stored. |
c906108c SS |
8167 | |
8168 | @item - | |
8169 | Negative. Defined on integral and floating-point types. Same | |
8170 | precedence as @code{++}. | |
8171 | ||
8172 | @item ! | |
8173 | Logical negation. Defined on integral types. Same precedence as | |
8174 | @code{++}. | |
8175 | ||
8176 | @item ~ | |
8177 | Bitwise complement operator. Defined on integral types. Same precedence as | |
8178 | @code{++}. | |
8179 | ||
8180 | ||
8181 | @item .@r{, }-> | |
8182 | Structure member, and pointer-to-structure member. For convenience, | |
8183 | @value{GDBN} regards the two as equivalent, choosing whether to dereference a | |
8184 | pointer based on the stored type information. | |
8185 | Defined on @code{struct} and @code{union} data. | |
8186 | ||
c906108c SS |
8187 | @item .*@r{, }->* |
8188 | Dereferences of pointers to members. | |
c906108c SS |
8189 | |
8190 | @item [] | |
8191 | Array indexing. @code{@var{a}[@var{i}]} is defined as | |
8192 | @code{*(@var{a}+@var{i})}. Same precedence as @code{->}. | |
8193 | ||
8194 | @item () | |
8195 | Function parameter list. Same precedence as @code{->}. | |
8196 | ||
c906108c | 8197 | @item :: |
b37052ae | 8198 | C@t{++} scope resolution operator. Defined on @code{struct}, @code{union}, |
7a292a7a | 8199 | and @code{class} types. |
c906108c SS |
8200 | |
8201 | @item :: | |
7a292a7a SS |
8202 | Doubled colons also represent the @value{GDBN} scope operator |
8203 | (@pxref{Expressions, ,Expressions}). Same precedence as @code{::}, | |
8204 | above. | |
c906108c SS |
8205 | @end table |
8206 | ||
c906108c SS |
8207 | If an operator is redefined in the user code, @value{GDBN} usually |
8208 | attempts to invoke the redefined version instead of using the operator's | |
8209 | predefined meaning. | |
c906108c | 8210 | |
c906108c | 8211 | @menu |
5d161b24 | 8212 | * C Constants:: |
c906108c SS |
8213 | @end menu |
8214 | ||
6d2ebf8b | 8215 | @node C Constants |
b37052ae | 8216 | @subsubsection C and C@t{++} constants |
c906108c | 8217 | |
b37052ae | 8218 | @cindex C and C@t{++} constants |
c906108c | 8219 | |
b37052ae | 8220 | @value{GDBN} allows you to express the constants of C and C@t{++} in the |
c906108c | 8221 | following ways: |
c906108c SS |
8222 | |
8223 | @itemize @bullet | |
8224 | @item | |
8225 | Integer constants are a sequence of digits. Octal constants are | |
6ca652b0 EZ |
8226 | specified by a leading @samp{0} (i.e.@: zero), and hexadecimal constants |
8227 | by a leading @samp{0x} or @samp{0X}. Constants may also end with a letter | |
c906108c SS |
8228 | @samp{l}, specifying that the constant should be treated as a |
8229 | @code{long} value. | |
8230 | ||
8231 | @item | |
8232 | Floating point constants are a sequence of digits, followed by a decimal | |
8233 | point, followed by a sequence of digits, and optionally followed by an | |
8234 | exponent. An exponent is of the form: | |
8235 | @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another | |
8236 | sequence of digits. The @samp{+} is optional for positive exponents. | |
d4f3574e SS |
8237 | A floating-point constant may also end with a letter @samp{f} or |
8238 | @samp{F}, specifying that the constant should be treated as being of | |
8239 | the @code{float} (as opposed to the default @code{double}) type; or with | |
8240 | a letter @samp{l} or @samp{L}, which specifies a @code{long double} | |
8241 | constant. | |
c906108c SS |
8242 | |
8243 | @item | |
8244 | Enumerated constants consist of enumerated identifiers, or their | |
8245 | integral equivalents. | |
8246 | ||
8247 | @item | |
8248 | Character constants are a single character surrounded by single quotes | |
8249 | (@code{'}), or a number---the ordinal value of the corresponding character | |
d4f3574e | 8250 | (usually its @sc{ascii} value). Within quotes, the single character may |
c906108c SS |
8251 | be represented by a letter or by @dfn{escape sequences}, which are of |
8252 | the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation | |
8253 | of the character's ordinal value; or of the form @samp{\@var{x}}, where | |
8254 | @samp{@var{x}} is a predefined special character---for example, | |
8255 | @samp{\n} for newline. | |
8256 | ||
8257 | @item | |
96a2c332 SS |
8258 | String constants are a sequence of character constants surrounded by |
8259 | double quotes (@code{"}). Any valid character constant (as described | |
8260 | above) may appear. Double quotes within the string must be preceded by | |
8261 | a backslash, so for instance @samp{"a\"b'c"} is a string of five | |
8262 | characters. | |
c906108c SS |
8263 | |
8264 | @item | |
8265 | Pointer constants are an integral value. You can also write pointers | |
8266 | to constants using the C operator @samp{&}. | |
8267 | ||
8268 | @item | |
8269 | Array constants are comma-separated lists surrounded by braces @samp{@{} | |
8270 | and @samp{@}}; for example, @samp{@{1,2,3@}} is a three-element array of | |
8271 | integers, @samp{@{@{1,2@}, @{3,4@}, @{5,6@}@}} is a three-by-two array, | |
8272 | and @samp{@{&"hi", &"there", &"fred"@}} is a three-element array of pointers. | |
8273 | @end itemize | |
8274 | ||
c906108c | 8275 | @menu |
5d161b24 DB |
8276 | * C plus plus expressions:: |
8277 | * C Defaults:: | |
8278 | * C Checks:: | |
c906108c | 8279 | |
5d161b24 | 8280 | * Debugging C:: |
c906108c SS |
8281 | @end menu |
8282 | ||
6d2ebf8b | 8283 | @node C plus plus expressions |
b37052ae EZ |
8284 | @subsubsection C@t{++} expressions |
8285 | ||
8286 | @cindex expressions in C@t{++} | |
8287 | @value{GDBN} expression handling can interpret most C@t{++} expressions. | |
8288 | ||
0179ffac DC |
8289 | @cindex debugging C@t{++} programs |
8290 | @cindex C@t{++} compilers | |
8291 | @cindex debug formats and C@t{++} | |
8292 | @cindex @value{NGCC} and C@t{++} | |
c906108c | 8293 | @quotation |
b37052ae | 8294 | @emph{Warning:} @value{GDBN} can only debug C@t{++} code if you use the |
0179ffac DC |
8295 | proper compiler and the proper debug format. Currently, @value{GDBN} |
8296 | works best when debugging C@t{++} code that is compiled with | |
8297 | @value{NGCC} 2.95.3 or with @value{NGCC} 3.1 or newer, using the options | |
8298 | @option{-gdwarf-2} or @option{-gstabs+}. DWARF 2 is preferred over | |
8299 | stabs+. Most configurations of @value{NGCC} emit either DWARF 2 or | |
8300 | stabs+ as their default debug format, so you usually don't need to | |
8301 | specify a debug format explicitly. Other compilers and/or debug formats | |
8302 | are likely to work badly or not at all when using @value{GDBN} to debug | |
8303 | C@t{++} code. | |
c906108c | 8304 | @end quotation |
c906108c SS |
8305 | |
8306 | @enumerate | |
8307 | ||
8308 | @cindex member functions | |
8309 | @item | |
8310 | Member function calls are allowed; you can use expressions like | |
8311 | ||
474c8240 | 8312 | @smallexample |
c906108c | 8313 | count = aml->GetOriginal(x, y) |
474c8240 | 8314 | @end smallexample |
c906108c | 8315 | |
41afff9a | 8316 | @vindex this@r{, inside C@t{++} member functions} |
b37052ae | 8317 | @cindex namespace in C@t{++} |
c906108c SS |
8318 | @item |
8319 | While a member function is active (in the selected stack frame), your | |
8320 | expressions have the same namespace available as the member function; | |
8321 | that is, @value{GDBN} allows implicit references to the class instance | |
b37052ae | 8322 | pointer @code{this} following the same rules as C@t{++}. |
c906108c | 8323 | |
c906108c | 8324 | @cindex call overloaded functions |
d4f3574e | 8325 | @cindex overloaded functions, calling |
b37052ae | 8326 | @cindex type conversions in C@t{++} |
c906108c SS |
8327 | @item |
8328 | You can call overloaded functions; @value{GDBN} resolves the function | |
d4f3574e | 8329 | call to the right definition, with some restrictions. @value{GDBN} does not |
c906108c SS |
8330 | perform overload resolution involving user-defined type conversions, |
8331 | calls to constructors, or instantiations of templates that do not exist | |
8332 | in the program. It also cannot handle ellipsis argument lists or | |
8333 | default arguments. | |
8334 | ||
8335 | It does perform integral conversions and promotions, floating-point | |
8336 | promotions, arithmetic conversions, pointer conversions, conversions of | |
8337 | class objects to base classes, and standard conversions such as those of | |
8338 | functions or arrays to pointers; it requires an exact match on the | |
8339 | number of function arguments. | |
8340 | ||
8341 | Overload resolution is always performed, unless you have specified | |
8342 | @code{set overload-resolution off}. @xref{Debugging C plus plus, | |
b37052ae | 8343 | ,@value{GDBN} features for C@t{++}}. |
c906108c | 8344 | |
d4f3574e | 8345 | You must specify @code{set overload-resolution off} in order to use an |
c906108c SS |
8346 | explicit function signature to call an overloaded function, as in |
8347 | @smallexample | |
8348 | p 'foo(char,int)'('x', 13) | |
8349 | @end smallexample | |
d4f3574e | 8350 | |
c906108c | 8351 | The @value{GDBN} command-completion facility can simplify this; |
d4f3574e | 8352 | see @ref{Completion, ,Command completion}. |
c906108c | 8353 | |
c906108c SS |
8354 | @cindex reference declarations |
8355 | @item | |
b37052ae EZ |
8356 | @value{GDBN} understands variables declared as C@t{++} references; you can use |
8357 | them in expressions just as you do in C@t{++} source---they are automatically | |
c906108c SS |
8358 | dereferenced. |
8359 | ||
8360 | In the parameter list shown when @value{GDBN} displays a frame, the values of | |
8361 | reference variables are not displayed (unlike other variables); this | |
8362 | avoids clutter, since references are often used for large structures. | |
8363 | The @emph{address} of a reference variable is always shown, unless | |
8364 | you have specified @samp{set print address off}. | |
8365 | ||
8366 | @item | |
b37052ae | 8367 | @value{GDBN} supports the C@t{++} name resolution operator @code{::}---your |
c906108c SS |
8368 | expressions can use it just as expressions in your program do. Since |
8369 | one scope may be defined in another, you can use @code{::} repeatedly if | |
8370 | necessary, for example in an expression like | |
8371 | @samp{@var{scope1}::@var{scope2}::@var{name}}. @value{GDBN} also allows | |
b37052ae | 8372 | resolving name scope by reference to source files, in both C and C@t{++} |
c906108c SS |
8373 | debugging (@pxref{Variables, ,Program variables}). |
8374 | @end enumerate | |
8375 | ||
b37052ae | 8376 | In addition, when used with HP's C@t{++} compiler, @value{GDBN} supports |
53a5351d JM |
8377 | calling virtual functions correctly, printing out virtual bases of |
8378 | objects, calling functions in a base subobject, casting objects, and | |
8379 | invoking user-defined operators. | |
c906108c | 8380 | |
6d2ebf8b | 8381 | @node C Defaults |
b37052ae | 8382 | @subsubsection C and C@t{++} defaults |
7a292a7a | 8383 | |
b37052ae | 8384 | @cindex C and C@t{++} defaults |
c906108c | 8385 | |
c906108c SS |
8386 | If you allow @value{GDBN} to set type and range checking automatically, they |
8387 | both default to @code{off} whenever the working language changes to | |
b37052ae | 8388 | C or C@t{++}. This happens regardless of whether you or @value{GDBN} |
c906108c | 8389 | selects the working language. |
c906108c SS |
8390 | |
8391 | If you allow @value{GDBN} to set the language automatically, it | |
8392 | recognizes source files whose names end with @file{.c}, @file{.C}, or | |
8393 | @file{.cc}, etc, and when @value{GDBN} enters code compiled from one of | |
b37052ae | 8394 | these files, it sets the working language to C or C@t{++}. |
c906108c SS |
8395 | @xref{Automatically, ,Having @value{GDBN} infer the source language}, |
8396 | for further details. | |
8397 | ||
c906108c SS |
8398 | @c Type checking is (a) primarily motivated by Modula-2, and (b) |
8399 | @c unimplemented. If (b) changes, it might make sense to let this node | |
8400 | @c appear even if Mod-2 does not, but meanwhile ignore it. roland 16jul93. | |
7a292a7a | 8401 | |
6d2ebf8b | 8402 | @node C Checks |
b37052ae | 8403 | @subsubsection C and C@t{++} type and range checks |
7a292a7a | 8404 | |
b37052ae | 8405 | @cindex C and C@t{++} checks |
c906108c | 8406 | |
b37052ae | 8407 | By default, when @value{GDBN} parses C or C@t{++} expressions, type checking |
c906108c SS |
8408 | is not used. However, if you turn type checking on, @value{GDBN} |
8409 | considers two variables type equivalent if: | |
8410 | ||
8411 | @itemize @bullet | |
8412 | @item | |
8413 | The two variables are structured and have the same structure, union, or | |
8414 | enumerated tag. | |
8415 | ||
8416 | @item | |
8417 | The two variables have the same type name, or types that have been | |
8418 | declared equivalent through @code{typedef}. | |
8419 | ||
8420 | @ignore | |
8421 | @c leaving this out because neither J Gilmore nor R Pesch understand it. | |
8422 | @c FIXME--beers? | |
8423 | @item | |
8424 | The two @code{struct}, @code{union}, or @code{enum} variables are | |
8425 | declared in the same declaration. (Note: this may not be true for all C | |
8426 | compilers.) | |
8427 | @end ignore | |
8428 | @end itemize | |
8429 | ||
8430 | Range checking, if turned on, is done on mathematical operations. Array | |
8431 | indices are not checked, since they are often used to index a pointer | |
8432 | that is not itself an array. | |
c906108c | 8433 | |
6d2ebf8b | 8434 | @node Debugging C |
c906108c | 8435 | @subsubsection @value{GDBN} and C |
c906108c SS |
8436 | |
8437 | The @code{set print union} and @code{show print union} commands apply to | |
8438 | the @code{union} type. When set to @samp{on}, any @code{union} that is | |
7a292a7a SS |
8439 | inside a @code{struct} or @code{class} is also printed. Otherwise, it |
8440 | appears as @samp{@{...@}}. | |
c906108c SS |
8441 | |
8442 | The @code{@@} operator aids in the debugging of dynamic arrays, formed | |
8443 | with pointers and a memory allocation function. @xref{Expressions, | |
8444 | ,Expressions}. | |
8445 | ||
c906108c | 8446 | @menu |
5d161b24 | 8447 | * Debugging C plus plus:: |
c906108c SS |
8448 | @end menu |
8449 | ||
6d2ebf8b | 8450 | @node Debugging C plus plus |
b37052ae | 8451 | @subsubsection @value{GDBN} features for C@t{++} |
c906108c | 8452 | |
b37052ae | 8453 | @cindex commands for C@t{++} |
7a292a7a | 8454 | |
b37052ae EZ |
8455 | Some @value{GDBN} commands are particularly useful with C@t{++}, and some are |
8456 | designed specifically for use with C@t{++}. Here is a summary: | |
c906108c SS |
8457 | |
8458 | @table @code | |
8459 | @cindex break in overloaded functions | |
8460 | @item @r{breakpoint menus} | |
8461 | When you want a breakpoint in a function whose name is overloaded, | |
8462 | @value{GDBN} breakpoint menus help you specify which function definition | |
8463 | you want. @xref{Breakpoint Menus,,Breakpoint menus}. | |
8464 | ||
b37052ae | 8465 | @cindex overloading in C@t{++} |
c906108c SS |
8466 | @item rbreak @var{regex} |
8467 | Setting breakpoints using regular expressions is helpful for setting | |
8468 | breakpoints on overloaded functions that are not members of any special | |
8469 | classes. | |
8470 | @xref{Set Breaks, ,Setting breakpoints}. | |
8471 | ||
b37052ae | 8472 | @cindex C@t{++} exception handling |
c906108c SS |
8473 | @item catch throw |
8474 | @itemx catch catch | |
b37052ae | 8475 | Debug C@t{++} exception handling using these commands. @xref{Set |
c906108c SS |
8476 | Catchpoints, , Setting catchpoints}. |
8477 | ||
8478 | @cindex inheritance | |
8479 | @item ptype @var{typename} | |
8480 | Print inheritance relationships as well as other information for type | |
8481 | @var{typename}. | |
8482 | @xref{Symbols, ,Examining the Symbol Table}. | |
8483 | ||
b37052ae | 8484 | @cindex C@t{++} symbol display |
c906108c SS |
8485 | @item set print demangle |
8486 | @itemx show print demangle | |
8487 | @itemx set print asm-demangle | |
8488 | @itemx show print asm-demangle | |
b37052ae EZ |
8489 | Control whether C@t{++} symbols display in their source form, both when |
8490 | displaying code as C@t{++} source and when displaying disassemblies. | |
c906108c SS |
8491 | @xref{Print Settings, ,Print settings}. |
8492 | ||
8493 | @item set print object | |
8494 | @itemx show print object | |
8495 | Choose whether to print derived (actual) or declared types of objects. | |
8496 | @xref{Print Settings, ,Print settings}. | |
8497 | ||
8498 | @item set print vtbl | |
8499 | @itemx show print vtbl | |
8500 | Control the format for printing virtual function tables. | |
8501 | @xref{Print Settings, ,Print settings}. | |
c906108c | 8502 | (The @code{vtbl} commands do not work on programs compiled with the HP |
b37052ae | 8503 | ANSI C@t{++} compiler (@code{aCC}).) |
c906108c SS |
8504 | |
8505 | @kindex set overload-resolution | |
d4f3574e | 8506 | @cindex overloaded functions, overload resolution |
c906108c | 8507 | @item set overload-resolution on |
b37052ae | 8508 | Enable overload resolution for C@t{++} expression evaluation. The default |
c906108c SS |
8509 | is on. For overloaded functions, @value{GDBN} evaluates the arguments |
8510 | and searches for a function whose signature matches the argument types, | |
b37052ae | 8511 | using the standard C@t{++} conversion rules (see @ref{C plus plus expressions, ,C@t{++} |
d4f3574e | 8512 | expressions}, for details). If it cannot find a match, it emits a |
c906108c SS |
8513 | message. |
8514 | ||
8515 | @item set overload-resolution off | |
b37052ae | 8516 | Disable overload resolution for C@t{++} expression evaluation. For |
c906108c SS |
8517 | overloaded functions that are not class member functions, @value{GDBN} |
8518 | chooses the first function of the specified name that it finds in the | |
8519 | symbol table, whether or not its arguments are of the correct type. For | |
8520 | overloaded functions that are class member functions, @value{GDBN} | |
8521 | searches for a function whose signature @emph{exactly} matches the | |
8522 | argument types. | |
c906108c SS |
8523 | |
8524 | @item @r{Overloaded symbol names} | |
8525 | You can specify a particular definition of an overloaded symbol, using | |
b37052ae | 8526 | the same notation that is used to declare such symbols in C@t{++}: type |
c906108c SS |
8527 | @code{@var{symbol}(@var{types})} rather than just @var{symbol}. You can |
8528 | also use the @value{GDBN} command-line word completion facilities to list the | |
8529 | available choices, or to finish the type list for you. | |
8530 | @xref{Completion,, Command completion}, for details on how to do this. | |
8531 | @end table | |
c906108c | 8532 | |
b37303ee AF |
8533 | @node Objective-C |
8534 | @subsection Objective-C | |
8535 | ||
8536 | @cindex Objective-C | |
8537 | This section provides information about some commands and command | |
8538 | options that are useful for debugging Objective-C code. | |
8539 | ||
8540 | @menu | |
b383017d RM |
8541 | * Method Names in Commands:: |
8542 | * The Print Command with Objective-C:: | |
b37303ee AF |
8543 | @end menu |
8544 | ||
8545 | @node Method Names in Commands, The Print Command with Objective-C, Objective-C, Objective-C | |
8546 | @subsubsection Method Names in Commands | |
8547 | ||
8548 | The following commands have been extended to accept Objective-C method | |
8549 | names as line specifications: | |
8550 | ||
8551 | @kindex clear@r{, and Objective-C} | |
8552 | @kindex break@r{, and Objective-C} | |
8553 | @kindex info line@r{, and Objective-C} | |
8554 | @kindex jump@r{, and Objective-C} | |
8555 | @kindex list@r{, and Objective-C} | |
8556 | @itemize | |
8557 | @item @code{clear} | |
8558 | @item @code{break} | |
8559 | @item @code{info line} | |
8560 | @item @code{jump} | |
8561 | @item @code{list} | |
8562 | @end itemize | |
8563 | ||
8564 | A fully qualified Objective-C method name is specified as | |
8565 | ||
8566 | @smallexample | |
8567 | -[@var{Class} @var{methodName}] | |
8568 | @end smallexample | |
8569 | ||
c552b3bb JM |
8570 | where the minus sign is used to indicate an instance method and a |
8571 | plus sign (not shown) is used to indicate a class method. The class | |
8572 | name @var{Class} and method name @var{methodName} are enclosed in | |
8573 | brackets, similar to the way messages are specified in Objective-C | |
8574 | source code. For example, to set a breakpoint at the @code{create} | |
8575 | instance method of class @code{Fruit} in the program currently being | |
8576 | debugged, enter: | |
b37303ee AF |
8577 | |
8578 | @smallexample | |
8579 | break -[Fruit create] | |
8580 | @end smallexample | |
8581 | ||
8582 | To list ten program lines around the @code{initialize} class method, | |
8583 | enter: | |
8584 | ||
8585 | @smallexample | |
8586 | list +[NSText initialize] | |
8587 | @end smallexample | |
8588 | ||
c552b3bb JM |
8589 | In the current version of @value{GDBN}, the plus or minus sign is |
8590 | required. In future versions of @value{GDBN}, the plus or minus | |
8591 | sign will be optional, but you can use it to narrow the search. It | |
8592 | is also possible to specify just a method name: | |
b37303ee AF |
8593 | |
8594 | @smallexample | |
8595 | break create | |
8596 | @end smallexample | |
8597 | ||
8598 | You must specify the complete method name, including any colons. If | |
8599 | your program's source files contain more than one @code{create} method, | |
8600 | you'll be presented with a numbered list of classes that implement that | |
8601 | method. Indicate your choice by number, or type @samp{0} to exit if | |
8602 | none apply. | |
8603 | ||
8604 | As another example, to clear a breakpoint established at the | |
8605 | @code{makeKeyAndOrderFront:} method of the @code{NSWindow} class, enter: | |
8606 | ||
8607 | @smallexample | |
8608 | clear -[NSWindow makeKeyAndOrderFront:] | |
8609 | @end smallexample | |
8610 | ||
8611 | @node The Print Command with Objective-C | |
8612 | @subsubsection The Print Command With Objective-C | |
c552b3bb JM |
8613 | @kindex print-object |
8614 | @kindex po @r{(@code{print-object})} | |
b37303ee | 8615 | |
c552b3bb | 8616 | The print command has also been extended to accept methods. For example: |
b37303ee AF |
8617 | |
8618 | @smallexample | |
c552b3bb | 8619 | print -[@var{object} hash] |
b37303ee AF |
8620 | @end smallexample |
8621 | ||
8622 | @cindex print an Objective-C object description | |
c552b3bb JM |
8623 | @cindex @code{_NSPrintForDebugger}, and printing Objective-C objects |
8624 | @noindent | |
8625 | will tell @value{GDBN} to send the @code{hash} message to @var{object} | |
8626 | and print the result. Also, an additional command has been added, | |
8627 | @code{print-object} or @code{po} for short, which is meant to print | |
8628 | the description of an object. However, this command may only work | |
8629 | with certain Objective-C libraries that have a particular hook | |
8630 | function, @code{_NSPrintForDebugger}, defined. | |
b37303ee AF |
8631 | |
8632 | @node Modula-2, , Objective-C, Support | |
c906108c | 8633 | @subsection Modula-2 |
7a292a7a | 8634 | |
d4f3574e | 8635 | @cindex Modula-2, @value{GDBN} support |
c906108c SS |
8636 | |
8637 | The extensions made to @value{GDBN} to support Modula-2 only support | |
8638 | output from the @sc{gnu} Modula-2 compiler (which is currently being | |
8639 | developed). Other Modula-2 compilers are not currently supported, and | |
8640 | attempting to debug executables produced by them is most likely | |
8641 | to give an error as @value{GDBN} reads in the executable's symbol | |
8642 | table. | |
8643 | ||
8644 | @cindex expressions in Modula-2 | |
8645 | @menu | |
8646 | * M2 Operators:: Built-in operators | |
8647 | * Built-In Func/Proc:: Built-in functions and procedures | |
8648 | * M2 Constants:: Modula-2 constants | |
8649 | * M2 Defaults:: Default settings for Modula-2 | |
8650 | * Deviations:: Deviations from standard Modula-2 | |
8651 | * M2 Checks:: Modula-2 type and range checks | |
8652 | * M2 Scope:: The scope operators @code{::} and @code{.} | |
8653 | * GDB/M2:: @value{GDBN} and Modula-2 | |
8654 | @end menu | |
8655 | ||
6d2ebf8b | 8656 | @node M2 Operators |
c906108c SS |
8657 | @subsubsection Operators |
8658 | @cindex Modula-2 operators | |
8659 | ||
8660 | Operators must be defined on values of specific types. For instance, | |
8661 | @code{+} is defined on numbers, but not on structures. Operators are | |
8662 | often defined on groups of types. For the purposes of Modula-2, the | |
8663 | following definitions hold: | |
8664 | ||
8665 | @itemize @bullet | |
8666 | ||
8667 | @item | |
8668 | @emph{Integral types} consist of @code{INTEGER}, @code{CARDINAL}, and | |
8669 | their subranges. | |
8670 | ||
8671 | @item | |
8672 | @emph{Character types} consist of @code{CHAR} and its subranges. | |
8673 | ||
8674 | @item | |
8675 | @emph{Floating-point types} consist of @code{REAL}. | |
8676 | ||
8677 | @item | |
8678 | @emph{Pointer types} consist of anything declared as @code{POINTER TO | |
8679 | @var{type}}. | |
8680 | ||
8681 | @item | |
8682 | @emph{Scalar types} consist of all of the above. | |
8683 | ||
8684 | @item | |
8685 | @emph{Set types} consist of @code{SET} and @code{BITSET} types. | |
8686 | ||
8687 | @item | |
8688 | @emph{Boolean types} consist of @code{BOOLEAN}. | |
8689 | @end itemize | |
8690 | ||
8691 | @noindent | |
8692 | The following operators are supported, and appear in order of | |
8693 | increasing precedence: | |
8694 | ||
8695 | @table @code | |
8696 | @item , | |
8697 | Function argument or array index separator. | |
8698 | ||
8699 | @item := | |
8700 | Assignment. The value of @var{var} @code{:=} @var{value} is | |
8701 | @var{value}. | |
8702 | ||
8703 | @item <@r{, }> | |
8704 | Less than, greater than on integral, floating-point, or enumerated | |
8705 | types. | |
8706 | ||
8707 | @item <=@r{, }>= | |
96a2c332 | 8708 | Less than or equal to, greater than or equal to |
c906108c SS |
8709 | on integral, floating-point and enumerated types, or set inclusion on |
8710 | set types. Same precedence as @code{<}. | |
8711 | ||
8712 | @item =@r{, }<>@r{, }# | |
8713 | Equality and two ways of expressing inequality, valid on scalar types. | |
8714 | Same precedence as @code{<}. In @value{GDBN} scripts, only @code{<>} is | |
8715 | available for inequality, since @code{#} conflicts with the script | |
8716 | comment character. | |
8717 | ||
8718 | @item IN | |
8719 | Set membership. Defined on set types and the types of their members. | |
8720 | Same precedence as @code{<}. | |
8721 | ||
8722 | @item OR | |
8723 | Boolean disjunction. Defined on boolean types. | |
8724 | ||
8725 | @item AND@r{, }& | |
d4f3574e | 8726 | Boolean conjunction. Defined on boolean types. |
c906108c SS |
8727 | |
8728 | @item @@ | |
8729 | The @value{GDBN} ``artificial array'' operator (@pxref{Expressions, ,Expressions}). | |
8730 | ||
8731 | @item +@r{, }- | |
8732 | Addition and subtraction on integral and floating-point types, or union | |
8733 | and difference on set types. | |
8734 | ||
8735 | @item * | |
8736 | Multiplication on integral and floating-point types, or set intersection | |
8737 | on set types. | |
8738 | ||
8739 | @item / | |
8740 | Division on floating-point types, or symmetric set difference on set | |
8741 | types. Same precedence as @code{*}. | |
8742 | ||
8743 | @item DIV@r{, }MOD | |
8744 | Integer division and remainder. Defined on integral types. Same | |
8745 | precedence as @code{*}. | |
8746 | ||
8747 | @item - | |
8748 | Negative. Defined on @code{INTEGER} and @code{REAL} data. | |
8749 | ||
8750 | @item ^ | |
8751 | Pointer dereferencing. Defined on pointer types. | |
8752 | ||
8753 | @item NOT | |
8754 | Boolean negation. Defined on boolean types. Same precedence as | |
8755 | @code{^}. | |
8756 | ||
8757 | @item . | |
8758 | @code{RECORD} field selector. Defined on @code{RECORD} data. Same | |
8759 | precedence as @code{^}. | |
8760 | ||
8761 | @item [] | |
8762 | Array indexing. Defined on @code{ARRAY} data. Same precedence as @code{^}. | |
8763 | ||
8764 | @item () | |
8765 | Procedure argument list. Defined on @code{PROCEDURE} objects. Same precedence | |
8766 | as @code{^}. | |
8767 | ||
8768 | @item ::@r{, }. | |
8769 | @value{GDBN} and Modula-2 scope operators. | |
8770 | @end table | |
8771 | ||
8772 | @quotation | |
8773 | @emph{Warning:} Sets and their operations are not yet supported, so @value{GDBN} | |
8774 | treats the use of the operator @code{IN}, or the use of operators | |
8775 | @code{+}, @code{-}, @code{*}, @code{/}, @code{=}, , @code{<>}, @code{#}, | |
8776 | @code{<=}, and @code{>=} on sets as an error. | |
8777 | @end quotation | |
8778 | ||
cb51c4e0 | 8779 | |
6d2ebf8b | 8780 | @node Built-In Func/Proc |
c906108c | 8781 | @subsubsection Built-in functions and procedures |
cb51c4e0 | 8782 | @cindex Modula-2 built-ins |
c906108c SS |
8783 | |
8784 | Modula-2 also makes available several built-in procedures and functions. | |
8785 | In describing these, the following metavariables are used: | |
8786 | ||
8787 | @table @var | |
8788 | ||
8789 | @item a | |
8790 | represents an @code{ARRAY} variable. | |
8791 | ||
8792 | @item c | |
8793 | represents a @code{CHAR} constant or variable. | |
8794 | ||
8795 | @item i | |
8796 | represents a variable or constant of integral type. | |
8797 | ||
8798 | @item m | |
8799 | represents an identifier that belongs to a set. Generally used in the | |
8800 | same function with the metavariable @var{s}. The type of @var{s} should | |
8801 | be @code{SET OF @var{mtype}} (where @var{mtype} is the type of @var{m}). | |
8802 | ||
8803 | @item n | |
8804 | represents a variable or constant of integral or floating-point type. | |
8805 | ||
8806 | @item r | |
8807 | represents a variable or constant of floating-point type. | |
8808 | ||
8809 | @item t | |
8810 | represents a type. | |
8811 | ||
8812 | @item v | |
8813 | represents a variable. | |
8814 | ||
8815 | @item x | |
8816 | represents a variable or constant of one of many types. See the | |
8817 | explanation of the function for details. | |
8818 | @end table | |
8819 | ||
8820 | All Modula-2 built-in procedures also return a result, described below. | |
8821 | ||
8822 | @table @code | |
8823 | @item ABS(@var{n}) | |
8824 | Returns the absolute value of @var{n}. | |
8825 | ||
8826 | @item CAP(@var{c}) | |
8827 | If @var{c} is a lower case letter, it returns its upper case | |
c3f6f71d | 8828 | equivalent, otherwise it returns its argument. |
c906108c SS |
8829 | |
8830 | @item CHR(@var{i}) | |
8831 | Returns the character whose ordinal value is @var{i}. | |
8832 | ||
8833 | @item DEC(@var{v}) | |
c3f6f71d | 8834 | Decrements the value in the variable @var{v} by one. Returns the new value. |
c906108c SS |
8835 | |
8836 | @item DEC(@var{v},@var{i}) | |
8837 | Decrements the value in the variable @var{v} by @var{i}. Returns the | |
8838 | new value. | |
8839 | ||
8840 | @item EXCL(@var{m},@var{s}) | |
8841 | Removes the element @var{m} from the set @var{s}. Returns the new | |
8842 | set. | |
8843 | ||
8844 | @item FLOAT(@var{i}) | |
8845 | Returns the floating point equivalent of the integer @var{i}. | |
8846 | ||
8847 | @item HIGH(@var{a}) | |
8848 | Returns the index of the last member of @var{a}. | |
8849 | ||
8850 | @item INC(@var{v}) | |
c3f6f71d | 8851 | Increments the value in the variable @var{v} by one. Returns the new value. |
c906108c SS |
8852 | |
8853 | @item INC(@var{v},@var{i}) | |
8854 | Increments the value in the variable @var{v} by @var{i}. Returns the | |
8855 | new value. | |
8856 | ||
8857 | @item INCL(@var{m},@var{s}) | |
8858 | Adds the element @var{m} to the set @var{s} if it is not already | |
8859 | there. Returns the new set. | |
8860 | ||
8861 | @item MAX(@var{t}) | |
8862 | Returns the maximum value of the type @var{t}. | |
8863 | ||
8864 | @item MIN(@var{t}) | |
8865 | Returns the minimum value of the type @var{t}. | |
8866 | ||
8867 | @item ODD(@var{i}) | |
8868 | Returns boolean TRUE if @var{i} is an odd number. | |
8869 | ||
8870 | @item ORD(@var{x}) | |
8871 | Returns the ordinal value of its argument. For example, the ordinal | |
c3f6f71d JM |
8872 | value of a character is its @sc{ascii} value (on machines supporting the |
8873 | @sc{ascii} character set). @var{x} must be of an ordered type, which include | |
c906108c SS |
8874 | integral, character and enumerated types. |
8875 | ||
8876 | @item SIZE(@var{x}) | |
8877 | Returns the size of its argument. @var{x} can be a variable or a type. | |
8878 | ||
8879 | @item TRUNC(@var{r}) | |
8880 | Returns the integral part of @var{r}. | |
8881 | ||
8882 | @item VAL(@var{t},@var{i}) | |
8883 | Returns the member of the type @var{t} whose ordinal value is @var{i}. | |
8884 | @end table | |
8885 | ||
8886 | @quotation | |
8887 | @emph{Warning:} Sets and their operations are not yet supported, so | |
8888 | @value{GDBN} treats the use of procedures @code{INCL} and @code{EXCL} as | |
8889 | an error. | |
8890 | @end quotation | |
8891 | ||
8892 | @cindex Modula-2 constants | |
6d2ebf8b | 8893 | @node M2 Constants |
c906108c SS |
8894 | @subsubsection Constants |
8895 | ||
8896 | @value{GDBN} allows you to express the constants of Modula-2 in the following | |
8897 | ways: | |
8898 | ||
8899 | @itemize @bullet | |
8900 | ||
8901 | @item | |
8902 | Integer constants are simply a sequence of digits. When used in an | |
8903 | expression, a constant is interpreted to be type-compatible with the | |
8904 | rest of the expression. Hexadecimal integers are specified by a | |
8905 | trailing @samp{H}, and octal integers by a trailing @samp{B}. | |
8906 | ||
8907 | @item | |
8908 | Floating point constants appear as a sequence of digits, followed by a | |
8909 | decimal point and another sequence of digits. An optional exponent can | |
8910 | then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where | |
8911 | @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the | |
8912 | digits of the floating point constant must be valid decimal (base 10) | |
8913 | digits. | |
8914 | ||
8915 | @item | |
8916 | Character constants consist of a single character enclosed by a pair of | |
8917 | like quotes, either single (@code{'}) or double (@code{"}). They may | |
c3f6f71d | 8918 | also be expressed by their ordinal value (their @sc{ascii} value, usually) |
c906108c SS |
8919 | followed by a @samp{C}. |
8920 | ||
8921 | @item | |
8922 | String constants consist of a sequence of characters enclosed by a | |
8923 | pair of like quotes, either single (@code{'}) or double (@code{"}). | |
8924 | Escape sequences in the style of C are also allowed. @xref{C | |
b37052ae | 8925 | Constants, ,C and C@t{++} constants}, for a brief explanation of escape |
c906108c SS |
8926 | sequences. |
8927 | ||
8928 | @item | |
8929 | Enumerated constants consist of an enumerated identifier. | |
8930 | ||
8931 | @item | |
8932 | Boolean constants consist of the identifiers @code{TRUE} and | |
8933 | @code{FALSE}. | |
8934 | ||
8935 | @item | |
8936 | Pointer constants consist of integral values only. | |
8937 | ||
8938 | @item | |
8939 | Set constants are not yet supported. | |
8940 | @end itemize | |
8941 | ||
6d2ebf8b | 8942 | @node M2 Defaults |
c906108c SS |
8943 | @subsubsection Modula-2 defaults |
8944 | @cindex Modula-2 defaults | |
8945 | ||
8946 | If type and range checking are set automatically by @value{GDBN}, they | |
8947 | both default to @code{on} whenever the working language changes to | |
d4f3574e | 8948 | Modula-2. This happens regardless of whether you or @value{GDBN} |
c906108c SS |
8949 | selected the working language. |
8950 | ||
8951 | If you allow @value{GDBN} to set the language automatically, then entering | |
8952 | code compiled from a file whose name ends with @file{.mod} sets the | |
d4f3574e | 8953 | working language to Modula-2. @xref{Automatically, ,Having @value{GDBN} set |
c906108c SS |
8954 | the language automatically}, for further details. |
8955 | ||
6d2ebf8b | 8956 | @node Deviations |
c906108c SS |
8957 | @subsubsection Deviations from standard Modula-2 |
8958 | @cindex Modula-2, deviations from | |
8959 | ||
8960 | A few changes have been made to make Modula-2 programs easier to debug. | |
8961 | This is done primarily via loosening its type strictness: | |
8962 | ||
8963 | @itemize @bullet | |
8964 | @item | |
8965 | Unlike in standard Modula-2, pointer constants can be formed by | |
8966 | integers. This allows you to modify pointer variables during | |
8967 | debugging. (In standard Modula-2, the actual address contained in a | |
8968 | pointer variable is hidden from you; it can only be modified | |
8969 | through direct assignment to another pointer variable or expression that | |
8970 | returned a pointer.) | |
8971 | ||
8972 | @item | |
8973 | C escape sequences can be used in strings and characters to represent | |
8974 | non-printable characters. @value{GDBN} prints out strings with these | |
8975 | escape sequences embedded. Single non-printable characters are | |
8976 | printed using the @samp{CHR(@var{nnn})} format. | |
8977 | ||
8978 | @item | |
8979 | The assignment operator (@code{:=}) returns the value of its right-hand | |
8980 | argument. | |
8981 | ||
8982 | @item | |
8983 | All built-in procedures both modify @emph{and} return their argument. | |
8984 | @end itemize | |
8985 | ||
6d2ebf8b | 8986 | @node M2 Checks |
c906108c SS |
8987 | @subsubsection Modula-2 type and range checks |
8988 | @cindex Modula-2 checks | |
8989 | ||
8990 | @quotation | |
8991 | @emph{Warning:} in this release, @value{GDBN} does not yet perform type or | |
8992 | range checking. | |
8993 | @end quotation | |
8994 | @c FIXME remove warning when type/range checks added | |
8995 | ||
8996 | @value{GDBN} considers two Modula-2 variables type equivalent if: | |
8997 | ||
8998 | @itemize @bullet | |
8999 | @item | |
9000 | They are of types that have been declared equivalent via a @code{TYPE | |
9001 | @var{t1} = @var{t2}} statement | |
9002 | ||
9003 | @item | |
9004 | They have been declared on the same line. (Note: This is true of the | |
9005 | @sc{gnu} Modula-2 compiler, but it may not be true of other compilers.) | |
9006 | @end itemize | |
9007 | ||
9008 | As long as type checking is enabled, any attempt to combine variables | |
9009 | whose types are not equivalent is an error. | |
9010 | ||
9011 | Range checking is done on all mathematical operations, assignment, array | |
9012 | index bounds, and all built-in functions and procedures. | |
9013 | ||
6d2ebf8b | 9014 | @node M2 Scope |
c906108c SS |
9015 | @subsubsection The scope operators @code{::} and @code{.} |
9016 | @cindex scope | |
41afff9a | 9017 | @cindex @code{.}, Modula-2 scope operator |
c906108c SS |
9018 | @cindex colon, doubled as scope operator |
9019 | @ifinfo | |
41afff9a | 9020 | @vindex colon-colon@r{, in Modula-2} |
c906108c SS |
9021 | @c Info cannot handle :: but TeX can. |
9022 | @end ifinfo | |
9023 | @iftex | |
41afff9a | 9024 | @vindex ::@r{, in Modula-2} |
c906108c SS |
9025 | @end iftex |
9026 | ||
9027 | There are a few subtle differences between the Modula-2 scope operator | |
9028 | (@code{.}) and the @value{GDBN} scope operator (@code{::}). The two have | |
9029 | similar syntax: | |
9030 | ||
474c8240 | 9031 | @smallexample |
c906108c SS |
9032 | |
9033 | @var{module} . @var{id} | |
9034 | @var{scope} :: @var{id} | |
474c8240 | 9035 | @end smallexample |
c906108c SS |
9036 | |
9037 | @noindent | |
9038 | where @var{scope} is the name of a module or a procedure, | |
9039 | @var{module} the name of a module, and @var{id} is any declared | |
9040 | identifier within your program, except another module. | |
9041 | ||
9042 | Using the @code{::} operator makes @value{GDBN} search the scope | |
9043 | specified by @var{scope} for the identifier @var{id}. If it is not | |
9044 | found in the specified scope, then @value{GDBN} searches all scopes | |
9045 | enclosing the one specified by @var{scope}. | |
9046 | ||
9047 | Using the @code{.} operator makes @value{GDBN} search the current scope for | |
9048 | the identifier specified by @var{id} that was imported from the | |
9049 | definition module specified by @var{module}. With this operator, it is | |
9050 | an error if the identifier @var{id} was not imported from definition | |
9051 | module @var{module}, or if @var{id} is not an identifier in | |
9052 | @var{module}. | |
9053 | ||
6d2ebf8b | 9054 | @node GDB/M2 |
c906108c SS |
9055 | @subsubsection @value{GDBN} and Modula-2 |
9056 | ||
9057 | Some @value{GDBN} commands have little use when debugging Modula-2 programs. | |
9058 | Five subcommands of @code{set print} and @code{show print} apply | |
b37052ae | 9059 | specifically to C and C@t{++}: @samp{vtbl}, @samp{demangle}, |
c906108c | 9060 | @samp{asm-demangle}, @samp{object}, and @samp{union}. The first four |
b37052ae | 9061 | apply to C@t{++}, and the last to the C @code{union} type, which has no direct |
c906108c SS |
9062 | analogue in Modula-2. |
9063 | ||
9064 | The @code{@@} operator (@pxref{Expressions, ,Expressions}), while available | |
d4f3574e | 9065 | with any language, is not useful with Modula-2. Its |
c906108c | 9066 | intent is to aid the debugging of @dfn{dynamic arrays}, which cannot be |
b37052ae | 9067 | created in Modula-2 as they can in C or C@t{++}. However, because an |
c906108c | 9068 | address can be specified by an integral constant, the construct |
d4f3574e | 9069 | @samp{@{@var{type}@}@var{adrexp}} is still useful. |
c906108c SS |
9070 | |
9071 | @cindex @code{#} in Modula-2 | |
9072 | In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is | |
9073 | interpreted as the beginning of a comment. Use @code{<>} instead. | |
c906108c | 9074 | |
4e562065 JB |
9075 | @node Unsupported languages |
9076 | @section Unsupported languages | |
9077 | ||
9078 | @cindex unsupported languages | |
9079 | @cindex minimal language | |
9080 | In addition to the other fully-supported programming languages, | |
9081 | @value{GDBN} also provides a pseudo-language, called @code{minimal}. | |
9082 | It does not represent a real programming language, but provides a set | |
9083 | of capabilities close to what the C or assembly languages provide. | |
9084 | This should allow most simple operations to be performed while debugging | |
9085 | an application that uses a language currently not supported by @value{GDBN}. | |
9086 | ||
9087 | If the language is set to @code{auto}, @value{GDBN} will automatically | |
9088 | select this language if the current frame corresponds to an unsupported | |
9089 | language. | |
9090 | ||
6d2ebf8b | 9091 | @node Symbols |
c906108c SS |
9092 | @chapter Examining the Symbol Table |
9093 | ||
d4f3574e | 9094 | The commands described in this chapter allow you to inquire about the |
c906108c SS |
9095 | symbols (names of variables, functions and types) defined in your |
9096 | program. This information is inherent in the text of your program and | |
9097 | does not change as your program executes. @value{GDBN} finds it in your | |
9098 | program's symbol table, in the file indicated when you started @value{GDBN} | |
9099 | (@pxref{File Options, ,Choosing files}), or by one of the | |
9100 | file-management commands (@pxref{Files, ,Commands to specify files}). | |
9101 | ||
9102 | @cindex symbol names | |
9103 | @cindex names of symbols | |
9104 | @cindex quoting names | |
9105 | Occasionally, you may need to refer to symbols that contain unusual | |
9106 | characters, which @value{GDBN} ordinarily treats as word delimiters. The | |
9107 | most frequent case is in referring to static variables in other | |
9108 | source files (@pxref{Variables,,Program variables}). File names | |
9109 | are recorded in object files as debugging symbols, but @value{GDBN} would | |
9110 | ordinarily parse a typical file name, like @file{foo.c}, as the three words | |
9111 | @samp{foo} @samp{.} @samp{c}. To allow @value{GDBN} to recognize | |
9112 | @samp{foo.c} as a single symbol, enclose it in single quotes; for example, | |
9113 | ||
474c8240 | 9114 | @smallexample |
c906108c | 9115 | p 'foo.c'::x |
474c8240 | 9116 | @end smallexample |
c906108c SS |
9117 | |
9118 | @noindent | |
9119 | looks up the value of @code{x} in the scope of the file @file{foo.c}. | |
9120 | ||
9121 | @table @code | |
9122 | @kindex info address | |
b37052ae | 9123 | @cindex address of a symbol |
c906108c SS |
9124 | @item info address @var{symbol} |
9125 | Describe where the data for @var{symbol} is stored. For a register | |
9126 | variable, this says which register it is kept in. For a non-register | |
9127 | local variable, this prints the stack-frame offset at which the variable | |
9128 | is always stored. | |
9129 | ||
9130 | Note the contrast with @samp{print &@var{symbol}}, which does not work | |
9131 | at all for a register variable, and for a stack local variable prints | |
9132 | the exact address of the current instantiation of the variable. | |
9133 | ||
3d67e040 | 9134 | @kindex info symbol |
b37052ae | 9135 | @cindex symbol from address |
3d67e040 EZ |
9136 | @item info symbol @var{addr} |
9137 | Print the name of a symbol which is stored at the address @var{addr}. | |
9138 | If no symbol is stored exactly at @var{addr}, @value{GDBN} prints the | |
9139 | nearest symbol and an offset from it: | |
9140 | ||
474c8240 | 9141 | @smallexample |
3d67e040 EZ |
9142 | (@value{GDBP}) info symbol 0x54320 |
9143 | _initialize_vx + 396 in section .text | |
474c8240 | 9144 | @end smallexample |
3d67e040 EZ |
9145 | |
9146 | @noindent | |
9147 | This is the opposite of the @code{info address} command. You can use | |
9148 | it to find out the name of a variable or a function given its address. | |
9149 | ||
c906108c | 9150 | @kindex whatis |
d4f3574e SS |
9151 | @item whatis @var{expr} |
9152 | Print the data type of expression @var{expr}. @var{expr} is not | |
c906108c SS |
9153 | actually evaluated, and any side-effecting operations (such as |
9154 | assignments or function calls) inside it do not take place. | |
9155 | @xref{Expressions, ,Expressions}. | |
9156 | ||
9157 | @item whatis | |
9158 | Print the data type of @code{$}, the last value in the value history. | |
9159 | ||
9160 | @kindex ptype | |
9161 | @item ptype @var{typename} | |
9162 | Print a description of data type @var{typename}. @var{typename} may be | |
7a292a7a SS |
9163 | the name of a type, or for C code it may have the form @samp{class |
9164 | @var{class-name}}, @samp{struct @var{struct-tag}}, @samp{union | |
9165 | @var{union-tag}} or @samp{enum @var{enum-tag}}. | |
c906108c | 9166 | |
d4f3574e | 9167 | @item ptype @var{expr} |
c906108c | 9168 | @itemx ptype |
d4f3574e | 9169 | Print a description of the type of expression @var{expr}. @code{ptype} |
c906108c SS |
9170 | differs from @code{whatis} by printing a detailed description, instead |
9171 | of just the name of the type. | |
9172 | ||
9173 | For example, for this variable declaration: | |
9174 | ||
474c8240 | 9175 | @smallexample |
c906108c | 9176 | struct complex @{double real; double imag;@} v; |
474c8240 | 9177 | @end smallexample |
c906108c SS |
9178 | |
9179 | @noindent | |
9180 | the two commands give this output: | |
9181 | ||
474c8240 | 9182 | @smallexample |
c906108c SS |
9183 | @group |
9184 | (@value{GDBP}) whatis v | |
9185 | type = struct complex | |
9186 | (@value{GDBP}) ptype v | |
9187 | type = struct complex @{ | |
9188 | double real; | |
9189 | double imag; | |
9190 | @} | |
9191 | @end group | |
474c8240 | 9192 | @end smallexample |
c906108c SS |
9193 | |
9194 | @noindent | |
9195 | As with @code{whatis}, using @code{ptype} without an argument refers to | |
9196 | the type of @code{$}, the last value in the value history. | |
9197 | ||
9198 | @kindex info types | |
9199 | @item info types @var{regexp} | |
9200 | @itemx info types | |
d4f3574e | 9201 | Print a brief description of all types whose names match @var{regexp} |
c906108c SS |
9202 | (or all types in your program, if you supply no argument). Each |
9203 | complete typename is matched as though it were a complete line; thus, | |
9204 | @samp{i type value} gives information on all types in your program whose | |
d4f3574e | 9205 | names include the string @code{value}, but @samp{i type ^value$} gives |
c906108c SS |
9206 | information only on types whose complete name is @code{value}. |
9207 | ||
9208 | This command differs from @code{ptype} in two ways: first, like | |
9209 | @code{whatis}, it does not print a detailed description; second, it | |
9210 | lists all source files where a type is defined. | |
9211 | ||
b37052ae EZ |
9212 | @kindex info scope |
9213 | @cindex local variables | |
9214 | @item info scope @var{addr} | |
9215 | List all the variables local to a particular scope. This command | |
9216 | accepts a location---a function name, a source line, or an address | |
9217 | preceded by a @samp{*}, and prints all the variables local to the | |
9218 | scope defined by that location. For example: | |
9219 | ||
9220 | @smallexample | |
9221 | (@value{GDBP}) @b{info scope command_line_handler} | |
9222 | Scope for command_line_handler: | |
9223 | Symbol rl is an argument at stack/frame offset 8, length 4. | |
9224 | Symbol linebuffer is in static storage at address 0x150a18, length 4. | |
9225 | Symbol linelength is in static storage at address 0x150a1c, length 4. | |
9226 | Symbol p is a local variable in register $esi, length 4. | |
9227 | Symbol p1 is a local variable in register $ebx, length 4. | |
9228 | Symbol nline is a local variable in register $edx, length 4. | |
9229 | Symbol repeat is a local variable at frame offset -8, length 4. | |
9230 | @end smallexample | |
9231 | ||
f5c37c66 EZ |
9232 | @noindent |
9233 | This command is especially useful for determining what data to collect | |
9234 | during a @dfn{trace experiment}, see @ref{Tracepoint Actions, | |
9235 | collect}. | |
9236 | ||
c906108c SS |
9237 | @kindex info source |
9238 | @item info source | |
919d772c JB |
9239 | Show information about the current source file---that is, the source file for |
9240 | the function containing the current point of execution: | |
9241 | @itemize @bullet | |
9242 | @item | |
9243 | the name of the source file, and the directory containing it, | |
9244 | @item | |
9245 | the directory it was compiled in, | |
9246 | @item | |
9247 | its length, in lines, | |
9248 | @item | |
9249 | which programming language it is written in, | |
9250 | @item | |
9251 | whether the executable includes debugging information for that file, and | |
9252 | if so, what format the information is in (e.g., STABS, Dwarf 2, etc.), and | |
9253 | @item | |
9254 | whether the debugging information includes information about | |
9255 | preprocessor macros. | |
9256 | @end itemize | |
9257 | ||
c906108c SS |
9258 | |
9259 | @kindex info sources | |
9260 | @item info sources | |
9261 | Print the names of all source files in your program for which there is | |
9262 | debugging information, organized into two lists: files whose symbols | |
9263 | have already been read, and files whose symbols will be read when needed. | |
9264 | ||
9265 | @kindex info functions | |
9266 | @item info functions | |
9267 | Print the names and data types of all defined functions. | |
9268 | ||
9269 | @item info functions @var{regexp} | |
9270 | Print the names and data types of all defined functions | |
9271 | whose names contain a match for regular expression @var{regexp}. | |
9272 | Thus, @samp{info fun step} finds all functions whose names | |
9273 | include @code{step}; @samp{info fun ^step} finds those whose names | |
b383017d RM |
9274 | start with @code{step}. If a function name contains characters |
9275 | that conflict with the regular expression language (eg. | |
1c5dfdad | 9276 | @samp{operator*()}), they may be quoted with a backslash. |
c906108c SS |
9277 | |
9278 | @kindex info variables | |
9279 | @item info variables | |
9280 | Print the names and data types of all variables that are declared | |
6ca652b0 | 9281 | outside of functions (i.e.@: excluding local variables). |
c906108c SS |
9282 | |
9283 | @item info variables @var{regexp} | |
9284 | Print the names and data types of all variables (except for local | |
9285 | variables) whose names contain a match for regular expression | |
9286 | @var{regexp}. | |
9287 | ||
b37303ee AF |
9288 | @kindex info classes |
9289 | @item info classes | |
9290 | @itemx info classes @var{regexp} | |
9291 | Display all Objective-C classes in your program, or | |
9292 | (with the @var{regexp} argument) all those matching a particular regular | |
9293 | expression. | |
9294 | ||
9295 | @kindex info selectors | |
9296 | @item info selectors | |
9297 | @itemx info selectors @var{regexp} | |
9298 | Display all Objective-C selectors in your program, or | |
9299 | (with the @var{regexp} argument) all those matching a particular regular | |
9300 | expression. | |
9301 | ||
c906108c SS |
9302 | @ignore |
9303 | This was never implemented. | |
9304 | @kindex info methods | |
9305 | @item info methods | |
9306 | @itemx info methods @var{regexp} | |
9307 | The @code{info methods} command permits the user to examine all defined | |
b37052ae EZ |
9308 | methods within C@t{++} program, or (with the @var{regexp} argument) a |
9309 | specific set of methods found in the various C@t{++} classes. Many | |
9310 | C@t{++} classes provide a large number of methods. Thus, the output | |
c906108c SS |
9311 | from the @code{ptype} command can be overwhelming and hard to use. The |
9312 | @code{info-methods} command filters the methods, printing only those | |
9313 | which match the regular-expression @var{regexp}. | |
9314 | @end ignore | |
9315 | ||
c906108c SS |
9316 | @cindex reloading symbols |
9317 | Some systems allow individual object files that make up your program to | |
7a292a7a SS |
9318 | be replaced without stopping and restarting your program. For example, |
9319 | in VxWorks you can simply recompile a defective object file and keep on | |
9320 | running. If you are running on one of these systems, you can allow | |
9321 | @value{GDBN} to reload the symbols for automatically relinked modules: | |
c906108c SS |
9322 | |
9323 | @table @code | |
9324 | @kindex set symbol-reloading | |
9325 | @item set symbol-reloading on | |
9326 | Replace symbol definitions for the corresponding source file when an | |
9327 | object file with a particular name is seen again. | |
9328 | ||
9329 | @item set symbol-reloading off | |
6d2ebf8b SS |
9330 | Do not replace symbol definitions when encountering object files of the |
9331 | same name more than once. This is the default state; if you are not | |
9332 | running on a system that permits automatic relinking of modules, you | |
9333 | should leave @code{symbol-reloading} off, since otherwise @value{GDBN} | |
9334 | may discard symbols when linking large programs, that may contain | |
9335 | several modules (from different directories or libraries) with the same | |
9336 | name. | |
c906108c SS |
9337 | |
9338 | @kindex show symbol-reloading | |
9339 | @item show symbol-reloading | |
9340 | Show the current @code{on} or @code{off} setting. | |
9341 | @end table | |
c906108c | 9342 | |
c906108c SS |
9343 | @kindex set opaque-type-resolution |
9344 | @item set opaque-type-resolution on | |
9345 | Tell @value{GDBN} to resolve opaque types. An opaque type is a type | |
9346 | declared as a pointer to a @code{struct}, @code{class}, or | |
9347 | @code{union}---for example, @code{struct MyType *}---that is used in one | |
9348 | source file although the full declaration of @code{struct MyType} is in | |
9349 | another source file. The default is on. | |
9350 | ||
9351 | A change in the setting of this subcommand will not take effect until | |
9352 | the next time symbols for a file are loaded. | |
9353 | ||
9354 | @item set opaque-type-resolution off | |
9355 | Tell @value{GDBN} not to resolve opaque types. In this case, the type | |
9356 | is printed as follows: | |
9357 | @smallexample | |
9358 | @{<no data fields>@} | |
9359 | @end smallexample | |
9360 | ||
9361 | @kindex show opaque-type-resolution | |
9362 | @item show opaque-type-resolution | |
9363 | Show whether opaque types are resolved or not. | |
c906108c SS |
9364 | |
9365 | @kindex maint print symbols | |
9366 | @cindex symbol dump | |
9367 | @kindex maint print psymbols | |
9368 | @cindex partial symbol dump | |
9369 | @item maint print symbols @var{filename} | |
9370 | @itemx maint print psymbols @var{filename} | |
9371 | @itemx maint print msymbols @var{filename} | |
9372 | Write a dump of debugging symbol data into the file @var{filename}. | |
9373 | These commands are used to debug the @value{GDBN} symbol-reading code. Only | |
9374 | symbols with debugging data are included. If you use @samp{maint print | |
9375 | symbols}, @value{GDBN} includes all the symbols for which it has already | |
9376 | collected full details: that is, @var{filename} reflects symbols for | |
9377 | only those files whose symbols @value{GDBN} has read. You can use the | |
9378 | command @code{info sources} to find out which files these are. If you | |
9379 | use @samp{maint print psymbols} instead, the dump shows information about | |
9380 | symbols that @value{GDBN} only knows partially---that is, symbols defined in | |
9381 | files that @value{GDBN} has skimmed, but not yet read completely. Finally, | |
9382 | @samp{maint print msymbols} dumps just the minimal symbol information | |
9383 | required for each object file from which @value{GDBN} has read some symbols. | |
9384 | @xref{Files, ,Commands to specify files}, for a discussion of how | |
9385 | @value{GDBN} reads symbols (in the description of @code{symbol-file}). | |
44ea7b70 | 9386 | |
5e7b2f39 JB |
9387 | @kindex maint info symtabs |
9388 | @kindex maint info psymtabs | |
44ea7b70 JB |
9389 | @cindex listing @value{GDBN}'s internal symbol tables |
9390 | @cindex symbol tables, listing @value{GDBN}'s internal | |
9391 | @cindex full symbol tables, listing @value{GDBN}'s internal | |
9392 | @cindex partial symbol tables, listing @value{GDBN}'s internal | |
5e7b2f39 JB |
9393 | @item maint info symtabs @r{[} @var{regexp} @r{]} |
9394 | @itemx maint info psymtabs @r{[} @var{regexp} @r{]} | |
44ea7b70 JB |
9395 | |
9396 | List the @code{struct symtab} or @code{struct partial_symtab} | |
9397 | structures whose names match @var{regexp}. If @var{regexp} is not | |
9398 | given, list them all. The output includes expressions which you can | |
9399 | copy into a @value{GDBN} debugging this one to examine a particular | |
9400 | structure in more detail. For example: | |
9401 | ||
9402 | @smallexample | |
5e7b2f39 | 9403 | (@value{GDBP}) maint info psymtabs dwarf2read |
44ea7b70 JB |
9404 | @{ objfile /home/gnu/build/gdb/gdb |
9405 | ((struct objfile *) 0x82e69d0) | |
b383017d | 9406 | @{ psymtab /home/gnu/src/gdb/dwarf2read.c |
44ea7b70 JB |
9407 | ((struct partial_symtab *) 0x8474b10) |
9408 | readin no | |
9409 | fullname (null) | |
9410 | text addresses 0x814d3c8 -- 0x8158074 | |
9411 | globals (* (struct partial_symbol **) 0x8507a08 @@ 9) | |
9412 | statics (* (struct partial_symbol **) 0x40e95b78 @@ 2882) | |
9413 | dependencies (none) | |
9414 | @} | |
9415 | @} | |
5e7b2f39 | 9416 | (@value{GDBP}) maint info symtabs |
44ea7b70 JB |
9417 | (@value{GDBP}) |
9418 | @end smallexample | |
9419 | @noindent | |
9420 | We see that there is one partial symbol table whose filename contains | |
9421 | the string @samp{dwarf2read}, belonging to the @samp{gdb} executable; | |
9422 | and we see that @value{GDBN} has not read in any symtabs yet at all. | |
9423 | If we set a breakpoint on a function, that will cause @value{GDBN} to | |
9424 | read the symtab for the compilation unit containing that function: | |
9425 | ||
9426 | @smallexample | |
9427 | (@value{GDBP}) break dwarf2_psymtab_to_symtab | |
9428 | Breakpoint 1 at 0x814e5da: file /home/gnu/src/gdb/dwarf2read.c, | |
9429 | line 1574. | |
5e7b2f39 | 9430 | (@value{GDBP}) maint info symtabs |
b383017d | 9431 | @{ objfile /home/gnu/build/gdb/gdb |
44ea7b70 | 9432 | ((struct objfile *) 0x82e69d0) |
b383017d | 9433 | @{ symtab /home/gnu/src/gdb/dwarf2read.c |
44ea7b70 JB |
9434 | ((struct symtab *) 0x86c1f38) |
9435 | dirname (null) | |
9436 | fullname (null) | |
9437 | blockvector ((struct blockvector *) 0x86c1bd0) (primary) | |
9438 | debugformat DWARF 2 | |
9439 | @} | |
9440 | @} | |
b383017d | 9441 | (@value{GDBP}) |
44ea7b70 | 9442 | @end smallexample |
c906108c SS |
9443 | @end table |
9444 | ||
44ea7b70 | 9445 | |
6d2ebf8b | 9446 | @node Altering |
c906108c SS |
9447 | @chapter Altering Execution |
9448 | ||
9449 | Once you think you have found an error in your program, you might want to | |
9450 | find out for certain whether correcting the apparent error would lead to | |
9451 | correct results in the rest of the run. You can find the answer by | |
9452 | experiment, using the @value{GDBN} features for altering execution of the | |
9453 | program. | |
9454 | ||
9455 | For example, you can store new values into variables or memory | |
7a292a7a SS |
9456 | locations, give your program a signal, restart it at a different |
9457 | address, or even return prematurely from a function. | |
c906108c SS |
9458 | |
9459 | @menu | |
9460 | * Assignment:: Assignment to variables | |
9461 | * Jumping:: Continuing at a different address | |
c906108c | 9462 | * Signaling:: Giving your program a signal |
c906108c SS |
9463 | * Returning:: Returning from a function |
9464 | * Calling:: Calling your program's functions | |
9465 | * Patching:: Patching your program | |
9466 | @end menu | |
9467 | ||
6d2ebf8b | 9468 | @node Assignment |
c906108c SS |
9469 | @section Assignment to variables |
9470 | ||
9471 | @cindex assignment | |
9472 | @cindex setting variables | |
9473 | To alter the value of a variable, evaluate an assignment expression. | |
9474 | @xref{Expressions, ,Expressions}. For example, | |
9475 | ||
474c8240 | 9476 | @smallexample |
c906108c | 9477 | print x=4 |
474c8240 | 9478 | @end smallexample |
c906108c SS |
9479 | |
9480 | @noindent | |
9481 | stores the value 4 into the variable @code{x}, and then prints the | |
5d161b24 | 9482 | value of the assignment expression (which is 4). |
c906108c SS |
9483 | @xref{Languages, ,Using @value{GDBN} with Different Languages}, for more |
9484 | information on operators in supported languages. | |
c906108c SS |
9485 | |
9486 | @kindex set variable | |
9487 | @cindex variables, setting | |
9488 | If you are not interested in seeing the value of the assignment, use the | |
9489 | @code{set} command instead of the @code{print} command. @code{set} is | |
9490 | really the same as @code{print} except that the expression's value is | |
9491 | not printed and is not put in the value history (@pxref{Value History, | |
9492 | ,Value history}). The expression is evaluated only for its effects. | |
9493 | ||
c906108c SS |
9494 | If the beginning of the argument string of the @code{set} command |
9495 | appears identical to a @code{set} subcommand, use the @code{set | |
9496 | variable} command instead of just @code{set}. This command is identical | |
9497 | to @code{set} except for its lack of subcommands. For example, if your | |
9498 | program has a variable @code{width}, you get an error if you try to set | |
9499 | a new value with just @samp{set width=13}, because @value{GDBN} has the | |
9500 | command @code{set width}: | |
9501 | ||
474c8240 | 9502 | @smallexample |
c906108c SS |
9503 | (@value{GDBP}) whatis width |
9504 | type = double | |
9505 | (@value{GDBP}) p width | |
9506 | $4 = 13 | |
9507 | (@value{GDBP}) set width=47 | |
9508 | Invalid syntax in expression. | |
474c8240 | 9509 | @end smallexample |
c906108c SS |
9510 | |
9511 | @noindent | |
9512 | The invalid expression, of course, is @samp{=47}. In | |
9513 | order to actually set the program's variable @code{width}, use | |
9514 | ||
474c8240 | 9515 | @smallexample |
c906108c | 9516 | (@value{GDBP}) set var width=47 |
474c8240 | 9517 | @end smallexample |
53a5351d | 9518 | |
c906108c SS |
9519 | Because the @code{set} command has many subcommands that can conflict |
9520 | with the names of program variables, it is a good idea to use the | |
9521 | @code{set variable} command instead of just @code{set}. For example, if | |
9522 | your program has a variable @code{g}, you run into problems if you try | |
9523 | to set a new value with just @samp{set g=4}, because @value{GDBN} has | |
9524 | the command @code{set gnutarget}, abbreviated @code{set g}: | |
9525 | ||
474c8240 | 9526 | @smallexample |
c906108c SS |
9527 | @group |
9528 | (@value{GDBP}) whatis g | |
9529 | type = double | |
9530 | (@value{GDBP}) p g | |
9531 | $1 = 1 | |
9532 | (@value{GDBP}) set g=4 | |
2df3850c | 9533 | (@value{GDBP}) p g |
c906108c SS |
9534 | $2 = 1 |
9535 | (@value{GDBP}) r | |
9536 | The program being debugged has been started already. | |
9537 | Start it from the beginning? (y or n) y | |
9538 | Starting program: /home/smith/cc_progs/a.out | |
6d2ebf8b SS |
9539 | "/home/smith/cc_progs/a.out": can't open to read symbols: |
9540 | Invalid bfd target. | |
c906108c SS |
9541 | (@value{GDBP}) show g |
9542 | The current BFD target is "=4". | |
9543 | @end group | |
474c8240 | 9544 | @end smallexample |
c906108c SS |
9545 | |
9546 | @noindent | |
9547 | The program variable @code{g} did not change, and you silently set the | |
9548 | @code{gnutarget} to an invalid value. In order to set the variable | |
9549 | @code{g}, use | |
9550 | ||
474c8240 | 9551 | @smallexample |
c906108c | 9552 | (@value{GDBP}) set var g=4 |
474c8240 | 9553 | @end smallexample |
c906108c SS |
9554 | |
9555 | @value{GDBN} allows more implicit conversions in assignments than C; you can | |
9556 | freely store an integer value into a pointer variable or vice versa, | |
9557 | and you can convert any structure to any other structure that is the | |
9558 | same length or shorter. | |
9559 | @comment FIXME: how do structs align/pad in these conversions? | |
9560 | @comment /[email protected] 18dec1990 | |
9561 | ||
9562 | To store values into arbitrary places in memory, use the @samp{@{@dots{}@}} | |
9563 | construct to generate a value of specified type at a specified address | |
9564 | (@pxref{Expressions, ,Expressions}). For example, @code{@{int@}0x83040} refers | |
9565 | to memory location @code{0x83040} as an integer (which implies a certain size | |
9566 | and representation in memory), and | |
9567 | ||
474c8240 | 9568 | @smallexample |
c906108c | 9569 | set @{int@}0x83040 = 4 |
474c8240 | 9570 | @end smallexample |
c906108c SS |
9571 | |
9572 | @noindent | |
9573 | stores the value 4 into that memory location. | |
9574 | ||
6d2ebf8b | 9575 | @node Jumping |
c906108c SS |
9576 | @section Continuing at a different address |
9577 | ||
9578 | Ordinarily, when you continue your program, you do so at the place where | |
9579 | it stopped, with the @code{continue} command. You can instead continue at | |
9580 | an address of your own choosing, with the following commands: | |
9581 | ||
9582 | @table @code | |
9583 | @kindex jump | |
9584 | @item jump @var{linespec} | |
9585 | Resume execution at line @var{linespec}. Execution stops again | |
9586 | immediately if there is a breakpoint there. @xref{List, ,Printing | |
9587 | source lines}, for a description of the different forms of | |
9588 | @var{linespec}. It is common practice to use the @code{tbreak} command | |
9589 | in conjunction with @code{jump}. @xref{Set Breaks, ,Setting | |
9590 | breakpoints}. | |
9591 | ||
9592 | The @code{jump} command does not change the current stack frame, or | |
9593 | the stack pointer, or the contents of any memory location or any | |
9594 | register other than the program counter. If line @var{linespec} is in | |
9595 | a different function from the one currently executing, the results may | |
9596 | be bizarre if the two functions expect different patterns of arguments or | |
9597 | of local variables. For this reason, the @code{jump} command requests | |
9598 | confirmation if the specified line is not in the function currently | |
9599 | executing. However, even bizarre results are predictable if you are | |
9600 | well acquainted with the machine-language code of your program. | |
9601 | ||
9602 | @item jump *@var{address} | |
9603 | Resume execution at the instruction at address @var{address}. | |
9604 | @end table | |
9605 | ||
c906108c | 9606 | @c Doesn't work on HP-UX; have to set $pcoqh and $pcoqt. |
53a5351d JM |
9607 | On many systems, you can get much the same effect as the @code{jump} |
9608 | command by storing a new value into the register @code{$pc}. The | |
9609 | difference is that this does not start your program running; it only | |
9610 | changes the address of where it @emph{will} run when you continue. For | |
9611 | example, | |
c906108c | 9612 | |
474c8240 | 9613 | @smallexample |
c906108c | 9614 | set $pc = 0x485 |
474c8240 | 9615 | @end smallexample |
c906108c SS |
9616 | |
9617 | @noindent | |
9618 | makes the next @code{continue} command or stepping command execute at | |
9619 | address @code{0x485}, rather than at the address where your program stopped. | |
9620 | @xref{Continuing and Stepping, ,Continuing and stepping}. | |
c906108c SS |
9621 | |
9622 | The most common occasion to use the @code{jump} command is to back | |
9623 | up---perhaps with more breakpoints set---over a portion of a program | |
9624 | that has already executed, in order to examine its execution in more | |
9625 | detail. | |
9626 | ||
c906108c | 9627 | @c @group |
6d2ebf8b | 9628 | @node Signaling |
c906108c SS |
9629 | @section Giving your program a signal |
9630 | ||
9631 | @table @code | |
9632 | @kindex signal | |
9633 | @item signal @var{signal} | |
9634 | Resume execution where your program stopped, but immediately give it the | |
9635 | signal @var{signal}. @var{signal} can be the name or the number of a | |
9636 | signal. For example, on many systems @code{signal 2} and @code{signal | |
9637 | SIGINT} are both ways of sending an interrupt signal. | |
9638 | ||
9639 | Alternatively, if @var{signal} is zero, continue execution without | |
9640 | giving a signal. This is useful when your program stopped on account of | |
9641 | a signal and would ordinary see the signal when resumed with the | |
9642 | @code{continue} command; @samp{signal 0} causes it to resume without a | |
9643 | signal. | |
9644 | ||
9645 | @code{signal} does not repeat when you press @key{RET} a second time | |
9646 | after executing the command. | |
9647 | @end table | |
9648 | @c @end group | |
9649 | ||
9650 | Invoking the @code{signal} command is not the same as invoking the | |
9651 | @code{kill} utility from the shell. Sending a signal with @code{kill} | |
9652 | causes @value{GDBN} to decide what to do with the signal depending on | |
9653 | the signal handling tables (@pxref{Signals}). The @code{signal} command | |
9654 | passes the signal directly to your program. | |
9655 | ||
c906108c | 9656 | |
6d2ebf8b | 9657 | @node Returning |
c906108c SS |
9658 | @section Returning from a function |
9659 | ||
9660 | @table @code | |
9661 | @cindex returning from a function | |
9662 | @kindex return | |
9663 | @item return | |
9664 | @itemx return @var{expression} | |
9665 | You can cancel execution of a function call with the @code{return} | |
9666 | command. If you give an | |
9667 | @var{expression} argument, its value is used as the function's return | |
9668 | value. | |
9669 | @end table | |
9670 | ||
9671 | When you use @code{return}, @value{GDBN} discards the selected stack frame | |
9672 | (and all frames within it). You can think of this as making the | |
9673 | discarded frame return prematurely. If you wish to specify a value to | |
9674 | be returned, give that value as the argument to @code{return}. | |
9675 | ||
9676 | This pops the selected stack frame (@pxref{Selection, ,Selecting a | |
9677 | frame}), and any other frames inside of it, leaving its caller as the | |
9678 | innermost remaining frame. That frame becomes selected. The | |
9679 | specified value is stored in the registers used for returning values | |
9680 | of functions. | |
9681 | ||
9682 | The @code{return} command does not resume execution; it leaves the | |
9683 | program stopped in the state that would exist if the function had just | |
9684 | returned. In contrast, the @code{finish} command (@pxref{Continuing | |
9685 | and Stepping, ,Continuing and stepping}) resumes execution until the | |
9686 | selected stack frame returns naturally. | |
9687 | ||
6d2ebf8b | 9688 | @node Calling |
c906108c SS |
9689 | @section Calling program functions |
9690 | ||
9691 | @cindex calling functions | |
9692 | @kindex call | |
9693 | @table @code | |
9694 | @item call @var{expr} | |
9695 | Evaluate the expression @var{expr} without displaying @code{void} | |
9696 | returned values. | |
9697 | @end table | |
9698 | ||
9699 | You can use this variant of the @code{print} command if you want to | |
9700 | execute a function from your program, but without cluttering the output | |
5d161b24 DB |
9701 | with @code{void} returned values. If the result is not void, it |
9702 | is printed and saved in the value history. | |
c906108c | 9703 | |
6d2ebf8b | 9704 | @node Patching |
c906108c | 9705 | @section Patching programs |
7a292a7a | 9706 | |
c906108c SS |
9707 | @cindex patching binaries |
9708 | @cindex writing into executables | |
c906108c | 9709 | @cindex writing into corefiles |
c906108c | 9710 | |
7a292a7a SS |
9711 | By default, @value{GDBN} opens the file containing your program's |
9712 | executable code (or the corefile) read-only. This prevents accidental | |
9713 | alterations to machine code; but it also prevents you from intentionally | |
9714 | patching your program's binary. | |
c906108c SS |
9715 | |
9716 | If you'd like to be able to patch the binary, you can specify that | |
9717 | explicitly with the @code{set write} command. For example, you might | |
9718 | want to turn on internal debugging flags, or even to make emergency | |
9719 | repairs. | |
9720 | ||
9721 | @table @code | |
9722 | @kindex set write | |
9723 | @item set write on | |
9724 | @itemx set write off | |
7a292a7a SS |
9725 | If you specify @samp{set write on}, @value{GDBN} opens executable and |
9726 | core files for both reading and writing; if you specify @samp{set write | |
c906108c SS |
9727 | off} (the default), @value{GDBN} opens them read-only. |
9728 | ||
9729 | If you have already loaded a file, you must load it again (using the | |
7a292a7a SS |
9730 | @code{exec-file} or @code{core-file} command) after changing @code{set |
9731 | write}, for your new setting to take effect. | |
c906108c SS |
9732 | |
9733 | @item show write | |
9734 | @kindex show write | |
7a292a7a SS |
9735 | Display whether executable files and core files are opened for writing |
9736 | as well as reading. | |
c906108c SS |
9737 | @end table |
9738 | ||
6d2ebf8b | 9739 | @node GDB Files |
c906108c SS |
9740 | @chapter @value{GDBN} Files |
9741 | ||
7a292a7a SS |
9742 | @value{GDBN} needs to know the file name of the program to be debugged, |
9743 | both in order to read its symbol table and in order to start your | |
9744 | program. To debug a core dump of a previous run, you must also tell | |
9745 | @value{GDBN} the name of the core dump file. | |
c906108c SS |
9746 | |
9747 | @menu | |
9748 | * Files:: Commands to specify files | |
5b5d99cf | 9749 | * Separate Debug Files:: Debugging information in separate files |
c906108c SS |
9750 | * Symbol Errors:: Errors reading symbol files |
9751 | @end menu | |
9752 | ||
6d2ebf8b | 9753 | @node Files |
c906108c | 9754 | @section Commands to specify files |
c906108c | 9755 | |
7a292a7a | 9756 | @cindex symbol table |
c906108c | 9757 | @cindex core dump file |
7a292a7a SS |
9758 | |
9759 | You may want to specify executable and core dump file names. The usual | |
9760 | way to do this is at start-up time, using the arguments to | |
9761 | @value{GDBN}'s start-up commands (@pxref{Invocation, , Getting In and | |
9762 | Out of @value{GDBN}}). | |
c906108c SS |
9763 | |
9764 | Occasionally it is necessary to change to a different file during a | |
9765 | @value{GDBN} session. Or you may run @value{GDBN} and forget to specify | |
9766 | a file you want to use. In these situations the @value{GDBN} commands | |
9767 | to specify new files are useful. | |
9768 | ||
9769 | @table @code | |
9770 | @cindex executable file | |
9771 | @kindex file | |
9772 | @item file @var{filename} | |
9773 | Use @var{filename} as the program to be debugged. It is read for its | |
9774 | symbols and for the contents of pure memory. It is also the program | |
9775 | executed when you use the @code{run} command. If you do not specify a | |
5d161b24 DB |
9776 | directory and the file is not found in the @value{GDBN} working directory, |
9777 | @value{GDBN} uses the environment variable @code{PATH} as a list of | |
9778 | directories to search, just as the shell does when looking for a program | |
9779 | to run. You can change the value of this variable, for both @value{GDBN} | |
c906108c SS |
9780 | and your program, using the @code{path} command. |
9781 | ||
6d2ebf8b | 9782 | On systems with memory-mapped files, an auxiliary file named |
c906108c SS |
9783 | @file{@var{filename}.syms} may hold symbol table information for |
9784 | @var{filename}. If so, @value{GDBN} maps in the symbol table from | |
9785 | @file{@var{filename}.syms}, starting up more quickly. See the | |
9786 | descriptions of the file options @samp{-mapped} and @samp{-readnow} | |
9787 | (available on the command line, and with the commands @code{file}, | |
5d161b24 | 9788 | @code{symbol-file}, or @code{add-symbol-file}, described below), |
c906108c | 9789 | for more information. |
c906108c SS |
9790 | |
9791 | @item file | |
9792 | @code{file} with no argument makes @value{GDBN} discard any information it | |
9793 | has on both executable file and the symbol table. | |
9794 | ||
9795 | @kindex exec-file | |
9796 | @item exec-file @r{[} @var{filename} @r{]} | |
9797 | Specify that the program to be run (but not the symbol table) is found | |
9798 | in @var{filename}. @value{GDBN} searches the environment variable @code{PATH} | |
9799 | if necessary to locate your program. Omitting @var{filename} means to | |
9800 | discard information on the executable file. | |
9801 | ||
9802 | @kindex symbol-file | |
9803 | @item symbol-file @r{[} @var{filename} @r{]} | |
9804 | Read symbol table information from file @var{filename}. @code{PATH} is | |
9805 | searched when necessary. Use the @code{file} command to get both symbol | |
9806 | table and program to run from the same file. | |
9807 | ||
9808 | @code{symbol-file} with no argument clears out @value{GDBN} information on your | |
9809 | program's symbol table. | |
9810 | ||
5d161b24 | 9811 | The @code{symbol-file} command causes @value{GDBN} to forget the contents |
c906108c SS |
9812 | of its convenience variables, the value history, and all breakpoints and |
9813 | auto-display expressions. This is because they may contain pointers to | |
9814 | the internal data recording symbols and data types, which are part of | |
9815 | the old symbol table data being discarded inside @value{GDBN}. | |
9816 | ||
9817 | @code{symbol-file} does not repeat if you press @key{RET} again after | |
9818 | executing it once. | |
9819 | ||
9820 | When @value{GDBN} is configured for a particular environment, it | |
9821 | understands debugging information in whatever format is the standard | |
9822 | generated for that environment; you may use either a @sc{gnu} compiler, or | |
9823 | other compilers that adhere to the local conventions. | |
c906108c SS |
9824 | Best results are usually obtained from @sc{gnu} compilers; for example, |
9825 | using @code{@value{GCC}} you can generate debugging information for | |
9826 | optimized code. | |
c906108c SS |
9827 | |
9828 | For most kinds of object files, with the exception of old SVR3 systems | |
9829 | using COFF, the @code{symbol-file} command does not normally read the | |
9830 | symbol table in full right away. Instead, it scans the symbol table | |
9831 | quickly to find which source files and which symbols are present. The | |
9832 | details are read later, one source file at a time, as they are needed. | |
9833 | ||
9834 | The purpose of this two-stage reading strategy is to make @value{GDBN} | |
9835 | start up faster. For the most part, it is invisible except for | |
9836 | occasional pauses while the symbol table details for a particular source | |
9837 | file are being read. (The @code{set verbose} command can turn these | |
9838 | pauses into messages if desired. @xref{Messages/Warnings, ,Optional | |
9839 | warnings and messages}.) | |
9840 | ||
c906108c SS |
9841 | We have not implemented the two-stage strategy for COFF yet. When the |
9842 | symbol table is stored in COFF format, @code{symbol-file} reads the | |
9843 | symbol table data in full right away. Note that ``stabs-in-COFF'' | |
9844 | still does the two-stage strategy, since the debug info is actually | |
9845 | in stabs format. | |
9846 | ||
9847 | @kindex readnow | |
9848 | @cindex reading symbols immediately | |
9849 | @cindex symbols, reading immediately | |
9850 | @kindex mapped | |
9851 | @cindex memory-mapped symbol file | |
9852 | @cindex saving symbol table | |
9853 | @item symbol-file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]} | |
9854 | @itemx file @var{filename} @r{[} -readnow @r{]} @r{[} -mapped @r{]} | |
9855 | You can override the @value{GDBN} two-stage strategy for reading symbol | |
9856 | tables by using the @samp{-readnow} option with any of the commands that | |
9857 | load symbol table information, if you want to be sure @value{GDBN} has the | |
5d161b24 | 9858 | entire symbol table available. |
c906108c | 9859 | |
c906108c SS |
9860 | If memory-mapped files are available on your system through the |
9861 | @code{mmap} system call, you can use another option, @samp{-mapped}, to | |
9862 | cause @value{GDBN} to write the symbols for your program into a reusable | |
9863 | file. Future @value{GDBN} debugging sessions map in symbol information | |
9864 | from this auxiliary symbol file (if the program has not changed), rather | |
9865 | than spending time reading the symbol table from the executable | |
9866 | program. Using the @samp{-mapped} option has the same effect as | |
9867 | starting @value{GDBN} with the @samp{-mapped} command-line option. | |
9868 | ||
9869 | You can use both options together, to make sure the auxiliary symbol | |
9870 | file has all the symbol information for your program. | |
9871 | ||
9872 | The auxiliary symbol file for a program called @var{myprog} is called | |
9873 | @samp{@var{myprog}.syms}. Once this file exists (so long as it is newer | |
9874 | than the corresponding executable), @value{GDBN} always attempts to use | |
9875 | it when you debug @var{myprog}; no special options or commands are | |
9876 | needed. | |
9877 | ||
9878 | The @file{.syms} file is specific to the host machine where you run | |
9879 | @value{GDBN}. It holds an exact image of the internal @value{GDBN} | |
9880 | symbol table. It cannot be shared across multiple host platforms. | |
c906108c SS |
9881 | |
9882 | @c FIXME: for now no mention of directories, since this seems to be in | |
9883 | @c flux. 13mar1992 status is that in theory GDB would look either in | |
9884 | @c current dir or in same dir as myprog; but issues like competing | |
9885 | @c GDB's, or clutter in system dirs, mean that in practice right now | |
9886 | @c only current dir is used. FFish says maybe a special GDB hierarchy | |
9887 | @c (eg rooted in val of env var GDBSYMS) could exist for mappable symbol | |
9888 | @c files. | |
9889 | ||
9890 | @kindex core | |
9891 | @kindex core-file | |
9892 | @item core-file @r{[} @var{filename} @r{]} | |
9893 | Specify the whereabouts of a core dump file to be used as the ``contents | |
9894 | of memory''. Traditionally, core files contain only some parts of the | |
9895 | address space of the process that generated them; @value{GDBN} can access the | |
9896 | executable file itself for other parts. | |
9897 | ||
9898 | @code{core-file} with no argument specifies that no core file is | |
9899 | to be used. | |
9900 | ||
9901 | Note that the core file is ignored when your program is actually running | |
7a292a7a SS |
9902 | under @value{GDBN}. So, if you have been running your program and you |
9903 | wish to debug a core file instead, you must kill the subprocess in which | |
9904 | the program is running. To do this, use the @code{kill} command | |
c906108c | 9905 | (@pxref{Kill Process, ,Killing the child process}). |
c906108c | 9906 | |
c906108c SS |
9907 | @kindex add-symbol-file |
9908 | @cindex dynamic linking | |
9909 | @item add-symbol-file @var{filename} @var{address} | |
9910 | @itemx add-symbol-file @var{filename} @var{address} @r{[} -readnow @r{]} @r{[} -mapped @r{]} | |
17d9d558 | 9911 | @itemx add-symbol-file @var{filename} @r{-s}@var{section} @var{address} @dots{} |
96a2c332 SS |
9912 | The @code{add-symbol-file} command reads additional symbol table |
9913 | information from the file @var{filename}. You would use this command | |
9914 | when @var{filename} has been dynamically loaded (by some other means) | |
9915 | into the program that is running. @var{address} should be the memory | |
9916 | address at which the file has been loaded; @value{GDBN} cannot figure | |
d167840f EZ |
9917 | this out for itself. You can additionally specify an arbitrary number |
9918 | of @samp{@r{-s}@var{section} @var{address}} pairs, to give an explicit | |
9919 | section name and base address for that section. You can specify any | |
9920 | @var{address} as an expression. | |
c906108c SS |
9921 | |
9922 | The symbol table of the file @var{filename} is added to the symbol table | |
9923 | originally read with the @code{symbol-file} command. You can use the | |
96a2c332 SS |
9924 | @code{add-symbol-file} command any number of times; the new symbol data |
9925 | thus read keeps adding to the old. To discard all old symbol data | |
9926 | instead, use the @code{symbol-file} command without any arguments. | |
c906108c | 9927 | |
17d9d558 JB |
9928 | @cindex relocatable object files, reading symbols from |
9929 | @cindex object files, relocatable, reading symbols from | |
9930 | @cindex reading symbols from relocatable object files | |
9931 | @cindex symbols, reading from relocatable object files | |
9932 | @cindex @file{.o} files, reading symbols from | |
9933 | Although @var{filename} is typically a shared library file, an | |
9934 | executable file, or some other object file which has been fully | |
9935 | relocated for loading into a process, you can also load symbolic | |
9936 | information from relocatable @file{.o} files, as long as: | |
9937 | ||
9938 | @itemize @bullet | |
9939 | @item | |
9940 | the file's symbolic information refers only to linker symbols defined in | |
9941 | that file, not to symbols defined by other object files, | |
9942 | @item | |
9943 | every section the file's symbolic information refers to has actually | |
9944 | been loaded into the inferior, as it appears in the file, and | |
9945 | @item | |
9946 | you can determine the address at which every section was loaded, and | |
9947 | provide these to the @code{add-symbol-file} command. | |
9948 | @end itemize | |
9949 | ||
9950 | @noindent | |
9951 | Some embedded operating systems, like Sun Chorus and VxWorks, can load | |
9952 | relocatable files into an already running program; such systems | |
9953 | typically make the requirements above easy to meet. However, it's | |
9954 | important to recognize that many native systems use complex link | |
49efadf5 | 9955 | procedures (@code{.linkonce} section factoring and C@t{++} constructor table |
17d9d558 JB |
9956 | assembly, for example) that make the requirements difficult to meet. In |
9957 | general, one cannot assume that using @code{add-symbol-file} to read a | |
9958 | relocatable object file's symbolic information will have the same effect | |
9959 | as linking the relocatable object file into the program in the normal | |
9960 | way. | |
9961 | ||
c906108c SS |
9962 | @code{add-symbol-file} does not repeat if you press @key{RET} after using it. |
9963 | ||
9964 | You can use the @samp{-mapped} and @samp{-readnow} options just as with | |
9965 | the @code{symbol-file} command, to change how @value{GDBN} manages the symbol | |
9966 | table information for @var{filename}. | |
9967 | ||
9968 | @kindex add-shared-symbol-file | |
9969 | @item add-shared-symbol-file | |
9970 | The @code{add-shared-symbol-file} command can be used only under Harris' CXUX | |
5d161b24 DB |
9971 | operating system for the Motorola 88k. @value{GDBN} automatically looks for |
9972 | shared libraries, however if @value{GDBN} does not find yours, you can run | |
c906108c | 9973 | @code{add-shared-symbol-file}. It takes no arguments. |
c906108c | 9974 | |
c906108c SS |
9975 | @kindex section |
9976 | @item section | |
5d161b24 DB |
9977 | The @code{section} command changes the base address of section SECTION of |
9978 | the exec file to ADDR. This can be used if the exec file does not contain | |
9979 | section addresses, (such as in the a.out format), or when the addresses | |
9980 | specified in the file itself are wrong. Each section must be changed | |
d4f3574e SS |
9981 | separately. The @code{info files} command, described below, lists all |
9982 | the sections and their addresses. | |
c906108c SS |
9983 | |
9984 | @kindex info files | |
9985 | @kindex info target | |
9986 | @item info files | |
9987 | @itemx info target | |
7a292a7a SS |
9988 | @code{info files} and @code{info target} are synonymous; both print the |
9989 | current target (@pxref{Targets, ,Specifying a Debugging Target}), | |
9990 | including the names of the executable and core dump files currently in | |
9991 | use by @value{GDBN}, and the files from which symbols were loaded. The | |
9992 | command @code{help target} lists all possible targets rather than | |
9993 | current ones. | |
9994 | ||
fe95c787 MS |
9995 | @kindex maint info sections |
9996 | @item maint info sections | |
9997 | Another command that can give you extra information about program sections | |
9998 | is @code{maint info sections}. In addition to the section information | |
9999 | displayed by @code{info files}, this command displays the flags and file | |
10000 | offset of each section in the executable and core dump files. In addition, | |
10001 | @code{maint info sections} provides the following command options (which | |
10002 | may be arbitrarily combined): | |
10003 | ||
10004 | @table @code | |
10005 | @item ALLOBJ | |
10006 | Display sections for all loaded object files, including shared libraries. | |
10007 | @item @var{sections} | |
6600abed | 10008 | Display info only for named @var{sections}. |
fe95c787 MS |
10009 | @item @var{section-flags} |
10010 | Display info only for sections for which @var{section-flags} are true. | |
10011 | The section flags that @value{GDBN} currently knows about are: | |
10012 | @table @code | |
10013 | @item ALLOC | |
10014 | Section will have space allocated in the process when loaded. | |
10015 | Set for all sections except those containing debug information. | |
10016 | @item LOAD | |
10017 | Section will be loaded from the file into the child process memory. | |
10018 | Set for pre-initialized code and data, clear for @code{.bss} sections. | |
10019 | @item RELOC | |
10020 | Section needs to be relocated before loading. | |
10021 | @item READONLY | |
10022 | Section cannot be modified by the child process. | |
10023 | @item CODE | |
10024 | Section contains executable code only. | |
6600abed | 10025 | @item DATA |
fe95c787 MS |
10026 | Section contains data only (no executable code). |
10027 | @item ROM | |
10028 | Section will reside in ROM. | |
10029 | @item CONSTRUCTOR | |
10030 | Section contains data for constructor/destructor lists. | |
10031 | @item HAS_CONTENTS | |
10032 | Section is not empty. | |
10033 | @item NEVER_LOAD | |
10034 | An instruction to the linker to not output the section. | |
10035 | @item COFF_SHARED_LIBRARY | |
10036 | A notification to the linker that the section contains | |
10037 | COFF shared library information. | |
10038 | @item IS_COMMON | |
10039 | Section contains common symbols. | |
10040 | @end table | |
10041 | @end table | |
6763aef9 MS |
10042 | @kindex set trust-readonly-sections |
10043 | @item set trust-readonly-sections on | |
10044 | Tell @value{GDBN} that readonly sections in your object file | |
6ca652b0 | 10045 | really are read-only (i.e.@: that their contents will not change). |
6763aef9 MS |
10046 | In that case, @value{GDBN} can fetch values from these sections |
10047 | out of the object file, rather than from the target program. | |
10048 | For some targets (notably embedded ones), this can be a significant | |
10049 | enhancement to debugging performance. | |
10050 | ||
10051 | The default is off. | |
10052 | ||
10053 | @item set trust-readonly-sections off | |
15110bc3 | 10054 | Tell @value{GDBN} not to trust readonly sections. This means that |
6763aef9 MS |
10055 | the contents of the section might change while the program is running, |
10056 | and must therefore be fetched from the target when needed. | |
c906108c SS |
10057 | @end table |
10058 | ||
10059 | All file-specifying commands allow both absolute and relative file names | |
10060 | as arguments. @value{GDBN} always converts the file name to an absolute file | |
10061 | name and remembers it that way. | |
10062 | ||
c906108c | 10063 | @cindex shared libraries |
c906108c SS |
10064 | @value{GDBN} supports HP-UX, SunOS, SVr4, Irix 5, and IBM RS/6000 shared |
10065 | libraries. | |
53a5351d | 10066 | |
c906108c SS |
10067 | @value{GDBN} automatically loads symbol definitions from shared libraries |
10068 | when you use the @code{run} command, or when you examine a core file. | |
10069 | (Before you issue the @code{run} command, @value{GDBN} does not understand | |
10070 | references to a function in a shared library, however---unless you are | |
10071 | debugging a core file). | |
53a5351d JM |
10072 | |
10073 | On HP-UX, if the program loads a library explicitly, @value{GDBN} | |
10074 | automatically loads the symbols at the time of the @code{shl_load} call. | |
10075 | ||
c906108c SS |
10076 | @c FIXME: some @value{GDBN} release may permit some refs to undef |
10077 | @c FIXME...symbols---eg in a break cmd---assuming they are from a shared | |
10078 | @c FIXME...lib; check this from time to time when updating manual | |
10079 | ||
b7209cb4 FF |
10080 | There are times, however, when you may wish to not automatically load |
10081 | symbol definitions from shared libraries, such as when they are | |
10082 | particularly large or there are many of them. | |
10083 | ||
10084 | To control the automatic loading of shared library symbols, use the | |
10085 | commands: | |
10086 | ||
10087 | @table @code | |
10088 | @kindex set auto-solib-add | |
10089 | @item set auto-solib-add @var{mode} | |
10090 | If @var{mode} is @code{on}, symbols from all shared object libraries | |
10091 | will be loaded automatically when the inferior begins execution, you | |
10092 | attach to an independently started inferior, or when the dynamic linker | |
10093 | informs @value{GDBN} that a new library has been loaded. If @var{mode} | |
10094 | is @code{off}, symbols must be loaded manually, using the | |
10095 | @code{sharedlibrary} command. The default value is @code{on}. | |
10096 | ||
10097 | @kindex show auto-solib-add | |
10098 | @item show auto-solib-add | |
10099 | Display the current autoloading mode. | |
10100 | @end table | |
10101 | ||
10102 | To explicitly load shared library symbols, use the @code{sharedlibrary} | |
10103 | command: | |
10104 | ||
c906108c SS |
10105 | @table @code |
10106 | @kindex info sharedlibrary | |
10107 | @kindex info share | |
10108 | @item info share | |
10109 | @itemx info sharedlibrary | |
10110 | Print the names of the shared libraries which are currently loaded. | |
10111 | ||
10112 | @kindex sharedlibrary | |
10113 | @kindex share | |
10114 | @item sharedlibrary @var{regex} | |
10115 | @itemx share @var{regex} | |
c906108c SS |
10116 | Load shared object library symbols for files matching a |
10117 | Unix regular expression. | |
10118 | As with files loaded automatically, it only loads shared libraries | |
10119 | required by your program for a core file or after typing @code{run}. If | |
10120 | @var{regex} is omitted all shared libraries required by your program are | |
10121 | loaded. | |
10122 | @end table | |
10123 | ||
b7209cb4 FF |
10124 | On some systems, such as HP-UX systems, @value{GDBN} supports |
10125 | autoloading shared library symbols until a limiting threshold size is | |
10126 | reached. This provides the benefit of allowing autoloading to remain on | |
10127 | by default, but avoids autoloading excessively large shared libraries, | |
10128 | up to a threshold that is initially set, but which you can modify if you | |
10129 | wish. | |
c906108c SS |
10130 | |
10131 | Beyond that threshold, symbols from shared libraries must be explicitly | |
d4f3574e SS |
10132 | loaded. To load these symbols, use the command @code{sharedlibrary |
10133 | @var{filename}}. The base address of the shared library is determined | |
c906108c SS |
10134 | automatically by @value{GDBN} and need not be specified. |
10135 | ||
10136 | To display or set the threshold, use the commands: | |
10137 | ||
10138 | @table @code | |
b7209cb4 FF |
10139 | @kindex set auto-solib-limit |
10140 | @item set auto-solib-limit @var{threshold} | |
10141 | Set the autoloading size threshold, in an integral number of megabytes. | |
10142 | If @var{threshold} is nonzero and shared library autoloading is enabled, | |
10143 | symbols from all shared object libraries will be loaded until the total | |
10144 | size of the loaded shared library symbols exceeds this threshold. | |
c906108c | 10145 | Otherwise, symbols must be loaded manually, using the |
6ca652b0 | 10146 | @code{sharedlibrary} command. The default threshold is 100 (i.e.@: 100 |
b7209cb4 | 10147 | Mb). |
c906108c | 10148 | |
b7209cb4 FF |
10149 | @kindex show auto-solib-limit |
10150 | @item show auto-solib-limit | |
c906108c SS |
10151 | Display the current autoloading size threshold, in megabytes. |
10152 | @end table | |
c906108c | 10153 | |
f5ebfba0 DJ |
10154 | Shared libraries are also supported in many cross or remote debugging |
10155 | configurations. A copy of the target's libraries need to be present on the | |
10156 | host system; they need to be the same as the target libraries, although the | |
10157 | copies on the target can be stripped as long as the copies on the host are | |
10158 | not. | |
10159 | ||
10160 | You need to tell @value{GDBN} where the target libraries are, so that it can | |
10161 | load the correct copies---otherwise, it may try to load the host's libraries. | |
10162 | @value{GDBN} has two variables to specify the search directories for target | |
10163 | libraries. | |
10164 | ||
10165 | @table @code | |
10166 | @kindex set solib-absolute-prefix | |
10167 | @item set solib-absolute-prefix @var{path} | |
10168 | If this variable is set, @var{path} will be used as a prefix for any | |
10169 | absolute shared library paths; many runtime loaders store the absolute | |
10170 | paths to the shared library in the target program's memory. If you use | |
10171 | @samp{solib-absolute-prefix} to find shared libraries, they need to be laid | |
10172 | out in the same way that they are on the target, with e.g.@: a | |
10173 | @file{/usr/lib} hierarchy under @var{path}. | |
10174 | ||
10175 | You can set the default value of @samp{solib-absolute-prefix} by using the | |
10176 | configure-time @samp{--with-sysroot} option. | |
10177 | ||
10178 | @kindex show solib-absolute-prefix | |
10179 | @item show solib-absolute-prefix | |
10180 | Display the current shared library prefix. | |
10181 | ||
10182 | @kindex set solib-search-path | |
10183 | @item set solib-search-path @var{path} | |
10184 | If this variable is set, @var{path} is a colon-separated list of directories | |
10185 | to search for shared libraries. @samp{solib-search-path} is used after | |
10186 | @samp{solib-absolute-prefix} fails to locate the library, or if the path to | |
10187 | the library is relative instead of absolute. If you want to use | |
10188 | @samp{solib-search-path} instead of @samp{solib-absolute-prefix}, be sure to | |
10189 | set @samp{solib-absolute-prefix} to a nonexistant directory to prevent | |
10190 | @value{GDBN} from finding your host's libraries. | |
10191 | ||
10192 | @kindex show solib-search-path | |
10193 | @item show solib-search-path | |
10194 | Display the current shared library search path. | |
10195 | @end table | |
10196 | ||
5b5d99cf JB |
10197 | |
10198 | @node Separate Debug Files | |
10199 | @section Debugging Information in Separate Files | |
10200 | @cindex separate debugging information files | |
10201 | @cindex debugging information in separate files | |
10202 | @cindex @file{.debug} subdirectories | |
10203 | @cindex debugging information directory, global | |
10204 | @cindex global debugging information directory | |
10205 | ||
10206 | @value{GDBN} allows you to put a program's debugging information in a | |
10207 | file separate from the executable itself, in a way that allows | |
10208 | @value{GDBN} to find and load the debugging information automatically. | |
10209 | Since debugging information can be very large --- sometimes larger | |
10210 | than the executable code itself --- some systems distribute debugging | |
10211 | information for their executables in separate files, which users can | |
10212 | install only when they need to debug a problem. | |
10213 | ||
10214 | If an executable's debugging information has been extracted to a | |
10215 | separate file, the executable should contain a @dfn{debug link} giving | |
10216 | the name of the debugging information file (with no directory | |
10217 | components), and a checksum of its contents. (The exact form of a | |
10218 | debug link is described below.) If the full name of the directory | |
10219 | containing the executable is @var{execdir}, and the executable has a | |
10220 | debug link that specifies the name @var{debugfile}, then @value{GDBN} | |
10221 | will automatically search for the debugging information file in three | |
10222 | places: | |
10223 | ||
10224 | @itemize @bullet | |
10225 | @item | |
10226 | the directory containing the executable file (that is, it will look | |
10227 | for a file named @file{@var{execdir}/@var{debugfile}}, | |
10228 | @item | |
10229 | a subdirectory of that directory named @file{.debug} (that is, the | |
10230 | file @file{@var{execdir}/.debug/@var{debugfile}}, and | |
10231 | @item | |
10232 | a subdirectory of the global debug file directory that includes the | |
10233 | executable's full path, and the name from the link (that is, the file | |
10234 | @file{@var{globaldebugdir}/@var{execdir}/@var{debugfile}}, where | |
10235 | @var{globaldebugdir} is the global debug file directory, and | |
10236 | @var{execdir} has been turned into a relative path). | |
10237 | @end itemize | |
10238 | @noindent | |
10239 | @value{GDBN} checks under each of these names for a debugging | |
10240 | information file whose checksum matches that given in the link, and | |
10241 | reads the debugging information from the first one it finds. | |
10242 | ||
10243 | So, for example, if you ask @value{GDBN} to debug @file{/usr/bin/ls}, | |
10244 | which has a link containing the name @file{ls.debug}, and the global | |
10245 | debug directory is @file{/usr/lib/debug}, then @value{GDBN} will look | |
10246 | for debug information in @file{/usr/bin/ls.debug}, | |
10247 | @file{/usr/bin/.debug/ls.debug}, and | |
10248 | @file{/usr/lib/debug/usr/bin/ls.debug}. | |
10249 | ||
10250 | You can set the global debugging info directory's name, and view the | |
10251 | name @value{GDBN} is currently using. | |
10252 | ||
10253 | @table @code | |
10254 | ||
10255 | @kindex set debug-file-directory | |
10256 | @item set debug-file-directory @var{directory} | |
10257 | Set the directory which @value{GDBN} searches for separate debugging | |
10258 | information files to @var{directory}. | |
10259 | ||
10260 | @kindex show debug-file-directory | |
10261 | @item show debug-file-directory | |
10262 | Show the directory @value{GDBN} searches for separate debugging | |
10263 | information files. | |
10264 | ||
10265 | @end table | |
10266 | ||
10267 | @cindex @code{.gnu_debuglink} sections | |
10268 | @cindex debug links | |
10269 | A debug link is a special section of the executable file named | |
10270 | @code{.gnu_debuglink}. The section must contain: | |
10271 | ||
10272 | @itemize | |
10273 | @item | |
10274 | A filename, with any leading directory components removed, followed by | |
10275 | a zero byte, | |
10276 | @item | |
10277 | zero to three bytes of padding, as needed to reach the next four-byte | |
10278 | boundary within the section, and | |
10279 | @item | |
10280 | a four-byte CRC checksum, stored in the same endianness used for the | |
10281 | executable file itself. The checksum is computed on the debugging | |
10282 | information file's full contents by the function given below, passing | |
10283 | zero as the @var{crc} argument. | |
10284 | @end itemize | |
10285 | ||
10286 | Any executable file format can carry a debug link, as long as it can | |
10287 | contain a section named @code{.gnu_debuglink} with the contents | |
10288 | described above. | |
10289 | ||
10290 | The debugging information file itself should be an ordinary | |
10291 | executable, containing a full set of linker symbols, sections, and | |
10292 | debugging information. The sections of the debugging information file | |
10293 | should have the same names, addresses and sizes as the original file, | |
10294 | but they need not contain any data --- much like a @code{.bss} section | |
10295 | in an ordinary executable. | |
10296 | ||
10297 | As of December 2002, there is no standard GNU utility to produce | |
10298 | separated executable / debugging information file pairs. Ulrich | |
10299 | Drepper's @file{elfutils} package, starting with version 0.53, | |
10300 | contains a version of the @code{strip} command such that the command | |
10301 | @kbd{strip foo -f foo.debug} removes the debugging information from | |
10302 | the executable file @file{foo}, places it in the file | |
10303 | @file{foo.debug}, and leaves behind a debug link in @file{foo}. | |
10304 | ||
10305 | Since there are many different ways to compute CRC's (different | |
10306 | polynomials, reversals, byte ordering, etc.), the simplest way to | |
10307 | describe the CRC used in @code{.gnu_debuglink} sections is to give the | |
10308 | complete code for a function that computes it: | |
10309 | ||
10310 | @kindex @code{gnu_debuglink_crc32} | |
10311 | @smallexample | |
10312 | unsigned long | |
10313 | gnu_debuglink_crc32 (unsigned long crc, | |
10314 | unsigned char *buf, size_t len) | |
10315 | @{ | |
10316 | static const unsigned long crc32_table[256] = | |
10317 | @{ | |
10318 | 0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, | |
10319 | 0x706af48f, 0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, | |
10320 | 0xe0d5e91e, 0x97d2d988, 0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, | |
10321 | 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b97148, 0x84be41de, | |
10322 | 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7, 0x136c9856, | |
10323 | 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9, | |
10324 | 0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, | |
10325 | 0xa2677172, 0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, | |
10326 | 0x35b5a8fa, 0x42b2986c, 0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, | |
10327 | 0x45df5c75, 0xdcd60dcf, 0xabd13d59, 0x26d930ac, 0x51de003a, | |
10328 | 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423, 0xcfba9599, | |
10329 | 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924, | |
10330 | 0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, | |
10331 | 0x01db7106, 0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, | |
10332 | 0x9fbfe4a5, 0xe8b8d433, 0x7807c9a2, 0x0f00f934, 0x9609a88e, | |
10333 | 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d, 0x91646c97, 0xe6635c01, | |
10334 | 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e, 0x6c0695ed, | |
10335 | 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950, | |
10336 | 0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, | |
10337 | 0xfbd44c65, 0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, | |
10338 | 0x4adfa541, 0x3dd895d7, 0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, | |
10339 | 0x346ed9fc, 0xad678846, 0xda60b8d0, 0x44042d73, 0x33031de5, | |
10340 | 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa, 0xbe0b1010, | |
10341 | 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f, | |
10342 | 0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, | |
10343 | 0x2eb40d81, 0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, | |
10344 | 0x03b6e20c, 0x74b1d29a, 0xead54739, 0x9dd277af, 0x04db2615, | |
10345 | 0x73dc1683, 0xe3630b12, 0x94643b84, 0x0d6d6a3e, 0x7a6a5aa8, | |
10346 | 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1, 0xf00f9344, | |
10347 | 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb, | |
10348 | 0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, | |
10349 | 0x67dd4acc, 0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, | |
10350 | 0xd6d6a3e8, 0xa1d1937e, 0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, | |
10351 | 0xa6bc5767, 0x3fb506dd, 0x48b2364b, 0xd80d2bda, 0xaf0a1b4c, | |
10352 | 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55, 0x316e8eef, | |
10353 | 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236, | |
10354 | 0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, | |
10355 | 0xb2bd0b28, 0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, | |
10356 | 0x2cd99e8b, 0x5bdeae1d, 0x9b64c2b0, 0xec63f226, 0x756aa39c, | |
10357 | 0x026d930a, 0x9c0906a9, 0xeb0e363f, 0x72076785, 0x05005713, | |
10358 | 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38, 0x92d28e9b, | |
10359 | 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242, | |
10360 | 0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, | |
10361 | 0x18b74777, 0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, | |
10362 | 0x8f659eff, 0xf862ae69, 0x616bffd3, 0x166ccf45, 0xa00ae278, | |
10363 | 0xd70dd2ee, 0x4e048354, 0x3903b3c2, 0xa7672661, 0xd06016f7, | |
10364 | 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc, 0x40df0b66, | |
10365 | 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9, | |
10366 | 0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, | |
10367 | 0xcdd70693, 0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, | |
10368 | 0x5d681b02, 0x2a6f2b94, 0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, | |
10369 | 0x2d02ef8d | |
10370 | @}; | |
10371 | unsigned char *end; | |
10372 | ||
10373 | crc = ~crc & 0xffffffff; | |
10374 | for (end = buf + len; buf < end; ++buf) | |
10375 | crc = crc32_table[(crc ^ *buf) & 0xff] ^ (crc >> 8); | |
e7a3abfc | 10376 | return ~crc & 0xffffffff; |
5b5d99cf JB |
10377 | @} |
10378 | @end smallexample | |
10379 | ||
10380 | ||
6d2ebf8b | 10381 | @node Symbol Errors |
c906108c SS |
10382 | @section Errors reading symbol files |
10383 | ||
10384 | While reading a symbol file, @value{GDBN} occasionally encounters problems, | |
10385 | such as symbol types it does not recognize, or known bugs in compiler | |
10386 | output. By default, @value{GDBN} does not notify you of such problems, since | |
10387 | they are relatively common and primarily of interest to people | |
10388 | debugging compilers. If you are interested in seeing information | |
10389 | about ill-constructed symbol tables, you can either ask @value{GDBN} to print | |
10390 | only one message about each such type of problem, no matter how many | |
10391 | times the problem occurs; or you can ask @value{GDBN} to print more messages, | |
10392 | to see how many times the problems occur, with the @code{set | |
10393 | complaints} command (@pxref{Messages/Warnings, ,Optional warnings and | |
10394 | messages}). | |
10395 | ||
10396 | The messages currently printed, and their meanings, include: | |
10397 | ||
10398 | @table @code | |
10399 | @item inner block not inside outer block in @var{symbol} | |
10400 | ||
10401 | The symbol information shows where symbol scopes begin and end | |
10402 | (such as at the start of a function or a block of statements). This | |
10403 | error indicates that an inner scope block is not fully contained | |
10404 | in its outer scope blocks. | |
10405 | ||
10406 | @value{GDBN} circumvents the problem by treating the inner block as if it had | |
10407 | the same scope as the outer block. In the error message, @var{symbol} | |
10408 | may be shown as ``@code{(don't know)}'' if the outer block is not a | |
10409 | function. | |
10410 | ||
10411 | @item block at @var{address} out of order | |
10412 | ||
10413 | The symbol information for symbol scope blocks should occur in | |
10414 | order of increasing addresses. This error indicates that it does not | |
10415 | do so. | |
10416 | ||
10417 | @value{GDBN} does not circumvent this problem, and has trouble | |
10418 | locating symbols in the source file whose symbols it is reading. (You | |
10419 | can often determine what source file is affected by specifying | |
10420 | @code{set verbose on}. @xref{Messages/Warnings, ,Optional warnings and | |
10421 | messages}.) | |
10422 | ||
10423 | @item bad block start address patched | |
10424 | ||
10425 | The symbol information for a symbol scope block has a start address | |
10426 | smaller than the address of the preceding source line. This is known | |
10427 | to occur in the SunOS 4.1.1 (and earlier) C compiler. | |
10428 | ||
10429 | @value{GDBN} circumvents the problem by treating the symbol scope block as | |
10430 | starting on the previous source line. | |
10431 | ||
10432 | @item bad string table offset in symbol @var{n} | |
10433 | ||
10434 | @cindex foo | |
10435 | Symbol number @var{n} contains a pointer into the string table which is | |
10436 | larger than the size of the string table. | |
10437 | ||
10438 | @value{GDBN} circumvents the problem by considering the symbol to have the | |
10439 | name @code{foo}, which may cause other problems if many symbols end up | |
10440 | with this name. | |
10441 | ||
10442 | @item unknown symbol type @code{0x@var{nn}} | |
10443 | ||
7a292a7a SS |
10444 | The symbol information contains new data types that @value{GDBN} does |
10445 | not yet know how to read. @code{0x@var{nn}} is the symbol type of the | |
d4f3574e | 10446 | uncomprehended information, in hexadecimal. |
c906108c | 10447 | |
7a292a7a SS |
10448 | @value{GDBN} circumvents the error by ignoring this symbol information. |
10449 | This usually allows you to debug your program, though certain symbols | |
c906108c | 10450 | are not accessible. If you encounter such a problem and feel like |
7a292a7a SS |
10451 | debugging it, you can debug @code{@value{GDBP}} with itself, breakpoint |
10452 | on @code{complain}, then go up to the function @code{read_dbx_symtab} | |
10453 | and examine @code{*bufp} to see the symbol. | |
c906108c SS |
10454 | |
10455 | @item stub type has NULL name | |
c906108c | 10456 | |
7a292a7a | 10457 | @value{GDBN} could not find the full definition for a struct or class. |
c906108c | 10458 | |
7a292a7a | 10459 | @item const/volatile indicator missing (ok if using g++ v1.x), got@dots{} |
b37052ae | 10460 | The symbol information for a C@t{++} member function is missing some |
7a292a7a SS |
10461 | information that recent versions of the compiler should have output for |
10462 | it. | |
c906108c SS |
10463 | |
10464 | @item info mismatch between compiler and debugger | |
10465 | ||
10466 | @value{GDBN} could not parse a type specification output by the compiler. | |
7a292a7a | 10467 | |
c906108c SS |
10468 | @end table |
10469 | ||
6d2ebf8b | 10470 | @node Targets |
c906108c | 10471 | @chapter Specifying a Debugging Target |
7a292a7a | 10472 | |
c906108c SS |
10473 | @cindex debugging target |
10474 | @kindex target | |
10475 | ||
10476 | A @dfn{target} is the execution environment occupied by your program. | |
53a5351d JM |
10477 | |
10478 | Often, @value{GDBN} runs in the same host environment as your program; | |
10479 | in that case, the debugging target is specified as a side effect when | |
10480 | you use the @code{file} or @code{core} commands. When you need more | |
c906108c SS |
10481 | flexibility---for example, running @value{GDBN} on a physically separate |
10482 | host, or controlling a standalone system over a serial port or a | |
53a5351d JM |
10483 | realtime system over a TCP/IP connection---you can use the @code{target} |
10484 | command to specify one of the target types configured for @value{GDBN} | |
10485 | (@pxref{Target Commands, ,Commands for managing targets}). | |
c906108c SS |
10486 | |
10487 | @menu | |
10488 | * Active Targets:: Active targets | |
10489 | * Target Commands:: Commands for managing targets | |
c906108c SS |
10490 | * Byte Order:: Choosing target byte order |
10491 | * Remote:: Remote debugging | |
96baa820 | 10492 | * KOD:: Kernel Object Display |
c906108c SS |
10493 | |
10494 | @end menu | |
10495 | ||
6d2ebf8b | 10496 | @node Active Targets |
c906108c | 10497 | @section Active targets |
7a292a7a | 10498 | |
c906108c SS |
10499 | @cindex stacking targets |
10500 | @cindex active targets | |
10501 | @cindex multiple targets | |
10502 | ||
c906108c | 10503 | There are three classes of targets: processes, core files, and |
7a292a7a SS |
10504 | executable files. @value{GDBN} can work concurrently on up to three |
10505 | active targets, one in each class. This allows you to (for example) | |
10506 | start a process and inspect its activity without abandoning your work on | |
10507 | a core file. | |
c906108c SS |
10508 | |
10509 | For example, if you execute @samp{gdb a.out}, then the executable file | |
10510 | @code{a.out} is the only active target. If you designate a core file as | |
10511 | well---presumably from a prior run that crashed and coredumped---then | |
10512 | @value{GDBN} has two active targets and uses them in tandem, looking | |
10513 | first in the corefile target, then in the executable file, to satisfy | |
10514 | requests for memory addresses. (Typically, these two classes of target | |
10515 | are complementary, since core files contain only a program's | |
10516 | read-write memory---variables and so on---plus machine status, while | |
10517 | executable files contain only the program text and initialized data.) | |
c906108c SS |
10518 | |
10519 | When you type @code{run}, your executable file becomes an active process | |
7a292a7a SS |
10520 | target as well. When a process target is active, all @value{GDBN} |
10521 | commands requesting memory addresses refer to that target; addresses in | |
10522 | an active core file or executable file target are obscured while the | |
10523 | process target is active. | |
c906108c | 10524 | |
7a292a7a SS |
10525 | Use the @code{core-file} and @code{exec-file} commands to select a new |
10526 | core file or executable target (@pxref{Files, ,Commands to specify | |
c906108c | 10527 | files}). To specify as a target a process that is already running, use |
7a292a7a SS |
10528 | the @code{attach} command (@pxref{Attach, ,Debugging an already-running |
10529 | process}). | |
c906108c | 10530 | |
6d2ebf8b | 10531 | @node Target Commands |
c906108c SS |
10532 | @section Commands for managing targets |
10533 | ||
10534 | @table @code | |
10535 | @item target @var{type} @var{parameters} | |
7a292a7a SS |
10536 | Connects the @value{GDBN} host environment to a target machine or |
10537 | process. A target is typically a protocol for talking to debugging | |
10538 | facilities. You use the argument @var{type} to specify the type or | |
10539 | protocol of the target machine. | |
c906108c SS |
10540 | |
10541 | Further @var{parameters} are interpreted by the target protocol, but | |
10542 | typically include things like device names or host names to connect | |
10543 | with, process numbers, and baud rates. | |
c906108c SS |
10544 | |
10545 | The @code{target} command does not repeat if you press @key{RET} again | |
10546 | after executing the command. | |
10547 | ||
10548 | @kindex help target | |
10549 | @item help target | |
10550 | Displays the names of all targets available. To display targets | |
10551 | currently selected, use either @code{info target} or @code{info files} | |
10552 | (@pxref{Files, ,Commands to specify files}). | |
10553 | ||
10554 | @item help target @var{name} | |
10555 | Describe a particular target, including any parameters necessary to | |
10556 | select it. | |
10557 | ||
10558 | @kindex set gnutarget | |
10559 | @item set gnutarget @var{args} | |
5d161b24 | 10560 | @value{GDBN} uses its own library BFD to read your files. @value{GDBN} |
c906108c | 10561 | knows whether it is reading an @dfn{executable}, |
5d161b24 DB |
10562 | a @dfn{core}, or a @dfn{.o} file; however, you can specify the file format |
10563 | with the @code{set gnutarget} command. Unlike most @code{target} commands, | |
c906108c SS |
10564 | with @code{gnutarget} the @code{target} refers to a program, not a machine. |
10565 | ||
d4f3574e | 10566 | @quotation |
c906108c SS |
10567 | @emph{Warning:} To specify a file format with @code{set gnutarget}, |
10568 | you must know the actual BFD name. | |
d4f3574e | 10569 | @end quotation |
c906108c | 10570 | |
d4f3574e SS |
10571 | @noindent |
10572 | @xref{Files, , Commands to specify files}. | |
c906108c | 10573 | |
5d161b24 | 10574 | @kindex show gnutarget |
c906108c SS |
10575 | @item show gnutarget |
10576 | Use the @code{show gnutarget} command to display what file format | |
10577 | @code{gnutarget} is set to read. If you have not set @code{gnutarget}, | |
10578 | @value{GDBN} will determine the file format for each file automatically, | |
10579 | and @code{show gnutarget} displays @samp{The current BDF target is "auto"}. | |
10580 | @end table | |
10581 | ||
c906108c SS |
10582 | Here are some common targets (available, or not, depending on the GDB |
10583 | configuration): | |
c906108c SS |
10584 | |
10585 | @table @code | |
10586 | @kindex target exec | |
10587 | @item target exec @var{program} | |
10588 | An executable file. @samp{target exec @var{program}} is the same as | |
10589 | @samp{exec-file @var{program}}. | |
10590 | ||
c906108c SS |
10591 | @kindex target core |
10592 | @item target core @var{filename} | |
10593 | A core dump file. @samp{target core @var{filename}} is the same as | |
10594 | @samp{core-file @var{filename}}. | |
c906108c SS |
10595 | |
10596 | @kindex target remote | |
10597 | @item target remote @var{dev} | |
10598 | Remote serial target in GDB-specific protocol. The argument @var{dev} | |
10599 | specifies what serial device to use for the connection (e.g. | |
10600 | @file{/dev/ttya}). @xref{Remote, ,Remote debugging}. @code{target remote} | |
d4f3574e | 10601 | supports the @code{load} command. This is only useful if you have |
c906108c SS |
10602 | some other way of getting the stub to the target system, and you can put |
10603 | it somewhere in memory where it won't get clobbered by the download. | |
10604 | ||
c906108c SS |
10605 | @kindex target sim |
10606 | @item target sim | |
2df3850c | 10607 | Builtin CPU simulator. @value{GDBN} includes simulators for most architectures. |
104c1213 | 10608 | In general, |
474c8240 | 10609 | @smallexample |
104c1213 JM |
10610 | target sim |
10611 | load | |
10612 | run | |
474c8240 | 10613 | @end smallexample |
d4f3574e | 10614 | @noindent |
104c1213 | 10615 | works; however, you cannot assume that a specific memory map, device |
d4f3574e | 10616 | drivers, or even basic I/O is available, although some simulators do |
104c1213 JM |
10617 | provide these. For info about any processor-specific simulator details, |
10618 | see the appropriate section in @ref{Embedded Processors, ,Embedded | |
10619 | Processors}. | |
10620 | ||
c906108c SS |
10621 | @end table |
10622 | ||
104c1213 | 10623 | Some configurations may include these targets as well: |
c906108c SS |
10624 | |
10625 | @table @code | |
10626 | ||
c906108c SS |
10627 | @kindex target nrom |
10628 | @item target nrom @var{dev} | |
10629 | NetROM ROM emulator. This target only supports downloading. | |
10630 | ||
c906108c SS |
10631 | @end table |
10632 | ||
5d161b24 | 10633 | Different targets are available on different configurations of @value{GDBN}; |
c906108c | 10634 | your configuration may have more or fewer targets. |
c906108c SS |
10635 | |
10636 | Many remote targets require you to download the executable's code | |
10637 | once you've successfully established a connection. | |
10638 | ||
10639 | @table @code | |
10640 | ||
10641 | @kindex load @var{filename} | |
10642 | @item load @var{filename} | |
c906108c SS |
10643 | Depending on what remote debugging facilities are configured into |
10644 | @value{GDBN}, the @code{load} command may be available. Where it exists, it | |
10645 | is meant to make @var{filename} (an executable) available for debugging | |
10646 | on the remote system---by downloading, or dynamic linking, for example. | |
10647 | @code{load} also records the @var{filename} symbol table in @value{GDBN}, like | |
10648 | the @code{add-symbol-file} command. | |
10649 | ||
10650 | If your @value{GDBN} does not have a @code{load} command, attempting to | |
10651 | execute it gets the error message ``@code{You can't do that when your | |
10652 | target is @dots{}}'' | |
c906108c SS |
10653 | |
10654 | The file is loaded at whatever address is specified in the executable. | |
10655 | For some object file formats, you can specify the load address when you | |
10656 | link the program; for other formats, like a.out, the object file format | |
10657 | specifies a fixed address. | |
10658 | @c FIXME! This would be a good place for an xref to the GNU linker doc. | |
10659 | ||
c906108c SS |
10660 | @code{load} does not repeat if you press @key{RET} again after using it. |
10661 | @end table | |
10662 | ||
6d2ebf8b | 10663 | @node Byte Order |
c906108c | 10664 | @section Choosing target byte order |
7a292a7a | 10665 | |
c906108c SS |
10666 | @cindex choosing target byte order |
10667 | @cindex target byte order | |
c906108c | 10668 | |
172c2a43 | 10669 | Some types of processors, such as the MIPS, PowerPC, and Renesas SH, |
c906108c SS |
10670 | offer the ability to run either big-endian or little-endian byte |
10671 | orders. Usually the executable or symbol will include a bit to | |
10672 | designate the endian-ness, and you will not need to worry about | |
10673 | which to use. However, you may still find it useful to adjust | |
d4f3574e | 10674 | @value{GDBN}'s idea of processor endian-ness manually. |
c906108c SS |
10675 | |
10676 | @table @code | |
10677 | @kindex set endian big | |
10678 | @item set endian big | |
10679 | Instruct @value{GDBN} to assume the target is big-endian. | |
10680 | ||
10681 | @kindex set endian little | |
10682 | @item set endian little | |
10683 | Instruct @value{GDBN} to assume the target is little-endian. | |
10684 | ||
10685 | @kindex set endian auto | |
10686 | @item set endian auto | |
10687 | Instruct @value{GDBN} to use the byte order associated with the | |
10688 | executable. | |
10689 | ||
10690 | @item show endian | |
10691 | Display @value{GDBN}'s current idea of the target byte order. | |
10692 | ||
10693 | @end table | |
10694 | ||
10695 | Note that these commands merely adjust interpretation of symbolic | |
10696 | data on the host, and that they have absolutely no effect on the | |
10697 | target system. | |
10698 | ||
6d2ebf8b | 10699 | @node Remote |
c906108c SS |
10700 | @section Remote debugging |
10701 | @cindex remote debugging | |
10702 | ||
10703 | If you are trying to debug a program running on a machine that cannot run | |
5d161b24 DB |
10704 | @value{GDBN} in the usual way, it is often useful to use remote debugging. |
10705 | For example, you might use remote debugging on an operating system kernel, | |
c906108c SS |
10706 | or on a small system which does not have a general purpose operating system |
10707 | powerful enough to run a full-featured debugger. | |
10708 | ||
10709 | Some configurations of @value{GDBN} have special serial or TCP/IP interfaces | |
10710 | to make this work with particular debugging targets. In addition, | |
5d161b24 | 10711 | @value{GDBN} comes with a generic serial protocol (specific to @value{GDBN}, |
c906108c SS |
10712 | but not specific to any particular target system) which you can use if you |
10713 | write the remote stubs---the code that runs on the remote system to | |
10714 | communicate with @value{GDBN}. | |
10715 | ||
10716 | Other remote targets may be available in your | |
10717 | configuration of @value{GDBN}; use @code{help target} to list them. | |
c906108c | 10718 | |
6f05cf9f AC |
10719 | @node KOD |
10720 | @section Kernel Object Display | |
6f05cf9f | 10721 | @cindex kernel object display |
6f05cf9f AC |
10722 | @cindex KOD |
10723 | ||
10724 | Some targets support kernel object display. Using this facility, | |
10725 | @value{GDBN} communicates specially with the underlying operating system | |
10726 | and can display information about operating system-level objects such as | |
10727 | mutexes and other synchronization objects. Exactly which objects can be | |
10728 | displayed is determined on a per-OS basis. | |
10729 | ||
3bbe9696 | 10730 | @kindex set os |
6f05cf9f AC |
10731 | Use the @code{set os} command to set the operating system. This tells |
10732 | @value{GDBN} which kernel object display module to initialize: | |
10733 | ||
474c8240 | 10734 | @smallexample |
6f05cf9f | 10735 | (@value{GDBP}) set os cisco |
474c8240 | 10736 | @end smallexample |
6f05cf9f | 10737 | |
3bbe9696 EZ |
10738 | @kindex show os |
10739 | The associated command @code{show os} displays the operating system | |
10740 | set with the @code{set os} command; if no operating system has been | |
10741 | set, @code{show os} will display an empty string @samp{""}. | |
10742 | ||
6f05cf9f AC |
10743 | If @code{set os} succeeds, @value{GDBN} will display some information |
10744 | about the operating system, and will create a new @code{info} command | |
10745 | which can be used to query the target. The @code{info} command is named | |
10746 | after the operating system: | |
c906108c | 10747 | |
3bbe9696 | 10748 | @kindex info cisco |
474c8240 | 10749 | @smallexample |
6f05cf9f AC |
10750 | (@value{GDBP}) info cisco |
10751 | List of Cisco Kernel Objects | |
10752 | Object Description | |
10753 | any Any and all objects | |
474c8240 | 10754 | @end smallexample |
6f05cf9f AC |
10755 | |
10756 | Further subcommands can be used to query about particular objects known | |
10757 | by the kernel. | |
10758 | ||
3bbe9696 EZ |
10759 | There is currently no way to determine whether a given operating |
10760 | system is supported other than to try setting it with @kbd{set os | |
10761 | @var{name}}, where @var{name} is the name of the operating system you | |
10762 | want to try. | |
6f05cf9f AC |
10763 | |
10764 | ||
10765 | @node Remote Debugging | |
10766 | @chapter Debugging remote programs | |
10767 | ||
6b2f586d | 10768 | @menu |
07f31aa6 | 10769 | * Connecting:: Connecting to a remote target |
6b2f586d AC |
10770 | * Server:: Using the gdbserver program |
10771 | * NetWare:: Using the gdbserve.nlm program | |
501eef12 | 10772 | * Remote configuration:: Remote configuration |
6b2f586d | 10773 | * remote stub:: Implementing a remote stub |
6b2f586d AC |
10774 | @end menu |
10775 | ||
07f31aa6 DJ |
10776 | @node Connecting |
10777 | @section Connecting to a remote target | |
10778 | ||
10779 | On the @value{GDBN} host machine, you will need an unstripped copy of | |
10780 | your program, since @value{GDBN} needs symobl and debugging information. | |
10781 | Start up @value{GDBN} as usual, using the name of the local copy of your | |
10782 | program as the first argument. | |
10783 | ||
10784 | @cindex serial line, @code{target remote} | |
10785 | If you're using a serial line, you may want to give @value{GDBN} the | |
10786 | @w{@samp{--baud}} option, or use the @code{set remotebaud} command | |
10787 | before the @code{target} command. | |
10788 | ||
10789 | After that, use @code{target remote} to establish communications with | |
10790 | the target machine. Its argument specifies how to communicate---either | |
10791 | via a devicename attached to a direct serial line, or a TCP or UDP port | |
10792 | (possibly to a terminal server which in turn has a serial line to the | |
10793 | target). For example, to use a serial line connected to the device | |
10794 | named @file{/dev/ttyb}: | |
10795 | ||
10796 | @smallexample | |
10797 | target remote /dev/ttyb | |
10798 | @end smallexample | |
10799 | ||
10800 | @cindex TCP port, @code{target remote} | |
10801 | To use a TCP connection, use an argument of the form | |
10802 | @code{@var{host}:@var{port}} or @code{tcp:@var{host}:@var{port}}. | |
10803 | For example, to connect to port 2828 on a | |
10804 | terminal server named @code{manyfarms}: | |
10805 | ||
10806 | @smallexample | |
10807 | target remote manyfarms:2828 | |
10808 | @end smallexample | |
10809 | ||
10810 | If your remote target is actually running on the same machine as | |
10811 | your debugger session (e.g.@: a simulator of your target running on | |
10812 | the same host), you can omit the hostname. For example, to connect | |
10813 | to port 1234 on your local machine: | |
10814 | ||
10815 | @smallexample | |
10816 | target remote :1234 | |
10817 | @end smallexample | |
10818 | @noindent | |
10819 | ||
10820 | Note that the colon is still required here. | |
10821 | ||
10822 | @cindex UDP port, @code{target remote} | |
10823 | To use a UDP connection, use an argument of the form | |
10824 | @code{udp:@var{host}:@var{port}}. For example, to connect to UDP port 2828 | |
10825 | on a terminal server named @code{manyfarms}: | |
10826 | ||
10827 | @smallexample | |
10828 | target remote udp:manyfarms:2828 | |
10829 | @end smallexample | |
10830 | ||
10831 | When using a UDP connection for remote debugging, you should keep in mind | |
10832 | that the `U' stands for ``Unreliable''. UDP can silently drop packets on | |
10833 | busy or unreliable networks, which will cause havoc with your debugging | |
10834 | session. | |
10835 | ||
10836 | Now you can use all the usual commands to examine and change data and to | |
10837 | step and continue the remote program. | |
10838 | ||
10839 | @cindex interrupting remote programs | |
10840 | @cindex remote programs, interrupting | |
10841 | Whenever @value{GDBN} is waiting for the remote program, if you type the | |
10842 | interrupt character (often @key{C-C}), @value{GDBN} attempts to stop the | |
10843 | program. This may or may not succeed, depending in part on the hardware | |
10844 | and the serial drivers the remote system uses. If you type the | |
10845 | interrupt character once again, @value{GDBN} displays this prompt: | |
10846 | ||
10847 | @smallexample | |
10848 | Interrupted while waiting for the program. | |
10849 | Give up (and stop debugging it)? (y or n) | |
10850 | @end smallexample | |
10851 | ||
10852 | If you type @kbd{y}, @value{GDBN} abandons the remote debugging session. | |
10853 | (If you decide you want to try again later, you can use @samp{target | |
10854 | remote} again to connect once more.) If you type @kbd{n}, @value{GDBN} | |
10855 | goes back to waiting. | |
10856 | ||
10857 | @table @code | |
10858 | @kindex detach (remote) | |
10859 | @item detach | |
10860 | When you have finished debugging the remote program, you can use the | |
10861 | @code{detach} command to release it from @value{GDBN} control. | |
10862 | Detaching from the target normally resumes its execution, but the results | |
10863 | will depend on your particular remote stub. After the @code{detach} | |
10864 | command, @value{GDBN} is free to connect to another target. | |
10865 | ||
10866 | @kindex disconnect | |
10867 | @item disconnect | |
10868 | The @code{disconnect} command behaves like @code{detach}, except that | |
10869 | the target is generally not resumed. It will wait for @value{GDBN} | |
10870 | (this instance or another one) to connect and continue debugging. After | |
10871 | the @code{disconnect} command, @value{GDBN} is again free to connect to | |
10872 | another target. | |
10873 | @end table | |
10874 | ||
6f05cf9f AC |
10875 | @node Server |
10876 | @section Using the @code{gdbserver} program | |
10877 | ||
10878 | @kindex gdbserver | |
10879 | @cindex remote connection without stubs | |
10880 | @code{gdbserver} is a control program for Unix-like systems, which | |
10881 | allows you to connect your program with a remote @value{GDBN} via | |
10882 | @code{target remote}---but without linking in the usual debugging stub. | |
10883 | ||
10884 | @code{gdbserver} is not a complete replacement for the debugging stubs, | |
10885 | because it requires essentially the same operating-system facilities | |
10886 | that @value{GDBN} itself does. In fact, a system that can run | |
10887 | @code{gdbserver} to connect to a remote @value{GDBN} could also run | |
10888 | @value{GDBN} locally! @code{gdbserver} is sometimes useful nevertheless, | |
10889 | because it is a much smaller program than @value{GDBN} itself. It is | |
10890 | also easier to port than all of @value{GDBN}, so you may be able to get | |
10891 | started more quickly on a new system by using @code{gdbserver}. | |
10892 | Finally, if you develop code for real-time systems, you may find that | |
10893 | the tradeoffs involved in real-time operation make it more convenient to | |
10894 | do as much development work as possible on another system, for example | |
10895 | by cross-compiling. You can use @code{gdbserver} to make a similar | |
10896 | choice for debugging. | |
10897 | ||
10898 | @value{GDBN} and @code{gdbserver} communicate via either a serial line | |
10899 | or a TCP connection, using the standard @value{GDBN} remote serial | |
10900 | protocol. | |
10901 | ||
10902 | @table @emph | |
10903 | @item On the target machine, | |
10904 | you need to have a copy of the program you want to debug. | |
10905 | @code{gdbserver} does not need your program's symbol table, so you can | |
10906 | strip the program if necessary to save space. @value{GDBN} on the host | |
10907 | system does all the symbol handling. | |
10908 | ||
10909 | To use the server, you must tell it how to communicate with @value{GDBN}; | |
56460a61 | 10910 | the name of your program; and the arguments for your program. The usual |
6f05cf9f AC |
10911 | syntax is: |
10912 | ||
10913 | @smallexample | |
10914 | target> gdbserver @var{comm} @var{program} [ @var{args} @dots{} ] | |
10915 | @end smallexample | |
10916 | ||
10917 | @var{comm} is either a device name (to use a serial line) or a TCP | |
10918 | hostname and portnumber. For example, to debug Emacs with the argument | |
10919 | @samp{foo.txt} and communicate with @value{GDBN} over the serial port | |
10920 | @file{/dev/com1}: | |
10921 | ||
10922 | @smallexample | |
10923 | target> gdbserver /dev/com1 emacs foo.txt | |
10924 | @end smallexample | |
10925 | ||
10926 | @code{gdbserver} waits passively for the host @value{GDBN} to communicate | |
10927 | with it. | |
10928 | ||
10929 | To use a TCP connection instead of a serial line: | |
10930 | ||
10931 | @smallexample | |
10932 | target> gdbserver host:2345 emacs foo.txt | |
10933 | @end smallexample | |
10934 | ||
10935 | The only difference from the previous example is the first argument, | |
10936 | specifying that you are communicating with the host @value{GDBN} via | |
10937 | TCP. The @samp{host:2345} argument means that @code{gdbserver} is to | |
10938 | expect a TCP connection from machine @samp{host} to local TCP port 2345. | |
10939 | (Currently, the @samp{host} part is ignored.) You can choose any number | |
10940 | you want for the port number as long as it does not conflict with any | |
10941 | TCP ports already in use on the target system (for example, @code{23} is | |
10942 | reserved for @code{telnet}).@footnote{If you choose a port number that | |
10943 | conflicts with another service, @code{gdbserver} prints an error message | |
10944 | and exits.} You must use the same port number with the host @value{GDBN} | |
10945 | @code{target remote} command. | |
10946 | ||
56460a61 DJ |
10947 | On some targets, @code{gdbserver} can also attach to running programs. |
10948 | This is accomplished via the @code{--attach} argument. The syntax is: | |
10949 | ||
10950 | @smallexample | |
10951 | target> gdbserver @var{comm} --attach @var{pid} | |
10952 | @end smallexample | |
10953 | ||
10954 | @var{pid} is the process ID of a currently running process. It isn't necessary | |
10955 | to point @code{gdbserver} at a binary for the running process. | |
10956 | ||
b1fe9455 DJ |
10957 | @pindex pidof |
10958 | @cindex attach to a program by name | |
10959 | You can debug processes by name instead of process ID if your target has the | |
10960 | @code{pidof} utility: | |
10961 | ||
10962 | @smallexample | |
10963 | target> gdbserver @var{comm} --attach `pidof @var{PROGRAM}` | |
10964 | @end smallexample | |
10965 | ||
10966 | In case more than one copy of @var{PROGRAM} is running, or @var{PROGRAM} | |
10967 | has multiple threads, most versions of @code{pidof} support the | |
10968 | @code{-s} option to only return the first process ID. | |
10969 | ||
07f31aa6 DJ |
10970 | @item On the host machine, |
10971 | connect to your target (@pxref{Connecting,,Connecting to a remote target}). | |
6f05cf9f AC |
10972 | For TCP connections, you must start up @code{gdbserver} prior to using |
10973 | the @code{target remote} command. Otherwise you may get an error whose | |
10974 | text depends on the host system, but which usually looks something like | |
07f31aa6 DJ |
10975 | @samp{Connection refused}. You don't need to use the @code{load} |
10976 | command in @value{GDBN} when using gdbserver, since the program is | |
10977 | already on the target. | |
10978 | ||
6f05cf9f AC |
10979 | @end table |
10980 | ||
10981 | @node NetWare | |
10982 | @section Using the @code{gdbserve.nlm} program | |
10983 | ||
10984 | @kindex gdbserve.nlm | |
10985 | @code{gdbserve.nlm} is a control program for NetWare systems, which | |
10986 | allows you to connect your program with a remote @value{GDBN} via | |
10987 | @code{target remote}. | |
10988 | ||
10989 | @value{GDBN} and @code{gdbserve.nlm} communicate via a serial line, | |
10990 | using the standard @value{GDBN} remote serial protocol. | |
10991 | ||
10992 | @table @emph | |
10993 | @item On the target machine, | |
10994 | you need to have a copy of the program you want to debug. | |
10995 | @code{gdbserve.nlm} does not need your program's symbol table, so you | |
10996 | can strip the program if necessary to save space. @value{GDBN} on the | |
10997 | host system does all the symbol handling. | |
10998 | ||
10999 | To use the server, you must tell it how to communicate with | |
11000 | @value{GDBN}; the name of your program; and the arguments for your | |
11001 | program. The syntax is: | |
11002 | ||
11003 | @smallexample | |
11004 | load gdbserve [ BOARD=@var{board} ] [ PORT=@var{port} ] | |
11005 | [ BAUD=@var{baud} ] @var{program} [ @var{args} @dots{} ] | |
11006 | @end smallexample | |
11007 | ||
11008 | @var{board} and @var{port} specify the serial line; @var{baud} specifies | |
11009 | the baud rate used by the connection. @var{port} and @var{node} default | |
11010 | to 0, @var{baud} defaults to 9600@dmn{bps}. | |
11011 | ||
11012 | For example, to debug Emacs with the argument @samp{foo.txt}and | |
11013 | communicate with @value{GDBN} over serial port number 2 or board 1 | |
11014 | using a 19200@dmn{bps} connection: | |
11015 | ||
11016 | @smallexample | |
11017 | load gdbserve BOARD=1 PORT=2 BAUD=19200 emacs foo.txt | |
11018 | @end smallexample | |
11019 | ||
07f31aa6 DJ |
11020 | @item |
11021 | On the @value{GDBN} host machine, connect to your target (@pxref{Connecting,, | |
11022 | Connecting to a remote target}). | |
6f05cf9f | 11023 | |
6f05cf9f AC |
11024 | @end table |
11025 | ||
501eef12 AC |
11026 | @node Remote configuration |
11027 | @section Remote configuration | |
11028 | ||
11029 | The following configuration options are available when debugging remote | |
11030 | programs: | |
11031 | ||
11032 | @table @code | |
11033 | @kindex set remote hardware-watchpoint-limit | |
11034 | @kindex set remote hardware-breakpoint-limit | |
11035 | @anchor{set remote hardware-watchpoint-limit} | |
11036 | @anchor{set remote hardware-breakpoint-limit} | |
11037 | @item set remote hardware-watchpoint-limit @var{limit} | |
11038 | @itemx set remote hardware-breakpoint-limit @var{limit} | |
11039 | Restrict @value{GDBN} to using @var{limit} remote hardware breakpoint or | |
11040 | watchpoints. A limit of -1, the default, is treated as unlimited. | |
11041 | @end table | |
11042 | ||
6f05cf9f AC |
11043 | @node remote stub |
11044 | @section Implementing a remote stub | |
7a292a7a | 11045 | |
8e04817f AC |
11046 | @cindex debugging stub, example |
11047 | @cindex remote stub, example | |
11048 | @cindex stub example, remote debugging | |
11049 | The stub files provided with @value{GDBN} implement the target side of the | |
11050 | communication protocol, and the @value{GDBN} side is implemented in the | |
11051 | @value{GDBN} source file @file{remote.c}. Normally, you can simply allow | |
11052 | these subroutines to communicate, and ignore the details. (If you're | |
11053 | implementing your own stub file, you can still ignore the details: start | |
11054 | with one of the existing stub files. @file{sparc-stub.c} is the best | |
11055 | organized, and therefore the easiest to read.) | |
11056 | ||
104c1213 JM |
11057 | @cindex remote serial debugging, overview |
11058 | To debug a program running on another machine (the debugging | |
11059 | @dfn{target} machine), you must first arrange for all the usual | |
11060 | prerequisites for the program to run by itself. For example, for a C | |
11061 | program, you need: | |
c906108c | 11062 | |
104c1213 JM |
11063 | @enumerate |
11064 | @item | |
11065 | A startup routine to set up the C runtime environment; these usually | |
11066 | have a name like @file{crt0}. The startup routine may be supplied by | |
11067 | your hardware supplier, or you may have to write your own. | |
96baa820 | 11068 | |
5d161b24 | 11069 | @item |
d4f3574e | 11070 | A C subroutine library to support your program's |
104c1213 | 11071 | subroutine calls, notably managing input and output. |
96baa820 | 11072 | |
104c1213 JM |
11073 | @item |
11074 | A way of getting your program to the other machine---for example, a | |
11075 | download program. These are often supplied by the hardware | |
11076 | manufacturer, but you may have to write your own from hardware | |
11077 | documentation. | |
11078 | @end enumerate | |
96baa820 | 11079 | |
104c1213 JM |
11080 | The next step is to arrange for your program to use a serial port to |
11081 | communicate with the machine where @value{GDBN} is running (the @dfn{host} | |
11082 | machine). In general terms, the scheme looks like this: | |
96baa820 | 11083 | |
104c1213 JM |
11084 | @table @emph |
11085 | @item On the host, | |
11086 | @value{GDBN} already understands how to use this protocol; when everything | |
11087 | else is set up, you can simply use the @samp{target remote} command | |
11088 | (@pxref{Targets,,Specifying a Debugging Target}). | |
11089 | ||
11090 | @item On the target, | |
11091 | you must link with your program a few special-purpose subroutines that | |
11092 | implement the @value{GDBN} remote serial protocol. The file containing these | |
11093 | subroutines is called a @dfn{debugging stub}. | |
11094 | ||
11095 | On certain remote targets, you can use an auxiliary program | |
11096 | @code{gdbserver} instead of linking a stub into your program. | |
11097 | @xref{Server,,Using the @code{gdbserver} program}, for details. | |
11098 | @end table | |
96baa820 | 11099 | |
104c1213 JM |
11100 | The debugging stub is specific to the architecture of the remote |
11101 | machine; for example, use @file{sparc-stub.c} to debug programs on | |
11102 | @sc{sparc} boards. | |
96baa820 | 11103 | |
104c1213 JM |
11104 | @cindex remote serial stub list |
11105 | These working remote stubs are distributed with @value{GDBN}: | |
96baa820 | 11106 | |
104c1213 JM |
11107 | @table @code |
11108 | ||
11109 | @item i386-stub.c | |
41afff9a | 11110 | @cindex @file{i386-stub.c} |
104c1213 JM |
11111 | @cindex Intel |
11112 | @cindex i386 | |
11113 | For Intel 386 and compatible architectures. | |
11114 | ||
11115 | @item m68k-stub.c | |
41afff9a | 11116 | @cindex @file{m68k-stub.c} |
104c1213 JM |
11117 | @cindex Motorola 680x0 |
11118 | @cindex m680x0 | |
11119 | For Motorola 680x0 architectures. | |
11120 | ||
11121 | @item sh-stub.c | |
41afff9a | 11122 | @cindex @file{sh-stub.c} |
172c2a43 | 11123 | @cindex Renesas |
104c1213 | 11124 | @cindex SH |
172c2a43 | 11125 | For Renesas SH architectures. |
104c1213 JM |
11126 | |
11127 | @item sparc-stub.c | |
41afff9a | 11128 | @cindex @file{sparc-stub.c} |
104c1213 JM |
11129 | @cindex Sparc |
11130 | For @sc{sparc} architectures. | |
11131 | ||
11132 | @item sparcl-stub.c | |
41afff9a | 11133 | @cindex @file{sparcl-stub.c} |
104c1213 JM |
11134 | @cindex Fujitsu |
11135 | @cindex SparcLite | |
11136 | For Fujitsu @sc{sparclite} architectures. | |
11137 | ||
11138 | @end table | |
11139 | ||
11140 | The @file{README} file in the @value{GDBN} distribution may list other | |
11141 | recently added stubs. | |
11142 | ||
11143 | @menu | |
11144 | * Stub Contents:: What the stub can do for you | |
11145 | * Bootstrapping:: What you must do for the stub | |
11146 | * Debug Session:: Putting it all together | |
104c1213 JM |
11147 | @end menu |
11148 | ||
6d2ebf8b | 11149 | @node Stub Contents |
6f05cf9f | 11150 | @subsection What the stub can do for you |
104c1213 JM |
11151 | |
11152 | @cindex remote serial stub | |
11153 | The debugging stub for your architecture supplies these three | |
11154 | subroutines: | |
11155 | ||
11156 | @table @code | |
11157 | @item set_debug_traps | |
11158 | @kindex set_debug_traps | |
11159 | @cindex remote serial stub, initialization | |
11160 | This routine arranges for @code{handle_exception} to run when your | |
11161 | program stops. You must call this subroutine explicitly near the | |
11162 | beginning of your program. | |
11163 | ||
11164 | @item handle_exception | |
11165 | @kindex handle_exception | |
11166 | @cindex remote serial stub, main routine | |
11167 | This is the central workhorse, but your program never calls it | |
11168 | explicitly---the setup code arranges for @code{handle_exception} to | |
11169 | run when a trap is triggered. | |
11170 | ||
11171 | @code{handle_exception} takes control when your program stops during | |
11172 | execution (for example, on a breakpoint), and mediates communications | |
11173 | with @value{GDBN} on the host machine. This is where the communications | |
11174 | protocol is implemented; @code{handle_exception} acts as the @value{GDBN} | |
d4f3574e | 11175 | representative on the target machine. It begins by sending summary |
104c1213 JM |
11176 | information on the state of your program, then continues to execute, |
11177 | retrieving and transmitting any information @value{GDBN} needs, until you | |
11178 | execute a @value{GDBN} command that makes your program resume; at that point, | |
11179 | @code{handle_exception} returns control to your own code on the target | |
5d161b24 | 11180 | machine. |
104c1213 JM |
11181 | |
11182 | @item breakpoint | |
11183 | @cindex @code{breakpoint} subroutine, remote | |
11184 | Use this auxiliary subroutine to make your program contain a | |
11185 | breakpoint. Depending on the particular situation, this may be the only | |
11186 | way for @value{GDBN} to get control. For instance, if your target | |
11187 | machine has some sort of interrupt button, you won't need to call this; | |
11188 | pressing the interrupt button transfers control to | |
11189 | @code{handle_exception}---in effect, to @value{GDBN}. On some machines, | |
11190 | simply receiving characters on the serial port may also trigger a trap; | |
11191 | again, in that situation, you don't need to call @code{breakpoint} from | |
11192 | your own program---simply running @samp{target remote} from the host | |
5d161b24 | 11193 | @value{GDBN} session gets control. |
104c1213 JM |
11194 | |
11195 | Call @code{breakpoint} if none of these is true, or if you simply want | |
11196 | to make certain your program stops at a predetermined point for the | |
11197 | start of your debugging session. | |
11198 | @end table | |
11199 | ||
6d2ebf8b | 11200 | @node Bootstrapping |
6f05cf9f | 11201 | @subsection What you must do for the stub |
104c1213 JM |
11202 | |
11203 | @cindex remote stub, support routines | |
11204 | The debugging stubs that come with @value{GDBN} are set up for a particular | |
11205 | chip architecture, but they have no information about the rest of your | |
11206 | debugging target machine. | |
11207 | ||
11208 | First of all you need to tell the stub how to communicate with the | |
11209 | serial port. | |
11210 | ||
11211 | @table @code | |
11212 | @item int getDebugChar() | |
11213 | @kindex getDebugChar | |
11214 | Write this subroutine to read a single character from the serial port. | |
11215 | It may be identical to @code{getchar} for your target system; a | |
11216 | different name is used to allow you to distinguish the two if you wish. | |
11217 | ||
11218 | @item void putDebugChar(int) | |
11219 | @kindex putDebugChar | |
11220 | Write this subroutine to write a single character to the serial port. | |
5d161b24 | 11221 | It may be identical to @code{putchar} for your target system; a |
104c1213 JM |
11222 | different name is used to allow you to distinguish the two if you wish. |
11223 | @end table | |
11224 | ||
11225 | @cindex control C, and remote debugging | |
11226 | @cindex interrupting remote targets | |
11227 | If you want @value{GDBN} to be able to stop your program while it is | |
11228 | running, you need to use an interrupt-driven serial driver, and arrange | |
11229 | for it to stop when it receives a @code{^C} (@samp{\003}, the control-C | |
11230 | character). That is the character which @value{GDBN} uses to tell the | |
11231 | remote system to stop. | |
11232 | ||
11233 | Getting the debugging target to return the proper status to @value{GDBN} | |
11234 | probably requires changes to the standard stub; one quick and dirty way | |
11235 | is to just execute a breakpoint instruction (the ``dirty'' part is that | |
11236 | @value{GDBN} reports a @code{SIGTRAP} instead of a @code{SIGINT}). | |
11237 | ||
11238 | Other routines you need to supply are: | |
11239 | ||
11240 | @table @code | |
11241 | @item void exceptionHandler (int @var{exception_number}, void *@var{exception_address}) | |
11242 | @kindex exceptionHandler | |
11243 | Write this function to install @var{exception_address} in the exception | |
11244 | handling tables. You need to do this because the stub does not have any | |
11245 | way of knowing what the exception handling tables on your target system | |
11246 | are like (for example, the processor's table might be in @sc{rom}, | |
11247 | containing entries which point to a table in @sc{ram}). | |
11248 | @var{exception_number} is the exception number which should be changed; | |
11249 | its meaning is architecture-dependent (for example, different numbers | |
11250 | might represent divide by zero, misaligned access, etc). When this | |
11251 | exception occurs, control should be transferred directly to | |
11252 | @var{exception_address}, and the processor state (stack, registers, | |
11253 | and so on) should be just as it is when a processor exception occurs. So if | |
11254 | you want to use a jump instruction to reach @var{exception_address}, it | |
11255 | should be a simple jump, not a jump to subroutine. | |
11256 | ||
11257 | For the 386, @var{exception_address} should be installed as an interrupt | |
11258 | gate so that interrupts are masked while the handler runs. The gate | |
11259 | should be at privilege level 0 (the most privileged level). The | |
11260 | @sc{sparc} and 68k stubs are able to mask interrupts themselves without | |
11261 | help from @code{exceptionHandler}. | |
11262 | ||
11263 | @item void flush_i_cache() | |
11264 | @kindex flush_i_cache | |
d4f3574e | 11265 | On @sc{sparc} and @sc{sparclite} only, write this subroutine to flush the |
104c1213 JM |
11266 | instruction cache, if any, on your target machine. If there is no |
11267 | instruction cache, this subroutine may be a no-op. | |
11268 | ||
11269 | On target machines that have instruction caches, @value{GDBN} requires this | |
11270 | function to make certain that the state of your program is stable. | |
11271 | @end table | |
11272 | ||
11273 | @noindent | |
11274 | You must also make sure this library routine is available: | |
11275 | ||
11276 | @table @code | |
11277 | @item void *memset(void *, int, int) | |
11278 | @kindex memset | |
11279 | This is the standard library function @code{memset} that sets an area of | |
11280 | memory to a known value. If you have one of the free versions of | |
11281 | @code{libc.a}, @code{memset} can be found there; otherwise, you must | |
11282 | either obtain it from your hardware manufacturer, or write your own. | |
11283 | @end table | |
11284 | ||
11285 | If you do not use the GNU C compiler, you may need other standard | |
11286 | library subroutines as well; this varies from one stub to another, | |
11287 | but in general the stubs are likely to use any of the common library | |
d4f3574e | 11288 | subroutines which @code{@value{GCC}} generates as inline code. |
104c1213 JM |
11289 | |
11290 | ||
6d2ebf8b | 11291 | @node Debug Session |
6f05cf9f | 11292 | @subsection Putting it all together |
104c1213 JM |
11293 | |
11294 | @cindex remote serial debugging summary | |
11295 | In summary, when your program is ready to debug, you must follow these | |
11296 | steps. | |
11297 | ||
11298 | @enumerate | |
11299 | @item | |
6d2ebf8b | 11300 | Make sure you have defined the supporting low-level routines |
104c1213 JM |
11301 | (@pxref{Bootstrapping,,What you must do for the stub}): |
11302 | @display | |
11303 | @code{getDebugChar}, @code{putDebugChar}, | |
11304 | @code{flush_i_cache}, @code{memset}, @code{exceptionHandler}. | |
11305 | @end display | |
11306 | ||
11307 | @item | |
11308 | Insert these lines near the top of your program: | |
11309 | ||
474c8240 | 11310 | @smallexample |
104c1213 JM |
11311 | set_debug_traps(); |
11312 | breakpoint(); | |
474c8240 | 11313 | @end smallexample |
104c1213 JM |
11314 | |
11315 | @item | |
11316 | For the 680x0 stub only, you need to provide a variable called | |
11317 | @code{exceptionHook}. Normally you just use: | |
11318 | ||
474c8240 | 11319 | @smallexample |
104c1213 | 11320 | void (*exceptionHook)() = 0; |
474c8240 | 11321 | @end smallexample |
104c1213 | 11322 | |
d4f3574e | 11323 | @noindent |
104c1213 | 11324 | but if before calling @code{set_debug_traps}, you set it to point to a |
598ca718 | 11325 | function in your program, that function is called when |
104c1213 JM |
11326 | @code{@value{GDBN}} continues after stopping on a trap (for example, bus |
11327 | error). The function indicated by @code{exceptionHook} is called with | |
11328 | one parameter: an @code{int} which is the exception number. | |
11329 | ||
11330 | @item | |
11331 | Compile and link together: your program, the @value{GDBN} debugging stub for | |
11332 | your target architecture, and the supporting subroutines. | |
11333 | ||
11334 | @item | |
11335 | Make sure you have a serial connection between your target machine and | |
11336 | the @value{GDBN} host, and identify the serial port on the host. | |
11337 | ||
11338 | @item | |
11339 | @c The "remote" target now provides a `load' command, so we should | |
11340 | @c document that. FIXME. | |
11341 | Download your program to your target machine (or get it there by | |
11342 | whatever means the manufacturer provides), and start it. | |
11343 | ||
11344 | @item | |
07f31aa6 DJ |
11345 | Start @value{GDBN} on the host, and connect to the target |
11346 | (@pxref{Connecting,,Connecting to a remote target}). | |
9db8d71f | 11347 | |
104c1213 JM |
11348 | @end enumerate |
11349 | ||
8e04817f AC |
11350 | @node Configurations |
11351 | @chapter Configuration-Specific Information | |
104c1213 | 11352 | |
8e04817f AC |
11353 | While nearly all @value{GDBN} commands are available for all native and |
11354 | cross versions of the debugger, there are some exceptions. This chapter | |
11355 | describes things that are only available in certain configurations. | |
104c1213 | 11356 | |
8e04817f AC |
11357 | There are three major categories of configurations: native |
11358 | configurations, where the host and target are the same, embedded | |
11359 | operating system configurations, which are usually the same for several | |
11360 | different processor architectures, and bare embedded processors, which | |
11361 | are quite different from each other. | |
104c1213 | 11362 | |
8e04817f AC |
11363 | @menu |
11364 | * Native:: | |
11365 | * Embedded OS:: | |
11366 | * Embedded Processors:: | |
11367 | * Architectures:: | |
11368 | @end menu | |
104c1213 | 11369 | |
8e04817f AC |
11370 | @node Native |
11371 | @section Native | |
104c1213 | 11372 | |
8e04817f AC |
11373 | This section describes details specific to particular native |
11374 | configurations. | |
6cf7e474 | 11375 | |
8e04817f AC |
11376 | @menu |
11377 | * HP-UX:: HP-UX | |
11378 | * SVR4 Process Information:: SVR4 process information | |
11379 | * DJGPP Native:: Features specific to the DJGPP port | |
78c47bea | 11380 | * Cygwin Native:: Features specific to the Cygwin port |
8e04817f | 11381 | @end menu |
6cf7e474 | 11382 | |
8e04817f AC |
11383 | @node HP-UX |
11384 | @subsection HP-UX | |
104c1213 | 11385 | |
8e04817f AC |
11386 | On HP-UX systems, if you refer to a function or variable name that |
11387 | begins with a dollar sign, @value{GDBN} searches for a user or system | |
11388 | name first, before it searches for a convenience variable. | |
104c1213 | 11389 | |
8e04817f AC |
11390 | @node SVR4 Process Information |
11391 | @subsection SVR4 process information | |
104c1213 | 11392 | |
8e04817f AC |
11393 | @kindex /proc |
11394 | @cindex process image | |
104c1213 | 11395 | |
8e04817f AC |
11396 | Many versions of SVR4 provide a facility called @samp{/proc} that can be |
11397 | used to examine the image of a running process using file-system | |
11398 | subroutines. If @value{GDBN} is configured for an operating system with | |
11399 | this facility, the command @code{info proc} is available to report on | |
11400 | several kinds of information about the process running your program. | |
11401 | @code{info proc} works only on SVR4 systems that include the | |
11402 | @code{procfs} code. This includes OSF/1 (Digital Unix), Solaris, Irix, | |
1104b9e7 | 11403 | and Unixware, but not HP-UX or @sc{gnu}/Linux, for example. |
104c1213 | 11404 | |
8e04817f AC |
11405 | @table @code |
11406 | @kindex info proc | |
11407 | @item info proc | |
11408 | Summarize available information about the process. | |
6cf7e474 | 11409 | |
8e04817f AC |
11410 | @kindex info proc mappings |
11411 | @item info proc mappings | |
11412 | Report on the address ranges accessible in the program, with information | |
11413 | on whether your program may read, write, or execute each range. | |
11414 | @ignore | |
11415 | @comment These sub-options of 'info proc' were not included when | |
11416 | @comment procfs.c was re-written. Keep their descriptions around | |
11417 | @comment against the day when someone finds the time to put them back in. | |
11418 | @kindex info proc times | |
11419 | @item info proc times | |
11420 | Starting time, user CPU time, and system CPU time for your program and | |
11421 | its children. | |
6cf7e474 | 11422 | |
8e04817f AC |
11423 | @kindex info proc id |
11424 | @item info proc id | |
11425 | Report on the process IDs related to your program: its own process ID, | |
11426 | the ID of its parent, the process group ID, and the session ID. | |
104c1213 | 11427 | |
8e04817f AC |
11428 | @kindex info proc status |
11429 | @item info proc status | |
11430 | General information on the state of the process. If the process is | |
11431 | stopped, this report includes the reason for stopping, and any signal | |
11432 | received. | |
d4f3574e | 11433 | |
8e04817f AC |
11434 | @item info proc all |
11435 | Show all the above information about the process. | |
11436 | @end ignore | |
11437 | @end table | |
104c1213 | 11438 | |
8e04817f AC |
11439 | @node DJGPP Native |
11440 | @subsection Features for Debugging @sc{djgpp} Programs | |
11441 | @cindex @sc{djgpp} debugging | |
11442 | @cindex native @sc{djgpp} debugging | |
11443 | @cindex MS-DOS-specific commands | |
104c1213 | 11444 | |
8e04817f AC |
11445 | @sc{djgpp} is the port of @sc{gnu} development tools to MS-DOS and |
11446 | MS-Windows. @sc{djgpp} programs are 32-bit protected-mode programs | |
11447 | that use the @dfn{DPMI} (DOS Protected-Mode Interface) API to run on | |
11448 | top of real-mode DOS systems and their emulations. | |
104c1213 | 11449 | |
8e04817f AC |
11450 | @value{GDBN} supports native debugging of @sc{djgpp} programs, and |
11451 | defines a few commands specific to the @sc{djgpp} port. This | |
11452 | subsection describes those commands. | |
104c1213 | 11453 | |
8e04817f AC |
11454 | @table @code |
11455 | @kindex info dos | |
11456 | @item info dos | |
11457 | This is a prefix of @sc{djgpp}-specific commands which print | |
11458 | information about the target system and important OS structures. | |
f1251bdd | 11459 | |
8e04817f AC |
11460 | @kindex sysinfo |
11461 | @cindex MS-DOS system info | |
11462 | @cindex free memory information (MS-DOS) | |
11463 | @item info dos sysinfo | |
11464 | This command displays assorted information about the underlying | |
11465 | platform: the CPU type and features, the OS version and flavor, the | |
11466 | DPMI version, and the available conventional and DPMI memory. | |
104c1213 | 11467 | |
8e04817f AC |
11468 | @cindex GDT |
11469 | @cindex LDT | |
11470 | @cindex IDT | |
11471 | @cindex segment descriptor tables | |
11472 | @cindex descriptor tables display | |
11473 | @item info dos gdt | |
11474 | @itemx info dos ldt | |
11475 | @itemx info dos idt | |
11476 | These 3 commands display entries from, respectively, Global, Local, | |
11477 | and Interrupt Descriptor Tables (GDT, LDT, and IDT). The descriptor | |
11478 | tables are data structures which store a descriptor for each segment | |
11479 | that is currently in use. The segment's selector is an index into a | |
11480 | descriptor table; the table entry for that index holds the | |
11481 | descriptor's base address and limit, and its attributes and access | |
11482 | rights. | |
104c1213 | 11483 | |
8e04817f AC |
11484 | A typical @sc{djgpp} program uses 3 segments: a code segment, a data |
11485 | segment (used for both data and the stack), and a DOS segment (which | |
11486 | allows access to DOS/BIOS data structures and absolute addresses in | |
11487 | conventional memory). However, the DPMI host will usually define | |
11488 | additional segments in order to support the DPMI environment. | |
d4f3574e | 11489 | |
8e04817f AC |
11490 | @cindex garbled pointers |
11491 | These commands allow to display entries from the descriptor tables. | |
11492 | Without an argument, all entries from the specified table are | |
11493 | displayed. An argument, which should be an integer expression, means | |
11494 | display a single entry whose index is given by the argument. For | |
11495 | example, here's a convenient way to display information about the | |
11496 | debugged program's data segment: | |
104c1213 | 11497 | |
8e04817f AC |
11498 | @smallexample |
11499 | @exdent @code{(@value{GDBP}) info dos ldt $ds} | |
11500 | @exdent @code{0x13f: base=0x11970000 limit=0x0009ffff 32-Bit Data (Read/Write, Exp-up)} | |
11501 | @end smallexample | |
104c1213 | 11502 | |
8e04817f AC |
11503 | @noindent |
11504 | This comes in handy when you want to see whether a pointer is outside | |
11505 | the data segment's limit (i.e.@: @dfn{garbled}). | |
104c1213 | 11506 | |
8e04817f AC |
11507 | @cindex page tables display (MS-DOS) |
11508 | @item info dos pde | |
11509 | @itemx info dos pte | |
11510 | These two commands display entries from, respectively, the Page | |
11511 | Directory and the Page Tables. Page Directories and Page Tables are | |
11512 | data structures which control how virtual memory addresses are mapped | |
11513 | into physical addresses. A Page Table includes an entry for every | |
11514 | page of memory that is mapped into the program's address space; there | |
11515 | may be several Page Tables, each one holding up to 4096 entries. A | |
11516 | Page Directory has up to 4096 entries, one each for every Page Table | |
11517 | that is currently in use. | |
104c1213 | 11518 | |
8e04817f AC |
11519 | Without an argument, @kbd{info dos pde} displays the entire Page |
11520 | Directory, and @kbd{info dos pte} displays all the entries in all of | |
11521 | the Page Tables. An argument, an integer expression, given to the | |
11522 | @kbd{info dos pde} command means display only that entry from the Page | |
11523 | Directory table. An argument given to the @kbd{info dos pte} command | |
11524 | means display entries from a single Page Table, the one pointed to by | |
11525 | the specified entry in the Page Directory. | |
104c1213 | 11526 | |
8e04817f AC |
11527 | @cindex direct memory access (DMA) on MS-DOS |
11528 | These commands are useful when your program uses @dfn{DMA} (Direct | |
11529 | Memory Access), which needs physical addresses to program the DMA | |
11530 | controller. | |
104c1213 | 11531 | |
8e04817f | 11532 | These commands are supported only with some DPMI servers. |
104c1213 | 11533 | |
8e04817f AC |
11534 | @cindex physical address from linear address |
11535 | @item info dos address-pte @var{addr} | |
11536 | This command displays the Page Table entry for a specified linear | |
11537 | address. The argument linear address @var{addr} should already have the | |
11538 | appropriate segment's base address added to it, because this command | |
11539 | accepts addresses which may belong to @emph{any} segment. For | |
11540 | example, here's how to display the Page Table entry for the page where | |
11541 | the variable @code{i} is stored: | |
104c1213 | 11542 | |
b383017d | 11543 | @smallexample |
8e04817f AC |
11544 | @exdent @code{(@value{GDBP}) info dos address-pte __djgpp_base_address + (char *)&i} |
11545 | @exdent @code{Page Table entry for address 0x11a00d30:} | |
b383017d | 11546 | @exdent @code{Base=0x02698000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0xd30} |
8e04817f | 11547 | @end smallexample |
104c1213 | 11548 | |
8e04817f AC |
11549 | @noindent |
11550 | This says that @code{i} is stored at offset @code{0xd30} from the page | |
11551 | whose physical base address is @code{0x02698000}, and prints all the | |
11552 | attributes of that page. | |
104c1213 | 11553 | |
8e04817f AC |
11554 | Note that you must cast the addresses of variables to a @code{char *}, |
11555 | since otherwise the value of @code{__djgpp_base_address}, the base | |
11556 | address of all variables and functions in a @sc{djgpp} program, will | |
11557 | be added using the rules of C pointer arithmetics: if @code{i} is | |
11558 | declared an @code{int}, @value{GDBN} will add 4 times the value of | |
11559 | @code{__djgpp_base_address} to the address of @code{i}. | |
104c1213 | 11560 | |
8e04817f AC |
11561 | Here's another example, it displays the Page Table entry for the |
11562 | transfer buffer: | |
104c1213 | 11563 | |
8e04817f AC |
11564 | @smallexample |
11565 | @exdent @code{(@value{GDBP}) info dos address-pte *((unsigned *)&_go32_info_block + 3)} | |
11566 | @exdent @code{Page Table entry for address 0x29110:} | |
11567 | @exdent @code{Base=0x00029000 Dirty Acc. Not-Cached Write-Back Usr Read-Write +0x110} | |
11568 | @end smallexample | |
104c1213 | 11569 | |
8e04817f AC |
11570 | @noindent |
11571 | (The @code{+ 3} offset is because the transfer buffer's address is the | |
11572 | 3rd member of the @code{_go32_info_block} structure.) The output of | |
11573 | this command clearly shows that addresses in conventional memory are | |
11574 | mapped 1:1, i.e.@: the physical and linear addresses are identical. | |
104c1213 | 11575 | |
8e04817f AC |
11576 | This command is supported only with some DPMI servers. |
11577 | @end table | |
104c1213 | 11578 | |
78c47bea PM |
11579 | @node Cygwin Native |
11580 | @subsection Features for Debugging MS Windows PE executables | |
11581 | @cindex MS Windows debugging | |
11582 | @cindex native Cygwin debugging | |
11583 | @cindex Cygwin-specific commands | |
11584 | ||
be448670 CF |
11585 | @value{GDBN} supports native debugging of MS Windows programs, including |
11586 | DLLs with and without symbolic debugging information. There are various | |
11587 | additional Cygwin-specific commands, described in this subsection. The | |
11588 | subsubsection @pxref{Non-debug DLL symbols} describes working with DLLs | |
11589 | that have no debugging symbols. | |
11590 | ||
78c47bea PM |
11591 | |
11592 | @table @code | |
11593 | @kindex info w32 | |
11594 | @item info w32 | |
11595 | This is a prefix of MS Windows specific commands which print | |
11596 | information about the target system and important OS structures. | |
11597 | ||
11598 | @item info w32 selector | |
11599 | This command displays information returned by | |
11600 | the Win32 API @code{GetThreadSelectorEntry} function. | |
11601 | It takes an optional argument that is evaluated to | |
11602 | a long value to give the information about this given selector. | |
11603 | Without argument, this command displays information | |
11604 | about the the six segment registers. | |
11605 | ||
11606 | @kindex info dll | |
11607 | @item info dll | |
11608 | This is a Cygwin specific alias of info shared. | |
11609 | ||
11610 | @kindex dll-symbols | |
11611 | @item dll-symbols | |
11612 | This command loads symbols from a dll similarly to | |
11613 | add-sym command but without the need to specify a base address. | |
11614 | ||
b383017d | 11615 | @kindex set new-console |
78c47bea | 11616 | @item set new-console @var{mode} |
b383017d | 11617 | If @var{mode} is @code{on} the debuggee will |
78c47bea PM |
11618 | be started in a new console on next start. |
11619 | If @var{mode} is @code{off}i, the debuggee will | |
11620 | be started in the same console as the debugger. | |
11621 | ||
11622 | @kindex show new-console | |
11623 | @item show new-console | |
11624 | Displays whether a new console is used | |
11625 | when the debuggee is started. | |
11626 | ||
11627 | @kindex set new-group | |
11628 | @item set new-group @var{mode} | |
11629 | This boolean value controls whether the debuggee should | |
11630 | start a new group or stay in the same group as the debugger. | |
11631 | This affects the way the Windows OS handles | |
11632 | Ctrl-C. | |
11633 | ||
11634 | @kindex show new-group | |
11635 | @item show new-group | |
11636 | Displays current value of new-group boolean. | |
11637 | ||
11638 | @kindex set debugevents | |
11639 | @item set debugevents | |
11640 | This boolean value adds debug output concerning events seen by the debugger. | |
11641 | ||
11642 | @kindex set debugexec | |
11643 | @item set debugexec | |
b383017d | 11644 | This boolean value adds debug output concerning execute events |
78c47bea PM |
11645 | seen by the debugger. |
11646 | ||
11647 | @kindex set debugexceptions | |
11648 | @item set debugexceptions | |
b383017d | 11649 | This boolean value adds debug ouptut concerning exception events |
78c47bea PM |
11650 | seen by the debugger. |
11651 | ||
11652 | @kindex set debugmemory | |
11653 | @item set debugmemory | |
b383017d | 11654 | This boolean value adds debug ouptut concerning memory events |
78c47bea PM |
11655 | seen by the debugger. |
11656 | ||
11657 | @kindex set shell | |
11658 | @item set shell | |
11659 | This boolean values specifies whether the debuggee is called | |
11660 | via a shell or directly (default value is on). | |
11661 | ||
11662 | @kindex show shell | |
11663 | @item show shell | |
11664 | Displays if the debuggee will be started with a shell. | |
11665 | ||
11666 | @end table | |
11667 | ||
be448670 CF |
11668 | @menu |
11669 | * Non-debug DLL symbols:: Support for DLLs without debugging symbols | |
11670 | @end menu | |
11671 | ||
11672 | @node Non-debug DLL symbols | |
11673 | @subsubsection Support for DLLs without debugging symbols | |
11674 | @cindex DLLs with no debugging symbols | |
11675 | @cindex Minimal symbols and DLLs | |
11676 | ||
11677 | Very often on windows, some of the DLLs that your program relies on do | |
11678 | not include symbolic debugging information (for example, | |
11679 | @file{kernel32.dll}). When @value{GDBN} doesn't recognize any debugging | |
11680 | symbols in a DLL, it relies on the minimal amount of symbolic | |
11681 | information contained in the DLL's export table. This subsubsection | |
11682 | describes working with such symbols, known internally to @value{GDBN} as | |
11683 | ``minimal symbols''. | |
11684 | ||
11685 | Note that before the debugged program has started execution, no DLLs | |
11686 | will have been loaded. The easiest way around this problem is simply to | |
11687 | start the program --- either by setting a breakpoint or letting the | |
11688 | program run once to completion. It is also possible to force | |
11689 | @value{GDBN} to load a particular DLL before starting the executable --- | |
11690 | see the shared library information in @pxref{Files} or the | |
11691 | @code{dll-symbols} command in @pxref{Cygwin Native}. Currently, | |
11692 | explicitly loading symbols from a DLL with no debugging information will | |
11693 | cause the symbol names to be duplicated in @value{GDBN}'s lookup table, | |
11694 | which may adversely affect symbol lookup performance. | |
11695 | ||
11696 | @subsubsection DLL name prefixes | |
11697 | ||
11698 | In keeping with the naming conventions used by the Microsoft debugging | |
11699 | tools, DLL export symbols are made available with a prefix based on the | |
11700 | DLL name, for instance @code{KERNEL32!CreateFileA}. The plain name is | |
11701 | also entered into the symbol table, so @code{CreateFileA} is often | |
11702 | sufficient. In some cases there will be name clashes within a program | |
11703 | (particularly if the executable itself includes full debugging symbols) | |
11704 | necessitating the use of the fully qualified name when referring to the | |
11705 | contents of the DLL. Use single-quotes around the name to avoid the | |
11706 | exclamation mark (``!'') being interpreted as a language operator. | |
11707 | ||
11708 | Note that the internal name of the DLL may be all upper-case, even | |
11709 | though the file name of the DLL is lower-case, or vice-versa. Since | |
11710 | symbols within @value{GDBN} are @emph{case-sensitive} this may cause | |
11711 | some confusion. If in doubt, try the @code{info functions} and | |
11712 | @code{info variables} commands or even @code{maint print msymbols} (see | |
11713 | @pxref{Symbols}). Here's an example: | |
11714 | ||
11715 | @smallexample | |
11716 | (gdb) info function CreateFileA | |
11717 | All functions matching regular expression "CreateFileA": | |
11718 | ||
11719 | Non-debugging symbols: | |
11720 | 0x77e885f4 CreateFileA | |
11721 | 0x77e885f4 KERNEL32!CreateFileA | |
11722 | @end smallexample | |
11723 | ||
11724 | @smallexample | |
11725 | (gdb) info function ! | |
11726 | All functions matching regular expression "!": | |
11727 | ||
11728 | Non-debugging symbols: | |
11729 | 0x6100114c cygwin1!__assert | |
11730 | 0x61004034 cygwin1!_dll_crt0@@0 | |
11731 | 0x61004240 cygwin1!dll_crt0(per_process *) | |
11732 | [etc...] | |
11733 | @end smallexample | |
11734 | ||
11735 | @subsubsection Working with minimal symbols | |
11736 | ||
11737 | Symbols extracted from a DLL's export table do not contain very much | |
11738 | type information. All that @value{GDBN} can do is guess whether a symbol | |
11739 | refers to a function or variable depending on the linker section that | |
11740 | contains the symbol. Also note that the actual contents of the memory | |
11741 | contained in a DLL are not available unless the program is running. This | |
11742 | means that you cannot examine the contents of a variable or disassemble | |
11743 | a function within a DLL without a running program. | |
11744 | ||
11745 | Variables are generally treated as pointers and dereferenced | |
11746 | automatically. For this reason, it is often necessary to prefix a | |
11747 | variable name with the address-of operator (``&'') and provide explicit | |
11748 | type information in the command. Here's an example of the type of | |
11749 | problem: | |
11750 | ||
11751 | @smallexample | |
11752 | (gdb) print 'cygwin1!__argv' | |
11753 | $1 = 268572168 | |
11754 | @end smallexample | |
11755 | ||
11756 | @smallexample | |
11757 | (gdb) x 'cygwin1!__argv' | |
11758 | 0x10021610: "\230y\"" | |
11759 | @end smallexample | |
11760 | ||
11761 | And two possible solutions: | |
11762 | ||
11763 | @smallexample | |
11764 | (gdb) print ((char **)'cygwin1!__argv')[0] | |
11765 | $2 = 0x22fd98 "/cygdrive/c/mydirectory/myprogram" | |
11766 | @end smallexample | |
11767 | ||
11768 | @smallexample | |
11769 | (gdb) x/2x &'cygwin1!__argv' | |
11770 | 0x610c0aa8 <cygwin1!__argv>: 0x10021608 0x00000000 | |
11771 | (gdb) x/x 0x10021608 | |
11772 | 0x10021608: 0x0022fd98 | |
11773 | (gdb) x/s 0x0022fd98 | |
11774 | 0x22fd98: "/cygdrive/c/mydirectory/myprogram" | |
11775 | @end smallexample | |
11776 | ||
11777 | Setting a break point within a DLL is possible even before the program | |
11778 | starts execution. However, under these circumstances, @value{GDBN} can't | |
11779 | examine the initial instructions of the function in order to skip the | |
11780 | function's frame set-up code. You can work around this by using ``*&'' | |
11781 | to set the breakpoint at a raw memory address: | |
11782 | ||
11783 | @smallexample | |
11784 | (gdb) break *&'python22!PyOS_Readline' | |
11785 | Breakpoint 1 at 0x1e04eff0 | |
11786 | @end smallexample | |
11787 | ||
11788 | The author of these extensions is not entirely convinced that setting a | |
11789 | break point within a shared DLL like @file{kernel32.dll} is completely | |
11790 | safe. | |
11791 | ||
8e04817f AC |
11792 | @node Embedded OS |
11793 | @section Embedded Operating Systems | |
104c1213 | 11794 | |
8e04817f AC |
11795 | This section describes configurations involving the debugging of |
11796 | embedded operating systems that are available for several different | |
11797 | architectures. | |
d4f3574e | 11798 | |
8e04817f AC |
11799 | @menu |
11800 | * VxWorks:: Using @value{GDBN} with VxWorks | |
11801 | @end menu | |
104c1213 | 11802 | |
8e04817f AC |
11803 | @value{GDBN} includes the ability to debug programs running on |
11804 | various real-time operating systems. | |
104c1213 | 11805 | |
8e04817f AC |
11806 | @node VxWorks |
11807 | @subsection Using @value{GDBN} with VxWorks | |
104c1213 | 11808 | |
8e04817f | 11809 | @cindex VxWorks |
104c1213 | 11810 | |
8e04817f | 11811 | @table @code |
104c1213 | 11812 | |
8e04817f AC |
11813 | @kindex target vxworks |
11814 | @item target vxworks @var{machinename} | |
11815 | A VxWorks system, attached via TCP/IP. The argument @var{machinename} | |
11816 | is the target system's machine name or IP address. | |
104c1213 | 11817 | |
8e04817f | 11818 | @end table |
104c1213 | 11819 | |
8e04817f AC |
11820 | On VxWorks, @code{load} links @var{filename} dynamically on the |
11821 | current target system as well as adding its symbols in @value{GDBN}. | |
104c1213 | 11822 | |
8e04817f AC |
11823 | @value{GDBN} enables developers to spawn and debug tasks running on networked |
11824 | VxWorks targets from a Unix host. Already-running tasks spawned from | |
11825 | the VxWorks shell can also be debugged. @value{GDBN} uses code that runs on | |
11826 | both the Unix host and on the VxWorks target. The program | |
11827 | @code{@value{GDBP}} is installed and executed on the Unix host. (It may be | |
11828 | installed with the name @code{vxgdb}, to distinguish it from a | |
11829 | @value{GDBN} for debugging programs on the host itself.) | |
104c1213 | 11830 | |
8e04817f AC |
11831 | @table @code |
11832 | @item VxWorks-timeout @var{args} | |
11833 | @kindex vxworks-timeout | |
11834 | All VxWorks-based targets now support the option @code{vxworks-timeout}. | |
11835 | This option is set by the user, and @var{args} represents the number of | |
11836 | seconds @value{GDBN} waits for responses to rpc's. You might use this if | |
11837 | your VxWorks target is a slow software simulator or is on the far side | |
11838 | of a thin network line. | |
11839 | @end table | |
104c1213 | 11840 | |
8e04817f AC |
11841 | The following information on connecting to VxWorks was current when |
11842 | this manual was produced; newer releases of VxWorks may use revised | |
11843 | procedures. | |
104c1213 | 11844 | |
8e04817f AC |
11845 | @kindex INCLUDE_RDB |
11846 | To use @value{GDBN} with VxWorks, you must rebuild your VxWorks kernel | |
11847 | to include the remote debugging interface routines in the VxWorks | |
11848 | library @file{rdb.a}. To do this, define @code{INCLUDE_RDB} in the | |
11849 | VxWorks configuration file @file{configAll.h} and rebuild your VxWorks | |
11850 | kernel. The resulting kernel contains @file{rdb.a}, and spawns the | |
11851 | source debugging task @code{tRdbTask} when VxWorks is booted. For more | |
11852 | information on configuring and remaking VxWorks, see the manufacturer's | |
11853 | manual. | |
11854 | @c VxWorks, see the @cite{VxWorks Programmer's Guide}. | |
104c1213 | 11855 | |
8e04817f AC |
11856 | Once you have included @file{rdb.a} in your VxWorks system image and set |
11857 | your Unix execution search path to find @value{GDBN}, you are ready to | |
11858 | run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} (or | |
11859 | @code{vxgdb}, depending on your installation). | |
104c1213 | 11860 | |
8e04817f | 11861 | @value{GDBN} comes up showing the prompt: |
104c1213 | 11862 | |
474c8240 | 11863 | @smallexample |
8e04817f | 11864 | (vxgdb) |
474c8240 | 11865 | @end smallexample |
104c1213 | 11866 | |
8e04817f AC |
11867 | @menu |
11868 | * VxWorks Connection:: Connecting to VxWorks | |
11869 | * VxWorks Download:: VxWorks download | |
11870 | * VxWorks Attach:: Running tasks | |
11871 | @end menu | |
104c1213 | 11872 | |
8e04817f AC |
11873 | @node VxWorks Connection |
11874 | @subsubsection Connecting to VxWorks | |
104c1213 | 11875 | |
8e04817f AC |
11876 | The @value{GDBN} command @code{target} lets you connect to a VxWorks target on the |
11877 | network. To connect to a target whose host name is ``@code{tt}'', type: | |
104c1213 | 11878 | |
474c8240 | 11879 | @smallexample |
8e04817f | 11880 | (vxgdb) target vxworks tt |
474c8240 | 11881 | @end smallexample |
104c1213 | 11882 | |
8e04817f AC |
11883 | @need 750 |
11884 | @value{GDBN} displays messages like these: | |
104c1213 | 11885 | |
8e04817f AC |
11886 | @smallexample |
11887 | Attaching remote machine across net... | |
11888 | Connected to tt. | |
11889 | @end smallexample | |
104c1213 | 11890 | |
8e04817f AC |
11891 | @need 1000 |
11892 | @value{GDBN} then attempts to read the symbol tables of any object modules | |
11893 | loaded into the VxWorks target since it was last booted. @value{GDBN} locates | |
11894 | these files by searching the directories listed in the command search | |
11895 | path (@pxref{Environment, ,Your program's environment}); if it fails | |
11896 | to find an object file, it displays a message such as: | |
5d161b24 | 11897 | |
474c8240 | 11898 | @smallexample |
8e04817f | 11899 | prog.o: No such file or directory. |
474c8240 | 11900 | @end smallexample |
104c1213 | 11901 | |
8e04817f AC |
11902 | When this happens, add the appropriate directory to the search path with |
11903 | the @value{GDBN} command @code{path}, and execute the @code{target} | |
11904 | command again. | |
104c1213 | 11905 | |
8e04817f AC |
11906 | @node VxWorks Download |
11907 | @subsubsection VxWorks download | |
104c1213 | 11908 | |
8e04817f AC |
11909 | @cindex download to VxWorks |
11910 | If you have connected to the VxWorks target and you want to debug an | |
11911 | object that has not yet been loaded, you can use the @value{GDBN} | |
11912 | @code{load} command to download a file from Unix to VxWorks | |
11913 | incrementally. The object file given as an argument to the @code{load} | |
11914 | command is actually opened twice: first by the VxWorks target in order | |
11915 | to download the code, then by @value{GDBN} in order to read the symbol | |
11916 | table. This can lead to problems if the current working directories on | |
11917 | the two systems differ. If both systems have NFS mounted the same | |
11918 | filesystems, you can avoid these problems by using absolute paths. | |
11919 | Otherwise, it is simplest to set the working directory on both systems | |
11920 | to the directory in which the object file resides, and then to reference | |
11921 | the file by its name, without any path. For instance, a program | |
11922 | @file{prog.o} may reside in @file{@var{vxpath}/vw/demo/rdb} in VxWorks | |
11923 | and in @file{@var{hostpath}/vw/demo/rdb} on the host. To load this | |
11924 | program, type this on VxWorks: | |
104c1213 | 11925 | |
474c8240 | 11926 | @smallexample |
8e04817f | 11927 | -> cd "@var{vxpath}/vw/demo/rdb" |
474c8240 | 11928 | @end smallexample |
104c1213 | 11929 | |
8e04817f AC |
11930 | @noindent |
11931 | Then, in @value{GDBN}, type: | |
104c1213 | 11932 | |
474c8240 | 11933 | @smallexample |
8e04817f AC |
11934 | (vxgdb) cd @var{hostpath}/vw/demo/rdb |
11935 | (vxgdb) load prog.o | |
474c8240 | 11936 | @end smallexample |
104c1213 | 11937 | |
8e04817f | 11938 | @value{GDBN} displays a response similar to this: |
104c1213 | 11939 | |
8e04817f AC |
11940 | @smallexample |
11941 | Reading symbol data from wherever/vw/demo/rdb/prog.o... done. | |
11942 | @end smallexample | |
104c1213 | 11943 | |
8e04817f AC |
11944 | You can also use the @code{load} command to reload an object module |
11945 | after editing and recompiling the corresponding source file. Note that | |
11946 | this makes @value{GDBN} delete all currently-defined breakpoints, | |
11947 | auto-displays, and convenience variables, and to clear the value | |
11948 | history. (This is necessary in order to preserve the integrity of | |
11949 | debugger's data structures that reference the target system's symbol | |
11950 | table.) | |
104c1213 | 11951 | |
8e04817f AC |
11952 | @node VxWorks Attach |
11953 | @subsubsection Running tasks | |
104c1213 JM |
11954 | |
11955 | @cindex running VxWorks tasks | |
11956 | You can also attach to an existing task using the @code{attach} command as | |
11957 | follows: | |
11958 | ||
474c8240 | 11959 | @smallexample |
104c1213 | 11960 | (vxgdb) attach @var{task} |
474c8240 | 11961 | @end smallexample |
104c1213 JM |
11962 | |
11963 | @noindent | |
11964 | where @var{task} is the VxWorks hexadecimal task ID. The task can be running | |
11965 | or suspended when you attach to it. Running tasks are suspended at | |
11966 | the time of attachment. | |
11967 | ||
6d2ebf8b | 11968 | @node Embedded Processors |
104c1213 JM |
11969 | @section Embedded Processors |
11970 | ||
11971 | This section goes into details specific to particular embedded | |
11972 | configurations. | |
11973 | ||
7d86b5d5 | 11974 | |
104c1213 | 11975 | @menu |
104c1213 | 11976 | * ARM:: ARM |
172c2a43 KI |
11977 | * H8/300:: Renesas H8/300 |
11978 | * H8/500:: Renesas H8/500 | |
11979 | * M32R/D:: Renesas M32R/D | |
104c1213 | 11980 | * M68K:: Motorola M68K |
104c1213 | 11981 | * MIPS Embedded:: MIPS Embedded |
a37295f9 | 11982 | * OpenRISC 1000:: OpenRisc 1000 |
104c1213 JM |
11983 | * PA:: HP PA Embedded |
11984 | * PowerPC: PowerPC | |
172c2a43 | 11985 | * SH:: Renesas SH |
104c1213 JM |
11986 | * Sparclet:: Tsqware Sparclet |
11987 | * Sparclite:: Fujitsu Sparclite | |
11988 | * ST2000:: Tandem ST2000 | |
11989 | * Z8000:: Zilog Z8000 | |
11990 | @end menu | |
11991 | ||
6d2ebf8b | 11992 | @node ARM |
104c1213 JM |
11993 | @subsection ARM |
11994 | ||
11995 | @table @code | |
11996 | ||
8e04817f AC |
11997 | @kindex target rdi |
11998 | @item target rdi @var{dev} | |
11999 | ARM Angel monitor, via RDI library interface to ADP protocol. You may | |
12000 | use this target to communicate with both boards running the Angel | |
12001 | monitor, or with the EmbeddedICE JTAG debug device. | |
12002 | ||
12003 | @kindex target rdp | |
12004 | @item target rdp @var{dev} | |
12005 | ARM Demon monitor. | |
12006 | ||
12007 | @end table | |
12008 | ||
12009 | @node H8/300 | |
172c2a43 | 12010 | @subsection Renesas H8/300 |
8e04817f AC |
12011 | |
12012 | @table @code | |
12013 | ||
12014 | @kindex target hms@r{, with H8/300} | |
12015 | @item target hms @var{dev} | |
172c2a43 | 12016 | A Renesas SH, H8/300, or H8/500 board, attached via serial line to your host. |
8e04817f AC |
12017 | Use special commands @code{device} and @code{speed} to control the serial |
12018 | line and the communications speed used. | |
12019 | ||
12020 | @kindex target e7000@r{, with H8/300} | |
12021 | @item target e7000 @var{dev} | |
172c2a43 | 12022 | E7000 emulator for Renesas H8 and SH. |
8e04817f AC |
12023 | |
12024 | @kindex target sh3@r{, with H8/300} | |
12025 | @kindex target sh3e@r{, with H8/300} | |
12026 | @item target sh3 @var{dev} | |
12027 | @itemx target sh3e @var{dev} | |
172c2a43 | 12028 | Renesas SH-3 and SH-3E target systems. |
8e04817f AC |
12029 | |
12030 | @end table | |
12031 | ||
12032 | @cindex download to H8/300 or H8/500 | |
12033 | @cindex H8/300 or H8/500 download | |
172c2a43 KI |
12034 | @cindex download to Renesas SH |
12035 | @cindex Renesas SH download | |
12036 | When you select remote debugging to a Renesas SH, H8/300, or H8/500 | |
12037 | board, the @code{load} command downloads your program to the Renesas | |
8e04817f AC |
12038 | board and also opens it as the current executable target for |
12039 | @value{GDBN} on your host (like the @code{file} command). | |
12040 | ||
12041 | @value{GDBN} needs to know these things to talk to your | |
172c2a43 | 12042 | Renesas SH, H8/300, or H8/500: |
8e04817f AC |
12043 | |
12044 | @enumerate | |
12045 | @item | |
12046 | that you want to use @samp{target hms}, the remote debugging interface | |
172c2a43 KI |
12047 | for Renesas microprocessors, or @samp{target e7000}, the in-circuit |
12048 | emulator for the Renesas SH and the Renesas 300H. (@samp{target hms} is | |
12049 | the default when @value{GDBN} is configured specifically for the Renesas SH, | |
8e04817f AC |
12050 | H8/300, or H8/500.) |
12051 | ||
12052 | @item | |
172c2a43 | 12053 | what serial device connects your host to your Renesas board (the first |
8e04817f AC |
12054 | serial device available on your host is the default). |
12055 | ||
12056 | @item | |
12057 | what speed to use over the serial device. | |
12058 | @end enumerate | |
12059 | ||
12060 | @menu | |
172c2a43 KI |
12061 | * Renesas Boards:: Connecting to Renesas boards. |
12062 | * Renesas ICE:: Using the E7000 In-Circuit Emulator. | |
12063 | * Renesas Special:: Special @value{GDBN} commands for Renesas micros. | |
8e04817f AC |
12064 | @end menu |
12065 | ||
172c2a43 KI |
12066 | @node Renesas Boards |
12067 | @subsubsection Connecting to Renesas boards | |
8e04817f AC |
12068 | |
12069 | @c only for Unix hosts | |
12070 | @kindex device | |
172c2a43 | 12071 | @cindex serial device, Renesas micros |
8e04817f AC |
12072 | Use the special @code{@value{GDBN}} command @samp{device @var{port}} if you |
12073 | need to explicitly set the serial device. The default @var{port} is the | |
12074 | first available port on your host. This is only necessary on Unix | |
12075 | hosts, where it is typically something like @file{/dev/ttya}. | |
12076 | ||
12077 | @kindex speed | |
172c2a43 | 12078 | @cindex serial line speed, Renesas micros |
8e04817f AC |
12079 | @code{@value{GDBN}} has another special command to set the communications |
12080 | speed: @samp{speed @var{bps}}. This command also is only used from Unix | |
12081 | hosts; on DOS hosts, set the line speed as usual from outside @value{GDBN} with | |
12082 | the DOS @code{mode} command (for instance, | |
12083 | @w{@kbd{mode com2:9600,n,8,1,p}} for a 9600@dmn{bps} connection). | |
12084 | ||
12085 | The @samp{device} and @samp{speed} commands are available only when you | |
172c2a43 | 12086 | use a Unix host to debug your Renesas microprocessor programs. If you |
8e04817f AC |
12087 | use a DOS host, |
12088 | @value{GDBN} depends on an auxiliary terminate-and-stay-resident program | |
12089 | called @code{asynctsr} to communicate with the development board | |
12090 | through a PC serial port. You must also use the DOS @code{mode} command | |
12091 | to set up the serial port on the DOS side. | |
12092 | ||
12093 | The following sample session illustrates the steps needed to start a | |
12094 | program under @value{GDBN} control on an H8/300. The example uses a | |
12095 | sample H8/300 program called @file{t.x}. The procedure is the same for | |
172c2a43 | 12096 | the Renesas SH and the H8/500. |
8e04817f AC |
12097 | |
12098 | First hook up your development board. In this example, we use a | |
12099 | board attached to serial port @code{COM2}; if you use a different serial | |
12100 | port, substitute its name in the argument of the @code{mode} command. | |
12101 | When you call @code{asynctsr}, the auxiliary comms program used by the | |
12102 | debugger, you give it just the numeric part of the serial port's name; | |
12103 | for example, @samp{asyncstr 2} below runs @code{asyncstr} on | |
12104 | @code{COM2}. | |
12105 | ||
474c8240 | 12106 | @smallexample |
8e04817f AC |
12107 | C:\H8300\TEST> asynctsr 2 |
12108 | C:\H8300\TEST> mode com2:9600,n,8,1,p | |
12109 | ||
12110 | Resident portion of MODE loaded | |
12111 | ||
12112 | COM2: 9600, n, 8, 1, p | |
12113 | ||
474c8240 | 12114 | @end smallexample |
8e04817f AC |
12115 | |
12116 | @quotation | |
12117 | @emph{Warning:} We have noticed a bug in PC-NFS that conflicts with | |
12118 | @code{asynctsr}. If you also run PC-NFS on your DOS host, you may need to | |
12119 | disable it, or even boot without it, to use @code{asynctsr} to control | |
12120 | your development board. | |
12121 | @end quotation | |
12122 | ||
12123 | @kindex target hms@r{, and serial protocol} | |
12124 | Now that serial communications are set up, and the development board is | |
12125 | connected, you can start up @value{GDBN}. Call @code{@value{GDBP}} with | |
12126 | the name of your program as the argument. @code{@value{GDBN}} prompts | |
12127 | you, as usual, with the prompt @samp{(@value{GDBP})}. Use two special | |
12128 | commands to begin your debugging session: @samp{target hms} to specify | |
172c2a43 | 12129 | cross-debugging to the Renesas board, and the @code{load} command to |
8e04817f AC |
12130 | download your program to the board. @code{load} displays the names of |
12131 | the program's sections, and a @samp{*} for each 2K of data downloaded. | |
12132 | (If you want to refresh @value{GDBN} data on symbols or on the | |
12133 | executable file without downloading, use the @value{GDBN} commands | |
12134 | @code{file} or @code{symbol-file}. These commands, and @code{load} | |
12135 | itself, are described in @ref{Files,,Commands to specify files}.) | |
12136 | ||
12137 | @smallexample | |
12138 | (eg-C:\H8300\TEST) @value{GDBP} t.x | |
12139 | @value{GDBN} is free software and you are welcome to distribute copies | |
12140 | of it under certain conditions; type "show copying" to see | |
12141 | the conditions. | |
12142 | There is absolutely no warranty for @value{GDBN}; type "show warranty" | |
12143 | for details. | |
12144 | @value{GDBN} @value{GDBVN}, Copyright 1992 Free Software Foundation, Inc... | |
12145 | (@value{GDBP}) target hms | |
12146 | Connected to remote H8/300 HMS system. | |
12147 | (@value{GDBP}) load t.x | |
12148 | .text : 0x8000 .. 0xabde *********** | |
12149 | .data : 0xabde .. 0xad30 * | |
12150 | .stack : 0xf000 .. 0xf014 * | |
12151 | @end smallexample | |
12152 | ||
12153 | At this point, you're ready to run or debug your program. From here on, | |
12154 | you can use all the usual @value{GDBN} commands. The @code{break} command | |
12155 | sets breakpoints; the @code{run} command starts your program; | |
12156 | @code{print} or @code{x} display data; the @code{continue} command | |
12157 | resumes execution after stopping at a breakpoint. You can use the | |
12158 | @code{help} command at any time to find out more about @value{GDBN} commands. | |
12159 | ||
12160 | Remember, however, that @emph{operating system} facilities aren't | |
12161 | available on your development board; for example, if your program hangs, | |
12162 | you can't send an interrupt---but you can press the @sc{reset} switch! | |
12163 | ||
12164 | Use the @sc{reset} button on the development board | |
12165 | @itemize @bullet | |
12166 | @item | |
12167 | to interrupt your program (don't use @kbd{ctl-C} on the DOS host---it has | |
12168 | no way to pass an interrupt signal to the development board); and | |
12169 | ||
12170 | @item | |
12171 | to return to the @value{GDBN} command prompt after your program finishes | |
12172 | normally. The communications protocol provides no other way for @value{GDBN} | |
12173 | to detect program completion. | |
12174 | @end itemize | |
12175 | ||
12176 | In either case, @value{GDBN} sees the effect of a @sc{reset} on the | |
12177 | development board as a ``normal exit'' of your program. | |
12178 | ||
172c2a43 | 12179 | @node Renesas ICE |
8e04817f AC |
12180 | @subsubsection Using the E7000 in-circuit emulator |
12181 | ||
172c2a43 | 12182 | @kindex target e7000@r{, with Renesas ICE} |
8e04817f | 12183 | You can use the E7000 in-circuit emulator to develop code for either the |
172c2a43 | 12184 | Renesas SH or the H8/300H. Use one of these forms of the @samp{target |
8e04817f AC |
12185 | e7000} command to connect @value{GDBN} to your E7000: |
12186 | ||
12187 | @table @code | |
12188 | @item target e7000 @var{port} @var{speed} | |
12189 | Use this form if your E7000 is connected to a serial port. The | |
12190 | @var{port} argument identifies what serial port to use (for example, | |
12191 | @samp{com2}). The third argument is the line speed in bits per second | |
12192 | (for example, @samp{9600}). | |
12193 | ||
12194 | @item target e7000 @var{hostname} | |
12195 | If your E7000 is installed as a host on a TCP/IP network, you can just | |
12196 | specify its hostname; @value{GDBN} uses @code{telnet} to connect. | |
12197 | @end table | |
12198 | ||
172c2a43 KI |
12199 | @node Renesas Special |
12200 | @subsubsection Special @value{GDBN} commands for Renesas micros | |
8e04817f AC |
12201 | |
12202 | Some @value{GDBN} commands are available only for the H8/300: | |
12203 | ||
12204 | @table @code | |
12205 | ||
12206 | @kindex set machine | |
12207 | @kindex show machine | |
12208 | @item set machine h8300 | |
12209 | @itemx set machine h8300h | |
12210 | Condition @value{GDBN} for one of the two variants of the H8/300 | |
12211 | architecture with @samp{set machine}. You can use @samp{show machine} | |
12212 | to check which variant is currently in effect. | |
104c1213 JM |
12213 | |
12214 | @end table | |
12215 | ||
8e04817f AC |
12216 | @node H8/500 |
12217 | @subsection H8/500 | |
104c1213 JM |
12218 | |
12219 | @table @code | |
12220 | ||
8e04817f AC |
12221 | @kindex set memory @var{mod} |
12222 | @cindex memory models, H8/500 | |
12223 | @item set memory @var{mod} | |
12224 | @itemx show memory | |
12225 | Specify which H8/500 memory model (@var{mod}) you are using with | |
12226 | @samp{set memory}; check which memory model is in effect with @samp{show | |
12227 | memory}. The accepted values for @var{mod} are @code{small}, | |
12228 | @code{big}, @code{medium}, and @code{compact}. | |
104c1213 | 12229 | |
8e04817f | 12230 | @end table |
104c1213 | 12231 | |
8e04817f | 12232 | @node M32R/D |
172c2a43 | 12233 | @subsection Renesas M32R/D |
8e04817f AC |
12234 | |
12235 | @table @code | |
12236 | ||
12237 | @kindex target m32r | |
12238 | @item target m32r @var{dev} | |
172c2a43 | 12239 | Renesas M32R/D ROM monitor. |
8e04817f | 12240 | |
fb3e19c0 KI |
12241 | @kindex target m32rsdi |
12242 | @item target m32rsdi @var{dev} | |
12243 | Renesas M32R SDI server, connected via parallel port to the board. | |
12244 | ||
8e04817f AC |
12245 | @end table |
12246 | ||
12247 | @node M68K | |
12248 | @subsection M68k | |
12249 | ||
12250 | The Motorola m68k configuration includes ColdFire support, and | |
12251 | target command for the following ROM monitors. | |
12252 | ||
12253 | @table @code | |
12254 | ||
12255 | @kindex target abug | |
12256 | @item target abug @var{dev} | |
12257 | ABug ROM monitor for M68K. | |
12258 | ||
12259 | @kindex target cpu32bug | |
12260 | @item target cpu32bug @var{dev} | |
12261 | CPU32BUG monitor, running on a CPU32 (M68K) board. | |
12262 | ||
12263 | @kindex target dbug | |
12264 | @item target dbug @var{dev} | |
12265 | dBUG ROM monitor for Motorola ColdFire. | |
12266 | ||
12267 | @kindex target est | |
12268 | @item target est @var{dev} | |
12269 | EST-300 ICE monitor, running on a CPU32 (M68K) board. | |
12270 | ||
12271 | @kindex target rom68k | |
12272 | @item target rom68k @var{dev} | |
12273 | ROM 68K monitor, running on an M68K IDP board. | |
12274 | ||
12275 | @end table | |
12276 | ||
8e04817f AC |
12277 | @table @code |
12278 | ||
12279 | @kindex target rombug | |
12280 | @item target rombug @var{dev} | |
12281 | ROMBUG ROM monitor for OS/9000. | |
12282 | ||
12283 | @end table | |
12284 | ||
8e04817f AC |
12285 | @node MIPS Embedded |
12286 | @subsection MIPS Embedded | |
12287 | ||
12288 | @cindex MIPS boards | |
12289 | @value{GDBN} can use the MIPS remote debugging protocol to talk to a | |
12290 | MIPS board attached to a serial line. This is available when | |
12291 | you configure @value{GDBN} with @samp{--target=mips-idt-ecoff}. | |
104c1213 | 12292 | |
8e04817f AC |
12293 | @need 1000 |
12294 | Use these @value{GDBN} commands to specify the connection to your target board: | |
104c1213 | 12295 | |
8e04817f AC |
12296 | @table @code |
12297 | @item target mips @var{port} | |
12298 | @kindex target mips @var{port} | |
12299 | To run a program on the board, start up @code{@value{GDBP}} with the | |
12300 | name of your program as the argument. To connect to the board, use the | |
12301 | command @samp{target mips @var{port}}, where @var{port} is the name of | |
12302 | the serial port connected to the board. If the program has not already | |
12303 | been downloaded to the board, you may use the @code{load} command to | |
12304 | download it. You can then use all the usual @value{GDBN} commands. | |
104c1213 | 12305 | |
8e04817f AC |
12306 | For example, this sequence connects to the target board through a serial |
12307 | port, and loads and runs a program called @var{prog} through the | |
12308 | debugger: | |
104c1213 | 12309 | |
474c8240 | 12310 | @smallexample |
8e04817f AC |
12311 | host$ @value{GDBP} @var{prog} |
12312 | @value{GDBN} is free software and @dots{} | |
12313 | (@value{GDBP}) target mips /dev/ttyb | |
12314 | (@value{GDBP}) load @var{prog} | |
12315 | (@value{GDBP}) run | |
474c8240 | 12316 | @end smallexample |
104c1213 | 12317 | |
8e04817f AC |
12318 | @item target mips @var{hostname}:@var{portnumber} |
12319 | On some @value{GDBN} host configurations, you can specify a TCP | |
12320 | connection (for instance, to a serial line managed by a terminal | |
12321 | concentrator) instead of a serial port, using the syntax | |
12322 | @samp{@var{hostname}:@var{portnumber}}. | |
104c1213 | 12323 | |
8e04817f AC |
12324 | @item target pmon @var{port} |
12325 | @kindex target pmon @var{port} | |
12326 | PMON ROM monitor. | |
104c1213 | 12327 | |
8e04817f AC |
12328 | @item target ddb @var{port} |
12329 | @kindex target ddb @var{port} | |
12330 | NEC's DDB variant of PMON for Vr4300. | |
104c1213 | 12331 | |
8e04817f AC |
12332 | @item target lsi @var{port} |
12333 | @kindex target lsi @var{port} | |
12334 | LSI variant of PMON. | |
104c1213 | 12335 | |
8e04817f AC |
12336 | @kindex target r3900 |
12337 | @item target r3900 @var{dev} | |
12338 | Densan DVE-R3900 ROM monitor for Toshiba R3900 Mips. | |
104c1213 | 12339 | |
8e04817f AC |
12340 | @kindex target array |
12341 | @item target array @var{dev} | |
12342 | Array Tech LSI33K RAID controller board. | |
104c1213 | 12343 | |
8e04817f | 12344 | @end table |
104c1213 | 12345 | |
104c1213 | 12346 | |
8e04817f AC |
12347 | @noindent |
12348 | @value{GDBN} also supports these special commands for MIPS targets: | |
104c1213 | 12349 | |
8e04817f AC |
12350 | @table @code |
12351 | @item set processor @var{args} | |
12352 | @itemx show processor | |
12353 | @kindex set processor @var{args} | |
12354 | @kindex show processor | |
12355 | Use the @code{set processor} command to set the type of MIPS | |
12356 | processor when you want to access processor-type-specific registers. | |
12357 | For example, @code{set processor @var{r3041}} tells @value{GDBN} | |
12358 | to use the CPU registers appropriate for the 3041 chip. | |
12359 | Use the @code{show processor} command to see what MIPS processor @value{GDBN} | |
12360 | is using. Use the @code{info reg} command to see what registers | |
12361 | @value{GDBN} is using. | |
104c1213 | 12362 | |
8e04817f AC |
12363 | @item set mipsfpu double |
12364 | @itemx set mipsfpu single | |
12365 | @itemx set mipsfpu none | |
12366 | @itemx show mipsfpu | |
12367 | @kindex set mipsfpu | |
12368 | @kindex show mipsfpu | |
12369 | @cindex MIPS remote floating point | |
12370 | @cindex floating point, MIPS remote | |
12371 | If your target board does not support the MIPS floating point | |
12372 | coprocessor, you should use the command @samp{set mipsfpu none} (if you | |
12373 | need this, you may wish to put the command in your @value{GDBN} init | |
12374 | file). This tells @value{GDBN} how to find the return value of | |
12375 | functions which return floating point values. It also allows | |
12376 | @value{GDBN} to avoid saving the floating point registers when calling | |
12377 | functions on the board. If you are using a floating point coprocessor | |
12378 | with only single precision floating point support, as on the @sc{r4650} | |
12379 | processor, use the command @samp{set mipsfpu single}. The default | |
12380 | double precision floating point coprocessor may be selected using | |
12381 | @samp{set mipsfpu double}. | |
104c1213 | 12382 | |
8e04817f AC |
12383 | In previous versions the only choices were double precision or no |
12384 | floating point, so @samp{set mipsfpu on} will select double precision | |
12385 | and @samp{set mipsfpu off} will select no floating point. | |
104c1213 | 12386 | |
8e04817f AC |
12387 | As usual, you can inquire about the @code{mipsfpu} variable with |
12388 | @samp{show mipsfpu}. | |
104c1213 | 12389 | |
8e04817f AC |
12390 | @item set remotedebug @var{n} |
12391 | @itemx show remotedebug | |
12392 | @kindex set remotedebug@r{, MIPS protocol} | |
12393 | @kindex show remotedebug@r{, MIPS protocol} | |
12394 | @cindex @code{remotedebug}, MIPS protocol | |
12395 | @cindex MIPS @code{remotedebug} protocol | |
12396 | @c FIXME! For this to be useful, you must know something about the MIPS | |
12397 | @c FIXME...protocol. Where is it described? | |
12398 | You can see some debugging information about communications with the board | |
12399 | by setting the @code{remotedebug} variable. If you set it to @code{1} using | |
12400 | @samp{set remotedebug 1}, every packet is displayed. If you set it | |
12401 | to @code{2}, every character is displayed. You can check the current value | |
12402 | at any time with the command @samp{show remotedebug}. | |
104c1213 | 12403 | |
8e04817f AC |
12404 | @item set timeout @var{seconds} |
12405 | @itemx set retransmit-timeout @var{seconds} | |
12406 | @itemx show timeout | |
12407 | @itemx show retransmit-timeout | |
12408 | @cindex @code{timeout}, MIPS protocol | |
12409 | @cindex @code{retransmit-timeout}, MIPS protocol | |
12410 | @kindex set timeout | |
12411 | @kindex show timeout | |
12412 | @kindex set retransmit-timeout | |
12413 | @kindex show retransmit-timeout | |
12414 | You can control the timeout used while waiting for a packet, in the MIPS | |
12415 | remote protocol, with the @code{set timeout @var{seconds}} command. The | |
12416 | default is 5 seconds. Similarly, you can control the timeout used while | |
12417 | waiting for an acknowledgement of a packet with the @code{set | |
12418 | retransmit-timeout @var{seconds}} command. The default is 3 seconds. | |
12419 | You can inspect both values with @code{show timeout} and @code{show | |
12420 | retransmit-timeout}. (These commands are @emph{only} available when | |
12421 | @value{GDBN} is configured for @samp{--target=mips-idt-ecoff}.) | |
104c1213 | 12422 | |
8e04817f AC |
12423 | The timeout set by @code{set timeout} does not apply when @value{GDBN} |
12424 | is waiting for your program to stop. In that case, @value{GDBN} waits | |
12425 | forever because it has no way of knowing how long the program is going | |
12426 | to run before stopping. | |
12427 | @end table | |
104c1213 | 12428 | |
a37295f9 MM |
12429 | @node OpenRISC 1000 |
12430 | @subsection OpenRISC 1000 | |
12431 | @cindex OpenRISC 1000 | |
12432 | ||
12433 | @cindex or1k boards | |
12434 | See OR1k Architecture document (@uref{www.opencores.org}) for more information | |
12435 | about platform and commands. | |
12436 | ||
12437 | @table @code | |
12438 | ||
12439 | @kindex target jtag | |
12440 | @item target jtag jtag://@var{host}:@var{port} | |
12441 | ||
12442 | Connects to remote JTAG server. | |
12443 | JTAG remote server can be either an or1ksim or JTAG server, | |
12444 | connected via parallel port to the board. | |
12445 | ||
12446 | Example: @code{target jtag jtag://localhost:9999} | |
12447 | ||
12448 | @kindex or1ksim | |
12449 | @item or1ksim @var{command} | |
12450 | If connected to @code{or1ksim} OpenRISC 1000 Architectural | |
12451 | Simulator, proprietary commands can be executed. | |
12452 | ||
12453 | @kindex info or1k spr | |
12454 | @item info or1k spr | |
12455 | Displays spr groups. | |
12456 | ||
12457 | @item info or1k spr @var{group} | |
12458 | @itemx info or1k spr @var{groupno} | |
12459 | Displays register names in selected group. | |
12460 | ||
12461 | @item info or1k spr @var{group} @var{register} | |
12462 | @itemx info or1k spr @var{register} | |
12463 | @itemx info or1k spr @var{groupno} @var{registerno} | |
12464 | @itemx info or1k spr @var{registerno} | |
12465 | Shows information about specified spr register. | |
12466 | ||
12467 | @kindex spr | |
12468 | @item spr @var{group} @var{register} @var{value} | |
12469 | @itemx spr @var{register @var{value}} | |
12470 | @itemx spr @var{groupno} @var{registerno @var{value}} | |
12471 | @itemx spr @var{registerno @var{value}} | |
12472 | Writes @var{value} to specified spr register. | |
12473 | @end table | |
12474 | ||
12475 | Some implementations of OpenRISC 1000 Architecture also have hardware trace. | |
12476 | It is very similar to @value{GDBN} trace, except it does not interfere with normal | |
12477 | program execution and is thus much faster. Hardware breakpoints/watchpoint | |
12478 | triggers can be set using: | |
12479 | @table @code | |
12480 | @item $LEA/$LDATA | |
12481 | Load effective address/data | |
12482 | @item $SEA/$SDATA | |
12483 | Store effective address/data | |
12484 | @item $AEA/$ADATA | |
12485 | Access effective address ($SEA or $LEA) or data ($SDATA/$LDATA) | |
12486 | @item $FETCH | |
12487 | Fetch data | |
12488 | @end table | |
12489 | ||
12490 | When triggered, it can capture low level data, like: @code{PC}, @code{LSEA}, | |
12491 | @code{LDATA}, @code{SDATA}, @code{READSPR}, @code{WRITESPR}, @code{INSTR}. | |
12492 | ||
12493 | @code{htrace} commands: | |
12494 | @cindex OpenRISC 1000 htrace | |
12495 | @table @code | |
12496 | @kindex hwatch | |
12497 | @item hwatch @var{conditional} | |
12498 | Set hardware watchpoint on combination of Load/Store Effecive Address(es) | |
12499 | or Data. For example: | |
12500 | ||
12501 | @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)} | |
12502 | ||
12503 | @code{hwatch ($LEA == my_var) && ($LDATA < 50) || ($SEA == my_var) && ($SDATA >= 50)} | |
12504 | ||
12505 | @kindex htrace info | |
12506 | @item htrace info | |
12507 | Display information about current HW trace configuration. | |
12508 | ||
12509 | @kindex htrace trigger | |
12510 | @item htrace trigger @var{conditional} | |
12511 | Set starting criteria for HW trace. | |
12512 | ||
12513 | @kindex htrace qualifier | |
12514 | @item htrace qualifier @var{conditional} | |
12515 | Set acquisition qualifier for HW trace. | |
12516 | ||
12517 | @kindex htrace stop | |
12518 | @item htrace stop @var{conditional} | |
12519 | Set HW trace stopping criteria. | |
12520 | ||
12521 | @kindex htrace record | |
f153cc92 | 12522 | @item htrace record [@var{data}]* |
a37295f9 MM |
12523 | Selects the data to be recorded, when qualifier is met and HW trace was |
12524 | triggered. | |
12525 | ||
12526 | @kindex htrace enable | |
12527 | @item htrace enable | |
12528 | @kindex htrace disable | |
12529 | @itemx htrace disable | |
12530 | Enables/disables the HW trace. | |
12531 | ||
12532 | @kindex htrace rewind | |
f153cc92 | 12533 | @item htrace rewind [@var{filename}] |
a37295f9 MM |
12534 | Clears currently recorded trace data. |
12535 | ||
12536 | If filename is specified, new trace file is made and any newly collected data | |
12537 | will be written there. | |
12538 | ||
12539 | @kindex htrace print | |
f153cc92 | 12540 | @item htrace print [@var{start} [@var{len}]] |
a37295f9 MM |
12541 | Prints trace buffer, using current record configuration. |
12542 | ||
12543 | @kindex htrace mode continuous | |
12544 | @item htrace mode continuous | |
12545 | Set continuous trace mode. | |
12546 | ||
12547 | @kindex htrace mode suspend | |
12548 | @item htrace mode suspend | |
12549 | Set suspend trace mode. | |
12550 | ||
12551 | @end table | |
12552 | ||
8e04817f AC |
12553 | @node PowerPC |
12554 | @subsection PowerPC | |
104c1213 JM |
12555 | |
12556 | @table @code | |
104c1213 | 12557 | |
8e04817f AC |
12558 | @kindex target dink32 |
12559 | @item target dink32 @var{dev} | |
12560 | DINK32 ROM monitor. | |
104c1213 | 12561 | |
8e04817f AC |
12562 | @kindex target ppcbug |
12563 | @item target ppcbug @var{dev} | |
12564 | @kindex target ppcbug1 | |
12565 | @item target ppcbug1 @var{dev} | |
12566 | PPCBUG ROM monitor for PowerPC. | |
104c1213 | 12567 | |
8e04817f AC |
12568 | @kindex target sds |
12569 | @item target sds @var{dev} | |
12570 | SDS monitor, running on a PowerPC board (such as Motorola's ADS). | |
12571 | ||
12572 | @end table | |
12573 | ||
12574 | @node PA | |
12575 | @subsection HP PA Embedded | |
104c1213 JM |
12576 | |
12577 | @table @code | |
12578 | ||
8e04817f AC |
12579 | @kindex target op50n |
12580 | @item target op50n @var{dev} | |
12581 | OP50N monitor, running on an OKI HPPA board. | |
12582 | ||
12583 | @kindex target w89k | |
12584 | @item target w89k @var{dev} | |
12585 | W89K monitor, running on a Winbond HPPA board. | |
104c1213 JM |
12586 | |
12587 | @end table | |
12588 | ||
8e04817f | 12589 | @node SH |
172c2a43 | 12590 | @subsection Renesas SH |
104c1213 JM |
12591 | |
12592 | @table @code | |
12593 | ||
172c2a43 | 12594 | @kindex target hms@r{, with Renesas SH} |
8e04817f | 12595 | @item target hms @var{dev} |
172c2a43 | 12596 | A Renesas SH board attached via serial line to your host. Use special |
8e04817f AC |
12597 | commands @code{device} and @code{speed} to control the serial line and |
12598 | the communications speed used. | |
104c1213 | 12599 | |
172c2a43 | 12600 | @kindex target e7000@r{, with Renesas SH} |
8e04817f | 12601 | @item target e7000 @var{dev} |
172c2a43 | 12602 | E7000 emulator for Renesas SH. |
104c1213 | 12603 | |
8e04817f AC |
12604 | @kindex target sh3@r{, with SH} |
12605 | @kindex target sh3e@r{, with SH} | |
12606 | @item target sh3 @var{dev} | |
12607 | @item target sh3e @var{dev} | |
172c2a43 | 12608 | Renesas SH-3 and SH-3E target systems. |
104c1213 | 12609 | |
8e04817f | 12610 | @end table |
104c1213 | 12611 | |
8e04817f AC |
12612 | @node Sparclet |
12613 | @subsection Tsqware Sparclet | |
104c1213 | 12614 | |
8e04817f AC |
12615 | @cindex Sparclet |
12616 | ||
12617 | @value{GDBN} enables developers to debug tasks running on | |
12618 | Sparclet targets from a Unix host. | |
12619 | @value{GDBN} uses code that runs on | |
12620 | both the Unix host and on the Sparclet target. The program | |
12621 | @code{@value{GDBP}} is installed and executed on the Unix host. | |
104c1213 | 12622 | |
8e04817f AC |
12623 | @table @code |
12624 | @item remotetimeout @var{args} | |
12625 | @kindex remotetimeout | |
12626 | @value{GDBN} supports the option @code{remotetimeout}. | |
12627 | This option is set by the user, and @var{args} represents the number of | |
12628 | seconds @value{GDBN} waits for responses. | |
104c1213 JM |
12629 | @end table |
12630 | ||
8e04817f AC |
12631 | @cindex compiling, on Sparclet |
12632 | When compiling for debugging, include the options @samp{-g} to get debug | |
12633 | information and @samp{-Ttext} to relocate the program to where you wish to | |
12634 | load it on the target. You may also want to add the options @samp{-n} or | |
12635 | @samp{-N} in order to reduce the size of the sections. Example: | |
104c1213 | 12636 | |
474c8240 | 12637 | @smallexample |
8e04817f | 12638 | sparclet-aout-gcc prog.c -Ttext 0x12010000 -g -o prog -N |
474c8240 | 12639 | @end smallexample |
104c1213 | 12640 | |
8e04817f | 12641 | You can use @code{objdump} to verify that the addresses are what you intended: |
104c1213 | 12642 | |
474c8240 | 12643 | @smallexample |
8e04817f | 12644 | sparclet-aout-objdump --headers --syms prog |
474c8240 | 12645 | @end smallexample |
104c1213 | 12646 | |
8e04817f AC |
12647 | @cindex running, on Sparclet |
12648 | Once you have set | |
12649 | your Unix execution search path to find @value{GDBN}, you are ready to | |
12650 | run @value{GDBN}. From your Unix host, run @code{@value{GDBP}} | |
12651 | (or @code{sparclet-aout-gdb}, depending on your installation). | |
104c1213 | 12652 | |
8e04817f AC |
12653 | @value{GDBN} comes up showing the prompt: |
12654 | ||
474c8240 | 12655 | @smallexample |
8e04817f | 12656 | (gdbslet) |
474c8240 | 12657 | @end smallexample |
104c1213 JM |
12658 | |
12659 | @menu | |
8e04817f AC |
12660 | * Sparclet File:: Setting the file to debug |
12661 | * Sparclet Connection:: Connecting to Sparclet | |
12662 | * Sparclet Download:: Sparclet download | |
12663 | * Sparclet Execution:: Running and debugging | |
104c1213 JM |
12664 | @end menu |
12665 | ||
8e04817f AC |
12666 | @node Sparclet File |
12667 | @subsubsection Setting file to debug | |
104c1213 | 12668 | |
8e04817f | 12669 | The @value{GDBN} command @code{file} lets you choose with program to debug. |
104c1213 | 12670 | |
474c8240 | 12671 | @smallexample |
8e04817f | 12672 | (gdbslet) file prog |
474c8240 | 12673 | @end smallexample |
104c1213 | 12674 | |
8e04817f AC |
12675 | @need 1000 |
12676 | @value{GDBN} then attempts to read the symbol table of @file{prog}. | |
12677 | @value{GDBN} locates | |
12678 | the file by searching the directories listed in the command search | |
12679 | path. | |
12680 | If the file was compiled with debug information (option "-g"), source | |
12681 | files will be searched as well. | |
12682 | @value{GDBN} locates | |
12683 | the source files by searching the directories listed in the directory search | |
12684 | path (@pxref{Environment, ,Your program's environment}). | |
12685 | If it fails | |
12686 | to find a file, it displays a message such as: | |
104c1213 | 12687 | |
474c8240 | 12688 | @smallexample |
8e04817f | 12689 | prog: No such file or directory. |
474c8240 | 12690 | @end smallexample |
104c1213 | 12691 | |
8e04817f AC |
12692 | When this happens, add the appropriate directories to the search paths with |
12693 | the @value{GDBN} commands @code{path} and @code{dir}, and execute the | |
12694 | @code{target} command again. | |
104c1213 | 12695 | |
8e04817f AC |
12696 | @node Sparclet Connection |
12697 | @subsubsection Connecting to Sparclet | |
104c1213 | 12698 | |
8e04817f AC |
12699 | The @value{GDBN} command @code{target} lets you connect to a Sparclet target. |
12700 | To connect to a target on serial port ``@code{ttya}'', type: | |
104c1213 | 12701 | |
474c8240 | 12702 | @smallexample |
8e04817f AC |
12703 | (gdbslet) target sparclet /dev/ttya |
12704 | Remote target sparclet connected to /dev/ttya | |
12705 | main () at ../prog.c:3 | |
474c8240 | 12706 | @end smallexample |
104c1213 | 12707 | |
8e04817f AC |
12708 | @need 750 |
12709 | @value{GDBN} displays messages like these: | |
104c1213 | 12710 | |
474c8240 | 12711 | @smallexample |
8e04817f | 12712 | Connected to ttya. |
474c8240 | 12713 | @end smallexample |
104c1213 | 12714 | |
8e04817f AC |
12715 | @node Sparclet Download |
12716 | @subsubsection Sparclet download | |
104c1213 | 12717 | |
8e04817f AC |
12718 | @cindex download to Sparclet |
12719 | Once connected to the Sparclet target, | |
12720 | you can use the @value{GDBN} | |
12721 | @code{load} command to download the file from the host to the target. | |
12722 | The file name and load offset should be given as arguments to the @code{load} | |
12723 | command. | |
12724 | Since the file format is aout, the program must be loaded to the starting | |
12725 | address. You can use @code{objdump} to find out what this value is. The load | |
12726 | offset is an offset which is added to the VMA (virtual memory address) | |
12727 | of each of the file's sections. | |
12728 | For instance, if the program | |
12729 | @file{prog} was linked to text address 0x1201000, with data at 0x12010160 | |
12730 | and bss at 0x12010170, in @value{GDBN}, type: | |
104c1213 | 12731 | |
474c8240 | 12732 | @smallexample |
8e04817f AC |
12733 | (gdbslet) load prog 0x12010000 |
12734 | Loading section .text, size 0xdb0 vma 0x12010000 | |
474c8240 | 12735 | @end smallexample |
104c1213 | 12736 | |
8e04817f AC |
12737 | If the code is loaded at a different address then what the program was linked |
12738 | to, you may need to use the @code{section} and @code{add-symbol-file} commands | |
12739 | to tell @value{GDBN} where to map the symbol table. | |
12740 | ||
12741 | @node Sparclet Execution | |
12742 | @subsubsection Running and debugging | |
12743 | ||
12744 | @cindex running and debugging Sparclet programs | |
12745 | You can now begin debugging the task using @value{GDBN}'s execution control | |
12746 | commands, @code{b}, @code{step}, @code{run}, etc. See the @value{GDBN} | |
12747 | manual for the list of commands. | |
12748 | ||
474c8240 | 12749 | @smallexample |
8e04817f AC |
12750 | (gdbslet) b main |
12751 | Breakpoint 1 at 0x12010000: file prog.c, line 3. | |
12752 | (gdbslet) run | |
12753 | Starting program: prog | |
12754 | Breakpoint 1, main (argc=1, argv=0xeffff21c) at prog.c:3 | |
12755 | 3 char *symarg = 0; | |
12756 | (gdbslet) step | |
12757 | 4 char *execarg = "hello!"; | |
12758 | (gdbslet) | |
474c8240 | 12759 | @end smallexample |
8e04817f AC |
12760 | |
12761 | @node Sparclite | |
12762 | @subsection Fujitsu Sparclite | |
104c1213 JM |
12763 | |
12764 | @table @code | |
12765 | ||
8e04817f AC |
12766 | @kindex target sparclite |
12767 | @item target sparclite @var{dev} | |
12768 | Fujitsu sparclite boards, used only for the purpose of loading. | |
12769 | You must use an additional command to debug the program. | |
12770 | For example: target remote @var{dev} using @value{GDBN} standard | |
12771 | remote protocol. | |
104c1213 JM |
12772 | |
12773 | @end table | |
12774 | ||
8e04817f AC |
12775 | @node ST2000 |
12776 | @subsection Tandem ST2000 | |
104c1213 | 12777 | |
8e04817f AC |
12778 | @value{GDBN} may be used with a Tandem ST2000 phone switch, running Tandem's |
12779 | STDBUG protocol. | |
104c1213 | 12780 | |
8e04817f AC |
12781 | To connect your ST2000 to the host system, see the manufacturer's |
12782 | manual. Once the ST2000 is physically attached, you can run: | |
104c1213 | 12783 | |
474c8240 | 12784 | @smallexample |
8e04817f | 12785 | target st2000 @var{dev} @var{speed} |
474c8240 | 12786 | @end smallexample |
104c1213 | 12787 | |
8e04817f AC |
12788 | @noindent |
12789 | to establish it as your debugging environment. @var{dev} is normally | |
12790 | the name of a serial device, such as @file{/dev/ttya}, connected to the | |
12791 | ST2000 via a serial line. You can instead specify @var{dev} as a TCP | |
12792 | connection (for example, to a serial line attached via a terminal | |
12793 | concentrator) using the syntax @code{@var{hostname}:@var{portnumber}}. | |
104c1213 | 12794 | |
8e04817f AC |
12795 | The @code{load} and @code{attach} commands are @emph{not} defined for |
12796 | this target; you must load your program into the ST2000 as you normally | |
12797 | would for standalone operation. @value{GDBN} reads debugging information | |
12798 | (such as symbols) from a separate, debugging version of the program | |
12799 | available on your host computer. | |
12800 | @c FIXME!! This is terribly vague; what little content is here is | |
12801 | @c basically hearsay. | |
104c1213 | 12802 | |
8e04817f AC |
12803 | @cindex ST2000 auxiliary commands |
12804 | These auxiliary @value{GDBN} commands are available to help you with the ST2000 | |
12805 | environment: | |
104c1213 | 12806 | |
8e04817f AC |
12807 | @table @code |
12808 | @item st2000 @var{command} | |
12809 | @kindex st2000 @var{cmd} | |
12810 | @cindex STDBUG commands (ST2000) | |
12811 | @cindex commands to STDBUG (ST2000) | |
12812 | Send a @var{command} to the STDBUG monitor. See the manufacturer's | |
12813 | manual for available commands. | |
104c1213 | 12814 | |
8e04817f AC |
12815 | @item connect |
12816 | @cindex connect (to STDBUG) | |
12817 | Connect the controlling terminal to the STDBUG command monitor. When | |
12818 | you are done interacting with STDBUG, typing either of two character | |
12819 | sequences gets you back to the @value{GDBN} command prompt: | |
12820 | @kbd{@key{RET}~.} (Return, followed by tilde and period) or | |
12821 | @kbd{@key{RET}~@key{C-d}} (Return, followed by tilde and control-D). | |
104c1213 JM |
12822 | @end table |
12823 | ||
8e04817f AC |
12824 | @node Z8000 |
12825 | @subsection Zilog Z8000 | |
104c1213 | 12826 | |
8e04817f AC |
12827 | @cindex Z8000 |
12828 | @cindex simulator, Z8000 | |
12829 | @cindex Zilog Z8000 simulator | |
104c1213 | 12830 | |
8e04817f AC |
12831 | When configured for debugging Zilog Z8000 targets, @value{GDBN} includes |
12832 | a Z8000 simulator. | |
12833 | ||
12834 | For the Z8000 family, @samp{target sim} simulates either the Z8002 (the | |
12835 | unsegmented variant of the Z8000 architecture) or the Z8001 (the | |
12836 | segmented variant). The simulator recognizes which architecture is | |
12837 | appropriate by inspecting the object code. | |
104c1213 | 12838 | |
8e04817f AC |
12839 | @table @code |
12840 | @item target sim @var{args} | |
12841 | @kindex sim | |
12842 | @kindex target sim@r{, with Z8000} | |
12843 | Debug programs on a simulated CPU. If the simulator supports setup | |
12844 | options, specify them via @var{args}. | |
104c1213 JM |
12845 | @end table |
12846 | ||
8e04817f AC |
12847 | @noindent |
12848 | After specifying this target, you can debug programs for the simulated | |
12849 | CPU in the same style as programs for your host computer; use the | |
12850 | @code{file} command to load a new program image, the @code{run} command | |
12851 | to run your program, and so on. | |
12852 | ||
12853 | As well as making available all the usual machine registers | |
12854 | (@pxref{Registers, ,Registers}), the Z8000 simulator provides three | |
12855 | additional items of information as specially named registers: | |
104c1213 JM |
12856 | |
12857 | @table @code | |
12858 | ||
8e04817f AC |
12859 | @item cycles |
12860 | Counts clock-ticks in the simulator. | |
104c1213 | 12861 | |
8e04817f AC |
12862 | @item insts |
12863 | Counts instructions run in the simulator. | |
104c1213 | 12864 | |
8e04817f AC |
12865 | @item time |
12866 | Execution time in 60ths of a second. | |
104c1213 | 12867 | |
8e04817f | 12868 | @end table |
104c1213 | 12869 | |
8e04817f AC |
12870 | You can refer to these values in @value{GDBN} expressions with the usual |
12871 | conventions; for example, @w{@samp{b fputc if $cycles>5000}} sets a | |
12872 | conditional breakpoint that suspends only after at least 5000 | |
12873 | simulated clock ticks. | |
104c1213 | 12874 | |
8e04817f AC |
12875 | @node Architectures |
12876 | @section Architectures | |
104c1213 | 12877 | |
8e04817f AC |
12878 | This section describes characteristics of architectures that affect |
12879 | all uses of @value{GDBN} with the architecture, both native and cross. | |
104c1213 | 12880 | |
8e04817f AC |
12881 | @menu |
12882 | * A29K:: | |
12883 | * Alpha:: | |
12884 | * MIPS:: | |
12885 | @end menu | |
104c1213 | 12886 | |
8e04817f AC |
12887 | @node A29K |
12888 | @subsection A29K | |
104c1213 JM |
12889 | |
12890 | @table @code | |
104c1213 | 12891 | |
8e04817f AC |
12892 | @kindex set rstack_high_address |
12893 | @cindex AMD 29K register stack | |
12894 | @cindex register stack, AMD29K | |
12895 | @item set rstack_high_address @var{address} | |
12896 | On AMD 29000 family processors, registers are saved in a separate | |
12897 | @dfn{register stack}. There is no way for @value{GDBN} to determine the | |
12898 | extent of this stack. Normally, @value{GDBN} just assumes that the | |
12899 | stack is ``large enough''. This may result in @value{GDBN} referencing | |
12900 | memory locations that do not exist. If necessary, you can get around | |
12901 | this problem by specifying the ending address of the register stack with | |
12902 | the @code{set rstack_high_address} command. The argument should be an | |
12903 | address, which you probably want to precede with @samp{0x} to specify in | |
12904 | hexadecimal. | |
104c1213 | 12905 | |
8e04817f AC |
12906 | @kindex show rstack_high_address |
12907 | @item show rstack_high_address | |
12908 | Display the current limit of the register stack, on AMD 29000 family | |
12909 | processors. | |
104c1213 | 12910 | |
8e04817f | 12911 | @end table |
104c1213 | 12912 | |
8e04817f AC |
12913 | @node Alpha |
12914 | @subsection Alpha | |
104c1213 | 12915 | |
8e04817f | 12916 | See the following section. |
104c1213 | 12917 | |
8e04817f AC |
12918 | @node MIPS |
12919 | @subsection MIPS | |
104c1213 | 12920 | |
8e04817f AC |
12921 | @cindex stack on Alpha |
12922 | @cindex stack on MIPS | |
12923 | @cindex Alpha stack | |
12924 | @cindex MIPS stack | |
12925 | Alpha- and MIPS-based computers use an unusual stack frame, which | |
12926 | sometimes requires @value{GDBN} to search backward in the object code to | |
12927 | find the beginning of a function. | |
104c1213 | 12928 | |
8e04817f AC |
12929 | @cindex response time, MIPS debugging |
12930 | To improve response time (especially for embedded applications, where | |
12931 | @value{GDBN} may be restricted to a slow serial line for this search) | |
12932 | you may want to limit the size of this search, using one of these | |
12933 | commands: | |
104c1213 | 12934 | |
8e04817f AC |
12935 | @table @code |
12936 | @cindex @code{heuristic-fence-post} (Alpha, MIPS) | |
12937 | @item set heuristic-fence-post @var{limit} | |
12938 | Restrict @value{GDBN} to examining at most @var{limit} bytes in its | |
12939 | search for the beginning of a function. A value of @var{0} (the | |
12940 | default) means there is no limit. However, except for @var{0}, the | |
12941 | larger the limit the more bytes @code{heuristic-fence-post} must search | |
12942 | and therefore the longer it takes to run. | |
104c1213 | 12943 | |
8e04817f AC |
12944 | @item show heuristic-fence-post |
12945 | Display the current limit. | |
12946 | @end table | |
104c1213 JM |
12947 | |
12948 | @noindent | |
8e04817f AC |
12949 | These commands are available @emph{only} when @value{GDBN} is configured |
12950 | for debugging programs on Alpha or MIPS processors. | |
104c1213 | 12951 | |
104c1213 | 12952 | |
8e04817f AC |
12953 | @node Controlling GDB |
12954 | @chapter Controlling @value{GDBN} | |
12955 | ||
12956 | You can alter the way @value{GDBN} interacts with you by using the | |
12957 | @code{set} command. For commands controlling how @value{GDBN} displays | |
12958 | data, see @ref{Print Settings, ,Print settings}. Other settings are | |
12959 | described here. | |
12960 | ||
12961 | @menu | |
12962 | * Prompt:: Prompt | |
12963 | * Editing:: Command editing | |
12964 | * History:: Command history | |
12965 | * Screen Size:: Screen size | |
12966 | * Numbers:: Numbers | |
1e698235 | 12967 | * ABI:: Configuring the current ABI |
8e04817f AC |
12968 | * Messages/Warnings:: Optional warnings and messages |
12969 | * Debugging Output:: Optional messages about internal happenings | |
12970 | @end menu | |
12971 | ||
12972 | @node Prompt | |
12973 | @section Prompt | |
104c1213 | 12974 | |
8e04817f | 12975 | @cindex prompt |
104c1213 | 12976 | |
8e04817f AC |
12977 | @value{GDBN} indicates its readiness to read a command by printing a string |
12978 | called the @dfn{prompt}. This string is normally @samp{(@value{GDBP})}. You | |
12979 | can change the prompt string with the @code{set prompt} command. For | |
12980 | instance, when debugging @value{GDBN} with @value{GDBN}, it is useful to change | |
12981 | the prompt in one of the @value{GDBN} sessions so that you can always tell | |
12982 | which one you are talking to. | |
104c1213 | 12983 | |
8e04817f AC |
12984 | @emph{Note:} @code{set prompt} does not add a space for you after the |
12985 | prompt you set. This allows you to set a prompt which ends in a space | |
12986 | or a prompt that does not. | |
104c1213 | 12987 | |
8e04817f AC |
12988 | @table @code |
12989 | @kindex set prompt | |
12990 | @item set prompt @var{newprompt} | |
12991 | Directs @value{GDBN} to use @var{newprompt} as its prompt string henceforth. | |
104c1213 | 12992 | |
8e04817f AC |
12993 | @kindex show prompt |
12994 | @item show prompt | |
12995 | Prints a line of the form: @samp{Gdb's prompt is: @var{your-prompt}} | |
104c1213 JM |
12996 | @end table |
12997 | ||
8e04817f AC |
12998 | @node Editing |
12999 | @section Command editing | |
13000 | @cindex readline | |
13001 | @cindex command line editing | |
104c1213 | 13002 | |
8e04817f AC |
13003 | @value{GDBN} reads its input commands via the @dfn{readline} interface. This |
13004 | @sc{gnu} library provides consistent behavior for programs which provide a | |
13005 | command line interface to the user. Advantages are @sc{gnu} Emacs-style | |
13006 | or @dfn{vi}-style inline editing of commands, @code{csh}-like history | |
13007 | substitution, and a storage and recall of command history across | |
13008 | debugging sessions. | |
104c1213 | 13009 | |
8e04817f AC |
13010 | You may control the behavior of command line editing in @value{GDBN} with the |
13011 | command @code{set}. | |
104c1213 | 13012 | |
8e04817f AC |
13013 | @table @code |
13014 | @kindex set editing | |
13015 | @cindex editing | |
13016 | @item set editing | |
13017 | @itemx set editing on | |
13018 | Enable command line editing (enabled by default). | |
104c1213 | 13019 | |
8e04817f AC |
13020 | @item set editing off |
13021 | Disable command line editing. | |
104c1213 | 13022 | |
8e04817f AC |
13023 | @kindex show editing |
13024 | @item show editing | |
13025 | Show whether command line editing is enabled. | |
104c1213 JM |
13026 | @end table |
13027 | ||
8e04817f AC |
13028 | @node History |
13029 | @section Command history | |
13030 | ||
13031 | @value{GDBN} can keep track of the commands you type during your | |
13032 | debugging sessions, so that you can be certain of precisely what | |
13033 | happened. Use these commands to manage the @value{GDBN} command | |
13034 | history facility. | |
104c1213 JM |
13035 | |
13036 | @table @code | |
8e04817f AC |
13037 | @cindex history substitution |
13038 | @cindex history file | |
13039 | @kindex set history filename | |
13040 | @kindex GDBHISTFILE | |
13041 | @item set history filename @var{fname} | |
13042 | Set the name of the @value{GDBN} command history file to @var{fname}. | |
13043 | This is the file where @value{GDBN} reads an initial command history | |
13044 | list, and where it writes the command history from this session when it | |
13045 | exits. You can access this list through history expansion or through | |
13046 | the history command editing characters listed below. This file defaults | |
13047 | to the value of the environment variable @code{GDBHISTFILE}, or to | |
13048 | @file{./.gdb_history} (@file{./_gdb_history} on MS-DOS) if this variable | |
13049 | is not set. | |
104c1213 | 13050 | |
8e04817f AC |
13051 | @cindex history save |
13052 | @kindex set history save | |
13053 | @item set history save | |
13054 | @itemx set history save on | |
13055 | Record command history in a file, whose name may be specified with the | |
13056 | @code{set history filename} command. By default, this option is disabled. | |
104c1213 | 13057 | |
8e04817f AC |
13058 | @item set history save off |
13059 | Stop recording command history in a file. | |
104c1213 | 13060 | |
8e04817f AC |
13061 | @cindex history size |
13062 | @kindex set history size | |
13063 | @item set history size @var{size} | |
13064 | Set the number of commands which @value{GDBN} keeps in its history list. | |
13065 | This defaults to the value of the environment variable | |
13066 | @code{HISTSIZE}, or to 256 if this variable is not set. | |
104c1213 JM |
13067 | @end table |
13068 | ||
8e04817f AC |
13069 | @cindex history expansion |
13070 | History expansion assigns special meaning to the character @kbd{!}. | |
13071 | @ifset have-readline-appendices | |
13072 | @xref{Event Designators}. | |
13073 | @end ifset | |
13074 | ||
13075 | Since @kbd{!} is also the logical not operator in C, history expansion | |
13076 | is off by default. If you decide to enable history expansion with the | |
13077 | @code{set history expansion on} command, you may sometimes need to | |
13078 | follow @kbd{!} (when it is used as logical not, in an expression) with | |
13079 | a space or a tab to prevent it from being expanded. The readline | |
13080 | history facilities do not attempt substitution on the strings | |
13081 | @kbd{!=} and @kbd{!(}, even when history expansion is enabled. | |
13082 | ||
13083 | The commands to control history expansion are: | |
104c1213 JM |
13084 | |
13085 | @table @code | |
8e04817f AC |
13086 | @kindex set history expansion |
13087 | @item set history expansion on | |
13088 | @itemx set history expansion | |
13089 | Enable history expansion. History expansion is off by default. | |
104c1213 | 13090 | |
8e04817f AC |
13091 | @item set history expansion off |
13092 | Disable history expansion. | |
104c1213 | 13093 | |
8e04817f AC |
13094 | The readline code comes with more complete documentation of |
13095 | editing and history expansion features. Users unfamiliar with @sc{gnu} Emacs | |
13096 | or @code{vi} may wish to read it. | |
13097 | @ifset have-readline-appendices | |
13098 | @xref{Command Line Editing}. | |
13099 | @end ifset | |
104c1213 | 13100 | |
8e04817f AC |
13101 | @c @group |
13102 | @kindex show history | |
13103 | @item show history | |
13104 | @itemx show history filename | |
13105 | @itemx show history save | |
13106 | @itemx show history size | |
13107 | @itemx show history expansion | |
13108 | These commands display the state of the @value{GDBN} history parameters. | |
13109 | @code{show history} by itself displays all four states. | |
13110 | @c @end group | |
13111 | @end table | |
13112 | ||
13113 | @table @code | |
13114 | @kindex shows | |
13115 | @item show commands | |
13116 | Display the last ten commands in the command history. | |
104c1213 | 13117 | |
8e04817f AC |
13118 | @item show commands @var{n} |
13119 | Print ten commands centered on command number @var{n}. | |
13120 | ||
13121 | @item show commands + | |
13122 | Print ten commands just after the commands last printed. | |
104c1213 JM |
13123 | @end table |
13124 | ||
8e04817f AC |
13125 | @node Screen Size |
13126 | @section Screen size | |
13127 | @cindex size of screen | |
13128 | @cindex pauses in output | |
104c1213 | 13129 | |
8e04817f AC |
13130 | Certain commands to @value{GDBN} may produce large amounts of |
13131 | information output to the screen. To help you read all of it, | |
13132 | @value{GDBN} pauses and asks you for input at the end of each page of | |
13133 | output. Type @key{RET} when you want to continue the output, or @kbd{q} | |
13134 | to discard the remaining output. Also, the screen width setting | |
13135 | determines when to wrap lines of output. Depending on what is being | |
13136 | printed, @value{GDBN} tries to break the line at a readable place, | |
13137 | rather than simply letting it overflow onto the following line. | |
13138 | ||
13139 | Normally @value{GDBN} knows the size of the screen from the terminal | |
13140 | driver software. For example, on Unix @value{GDBN} uses the termcap data base | |
13141 | together with the value of the @code{TERM} environment variable and the | |
13142 | @code{stty rows} and @code{stty cols} settings. If this is not correct, | |
13143 | you can override it with the @code{set height} and @code{set | |
13144 | width} commands: | |
13145 | ||
13146 | @table @code | |
13147 | @kindex set height | |
13148 | @kindex set width | |
13149 | @kindex show width | |
13150 | @kindex show height | |
13151 | @item set height @var{lpp} | |
13152 | @itemx show height | |
13153 | @itemx set width @var{cpl} | |
13154 | @itemx show width | |
13155 | These @code{set} commands specify a screen height of @var{lpp} lines and | |
13156 | a screen width of @var{cpl} characters. The associated @code{show} | |
13157 | commands display the current settings. | |
104c1213 | 13158 | |
8e04817f AC |
13159 | If you specify a height of zero lines, @value{GDBN} does not pause during |
13160 | output no matter how long the output is. This is useful if output is to a | |
13161 | file or to an editor buffer. | |
104c1213 | 13162 | |
8e04817f AC |
13163 | Likewise, you can specify @samp{set width 0} to prevent @value{GDBN} |
13164 | from wrapping its output. | |
104c1213 JM |
13165 | @end table |
13166 | ||
8e04817f AC |
13167 | @node Numbers |
13168 | @section Numbers | |
13169 | @cindex number representation | |
13170 | @cindex entering numbers | |
104c1213 | 13171 | |
8e04817f AC |
13172 | You can always enter numbers in octal, decimal, or hexadecimal in |
13173 | @value{GDBN} by the usual conventions: octal numbers begin with | |
13174 | @samp{0}, decimal numbers end with @samp{.}, and hexadecimal numbers | |
13175 | begin with @samp{0x}. Numbers that begin with none of these are, by | |
13176 | default, entered in base 10; likewise, the default display for | |
13177 | numbers---when no particular format is specified---is base 10. You can | |
13178 | change the default base for both input and output with the @code{set | |
13179 | radix} command. | |
104c1213 | 13180 | |
8e04817f AC |
13181 | @table @code |
13182 | @kindex set input-radix | |
13183 | @item set input-radix @var{base} | |
13184 | Set the default base for numeric input. Supported choices | |
13185 | for @var{base} are decimal 8, 10, or 16. @var{base} must itself be | |
13186 | specified either unambiguously or using the current default radix; for | |
13187 | example, any of | |
104c1213 | 13188 | |
8e04817f AC |
13189 | @smallexample |
13190 | set radix 012 | |
13191 | set radix 10. | |
13192 | set radix 0xa | |
13193 | @end smallexample | |
104c1213 | 13194 | |
8e04817f AC |
13195 | @noindent |
13196 | sets the base to decimal. On the other hand, @samp{set radix 10} | |
13197 | leaves the radix unchanged no matter what it was. | |
104c1213 | 13198 | |
8e04817f AC |
13199 | @kindex set output-radix |
13200 | @item set output-radix @var{base} | |
13201 | Set the default base for numeric display. Supported choices | |
13202 | for @var{base} are decimal 8, 10, or 16. @var{base} must itself be | |
13203 | specified either unambiguously or using the current default radix. | |
104c1213 | 13204 | |
8e04817f AC |
13205 | @kindex show input-radix |
13206 | @item show input-radix | |
13207 | Display the current default base for numeric input. | |
104c1213 | 13208 | |
8e04817f AC |
13209 | @kindex show output-radix |
13210 | @item show output-radix | |
13211 | Display the current default base for numeric display. | |
13212 | @end table | |
104c1213 | 13213 | |
1e698235 DJ |
13214 | @node ABI |
13215 | @section Configuring the current ABI | |
13216 | ||
13217 | @value{GDBN} can determine the @dfn{ABI} (Application Binary Interface) of your | |
13218 | application automatically. However, sometimes you need to override its | |
13219 | conclusions. Use these commands to manage @value{GDBN}'s view of the | |
13220 | current ABI. | |
13221 | ||
98b45e30 DJ |
13222 | @cindex OS ABI |
13223 | @kindex set osabi | |
b4e9345d | 13224 | @kindex show osabi |
98b45e30 DJ |
13225 | |
13226 | One @value{GDBN} configuration can debug binaries for multiple operating | |
b383017d | 13227 | system targets, either via remote debugging or native emulation. |
98b45e30 DJ |
13228 | @value{GDBN} will autodetect the @dfn{OS ABI} (Operating System ABI) in use, |
13229 | but you can override its conclusion using the @code{set osabi} command. | |
13230 | One example where this is useful is in debugging of binaries which use | |
13231 | an alternate C library (e.g.@: @sc{uClibc} for @sc{gnu}/Linux) which does | |
13232 | not have the same identifying marks that the standard C library for your | |
13233 | platform provides. | |
13234 | ||
13235 | @table @code | |
13236 | @item show osabi | |
13237 | Show the OS ABI currently in use. | |
13238 | ||
13239 | @item set osabi | |
13240 | With no argument, show the list of registered available OS ABI's. | |
13241 | ||
13242 | @item set osabi @var{abi} | |
13243 | Set the current OS ABI to @var{abi}. | |
13244 | @end table | |
13245 | ||
1e698235 DJ |
13246 | @cindex float promotion |
13247 | @kindex set coerce-float-to-double | |
13248 | ||
13249 | Generally, the way that an argument of type @code{float} is passed to a | |
13250 | function depends on whether the function is prototyped. For a prototyped | |
13251 | (i.e.@: ANSI/ISO style) function, @code{float} arguments are passed unchanged, | |
13252 | according to the architecture's convention for @code{float}. For unprototyped | |
13253 | (i.e.@: K&R style) functions, @code{float} arguments are first promoted to type | |
13254 | @code{double} and then passed. | |
13255 | ||
13256 | Unfortunately, some forms of debug information do not reliably indicate whether | |
13257 | a function is prototyped. If @value{GDBN} calls a function that is not marked | |
13258 | as prototyped, it consults @kbd{set coerce-float-to-double}. | |
13259 | ||
13260 | @table @code | |
13261 | @item set coerce-float-to-double | |
13262 | @itemx set coerce-float-to-double on | |
13263 | Arguments of type @code{float} will be promoted to @code{double} when passed | |
13264 | to an unprototyped function. This is the default setting. | |
13265 | ||
13266 | @item set coerce-float-to-double off | |
13267 | Arguments of type @code{float} will be passed directly to unprototyped | |
13268 | functions. | |
13269 | @end table | |
13270 | ||
f1212245 DJ |
13271 | @kindex set cp-abi |
13272 | @kindex show cp-abi | |
13273 | @value{GDBN} needs to know the ABI used for your program's C@t{++} | |
13274 | objects. The correct C@t{++} ABI depends on which C@t{++} compiler was | |
13275 | used to build your application. @value{GDBN} only fully supports | |
13276 | programs with a single C@t{++} ABI; if your program contains code using | |
13277 | multiple C@t{++} ABI's or if @value{GDBN} can not identify your | |
13278 | program's ABI correctly, you can tell @value{GDBN} which ABI to use. | |
13279 | Currently supported ABI's include ``gnu-v2'', for @code{g++} versions | |
13280 | before 3.0, ``gnu-v3'', for @code{g++} versions 3.0 and later, and | |
13281 | ``hpaCC'' for the HP ANSI C@t{++} compiler. Other C@t{++} compilers may | |
13282 | use the ``gnu-v2'' or ``gnu-v3'' ABI's as well. The default setting is | |
13283 | ``auto''. | |
13284 | ||
13285 | @table @code | |
13286 | @item show cp-abi | |
13287 | Show the C@t{++} ABI currently in use. | |
13288 | ||
13289 | @item set cp-abi | |
13290 | With no argument, show the list of supported C@t{++} ABI's. | |
13291 | ||
13292 | @item set cp-abi @var{abi} | |
13293 | @itemx set cp-abi auto | |
13294 | Set the current C@t{++} ABI to @var{abi}, or return to automatic detection. | |
13295 | @end table | |
13296 | ||
8e04817f AC |
13297 | @node Messages/Warnings |
13298 | @section Optional warnings and messages | |
104c1213 | 13299 | |
8e04817f AC |
13300 | By default, @value{GDBN} is silent about its inner workings. If you are |
13301 | running on a slow machine, you may want to use the @code{set verbose} | |
13302 | command. This makes @value{GDBN} tell you when it does a lengthy | |
13303 | internal operation, so you will not think it has crashed. | |
104c1213 | 13304 | |
8e04817f AC |
13305 | Currently, the messages controlled by @code{set verbose} are those |
13306 | which announce that the symbol table for a source file is being read; | |
13307 | see @code{symbol-file} in @ref{Files, ,Commands to specify files}. | |
104c1213 | 13308 | |
8e04817f AC |
13309 | @table @code |
13310 | @kindex set verbose | |
13311 | @item set verbose on | |
13312 | Enables @value{GDBN} output of certain informational messages. | |
104c1213 | 13313 | |
8e04817f AC |
13314 | @item set verbose off |
13315 | Disables @value{GDBN} output of certain informational messages. | |
104c1213 | 13316 | |
8e04817f AC |
13317 | @kindex show verbose |
13318 | @item show verbose | |
13319 | Displays whether @code{set verbose} is on or off. | |
13320 | @end table | |
104c1213 | 13321 | |
8e04817f AC |
13322 | By default, if @value{GDBN} encounters bugs in the symbol table of an |
13323 | object file, it is silent; but if you are debugging a compiler, you may | |
13324 | find this information useful (@pxref{Symbol Errors, ,Errors reading | |
13325 | symbol files}). | |
104c1213 | 13326 | |
8e04817f | 13327 | @table @code |
104c1213 | 13328 | |
8e04817f AC |
13329 | @kindex set complaints |
13330 | @item set complaints @var{limit} | |
13331 | Permits @value{GDBN} to output @var{limit} complaints about each type of | |
13332 | unusual symbols before becoming silent about the problem. Set | |
13333 | @var{limit} to zero to suppress all complaints; set it to a large number | |
13334 | to prevent complaints from being suppressed. | |
104c1213 | 13335 | |
8e04817f AC |
13336 | @kindex show complaints |
13337 | @item show complaints | |
13338 | Displays how many symbol complaints @value{GDBN} is permitted to produce. | |
104c1213 | 13339 | |
8e04817f | 13340 | @end table |
104c1213 | 13341 | |
8e04817f AC |
13342 | By default, @value{GDBN} is cautious, and asks what sometimes seems to be a |
13343 | lot of stupid questions to confirm certain commands. For example, if | |
13344 | you try to run a program which is already running: | |
104c1213 | 13345 | |
474c8240 | 13346 | @smallexample |
8e04817f AC |
13347 | (@value{GDBP}) run |
13348 | The program being debugged has been started already. | |
13349 | Start it from the beginning? (y or n) | |
474c8240 | 13350 | @end smallexample |
104c1213 | 13351 | |
8e04817f AC |
13352 | If you are willing to unflinchingly face the consequences of your own |
13353 | commands, you can disable this ``feature'': | |
104c1213 | 13354 | |
8e04817f | 13355 | @table @code |
104c1213 | 13356 | |
8e04817f AC |
13357 | @kindex set confirm |
13358 | @cindex flinching | |
13359 | @cindex confirmation | |
13360 | @cindex stupid questions | |
13361 | @item set confirm off | |
13362 | Disables confirmation requests. | |
104c1213 | 13363 | |
8e04817f AC |
13364 | @item set confirm on |
13365 | Enables confirmation requests (the default). | |
104c1213 | 13366 | |
8e04817f AC |
13367 | @kindex show confirm |
13368 | @item show confirm | |
13369 | Displays state of confirmation requests. | |
13370 | ||
13371 | @end table | |
104c1213 | 13372 | |
8e04817f AC |
13373 | @node Debugging Output |
13374 | @section Optional messages about internal happenings | |
104c1213 | 13375 | @table @code |
8e04817f AC |
13376 | @kindex set debug arch |
13377 | @item set debug arch | |
13378 | Turns on or off display of gdbarch debugging info. The default is off | |
13379 | @kindex show debug arch | |
13380 | @item show debug arch | |
13381 | Displays the current state of displaying gdbarch debugging info. | |
13382 | @kindex set debug event | |
13383 | @item set debug event | |
13384 | Turns on or off display of @value{GDBN} event debugging info. The | |
13385 | default is off. | |
13386 | @kindex show debug event | |
13387 | @item show debug event | |
13388 | Displays the current state of displaying @value{GDBN} event debugging | |
13389 | info. | |
13390 | @kindex set debug expression | |
13391 | @item set debug expression | |
13392 | Turns on or off display of @value{GDBN} expression debugging info. The | |
13393 | default is off. | |
13394 | @kindex show debug expression | |
13395 | @item show debug expression | |
13396 | Displays the current state of displaying @value{GDBN} expression | |
13397 | debugging info. | |
7453dc06 AC |
13398 | @kindex set debug frame |
13399 | @item set debug frame | |
13400 | Turns on or off display of @value{GDBN} frame debugging info. The | |
13401 | default is off. | |
13402 | @kindex show debug frame | |
13403 | @item show debug frame | |
13404 | Displays the current state of displaying @value{GDBN} frame debugging | |
13405 | info. | |
8e04817f AC |
13406 | @kindex set debug overload |
13407 | @item set debug overload | |
13408 | Turns on or off display of @value{GDBN} C@t{++} overload debugging | |
13409 | info. This includes info such as ranking of functions, etc. The default | |
13410 | is off. | |
13411 | @kindex show debug overload | |
13412 | @item show debug overload | |
13413 | Displays the current state of displaying @value{GDBN} C@t{++} overload | |
13414 | debugging info. | |
13415 | @kindex set debug remote | |
13416 | @cindex packets, reporting on stdout | |
13417 | @cindex serial connections, debugging | |
13418 | @item set debug remote | |
13419 | Turns on or off display of reports on all packets sent back and forth across | |
13420 | the serial line to the remote machine. The info is printed on the | |
13421 | @value{GDBN} standard output stream. The default is off. | |
13422 | @kindex show debug remote | |
13423 | @item show debug remote | |
13424 | Displays the state of display of remote packets. | |
13425 | @kindex set debug serial | |
13426 | @item set debug serial | |
13427 | Turns on or off display of @value{GDBN} serial debugging info. The | |
13428 | default is off. | |
13429 | @kindex show debug serial | |
13430 | @item show debug serial | |
13431 | Displays the current state of displaying @value{GDBN} serial debugging | |
13432 | info. | |
13433 | @kindex set debug target | |
13434 | @item set debug target | |
13435 | Turns on or off display of @value{GDBN} target debugging info. This info | |
13436 | includes what is going on at the target level of GDB, as it happens. The | |
701b08bb DJ |
13437 | default is 0. Set it to 1 to track events, and to 2 to also track the |
13438 | value of large memory transfers. Changes to this flag do not take effect | |
13439 | until the next time you connect to a target or use the @code{run} command. | |
8e04817f AC |
13440 | @kindex show debug target |
13441 | @item show debug target | |
13442 | Displays the current state of displaying @value{GDBN} target debugging | |
13443 | info. | |
13444 | @kindex set debug varobj | |
13445 | @item set debug varobj | |
13446 | Turns on or off display of @value{GDBN} variable object debugging | |
13447 | info. The default is off. | |
13448 | @kindex show debug varobj | |
13449 | @item show debug varobj | |
13450 | Displays the current state of displaying @value{GDBN} variable object | |
13451 | debugging info. | |
13452 | @end table | |
104c1213 | 13453 | |
8e04817f AC |
13454 | @node Sequences |
13455 | @chapter Canned Sequences of Commands | |
104c1213 | 13456 | |
8e04817f AC |
13457 | Aside from breakpoint commands (@pxref{Break Commands, ,Breakpoint |
13458 | command lists}), @value{GDBN} provides two ways to store sequences of | |
13459 | commands for execution as a unit: user-defined commands and command | |
13460 | files. | |
104c1213 | 13461 | |
8e04817f AC |
13462 | @menu |
13463 | * Define:: User-defined commands | |
13464 | * Hooks:: User-defined command hooks | |
13465 | * Command Files:: Command files | |
13466 | * Output:: Commands for controlled output | |
13467 | @end menu | |
104c1213 | 13468 | |
8e04817f AC |
13469 | @node Define |
13470 | @section User-defined commands | |
104c1213 | 13471 | |
8e04817f AC |
13472 | @cindex user-defined command |
13473 | A @dfn{user-defined command} is a sequence of @value{GDBN} commands to | |
13474 | which you assign a new name as a command. This is done with the | |
13475 | @code{define} command. User commands may accept up to 10 arguments | |
13476 | separated by whitespace. Arguments are accessed within the user command | |
13477 | via @var{$arg0@dots{}$arg9}. A trivial example: | |
104c1213 | 13478 | |
8e04817f AC |
13479 | @smallexample |
13480 | define adder | |
13481 | print $arg0 + $arg1 + $arg2 | |
13482 | @end smallexample | |
104c1213 JM |
13483 | |
13484 | @noindent | |
8e04817f | 13485 | To execute the command use: |
104c1213 | 13486 | |
8e04817f AC |
13487 | @smallexample |
13488 | adder 1 2 3 | |
13489 | @end smallexample | |
104c1213 | 13490 | |
8e04817f AC |
13491 | @noindent |
13492 | This defines the command @code{adder}, which prints the sum of | |
13493 | its three arguments. Note the arguments are text substitutions, so they may | |
13494 | reference variables, use complex expressions, or even perform inferior | |
13495 | functions calls. | |
104c1213 JM |
13496 | |
13497 | @table @code | |
104c1213 | 13498 | |
8e04817f AC |
13499 | @kindex define |
13500 | @item define @var{commandname} | |
13501 | Define a command named @var{commandname}. If there is already a command | |
13502 | by that name, you are asked to confirm that you want to redefine it. | |
104c1213 | 13503 | |
8e04817f AC |
13504 | The definition of the command is made up of other @value{GDBN} command lines, |
13505 | which are given following the @code{define} command. The end of these | |
13506 | commands is marked by a line containing @code{end}. | |
104c1213 | 13507 | |
8e04817f AC |
13508 | @kindex if |
13509 | @kindex else | |
13510 | @item if | |
13511 | Takes a single argument, which is an expression to evaluate. | |
13512 | It is followed by a series of commands that are executed | |
13513 | only if the expression is true (nonzero). | |
13514 | There can then optionally be a line @code{else}, followed | |
13515 | by a series of commands that are only executed if the expression | |
13516 | was false. The end of the list is marked by a line containing @code{end}. | |
104c1213 | 13517 | |
8e04817f AC |
13518 | @kindex while |
13519 | @item while | |
13520 | The syntax is similar to @code{if}: the command takes a single argument, | |
13521 | which is an expression to evaluate, and must be followed by the commands to | |
13522 | execute, one per line, terminated by an @code{end}. | |
13523 | The commands are executed repeatedly as long as the expression | |
13524 | evaluates to true. | |
104c1213 | 13525 | |
8e04817f AC |
13526 | @kindex document |
13527 | @item document @var{commandname} | |
13528 | Document the user-defined command @var{commandname}, so that it can be | |
13529 | accessed by @code{help}. The command @var{commandname} must already be | |
13530 | defined. This command reads lines of documentation just as @code{define} | |
13531 | reads the lines of the command definition, ending with @code{end}. | |
13532 | After the @code{document} command is finished, @code{help} on command | |
13533 | @var{commandname} displays the documentation you have written. | |
104c1213 | 13534 | |
8e04817f AC |
13535 | You may use the @code{document} command again to change the |
13536 | documentation of a command. Redefining the command with @code{define} | |
13537 | does not change the documentation. | |
104c1213 | 13538 | |
8e04817f AC |
13539 | @kindex help user-defined |
13540 | @item help user-defined | |
13541 | List all user-defined commands, with the first line of the documentation | |
13542 | (if any) for each. | |
104c1213 | 13543 | |
8e04817f AC |
13544 | @kindex show user |
13545 | @item show user | |
13546 | @itemx show user @var{commandname} | |
13547 | Display the @value{GDBN} commands used to define @var{commandname} (but | |
13548 | not its documentation). If no @var{commandname} is given, display the | |
13549 | definitions for all user-defined commands. | |
104c1213 | 13550 | |
20f01a46 DH |
13551 | @kindex show max-user-call-depth |
13552 | @kindex set max-user-call-depth | |
13553 | @item show max-user-call-depth | |
5ca0cb28 DH |
13554 | @itemx set max-user-call-depth |
13555 | The value of @code{max-user-call-depth} controls how many recursion | |
13556 | levels are allowed in user-defined commands before GDB suspects an | |
13557 | infinite recursion and aborts the command. | |
20f01a46 | 13558 | |
104c1213 JM |
13559 | @end table |
13560 | ||
8e04817f AC |
13561 | When user-defined commands are executed, the |
13562 | commands of the definition are not printed. An error in any command | |
13563 | stops execution of the user-defined command. | |
104c1213 | 13564 | |
8e04817f AC |
13565 | If used interactively, commands that would ask for confirmation proceed |
13566 | without asking when used inside a user-defined command. Many @value{GDBN} | |
13567 | commands that normally print messages to say what they are doing omit the | |
13568 | messages when used in a user-defined command. | |
104c1213 | 13569 | |
8e04817f AC |
13570 | @node Hooks |
13571 | @section User-defined command hooks | |
13572 | @cindex command hooks | |
13573 | @cindex hooks, for commands | |
13574 | @cindex hooks, pre-command | |
104c1213 | 13575 | |
8e04817f AC |
13576 | @kindex hook |
13577 | @kindex hook- | |
13578 | You may define @dfn{hooks}, which are a special kind of user-defined | |
13579 | command. Whenever you run the command @samp{foo}, if the user-defined | |
13580 | command @samp{hook-foo} exists, it is executed (with no arguments) | |
13581 | before that command. | |
104c1213 | 13582 | |
8e04817f AC |
13583 | @cindex hooks, post-command |
13584 | @kindex hookpost | |
13585 | @kindex hookpost- | |
13586 | A hook may also be defined which is run after the command you executed. | |
13587 | Whenever you run the command @samp{foo}, if the user-defined command | |
13588 | @samp{hookpost-foo} exists, it is executed (with no arguments) after | |
13589 | that command. Post-execution hooks may exist simultaneously with | |
13590 | pre-execution hooks, for the same command. | |
104c1213 | 13591 | |
8e04817f AC |
13592 | It is valid for a hook to call the command which it hooks. If this |
13593 | occurs, the hook is not re-executed, thereby avoiding infinte recursion. | |
104c1213 | 13594 | |
8e04817f AC |
13595 | @c It would be nice if hookpost could be passed a parameter indicating |
13596 | @c if the command it hooks executed properly or not. FIXME! | |
104c1213 | 13597 | |
8e04817f AC |
13598 | @kindex stop@r{, a pseudo-command} |
13599 | In addition, a pseudo-command, @samp{stop} exists. Defining | |
13600 | (@samp{hook-stop}) makes the associated commands execute every time | |
13601 | execution stops in your program: before breakpoint commands are run, | |
13602 | displays are printed, or the stack frame is printed. | |
104c1213 | 13603 | |
8e04817f AC |
13604 | For example, to ignore @code{SIGALRM} signals while |
13605 | single-stepping, but treat them normally during normal execution, | |
13606 | you could define: | |
104c1213 | 13607 | |
474c8240 | 13608 | @smallexample |
8e04817f AC |
13609 | define hook-stop |
13610 | handle SIGALRM nopass | |
13611 | end | |
104c1213 | 13612 | |
8e04817f AC |
13613 | define hook-run |
13614 | handle SIGALRM pass | |
13615 | end | |
104c1213 | 13616 | |
8e04817f AC |
13617 | define hook-continue |
13618 | handle SIGLARM pass | |
13619 | end | |
474c8240 | 13620 | @end smallexample |
104c1213 | 13621 | |
8e04817f | 13622 | As a further example, to hook at the begining and end of the @code{echo} |
b383017d | 13623 | command, and to add extra text to the beginning and end of the message, |
8e04817f | 13624 | you could define: |
104c1213 | 13625 | |
474c8240 | 13626 | @smallexample |
8e04817f AC |
13627 | define hook-echo |
13628 | echo <<<--- | |
13629 | end | |
104c1213 | 13630 | |
8e04817f AC |
13631 | define hookpost-echo |
13632 | echo --->>>\n | |
13633 | end | |
104c1213 | 13634 | |
8e04817f AC |
13635 | (@value{GDBP}) echo Hello World |
13636 | <<<---Hello World--->>> | |
13637 | (@value{GDBP}) | |
104c1213 | 13638 | |
474c8240 | 13639 | @end smallexample |
104c1213 | 13640 | |
8e04817f AC |
13641 | You can define a hook for any single-word command in @value{GDBN}, but |
13642 | not for command aliases; you should define a hook for the basic command | |
13643 | name, e.g. @code{backtrace} rather than @code{bt}. | |
13644 | @c FIXME! So how does Joe User discover whether a command is an alias | |
13645 | @c or not? | |
13646 | If an error occurs during the execution of your hook, execution of | |
13647 | @value{GDBN} commands stops and @value{GDBN} issues a prompt | |
13648 | (before the command that you actually typed had a chance to run). | |
104c1213 | 13649 | |
8e04817f AC |
13650 | If you try to define a hook which does not match any known command, you |
13651 | get a warning from the @code{define} command. | |
c906108c | 13652 | |
8e04817f AC |
13653 | @node Command Files |
13654 | @section Command files | |
c906108c | 13655 | |
8e04817f AC |
13656 | @cindex command files |
13657 | A command file for @value{GDBN} is a file of lines that are @value{GDBN} | |
13658 | commands. Comments (lines starting with @kbd{#}) may also be included. | |
13659 | An empty line in a command file does nothing; it does not mean to repeat | |
13660 | the last command, as it would from the terminal. | |
c906108c | 13661 | |
8e04817f AC |
13662 | @cindex init file |
13663 | @cindex @file{.gdbinit} | |
13664 | @cindex @file{gdb.ini} | |
13665 | When you start @value{GDBN}, it automatically executes commands from its | |
13666 | @dfn{init files}, normally called @file{.gdbinit}@footnote{The DJGPP | |
13667 | port of @value{GDBN} uses the name @file{gdb.ini} instead, due to the | |
13668 | limitations of file names imposed by DOS filesystems.}. | |
13669 | During startup, @value{GDBN} does the following: | |
c906108c | 13670 | |
8e04817f AC |
13671 | @enumerate |
13672 | @item | |
13673 | Reads the init file (if any) in your home directory@footnote{On | |
13674 | DOS/Windows systems, the home directory is the one pointed to by the | |
13675 | @code{HOME} environment variable.}. | |
c906108c | 13676 | |
8e04817f AC |
13677 | @item |
13678 | Processes command line options and operands. | |
c906108c | 13679 | |
8e04817f AC |
13680 | @item |
13681 | Reads the init file (if any) in the current working directory. | |
c906108c | 13682 | |
8e04817f AC |
13683 | @item |
13684 | Reads command files specified by the @samp{-x} option. | |
13685 | @end enumerate | |
c906108c | 13686 | |
8e04817f AC |
13687 | The init file in your home directory can set options (such as @samp{set |
13688 | complaints}) that affect subsequent processing of command line options | |
13689 | and operands. Init files are not executed if you use the @samp{-nx} | |
13690 | option (@pxref{Mode Options, ,Choosing modes}). | |
c906108c | 13691 | |
8e04817f AC |
13692 | @cindex init file name |
13693 | On some configurations of @value{GDBN}, the init file is known by a | |
13694 | different name (these are typically environments where a specialized | |
13695 | form of @value{GDBN} may need to coexist with other forms, hence a | |
13696 | different name for the specialized version's init file). These are the | |
13697 | environments with special init file names: | |
c906108c | 13698 | |
8e04817f AC |
13699 | @cindex @file{.vxgdbinit} |
13700 | @itemize @bullet | |
13701 | @item | |
13702 | VxWorks (Wind River Systems real-time OS): @file{.vxgdbinit} | |
c906108c | 13703 | |
8e04817f AC |
13704 | @cindex @file{.os68gdbinit} |
13705 | @item | |
13706 | OS68K (Enea Data Systems real-time OS): @file{.os68gdbinit} | |
c906108c | 13707 | |
8e04817f AC |
13708 | @cindex @file{.esgdbinit} |
13709 | @item | |
13710 | ES-1800 (Ericsson Telecom AB M68000 emulator): @file{.esgdbinit} | |
13711 | @end itemize | |
c906108c | 13712 | |
8e04817f AC |
13713 | You can also request the execution of a command file with the |
13714 | @code{source} command: | |
c906108c | 13715 | |
8e04817f AC |
13716 | @table @code |
13717 | @kindex source | |
13718 | @item source @var{filename} | |
13719 | Execute the command file @var{filename}. | |
c906108c SS |
13720 | @end table |
13721 | ||
8e04817f | 13722 | The lines in a command file are executed sequentially. They are not |
a71ec265 DH |
13723 | printed as they are executed. An error in any command terminates |
13724 | execution of the command file and control is returned to the console. | |
c906108c | 13725 | |
8e04817f AC |
13726 | Commands that would ask for confirmation if used interactively proceed |
13727 | without asking when used in a command file. Many @value{GDBN} commands that | |
13728 | normally print messages to say what they are doing omit the messages | |
13729 | when called from command files. | |
c906108c | 13730 | |
8e04817f AC |
13731 | @value{GDBN} also accepts command input from standard input. In this |
13732 | mode, normal output goes to standard output and error output goes to | |
13733 | standard error. Errors in a command file supplied on standard input do | |
13734 | not terminate execution of the command file --- execution continues with | |
13735 | the next command. | |
c906108c | 13736 | |
474c8240 | 13737 | @smallexample |
8e04817f | 13738 | gdb < cmds > log 2>&1 |
474c8240 | 13739 | @end smallexample |
c906108c | 13740 | |
8e04817f AC |
13741 | (The syntax above will vary depending on the shell used.) This example |
13742 | will execute commands from the file @file{cmds}. All output and errors | |
13743 | would be directed to @file{log}. | |
c906108c | 13744 | |
8e04817f AC |
13745 | @node Output |
13746 | @section Commands for controlled output | |
c906108c | 13747 | |
8e04817f AC |
13748 | During the execution of a command file or a user-defined command, normal |
13749 | @value{GDBN} output is suppressed; the only output that appears is what is | |
13750 | explicitly printed by the commands in the definition. This section | |
13751 | describes three commands useful for generating exactly the output you | |
13752 | want. | |
c906108c SS |
13753 | |
13754 | @table @code | |
8e04817f AC |
13755 | @kindex echo |
13756 | @item echo @var{text} | |
13757 | @c I do not consider backslash-space a standard C escape sequence | |
13758 | @c because it is not in ANSI. | |
13759 | Print @var{text}. Nonprinting characters can be included in | |
13760 | @var{text} using C escape sequences, such as @samp{\n} to print a | |
13761 | newline. @strong{No newline is printed unless you specify one.} | |
13762 | In addition to the standard C escape sequences, a backslash followed | |
13763 | by a space stands for a space. This is useful for displaying a | |
13764 | string with spaces at the beginning or the end, since leading and | |
13765 | trailing spaces are otherwise trimmed from all arguments. | |
13766 | To print @samp{@w{ }and foo =@w{ }}, use the command | |
13767 | @samp{echo \@w{ }and foo = \@w{ }}. | |
c906108c | 13768 | |
8e04817f AC |
13769 | A backslash at the end of @var{text} can be used, as in C, to continue |
13770 | the command onto subsequent lines. For example, | |
c906108c | 13771 | |
474c8240 | 13772 | @smallexample |
8e04817f AC |
13773 | echo This is some text\n\ |
13774 | which is continued\n\ | |
13775 | onto several lines.\n | |
474c8240 | 13776 | @end smallexample |
c906108c | 13777 | |
8e04817f | 13778 | produces the same output as |
c906108c | 13779 | |
474c8240 | 13780 | @smallexample |
8e04817f AC |
13781 | echo This is some text\n |
13782 | echo which is continued\n | |
13783 | echo onto several lines.\n | |
474c8240 | 13784 | @end smallexample |
c906108c | 13785 | |
8e04817f AC |
13786 | @kindex output |
13787 | @item output @var{expression} | |
13788 | Print the value of @var{expression} and nothing but that value: no | |
13789 | newlines, no @samp{$@var{nn} = }. The value is not entered in the | |
13790 | value history either. @xref{Expressions, ,Expressions}, for more information | |
13791 | on expressions. | |
c906108c | 13792 | |
8e04817f AC |
13793 | @item output/@var{fmt} @var{expression} |
13794 | Print the value of @var{expression} in format @var{fmt}. You can use | |
13795 | the same formats as for @code{print}. @xref{Output Formats,,Output | |
13796 | formats}, for more information. | |
c906108c | 13797 | |
8e04817f AC |
13798 | @kindex printf |
13799 | @item printf @var{string}, @var{expressions}@dots{} | |
13800 | Print the values of the @var{expressions} under the control of | |
13801 | @var{string}. The @var{expressions} are separated by commas and may be | |
13802 | either numbers or pointers. Their values are printed as specified by | |
13803 | @var{string}, exactly as if your program were to execute the C | |
13804 | subroutine | |
13805 | @c FIXME: the above implies that at least all ANSI C formats are | |
13806 | @c supported, but it isn't true: %E and %G don't work (or so it seems). | |
13807 | @c Either this is a bug, or the manual should document what formats are | |
13808 | @c supported. | |
c906108c | 13809 | |
474c8240 | 13810 | @smallexample |
8e04817f | 13811 | printf (@var{string}, @var{expressions}@dots{}); |
474c8240 | 13812 | @end smallexample |
c906108c | 13813 | |
8e04817f | 13814 | For example, you can print two values in hex like this: |
c906108c | 13815 | |
8e04817f AC |
13816 | @smallexample |
13817 | printf "foo, bar-foo = 0x%x, 0x%x\n", foo, bar-foo | |
13818 | @end smallexample | |
c906108c | 13819 | |
8e04817f AC |
13820 | The only backslash-escape sequences that you can use in the format |
13821 | string are the simple ones that consist of backslash followed by a | |
13822 | letter. | |
c906108c SS |
13823 | @end table |
13824 | ||
21c294e6 AC |
13825 | @node Interpreters |
13826 | @chapter Command Interpreters | |
13827 | @cindex command interpreters | |
13828 | ||
13829 | @value{GDBN} supports multiple command interpreters, and some command | |
13830 | infrastructure to allow users or user interface writers to switch | |
13831 | between interpreters or run commands in other interpreters. | |
13832 | ||
13833 | @value{GDBN} currently supports two command interpreters, the console | |
13834 | interpreter (sometimes called the command-line interpreter or @sc{cli}) | |
13835 | and the machine interface interpreter (or @sc{gdb/mi}). This manual | |
13836 | describes both of these interfaces in great detail. | |
13837 | ||
13838 | By default, @value{GDBN} will start with the console interpreter. | |
13839 | However, the user may choose to start @value{GDBN} with another | |
13840 | interpreter by specifying the @option{-i} or @option{--interpreter} | |
13841 | startup options. Defined interpreters include: | |
13842 | ||
13843 | @table @code | |
13844 | @item console | |
13845 | @cindex console interpreter | |
13846 | The traditional console or command-line interpreter. This is the most often | |
13847 | used interpreter with @value{GDBN}. With no interpreter specified at runtime, | |
13848 | @value{GDBN} will use this interpreter. | |
13849 | ||
13850 | @item mi | |
13851 | @cindex mi interpreter | |
13852 | The newest @sc{gdb/mi} interface (currently @code{mi2}). Used primarily | |
13853 | by programs wishing to use @value{GDBN} as a backend for a debugger GUI | |
13854 | or an IDE. For more information, see @ref{GDB/MI, ,The @sc{gdb/mi} | |
13855 | Interface}. | |
13856 | ||
13857 | @item mi2 | |
13858 | @cindex mi2 interpreter | |
13859 | The current @sc{gdb/mi} interface. | |
13860 | ||
13861 | @item mi1 | |
13862 | @cindex mi1 interpreter | |
13863 | The @sc{gdb/mi} interface included in @value{GDBN} 5.1, 5.2, and 5.3. | |
13864 | ||
13865 | @end table | |
13866 | ||
13867 | @cindex invoke another interpreter | |
13868 | The interpreter being used by @value{GDBN} may not be dynamically | |
13869 | switched at runtime. Although possible, this could lead to a very | |
13870 | precarious situation. Consider an IDE using @sc{gdb/mi}. If a user | |
13871 | enters the command "interpreter-set console" in a console view, | |
13872 | @value{GDBN} would switch to using the console interpreter, rendering | |
13873 | the IDE inoperable! | |
13874 | ||
13875 | @kindex interpreter-exec | |
13876 | Although you may only choose a single interpreter at startup, you may execute | |
13877 | commands in any interpreter from the current interpreter using the appropriate | |
13878 | command. If you are running the console interpreter, simply use the | |
13879 | @code{interpreter-exec} command: | |
13880 | ||
13881 | @smallexample | |
13882 | interpreter-exec mi "-data-list-register-names" | |
13883 | @end smallexample | |
13884 | ||
13885 | @sc{gdb/mi} has a similar command, although it is only available in versions of | |
13886 | @value{GDBN} which support @sc{gdb/mi} version 2 (or greater). | |
13887 | ||
8e04817f AC |
13888 | @node TUI |
13889 | @chapter @value{GDBN} Text User Interface | |
13890 | @cindex TUI | |
c906108c | 13891 | |
8e04817f AC |
13892 | @menu |
13893 | * TUI Overview:: TUI overview | |
13894 | * TUI Keys:: TUI key bindings | |
7cf36c78 | 13895 | * TUI Single Key Mode:: TUI single key mode |
8e04817f AC |
13896 | * TUI Commands:: TUI specific commands |
13897 | * TUI Configuration:: TUI configuration variables | |
13898 | @end menu | |
c906108c | 13899 | |
8e04817f AC |
13900 | The @value{GDBN} Text User Interface, TUI in short, |
13901 | is a terminal interface which uses the @code{curses} library | |
13902 | to show the source file, the assembly output, the program registers | |
13903 | and @value{GDBN} commands in separate text windows. | |
13904 | The TUI is available only when @value{GDBN} is configured | |
13905 | with the @code{--enable-tui} configure option (@pxref{Configure Options}). | |
c906108c | 13906 | |
8e04817f AC |
13907 | @node TUI Overview |
13908 | @section TUI overview | |
c906108c | 13909 | |
8e04817f AC |
13910 | The TUI has two display modes that can be switched while |
13911 | @value{GDBN} runs: | |
c906108c | 13912 | |
8e04817f AC |
13913 | @itemize @bullet |
13914 | @item | |
13915 | A curses (or TUI) mode in which it displays several text | |
13916 | windows on the terminal. | |
c906108c | 13917 | |
8e04817f AC |
13918 | @item |
13919 | A standard mode which corresponds to the @value{GDBN} configured without | |
13920 | the TUI. | |
13921 | @end itemize | |
c906108c | 13922 | |
8e04817f AC |
13923 | In the TUI mode, @value{GDBN} can display several text window |
13924 | on the terminal: | |
c906108c | 13925 | |
8e04817f AC |
13926 | @table @emph |
13927 | @item command | |
13928 | This window is the @value{GDBN} command window with the @value{GDBN} | |
13929 | prompt and the @value{GDBN} outputs. The @value{GDBN} input is still | |
13930 | managed using readline but through the TUI. The @emph{command} | |
13931 | window is always visible. | |
c906108c | 13932 | |
8e04817f AC |
13933 | @item source |
13934 | The source window shows the source file of the program. The current | |
13935 | line as well as active breakpoints are displayed in this window. | |
c906108c | 13936 | |
8e04817f AC |
13937 | @item assembly |
13938 | The assembly window shows the disassembly output of the program. | |
c906108c | 13939 | |
8e04817f AC |
13940 | @item register |
13941 | This window shows the processor registers. It detects when | |
13942 | a register is changed and when this is the case, registers that have | |
13943 | changed are highlighted. | |
c906108c | 13944 | |
c906108c SS |
13945 | @end table |
13946 | ||
269c21fe SC |
13947 | The source and assembly windows show the current program position |
13948 | by highlighting the current line and marking them with the @samp{>} marker. | |
13949 | Breakpoints are also indicated with two markers. A first one | |
13950 | indicates the breakpoint type: | |
13951 | ||
13952 | @table @code | |
13953 | @item B | |
13954 | Breakpoint which was hit at least once. | |
13955 | ||
13956 | @item b | |
13957 | Breakpoint which was never hit. | |
13958 | ||
13959 | @item H | |
13960 | Hardware breakpoint which was hit at least once. | |
13961 | ||
13962 | @item h | |
13963 | Hardware breakpoint which was never hit. | |
13964 | ||
13965 | @end table | |
13966 | ||
13967 | The second marker indicates whether the breakpoint is enabled or not: | |
13968 | ||
13969 | @table @code | |
13970 | @item + | |
13971 | Breakpoint is enabled. | |
13972 | ||
13973 | @item - | |
13974 | Breakpoint is disabled. | |
13975 | ||
13976 | @end table | |
13977 | ||
8e04817f AC |
13978 | The source, assembly and register windows are attached to the thread |
13979 | and the frame position. They are updated when the current thread | |
13980 | changes, when the frame changes or when the program counter changes. | |
13981 | These three windows are arranged by the TUI according to several | |
13982 | layouts. The layout defines which of these three windows are visible. | |
13983 | The following layouts are available: | |
c906108c | 13984 | |
8e04817f AC |
13985 | @itemize @bullet |
13986 | @item | |
13987 | source | |
2df3850c | 13988 | |
8e04817f AC |
13989 | @item |
13990 | assembly | |
13991 | ||
13992 | @item | |
13993 | source and assembly | |
13994 | ||
13995 | @item | |
13996 | source and registers | |
c906108c | 13997 | |
8e04817f AC |
13998 | @item |
13999 | assembly and registers | |
2df3850c | 14000 | |
8e04817f | 14001 | @end itemize |
c906108c | 14002 | |
b7bb15bc SC |
14003 | On top of the command window a status line gives various information |
14004 | concerning the current process begin debugged. The status line is | |
14005 | updated when the information it shows changes. The following fields | |
14006 | are displayed: | |
14007 | ||
14008 | @table @emph | |
14009 | @item target | |
14010 | Indicates the current gdb target | |
14011 | (@pxref{Targets, ,Specifying a Debugging Target}). | |
14012 | ||
14013 | @item process | |
14014 | Gives information about the current process or thread number. | |
14015 | When no process is being debugged, this field is set to @code{No process}. | |
14016 | ||
14017 | @item function | |
14018 | Gives the current function name for the selected frame. | |
14019 | The name is demangled if demangling is turned on (@pxref{Print Settings}). | |
14020 | When there is no symbol corresponding to the current program counter | |
14021 | the string @code{??} is displayed. | |
14022 | ||
14023 | @item line | |
14024 | Indicates the current line number for the selected frame. | |
14025 | When the current line number is not known the string @code{??} is displayed. | |
14026 | ||
14027 | @item pc | |
14028 | Indicates the current program counter address. | |
14029 | ||
14030 | @end table | |
14031 | ||
8e04817f AC |
14032 | @node TUI Keys |
14033 | @section TUI Key Bindings | |
14034 | @cindex TUI key bindings | |
c906108c | 14035 | |
8e04817f AC |
14036 | The TUI installs several key bindings in the readline keymaps |
14037 | (@pxref{Command Line Editing}). | |
14038 | They allow to leave or enter in the TUI mode or they operate | |
7cf36c78 SC |
14039 | directly on the TUI layout and windows. The TUI also provides |
14040 | a @emph{SingleKey} keymap which binds several keys directly to | |
14041 | @value{GDBN} commands. The following key bindings | |
8e04817f | 14042 | are installed for both TUI mode and the @value{GDBN} standard mode. |
c906108c | 14043 | |
8e04817f AC |
14044 | @table @kbd |
14045 | @kindex C-x C-a | |
14046 | @item C-x C-a | |
14047 | @kindex C-x a | |
14048 | @itemx C-x a | |
14049 | @kindex C-x A | |
14050 | @itemx C-x A | |
14051 | Enter or leave the TUI mode. When the TUI mode is left, | |
14052 | the curses window management is left and @value{GDBN} operates using | |
14053 | its standard mode writing on the terminal directly. When the TUI | |
14054 | mode is entered, the control is given back to the curses windows. | |
14055 | The screen is then refreshed. | |
c906108c | 14056 | |
8e04817f AC |
14057 | @kindex C-x 1 |
14058 | @item C-x 1 | |
14059 | Use a TUI layout with only one window. The layout will | |
14060 | either be @samp{source} or @samp{assembly}. When the TUI mode | |
14061 | is not active, it will switch to the TUI mode. | |
2df3850c | 14062 | |
8e04817f | 14063 | Think of this key binding as the Emacs @kbd{C-x 1} binding. |
c906108c | 14064 | |
8e04817f AC |
14065 | @kindex C-x 2 |
14066 | @item C-x 2 | |
14067 | Use a TUI layout with at least two windows. When the current | |
14068 | layout shows already two windows, a next layout with two windows is used. | |
14069 | When a new layout is chosen, one window will always be common to the | |
14070 | previous layout and the new one. | |
c906108c | 14071 | |
8e04817f | 14072 | Think of it as the Emacs @kbd{C-x 2} binding. |
2df3850c | 14073 | |
72ffddc9 SC |
14074 | @kindex C-x o |
14075 | @item C-x o | |
14076 | Change the active window. The TUI associates several key bindings | |
14077 | (like scrolling and arrow keys) to the active window. This command | |
14078 | gives the focus to the next TUI window. | |
14079 | ||
14080 | Think of it as the Emacs @kbd{C-x o} binding. | |
14081 | ||
7cf36c78 SC |
14082 | @kindex C-x s |
14083 | @item C-x s | |
14084 | Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands | |
14085 | (@pxref{TUI Single Key Mode}). | |
14086 | ||
c906108c SS |
14087 | @end table |
14088 | ||
8e04817f | 14089 | The following key bindings are handled only by the TUI mode: |
5d161b24 | 14090 | |
8e04817f AC |
14091 | @table @key |
14092 | @kindex PgUp | |
14093 | @item PgUp | |
14094 | Scroll the active window one page up. | |
c906108c | 14095 | |
8e04817f AC |
14096 | @kindex PgDn |
14097 | @item PgDn | |
14098 | Scroll the active window one page down. | |
c906108c | 14099 | |
8e04817f AC |
14100 | @kindex Up |
14101 | @item Up | |
14102 | Scroll the active window one line up. | |
c906108c | 14103 | |
8e04817f AC |
14104 | @kindex Down |
14105 | @item Down | |
14106 | Scroll the active window one line down. | |
c906108c | 14107 | |
8e04817f AC |
14108 | @kindex Left |
14109 | @item Left | |
14110 | Scroll the active window one column left. | |
c906108c | 14111 | |
8e04817f AC |
14112 | @kindex Right |
14113 | @item Right | |
14114 | Scroll the active window one column right. | |
c906108c | 14115 | |
8e04817f AC |
14116 | @kindex C-L |
14117 | @item C-L | |
14118 | Refresh the screen. | |
c906108c | 14119 | |
8e04817f | 14120 | @end table |
c906108c | 14121 | |
8e04817f | 14122 | In the TUI mode, the arrow keys are used by the active window |
72ffddc9 SC |
14123 | for scrolling. This means they are available for readline when the |
14124 | active window is the command window. When the command window | |
14125 | does not have the focus, it is necessary to use other readline | |
14126 | key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}. | |
8e04817f | 14127 | |
7cf36c78 SC |
14128 | @node TUI Single Key Mode |
14129 | @section TUI Single Key Mode | |
14130 | @cindex TUI single key mode | |
14131 | ||
14132 | The TUI provides a @emph{SingleKey} mode in which it installs a particular | |
14133 | key binding in the readline keymaps to connect single keys to | |
b383017d | 14134 | some gdb commands. |
7cf36c78 SC |
14135 | |
14136 | @table @kbd | |
14137 | @kindex c @r{(SingleKey TUI key)} | |
14138 | @item c | |
14139 | continue | |
14140 | ||
14141 | @kindex d @r{(SingleKey TUI key)} | |
14142 | @item d | |
14143 | down | |
14144 | ||
14145 | @kindex f @r{(SingleKey TUI key)} | |
14146 | @item f | |
14147 | finish | |
14148 | ||
14149 | @kindex n @r{(SingleKey TUI key)} | |
14150 | @item n | |
14151 | next | |
14152 | ||
14153 | @kindex q @r{(SingleKey TUI key)} | |
14154 | @item q | |
14155 | exit the @emph{SingleKey} mode. | |
14156 | ||
14157 | @kindex r @r{(SingleKey TUI key)} | |
14158 | @item r | |
14159 | run | |
14160 | ||
14161 | @kindex s @r{(SingleKey TUI key)} | |
14162 | @item s | |
14163 | step | |
14164 | ||
14165 | @kindex u @r{(SingleKey TUI key)} | |
14166 | @item u | |
14167 | up | |
14168 | ||
14169 | @kindex v @r{(SingleKey TUI key)} | |
14170 | @item v | |
14171 | info locals | |
14172 | ||
14173 | @kindex w @r{(SingleKey TUI key)} | |
14174 | @item w | |
14175 | where | |
14176 | ||
14177 | @end table | |
14178 | ||
14179 | Other keys temporarily switch to the @value{GDBN} command prompt. | |
14180 | The key that was pressed is inserted in the editing buffer so that | |
14181 | it is possible to type most @value{GDBN} commands without interaction | |
14182 | with the TUI @emph{SingleKey} mode. Once the command is entered the TUI | |
14183 | @emph{SingleKey} mode is restored. The only way to permanently leave | |
14184 | this mode is by hitting @key{q} or @samp{@key{C-x} @key{s}}. | |
14185 | ||
14186 | ||
8e04817f AC |
14187 | @node TUI Commands |
14188 | @section TUI specific commands | |
14189 | @cindex TUI commands | |
14190 | ||
14191 | The TUI has specific commands to control the text windows. | |
14192 | These commands are always available, that is they do not depend on | |
14193 | the current terminal mode in which @value{GDBN} runs. When @value{GDBN} | |
14194 | is in the standard mode, using these commands will automatically switch | |
14195 | in the TUI mode. | |
c906108c SS |
14196 | |
14197 | @table @code | |
3d757584 SC |
14198 | @item info win |
14199 | @kindex info win | |
14200 | List and give the size of all displayed windows. | |
14201 | ||
8e04817f AC |
14202 | @item layout next |
14203 | @kindex layout next | |
14204 | Display the next layout. | |
2df3850c | 14205 | |
8e04817f AC |
14206 | @item layout prev |
14207 | @kindex layout prev | |
14208 | Display the previous layout. | |
c906108c | 14209 | |
8e04817f AC |
14210 | @item layout src |
14211 | @kindex layout src | |
14212 | Display the source window only. | |
c906108c | 14213 | |
8e04817f AC |
14214 | @item layout asm |
14215 | @kindex layout asm | |
14216 | Display the assembly window only. | |
c906108c | 14217 | |
8e04817f AC |
14218 | @item layout split |
14219 | @kindex layout split | |
14220 | Display the source and assembly window. | |
c906108c | 14221 | |
8e04817f AC |
14222 | @item layout regs |
14223 | @kindex layout regs | |
14224 | Display the register window together with the source or assembly window. | |
14225 | ||
14226 | @item focus next | prev | src | asm | regs | split | |
14227 | @kindex focus | |
14228 | Set the focus to the named window. | |
14229 | This command allows to change the active window so that scrolling keys | |
14230 | can be affected to another window. | |
c906108c | 14231 | |
8e04817f AC |
14232 | @item refresh |
14233 | @kindex refresh | |
14234 | Refresh the screen. This is similar to using @key{C-L} key. | |
c906108c | 14235 | |
8e04817f AC |
14236 | @item update |
14237 | @kindex update | |
14238 | Update the source window and the current execution point. | |
c906108c | 14239 | |
8e04817f AC |
14240 | @item winheight @var{name} +@var{count} |
14241 | @itemx winheight @var{name} -@var{count} | |
14242 | @kindex winheight | |
14243 | Change the height of the window @var{name} by @var{count} | |
14244 | lines. Positive counts increase the height, while negative counts | |
14245 | decrease it. | |
2df3850c | 14246 | |
c906108c SS |
14247 | @end table |
14248 | ||
8e04817f AC |
14249 | @node TUI Configuration |
14250 | @section TUI configuration variables | |
14251 | @cindex TUI configuration variables | |
c906108c | 14252 | |
8e04817f AC |
14253 | The TUI has several configuration variables that control the |
14254 | appearance of windows on the terminal. | |
c906108c | 14255 | |
8e04817f AC |
14256 | @table @code |
14257 | @item set tui border-kind @var{kind} | |
14258 | @kindex set tui border-kind | |
14259 | Select the border appearance for the source, assembly and register windows. | |
14260 | The possible values are the following: | |
14261 | @table @code | |
14262 | @item space | |
14263 | Use a space character to draw the border. | |
c906108c | 14264 | |
8e04817f AC |
14265 | @item ascii |
14266 | Use ascii characters + - and | to draw the border. | |
c906108c | 14267 | |
8e04817f AC |
14268 | @item acs |
14269 | Use the Alternate Character Set to draw the border. The border is | |
14270 | drawn using character line graphics if the terminal supports them. | |
c78b4128 | 14271 | |
8e04817f | 14272 | @end table |
c78b4128 | 14273 | |
8e04817f AC |
14274 | @item set tui active-border-mode @var{mode} |
14275 | @kindex set tui active-border-mode | |
14276 | Select the attributes to display the border of the active window. | |
14277 | The possible values are @code{normal}, @code{standout}, @code{reverse}, | |
14278 | @code{half}, @code{half-standout}, @code{bold} and @code{bold-standout}. | |
c78b4128 | 14279 | |
8e04817f AC |
14280 | @item set tui border-mode @var{mode} |
14281 | @kindex set tui border-mode | |
14282 | Select the attributes to display the border of other windows. | |
14283 | The @var{mode} can be one of the following: | |
14284 | @table @code | |
14285 | @item normal | |
14286 | Use normal attributes to display the border. | |
c906108c | 14287 | |
8e04817f AC |
14288 | @item standout |
14289 | Use standout mode. | |
c906108c | 14290 | |
8e04817f AC |
14291 | @item reverse |
14292 | Use reverse video mode. | |
c906108c | 14293 | |
8e04817f AC |
14294 | @item half |
14295 | Use half bright mode. | |
c906108c | 14296 | |
8e04817f AC |
14297 | @item half-standout |
14298 | Use half bright and standout mode. | |
c906108c | 14299 | |
8e04817f AC |
14300 | @item bold |
14301 | Use extra bright or bold mode. | |
c78b4128 | 14302 | |
8e04817f AC |
14303 | @item bold-standout |
14304 | Use extra bright or bold and standout mode. | |
c78b4128 | 14305 | |
8e04817f | 14306 | @end table |
c78b4128 | 14307 | |
8e04817f | 14308 | @end table |
c78b4128 | 14309 | |
8e04817f AC |
14310 | @node Emacs |
14311 | @chapter Using @value{GDBN} under @sc{gnu} Emacs | |
c78b4128 | 14312 | |
8e04817f AC |
14313 | @cindex Emacs |
14314 | @cindex @sc{gnu} Emacs | |
14315 | A special interface allows you to use @sc{gnu} Emacs to view (and | |
14316 | edit) the source files for the program you are debugging with | |
14317 | @value{GDBN}. | |
c906108c | 14318 | |
8e04817f AC |
14319 | To use this interface, use the command @kbd{M-x gdb} in Emacs. Give the |
14320 | executable file you want to debug as an argument. This command starts | |
14321 | @value{GDBN} as a subprocess of Emacs, with input and output through a newly | |
14322 | created Emacs buffer. | |
14323 | @c (Do not use the @code{-tui} option to run @value{GDBN} from Emacs.) | |
c906108c | 14324 | |
8e04817f AC |
14325 | Using @value{GDBN} under Emacs is just like using @value{GDBN} normally except for two |
14326 | things: | |
c906108c | 14327 | |
8e04817f AC |
14328 | @itemize @bullet |
14329 | @item | |
14330 | All ``terminal'' input and output goes through the Emacs buffer. | |
14331 | @end itemize | |
c906108c | 14332 | |
8e04817f AC |
14333 | This applies both to @value{GDBN} commands and their output, and to the input |
14334 | and output done by the program you are debugging. | |
bf0184be | 14335 | |
8e04817f AC |
14336 | This is useful because it means that you can copy the text of previous |
14337 | commands and input them again; you can even use parts of the output | |
14338 | in this way. | |
bf0184be | 14339 | |
8e04817f AC |
14340 | All the facilities of Emacs' Shell mode are available for interacting |
14341 | with your program. In particular, you can send signals the usual | |
14342 | way---for example, @kbd{C-c C-c} for an interrupt, @kbd{C-c C-z} for a | |
14343 | stop. | |
bf0184be | 14344 | |
8e04817f | 14345 | @itemize @bullet |
bf0184be | 14346 | @item |
8e04817f AC |
14347 | @value{GDBN} displays source code through Emacs. |
14348 | @end itemize | |
bf0184be | 14349 | |
8e04817f AC |
14350 | Each time @value{GDBN} displays a stack frame, Emacs automatically finds the |
14351 | source file for that frame and puts an arrow (@samp{=>}) at the | |
14352 | left margin of the current line. Emacs uses a separate buffer for | |
14353 | source display, and splits the screen to show both your @value{GDBN} session | |
14354 | and the source. | |
bf0184be | 14355 | |
8e04817f AC |
14356 | Explicit @value{GDBN} @code{list} or search commands still produce output as |
14357 | usual, but you probably have no reason to use them from Emacs. | |
c906108c | 14358 | |
64fabec2 AC |
14359 | If you specify an absolute file name when prompted for the @kbd{M-x |
14360 | gdb} argument, then Emacs sets your current working directory to where | |
14361 | your program resides. If you only specify the file name, then Emacs | |
14362 | sets your current working directory to to the directory associated | |
14363 | with the previous buffer. In this case, @value{GDBN} may find your | |
14364 | program by searching your environment's @code{PATH} variable, but on | |
14365 | some operating systems it might not find the source. So, although the | |
14366 | @value{GDBN} input and output session proceeds normally, the auxiliary | |
14367 | buffer does not display the current source and line of execution. | |
14368 | ||
14369 | The initial working directory of @value{GDBN} is printed on the top | |
14370 | line of the @value{GDBN} I/O buffer and this serves as a default for | |
14371 | the commands that specify files for @value{GDBN} to operate | |
14372 | on. @xref{Files, ,Commands to specify files}. | |
14373 | ||
14374 | By default, @kbd{M-x gdb} calls the program called @file{gdb}. If you | |
14375 | need to call @value{GDBN} by a different name (for example, if you | |
14376 | keep several configurations around, with different names) you can | |
14377 | customize the Emacs variable @code{gud-gdb-command-name} to run the | |
14378 | one you want. | |
8e04817f AC |
14379 | |
14380 | In the @value{GDBN} I/O buffer, you can use these special Emacs commands in | |
14381 | addition to the standard Shell mode commands: | |
c906108c | 14382 | |
8e04817f AC |
14383 | @table @kbd |
14384 | @item C-h m | |
14385 | Describe the features of Emacs' @value{GDBN} Mode. | |
c906108c | 14386 | |
64fabec2 | 14387 | @item C-c C-s |
8e04817f AC |
14388 | Execute to another source line, like the @value{GDBN} @code{step} command; also |
14389 | update the display window to show the current file and location. | |
c906108c | 14390 | |
64fabec2 | 14391 | @item C-c C-n |
8e04817f AC |
14392 | Execute to next source line in this function, skipping all function |
14393 | calls, like the @value{GDBN} @code{next} command. Then update the display window | |
14394 | to show the current file and location. | |
c906108c | 14395 | |
64fabec2 | 14396 | @item C-c C-i |
8e04817f AC |
14397 | Execute one instruction, like the @value{GDBN} @code{stepi} command; update |
14398 | display window accordingly. | |
c906108c | 14399 | |
8e04817f AC |
14400 | @item C-c C-f |
14401 | Execute until exit from the selected stack frame, like the @value{GDBN} | |
14402 | @code{finish} command. | |
c906108c | 14403 | |
64fabec2 | 14404 | @item C-c C-r |
8e04817f AC |
14405 | Continue execution of your program, like the @value{GDBN} @code{continue} |
14406 | command. | |
b433d00b | 14407 | |
64fabec2 | 14408 | @item C-c < |
8e04817f AC |
14409 | Go up the number of frames indicated by the numeric argument |
14410 | (@pxref{Arguments, , Numeric Arguments, Emacs, The @sc{gnu} Emacs Manual}), | |
14411 | like the @value{GDBN} @code{up} command. | |
b433d00b | 14412 | |
64fabec2 | 14413 | @item C-c > |
8e04817f AC |
14414 | Go down the number of frames indicated by the numeric argument, like the |
14415 | @value{GDBN} @code{down} command. | |
8e04817f | 14416 | @end table |
c906108c | 14417 | |
64fabec2 | 14418 | In any source file, the Emacs command @kbd{C-x SPC} (@code{gud-break}) |
8e04817f | 14419 | tells @value{GDBN} to set a breakpoint on the source line point is on. |
c906108c | 14420 | |
64fabec2 AC |
14421 | If you type @kbd{M-x speedbar}, then Emacs displays a separate frame which |
14422 | shows a backtrace when the @value{GDBN} I/O buffer is current. Move | |
14423 | point to any frame in the stack and type @key{RET} to make it become the | |
14424 | current frame and display the associated source in the source buffer. | |
14425 | Alternatively, click @kbd{Mouse-2} to make the selected frame become the | |
14426 | current one. | |
14427 | ||
8e04817f AC |
14428 | If you accidentally delete the source-display buffer, an easy way to get |
14429 | it back is to type the command @code{f} in the @value{GDBN} buffer, to | |
14430 | request a frame display; when you run under Emacs, this recreates | |
14431 | the source buffer if necessary to show you the context of the current | |
14432 | frame. | |
c906108c | 14433 | |
8e04817f AC |
14434 | The source files displayed in Emacs are in ordinary Emacs buffers |
14435 | which are visiting the source files in the usual way. You can edit | |
14436 | the files with these buffers if you wish; but keep in mind that @value{GDBN} | |
14437 | communicates with Emacs in terms of line numbers. If you add or | |
14438 | delete lines from the text, the line numbers that @value{GDBN} knows cease | |
14439 | to correspond properly with the code. | |
b383017d | 14440 | |
64fabec2 AC |
14441 | The description given here is for GNU Emacs version 21.3 and a more |
14442 | detailed description of its interaction with @value{GDBN} is given in | |
14443 | the Emacs manual (@pxref{Debuggers,,, Emacs, The @sc{gnu} Emacs Manual}). | |
c906108c | 14444 | |
8e04817f AC |
14445 | @c The following dropped because Epoch is nonstandard. Reactivate |
14446 | @c if/when v19 does something similar. [email protected] 19dec1990 | |
14447 | @ignore | |
14448 | @kindex Emacs Epoch environment | |
14449 | @kindex Epoch | |
14450 | @kindex inspect | |
c906108c | 14451 | |
8e04817f AC |
14452 | Version 18 of @sc{gnu} Emacs has a built-in window system |
14453 | called the @code{epoch} | |
14454 | environment. Users of this environment can use a new command, | |
14455 | @code{inspect} which performs identically to @code{print} except that | |
14456 | each value is printed in its own window. | |
14457 | @end ignore | |
c906108c | 14458 | |
922fbb7b AC |
14459 | |
14460 | @node GDB/MI | |
14461 | @chapter The @sc{gdb/mi} Interface | |
14462 | ||
14463 | @unnumberedsec Function and Purpose | |
14464 | ||
14465 | @cindex @sc{gdb/mi}, its purpose | |
14466 | @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is | |
14467 | specifically intended to support the development of systems which use | |
14468 | the debugger as just one small component of a larger system. | |
14469 | ||
14470 | This chapter is a specification of the @sc{gdb/mi} interface. It is written | |
14471 | in the form of a reference manual. | |
14472 | ||
14473 | Note that @sc{gdb/mi} is still under construction, so some of the | |
14474 | features described below are incomplete and subject to change. | |
14475 | ||
14476 | @unnumberedsec Notation and Terminology | |
14477 | ||
14478 | @cindex notational conventions, for @sc{gdb/mi} | |
14479 | This chapter uses the following notation: | |
14480 | ||
14481 | @itemize @bullet | |
14482 | @item | |
14483 | @code{|} separates two alternatives. | |
14484 | ||
14485 | @item | |
14486 | @code{[ @var{something} ]} indicates that @var{something} is optional: | |
14487 | it may or may not be given. | |
14488 | ||
14489 | @item | |
14490 | @code{( @var{group} )*} means that @var{group} inside the parentheses | |
14491 | may repeat zero or more times. | |
14492 | ||
14493 | @item | |
14494 | @code{( @var{group} )+} means that @var{group} inside the parentheses | |
14495 | may repeat one or more times. | |
14496 | ||
14497 | @item | |
14498 | @code{"@var{string}"} means a literal @var{string}. | |
14499 | @end itemize | |
14500 | ||
14501 | @ignore | |
14502 | @heading Dependencies | |
14503 | @end ignore | |
14504 | ||
14505 | @heading Acknowledgments | |
14506 | ||
14507 | In alphabetic order: Andrew Cagney, Fernando Nasser, Stan Shebs and | |
14508 | Elena Zannoni. | |
14509 | ||
14510 | @menu | |
14511 | * GDB/MI Command Syntax:: | |
14512 | * GDB/MI Compatibility with CLI:: | |
14513 | * GDB/MI Output Records:: | |
14514 | * GDB/MI Command Description Format:: | |
14515 | * GDB/MI Breakpoint Table Commands:: | |
14516 | * GDB/MI Data Manipulation:: | |
14517 | * GDB/MI Program Control:: | |
14518 | * GDB/MI Miscellaneous Commands:: | |
14519 | @ignore | |
14520 | * GDB/MI Kod Commands:: | |
14521 | * GDB/MI Memory Overlay Commands:: | |
14522 | * GDB/MI Signal Handling Commands:: | |
14523 | @end ignore | |
14524 | * GDB/MI Stack Manipulation:: | |
14525 | * GDB/MI Symbol Query:: | |
14526 | * GDB/MI Target Manipulation:: | |
14527 | * GDB/MI Thread Commands:: | |
14528 | * GDB/MI Tracepoint Commands:: | |
14529 | * GDB/MI Variable Objects:: | |
14530 | @end menu | |
14531 | ||
14532 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
14533 | @node GDB/MI Command Syntax | |
14534 | @section @sc{gdb/mi} Command Syntax | |
14535 | ||
14536 | @menu | |
14537 | * GDB/MI Input Syntax:: | |
14538 | * GDB/MI Output Syntax:: | |
14539 | * GDB/MI Simple Examples:: | |
14540 | @end menu | |
14541 | ||
14542 | @node GDB/MI Input Syntax | |
14543 | @subsection @sc{gdb/mi} Input Syntax | |
14544 | ||
14545 | @cindex input syntax for @sc{gdb/mi} | |
14546 | @cindex @sc{gdb/mi}, input syntax | |
14547 | @table @code | |
14548 | @item @var{command} @expansion{} | |
14549 | @code{@var{cli-command} | @var{mi-command}} | |
14550 | ||
14551 | @item @var{cli-command} @expansion{} | |
14552 | @code{[ @var{token} ] @var{cli-command} @var{nl}}, where | |
14553 | @var{cli-command} is any existing @value{GDBN} CLI command. | |
14554 | ||
14555 | @item @var{mi-command} @expansion{} | |
14556 | @code{[ @var{token} ] "-" @var{operation} ( " " @var{option} )* | |
14557 | @code{[} " --" @code{]} ( " " @var{parameter} )* @var{nl}} | |
14558 | ||
14559 | @item @var{token} @expansion{} | |
14560 | "any sequence of digits" | |
14561 | ||
14562 | @item @var{option} @expansion{} | |
14563 | @code{"-" @var{parameter} [ " " @var{parameter} ]} | |
14564 | ||
14565 | @item @var{parameter} @expansion{} | |
14566 | @code{@var{non-blank-sequence} | @var{c-string}} | |
14567 | ||
14568 | @item @var{operation} @expansion{} | |
14569 | @emph{any of the operations described in this chapter} | |
14570 | ||
14571 | @item @var{non-blank-sequence} @expansion{} | |
14572 | @emph{anything, provided it doesn't contain special characters such as | |
14573 | "-", @var{nl}, """ and of course " "} | |
14574 | ||
14575 | @item @var{c-string} @expansion{} | |
14576 | @code{""" @var{seven-bit-iso-c-string-content} """} | |
14577 | ||
14578 | @item @var{nl} @expansion{} | |
14579 | @code{CR | CR-LF} | |
14580 | @end table | |
14581 | ||
14582 | @noindent | |
14583 | Notes: | |
14584 | ||
14585 | @itemize @bullet | |
14586 | @item | |
14587 | The CLI commands are still handled by the @sc{mi} interpreter; their | |
14588 | output is described below. | |
14589 | ||
14590 | @item | |
14591 | The @code{@var{token}}, when present, is passed back when the command | |
14592 | finishes. | |
14593 | ||
14594 | @item | |
14595 | Some @sc{mi} commands accept optional arguments as part of the parameter | |
14596 | list. Each option is identified by a leading @samp{-} (dash) and may be | |
14597 | followed by an optional argument parameter. Options occur first in the | |
14598 | parameter list and can be delimited from normal parameters using | |
14599 | @samp{--} (this is useful when some parameters begin with a dash). | |
14600 | @end itemize | |
14601 | ||
14602 | Pragmatics: | |
14603 | ||
14604 | @itemize @bullet | |
14605 | @item | |
14606 | We want easy access to the existing CLI syntax (for debugging). | |
14607 | ||
14608 | @item | |
14609 | We want it to be easy to spot a @sc{mi} operation. | |
14610 | @end itemize | |
14611 | ||
14612 | @node GDB/MI Output Syntax | |
14613 | @subsection @sc{gdb/mi} Output Syntax | |
14614 | ||
14615 | @cindex output syntax of @sc{gdb/mi} | |
14616 | @cindex @sc{gdb/mi}, output syntax | |
14617 | The output from @sc{gdb/mi} consists of zero or more out-of-band records | |
14618 | followed, optionally, by a single result record. This result record | |
14619 | is for the most recent command. The sequence of output records is | |
14620 | terminated by @samp{(@value{GDBP})}. | |
14621 | ||
14622 | If an input command was prefixed with a @code{@var{token}} then the | |
14623 | corresponding output for that command will also be prefixed by that same | |
14624 | @var{token}. | |
14625 | ||
14626 | @table @code | |
14627 | @item @var{output} @expansion{} | |
14628 | @code{( @var{out-of-band-record} )* [ @var{result-record} ] "(gdb)" @var{nl}} | |
14629 | ||
14630 | @item @var{result-record} @expansion{} | |
14631 | @code{ [ @var{token} ] "^" @var{result-class} ( "," @var{result} )* @var{nl}} | |
14632 | ||
14633 | @item @var{out-of-band-record} @expansion{} | |
14634 | @code{@var{async-record} | @var{stream-record}} | |
14635 | ||
14636 | @item @var{async-record} @expansion{} | |
14637 | @code{@var{exec-async-output} | @var{status-async-output} | @var{notify-async-output}} | |
14638 | ||
14639 | @item @var{exec-async-output} @expansion{} | |
14640 | @code{[ @var{token} ] "*" @var{async-output}} | |
14641 | ||
14642 | @item @var{status-async-output} @expansion{} | |
14643 | @code{[ @var{token} ] "+" @var{async-output}} | |
14644 | ||
14645 | @item @var{notify-async-output} @expansion{} | |
14646 | @code{[ @var{token} ] "=" @var{async-output}} | |
14647 | ||
14648 | @item @var{async-output} @expansion{} | |
14649 | @code{@var{async-class} ( "," @var{result} )* @var{nl}} | |
14650 | ||
14651 | @item @var{result-class} @expansion{} | |
14652 | @code{"done" | "running" | "connected" | "error" | "exit"} | |
14653 | ||
14654 | @item @var{async-class} @expansion{} | |
14655 | @code{"stopped" | @var{others}} (where @var{others} will be added | |
14656 | depending on the needs---this is still in development). | |
14657 | ||
14658 | @item @var{result} @expansion{} | |
14659 | @code{ @var{variable} "=" @var{value}} | |
14660 | ||
14661 | @item @var{variable} @expansion{} | |
14662 | @code{ @var{string} } | |
14663 | ||
14664 | @item @var{value} @expansion{} | |
14665 | @code{ @var{const} | @var{tuple} | @var{list} } | |
14666 | ||
14667 | @item @var{const} @expansion{} | |
14668 | @code{@var{c-string}} | |
14669 | ||
14670 | @item @var{tuple} @expansion{} | |
14671 | @code{ "@{@}" | "@{" @var{result} ( "," @var{result} )* "@}" } | |
14672 | ||
14673 | @item @var{list} @expansion{} | |
14674 | @code{ "[]" | "[" @var{value} ( "," @var{value} )* "]" | "[" | |
14675 | @var{result} ( "," @var{result} )* "]" } | |
14676 | ||
14677 | @item @var{stream-record} @expansion{} | |
14678 | @code{@var{console-stream-output} | @var{target-stream-output} | @var{log-stream-output}} | |
14679 | ||
14680 | @item @var{console-stream-output} @expansion{} | |
14681 | @code{"~" @var{c-string}} | |
14682 | ||
14683 | @item @var{target-stream-output} @expansion{} | |
14684 | @code{"@@" @var{c-string}} | |
14685 | ||
14686 | @item @var{log-stream-output} @expansion{} | |
14687 | @code{"&" @var{c-string}} | |
14688 | ||
14689 | @item @var{nl} @expansion{} | |
14690 | @code{CR | CR-LF} | |
14691 | ||
14692 | @item @var{token} @expansion{} | |
14693 | @emph{any sequence of digits}. | |
14694 | @end table | |
14695 | ||
14696 | @noindent | |
14697 | Notes: | |
14698 | ||
14699 | @itemize @bullet | |
14700 | @item | |
14701 | All output sequences end in a single line containing a period. | |
14702 | ||
14703 | @item | |
14704 | The @code{@var{token}} is from the corresponding request. If an execution | |
14705 | command is interrupted by the @samp{-exec-interrupt} command, the | |
14706 | @var{token} associated with the @samp{*stopped} message is the one of the | |
14707 | original execution command, not the one of the interrupt command. | |
14708 | ||
14709 | @item | |
14710 | @cindex status output in @sc{gdb/mi} | |
14711 | @var{status-async-output} contains on-going status information about the | |
14712 | progress of a slow operation. It can be discarded. All status output is | |
14713 | prefixed by @samp{+}. | |
14714 | ||
14715 | @item | |
14716 | @cindex async output in @sc{gdb/mi} | |
14717 | @var{exec-async-output} contains asynchronous state change on the target | |
14718 | (stopped, started, disappeared). All async output is prefixed by | |
14719 | @samp{*}. | |
14720 | ||
14721 | @item | |
14722 | @cindex notify output in @sc{gdb/mi} | |
14723 | @var{notify-async-output} contains supplementary information that the | |
14724 | client should handle (e.g., a new breakpoint information). All notify | |
14725 | output is prefixed by @samp{=}. | |
14726 | ||
14727 | @item | |
14728 | @cindex console output in @sc{gdb/mi} | |
14729 | @var{console-stream-output} is output that should be displayed as is in the | |
14730 | console. It is the textual response to a CLI command. All the console | |
14731 | output is prefixed by @samp{~}. | |
14732 | ||
14733 | @item | |
14734 | @cindex target output in @sc{gdb/mi} | |
14735 | @var{target-stream-output} is the output produced by the target program. | |
14736 | All the target output is prefixed by @samp{@@}. | |
14737 | ||
14738 | @item | |
14739 | @cindex log output in @sc{gdb/mi} | |
14740 | @var{log-stream-output} is output text coming from @value{GDBN}'s internals, for | |
14741 | instance messages that should be displayed as part of an error log. All | |
14742 | the log output is prefixed by @samp{&}. | |
14743 | ||
14744 | @item | |
14745 | @cindex list output in @sc{gdb/mi} | |
14746 | New @sc{gdb/mi} commands should only output @var{lists} containing | |
14747 | @var{values}. | |
14748 | ||
14749 | ||
14750 | @end itemize | |
14751 | ||
14752 | @xref{GDB/MI Stream Records, , @sc{gdb/mi} Stream Records}, for more | |
14753 | details about the various output records. | |
14754 | ||
14755 | @node GDB/MI Simple Examples | |
14756 | @subsection Simple Examples of @sc{gdb/mi} Interaction | |
14757 | @cindex @sc{gdb/mi}, simple examples | |
14758 | ||
14759 | This subsection presents several simple examples of interaction using | |
14760 | the @sc{gdb/mi} interface. In these examples, @samp{->} means that the | |
14761 | following line is passed to @sc{gdb/mi} as input, while @samp{<-} means | |
14762 | the output received from @sc{gdb/mi}. | |
14763 | ||
14764 | @subsubheading Target Stop | |
14765 | @c Ummm... There is no "-stop" command. This assumes async, no? | |
14766 | Here's an example of stopping the inferior process: | |
14767 | ||
14768 | @smallexample | |
14769 | -> -stop | |
14770 | <- (@value{GDBP}) | |
14771 | @end smallexample | |
14772 | ||
14773 | @noindent | |
14774 | and later: | |
14775 | ||
14776 | @smallexample | |
14777 | <- *stop,reason="stop",address="0x123",source="a.c:123" | |
14778 | <- (@value{GDBP}) | |
14779 | @end smallexample | |
14780 | ||
14781 | @subsubheading Simple CLI Command | |
14782 | ||
14783 | Here's an example of a simple CLI command being passed through | |
14784 | @sc{gdb/mi} and on to the CLI. | |
14785 | ||
14786 | @smallexample | |
14787 | -> print 1+2 | |
14788 | <- &"print 1+2\n" | |
14789 | <- ~"$1 = 3\n" | |
14790 | <- ^done | |
14791 | <- (@value{GDBP}) | |
14792 | @end smallexample | |
14793 | ||
14794 | @subsubheading Command With Side Effects | |
14795 | ||
14796 | @smallexample | |
14797 | -> -symbol-file xyz.exe | |
14798 | <- *breakpoint,nr="3",address="0x123",source="a.c:123" | |
14799 | <- (@value{GDBP}) | |
14800 | @end smallexample | |
14801 | ||
14802 | @subsubheading A Bad Command | |
14803 | ||
14804 | Here's what happens if you pass a non-existent command: | |
14805 | ||
14806 | @smallexample | |
14807 | -> -rubbish | |
14808 | <- ^error,msg="Undefined MI command: rubbish" | |
14809 | <- (@value{GDBP}) | |
14810 | @end smallexample | |
14811 | ||
14812 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
14813 | @node GDB/MI Compatibility with CLI | |
14814 | @section @sc{gdb/mi} Compatibility with CLI | |
14815 | ||
14816 | @cindex compatibility, @sc{gdb/mi} and CLI | |
14817 | @cindex @sc{gdb/mi}, compatibility with CLI | |
14818 | To help users familiar with @value{GDBN}'s existing CLI interface, @sc{gdb/mi} | |
14819 | accepts existing CLI commands. As specified by the syntax, such | |
14820 | commands can be directly entered into the @sc{gdb/mi} interface and @value{GDBN} will | |
14821 | respond. | |
14822 | ||
14823 | This mechanism is provided as an aid to developers of @sc{gdb/mi} | |
14824 | clients and not as a reliable interface into the CLI. Since the command | |
14825 | is being interpreteted in an environment that assumes @sc{gdb/mi} | |
14826 | behaviour, the exact output of such commands is likely to end up being | |
14827 | an un-supported hybrid of @sc{gdb/mi} and CLI output. | |
14828 | ||
14829 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
14830 | @node GDB/MI Output Records | |
14831 | @section @sc{gdb/mi} Output Records | |
14832 | ||
14833 | @menu | |
14834 | * GDB/MI Result Records:: | |
14835 | * GDB/MI Stream Records:: | |
14836 | * GDB/MI Out-of-band Records:: | |
14837 | @end menu | |
14838 | ||
14839 | @node GDB/MI Result Records | |
14840 | @subsection @sc{gdb/mi} Result Records | |
14841 | ||
14842 | @cindex result records in @sc{gdb/mi} | |
14843 | @cindex @sc{gdb/mi}, result records | |
14844 | In addition to a number of out-of-band notifications, the response to a | |
14845 | @sc{gdb/mi} command includes one of the following result indications: | |
14846 | ||
14847 | @table @code | |
14848 | @findex ^done | |
14849 | @item "^done" [ "," @var{results} ] | |
14850 | The synchronous operation was successful, @code{@var{results}} are the return | |
14851 | values. | |
14852 | ||
14853 | @item "^running" | |
14854 | @findex ^running | |
14855 | @c Is this one correct? Should it be an out-of-band notification? | |
14856 | The asynchronous operation was successfully started. The target is | |
14857 | running. | |
14858 | ||
14859 | @item "^error" "," @var{c-string} | |
14860 | @findex ^error | |
14861 | The operation failed. The @code{@var{c-string}} contains the corresponding | |
14862 | error message. | |
14863 | @end table | |
14864 | ||
14865 | @node GDB/MI Stream Records | |
14866 | @subsection @sc{gdb/mi} Stream Records | |
14867 | ||
14868 | @cindex @sc{gdb/mi}, stream records | |
14869 | @cindex stream records in @sc{gdb/mi} | |
14870 | @value{GDBN} internally maintains a number of output streams: the console, the | |
14871 | target, and the log. The output intended for each of these streams is | |
14872 | funneled through the @sc{gdb/mi} interface using @dfn{stream records}. | |
14873 | ||
14874 | Each stream record begins with a unique @dfn{prefix character} which | |
14875 | identifies its stream (@pxref{GDB/MI Output Syntax, , @sc{gdb/mi} Output | |
14876 | Syntax}). In addition to the prefix, each stream record contains a | |
14877 | @code{@var{string-output}}. This is either raw text (with an implicit new | |
14878 | line) or a quoted C string (which does not contain an implicit newline). | |
14879 | ||
14880 | @table @code | |
14881 | @item "~" @var{string-output} | |
14882 | The console output stream contains text that should be displayed in the | |
14883 | CLI console window. It contains the textual responses to CLI commands. | |
14884 | ||
14885 | @item "@@" @var{string-output} | |
14886 | The target output stream contains any textual output from the running | |
14887 | target. | |
14888 | ||
14889 | @item "&" @var{string-output} | |
14890 | The log stream contains debugging messages being produced by @value{GDBN}'s | |
14891 | internals. | |
14892 | @end table | |
14893 | ||
14894 | @node GDB/MI Out-of-band Records | |
14895 | @subsection @sc{gdb/mi} Out-of-band Records | |
14896 | ||
14897 | @cindex out-of-band records in @sc{gdb/mi} | |
14898 | @cindex @sc{gdb/mi}, out-of-band records | |
14899 | @dfn{Out-of-band} records are used to notify the @sc{gdb/mi} client of | |
14900 | additional changes that have occurred. Those changes can either be a | |
14901 | consequence of @sc{gdb/mi} (e.g., a breakpoint modified) or a result of | |
14902 | target activity (e.g., target stopped). | |
14903 | ||
14904 | The following is a preliminary list of possible out-of-band records. | |
14905 | ||
14906 | @table @code | |
14907 | @item "*" "stop" | |
14908 | @end table | |
14909 | ||
14910 | ||
14911 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
14912 | @node GDB/MI Command Description Format | |
14913 | @section @sc{gdb/mi} Command Description Format | |
14914 | ||
14915 | The remaining sections describe blocks of commands. Each block of | |
14916 | commands is laid out in a fashion similar to this section. | |
14917 | ||
14918 | Note the the line breaks shown in the examples are here only for | |
14919 | readability. They don't appear in the real output. | |
14920 | Also note that the commands with a non-available example (N.A.@:) are | |
14921 | not yet implemented. | |
14922 | ||
14923 | @subheading Motivation | |
14924 | ||
14925 | The motivation for this collection of commands. | |
14926 | ||
14927 | @subheading Introduction | |
14928 | ||
14929 | A brief introduction to this collection of commands as a whole. | |
14930 | ||
14931 | @subheading Commands | |
14932 | ||
14933 | For each command in the block, the following is described: | |
14934 | ||
14935 | @subsubheading Synopsis | |
14936 | ||
14937 | @smallexample | |
14938 | -command @var{args}@dots{} | |
14939 | @end smallexample | |
14940 | ||
14941 | @subsubheading @value{GDBN} Command | |
14942 | ||
14943 | The corresponding @value{GDBN} CLI command. | |
14944 | ||
14945 | @subsubheading Result | |
14946 | ||
14947 | @subsubheading Out-of-band | |
14948 | ||
14949 | @subsubheading Notes | |
14950 | ||
14951 | @subsubheading Example | |
14952 | ||
14953 | ||
14954 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
14955 | @node GDB/MI Breakpoint Table Commands | |
14956 | @section @sc{gdb/mi} Breakpoint table commands | |
14957 | ||
14958 | @cindex breakpoint commands for @sc{gdb/mi} | |
14959 | @cindex @sc{gdb/mi}, breakpoint commands | |
14960 | This section documents @sc{gdb/mi} commands for manipulating | |
14961 | breakpoints. | |
14962 | ||
14963 | @subheading The @code{-break-after} Command | |
14964 | @findex -break-after | |
14965 | ||
14966 | @subsubheading Synopsis | |
14967 | ||
14968 | @smallexample | |
14969 | -break-after @var{number} @var{count} | |
14970 | @end smallexample | |
14971 | ||
14972 | The breakpoint number @var{number} is not in effect until it has been | |
14973 | hit @var{count} times. To see how this is reflected in the output of | |
14974 | the @samp{-break-list} command, see the description of the | |
14975 | @samp{-break-list} command below. | |
14976 | ||
14977 | @subsubheading @value{GDBN} Command | |
14978 | ||
14979 | The corresponding @value{GDBN} command is @samp{ignore}. | |
14980 | ||
14981 | @subsubheading Example | |
14982 | ||
14983 | @smallexample | |
14984 | (@value{GDBP}) | |
14985 | -break-insert main | |
14986 | ^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c",line="5"@} | |
14987 | (@value{GDBP}) | |
14988 | -break-after 1 3 | |
14989 | ~ | |
14990 | ^done | |
14991 | (@value{GDBP}) | |
14992 | -break-list | |
14993 | ^done,BreakpointTable=@{nr_rows="1",nr_cols="6", | |
14994 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
14995 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
14996 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
14997 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
14998 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
14999 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15000 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15001 | addr="0x000100d0",func="main",file="hello.c",line="5",times="0", | |
15002 | ignore="3"@}]@} | |
15003 | (@value{GDBP}) | |
15004 | @end smallexample | |
15005 | ||
15006 | @ignore | |
15007 | @subheading The @code{-break-catch} Command | |
15008 | @findex -break-catch | |
15009 | ||
15010 | @subheading The @code{-break-commands} Command | |
15011 | @findex -break-commands | |
15012 | @end ignore | |
15013 | ||
15014 | ||
15015 | @subheading The @code{-break-condition} Command | |
15016 | @findex -break-condition | |
15017 | ||
15018 | @subsubheading Synopsis | |
15019 | ||
15020 | @smallexample | |
15021 | -break-condition @var{number} @var{expr} | |
15022 | @end smallexample | |
15023 | ||
15024 | Breakpoint @var{number} will stop the program only if the condition in | |
15025 | @var{expr} is true. The condition becomes part of the | |
15026 | @samp{-break-list} output (see the description of the @samp{-break-list} | |
15027 | command below). | |
15028 | ||
15029 | @subsubheading @value{GDBN} Command | |
15030 | ||
15031 | The corresponding @value{GDBN} command is @samp{condition}. | |
15032 | ||
15033 | @subsubheading Example | |
15034 | ||
15035 | @smallexample | |
15036 | (@value{GDBP}) | |
15037 | -break-condition 1 1 | |
15038 | ^done | |
15039 | (@value{GDBP}) | |
15040 | -break-list | |
15041 | ^done,BreakpointTable=@{nr_rows="1",nr_cols="6", | |
15042 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15043 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15044 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15045 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15046 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15047 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15048 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15049 | addr="0x000100d0",func="main",file="hello.c",line="5",cond="1", | |
15050 | times="0",ignore="3"@}]@} | |
15051 | (@value{GDBP}) | |
15052 | @end smallexample | |
15053 | ||
15054 | @subheading The @code{-break-delete} Command | |
15055 | @findex -break-delete | |
15056 | ||
15057 | @subsubheading Synopsis | |
15058 | ||
15059 | @smallexample | |
15060 | -break-delete ( @var{breakpoint} )+ | |
15061 | @end smallexample | |
15062 | ||
15063 | Delete the breakpoint(s) whose number(s) are specified in the argument | |
15064 | list. This is obviously reflected in the breakpoint list. | |
15065 | ||
15066 | @subsubheading @value{GDBN} command | |
15067 | ||
15068 | The corresponding @value{GDBN} command is @samp{delete}. | |
15069 | ||
15070 | @subsubheading Example | |
15071 | ||
15072 | @smallexample | |
15073 | (@value{GDBP}) | |
15074 | -break-delete 1 | |
15075 | ^done | |
15076 | (@value{GDBP}) | |
15077 | -break-list | |
15078 | ^done,BreakpointTable=@{nr_rows="0",nr_cols="6", | |
15079 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15080 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15081 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15082 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15083 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15084 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15085 | body=[]@} | |
15086 | (@value{GDBP}) | |
15087 | @end smallexample | |
15088 | ||
15089 | @subheading The @code{-break-disable} Command | |
15090 | @findex -break-disable | |
15091 | ||
15092 | @subsubheading Synopsis | |
15093 | ||
15094 | @smallexample | |
15095 | -break-disable ( @var{breakpoint} )+ | |
15096 | @end smallexample | |
15097 | ||
15098 | Disable the named @var{breakpoint}(s). The field @samp{enabled} in the | |
15099 | break list is now set to @samp{n} for the named @var{breakpoint}(s). | |
15100 | ||
15101 | @subsubheading @value{GDBN} Command | |
15102 | ||
15103 | The corresponding @value{GDBN} command is @samp{disable}. | |
15104 | ||
15105 | @subsubheading Example | |
15106 | ||
15107 | @smallexample | |
15108 | (@value{GDBP}) | |
15109 | -break-disable 2 | |
15110 | ^done | |
15111 | (@value{GDBP}) | |
15112 | -break-list | |
15113 | ^done,BreakpointTable=@{nr_rows="1",nr_cols="6", | |
15114 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15115 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15116 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15117 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15118 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15119 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15120 | body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="n", | |
15121 | addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@} | |
15122 | (@value{GDBP}) | |
15123 | @end smallexample | |
15124 | ||
15125 | @subheading The @code{-break-enable} Command | |
15126 | @findex -break-enable | |
15127 | ||
15128 | @subsubheading Synopsis | |
15129 | ||
15130 | @smallexample | |
15131 | -break-enable ( @var{breakpoint} )+ | |
15132 | @end smallexample | |
15133 | ||
15134 | Enable (previously disabled) @var{breakpoint}(s). | |
15135 | ||
15136 | @subsubheading @value{GDBN} Command | |
15137 | ||
15138 | The corresponding @value{GDBN} command is @samp{enable}. | |
15139 | ||
15140 | @subsubheading Example | |
15141 | ||
15142 | @smallexample | |
15143 | (@value{GDBP}) | |
15144 | -break-enable 2 | |
15145 | ^done | |
15146 | (@value{GDBP}) | |
15147 | -break-list | |
15148 | ^done,BreakpointTable=@{nr_rows="1",nr_cols="6", | |
15149 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15150 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15151 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15152 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15153 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15154 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15155 | body=[bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y", | |
15156 | addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}]@} | |
15157 | (@value{GDBP}) | |
15158 | @end smallexample | |
15159 | ||
15160 | @subheading The @code{-break-info} Command | |
15161 | @findex -break-info | |
15162 | ||
15163 | @subsubheading Synopsis | |
15164 | ||
15165 | @smallexample | |
15166 | -break-info @var{breakpoint} | |
15167 | @end smallexample | |
15168 | ||
15169 | @c REDUNDANT??? | |
15170 | Get information about a single breakpoint. | |
15171 | ||
15172 | @subsubheading @value{GDBN} command | |
15173 | ||
15174 | The corresponding @value{GDBN} command is @samp{info break @var{breakpoint}}. | |
15175 | ||
15176 | @subsubheading Example | |
15177 | N.A. | |
15178 | ||
15179 | @subheading The @code{-break-insert} Command | |
15180 | @findex -break-insert | |
15181 | ||
15182 | @subsubheading Synopsis | |
15183 | ||
15184 | @smallexample | |
15185 | -break-insert [ -t ] [ -h ] [ -r ] | |
15186 | [ -c @var{condition} ] [ -i @var{ignore-count} ] | |
15187 | [ -p @var{thread} ] [ @var{line} | @var{addr} ] | |
15188 | @end smallexample | |
15189 | ||
15190 | @noindent | |
15191 | If specified, @var{line}, can be one of: | |
15192 | ||
15193 | @itemize @bullet | |
15194 | @item function | |
15195 | @c @item +offset | |
15196 | @c @item -offset | |
15197 | @c @item linenum | |
15198 | @item filename:linenum | |
15199 | @item filename:function | |
15200 | @item *address | |
15201 | @end itemize | |
15202 | ||
15203 | The possible optional parameters of this command are: | |
15204 | ||
15205 | @table @samp | |
15206 | @item -t | |
15207 | Insert a tempoary breakpoint. | |
15208 | @item -h | |
15209 | Insert a hardware breakpoint. | |
15210 | @item -c @var{condition} | |
15211 | Make the breakpoint conditional on @var{condition}. | |
15212 | @item -i @var{ignore-count} | |
15213 | Initialize the @var{ignore-count}. | |
15214 | @item -r | |
15215 | Insert a regular breakpoint in all the functions whose names match the | |
15216 | given regular expression. Other flags are not applicable to regular | |
15217 | expresson. | |
15218 | @end table | |
15219 | ||
15220 | @subsubheading Result | |
15221 | ||
15222 | The result is in the form: | |
15223 | ||
15224 | @smallexample | |
15225 | ^done,bkptno="@var{number}",func="@var{funcname}", | |
15226 | file="@var{filename}",line="@var{lineno}" | |
15227 | @end smallexample | |
15228 | ||
15229 | @noindent | |
15230 | where @var{number} is the @value{GDBN} number for this breakpoint, @var{funcname} | |
15231 | is the name of the function where the breakpoint was inserted, | |
15232 | @var{filename} is the name of the source file which contains this | |
15233 | function, and @var{lineno} is the source line number within that file. | |
15234 | ||
15235 | Note: this format is open to change. | |
15236 | @c An out-of-band breakpoint instead of part of the result? | |
15237 | ||
15238 | @subsubheading @value{GDBN} Command | |
15239 | ||
15240 | The corresponding @value{GDBN} commands are @samp{break}, @samp{tbreak}, | |
15241 | @samp{hbreak}, @samp{thbreak}, and @samp{rbreak}. | |
15242 | ||
15243 | @subsubheading Example | |
15244 | ||
15245 | @smallexample | |
15246 | (@value{GDBP}) | |
15247 | -break-insert main | |
15248 | ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@} | |
15249 | (@value{GDBP}) | |
15250 | -break-insert -t foo | |
15251 | ^done,bkpt=@{number="2",addr="0x00010774",file="recursive2.c",line="11"@} | |
15252 | (@value{GDBP}) | |
15253 | -break-list | |
15254 | ^done,BreakpointTable=@{nr_rows="2",nr_cols="6", | |
15255 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15256 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15257 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15258 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15259 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15260 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15261 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15262 | addr="0x0001072c", func="main",file="recursive2.c",line="4",times="0"@}, | |
15263 | bkpt=@{number="2",type="breakpoint",disp="del",enabled="y", | |
15264 | addr="0x00010774",func="foo",file="recursive2.c",line="11",times="0"@}]@} | |
15265 | (@value{GDBP}) | |
15266 | -break-insert -r foo.* | |
15267 | ~int foo(int, int); | |
15268 | ^done,bkpt=@{number="3",addr="0x00010774",file="recursive2.c",line="11"@} | |
15269 | (@value{GDBP}) | |
15270 | @end smallexample | |
15271 | ||
15272 | @subheading The @code{-break-list} Command | |
15273 | @findex -break-list | |
15274 | ||
15275 | @subsubheading Synopsis | |
15276 | ||
15277 | @smallexample | |
15278 | -break-list | |
15279 | @end smallexample | |
15280 | ||
15281 | Displays the list of inserted breakpoints, showing the following fields: | |
15282 | ||
15283 | @table @samp | |
15284 | @item Number | |
15285 | number of the breakpoint | |
15286 | @item Type | |
15287 | type of the breakpoint: @samp{breakpoint} or @samp{watchpoint} | |
15288 | @item Disposition | |
15289 | should the breakpoint be deleted or disabled when it is hit: @samp{keep} | |
15290 | or @samp{nokeep} | |
15291 | @item Enabled | |
15292 | is the breakpoint enabled or no: @samp{y} or @samp{n} | |
15293 | @item Address | |
15294 | memory location at which the breakpoint is set | |
15295 | @item What | |
15296 | logical location of the breakpoint, expressed by function name, file | |
15297 | name, line number | |
15298 | @item Times | |
15299 | number of times the breakpoint has been hit | |
15300 | @end table | |
15301 | ||
15302 | If there are no breakpoints or watchpoints, the @code{BreakpointTable} | |
15303 | @code{body} field is an empty list. | |
15304 | ||
15305 | @subsubheading @value{GDBN} Command | |
15306 | ||
15307 | The corresponding @value{GDBN} command is @samp{info break}. | |
15308 | ||
15309 | @subsubheading Example | |
15310 | ||
15311 | @smallexample | |
15312 | (@value{GDBP}) | |
15313 | -break-list | |
15314 | ^done,BreakpointTable=@{nr_rows="2",nr_cols="6", | |
15315 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15316 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15317 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15318 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15319 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15320 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15321 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15322 | addr="0x000100d0",func="main",file="hello.c",line="5",times="0"@}, | |
15323 | bkpt=@{number="2",type="breakpoint",disp="keep",enabled="y", | |
15324 | addr="0x00010114",func="foo",file="hello.c",line="13",times="0"@}]@} | |
15325 | (@value{GDBP}) | |
15326 | @end smallexample | |
15327 | ||
15328 | Here's an example of the result when there are no breakpoints: | |
15329 | ||
15330 | @smallexample | |
15331 | (@value{GDBP}) | |
15332 | -break-list | |
15333 | ^done,BreakpointTable=@{nr_rows="0",nr_cols="6", | |
15334 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15335 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15336 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15337 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15338 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15339 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15340 | body=[]@} | |
15341 | (@value{GDBP}) | |
15342 | @end smallexample | |
15343 | ||
15344 | @subheading The @code{-break-watch} Command | |
15345 | @findex -break-watch | |
15346 | ||
15347 | @subsubheading Synopsis | |
15348 | ||
15349 | @smallexample | |
15350 | -break-watch [ -a | -r ] | |
15351 | @end smallexample | |
15352 | ||
15353 | Create a watchpoint. With the @samp{-a} option it will create an | |
15354 | @dfn{access} watchpoint, i.e. a watchpoint that triggers either on a | |
15355 | read from or on a write to the memory location. With the @samp{-r} | |
15356 | option, the watchpoint created is a @dfn{read} watchpoint, i.e. it will | |
15357 | trigger only when the memory location is accessed for reading. Without | |
15358 | either of the options, the watchpoint created is a regular watchpoint, | |
15359 | i.e. it will trigger when the memory location is accessed for writing. | |
15360 | @xref{Set Watchpoints, , Setting watchpoints}. | |
15361 | ||
15362 | Note that @samp{-break-list} will report a single list of watchpoints and | |
15363 | breakpoints inserted. | |
15364 | ||
15365 | @subsubheading @value{GDBN} Command | |
15366 | ||
15367 | The corresponding @value{GDBN} commands are @samp{watch}, @samp{awatch}, and | |
15368 | @samp{rwatch}. | |
15369 | ||
15370 | @subsubheading Example | |
15371 | ||
15372 | Setting a watchpoint on a variable in the @code{main} function: | |
15373 | ||
15374 | @smallexample | |
15375 | (@value{GDBP}) | |
15376 | -break-watch x | |
15377 | ^done,wpt=@{number="2",exp="x"@} | |
15378 | (@value{GDBP}) | |
15379 | -exec-continue | |
15380 | ^running | |
15381 | ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="x"@}, | |
15382 | value=@{old="-268439212",new="55"@}, | |
15383 | frame=@{func="main",args=[],file="recursive2.c",line="5"@} | |
15384 | (@value{GDBP}) | |
15385 | @end smallexample | |
15386 | ||
15387 | Setting a watchpoint on a variable local to a function. @value{GDBN} will stop | |
15388 | the program execution twice: first for the variable changing value, then | |
15389 | for the watchpoint going out of scope. | |
15390 | ||
15391 | @smallexample | |
15392 | (@value{GDBP}) | |
15393 | -break-watch C | |
15394 | ^done,wpt=@{number="5",exp="C"@} | |
15395 | (@value{GDBP}) | |
15396 | -exec-continue | |
15397 | ^running | |
15398 | ^done,reason="watchpoint-trigger", | |
15399 | wpt=@{number="5",exp="C"@},value=@{old="-276895068",new="3"@}, | |
15400 | frame=@{func="callee4",args=[], | |
15401 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@} | |
15402 | (@value{GDBP}) | |
15403 | -exec-continue | |
15404 | ^running | |
15405 | ^done,reason="watchpoint-scope",wpnum="5", | |
15406 | frame=@{func="callee3",args=[@{name="strarg", | |
15407 | value="0x11940 \"A string argument.\""@}], | |
15408 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@} | |
15409 | (@value{GDBP}) | |
15410 | @end smallexample | |
15411 | ||
15412 | Listing breakpoints and watchpoints, at different points in the program | |
15413 | execution. Note that once the watchpoint goes out of scope, it is | |
15414 | deleted. | |
15415 | ||
15416 | @smallexample | |
15417 | (@value{GDBP}) | |
15418 | -break-watch C | |
15419 | ^done,wpt=@{number="2",exp="C"@} | |
15420 | (@value{GDBP}) | |
15421 | -break-list | |
15422 | ^done,BreakpointTable=@{nr_rows="2",nr_cols="6", | |
15423 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15424 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15425 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15426 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15427 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15428 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15429 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15430 | addr="0x00010734",func="callee4", | |
15431 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}, | |
15432 | bkpt=@{number="2",type="watchpoint",disp="keep", | |
15433 | enabled="y",addr="",what="C",times="0"@}]@} | |
15434 | (@value{GDBP}) | |
15435 | -exec-continue | |
15436 | ^running | |
15437 | ^done,reason="watchpoint-trigger",wpt=@{number="2",exp="C"@}, | |
15438 | value=@{old="-276895068",new="3"@}, | |
15439 | frame=@{func="callee4",args=[], | |
15440 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="13"@} | |
15441 | (@value{GDBP}) | |
15442 | -break-list | |
15443 | ^done,BreakpointTable=@{nr_rows="2",nr_cols="6", | |
15444 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15445 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15446 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15447 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15448 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15449 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15450 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15451 | addr="0x00010734",func="callee4", | |
15452 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}, | |
15453 | bkpt=@{number="2",type="watchpoint",disp="keep", | |
15454 | enabled="y",addr="",what="C",times="-5"@}]@} | |
15455 | (@value{GDBP}) | |
15456 | -exec-continue | |
15457 | ^running | |
15458 | ^done,reason="watchpoint-scope",wpnum="2", | |
15459 | frame=@{func="callee3",args=[@{name="strarg", | |
15460 | value="0x11940 \"A string argument.\""@}], | |
15461 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@} | |
15462 | (@value{GDBP}) | |
15463 | -break-list | |
15464 | ^done,BreakpointTable=@{nr_rows="1",nr_cols="6", | |
15465 | hdr=[@{width="3",alignment="-1",col_name="number",colhdr="Num"@}, | |
15466 | @{width="14",alignment="-1",col_name="type",colhdr="Type"@}, | |
15467 | @{width="4",alignment="-1",col_name="disp",colhdr="Disp"@}, | |
15468 | @{width="3",alignment="-1",col_name="enabled",colhdr="Enb"@}, | |
15469 | @{width="10",alignment="-1",col_name="addr",colhdr="Address"@}, | |
15470 | @{width="40",alignment="2",col_name="what",colhdr="What"@}], | |
15471 | body=[bkpt=@{number="1",type="breakpoint",disp="keep",enabled="y", | |
15472 | addr="0x00010734",func="callee4", | |
15473 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8",times="1"@}]@} | |
15474 | (@value{GDBP}) | |
15475 | @end smallexample | |
15476 | ||
15477 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
15478 | @node GDB/MI Data Manipulation | |
15479 | @section @sc{gdb/mi} Data Manipulation | |
15480 | ||
15481 | @cindex data manipulation, in @sc{gdb/mi} | |
15482 | @cindex @sc{gdb/mi}, data manipulation | |
15483 | This section describes the @sc{gdb/mi} commands that manipulate data: | |
15484 | examine memory and registers, evaluate expressions, etc. | |
15485 | ||
15486 | @c REMOVED FROM THE INTERFACE. | |
15487 | @c @subheading -data-assign | |
15488 | @c Change the value of a program variable. Plenty of side effects. | |
15489 | @c @subsubheading GDB command | |
15490 | @c set variable | |
15491 | @c @subsubheading Example | |
15492 | @c N.A. | |
15493 | ||
15494 | @subheading The @code{-data-disassemble} Command | |
15495 | @findex -data-disassemble | |
15496 | ||
15497 | @subsubheading Synopsis | |
15498 | ||
15499 | @smallexample | |
15500 | -data-disassemble | |
15501 | [ -s @var{start-addr} -e @var{end-addr} ] | |
15502 | | [ -f @var{filename} -l @var{linenum} [ -n @var{lines} ] ] | |
15503 | -- @var{mode} | |
15504 | @end smallexample | |
15505 | ||
15506 | @noindent | |
15507 | Where: | |
15508 | ||
15509 | @table @samp | |
15510 | @item @var{start-addr} | |
15511 | is the beginning address (or @code{$pc}) | |
15512 | @item @var{end-addr} | |
15513 | is the end address | |
15514 | @item @var{filename} | |
15515 | is the name of the file to disassemble | |
15516 | @item @var{linenum} | |
15517 | is the line number to disassemble around | |
15518 | @item @var{lines} | |
15519 | is the the number of disassembly lines to be produced. If it is -1, | |
15520 | the whole function will be disassembled, in case no @var{end-addr} is | |
15521 | specified. If @var{end-addr} is specified as a non-zero value, and | |
15522 | @var{lines} is lower than the number of disassembly lines between | |
15523 | @var{start-addr} and @var{end-addr}, only @var{lines} lines are | |
15524 | displayed; if @var{lines} is higher than the number of lines between | |
15525 | @var{start-addr} and @var{end-addr}, only the lines up to @var{end-addr} | |
15526 | are displayed. | |
15527 | @item @var{mode} | |
15528 | is either 0 (meaning only disassembly) or 1 (meaning mixed source and | |
15529 | disassembly). | |
15530 | @end table | |
15531 | ||
15532 | @subsubheading Result | |
15533 | ||
15534 | The output for each instruction is composed of four fields: | |
15535 | ||
15536 | @itemize @bullet | |
15537 | @item Address | |
15538 | @item Func-name | |
15539 | @item Offset | |
15540 | @item Instruction | |
15541 | @end itemize | |
15542 | ||
15543 | Note that whatever included in the instruction field, is not manipulated | |
15544 | directely by @sc{gdb/mi}, i.e. it is not possible to adjust its format. | |
15545 | ||
15546 | @subsubheading @value{GDBN} Command | |
15547 | ||
15548 | There's no direct mapping from this command to the CLI. | |
15549 | ||
15550 | @subsubheading Example | |
15551 | ||
15552 | Disassemble from the current value of @code{$pc} to @code{$pc + 20}: | |
15553 | ||
15554 | @smallexample | |
15555 | (@value{GDBP}) | |
15556 | -data-disassemble -s $pc -e "$pc + 20" -- 0 | |
15557 | ^done, | |
15558 | asm_insns=[ | |
15559 | @{address="0x000107c0",func-name="main",offset="4", | |
15560 | inst="mov 2, %o0"@}, | |
15561 | @{address="0x000107c4",func-name="main",offset="8", | |
15562 | inst="sethi %hi(0x11800), %o2"@}, | |
15563 | @{address="0x000107c8",func-name="main",offset="12", | |
15564 | inst="or %o2, 0x140, %o1\t! 0x11940 <_lib_version+8>"@}, | |
15565 | @{address="0x000107cc",func-name="main",offset="16", | |
15566 | inst="sethi %hi(0x11800), %o2"@}, | |
15567 | @{address="0x000107d0",func-name="main",offset="20", | |
15568 | inst="or %o2, 0x168, %o4\t! 0x11968 <_lib_version+48>"@}] | |
15569 | (@value{GDBP}) | |
15570 | @end smallexample | |
15571 | ||
15572 | Disassemble the whole @code{main} function. Line 32 is part of | |
15573 | @code{main}. | |
15574 | ||
15575 | @smallexample | |
15576 | -data-disassemble -f basics.c -l 32 -- 0 | |
15577 | ^done,asm_insns=[ | |
15578 | @{address="0x000107bc",func-name="main",offset="0", | |
15579 | inst="save %sp, -112, %sp"@}, | |
15580 | @{address="0x000107c0",func-name="main",offset="4", | |
15581 | inst="mov 2, %o0"@}, | |
15582 | @{address="0x000107c4",func-name="main",offset="8", | |
15583 | inst="sethi %hi(0x11800), %o2"@}, | |
15584 | [@dots{}] | |
15585 | @{address="0x0001081c",func-name="main",offset="96",inst="ret "@}, | |
15586 | @{address="0x00010820",func-name="main",offset="100",inst="restore "@}] | |
15587 | (@value{GDBP}) | |
15588 | @end smallexample | |
15589 | ||
15590 | Disassemble 3 instructions from the start of @code{main}: | |
15591 | ||
15592 | @smallexample | |
15593 | (@value{GDBP}) | |
15594 | -data-disassemble -f basics.c -l 32 -n 3 -- 0 | |
15595 | ^done,asm_insns=[ | |
15596 | @{address="0x000107bc",func-name="main",offset="0", | |
15597 | inst="save %sp, -112, %sp"@}, | |
15598 | @{address="0x000107c0",func-name="main",offset="4", | |
15599 | inst="mov 2, %o0"@}, | |
15600 | @{address="0x000107c4",func-name="main",offset="8", | |
15601 | inst="sethi %hi(0x11800), %o2"@}] | |
15602 | (@value{GDBP}) | |
15603 | @end smallexample | |
15604 | ||
15605 | Disassemble 3 instructions from the start of @code{main} in mixed mode: | |
15606 | ||
15607 | @smallexample | |
15608 | (@value{GDBP}) | |
15609 | -data-disassemble -f basics.c -l 32 -n 3 -- 1 | |
15610 | ^done,asm_insns=[ | |
15611 | src_and_asm_line=@{line="31", | |
15612 | file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \ | |
15613 | testsuite/gdb.mi/basics.c",line_asm_insn=[ | |
15614 | @{address="0x000107bc",func-name="main",offset="0", | |
15615 | inst="save %sp, -112, %sp"@}]@}, | |
15616 | src_and_asm_line=@{line="32", | |
15617 | file="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb/ \ | |
15618 | testsuite/gdb.mi/basics.c",line_asm_insn=[ | |
15619 | @{address="0x000107c0",func-name="main",offset="4", | |
15620 | inst="mov 2, %o0"@}, | |
15621 | @{address="0x000107c4",func-name="main",offset="8", | |
15622 | inst="sethi %hi(0x11800), %o2"@}]@}] | |
15623 | (@value{GDBP}) | |
15624 | @end smallexample | |
15625 | ||
15626 | ||
15627 | @subheading The @code{-data-evaluate-expression} Command | |
15628 | @findex -data-evaluate-expression | |
15629 | ||
15630 | @subsubheading Synopsis | |
15631 | ||
15632 | @smallexample | |
15633 | -data-evaluate-expression @var{expr} | |
15634 | @end smallexample | |
15635 | ||
15636 | Evaluate @var{expr} as an expression. The expression could contain an | |
15637 | inferior function call. The function call will execute synchronously. | |
15638 | If the expression contains spaces, it must be enclosed in double quotes. | |
15639 | ||
15640 | @subsubheading @value{GDBN} Command | |
15641 | ||
15642 | The corresponding @value{GDBN} commands are @samp{print}, @samp{output}, and | |
15643 | @samp{call}. In @code{gdbtk} only, there's a corresponding | |
15644 | @samp{gdb_eval} command. | |
15645 | ||
15646 | @subsubheading Example | |
15647 | ||
15648 | In the following example, the numbers that precede the commands are the | |
15649 | @dfn{tokens} described in @ref{GDB/MI Command Syntax, ,@sc{gdb/mi} | |
15650 | Command Syntax}. Notice how @sc{gdb/mi} returns the same tokens in its | |
15651 | output. | |
15652 | ||
15653 | @smallexample | |
15654 | 211-data-evaluate-expression A | |
15655 | 211^done,value="1" | |
15656 | (@value{GDBP}) | |
15657 | 311-data-evaluate-expression &A | |
15658 | 311^done,value="0xefffeb7c" | |
15659 | (@value{GDBP}) | |
15660 | 411-data-evaluate-expression A+3 | |
15661 | 411^done,value="4" | |
15662 | (@value{GDBP}) | |
15663 | 511-data-evaluate-expression "A + 3" | |
15664 | 511^done,value="4" | |
15665 | (@value{GDBP}) | |
15666 | @end smallexample | |
15667 | ||
15668 | ||
15669 | @subheading The @code{-data-list-changed-registers} Command | |
15670 | @findex -data-list-changed-registers | |
15671 | ||
15672 | @subsubheading Synopsis | |
15673 | ||
15674 | @smallexample | |
15675 | -data-list-changed-registers | |
15676 | @end smallexample | |
15677 | ||
15678 | Display a list of the registers that have changed. | |
15679 | ||
15680 | @subsubheading @value{GDBN} Command | |
15681 | ||
15682 | @value{GDBN} doesn't have a direct analog for this command; @code{gdbtk} | |
15683 | has the corresponding command @samp{gdb_changed_register_list}. | |
15684 | ||
15685 | @subsubheading Example | |
15686 | ||
15687 | On a PPC MBX board: | |
15688 | ||
15689 | @smallexample | |
15690 | (@value{GDBP}) | |
15691 | -exec-continue | |
15692 | ^running | |
15693 | ||
15694 | (@value{GDBP}) | |
15695 | *stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main", | |
15696 | args=[],file="try.c",line="5"@} | |
15697 | (@value{GDBP}) | |
15698 | -data-list-changed-registers | |
15699 | ^done,changed-registers=["0","1","2","4","5","6","7","8","9", | |
15700 | "10","11","13","14","15","16","17","18","19","20","21","22","23", | |
15701 | "24","25","26","27","28","30","31","64","65","66","67","69"] | |
15702 | (@value{GDBP}) | |
15703 | @end smallexample | |
15704 | ||
15705 | ||
15706 | @subheading The @code{-data-list-register-names} Command | |
15707 | @findex -data-list-register-names | |
15708 | ||
15709 | @subsubheading Synopsis | |
15710 | ||
15711 | @smallexample | |
15712 | -data-list-register-names [ ( @var{regno} )+ ] | |
15713 | @end smallexample | |
15714 | ||
15715 | Show a list of register names for the current target. If no arguments | |
15716 | are given, it shows a list of the names of all the registers. If | |
15717 | integer numbers are given as arguments, it will print a list of the | |
15718 | names of the registers corresponding to the arguments. To ensure | |
15719 | consistency between a register name and its number, the output list may | |
15720 | include empty register names. | |
15721 | ||
15722 | @subsubheading @value{GDBN} Command | |
15723 | ||
15724 | @value{GDBN} does not have a command which corresponds to | |
15725 | @samp{-data-list-register-names}. In @code{gdbtk} there is a | |
15726 | corresponding command @samp{gdb_regnames}. | |
15727 | ||
15728 | @subsubheading Example | |
15729 | ||
15730 | For the PPC MBX board: | |
15731 | @smallexample | |
15732 | (@value{GDBP}) | |
15733 | -data-list-register-names | |
15734 | ^done,register-names=["r0","r1","r2","r3","r4","r5","r6","r7", | |
15735 | "r8","r9","r10","r11","r12","r13","r14","r15","r16","r17","r18", | |
15736 | "r19","r20","r21","r22","r23","r24","r25","r26","r27","r28","r29", | |
15737 | "r30","r31","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9", | |
15738 | "f10","f11","f12","f13","f14","f15","f16","f17","f18","f19","f20", | |
15739 | "f21","f22","f23","f24","f25","f26","f27","f28","f29","f30","f31", | |
15740 | "", "pc","ps","cr","lr","ctr","xer"] | |
15741 | (@value{GDBP}) | |
15742 | -data-list-register-names 1 2 3 | |
15743 | ^done,register-names=["r1","r2","r3"] | |
15744 | (@value{GDBP}) | |
15745 | @end smallexample | |
15746 | ||
15747 | @subheading The @code{-data-list-register-values} Command | |
15748 | @findex -data-list-register-values | |
15749 | ||
15750 | @subsubheading Synopsis | |
15751 | ||
15752 | @smallexample | |
15753 | -data-list-register-values @var{fmt} [ ( @var{regno} )*] | |
15754 | @end smallexample | |
15755 | ||
15756 | Display the registers' contents. @var{fmt} is the format according to | |
15757 | which the registers' contents are to be returned, followed by an optional | |
15758 | list of numbers specifying the registers to display. A missing list of | |
15759 | numbers indicates that the contents of all the registers must be returned. | |
15760 | ||
15761 | Allowed formats for @var{fmt} are: | |
15762 | ||
15763 | @table @code | |
15764 | @item x | |
15765 | Hexadecimal | |
15766 | @item o | |
15767 | Octal | |
15768 | @item t | |
15769 | Binary | |
15770 | @item d | |
15771 | Decimal | |
15772 | @item r | |
15773 | Raw | |
15774 | @item N | |
15775 | Natural | |
15776 | @end table | |
15777 | ||
15778 | @subsubheading @value{GDBN} Command | |
15779 | ||
15780 | The corresponding @value{GDBN} commands are @samp{info reg}, @samp{info | |
15781 | all-reg}, and (in @code{gdbtk}) @samp{gdb_fetch_registers}. | |
15782 | ||
15783 | @subsubheading Example | |
15784 | ||
15785 | For a PPC MBX board (note: line breaks are for readability only, they | |
15786 | don't appear in the actual output): | |
15787 | ||
15788 | @smallexample | |
15789 | (@value{GDBP}) | |
15790 | -data-list-register-values r 64 65 | |
15791 | ^done,register-values=[@{number="64",value="0xfe00a300"@}, | |
15792 | @{number="65",value="0x00029002"@}] | |
15793 | (@value{GDBP}) | |
15794 | -data-list-register-values x | |
15795 | ^done,register-values=[@{number="0",value="0xfe0043c8"@}, | |
15796 | @{number="1",value="0x3fff88"@},@{number="2",value="0xfffffffe"@}, | |
15797 | @{number="3",value="0x0"@},@{number="4",value="0xa"@}, | |
15798 | @{number="5",value="0x3fff68"@},@{number="6",value="0x3fff58"@}, | |
15799 | @{number="7",value="0xfe011e98"@},@{number="8",value="0x2"@}, | |
15800 | @{number="9",value="0xfa202820"@},@{number="10",value="0xfa202808"@}, | |
15801 | @{number="11",value="0x1"@},@{number="12",value="0x0"@}, | |
15802 | @{number="13",value="0x4544"@},@{number="14",value="0xffdfffff"@}, | |
15803 | @{number="15",value="0xffffffff"@},@{number="16",value="0xfffffeff"@}, | |
15804 | @{number="17",value="0xefffffed"@},@{number="18",value="0xfffffffe"@}, | |
15805 | @{number="19",value="0xffffffff"@},@{number="20",value="0xffffffff"@}, | |
15806 | @{number="21",value="0xffffffff"@},@{number="22",value="0xfffffff7"@}, | |
15807 | @{number="23",value="0xffffffff"@},@{number="24",value="0xffffffff"@}, | |
15808 | @{number="25",value="0xffffffff"@},@{number="26",value="0xfffffffb"@}, | |
15809 | @{number="27",value="0xffffffff"@},@{number="28",value="0xf7bfffff"@}, | |
15810 | @{number="29",value="0x0"@},@{number="30",value="0xfe010000"@}, | |
15811 | @{number="31",value="0x0"@},@{number="32",value="0x0"@}, | |
15812 | @{number="33",value="0x0"@},@{number="34",value="0x0"@}, | |
15813 | @{number="35",value="0x0"@},@{number="36",value="0x0"@}, | |
15814 | @{number="37",value="0x0"@},@{number="38",value="0x0"@}, | |
15815 | @{number="39",value="0x0"@},@{number="40",value="0x0"@}, | |
15816 | @{number="41",value="0x0"@},@{number="42",value="0x0"@}, | |
15817 | @{number="43",value="0x0"@},@{number="44",value="0x0"@}, | |
15818 | @{number="45",value="0x0"@},@{number="46",value="0x0"@}, | |
15819 | @{number="47",value="0x0"@},@{number="48",value="0x0"@}, | |
15820 | @{number="49",value="0x0"@},@{number="50",value="0x0"@}, | |
15821 | @{number="51",value="0x0"@},@{number="52",value="0x0"@}, | |
15822 | @{number="53",value="0x0"@},@{number="54",value="0x0"@}, | |
15823 | @{number="55",value="0x0"@},@{number="56",value="0x0"@}, | |
15824 | @{number="57",value="0x0"@},@{number="58",value="0x0"@}, | |
15825 | @{number="59",value="0x0"@},@{number="60",value="0x0"@}, | |
15826 | @{number="61",value="0x0"@},@{number="62",value="0x0"@}, | |
15827 | @{number="63",value="0x0"@},@{number="64",value="0xfe00a300"@}, | |
15828 | @{number="65",value="0x29002"@},@{number="66",value="0x202f04b5"@}, | |
15829 | @{number="67",value="0xfe0043b0"@},@{number="68",value="0xfe00b3e4"@}, | |
15830 | @{number="69",value="0x20002b03"@}] | |
15831 | (@value{GDBP}) | |
15832 | @end smallexample | |
15833 | ||
15834 | ||
15835 | @subheading The @code{-data-read-memory} Command | |
15836 | @findex -data-read-memory | |
15837 | ||
15838 | @subsubheading Synopsis | |
15839 | ||
15840 | @smallexample | |
15841 | -data-read-memory [ -o @var{byte-offset} ] | |
15842 | @var{address} @var{word-format} @var{word-size} | |
15843 | @var{nr-rows} @var{nr-cols} [ @var{aschar} ] | |
15844 | @end smallexample | |
15845 | ||
15846 | @noindent | |
15847 | where: | |
15848 | ||
15849 | @table @samp | |
15850 | @item @var{address} | |
15851 | An expression specifying the address of the first memory word to be | |
15852 | read. Complex expressions containing embedded white space should be | |
15853 | quoted using the C convention. | |
15854 | ||
15855 | @item @var{word-format} | |
15856 | The format to be used to print the memory words. The notation is the | |
15857 | same as for @value{GDBN}'s @code{print} command (@pxref{Output Formats, | |
15858 | ,Output formats}). | |
15859 | ||
15860 | @item @var{word-size} | |
15861 | The size of each memory word in bytes. | |
15862 | ||
15863 | @item @var{nr-rows} | |
15864 | The number of rows in the output table. | |
15865 | ||
15866 | @item @var{nr-cols} | |
15867 | The number of columns in the output table. | |
15868 | ||
15869 | @item @var{aschar} | |
15870 | If present, indicates that each row should include an @sc{ascii} dump. The | |
15871 | value of @var{aschar} is used as a padding character when a byte is not a | |
15872 | member of the printable @sc{ascii} character set (printable @sc{ascii} | |
15873 | characters are those whose code is between 32 and 126, inclusively). | |
15874 | ||
15875 | @item @var{byte-offset} | |
15876 | An offset to add to the @var{address} before fetching memory. | |
15877 | @end table | |
15878 | ||
15879 | This command displays memory contents as a table of @var{nr-rows} by | |
15880 | @var{nr-cols} words, each word being @var{word-size} bytes. In total, | |
15881 | @code{@var{nr-rows} * @var{nr-cols} * @var{word-size}} bytes are read | |
15882 | (returned as @samp{total-bytes}). Should less than the requested number | |
15883 | of bytes be returned by the target, the missing words are identified | |
15884 | using @samp{N/A}. The number of bytes read from the target is returned | |
15885 | in @samp{nr-bytes} and the starting address used to read memory in | |
15886 | @samp{addr}. | |
15887 | ||
15888 | The address of the next/previous row or page is available in | |
15889 | @samp{next-row} and @samp{prev-row}, @samp{next-page} and | |
15890 | @samp{prev-page}. | |
15891 | ||
15892 | @subsubheading @value{GDBN} Command | |
15893 | ||
15894 | The corresponding @value{GDBN} command is @samp{x}. @code{gdbtk} has | |
15895 | @samp{gdb_get_mem} memory read command. | |
15896 | ||
15897 | @subsubheading Example | |
15898 | ||
15899 | Read six bytes of memory starting at @code{bytes+6} but then offset by | |
15900 | @code{-6} bytes. Format as three rows of two columns. One byte per | |
15901 | word. Display each word in hex. | |
15902 | ||
15903 | @smallexample | |
15904 | (@value{GDBP}) | |
15905 | 9-data-read-memory -o -6 -- bytes+6 x 1 3 2 | |
15906 | 9^done,addr="0x00001390",nr-bytes="6",total-bytes="6", | |
15907 | next-row="0x00001396",prev-row="0x0000138e",next-page="0x00001396", | |
15908 | prev-page="0x0000138a",memory=[ | |
15909 | @{addr="0x00001390",data=["0x00","0x01"]@}, | |
15910 | @{addr="0x00001392",data=["0x02","0x03"]@}, | |
15911 | @{addr="0x00001394",data=["0x04","0x05"]@}] | |
15912 | (@value{GDBP}) | |
15913 | @end smallexample | |
15914 | ||
15915 | Read two bytes of memory starting at address @code{shorts + 64} and | |
15916 | display as a single word formatted in decimal. | |
15917 | ||
15918 | @smallexample | |
15919 | (@value{GDBP}) | |
15920 | 5-data-read-memory shorts+64 d 2 1 1 | |
15921 | 5^done,addr="0x00001510",nr-bytes="2",total-bytes="2", | |
15922 | next-row="0x00001512",prev-row="0x0000150e", | |
15923 | next-page="0x00001512",prev-page="0x0000150e",memory=[ | |
15924 | @{addr="0x00001510",data=["128"]@}] | |
15925 | (@value{GDBP}) | |
15926 | @end smallexample | |
15927 | ||
15928 | Read thirty two bytes of memory starting at @code{bytes+16} and format | |
15929 | as eight rows of four columns. Include a string encoding with @samp{x} | |
15930 | used as the non-printable character. | |
15931 | ||
15932 | @smallexample | |
15933 | (@value{GDBP}) | |
15934 | 4-data-read-memory bytes+16 x 1 8 4 x | |
15935 | 4^done,addr="0x000013a0",nr-bytes="32",total-bytes="32", | |
15936 | next-row="0x000013c0",prev-row="0x0000139c", | |
15937 | next-page="0x000013c0",prev-page="0x00001380",memory=[ | |
15938 | @{addr="0x000013a0",data=["0x10","0x11","0x12","0x13"],ascii="xxxx"@}, | |
15939 | @{addr="0x000013a4",data=["0x14","0x15","0x16","0x17"],ascii="xxxx"@}, | |
15940 | @{addr="0x000013a8",data=["0x18","0x19","0x1a","0x1b"],ascii="xxxx"@}, | |
15941 | @{addr="0x000013ac",data=["0x1c","0x1d","0x1e","0x1f"],ascii="xxxx"@}, | |
15942 | @{addr="0x000013b0",data=["0x20","0x21","0x22","0x23"],ascii=" !\"#"@}, | |
15943 | @{addr="0x000013b4",data=["0x24","0x25","0x26","0x27"],ascii="$%&'"@}, | |
15944 | @{addr="0x000013b8",data=["0x28","0x29","0x2a","0x2b"],ascii="()*+"@}, | |
15945 | @{addr="0x000013bc",data=["0x2c","0x2d","0x2e","0x2f"],ascii=",-./"@}] | |
15946 | (@value{GDBP}) | |
15947 | @end smallexample | |
15948 | ||
15949 | @subheading The @code{-display-delete} Command | |
15950 | @findex -display-delete | |
15951 | ||
15952 | @subsubheading Synopsis | |
15953 | ||
15954 | @smallexample | |
15955 | -display-delete @var{number} | |
15956 | @end smallexample | |
15957 | ||
15958 | Delete the display @var{number}. | |
15959 | ||
15960 | @subsubheading @value{GDBN} Command | |
15961 | ||
15962 | The corresponding @value{GDBN} command is @samp{delete display}. | |
15963 | ||
15964 | @subsubheading Example | |
15965 | N.A. | |
15966 | ||
15967 | ||
15968 | @subheading The @code{-display-disable} Command | |
15969 | @findex -display-disable | |
15970 | ||
15971 | @subsubheading Synopsis | |
15972 | ||
15973 | @smallexample | |
15974 | -display-disable @var{number} | |
15975 | @end smallexample | |
15976 | ||
15977 | Disable display @var{number}. | |
15978 | ||
15979 | @subsubheading @value{GDBN} Command | |
15980 | ||
15981 | The corresponding @value{GDBN} command is @samp{disable display}. | |
15982 | ||
15983 | @subsubheading Example | |
15984 | N.A. | |
15985 | ||
15986 | ||
15987 | @subheading The @code{-display-enable} Command | |
15988 | @findex -display-enable | |
15989 | ||
15990 | @subsubheading Synopsis | |
15991 | ||
15992 | @smallexample | |
15993 | -display-enable @var{number} | |
15994 | @end smallexample | |
15995 | ||
15996 | Enable display @var{number}. | |
15997 | ||
15998 | @subsubheading @value{GDBN} Command | |
15999 | ||
16000 | The corresponding @value{GDBN} command is @samp{enable display}. | |
16001 | ||
16002 | @subsubheading Example | |
16003 | N.A. | |
16004 | ||
16005 | ||
16006 | @subheading The @code{-display-insert} Command | |
16007 | @findex -display-insert | |
16008 | ||
16009 | @subsubheading Synopsis | |
16010 | ||
16011 | @smallexample | |
16012 | -display-insert @var{expression} | |
16013 | @end smallexample | |
16014 | ||
16015 | Display @var{expression} every time the program stops. | |
16016 | ||
16017 | @subsubheading @value{GDBN} Command | |
16018 | ||
16019 | The corresponding @value{GDBN} command is @samp{display}. | |
16020 | ||
16021 | @subsubheading Example | |
16022 | N.A. | |
16023 | ||
16024 | ||
16025 | @subheading The @code{-display-list} Command | |
16026 | @findex -display-list | |
16027 | ||
16028 | @subsubheading Synopsis | |
16029 | ||
16030 | @smallexample | |
16031 | -display-list | |
16032 | @end smallexample | |
16033 | ||
16034 | List the displays. Do not show the current values. | |
16035 | ||
16036 | @subsubheading @value{GDBN} Command | |
16037 | ||
16038 | The corresponding @value{GDBN} command is @samp{info display}. | |
16039 | ||
16040 | @subsubheading Example | |
16041 | N.A. | |
16042 | ||
16043 | ||
16044 | @subheading The @code{-environment-cd} Command | |
16045 | @findex -environment-cd | |
16046 | ||
16047 | @subsubheading Synopsis | |
16048 | ||
16049 | @smallexample | |
16050 | -environment-cd @var{pathdir} | |
16051 | @end smallexample | |
16052 | ||
16053 | Set @value{GDBN}'s working directory. | |
16054 | ||
16055 | @subsubheading @value{GDBN} Command | |
16056 | ||
16057 | The corresponding @value{GDBN} command is @samp{cd}. | |
16058 | ||
16059 | @subsubheading Example | |
16060 | ||
16061 | @smallexample | |
16062 | (@value{GDBP}) | |
16063 | -environment-cd /kwikemart/marge/ezannoni/flathead-dev/devo/gdb | |
16064 | ^done | |
16065 | (@value{GDBP}) | |
16066 | @end smallexample | |
16067 | ||
16068 | ||
16069 | @subheading The @code{-environment-directory} Command | |
16070 | @findex -environment-directory | |
16071 | ||
16072 | @subsubheading Synopsis | |
16073 | ||
16074 | @smallexample | |
16075 | -environment-directory [ -r ] [ @var{pathdir} ]+ | |
16076 | @end smallexample | |
16077 | ||
16078 | Add directories @var{pathdir} to beginning of search path for source files. | |
16079 | If the @samp{-r} option is used, the search path is reset to the default | |
b383017d | 16080 | search path. If directories @var{pathdir} are supplied in addition to the |
922fbb7b AC |
16081 | @samp{-r} option, the search path is first reset and then addition |
16082 | occurs as normal. | |
b383017d | 16083 | Multiple directories may be specified, separated by blanks. Specifying |
922fbb7b AC |
16084 | multiple directories in a single command |
16085 | results in the directories added to the beginning of the | |
16086 | search path in the same order they were presented in the command. | |
16087 | If blanks are needed as | |
16088 | part of a directory name, double-quotes should be used around | |
16089 | the name. In the command output, the path will show up separated | |
b383017d | 16090 | by the system directory-separator character. The directory-seperator |
922fbb7b AC |
16091 | character must not be used |
16092 | in any directory name. | |
16093 | If no directories are specified, the current search path is displayed. | |
16094 | ||
16095 | @subsubheading @value{GDBN} Command | |
16096 | ||
16097 | The corresponding @value{GDBN} command is @samp{dir}. | |
16098 | ||
16099 | @subsubheading Example | |
16100 | ||
16101 | @smallexample | |
16102 | (@value{GDBP}) | |
16103 | -environment-directory /kwikemart/marge/ezannoni/flathead-dev/devo/gdb | |
16104 | ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd" | |
16105 | (@value{GDBP}) | |
16106 | -environment-directory "" | |
16107 | ^done,source-path="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb:$cdir:$cwd" | |
16108 | (@value{GDBP}) | |
16109 | -environment-directory -r /home/jjohnstn/src/gdb /usr/src | |
16110 | ^done,source-path="/home/jjohnstn/src/gdb:/usr/src:$cdir:$cwd" | |
16111 | (@value{GDBP}) | |
16112 | -environment-directory -r | |
16113 | ^done,source-path="$cdir:$cwd" | |
16114 | (@value{GDBP}) | |
16115 | @end smallexample | |
16116 | ||
16117 | ||
16118 | @subheading The @code{-environment-path} Command | |
16119 | @findex -environment-path | |
16120 | ||
16121 | @subsubheading Synopsis | |
16122 | ||
16123 | @smallexample | |
16124 | -environment-path [ -r ] [ @var{pathdir} ]+ | |
16125 | @end smallexample | |
16126 | ||
16127 | Add directories @var{pathdir} to beginning of search path for object files. | |
16128 | If the @samp{-r} option is used, the search path is reset to the original | |
b383017d RM |
16129 | search path that existed at gdb start-up. If directories @var{pathdir} are |
16130 | supplied in addition to the | |
922fbb7b AC |
16131 | @samp{-r} option, the search path is first reset and then addition |
16132 | occurs as normal. | |
b383017d | 16133 | Multiple directories may be specified, separated by blanks. Specifying |
922fbb7b AC |
16134 | multiple directories in a single command |
16135 | results in the directories added to the beginning of the | |
16136 | search path in the same order they were presented in the command. | |
16137 | If blanks are needed as | |
16138 | part of a directory name, double-quotes should be used around | |
16139 | the name. In the command output, the path will show up separated | |
b383017d | 16140 | by the system directory-separator character. The directory-seperator |
922fbb7b AC |
16141 | character must not be used |
16142 | in any directory name. | |
16143 | If no directories are specified, the current path is displayed. | |
16144 | ||
16145 | ||
16146 | @subsubheading @value{GDBN} Command | |
16147 | ||
16148 | The corresponding @value{GDBN} command is @samp{path}. | |
16149 | ||
16150 | @subsubheading Example | |
16151 | ||
16152 | @smallexample | |
16153 | (@value{GDBP}) | |
b383017d | 16154 | -environment-path |
922fbb7b AC |
16155 | ^done,path="/usr/bin" |
16156 | (@value{GDBP}) | |
16157 | -environment-path /kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb /bin | |
16158 | ^done,path="/kwikemart/marge/ezannoni/flathead-dev/ppc-eabi/gdb:/bin:/usr/bin" | |
16159 | (@value{GDBP}) | |
16160 | -environment-path -r /usr/local/bin | |
16161 | ^done,path="/usr/local/bin:/usr/bin" | |
16162 | (@value{GDBP}) | |
16163 | @end smallexample | |
16164 | ||
16165 | ||
16166 | @subheading The @code{-environment-pwd} Command | |
16167 | @findex -environment-pwd | |
16168 | ||
16169 | @subsubheading Synopsis | |
16170 | ||
16171 | @smallexample | |
16172 | -environment-pwd | |
16173 | @end smallexample | |
16174 | ||
16175 | Show the current working directory. | |
16176 | ||
16177 | @subsubheading @value{GDBN} command | |
16178 | ||
16179 | The corresponding @value{GDBN} command is @samp{pwd}. | |
16180 | ||
16181 | @subsubheading Example | |
16182 | ||
16183 | @smallexample | |
16184 | (@value{GDBP}) | |
16185 | -environment-pwd | |
16186 | ^done,cwd="/kwikemart/marge/ezannoni/flathead-dev/devo/gdb" | |
16187 | (@value{GDBP}) | |
16188 | @end smallexample | |
16189 | ||
16190 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
16191 | @node GDB/MI Program Control | |
16192 | @section @sc{gdb/mi} Program control | |
16193 | ||
16194 | @subsubheading Program termination | |
16195 | ||
16196 | As a result of execution, the inferior program can run to completion, if | |
16197 | it doesn't encounter any breakpoints. In this case the output will | |
16198 | include an exit code, if the program has exited exceptionally. | |
16199 | ||
16200 | @subsubheading Examples | |
16201 | ||
16202 | @noindent | |
16203 | Program exited normally: | |
16204 | ||
16205 | @smallexample | |
16206 | (@value{GDBP}) | |
16207 | -exec-run | |
16208 | ^running | |
16209 | (@value{GDBP}) | |
16210 | x = 55 | |
16211 | *stopped,reason="exited-normally" | |
16212 | (@value{GDBP}) | |
16213 | @end smallexample | |
16214 | ||
16215 | @noindent | |
16216 | Program exited exceptionally: | |
16217 | ||
16218 | @smallexample | |
16219 | (@value{GDBP}) | |
16220 | -exec-run | |
16221 | ^running | |
16222 | (@value{GDBP}) | |
16223 | x = 55 | |
16224 | *stopped,reason="exited",exit-code="01" | |
16225 | (@value{GDBP}) | |
16226 | @end smallexample | |
16227 | ||
16228 | Another way the program can terminate is if it receives a signal such as | |
16229 | @code{SIGINT}. In this case, @sc{gdb/mi} displays this: | |
16230 | ||
16231 | @smallexample | |
16232 | (@value{GDBP}) | |
16233 | *stopped,reason="exited-signalled",signal-name="SIGINT", | |
16234 | signal-meaning="Interrupt" | |
16235 | @end smallexample | |
16236 | ||
16237 | ||
16238 | @subheading The @code{-exec-abort} Command | |
16239 | @findex -exec-abort | |
16240 | ||
16241 | @subsubheading Synopsis | |
16242 | ||
16243 | @smallexample | |
16244 | -exec-abort | |
16245 | @end smallexample | |
16246 | ||
16247 | Kill the inferior running program. | |
16248 | ||
16249 | @subsubheading @value{GDBN} Command | |
16250 | ||
16251 | The corresponding @value{GDBN} command is @samp{kill}. | |
16252 | ||
16253 | @subsubheading Example | |
16254 | N.A. | |
16255 | ||
16256 | ||
16257 | @subheading The @code{-exec-arguments} Command | |
16258 | @findex -exec-arguments | |
16259 | ||
16260 | @subsubheading Synopsis | |
16261 | ||
16262 | @smallexample | |
16263 | -exec-arguments @var{args} | |
16264 | @end smallexample | |
16265 | ||
16266 | Set the inferior program arguments, to be used in the next | |
16267 | @samp{-exec-run}. | |
16268 | ||
16269 | @subsubheading @value{GDBN} Command | |
16270 | ||
16271 | The corresponding @value{GDBN} command is @samp{set args}. | |
16272 | ||
16273 | @subsubheading Example | |
16274 | ||
16275 | @c FIXME! | |
16276 | Don't have one around. | |
16277 | ||
16278 | ||
16279 | @subheading The @code{-exec-continue} Command | |
16280 | @findex -exec-continue | |
16281 | ||
16282 | @subsubheading Synopsis | |
16283 | ||
16284 | @smallexample | |
16285 | -exec-continue | |
16286 | @end smallexample | |
16287 | ||
16288 | Asynchronous command. Resumes the execution of the inferior program | |
16289 | until a breakpoint is encountered, or until the inferior exits. | |
16290 | ||
16291 | @subsubheading @value{GDBN} Command | |
16292 | ||
16293 | The corresponding @value{GDBN} corresponding is @samp{continue}. | |
16294 | ||
16295 | @subsubheading Example | |
16296 | ||
16297 | @smallexample | |
16298 | -exec-continue | |
16299 | ^running | |
16300 | (@value{GDBP}) | |
16301 | @@Hello world | |
16302 | *stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[], | |
16303 | file="hello.c",line="13"@} | |
16304 | (@value{GDBP}) | |
16305 | @end smallexample | |
16306 | ||
16307 | ||
16308 | @subheading The @code{-exec-finish} Command | |
16309 | @findex -exec-finish | |
16310 | ||
16311 | @subsubheading Synopsis | |
16312 | ||
16313 | @smallexample | |
16314 | -exec-finish | |
16315 | @end smallexample | |
16316 | ||
16317 | Asynchronous command. Resumes the execution of the inferior program | |
16318 | until the current function is exited. Displays the results returned by | |
16319 | the function. | |
16320 | ||
16321 | @subsubheading @value{GDBN} Command | |
16322 | ||
16323 | The corresponding @value{GDBN} command is @samp{finish}. | |
16324 | ||
16325 | @subsubheading Example | |
16326 | ||
16327 | Function returning @code{void}. | |
16328 | ||
16329 | @smallexample | |
16330 | -exec-finish | |
16331 | ^running | |
16332 | (@value{GDBP}) | |
16333 | @@hello from foo | |
16334 | *stopped,reason="function-finished",frame=@{func="main",args=[], | |
16335 | file="hello.c",line="7"@} | |
16336 | (@value{GDBP}) | |
16337 | @end smallexample | |
16338 | ||
16339 | Function returning other than @code{void}. The name of the internal | |
16340 | @value{GDBN} variable storing the result is printed, together with the | |
16341 | value itself. | |
16342 | ||
16343 | @smallexample | |
16344 | -exec-finish | |
16345 | ^running | |
16346 | (@value{GDBP}) | |
16347 | *stopped,reason="function-finished",frame=@{addr="0x000107b0",func="foo", | |
16348 | args=[@{name="a",value="1"],@{name="b",value="9"@}@}, | |
16349 | file="recursive2.c",line="14"@}, | |
16350 | gdb-result-var="$1",return-value="0" | |
16351 | (@value{GDBP}) | |
16352 | @end smallexample | |
16353 | ||
16354 | ||
16355 | @subheading The @code{-exec-interrupt} Command | |
16356 | @findex -exec-interrupt | |
16357 | ||
16358 | @subsubheading Synopsis | |
16359 | ||
16360 | @smallexample | |
16361 | -exec-interrupt | |
16362 | @end smallexample | |
16363 | ||
16364 | Asynchronous command. Interrupts the background execution of the target. | |
16365 | Note how the token associated with the stop message is the one for the | |
16366 | execution command that has been interrupted. The token for the interrupt | |
16367 | itself only appears in the @samp{^done} output. If the user is trying to | |
16368 | interrupt a non-running program, an error message will be printed. | |
16369 | ||
16370 | @subsubheading @value{GDBN} Command | |
16371 | ||
16372 | The corresponding @value{GDBN} command is @samp{interrupt}. | |
16373 | ||
16374 | @subsubheading Example | |
16375 | ||
16376 | @smallexample | |
16377 | (@value{GDBP}) | |
16378 | 111-exec-continue | |
16379 | 111^running | |
16380 | ||
16381 | (@value{GDBP}) | |
16382 | 222-exec-interrupt | |
16383 | 222^done | |
16384 | (@value{GDBP}) | |
16385 | 111*stopped,signal-name="SIGINT",signal-meaning="Interrupt", | |
16386 | frame=@{addr="0x00010140",func="foo",args=[],file="try.c",line="13"@} | |
16387 | (@value{GDBP}) | |
16388 | ||
16389 | (@value{GDBP}) | |
16390 | -exec-interrupt | |
16391 | ^error,msg="mi_cmd_exec_interrupt: Inferior not executing." | |
16392 | (@value{GDBP}) | |
16393 | @end smallexample | |
16394 | ||
16395 | ||
16396 | @subheading The @code{-exec-next} Command | |
16397 | @findex -exec-next | |
16398 | ||
16399 | @subsubheading Synopsis | |
16400 | ||
16401 | @smallexample | |
16402 | -exec-next | |
16403 | @end smallexample | |
16404 | ||
16405 | Asynchronous command. Resumes execution of the inferior program, stopping | |
16406 | when the beginning of the next source line is reached. | |
16407 | ||
16408 | @subsubheading @value{GDBN} Command | |
16409 | ||
16410 | The corresponding @value{GDBN} command is @samp{next}. | |
16411 | ||
16412 | @subsubheading Example | |
16413 | ||
16414 | @smallexample | |
16415 | -exec-next | |
16416 | ^running | |
16417 | (@value{GDBP}) | |
16418 | *stopped,reason="end-stepping-range",line="8",file="hello.c" | |
16419 | (@value{GDBP}) | |
16420 | @end smallexample | |
16421 | ||
16422 | ||
16423 | @subheading The @code{-exec-next-instruction} Command | |
16424 | @findex -exec-next-instruction | |
16425 | ||
16426 | @subsubheading Synopsis | |
16427 | ||
16428 | @smallexample | |
16429 | -exec-next-instruction | |
16430 | @end smallexample | |
16431 | ||
16432 | Asynchronous command. Executes one machine instruction. If the | |
16433 | instruction is a function call continues until the function returns. If | |
16434 | the program stops at an instruction in the middle of a source line, the | |
16435 | address will be printed as well. | |
16436 | ||
16437 | @subsubheading @value{GDBN} Command | |
16438 | ||
16439 | The corresponding @value{GDBN} command is @samp{nexti}. | |
16440 | ||
16441 | @subsubheading Example | |
16442 | ||
16443 | @smallexample | |
16444 | (@value{GDBP}) | |
16445 | -exec-next-instruction | |
16446 | ^running | |
16447 | ||
16448 | (@value{GDBP}) | |
16449 | *stopped,reason="end-stepping-range", | |
16450 | addr="0x000100d4",line="5",file="hello.c" | |
16451 | (@value{GDBP}) | |
16452 | @end smallexample | |
16453 | ||
16454 | ||
16455 | @subheading The @code{-exec-return} Command | |
16456 | @findex -exec-return | |
16457 | ||
16458 | @subsubheading Synopsis | |
16459 | ||
16460 | @smallexample | |
16461 | -exec-return | |
16462 | @end smallexample | |
16463 | ||
16464 | Makes current function return immediately. Doesn't execute the inferior. | |
16465 | Displays the new current frame. | |
16466 | ||
16467 | @subsubheading @value{GDBN} Command | |
16468 | ||
16469 | The corresponding @value{GDBN} command is @samp{return}. | |
16470 | ||
16471 | @subsubheading Example | |
16472 | ||
16473 | @smallexample | |
16474 | (@value{GDBP}) | |
16475 | 200-break-insert callee4 | |
16476 | 200^done,bkpt=@{number="1",addr="0x00010734", | |
16477 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@} | |
16478 | (@value{GDBP}) | |
16479 | 000-exec-run | |
16480 | 000^running | |
16481 | (@value{GDBP}) | |
16482 | 000*stopped,reason="breakpoint-hit",bkptno="1", | |
16483 | frame=@{func="callee4",args=[], | |
16484 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@} | |
16485 | (@value{GDBP}) | |
16486 | 205-break-delete | |
16487 | 205^done | |
16488 | (@value{GDBP}) | |
16489 | 111-exec-return | |
16490 | 111^done,frame=@{level="0",func="callee3", | |
16491 | args=[@{name="strarg", | |
16492 | value="0x11940 \"A string argument.\""@}], | |
16493 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="18"@} | |
16494 | (@value{GDBP}) | |
16495 | @end smallexample | |
16496 | ||
16497 | ||
16498 | @subheading The @code{-exec-run} Command | |
16499 | @findex -exec-run | |
16500 | ||
16501 | @subsubheading Synopsis | |
16502 | ||
16503 | @smallexample | |
16504 | -exec-run | |
16505 | @end smallexample | |
16506 | ||
16507 | Asynchronous command. Starts execution of the inferior from the | |
16508 | beginning. The inferior executes until either a breakpoint is | |
16509 | encountered or the program exits. | |
16510 | ||
16511 | @subsubheading @value{GDBN} Command | |
16512 | ||
16513 | The corresponding @value{GDBN} command is @samp{run}. | |
16514 | ||
16515 | @subsubheading Example | |
16516 | ||
16517 | @smallexample | |
16518 | (@value{GDBP}) | |
16519 | -break-insert main | |
16520 | ^done,bkpt=@{number="1",addr="0x0001072c",file="recursive2.c",line="4"@} | |
16521 | (@value{GDBP}) | |
16522 | -exec-run | |
16523 | ^running | |
16524 | (@value{GDBP}) | |
16525 | *stopped,reason="breakpoint-hit",bkptno="1", | |
16526 | frame=@{func="main",args=[],file="recursive2.c",line="4"@} | |
16527 | (@value{GDBP}) | |
16528 | @end smallexample | |
16529 | ||
16530 | ||
16531 | @subheading The @code{-exec-show-arguments} Command | |
16532 | @findex -exec-show-arguments | |
16533 | ||
16534 | @subsubheading Synopsis | |
16535 | ||
16536 | @smallexample | |
16537 | -exec-show-arguments | |
16538 | @end smallexample | |
16539 | ||
16540 | Print the arguments of the program. | |
16541 | ||
16542 | @subsubheading @value{GDBN} Command | |
16543 | ||
16544 | The corresponding @value{GDBN} command is @samp{show args}. | |
16545 | ||
16546 | @subsubheading Example | |
16547 | N.A. | |
16548 | ||
16549 | @c @subheading -exec-signal | |
16550 | ||
16551 | @subheading The @code{-exec-step} Command | |
16552 | @findex -exec-step | |
16553 | ||
16554 | @subsubheading Synopsis | |
16555 | ||
16556 | @smallexample | |
16557 | -exec-step | |
16558 | @end smallexample | |
16559 | ||
16560 | Asynchronous command. Resumes execution of the inferior program, stopping | |
16561 | when the beginning of the next source line is reached, if the next | |
16562 | source line is not a function call. If it is, stop at the first | |
16563 | instruction of the called function. | |
16564 | ||
16565 | @subsubheading @value{GDBN} Command | |
16566 | ||
16567 | The corresponding @value{GDBN} command is @samp{step}. | |
16568 | ||
16569 | @subsubheading Example | |
16570 | ||
16571 | Stepping into a function: | |
16572 | ||
16573 | @smallexample | |
16574 | -exec-step | |
16575 | ^running | |
16576 | (@value{GDBP}) | |
16577 | *stopped,reason="end-stepping-range", | |
16578 | frame=@{func="foo",args=[@{name="a",value="10"@}, | |
16579 | @{name="b",value="0"@}],file="recursive2.c",line="11"@} | |
16580 | (@value{GDBP}) | |
16581 | @end smallexample | |
16582 | ||
16583 | Regular stepping: | |
16584 | ||
16585 | @smallexample | |
16586 | -exec-step | |
16587 | ^running | |
16588 | (@value{GDBP}) | |
16589 | *stopped,reason="end-stepping-range",line="14",file="recursive2.c" | |
16590 | (@value{GDBP}) | |
16591 | @end smallexample | |
16592 | ||
16593 | ||
16594 | @subheading The @code{-exec-step-instruction} Command | |
16595 | @findex -exec-step-instruction | |
16596 | ||
16597 | @subsubheading Synopsis | |
16598 | ||
16599 | @smallexample | |
16600 | -exec-step-instruction | |
16601 | @end smallexample | |
16602 | ||
16603 | Asynchronous command. Resumes the inferior which executes one machine | |
16604 | instruction. The output, once @value{GDBN} has stopped, will vary depending on | |
16605 | whether we have stopped in the middle of a source line or not. In the | |
16606 | former case, the address at which the program stopped will be printed as | |
16607 | well. | |
16608 | ||
16609 | @subsubheading @value{GDBN} Command | |
16610 | ||
16611 | The corresponding @value{GDBN} command is @samp{stepi}. | |
16612 | ||
16613 | @subsubheading Example | |
16614 | ||
16615 | @smallexample | |
16616 | (@value{GDBP}) | |
16617 | -exec-step-instruction | |
16618 | ^running | |
16619 | ||
16620 | (@value{GDBP}) | |
16621 | *stopped,reason="end-stepping-range", | |
16622 | frame=@{func="foo",args=[],file="try.c",line="10"@} | |
16623 | (@value{GDBP}) | |
16624 | -exec-step-instruction | |
16625 | ^running | |
16626 | ||
16627 | (@value{GDBP}) | |
16628 | *stopped,reason="end-stepping-range", | |
16629 | frame=@{addr="0x000100f4",func="foo",args=[],file="try.c",line="10"@} | |
16630 | (@value{GDBP}) | |
16631 | @end smallexample | |
16632 | ||
16633 | ||
16634 | @subheading The @code{-exec-until} Command | |
16635 | @findex -exec-until | |
16636 | ||
16637 | @subsubheading Synopsis | |
16638 | ||
16639 | @smallexample | |
16640 | -exec-until [ @var{location} ] | |
16641 | @end smallexample | |
16642 | ||
16643 | Asynchronous command. Executes the inferior until the @var{location} | |
16644 | specified in the argument is reached. If there is no argument, the inferior | |
16645 | executes until a source line greater than the current one is reached. | |
16646 | The reason for stopping in this case will be @samp{location-reached}. | |
16647 | ||
16648 | @subsubheading @value{GDBN} Command | |
16649 | ||
16650 | The corresponding @value{GDBN} command is @samp{until}. | |
16651 | ||
16652 | @subsubheading Example | |
16653 | ||
16654 | @smallexample | |
16655 | (@value{GDBP}) | |
16656 | -exec-until recursive2.c:6 | |
16657 | ^running | |
16658 | (@value{GDBP}) | |
16659 | x = 55 | |
16660 | *stopped,reason="location-reached",frame=@{func="main",args=[], | |
16661 | file="recursive2.c",line="6"@} | |
16662 | (@value{GDBP}) | |
16663 | @end smallexample | |
16664 | ||
16665 | @ignore | |
16666 | @subheading -file-clear | |
16667 | Is this going away???? | |
16668 | @end ignore | |
16669 | ||
16670 | ||
16671 | @subheading The @code{-file-exec-and-symbols} Command | |
16672 | @findex -file-exec-and-symbols | |
16673 | ||
16674 | @subsubheading Synopsis | |
16675 | ||
16676 | @smallexample | |
16677 | -file-exec-and-symbols @var{file} | |
16678 | @end smallexample | |
16679 | ||
16680 | Specify the executable file to be debugged. This file is the one from | |
16681 | which the symbol table is also read. If no file is specified, the | |
16682 | command clears the executable and symbol information. If breakpoints | |
16683 | are set when using this command with no arguments, @value{GDBN} will produce | |
16684 | error messages. Otherwise, no output is produced, except a completion | |
16685 | notification. | |
16686 | ||
16687 | @subsubheading @value{GDBN} Command | |
16688 | ||
16689 | The corresponding @value{GDBN} command is @samp{file}. | |
16690 | ||
16691 | @subsubheading Example | |
16692 | ||
16693 | @smallexample | |
16694 | (@value{GDBP}) | |
16695 | -file-exec-and-symbols /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx | |
16696 | ^done | |
16697 | (@value{GDBP}) | |
16698 | @end smallexample | |
16699 | ||
16700 | ||
16701 | @subheading The @code{-file-exec-file} Command | |
16702 | @findex -file-exec-file | |
16703 | ||
16704 | @subsubheading Synopsis | |
16705 | ||
16706 | @smallexample | |
16707 | -file-exec-file @var{file} | |
16708 | @end smallexample | |
16709 | ||
16710 | Specify the executable file to be debugged. Unlike | |
16711 | @samp{-file-exec-and-symbols}, the symbol table is @emph{not} read | |
16712 | from this file. If used without argument, @value{GDBN} clears the information | |
16713 | about the executable file. No output is produced, except a completion | |
16714 | notification. | |
16715 | ||
16716 | @subsubheading @value{GDBN} Command | |
16717 | ||
16718 | The corresponding @value{GDBN} command is @samp{exec-file}. | |
16719 | ||
16720 | @subsubheading Example | |
16721 | ||
16722 | @smallexample | |
16723 | (@value{GDBP}) | |
16724 | -file-exec-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx | |
16725 | ^done | |
16726 | (@value{GDBP}) | |
16727 | @end smallexample | |
16728 | ||
16729 | ||
16730 | @subheading The @code{-file-list-exec-sections} Command | |
16731 | @findex -file-list-exec-sections | |
16732 | ||
16733 | @subsubheading Synopsis | |
16734 | ||
16735 | @smallexample | |
16736 | -file-list-exec-sections | |
16737 | @end smallexample | |
16738 | ||
16739 | List the sections of the current executable file. | |
16740 | ||
16741 | @subsubheading @value{GDBN} Command | |
16742 | ||
16743 | The @value{GDBN} command @samp{info file} shows, among the rest, the same | |
16744 | information as this command. @code{gdbtk} has a corresponding command | |
16745 | @samp{gdb_load_info}. | |
16746 | ||
16747 | @subsubheading Example | |
16748 | N.A. | |
16749 | ||
16750 | ||
1abaf70c BR |
16751 | @subheading The @code{-file-list-exec-source-file} Command |
16752 | @findex -file-list-exec-source-file | |
16753 | ||
16754 | @subsubheading Synopsis | |
16755 | ||
16756 | @smallexample | |
16757 | -file-list-exec-source-file | |
16758 | @end smallexample | |
16759 | ||
b383017d | 16760 | List the line number, the current source file, and the absolute path |
1abaf70c BR |
16761 | to the current source file for the current executable. |
16762 | ||
16763 | @subsubheading @value{GDBN} Command | |
16764 | ||
16765 | There's no @value{GDBN} command which directly corresponds to this one. | |
16766 | ||
16767 | @subsubheading Example | |
16768 | ||
16769 | @smallexample | |
16770 | (@value{GDBP}) | |
16771 | 123-file-list-exec-source-file | |
16772 | 123^done,line="1",file="foo.c",fullname="/home/bar/foo.c" | |
16773 | (@value{GDBP}) | |
16774 | @end smallexample | |
16775 | ||
16776 | ||
922fbb7b AC |
16777 | @subheading The @code{-file-list-exec-source-files} Command |
16778 | @findex -file-list-exec-source-files | |
16779 | ||
16780 | @subsubheading Synopsis | |
16781 | ||
16782 | @smallexample | |
16783 | -file-list-exec-source-files | |
16784 | @end smallexample | |
16785 | ||
16786 | List the source files for the current executable. | |
16787 | ||
16788 | @subsubheading @value{GDBN} Command | |
16789 | ||
16790 | There's no @value{GDBN} command which directly corresponds to this one. | |
16791 | @code{gdbtk} has an analogous command @samp{gdb_listfiles}. | |
16792 | ||
16793 | @subsubheading Example | |
16794 | N.A. | |
16795 | ||
16796 | ||
16797 | @subheading The @code{-file-list-shared-libraries} Command | |
16798 | @findex -file-list-shared-libraries | |
16799 | ||
16800 | @subsubheading Synopsis | |
16801 | ||
16802 | @smallexample | |
16803 | -file-list-shared-libraries | |
16804 | @end smallexample | |
16805 | ||
16806 | List the shared libraries in the program. | |
16807 | ||
16808 | @subsubheading @value{GDBN} Command | |
16809 | ||
16810 | The corresponding @value{GDBN} command is @samp{info shared}. | |
16811 | ||
16812 | @subsubheading Example | |
16813 | N.A. | |
16814 | ||
16815 | ||
16816 | @subheading The @code{-file-list-symbol-files} Command | |
16817 | @findex -file-list-symbol-files | |
16818 | ||
16819 | @subsubheading Synopsis | |
16820 | ||
16821 | @smallexample | |
16822 | -file-list-symbol-files | |
16823 | @end smallexample | |
16824 | ||
16825 | List symbol files. | |
16826 | ||
16827 | @subsubheading @value{GDBN} Command | |
16828 | ||
16829 | The corresponding @value{GDBN} command is @samp{info file} (part of it). | |
16830 | ||
16831 | @subsubheading Example | |
16832 | N.A. | |
16833 | ||
16834 | ||
16835 | @subheading The @code{-file-symbol-file} Command | |
16836 | @findex -file-symbol-file | |
16837 | ||
16838 | @subsubheading Synopsis | |
16839 | ||
16840 | @smallexample | |
16841 | -file-symbol-file @var{file} | |
16842 | @end smallexample | |
16843 | ||
16844 | Read symbol table info from the specified @var{file} argument. When | |
16845 | used without arguments, clears @value{GDBN}'s symbol table info. No output is | |
16846 | produced, except for a completion notification. | |
16847 | ||
16848 | @subsubheading @value{GDBN} Command | |
16849 | ||
16850 | The corresponding @value{GDBN} command is @samp{symbol-file}. | |
16851 | ||
16852 | @subsubheading Example | |
16853 | ||
16854 | @smallexample | |
16855 | (@value{GDBP}) | |
16856 | -file-symbol-file /kwikemart/marge/ezannoni/TRUNK/mbx/hello.mbx | |
16857 | ^done | |
16858 | (@value{GDBP}) | |
16859 | @end smallexample | |
16860 | ||
16861 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
16862 | @node GDB/MI Miscellaneous Commands | |
16863 | @section Miscellaneous @value{GDBN} commands in @sc{gdb/mi} | |
16864 | ||
16865 | @c @subheading -gdb-complete | |
16866 | ||
16867 | @subheading The @code{-gdb-exit} Command | |
16868 | @findex -gdb-exit | |
16869 | ||
16870 | @subsubheading Synopsis | |
16871 | ||
16872 | @smallexample | |
16873 | -gdb-exit | |
16874 | @end smallexample | |
16875 | ||
16876 | Exit @value{GDBN} immediately. | |
16877 | ||
16878 | @subsubheading @value{GDBN} Command | |
16879 | ||
16880 | Approximately corresponds to @samp{quit}. | |
16881 | ||
16882 | @subsubheading Example | |
16883 | ||
16884 | @smallexample | |
16885 | (@value{GDBP}) | |
16886 | -gdb-exit | |
16887 | @end smallexample | |
16888 | ||
16889 | @subheading The @code{-gdb-set} Command | |
16890 | @findex -gdb-set | |
16891 | ||
16892 | @subsubheading Synopsis | |
16893 | ||
16894 | @smallexample | |
16895 | -gdb-set | |
16896 | @end smallexample | |
16897 | ||
16898 | Set an internal @value{GDBN} variable. | |
16899 | @c IS THIS A DOLLAR VARIABLE? OR SOMETHING LIKE ANNOTATE ????? | |
16900 | ||
16901 | @subsubheading @value{GDBN} Command | |
16902 | ||
16903 | The corresponding @value{GDBN} command is @samp{set}. | |
16904 | ||
16905 | @subsubheading Example | |
16906 | ||
16907 | @smallexample | |
16908 | (@value{GDBP}) | |
16909 | -gdb-set $foo=3 | |
16910 | ^done | |
16911 | (@value{GDBP}) | |
16912 | @end smallexample | |
16913 | ||
16914 | ||
16915 | @subheading The @code{-gdb-show} Command | |
16916 | @findex -gdb-show | |
16917 | ||
16918 | @subsubheading Synopsis | |
16919 | ||
16920 | @smallexample | |
16921 | -gdb-show | |
16922 | @end smallexample | |
16923 | ||
16924 | Show the current value of a @value{GDBN} variable. | |
16925 | ||
16926 | @subsubheading @value{GDBN} command | |
16927 | ||
16928 | The corresponding @value{GDBN} command is @samp{show}. | |
16929 | ||
16930 | @subsubheading Example | |
16931 | ||
16932 | @smallexample | |
16933 | (@value{GDBP}) | |
16934 | -gdb-show annotate | |
16935 | ^done,value="0" | |
16936 | (@value{GDBP}) | |
16937 | @end smallexample | |
16938 | ||
16939 | @c @subheading -gdb-source | |
16940 | ||
16941 | ||
16942 | @subheading The @code{-gdb-version} Command | |
16943 | @findex -gdb-version | |
16944 | ||
16945 | @subsubheading Synopsis | |
16946 | ||
16947 | @smallexample | |
16948 | -gdb-version | |
16949 | @end smallexample | |
16950 | ||
16951 | Show version information for @value{GDBN}. Used mostly in testing. | |
16952 | ||
16953 | @subsubheading @value{GDBN} Command | |
16954 | ||
16955 | There's no equivalent @value{GDBN} command. @value{GDBN} by default shows this | |
16956 | information when you start an interactive session. | |
16957 | ||
16958 | @subsubheading Example | |
16959 | ||
16960 | @c This example modifies the actual output from GDB to avoid overfull | |
16961 | @c box in TeX. | |
16962 | @smallexample | |
16963 | (@value{GDBP}) | |
16964 | -gdb-version | |
16965 | ~GNU gdb 5.2.1 | |
16966 | ~Copyright 2000 Free Software Foundation, Inc. | |
16967 | ~GDB is free software, covered by the GNU General Public License, and | |
16968 | ~you are welcome to change it and/or distribute copies of it under | |
16969 | ~ certain conditions. | |
16970 | ~Type "show copying" to see the conditions. | |
16971 | ~There is absolutely no warranty for GDB. Type "show warranty" for | |
16972 | ~ details. | |
b383017d | 16973 | ~This GDB was configured as |
922fbb7b AC |
16974 | "--host=sparc-sun-solaris2.5.1 --target=ppc-eabi". |
16975 | ^done | |
16976 | (@value{GDBP}) | |
16977 | @end smallexample | |
16978 | ||
16979 | @subheading The @code{-interpreter-exec} Command | |
16980 | @findex -interpreter-exec | |
16981 | ||
16982 | @subheading Synopsis | |
16983 | ||
16984 | @smallexample | |
16985 | -interpreter-exec @var{interpreter} @var{command} | |
16986 | @end smallexample | |
16987 | ||
16988 | Execute the specified @var{command} in the given @var{interpreter}. | |
16989 | ||
16990 | @subheading @value{GDBN} Command | |
16991 | ||
16992 | The corresponding @value{GDBN} command is @samp{interpreter-exec}. | |
16993 | ||
16994 | @subheading Example | |
16995 | ||
16996 | @smallexample | |
16997 | (@value{GDBP}) | |
16998 | -interpreter-exec console "break main" | |
16999 | &"During symbol reading, couldn't parse type; debugger out of date?.\n" | |
17000 | &"During symbol reading, bad structure-type format.\n" | |
17001 | ~"Breakpoint 1 at 0x8074fc6: file ../../src/gdb/main.c, line 743.\n" | |
17002 | ^done | |
17003 | (@value{GDBP}) | |
17004 | @end smallexample | |
17005 | ||
17006 | @ignore | |
17007 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17008 | @node GDB/MI Kod Commands | |
17009 | @section @sc{gdb/mi} Kod Commands | |
17010 | ||
17011 | The Kod commands are not implemented. | |
17012 | ||
17013 | @c @subheading -kod-info | |
17014 | ||
17015 | @c @subheading -kod-list | |
17016 | ||
17017 | @c @subheading -kod-list-object-types | |
17018 | ||
17019 | @c @subheading -kod-show | |
17020 | ||
17021 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17022 | @node GDB/MI Memory Overlay Commands | |
17023 | @section @sc{gdb/mi} Memory Overlay Commands | |
17024 | ||
17025 | The memory overlay commands are not implemented. | |
17026 | ||
17027 | @c @subheading -overlay-auto | |
17028 | ||
17029 | @c @subheading -overlay-list-mapping-state | |
17030 | ||
17031 | @c @subheading -overlay-list-overlays | |
17032 | ||
17033 | @c @subheading -overlay-map | |
17034 | ||
17035 | @c @subheading -overlay-off | |
17036 | ||
17037 | @c @subheading -overlay-on | |
17038 | ||
17039 | @c @subheading -overlay-unmap | |
17040 | ||
17041 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17042 | @node GDB/MI Signal Handling Commands | |
17043 | @section @sc{gdb/mi} Signal Handling Commands | |
17044 | ||
17045 | Signal handling commands are not implemented. | |
17046 | ||
17047 | @c @subheading -signal-handle | |
17048 | ||
17049 | @c @subheading -signal-list-handle-actions | |
17050 | ||
17051 | @c @subheading -signal-list-signal-types | |
17052 | @end ignore | |
17053 | ||
17054 | ||
17055 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17056 | @node GDB/MI Stack Manipulation | |
17057 | @section @sc{gdb/mi} Stack Manipulation Commands | |
17058 | ||
17059 | ||
17060 | @subheading The @code{-stack-info-frame} Command | |
17061 | @findex -stack-info-frame | |
17062 | ||
17063 | @subsubheading Synopsis | |
17064 | ||
17065 | @smallexample | |
17066 | -stack-info-frame | |
17067 | @end smallexample | |
17068 | ||
17069 | Get info on the current frame. | |
17070 | ||
17071 | @subsubheading @value{GDBN} Command | |
17072 | ||
17073 | The corresponding @value{GDBN} command is @samp{info frame} or @samp{frame} | |
17074 | (without arguments). | |
17075 | ||
17076 | @subsubheading Example | |
17077 | N.A. | |
17078 | ||
17079 | @subheading The @code{-stack-info-depth} Command | |
17080 | @findex -stack-info-depth | |
17081 | ||
17082 | @subsubheading Synopsis | |
17083 | ||
17084 | @smallexample | |
17085 | -stack-info-depth [ @var{max-depth} ] | |
17086 | @end smallexample | |
17087 | ||
17088 | Return the depth of the stack. If the integer argument @var{max-depth} | |
17089 | is specified, do not count beyond @var{max-depth} frames. | |
17090 | ||
17091 | @subsubheading @value{GDBN} Command | |
17092 | ||
17093 | There's no equivalent @value{GDBN} command. | |
17094 | ||
17095 | @subsubheading Example | |
17096 | ||
17097 | For a stack with frame levels 0 through 11: | |
17098 | ||
17099 | @smallexample | |
17100 | (@value{GDBP}) | |
17101 | -stack-info-depth | |
17102 | ^done,depth="12" | |
17103 | (@value{GDBP}) | |
17104 | -stack-info-depth 4 | |
17105 | ^done,depth="4" | |
17106 | (@value{GDBP}) | |
17107 | -stack-info-depth 12 | |
17108 | ^done,depth="12" | |
17109 | (@value{GDBP}) | |
17110 | -stack-info-depth 11 | |
17111 | ^done,depth="11" | |
17112 | (@value{GDBP}) | |
17113 | -stack-info-depth 13 | |
17114 | ^done,depth="12" | |
17115 | (@value{GDBP}) | |
17116 | @end smallexample | |
17117 | ||
17118 | @subheading The @code{-stack-list-arguments} Command | |
17119 | @findex -stack-list-arguments | |
17120 | ||
17121 | @subsubheading Synopsis | |
17122 | ||
17123 | @smallexample | |
17124 | -stack-list-arguments @var{show-values} | |
17125 | [ @var{low-frame} @var{high-frame} ] | |
17126 | @end smallexample | |
17127 | ||
17128 | Display a list of the arguments for the frames between @var{low-frame} | |
17129 | and @var{high-frame} (inclusive). If @var{low-frame} and | |
17130 | @var{high-frame} are not provided, list the arguments for the whole call | |
17131 | stack. | |
17132 | ||
17133 | The @var{show-values} argument must have a value of 0 or 1. A value of | |
17134 | 0 means that only the names of the arguments are listed, a value of 1 | |
17135 | means that both names and values of the arguments are printed. | |
17136 | ||
17137 | @subsubheading @value{GDBN} Command | |
17138 | ||
17139 | @value{GDBN} does not have an equivalent command. @code{gdbtk} has a | |
17140 | @samp{gdb_get_args} command which partially overlaps with the | |
17141 | functionality of @samp{-stack-list-arguments}. | |
17142 | ||
17143 | @subsubheading Example | |
17144 | ||
17145 | @smallexample | |
17146 | (@value{GDBP}) | |
17147 | -stack-list-frames | |
17148 | ^done, | |
17149 | stack=[ | |
17150 | frame=@{level="0",addr="0x00010734",func="callee4", | |
17151 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="8"@}, | |
17152 | frame=@{level="1",addr="0x0001076c",func="callee3", | |
17153 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="17"@}, | |
17154 | frame=@{level="2",addr="0x0001078c",func="callee2", | |
17155 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="22"@}, | |
17156 | frame=@{level="3",addr="0x000107b4",func="callee1", | |
17157 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="27"@}, | |
17158 | frame=@{level="4",addr="0x000107e0",func="main", | |
17159 | file="../../../devo/gdb/testsuite/gdb.mi/basics.c",line="32"@}] | |
17160 | (@value{GDBP}) | |
17161 | -stack-list-arguments 0 | |
17162 | ^done, | |
17163 | stack-args=[ | |
17164 | frame=@{level="0",args=[]@}, | |
17165 | frame=@{level="1",args=[name="strarg"]@}, | |
17166 | frame=@{level="2",args=[name="intarg",name="strarg"]@}, | |
17167 | frame=@{level="3",args=[name="intarg",name="strarg",name="fltarg"]@}, | |
17168 | frame=@{level="4",args=[]@}] | |
17169 | (@value{GDBP}) | |
17170 | -stack-list-arguments 1 | |
17171 | ^done, | |
17172 | stack-args=[ | |
17173 | frame=@{level="0",args=[]@}, | |
17174 | frame=@{level="1", | |
17175 | args=[@{name="strarg",value="0x11940 \"A string argument.\""@}]@}, | |
17176 | frame=@{level="2",args=[ | |
17177 | @{name="intarg",value="2"@}, | |
17178 | @{name="strarg",value="0x11940 \"A string argument.\""@}]@}, | |
17179 | @{frame=@{level="3",args=[ | |
17180 | @{name="intarg",value="2"@}, | |
17181 | @{name="strarg",value="0x11940 \"A string argument.\""@}, | |
17182 | @{name="fltarg",value="3.5"@}]@}, | |
17183 | frame=@{level="4",args=[]@}] | |
17184 | (@value{GDBP}) | |
17185 | -stack-list-arguments 0 2 2 | |
17186 | ^done,stack-args=[frame=@{level="2",args=[name="intarg",name="strarg"]@}] | |
17187 | (@value{GDBP}) | |
17188 | -stack-list-arguments 1 2 2 | |
17189 | ^done,stack-args=[frame=@{level="2", | |
17190 | args=[@{name="intarg",value="2"@}, | |
17191 | @{name="strarg",value="0x11940 \"A string argument.\""@}]@}] | |
17192 | (@value{GDBP}) | |
17193 | @end smallexample | |
17194 | ||
17195 | @c @subheading -stack-list-exception-handlers | |
17196 | ||
17197 | ||
17198 | @subheading The @code{-stack-list-frames} Command | |
17199 | @findex -stack-list-frames | |
17200 | ||
17201 | @subsubheading Synopsis | |
17202 | ||
17203 | @smallexample | |
17204 | -stack-list-frames [ @var{low-frame} @var{high-frame} ] | |
17205 | @end smallexample | |
17206 | ||
17207 | List the frames currently on the stack. For each frame it displays the | |
17208 | following info: | |
17209 | ||
17210 | @table @samp | |
17211 | @item @var{level} | |
17212 | The frame number, 0 being the topmost frame, i.e. the innermost function. | |
17213 | @item @var{addr} | |
17214 | The @code{$pc} value for that frame. | |
17215 | @item @var{func} | |
17216 | Function name. | |
17217 | @item @var{file} | |
17218 | File name of the source file where the function lives. | |
17219 | @item @var{line} | |
17220 | Line number corresponding to the @code{$pc}. | |
17221 | @end table | |
17222 | ||
17223 | If invoked without arguments, this command prints a backtrace for the | |
17224 | whole stack. If given two integer arguments, it shows the frames whose | |
17225 | levels are between the two arguments (inclusive). If the two arguments | |
17226 | are equal, it shows the single frame at the corresponding level. | |
17227 | ||
17228 | @subsubheading @value{GDBN} Command | |
17229 | ||
17230 | The corresponding @value{GDBN} commands are @samp{backtrace} and @samp{where}. | |
17231 | ||
17232 | @subsubheading Example | |
17233 | ||
17234 | Full stack backtrace: | |
17235 | ||
17236 | @smallexample | |
17237 | (@value{GDBP}) | |
17238 | -stack-list-frames | |
17239 | ^done,stack= | |
17240 | [frame=@{level="0",addr="0x0001076c",func="foo", | |
17241 | file="recursive2.c",line="11"@}, | |
17242 | frame=@{level="1",addr="0x000107a4",func="foo", | |
17243 | file="recursive2.c",line="14"@}, | |
17244 | frame=@{level="2",addr="0x000107a4",func="foo", | |
17245 | file="recursive2.c",line="14"@}, | |
17246 | frame=@{level="3",addr="0x000107a4",func="foo", | |
17247 | file="recursive2.c",line="14"@}, | |
17248 | frame=@{level="4",addr="0x000107a4",func="foo", | |
17249 | file="recursive2.c",line="14"@}, | |
17250 | frame=@{level="5",addr="0x000107a4",func="foo", | |
17251 | file="recursive2.c",line="14"@}, | |
17252 | frame=@{level="6",addr="0x000107a4",func="foo", | |
17253 | file="recursive2.c",line="14"@}, | |
17254 | frame=@{level="7",addr="0x000107a4",func="foo", | |
17255 | file="recursive2.c",line="14"@}, | |
17256 | frame=@{level="8",addr="0x000107a4",func="foo", | |
17257 | file="recursive2.c",line="14"@}, | |
17258 | frame=@{level="9",addr="0x000107a4",func="foo", | |
17259 | file="recursive2.c",line="14"@}, | |
17260 | frame=@{level="10",addr="0x000107a4",func="foo", | |
17261 | file="recursive2.c",line="14"@}, | |
17262 | frame=@{level="11",addr="0x00010738",func="main", | |
17263 | file="recursive2.c",line="4"@}] | |
17264 | (@value{GDBP}) | |
17265 | @end smallexample | |
17266 | ||
17267 | Show frames between @var{low_frame} and @var{high_frame}: | |
17268 | ||
17269 | @smallexample | |
17270 | (@value{GDBP}) | |
17271 | -stack-list-frames 3 5 | |
17272 | ^done,stack= | |
17273 | [frame=@{level="3",addr="0x000107a4",func="foo", | |
17274 | file="recursive2.c",line="14"@}, | |
17275 | frame=@{level="4",addr="0x000107a4",func="foo", | |
17276 | file="recursive2.c",line="14"@}, | |
17277 | frame=@{level="5",addr="0x000107a4",func="foo", | |
17278 | file="recursive2.c",line="14"@}] | |
17279 | (@value{GDBP}) | |
17280 | @end smallexample | |
17281 | ||
17282 | Show a single frame: | |
17283 | ||
17284 | @smallexample | |
17285 | (@value{GDBP}) | |
17286 | -stack-list-frames 3 3 | |
17287 | ^done,stack= | |
17288 | [frame=@{level="3",addr="0x000107a4",func="foo", | |
17289 | file="recursive2.c",line="14"@}] | |
17290 | (@value{GDBP}) | |
17291 | @end smallexample | |
17292 | ||
17293 | ||
17294 | @subheading The @code{-stack-list-locals} Command | |
17295 | @findex -stack-list-locals | |
17296 | ||
17297 | @subsubheading Synopsis | |
17298 | ||
17299 | @smallexample | |
17300 | -stack-list-locals @var{print-values} | |
17301 | @end smallexample | |
17302 | ||
17303 | Display the local variable names for the current frame. With an | |
bc8ced35 NR |
17304 | argument of 0 or @code{--no-values}, prints only the names of the variables. |
17305 | With argument of 1 or @code{--all-values}, prints also their values. With | |
17306 | argument of 2 or @code{--simple-values}, prints the name, type and value for | |
17307 | simple data types and the name and type for arrays, structures and | |
17308 | unions. In this last case, the idea is that the user can see the | |
17309 | value of simple data types immediately and he can create variable | |
17310 | objects for other data types if he wishes to explore their values in | |
17311 | more detail. | |
922fbb7b AC |
17312 | |
17313 | @subsubheading @value{GDBN} Command | |
17314 | ||
17315 | @samp{info locals} in @value{GDBN}, @samp{gdb_get_locals} in @code{gdbtk}. | |
17316 | ||
17317 | @subsubheading Example | |
17318 | ||
17319 | @smallexample | |
17320 | (@value{GDBP}) | |
17321 | -stack-list-locals 0 | |
17322 | ^done,locals=[name="A",name="B",name="C"] | |
17323 | (@value{GDBP}) | |
bc8ced35 | 17324 | -stack-list-locals --all-values |
922fbb7b | 17325 | ^done,locals=[@{name="A",value="1"@},@{name="B",value="2"@}, |
bc8ced35 NR |
17326 | @{name="C",value="@{1, 2, 3@}"@}] |
17327 | -stack-list-locals --simple-values | |
17328 | ^done,locals=[@{name="A",type="int",value="1"@}, | |
17329 | @{name="B",type="int",value="2"@},@{name="C",type="int [3]"@}] | |
922fbb7b AC |
17330 | (@value{GDBP}) |
17331 | @end smallexample | |
17332 | ||
17333 | ||
17334 | @subheading The @code{-stack-select-frame} Command | |
17335 | @findex -stack-select-frame | |
17336 | ||
17337 | @subsubheading Synopsis | |
17338 | ||
17339 | @smallexample | |
17340 | -stack-select-frame @var{framenum} | |
17341 | @end smallexample | |
17342 | ||
17343 | Change the current frame. Select a different frame @var{framenum} on | |
17344 | the stack. | |
17345 | ||
17346 | @subsubheading @value{GDBN} Command | |
17347 | ||
17348 | The corresponding @value{GDBN} commands are @samp{frame}, @samp{up}, | |
17349 | @samp{down}, @samp{select-frame}, @samp{up-silent}, and @samp{down-silent}. | |
17350 | ||
17351 | @subsubheading Example | |
17352 | ||
17353 | @smallexample | |
17354 | (@value{GDBP}) | |
17355 | -stack-select-frame 2 | |
17356 | ^done | |
17357 | (@value{GDBP}) | |
17358 | @end smallexample | |
17359 | ||
17360 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17361 | @node GDB/MI Symbol Query | |
17362 | @section @sc{gdb/mi} Symbol Query Commands | |
17363 | ||
17364 | ||
17365 | @subheading The @code{-symbol-info-address} Command | |
17366 | @findex -symbol-info-address | |
17367 | ||
17368 | @subsubheading Synopsis | |
17369 | ||
17370 | @smallexample | |
17371 | -symbol-info-address @var{symbol} | |
17372 | @end smallexample | |
17373 | ||
17374 | Describe where @var{symbol} is stored. | |
17375 | ||
17376 | @subsubheading @value{GDBN} Command | |
17377 | ||
17378 | The corresponding @value{GDBN} command is @samp{info address}. | |
17379 | ||
17380 | @subsubheading Example | |
17381 | N.A. | |
17382 | ||
17383 | ||
17384 | @subheading The @code{-symbol-info-file} Command | |
17385 | @findex -symbol-info-file | |
17386 | ||
17387 | @subsubheading Synopsis | |
17388 | ||
17389 | @smallexample | |
17390 | -symbol-info-file | |
17391 | @end smallexample | |
17392 | ||
17393 | Show the file for the symbol. | |
17394 | ||
17395 | @subsubheading @value{GDBN} Command | |
17396 | ||
17397 | There's no equivalent @value{GDBN} command. @code{gdbtk} has | |
17398 | @samp{gdb_find_file}. | |
17399 | ||
17400 | @subsubheading Example | |
17401 | N.A. | |
17402 | ||
17403 | ||
17404 | @subheading The @code{-symbol-info-function} Command | |
17405 | @findex -symbol-info-function | |
17406 | ||
17407 | @subsubheading Synopsis | |
17408 | ||
17409 | @smallexample | |
17410 | -symbol-info-function | |
17411 | @end smallexample | |
17412 | ||
17413 | Show which function the symbol lives in. | |
17414 | ||
17415 | @subsubheading @value{GDBN} Command | |
17416 | ||
17417 | @samp{gdb_get_function} in @code{gdbtk}. | |
17418 | ||
17419 | @subsubheading Example | |
17420 | N.A. | |
17421 | ||
17422 | ||
17423 | @subheading The @code{-symbol-info-line} Command | |
17424 | @findex -symbol-info-line | |
17425 | ||
17426 | @subsubheading Synopsis | |
17427 | ||
17428 | @smallexample | |
17429 | -symbol-info-line | |
17430 | @end smallexample | |
17431 | ||
17432 | Show the core addresses of the code for a source line. | |
17433 | ||
17434 | @subsubheading @value{GDBN} Command | |
17435 | ||
71952f4c | 17436 | The corresponding @value{GDBN} command is @samp{info line}. |
922fbb7b AC |
17437 | @code{gdbtk} has the @samp{gdb_get_line} and @samp{gdb_get_file} commands. |
17438 | ||
17439 | @subsubheading Example | |
17440 | N.A. | |
17441 | ||
17442 | ||
17443 | @subheading The @code{-symbol-info-symbol} Command | |
17444 | @findex -symbol-info-symbol | |
17445 | ||
17446 | @subsubheading Synopsis | |
17447 | ||
17448 | @smallexample | |
17449 | -symbol-info-symbol @var{addr} | |
17450 | @end smallexample | |
17451 | ||
17452 | Describe what symbol is at location @var{addr}. | |
17453 | ||
17454 | @subsubheading @value{GDBN} Command | |
17455 | ||
17456 | The corresponding @value{GDBN} command is @samp{info symbol}. | |
17457 | ||
17458 | @subsubheading Example | |
17459 | N.A. | |
17460 | ||
17461 | ||
17462 | @subheading The @code{-symbol-list-functions} Command | |
17463 | @findex -symbol-list-functions | |
17464 | ||
17465 | @subsubheading Synopsis | |
17466 | ||
17467 | @smallexample | |
17468 | -symbol-list-functions | |
17469 | @end smallexample | |
17470 | ||
17471 | List the functions in the executable. | |
17472 | ||
17473 | @subsubheading @value{GDBN} Command | |
17474 | ||
17475 | @samp{info functions} in @value{GDBN}, @samp{gdb_listfunc} and | |
17476 | @samp{gdb_search} in @code{gdbtk}. | |
17477 | ||
17478 | @subsubheading Example | |
17479 | N.A. | |
17480 | ||
17481 | ||
32e7087d JB |
17482 | @subheading The @code{-symbol-list-lines} Command |
17483 | @findex -symbol-list-lines | |
17484 | ||
17485 | @subsubheading Synopsis | |
17486 | ||
17487 | @smallexample | |
17488 | -symbol-list-lines @var{filename} | |
17489 | @end smallexample | |
17490 | ||
17491 | Print the list of lines that contain code and their associated program | |
17492 | addresses for the given source filename. The entries are sorted in | |
17493 | ascending PC order. | |
17494 | ||
17495 | @subsubheading @value{GDBN} Command | |
17496 | ||
17497 | There is no corresponding @value{GDBN} command. | |
17498 | ||
17499 | @subsubheading Example | |
17500 | @smallexample | |
17501 | (@value{GDBP}) | |
17502 | -symbol-list-lines basics.c | |
54ff5908 | 17503 | ^done,lines=[@{pc="0x08048554",line="7"@},@{pc="0x0804855a",line="8"@}] |
32e7087d JB |
17504 | (@value{GDBP}) |
17505 | @end smallexample | |
17506 | ||
17507 | ||
922fbb7b AC |
17508 | @subheading The @code{-symbol-list-types} Command |
17509 | @findex -symbol-list-types | |
17510 | ||
17511 | @subsubheading Synopsis | |
17512 | ||
17513 | @smallexample | |
17514 | -symbol-list-types | |
17515 | @end smallexample | |
17516 | ||
17517 | List all the type names. | |
17518 | ||
17519 | @subsubheading @value{GDBN} Command | |
17520 | ||
17521 | The corresponding commands are @samp{info types} in @value{GDBN}, | |
17522 | @samp{gdb_search} in @code{gdbtk}. | |
17523 | ||
17524 | @subsubheading Example | |
17525 | N.A. | |
17526 | ||
17527 | ||
17528 | @subheading The @code{-symbol-list-variables} Command | |
17529 | @findex -symbol-list-variables | |
17530 | ||
17531 | @subsubheading Synopsis | |
17532 | ||
17533 | @smallexample | |
17534 | -symbol-list-variables | |
17535 | @end smallexample | |
17536 | ||
17537 | List all the global and static variable names. | |
17538 | ||
17539 | @subsubheading @value{GDBN} Command | |
17540 | ||
17541 | @samp{info variables} in @value{GDBN}, @samp{gdb_search} in @code{gdbtk}. | |
17542 | ||
17543 | @subsubheading Example | |
17544 | N.A. | |
17545 | ||
17546 | ||
17547 | @subheading The @code{-symbol-locate} Command | |
17548 | @findex -symbol-locate | |
17549 | ||
17550 | @subsubheading Synopsis | |
17551 | ||
17552 | @smallexample | |
17553 | -symbol-locate | |
17554 | @end smallexample | |
17555 | ||
17556 | @subsubheading @value{GDBN} Command | |
17557 | ||
17558 | @samp{gdb_loc} in @code{gdbtk}. | |
17559 | ||
17560 | @subsubheading Example | |
17561 | N.A. | |
17562 | ||
17563 | ||
17564 | @subheading The @code{-symbol-type} Command | |
17565 | @findex -symbol-type | |
17566 | ||
17567 | @subsubheading Synopsis | |
17568 | ||
17569 | @smallexample | |
17570 | -symbol-type @var{variable} | |
17571 | @end smallexample | |
17572 | ||
17573 | Show type of @var{variable}. | |
17574 | ||
17575 | @subsubheading @value{GDBN} Command | |
17576 | ||
17577 | The corresponding @value{GDBN} command is @samp{ptype}, @code{gdbtk} has | |
17578 | @samp{gdb_obj_variable}. | |
17579 | ||
17580 | @subsubheading Example | |
17581 | N.A. | |
17582 | ||
17583 | ||
17584 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17585 | @node GDB/MI Target Manipulation | |
17586 | @section @sc{gdb/mi} Target Manipulation Commands | |
17587 | ||
17588 | ||
17589 | @subheading The @code{-target-attach} Command | |
17590 | @findex -target-attach | |
17591 | ||
17592 | @subsubheading Synopsis | |
17593 | ||
17594 | @smallexample | |
17595 | -target-attach @var{pid} | @var{file} | |
17596 | @end smallexample | |
17597 | ||
17598 | Attach to a process @var{pid} or a file @var{file} outside of @value{GDBN}. | |
17599 | ||
17600 | @subsubheading @value{GDBN} command | |
17601 | ||
17602 | The corresponding @value{GDBN} command is @samp{attach}. | |
17603 | ||
17604 | @subsubheading Example | |
17605 | N.A. | |
17606 | ||
17607 | ||
17608 | @subheading The @code{-target-compare-sections} Command | |
17609 | @findex -target-compare-sections | |
17610 | ||
17611 | @subsubheading Synopsis | |
17612 | ||
17613 | @smallexample | |
17614 | -target-compare-sections [ @var{section} ] | |
17615 | @end smallexample | |
17616 | ||
17617 | Compare data of section @var{section} on target to the exec file. | |
17618 | Without the argument, all sections are compared. | |
17619 | ||
17620 | @subsubheading @value{GDBN} Command | |
17621 | ||
17622 | The @value{GDBN} equivalent is @samp{compare-sections}. | |
17623 | ||
17624 | @subsubheading Example | |
17625 | N.A. | |
17626 | ||
17627 | ||
17628 | @subheading The @code{-target-detach} Command | |
17629 | @findex -target-detach | |
17630 | ||
17631 | @subsubheading Synopsis | |
17632 | ||
17633 | @smallexample | |
17634 | -target-detach | |
17635 | @end smallexample | |
17636 | ||
17637 | Disconnect from the remote target. There's no output. | |
17638 | ||
17639 | @subsubheading @value{GDBN} command | |
17640 | ||
17641 | The corresponding @value{GDBN} command is @samp{detach}. | |
17642 | ||
17643 | @subsubheading Example | |
17644 | ||
17645 | @smallexample | |
17646 | (@value{GDBP}) | |
17647 | -target-detach | |
17648 | ^done | |
17649 | (@value{GDBP}) | |
17650 | @end smallexample | |
17651 | ||
17652 | ||
07f31aa6 DJ |
17653 | @subheading The @code{-target-disconnect} Command |
17654 | @findex -target-disconnect | |
17655 | ||
17656 | @subsubheading Synopsis | |
17657 | ||
17658 | @example | |
17659 | -target-disconnect | |
17660 | @end example | |
17661 | ||
17662 | Disconnect from the remote target. There's no output. | |
17663 | ||
17664 | @subsubheading @value{GDBN} command | |
17665 | ||
17666 | The corresponding @value{GDBN} command is @samp{disconnect}. | |
17667 | ||
17668 | @subsubheading Example | |
17669 | ||
17670 | @smallexample | |
17671 | (@value{GDBP}) | |
17672 | -target-disconnect | |
17673 | ^done | |
17674 | (@value{GDBP}) | |
17675 | @end smallexample | |
17676 | ||
17677 | ||
922fbb7b AC |
17678 | @subheading The @code{-target-download} Command |
17679 | @findex -target-download | |
17680 | ||
17681 | @subsubheading Synopsis | |
17682 | ||
17683 | @smallexample | |
17684 | -target-download | |
17685 | @end smallexample | |
17686 | ||
17687 | Loads the executable onto the remote target. | |
17688 | It prints out an update message every half second, which includes the fields: | |
17689 | ||
17690 | @table @samp | |
17691 | @item section | |
17692 | The name of the section. | |
17693 | @item section-sent | |
17694 | The size of what has been sent so far for that section. | |
17695 | @item section-size | |
17696 | The size of the section. | |
17697 | @item total-sent | |
17698 | The total size of what was sent so far (the current and the previous sections). | |
17699 | @item total-size | |
17700 | The size of the overall executable to download. | |
17701 | @end table | |
17702 | ||
17703 | @noindent | |
17704 | Each message is sent as status record (@pxref{GDB/MI Output Syntax, , | |
17705 | @sc{gdb/mi} Output Syntax}). | |
17706 | ||
17707 | In addition, it prints the name and size of the sections, as they are | |
17708 | downloaded. These messages include the following fields: | |
17709 | ||
17710 | @table @samp | |
17711 | @item section | |
17712 | The name of the section. | |
17713 | @item section-size | |
17714 | The size of the section. | |
17715 | @item total-size | |
17716 | The size of the overall executable to download. | |
17717 | @end table | |
17718 | ||
17719 | @noindent | |
17720 | At the end, a summary is printed. | |
17721 | ||
17722 | @subsubheading @value{GDBN} Command | |
17723 | ||
17724 | The corresponding @value{GDBN} command is @samp{load}. | |
17725 | ||
17726 | @subsubheading Example | |
17727 | ||
17728 | Note: each status message appears on a single line. Here the messages | |
17729 | have been broken down so that they can fit onto a page. | |
17730 | ||
17731 | @smallexample | |
17732 | (@value{GDBP}) | |
17733 | -target-download | |
17734 | +download,@{section=".text",section-size="6668",total-size="9880"@} | |
17735 | +download,@{section=".text",section-sent="512",section-size="6668", | |
17736 | total-sent="512",total-size="9880"@} | |
17737 | +download,@{section=".text",section-sent="1024",section-size="6668", | |
17738 | total-sent="1024",total-size="9880"@} | |
17739 | +download,@{section=".text",section-sent="1536",section-size="6668", | |
17740 | total-sent="1536",total-size="9880"@} | |
17741 | +download,@{section=".text",section-sent="2048",section-size="6668", | |
17742 | total-sent="2048",total-size="9880"@} | |
17743 | +download,@{section=".text",section-sent="2560",section-size="6668", | |
17744 | total-sent="2560",total-size="9880"@} | |
17745 | +download,@{section=".text",section-sent="3072",section-size="6668", | |
17746 | total-sent="3072",total-size="9880"@} | |
17747 | +download,@{section=".text",section-sent="3584",section-size="6668", | |
17748 | total-sent="3584",total-size="9880"@} | |
17749 | +download,@{section=".text",section-sent="4096",section-size="6668", | |
17750 | total-sent="4096",total-size="9880"@} | |
17751 | +download,@{section=".text",section-sent="4608",section-size="6668", | |
17752 | total-sent="4608",total-size="9880"@} | |
17753 | +download,@{section=".text",section-sent="5120",section-size="6668", | |
17754 | total-sent="5120",total-size="9880"@} | |
17755 | +download,@{section=".text",section-sent="5632",section-size="6668", | |
17756 | total-sent="5632",total-size="9880"@} | |
17757 | +download,@{section=".text",section-sent="6144",section-size="6668", | |
17758 | total-sent="6144",total-size="9880"@} | |
17759 | +download,@{section=".text",section-sent="6656",section-size="6668", | |
17760 | total-sent="6656",total-size="9880"@} | |
17761 | +download,@{section=".init",section-size="28",total-size="9880"@} | |
17762 | +download,@{section=".fini",section-size="28",total-size="9880"@} | |
17763 | +download,@{section=".data",section-size="3156",total-size="9880"@} | |
17764 | +download,@{section=".data",section-sent="512",section-size="3156", | |
17765 | total-sent="7236",total-size="9880"@} | |
17766 | +download,@{section=".data",section-sent="1024",section-size="3156", | |
17767 | total-sent="7748",total-size="9880"@} | |
17768 | +download,@{section=".data",section-sent="1536",section-size="3156", | |
17769 | total-sent="8260",total-size="9880"@} | |
17770 | +download,@{section=".data",section-sent="2048",section-size="3156", | |
17771 | total-sent="8772",total-size="9880"@} | |
17772 | +download,@{section=".data",section-sent="2560",section-size="3156", | |
17773 | total-sent="9284",total-size="9880"@} | |
17774 | +download,@{section=".data",section-sent="3072",section-size="3156", | |
17775 | total-sent="9796",total-size="9880"@} | |
17776 | ^done,address="0x10004",load-size="9880",transfer-rate="6586", | |
17777 | write-rate="429" | |
17778 | (@value{GDBP}) | |
17779 | @end smallexample | |
17780 | ||
17781 | ||
17782 | @subheading The @code{-target-exec-status} Command | |
17783 | @findex -target-exec-status | |
17784 | ||
17785 | @subsubheading Synopsis | |
17786 | ||
17787 | @smallexample | |
17788 | -target-exec-status | |
17789 | @end smallexample | |
17790 | ||
17791 | Provide information on the state of the target (whether it is running or | |
17792 | not, for instance). | |
17793 | ||
17794 | @subsubheading @value{GDBN} Command | |
17795 | ||
17796 | There's no equivalent @value{GDBN} command. | |
17797 | ||
17798 | @subsubheading Example | |
17799 | N.A. | |
17800 | ||
17801 | ||
17802 | @subheading The @code{-target-list-available-targets} Command | |
17803 | @findex -target-list-available-targets | |
17804 | ||
17805 | @subsubheading Synopsis | |
17806 | ||
17807 | @smallexample | |
17808 | -target-list-available-targets | |
17809 | @end smallexample | |
17810 | ||
17811 | List the possible targets to connect to. | |
17812 | ||
17813 | @subsubheading @value{GDBN} Command | |
17814 | ||
17815 | The corresponding @value{GDBN} command is @samp{help target}. | |
17816 | ||
17817 | @subsubheading Example | |
17818 | N.A. | |
17819 | ||
17820 | ||
17821 | @subheading The @code{-target-list-current-targets} Command | |
17822 | @findex -target-list-current-targets | |
17823 | ||
17824 | @subsubheading Synopsis | |
17825 | ||
17826 | @smallexample | |
17827 | -target-list-current-targets | |
17828 | @end smallexample | |
17829 | ||
17830 | Describe the current target. | |
17831 | ||
17832 | @subsubheading @value{GDBN} Command | |
17833 | ||
17834 | The corresponding information is printed by @samp{info file} (among | |
17835 | other things). | |
17836 | ||
17837 | @subsubheading Example | |
17838 | N.A. | |
17839 | ||
17840 | ||
17841 | @subheading The @code{-target-list-parameters} Command | |
17842 | @findex -target-list-parameters | |
17843 | ||
17844 | @subsubheading Synopsis | |
17845 | ||
17846 | @smallexample | |
17847 | -target-list-parameters | |
17848 | @end smallexample | |
17849 | ||
17850 | @c ???? | |
17851 | ||
17852 | @subsubheading @value{GDBN} Command | |
17853 | ||
17854 | No equivalent. | |
17855 | ||
17856 | @subsubheading Example | |
17857 | N.A. | |
17858 | ||
17859 | ||
17860 | @subheading The @code{-target-select} Command | |
17861 | @findex -target-select | |
17862 | ||
17863 | @subsubheading Synopsis | |
17864 | ||
17865 | @smallexample | |
17866 | -target-select @var{type} @var{parameters @dots{}} | |
17867 | @end smallexample | |
17868 | ||
17869 | Connect @value{GDBN} to the remote target. This command takes two args: | |
17870 | ||
17871 | @table @samp | |
17872 | @item @var{type} | |
17873 | The type of target, for instance @samp{async}, @samp{remote}, etc. | |
17874 | @item @var{parameters} | |
17875 | Device names, host names and the like. @xref{Target Commands, , | |
17876 | Commands for managing targets}, for more details. | |
17877 | @end table | |
17878 | ||
17879 | The output is a connection notification, followed by the address at | |
17880 | which the target program is, in the following form: | |
17881 | ||
17882 | @smallexample | |
17883 | ^connected,addr="@var{address}",func="@var{function name}", | |
17884 | args=[@var{arg list}] | |
17885 | @end smallexample | |
17886 | ||
17887 | @subsubheading @value{GDBN} Command | |
17888 | ||
17889 | The corresponding @value{GDBN} command is @samp{target}. | |
17890 | ||
17891 | @subsubheading Example | |
17892 | ||
17893 | @smallexample | |
17894 | (@value{GDBP}) | |
17895 | -target-select async /dev/ttya | |
17896 | ^connected,addr="0xfe00a300",func="??",args=[] | |
17897 | (@value{GDBP}) | |
17898 | @end smallexample | |
17899 | ||
17900 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
17901 | @node GDB/MI Thread Commands | |
17902 | @section @sc{gdb/mi} Thread Commands | |
17903 | ||
17904 | ||
17905 | @subheading The @code{-thread-info} Command | |
17906 | @findex -thread-info | |
17907 | ||
17908 | @subsubheading Synopsis | |
17909 | ||
17910 | @smallexample | |
17911 | -thread-info | |
17912 | @end smallexample | |
17913 | ||
17914 | @subsubheading @value{GDBN} command | |
17915 | ||
17916 | No equivalent. | |
17917 | ||
17918 | @subsubheading Example | |
17919 | N.A. | |
17920 | ||
17921 | ||
17922 | @subheading The @code{-thread-list-all-threads} Command | |
17923 | @findex -thread-list-all-threads | |
17924 | ||
17925 | @subsubheading Synopsis | |
17926 | ||
17927 | @smallexample | |
17928 | -thread-list-all-threads | |
17929 | @end smallexample | |
17930 | ||
17931 | @subsubheading @value{GDBN} Command | |
17932 | ||
17933 | The equivalent @value{GDBN} command is @samp{info threads}. | |
17934 | ||
17935 | @subsubheading Example | |
17936 | N.A. | |
17937 | ||
17938 | ||
17939 | @subheading The @code{-thread-list-ids} Command | |
17940 | @findex -thread-list-ids | |
17941 | ||
17942 | @subsubheading Synopsis | |
17943 | ||
17944 | @smallexample | |
17945 | -thread-list-ids | |
17946 | @end smallexample | |
17947 | ||
17948 | Produces a list of the currently known @value{GDBN} thread ids. At the | |
17949 | end of the list it also prints the total number of such threads. | |
17950 | ||
17951 | @subsubheading @value{GDBN} Command | |
17952 | ||
17953 | Part of @samp{info threads} supplies the same information. | |
17954 | ||
17955 | @subsubheading Example | |
17956 | ||
17957 | No threads present, besides the main process: | |
17958 | ||
17959 | @smallexample | |
17960 | (@value{GDBP}) | |
17961 | -thread-list-ids | |
17962 | ^done,thread-ids=@{@},number-of-threads="0" | |
17963 | (@value{GDBP}) | |
17964 | @end smallexample | |
17965 | ||
17966 | ||
17967 | Several threads: | |
17968 | ||
17969 | @smallexample | |
17970 | (@value{GDBP}) | |
17971 | -thread-list-ids | |
17972 | ^done,thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@}, | |
17973 | number-of-threads="3" | |
17974 | (@value{GDBP}) | |
17975 | @end smallexample | |
17976 | ||
17977 | ||
17978 | @subheading The @code{-thread-select} Command | |
17979 | @findex -thread-select | |
17980 | ||
17981 | @subsubheading Synopsis | |
17982 | ||
17983 | @smallexample | |
17984 | -thread-select @var{threadnum} | |
17985 | @end smallexample | |
17986 | ||
17987 | Make @var{threadnum} the current thread. It prints the number of the new | |
17988 | current thread, and the topmost frame for that thread. | |
17989 | ||
17990 | @subsubheading @value{GDBN} Command | |
17991 | ||
17992 | The corresponding @value{GDBN} command is @samp{thread}. | |
17993 | ||
17994 | @subsubheading Example | |
17995 | ||
17996 | @smallexample | |
17997 | (@value{GDBP}) | |
17998 | -exec-next | |
17999 | ^running | |
18000 | (@value{GDBP}) | |
18001 | *stopped,reason="end-stepping-range",thread-id="2",line="187", | |
18002 | file="../../../devo/gdb/testsuite/gdb.threads/linux-dp.c" | |
18003 | (@value{GDBP}) | |
18004 | -thread-list-ids | |
18005 | ^done, | |
18006 | thread-ids=@{thread-id="3",thread-id="2",thread-id="1"@}, | |
18007 | number-of-threads="3" | |
18008 | (@value{GDBP}) | |
18009 | -thread-select 3 | |
18010 | ^done,new-thread-id="3", | |
18011 | frame=@{level="0",func="vprintf", | |
18012 | args=[@{name="format",value="0x8048e9c \"%*s%c %d %c\\n\""@}, | |
18013 | @{name="arg",value="0x2"@}],file="vprintf.c",line="31"@} | |
18014 | (@value{GDBP}) | |
18015 | @end smallexample | |
18016 | ||
18017 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
18018 | @node GDB/MI Tracepoint Commands | |
18019 | @section @sc{gdb/mi} Tracepoint Commands | |
18020 | ||
18021 | The tracepoint commands are not yet implemented. | |
18022 | ||
18023 | @c @subheading -trace-actions | |
18024 | ||
18025 | @c @subheading -trace-delete | |
18026 | ||
18027 | @c @subheading -trace-disable | |
18028 | ||
18029 | @c @subheading -trace-dump | |
18030 | ||
18031 | @c @subheading -trace-enable | |
18032 | ||
18033 | @c @subheading -trace-exists | |
18034 | ||
18035 | @c @subheading -trace-find | |
18036 | ||
18037 | @c @subheading -trace-frame-number | |
18038 | ||
18039 | @c @subheading -trace-info | |
18040 | ||
18041 | @c @subheading -trace-insert | |
18042 | ||
18043 | @c @subheading -trace-list | |
18044 | ||
18045 | @c @subheading -trace-pass-count | |
18046 | ||
18047 | @c @subheading -trace-save | |
18048 | ||
18049 | @c @subheading -trace-start | |
18050 | ||
18051 | @c @subheading -trace-stop | |
18052 | ||
18053 | ||
18054 | @c %%%%%%%%%%%%%%%%%%%%%%%%%%%% SECTION %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
18055 | @node GDB/MI Variable Objects | |
18056 | @section @sc{gdb/mi} Variable Objects | |
18057 | ||
18058 | ||
18059 | @subheading Motivation for Variable Objects in @sc{gdb/mi} | |
18060 | ||
18061 | For the implementation of a variable debugger window (locals, watched | |
18062 | expressions, etc.), we are proposing the adaptation of the existing code | |
18063 | used by @code{Insight}. | |
18064 | ||
18065 | The two main reasons for that are: | |
18066 | ||
18067 | @enumerate 1 | |
18068 | @item | |
18069 | It has been proven in practice (it is already on its second generation). | |
18070 | ||
18071 | @item | |
18072 | It will shorten development time (needless to say how important it is | |
18073 | now). | |
18074 | @end enumerate | |
18075 | ||
18076 | The original interface was designed to be used by Tcl code, so it was | |
18077 | slightly changed so it could be used through @sc{gdb/mi}. This section | |
18078 | describes the @sc{gdb/mi} operations that will be available and gives some | |
18079 | hints about their use. | |
18080 | ||
18081 | @emph{Note}: In addition to the set of operations described here, we | |
18082 | expect the @sc{gui} implementation of a variable window to require, at | |
18083 | least, the following operations: | |
18084 | ||
18085 | @itemize @bullet | |
18086 | @item @code{-gdb-show} @code{output-radix} | |
18087 | @item @code{-stack-list-arguments} | |
18088 | @item @code{-stack-list-locals} | |
18089 | @item @code{-stack-select-frame} | |
18090 | @end itemize | |
18091 | ||
18092 | @subheading Introduction to Variable Objects in @sc{gdb/mi} | |
18093 | ||
18094 | @cindex variable objects in @sc{gdb/mi} | |
18095 | The basic idea behind variable objects is the creation of a named object | |
18096 | to represent a variable, an expression, a memory location or even a CPU | |
18097 | register. For each object created, a set of operations is available for | |
18098 | examining or changing its properties. | |
18099 | ||
18100 | Furthermore, complex data types, such as C structures, are represented | |
18101 | in a tree format. For instance, the @code{struct} type variable is the | |
18102 | root and the children will represent the struct members. If a child | |
18103 | is itself of a complex type, it will also have children of its own. | |
18104 | Appropriate language differences are handled for C, C@t{++} and Java. | |
18105 | ||
18106 | When returning the actual values of the objects, this facility allows | |
18107 | for the individual selection of the display format used in the result | |
18108 | creation. It can be chosen among: binary, decimal, hexadecimal, octal | |
18109 | and natural. Natural refers to a default format automatically | |
18110 | chosen based on the variable type (like decimal for an @code{int}, hex | |
18111 | for pointers, etc.). | |
18112 | ||
18113 | The following is the complete set of @sc{gdb/mi} operations defined to | |
18114 | access this functionality: | |
18115 | ||
18116 | @multitable @columnfractions .4 .6 | |
18117 | @item @strong{Operation} | |
18118 | @tab @strong{Description} | |
18119 | ||
18120 | @item @code{-var-create} | |
18121 | @tab create a variable object | |
18122 | @item @code{-var-delete} | |
18123 | @tab delete the variable object and its children | |
18124 | @item @code{-var-set-format} | |
18125 | @tab set the display format of this variable | |
18126 | @item @code{-var-show-format} | |
18127 | @tab show the display format of this variable | |
18128 | @item @code{-var-info-num-children} | |
18129 | @tab tells how many children this object has | |
18130 | @item @code{-var-list-children} | |
18131 | @tab return a list of the object's children | |
18132 | @item @code{-var-info-type} | |
18133 | @tab show the type of this variable object | |
18134 | @item @code{-var-info-expression} | |
18135 | @tab print what this variable object represents | |
18136 | @item @code{-var-show-attributes} | |
18137 | @tab is this variable editable? does it exist here? | |
18138 | @item @code{-var-evaluate-expression} | |
18139 | @tab get the value of this variable | |
18140 | @item @code{-var-assign} | |
18141 | @tab set the value of this variable | |
18142 | @item @code{-var-update} | |
18143 | @tab update the variable and its children | |
18144 | @end multitable | |
18145 | ||
18146 | In the next subsection we describe each operation in detail and suggest | |
18147 | how it can be used. | |
18148 | ||
18149 | @subheading Description And Use of Operations on Variable Objects | |
18150 | ||
18151 | @subheading The @code{-var-create} Command | |
18152 | @findex -var-create | |
18153 | ||
18154 | @subsubheading Synopsis | |
18155 | ||
18156 | @smallexample | |
18157 | -var-create @{@var{name} | "-"@} | |
18158 | @{@var{frame-addr} | "*"@} @var{expression} | |
18159 | @end smallexample | |
18160 | ||
18161 | This operation creates a variable object, which allows the monitoring of | |
18162 | a variable, the result of an expression, a memory cell or a CPU | |
18163 | register. | |
18164 | ||
18165 | The @var{name} parameter is the string by which the object can be | |
18166 | referenced. It must be unique. If @samp{-} is specified, the varobj | |
18167 | system will generate a string ``varNNNNNN'' automatically. It will be | |
18168 | unique provided that one does not specify @var{name} on that format. | |
18169 | The command fails if a duplicate name is found. | |
18170 | ||
18171 | The frame under which the expression should be evaluated can be | |
18172 | specified by @var{frame-addr}. A @samp{*} indicates that the current | |
18173 | frame should be used. | |
18174 | ||
18175 | @var{expression} is any expression valid on the current language set (must not | |
18176 | begin with a @samp{*}), or one of the following: | |
18177 | ||
18178 | @itemize @bullet | |
18179 | @item | |
18180 | @samp{*@var{addr}}, where @var{addr} is the address of a memory cell | |
18181 | ||
18182 | @item | |
18183 | @samp{*@var{addr}-@var{addr}} --- a memory address range (TBD) | |
18184 | ||
18185 | @item | |
18186 | @samp{$@var{regname}} --- a CPU register name | |
18187 | @end itemize | |
18188 | ||
18189 | @subsubheading Result | |
18190 | ||
18191 | This operation returns the name, number of children and the type of the | |
18192 | object created. Type is returned as a string as the ones generated by | |
18193 | the @value{GDBN} CLI: | |
18194 | ||
18195 | @smallexample | |
18196 | name="@var{name}",numchild="N",type="@var{type}" | |
18197 | @end smallexample | |
18198 | ||
18199 | ||
18200 | @subheading The @code{-var-delete} Command | |
18201 | @findex -var-delete | |
18202 | ||
18203 | @subsubheading Synopsis | |
18204 | ||
18205 | @smallexample | |
18206 | -var-delete @var{name} | |
18207 | @end smallexample | |
18208 | ||
18209 | Deletes a previously created variable object and all of its children. | |
18210 | ||
18211 | Returns an error if the object @var{name} is not found. | |
18212 | ||
18213 | ||
18214 | @subheading The @code{-var-set-format} Command | |
18215 | @findex -var-set-format | |
18216 | ||
18217 | @subsubheading Synopsis | |
18218 | ||
18219 | @smallexample | |
18220 | -var-set-format @var{name} @var{format-spec} | |
18221 | @end smallexample | |
18222 | ||
18223 | Sets the output format for the value of the object @var{name} to be | |
18224 | @var{format-spec}. | |
18225 | ||
18226 | The syntax for the @var{format-spec} is as follows: | |
18227 | ||
18228 | @smallexample | |
18229 | @var{format-spec} @expansion{} | |
18230 | @{binary | decimal | hexadecimal | octal | natural@} | |
18231 | @end smallexample | |
18232 | ||
18233 | ||
18234 | @subheading The @code{-var-show-format} Command | |
18235 | @findex -var-show-format | |
18236 | ||
18237 | @subsubheading Synopsis | |
18238 | ||
18239 | @smallexample | |
18240 | -var-show-format @var{name} | |
18241 | @end smallexample | |
18242 | ||
18243 | Returns the format used to display the value of the object @var{name}. | |
18244 | ||
18245 | @smallexample | |
18246 | @var{format} @expansion{} | |
18247 | @var{format-spec} | |
18248 | @end smallexample | |
18249 | ||
18250 | ||
18251 | @subheading The @code{-var-info-num-children} Command | |
18252 | @findex -var-info-num-children | |
18253 | ||
18254 | @subsubheading Synopsis | |
18255 | ||
18256 | @smallexample | |
18257 | -var-info-num-children @var{name} | |
18258 | @end smallexample | |
18259 | ||
18260 | Returns the number of children of a variable object @var{name}: | |
18261 | ||
18262 | @smallexample | |
18263 | numchild=@var{n} | |
18264 | @end smallexample | |
18265 | ||
18266 | ||
18267 | @subheading The @code{-var-list-children} Command | |
18268 | @findex -var-list-children | |
18269 | ||
18270 | @subsubheading Synopsis | |
18271 | ||
18272 | @smallexample | |
bc8ced35 | 18273 | -var-list-children [@var{print-values}] @var{name} |
922fbb7b AC |
18274 | @end smallexample |
18275 | ||
bc8ced35 NR |
18276 | Returns a list of the children of the specified variable object. With |
18277 | just the variable object name as an argument or with an optional | |
18278 | preceding argument of 0 or @code{--no-values}, prints only the names of the | |
18279 | variables. With an optional preceding argument of 1 or @code{--all-values}, | |
18280 | also prints their values. | |
18281 | ||
18282 | @subsubheading Example | |
922fbb7b AC |
18283 | |
18284 | @smallexample | |
bc8ced35 NR |
18285 | (@value{GDBP}) |
18286 | -var-list-children n | |
922fbb7b AC |
18287 | numchild=@var{n},children=[@{name=@var{name}, |
18288 | numchild=@var{n},type=@var{type}@},@r{(repeats N times)}] | |
bc8ced35 NR |
18289 | (@value{GDBP}) |
18290 | -var-list-children --all-values n | |
18291 | numchild=@var{n},children=[@{name=@var{name}, | |
18292 | numchild=@var{n},value=@var{value},type=@var{type}@},@r{(repeats N times)}] | |
922fbb7b AC |
18293 | @end smallexample |
18294 | ||
18295 | ||
18296 | @subheading The @code{-var-info-type} Command | |
18297 | @findex -var-info-type | |
18298 | ||
18299 | @subsubheading Synopsis | |
18300 | ||
18301 | @smallexample | |
18302 | -var-info-type @var{name} | |
18303 | @end smallexample | |
18304 | ||
18305 | Returns the type of the specified variable @var{name}. The type is | |
18306 | returned as a string in the same format as it is output by the | |
18307 | @value{GDBN} CLI: | |
18308 | ||
18309 | @smallexample | |
18310 | type=@var{typename} | |
18311 | @end smallexample | |
18312 | ||
18313 | ||
18314 | @subheading The @code{-var-info-expression} Command | |
18315 | @findex -var-info-expression | |
18316 | ||
18317 | @subsubheading Synopsis | |
18318 | ||
18319 | @smallexample | |
18320 | -var-info-expression @var{name} | |
18321 | @end smallexample | |
18322 | ||
18323 | Returns what is represented by the variable object @var{name}: | |
18324 | ||
18325 | @smallexample | |
18326 | lang=@var{lang-spec},exp=@var{expression} | |
18327 | @end smallexample | |
18328 | ||
18329 | @noindent | |
18330 | where @var{lang-spec} is @code{@{"C" | "C++" | "Java"@}}. | |
18331 | ||
18332 | @subheading The @code{-var-show-attributes} Command | |
18333 | @findex -var-show-attributes | |
18334 | ||
18335 | @subsubheading Synopsis | |
18336 | ||
18337 | @smallexample | |
18338 | -var-show-attributes @var{name} | |
18339 | @end smallexample | |
18340 | ||
18341 | List attributes of the specified variable object @var{name}: | |
18342 | ||
18343 | @smallexample | |
18344 | status=@var{attr} [ ( ,@var{attr} )* ] | |
18345 | @end smallexample | |
18346 | ||
18347 | @noindent | |
18348 | where @var{attr} is @code{@{ @{ editable | noneditable @} | TBD @}}. | |
18349 | ||
18350 | @subheading The @code{-var-evaluate-expression} Command | |
18351 | @findex -var-evaluate-expression | |
18352 | ||
18353 | @subsubheading Synopsis | |
18354 | ||
18355 | @smallexample | |
18356 | -var-evaluate-expression @var{name} | |
18357 | @end smallexample | |
18358 | ||
18359 | Evaluates the expression that is represented by the specified variable | |
18360 | object and returns its value as a string in the current format specified | |
18361 | for the object: | |
18362 | ||
18363 | @smallexample | |
18364 | value=@var{value} | |
18365 | @end smallexample | |
18366 | ||
18367 | Note that one must invoke @code{-var-list-children} for a variable | |
18368 | before the value of a child variable can be evaluated. | |
18369 | ||
18370 | @subheading The @code{-var-assign} Command | |
18371 | @findex -var-assign | |
18372 | ||
18373 | @subsubheading Synopsis | |
18374 | ||
18375 | @smallexample | |
18376 | -var-assign @var{name} @var{expression} | |
18377 | @end smallexample | |
18378 | ||
18379 | Assigns the value of @var{expression} to the variable object specified | |
18380 | by @var{name}. The object must be @samp{editable}. If the variable's | |
b383017d | 18381 | value is altered by the assign, the variable will show up in any |
922fbb7b AC |
18382 | subsequent @code{-var-update} list. |
18383 | ||
18384 | @subsubheading Example | |
18385 | ||
18386 | @smallexample | |
18387 | (@value{GDBP}) | |
18388 | -var-assign var1 3 | |
18389 | ^done,value="3" | |
18390 | (@value{GDBP}) | |
18391 | -var-update * | |
18392 | ^done,changelist=[@{name="var1",in_scope="true",type_changed="false"@}] | |
18393 | (@value{GDBP}) | |
18394 | @end smallexample | |
18395 | ||
18396 | @subheading The @code{-var-update} Command | |
18397 | @findex -var-update | |
18398 | ||
18399 | @subsubheading Synopsis | |
18400 | ||
18401 | @smallexample | |
18402 | -var-update @{@var{name} | "*"@} | |
18403 | @end smallexample | |
18404 | ||
18405 | Update the value of the variable object @var{name} by evaluating its | |
18406 | expression after fetching all the new values from memory or registers. | |
18407 | A @samp{*} causes all existing variable objects to be updated. | |
18408 | ||
18409 | ||
18410 | @node Annotations | |
18411 | @chapter @value{GDBN} Annotations | |
18412 | ||
086432e2 AC |
18413 | This chapter describes annotations in @value{GDBN}. Annotations were |
18414 | designed to interface @value{GDBN} to graphical user interfaces or other | |
18415 | similar programs which want to interact with @value{GDBN} at a | |
922fbb7b AC |
18416 | relatively high level. |
18417 | ||
086432e2 AC |
18418 | The annotation mechanism has largely been superseeded by @sc{gdb/mi} |
18419 | (@pxref{GDB/MI}). | |
18420 | ||
922fbb7b AC |
18421 | @ignore |
18422 | This is Edition @value{EDITION}, @value{DATE}. | |
18423 | @end ignore | |
18424 | ||
18425 | @menu | |
18426 | * Annotations Overview:: What annotations are; the general syntax. | |
18427 | * Server Prefix:: Issuing a command without affecting user state. | |
922fbb7b AC |
18428 | * Prompting:: Annotations marking @value{GDBN}'s need for input. |
18429 | * Errors:: Annotations for error messages. | |
922fbb7b AC |
18430 | * Invalidation:: Some annotations describe things now invalid. |
18431 | * Annotations for Running:: | |
18432 | Whether the program is running, how it stopped, etc. | |
18433 | * Source Annotations:: Annotations describing source code. | |
922fbb7b AC |
18434 | @end menu |
18435 | ||
18436 | @node Annotations Overview | |
18437 | @section What is an Annotation? | |
18438 | @cindex annotations | |
18439 | ||
922fbb7b AC |
18440 | Annotations start with a newline character, two @samp{control-z} |
18441 | characters, and the name of the annotation. If there is no additional | |
18442 | information associated with this annotation, the name of the annotation | |
18443 | is followed immediately by a newline. If there is additional | |
18444 | information, the name of the annotation is followed by a space, the | |
18445 | additional information, and a newline. The additional information | |
18446 | cannot contain newline characters. | |
18447 | ||
18448 | Any output not beginning with a newline and two @samp{control-z} | |
18449 | characters denotes literal output from @value{GDBN}. Currently there is | |
18450 | no need for @value{GDBN} to output a newline followed by two | |
18451 | @samp{control-z} characters, but if there was such a need, the | |
18452 | annotations could be extended with an @samp{escape} annotation which | |
18453 | means those three characters as output. | |
18454 | ||
086432e2 AC |
18455 | The annotation @var{level}, which is specified using the |
18456 | @option{--annotate} command line option (@pxref{Mode Options}), controls | |
18457 | how much information @value{GDBN} prints together with its prompt, | |
18458 | values of expressions, source lines, and other types of output. Level 0 | |
18459 | is for no anntations, level 1 is for use when @value{GDBN} is run as a | |
18460 | subprocess of @sc{gnu} Emacs, level 3 is the maximum annotation suitable | |
18461 | for programs that control @value{GDBN}, and level 2 annotations have | |
18462 | been made obsolete (@pxref{Limitations, , Limitations of the Annotation | |
18463 | Interface, annotate, GDB's Obsolete Annotations}). This chapter | |
18464 | describes level 3 annotations. | |
18465 | ||
922fbb7b AC |
18466 | A simple example of starting up @value{GDBN} with annotations is: |
18467 | ||
18468 | @smallexample | |
086432e2 AC |
18469 | $ @kbd{gdb --annotate=3} |
18470 | GNU gdb 6.0 | |
18471 | Copyright 2003 Free Software Foundation, Inc. | |
922fbb7b AC |
18472 | GDB is free software, covered by the GNU General Public License, |
18473 | and you are welcome to change it and/or distribute copies of it | |
18474 | under certain conditions. | |
18475 | Type "show copying" to see the conditions. | |
18476 | There is absolutely no warranty for GDB. Type "show warranty" | |
18477 | for details. | |
086432e2 | 18478 | This GDB was configured as "i386-pc-linux-gnu" |
922fbb7b AC |
18479 | |
18480 | ^Z^Zpre-prompt | |
b383017d | 18481 | (gdb) |
922fbb7b | 18482 | ^Z^Zprompt |
086432e2 | 18483 | @kbd{quit} |
922fbb7b AC |
18484 | |
18485 | ^Z^Zpost-prompt | |
b383017d | 18486 | $ |
922fbb7b AC |
18487 | @end smallexample |
18488 | ||
18489 | Here @samp{quit} is input to @value{GDBN}; the rest is output from | |
18490 | @value{GDBN}. The three lines beginning @samp{^Z^Z} (where @samp{^Z} | |
18491 | denotes a @samp{control-z} character) are annotations; the rest is | |
18492 | output from @value{GDBN}. | |
18493 | ||
18494 | @node Server Prefix | |
18495 | @section The Server Prefix | |
18496 | @cindex server prefix for annotations | |
18497 | ||
18498 | To issue a command to @value{GDBN} without affecting certain aspects of | |
18499 | the state which is seen by users, prefix it with @samp{server }. This | |
18500 | means that this command will not affect the command history, nor will it | |
18501 | affect @value{GDBN}'s notion of which command to repeat if @key{RET} is | |
18502 | pressed on a line by itself. | |
18503 | ||
18504 | The server prefix does not affect the recording of values into the value | |
18505 | history; to print a value without recording it into the value history, | |
18506 | use the @code{output} command instead of the @code{print} command. | |
18507 | ||
922fbb7b AC |
18508 | @node Prompting |
18509 | @section Annotation for @value{GDBN} Input | |
18510 | ||
18511 | @cindex annotations for prompts | |
18512 | When @value{GDBN} prompts for input, it annotates this fact so it is possible | |
18513 | to know when to send output, when the output from a given command is | |
18514 | over, etc. | |
18515 | ||
18516 | Different kinds of input each have a different @dfn{input type}. Each | |
18517 | input type has three annotations: a @code{pre-} annotation, which | |
18518 | denotes the beginning of any prompt which is being output, a plain | |
18519 | annotation, which denotes the end of the prompt, and then a @code{post-} | |
18520 | annotation which denotes the end of any echo which may (or may not) be | |
18521 | associated with the input. For example, the @code{prompt} input type | |
18522 | features the following annotations: | |
18523 | ||
18524 | @smallexample | |
18525 | ^Z^Zpre-prompt | |
18526 | ^Z^Zprompt | |
18527 | ^Z^Zpost-prompt | |
18528 | @end smallexample | |
18529 | ||
18530 | The input types are | |
18531 | ||
18532 | @table @code | |
18533 | @findex pre-prompt | |
18534 | @findex prompt | |
18535 | @findex post-prompt | |
18536 | @item prompt | |
18537 | When @value{GDBN} is prompting for a command (the main @value{GDBN} prompt). | |
18538 | ||
18539 | @findex pre-commands | |
18540 | @findex commands | |
18541 | @findex post-commands | |
18542 | @item commands | |
18543 | When @value{GDBN} prompts for a set of commands, like in the @code{commands} | |
18544 | command. The annotations are repeated for each command which is input. | |
18545 | ||
18546 | @findex pre-overload-choice | |
18547 | @findex overload-choice | |
18548 | @findex post-overload-choice | |
18549 | @item overload-choice | |
18550 | When @value{GDBN} wants the user to select between various overloaded functions. | |
18551 | ||
18552 | @findex pre-query | |
18553 | @findex query | |
18554 | @findex post-query | |
18555 | @item query | |
18556 | When @value{GDBN} wants the user to confirm a potentially dangerous operation. | |
18557 | ||
18558 | @findex pre-prompt-for-continue | |
18559 | @findex prompt-for-continue | |
18560 | @findex post-prompt-for-continue | |
18561 | @item prompt-for-continue | |
18562 | When @value{GDBN} is asking the user to press return to continue. Note: Don't | |
18563 | expect this to work well; instead use @code{set height 0} to disable | |
18564 | prompting. This is because the counting of lines is buggy in the | |
18565 | presence of annotations. | |
18566 | @end table | |
18567 | ||
18568 | @node Errors | |
18569 | @section Errors | |
18570 | @cindex annotations for errors, warnings and interrupts | |
18571 | ||
18572 | @findex quit | |
18573 | @smallexample | |
18574 | ^Z^Zquit | |
18575 | @end smallexample | |
18576 | ||
18577 | This annotation occurs right before @value{GDBN} responds to an interrupt. | |
18578 | ||
18579 | @findex error | |
18580 | @smallexample | |
18581 | ^Z^Zerror | |
18582 | @end smallexample | |
18583 | ||
18584 | This annotation occurs right before @value{GDBN} responds to an error. | |
18585 | ||
18586 | Quit and error annotations indicate that any annotations which @value{GDBN} was | |
18587 | in the middle of may end abruptly. For example, if a | |
18588 | @code{value-history-begin} annotation is followed by a @code{error}, one | |
18589 | cannot expect to receive the matching @code{value-history-end}. One | |
18590 | cannot expect not to receive it either, however; an error annotation | |
18591 | does not necessarily mean that @value{GDBN} is immediately returning all the way | |
18592 | to the top level. | |
18593 | ||
18594 | @findex error-begin | |
18595 | A quit or error annotation may be preceded by | |
18596 | ||
18597 | @smallexample | |
18598 | ^Z^Zerror-begin | |
18599 | @end smallexample | |
18600 | ||
18601 | Any output between that and the quit or error annotation is the error | |
18602 | message. | |
18603 | ||
18604 | Warning messages are not yet annotated. | |
18605 | @c If we want to change that, need to fix warning(), type_error(), | |
18606 | @c range_error(), and possibly other places. | |
18607 | ||
922fbb7b AC |
18608 | @node Invalidation |
18609 | @section Invalidation Notices | |
18610 | ||
18611 | @cindex annotations for invalidation messages | |
18612 | The following annotations say that certain pieces of state may have | |
18613 | changed. | |
18614 | ||
18615 | @table @code | |
18616 | @findex frames-invalid | |
18617 | @item ^Z^Zframes-invalid | |
18618 | ||
18619 | The frames (for example, output from the @code{backtrace} command) may | |
18620 | have changed. | |
18621 | ||
18622 | @findex breakpoints-invalid | |
18623 | @item ^Z^Zbreakpoints-invalid | |
18624 | ||
18625 | The breakpoints may have changed. For example, the user just added or | |
18626 | deleted a breakpoint. | |
18627 | @end table | |
18628 | ||
18629 | @node Annotations for Running | |
18630 | @section Running the Program | |
18631 | @cindex annotations for running programs | |
18632 | ||
18633 | @findex starting | |
18634 | @findex stopping | |
18635 | When the program starts executing due to a @value{GDBN} command such as | |
b383017d | 18636 | @code{step} or @code{continue}, |
922fbb7b AC |
18637 | |
18638 | @smallexample | |
18639 | ^Z^Zstarting | |
18640 | @end smallexample | |
18641 | ||
b383017d | 18642 | is output. When the program stops, |
922fbb7b AC |
18643 | |
18644 | @smallexample | |
18645 | ^Z^Zstopped | |
18646 | @end smallexample | |
18647 | ||
18648 | is output. Before the @code{stopped} annotation, a variety of | |
18649 | annotations describe how the program stopped. | |
18650 | ||
18651 | @table @code | |
18652 | @findex exited | |
18653 | @item ^Z^Zexited @var{exit-status} | |
18654 | The program exited, and @var{exit-status} is the exit status (zero for | |
18655 | successful exit, otherwise nonzero). | |
18656 | ||
18657 | @findex signalled | |
18658 | @findex signal-name | |
18659 | @findex signal-name-end | |
18660 | @findex signal-string | |
18661 | @findex signal-string-end | |
18662 | @item ^Z^Zsignalled | |
18663 | The program exited with a signal. After the @code{^Z^Zsignalled}, the | |
18664 | annotation continues: | |
18665 | ||
18666 | @smallexample | |
18667 | @var{intro-text} | |
18668 | ^Z^Zsignal-name | |
18669 | @var{name} | |
18670 | ^Z^Zsignal-name-end | |
18671 | @var{middle-text} | |
18672 | ^Z^Zsignal-string | |
18673 | @var{string} | |
18674 | ^Z^Zsignal-string-end | |
18675 | @var{end-text} | |
18676 | @end smallexample | |
18677 | ||
18678 | @noindent | |
18679 | where @var{name} is the name of the signal, such as @code{SIGILL} or | |
18680 | @code{SIGSEGV}, and @var{string} is the explanation of the signal, such | |
18681 | as @code{Illegal Instruction} or @code{Segmentation fault}. | |
18682 | @var{intro-text}, @var{middle-text}, and @var{end-text} are for the | |
18683 | user's benefit and have no particular format. | |
18684 | ||
18685 | @findex signal | |
18686 | @item ^Z^Zsignal | |
18687 | The syntax of this annotation is just like @code{signalled}, but @value{GDBN} is | |
18688 | just saying that the program received the signal, not that it was | |
18689 | terminated with it. | |
18690 | ||
18691 | @findex breakpoint | |
18692 | @item ^Z^Zbreakpoint @var{number} | |
18693 | The program hit breakpoint number @var{number}. | |
18694 | ||
18695 | @findex watchpoint | |
18696 | @item ^Z^Zwatchpoint @var{number} | |
18697 | The program hit watchpoint number @var{number}. | |
18698 | @end table | |
18699 | ||
18700 | @node Source Annotations | |
18701 | @section Displaying Source | |
18702 | @cindex annotations for source display | |
18703 | ||
18704 | @findex source | |
18705 | The following annotation is used instead of displaying source code: | |
18706 | ||
18707 | @smallexample | |
18708 | ^Z^Zsource @var{filename}:@var{line}:@var{character}:@var{middle}:@var{addr} | |
18709 | @end smallexample | |
18710 | ||
18711 | where @var{filename} is an absolute file name indicating which source | |
18712 | file, @var{line} is the line number within that file (where 1 is the | |
18713 | first line in the file), @var{character} is the character position | |
18714 | within the file (where 0 is the first character in the file) (for most | |
18715 | debug formats this will necessarily point to the beginning of a line), | |
18716 | @var{middle} is @samp{middle} if @var{addr} is in the middle of the | |
18717 | line, or @samp{beg} if @var{addr} is at the beginning of the line, and | |
18718 | @var{addr} is the address in the target program associated with the | |
18719 | source which is being displayed. @var{addr} is in the form @samp{0x} | |
18720 | followed by one or more lowercase hex digits (note that this does not | |
18721 | depend on the language). | |
18722 | ||
8e04817f AC |
18723 | @node GDB Bugs |
18724 | @chapter Reporting Bugs in @value{GDBN} | |
18725 | @cindex bugs in @value{GDBN} | |
18726 | @cindex reporting bugs in @value{GDBN} | |
c906108c | 18727 | |
8e04817f | 18728 | Your bug reports play an essential role in making @value{GDBN} reliable. |
c906108c | 18729 | |
8e04817f AC |
18730 | Reporting a bug may help you by bringing a solution to your problem, or it |
18731 | may not. But in any case the principal function of a bug report is to help | |
18732 | the entire community by making the next version of @value{GDBN} work better. Bug | |
18733 | reports are your contribution to the maintenance of @value{GDBN}. | |
c906108c | 18734 | |
8e04817f AC |
18735 | In order for a bug report to serve its purpose, you must include the |
18736 | information that enables us to fix the bug. | |
c4555f82 SC |
18737 | |
18738 | @menu | |
8e04817f AC |
18739 | * Bug Criteria:: Have you found a bug? |
18740 | * Bug Reporting:: How to report bugs | |
c4555f82 SC |
18741 | @end menu |
18742 | ||
8e04817f AC |
18743 | @node Bug Criteria |
18744 | @section Have you found a bug? | |
18745 | @cindex bug criteria | |
c4555f82 | 18746 | |
8e04817f | 18747 | If you are not sure whether you have found a bug, here are some guidelines: |
c4555f82 SC |
18748 | |
18749 | @itemize @bullet | |
8e04817f AC |
18750 | @cindex fatal signal |
18751 | @cindex debugger crash | |
18752 | @cindex crash of debugger | |
c4555f82 | 18753 | @item |
8e04817f AC |
18754 | If the debugger gets a fatal signal, for any input whatever, that is a |
18755 | @value{GDBN} bug. Reliable debuggers never crash. | |
18756 | ||
18757 | @cindex error on valid input | |
18758 | @item | |
18759 | If @value{GDBN} produces an error message for valid input, that is a | |
18760 | bug. (Note that if you're cross debugging, the problem may also be | |
18761 | somewhere in the connection to the target.) | |
c4555f82 | 18762 | |
8e04817f | 18763 | @cindex invalid input |
c4555f82 | 18764 | @item |
8e04817f AC |
18765 | If @value{GDBN} does not produce an error message for invalid input, |
18766 | that is a bug. However, you should note that your idea of | |
18767 | ``invalid input'' might be our idea of ``an extension'' or ``support | |
18768 | for traditional practice''. | |
18769 | ||
18770 | @item | |
18771 | If you are an experienced user of debugging tools, your suggestions | |
18772 | for improvement of @value{GDBN} are welcome in any case. | |
c4555f82 SC |
18773 | @end itemize |
18774 | ||
8e04817f AC |
18775 | @node Bug Reporting |
18776 | @section How to report bugs | |
18777 | @cindex bug reports | |
18778 | @cindex @value{GDBN} bugs, reporting | |
18779 | ||
18780 | A number of companies and individuals offer support for @sc{gnu} products. | |
18781 | If you obtained @value{GDBN} from a support organization, we recommend you | |
18782 | contact that organization first. | |
18783 | ||
18784 | You can find contact information for many support companies and | |
18785 | individuals in the file @file{etc/SERVICE} in the @sc{gnu} Emacs | |
18786 | distribution. | |
18787 | @c should add a web page ref... | |
18788 | ||
129188f6 AC |
18789 | In any event, we also recommend that you submit bug reports for |
18790 | @value{GDBN}. The prefered method is to submit them directly using | |
18791 | @uref{http://www.gnu.org/software/gdb/bugs/, @value{GDBN}'s Bugs web | |
18792 | page}. Alternatively, the @email{bug-gdb@@gnu.org, e-mail gateway} can | |
18793 | be used. | |
8e04817f AC |
18794 | |
18795 | @strong{Do not send bug reports to @samp{info-gdb}, or to | |
18796 | @samp{help-gdb}, or to any newsgroups.} Most users of @value{GDBN} do | |
18797 | not want to receive bug reports. Those that do have arranged to receive | |
18798 | @samp{bug-gdb}. | |
18799 | ||
18800 | The mailing list @samp{bug-gdb} has a newsgroup @samp{gnu.gdb.bug} which | |
18801 | serves as a repeater. The mailing list and the newsgroup carry exactly | |
18802 | the same messages. Often people think of posting bug reports to the | |
18803 | newsgroup instead of mailing them. This appears to work, but it has one | |
18804 | problem which can be crucial: a newsgroup posting often lacks a mail | |
18805 | path back to the sender. Thus, if we need to ask for more information, | |
18806 | we may be unable to reach you. For this reason, it is better to send | |
18807 | bug reports to the mailing list. | |
c4555f82 | 18808 | |
8e04817f AC |
18809 | The fundamental principle of reporting bugs usefully is this: |
18810 | @strong{report all the facts}. If you are not sure whether to state a | |
18811 | fact or leave it out, state it! | |
c4555f82 | 18812 | |
8e04817f AC |
18813 | Often people omit facts because they think they know what causes the |
18814 | problem and assume that some details do not matter. Thus, you might | |
18815 | assume that the name of the variable you use in an example does not matter. | |
18816 | Well, probably it does not, but one cannot be sure. Perhaps the bug is a | |
18817 | stray memory reference which happens to fetch from the location where that | |
18818 | name is stored in memory; perhaps, if the name were different, the contents | |
18819 | of that location would fool the debugger into doing the right thing despite | |
18820 | the bug. Play it safe and give a specific, complete example. That is the | |
18821 | easiest thing for you to do, and the most helpful. | |
c4555f82 | 18822 | |
8e04817f AC |
18823 | Keep in mind that the purpose of a bug report is to enable us to fix the |
18824 | bug. It may be that the bug has been reported previously, but neither | |
18825 | you nor we can know that unless your bug report is complete and | |
18826 | self-contained. | |
c4555f82 | 18827 | |
8e04817f AC |
18828 | Sometimes people give a few sketchy facts and ask, ``Does this ring a |
18829 | bell?'' Those bug reports are useless, and we urge everyone to | |
18830 | @emph{refuse to respond to them} except to chide the sender to report | |
18831 | bugs properly. | |
18832 | ||
18833 | To enable us to fix the bug, you should include all these things: | |
c4555f82 SC |
18834 | |
18835 | @itemize @bullet | |
18836 | @item | |
8e04817f AC |
18837 | The version of @value{GDBN}. @value{GDBN} announces it if you start |
18838 | with no arguments; you can also print it at any time using @code{show | |
18839 | version}. | |
c4555f82 | 18840 | |
8e04817f AC |
18841 | Without this, we will not know whether there is any point in looking for |
18842 | the bug in the current version of @value{GDBN}. | |
c4555f82 SC |
18843 | |
18844 | @item | |
8e04817f AC |
18845 | The type of machine you are using, and the operating system name and |
18846 | version number. | |
c4555f82 SC |
18847 | |
18848 | @item | |
8e04817f AC |
18849 | What compiler (and its version) was used to compile @value{GDBN}---e.g. |
18850 | ``@value{GCC}--2.8.1''. | |
c4555f82 SC |
18851 | |
18852 | @item | |
8e04817f AC |
18853 | What compiler (and its version) was used to compile the program you are |
18854 | debugging---e.g. ``@value{GCC}--2.8.1'', or ``HP92453-01 A.10.32.03 HP | |
18855 | C Compiler''. For GCC, you can say @code{gcc --version} to get this | |
18856 | information; for other compilers, see the documentation for those | |
18857 | compilers. | |
c4555f82 | 18858 | |
8e04817f AC |
18859 | @item |
18860 | The command arguments you gave the compiler to compile your example and | |
18861 | observe the bug. For example, did you use @samp{-O}? To guarantee | |
18862 | you will not omit something important, list them all. A copy of the | |
18863 | Makefile (or the output from make) is sufficient. | |
c4555f82 | 18864 | |
8e04817f AC |
18865 | If we were to try to guess the arguments, we would probably guess wrong |
18866 | and then we might not encounter the bug. | |
c4555f82 | 18867 | |
8e04817f AC |
18868 | @item |
18869 | A complete input script, and all necessary source files, that will | |
18870 | reproduce the bug. | |
c4555f82 | 18871 | |
8e04817f AC |
18872 | @item |
18873 | A description of what behavior you observe that you believe is | |
18874 | incorrect. For example, ``It gets a fatal signal.'' | |
c4555f82 | 18875 | |
8e04817f AC |
18876 | Of course, if the bug is that @value{GDBN} gets a fatal signal, then we |
18877 | will certainly notice it. But if the bug is incorrect output, we might | |
18878 | not notice unless it is glaringly wrong. You might as well not give us | |
18879 | a chance to make a mistake. | |
c4555f82 | 18880 | |
8e04817f AC |
18881 | Even if the problem you experience is a fatal signal, you should still |
18882 | say so explicitly. Suppose something strange is going on, such as, your | |
18883 | copy of @value{GDBN} is out of synch, or you have encountered a bug in | |
18884 | the C library on your system. (This has happened!) Your copy might | |
18885 | crash and ours would not. If you told us to expect a crash, then when | |
18886 | ours fails to crash, we would know that the bug was not happening for | |
18887 | us. If you had not told us to expect a crash, then we would not be able | |
18888 | to draw any conclusion from our observations. | |
c4555f82 | 18889 | |
8e04817f AC |
18890 | @item |
18891 | If you wish to suggest changes to the @value{GDBN} source, send us context | |
18892 | diffs. If you even discuss something in the @value{GDBN} source, refer to | |
18893 | it by context, not by line number. | |
c4555f82 | 18894 | |
8e04817f AC |
18895 | The line numbers in our development sources will not match those in your |
18896 | sources. Your line numbers would convey no useful information to us. | |
c4555f82 | 18897 | |
8e04817f | 18898 | @end itemize |
c4555f82 | 18899 | |
8e04817f | 18900 | Here are some things that are not necessary: |
c4555f82 | 18901 | |
8e04817f AC |
18902 | @itemize @bullet |
18903 | @item | |
18904 | A description of the envelope of the bug. | |
c4555f82 | 18905 | |
8e04817f AC |
18906 | Often people who encounter a bug spend a lot of time investigating |
18907 | which changes to the input file will make the bug go away and which | |
18908 | changes will not affect it. | |
c4555f82 | 18909 | |
8e04817f AC |
18910 | This is often time consuming and not very useful, because the way we |
18911 | will find the bug is by running a single example under the debugger | |
18912 | with breakpoints, not by pure deduction from a series of examples. | |
18913 | We recommend that you save your time for something else. | |
c4555f82 | 18914 | |
8e04817f AC |
18915 | Of course, if you can find a simpler example to report @emph{instead} |
18916 | of the original one, that is a convenience for us. Errors in the | |
18917 | output will be easier to spot, running under the debugger will take | |
18918 | less time, and so on. | |
c4555f82 | 18919 | |
8e04817f AC |
18920 | However, simplification is not vital; if you do not want to do this, |
18921 | report the bug anyway and send us the entire test case you used. | |
c4555f82 | 18922 | |
8e04817f AC |
18923 | @item |
18924 | A patch for the bug. | |
c4555f82 | 18925 | |
8e04817f AC |
18926 | A patch for the bug does help us if it is a good one. But do not omit |
18927 | the necessary information, such as the test case, on the assumption that | |
18928 | a patch is all we need. We might see problems with your patch and decide | |
18929 | to fix the problem another way, or we might not understand it at all. | |
c4555f82 | 18930 | |
8e04817f AC |
18931 | Sometimes with a program as complicated as @value{GDBN} it is very hard to |
18932 | construct an example that will make the program follow a certain path | |
18933 | through the code. If you do not send us the example, we will not be able | |
18934 | to construct one, so we will not be able to verify that the bug is fixed. | |
c4555f82 | 18935 | |
8e04817f AC |
18936 | And if we cannot understand what bug you are trying to fix, or why your |
18937 | patch should be an improvement, we will not install it. A test case will | |
18938 | help us to understand. | |
c4555f82 | 18939 | |
8e04817f AC |
18940 | @item |
18941 | A guess about what the bug is or what it depends on. | |
c4555f82 | 18942 | |
8e04817f AC |
18943 | Such guesses are usually wrong. Even we cannot guess right about such |
18944 | things without first using the debugger to find the facts. | |
18945 | @end itemize | |
c4555f82 | 18946 | |
8e04817f AC |
18947 | @c The readline documentation is distributed with the readline code |
18948 | @c and consists of the two following files: | |
18949 | @c rluser.texinfo | |
18950 | @c inc-hist.texinfo | |
18951 | @c Use -I with makeinfo to point to the appropriate directory, | |
18952 | @c environment var TEXINPUTS with TeX. | |
18953 | @include rluser.texinfo | |
18954 | @include inc-hist.texinfo | |
c4555f82 | 18955 | |
c4555f82 | 18956 | |
8e04817f AC |
18957 | @node Formatting Documentation |
18958 | @appendix Formatting Documentation | |
c4555f82 | 18959 | |
8e04817f AC |
18960 | @cindex @value{GDBN} reference card |
18961 | @cindex reference card | |
18962 | The @value{GDBN} 4 release includes an already-formatted reference card, ready | |
18963 | for printing with PostScript or Ghostscript, in the @file{gdb} | |
18964 | subdirectory of the main source directory@footnote{In | |
18965 | @file{gdb-@value{GDBVN}/gdb/refcard.ps} of the version @value{GDBVN} | |
18966 | release.}. If you can use PostScript or Ghostscript with your printer, | |
18967 | you can print the reference card immediately with @file{refcard.ps}. | |
c4555f82 | 18968 | |
8e04817f AC |
18969 | The release also includes the source for the reference card. You |
18970 | can format it, using @TeX{}, by typing: | |
c4555f82 | 18971 | |
474c8240 | 18972 | @smallexample |
8e04817f | 18973 | make refcard.dvi |
474c8240 | 18974 | @end smallexample |
c4555f82 | 18975 | |
8e04817f AC |
18976 | The @value{GDBN} reference card is designed to print in @dfn{landscape} |
18977 | mode on US ``letter'' size paper; | |
18978 | that is, on a sheet 11 inches wide by 8.5 inches | |
18979 | high. You will need to specify this form of printing as an option to | |
18980 | your @sc{dvi} output program. | |
c4555f82 | 18981 | |
8e04817f | 18982 | @cindex documentation |
c4555f82 | 18983 | |
8e04817f AC |
18984 | All the documentation for @value{GDBN} comes as part of the machine-readable |
18985 | distribution. The documentation is written in Texinfo format, which is | |
18986 | a documentation system that uses a single source file to produce both | |
18987 | on-line information and a printed manual. You can use one of the Info | |
18988 | formatting commands to create the on-line version of the documentation | |
18989 | and @TeX{} (or @code{texi2roff}) to typeset the printed version. | |
c4555f82 | 18990 | |
8e04817f AC |
18991 | @value{GDBN} includes an already formatted copy of the on-line Info |
18992 | version of this manual in the @file{gdb} subdirectory. The main Info | |
18993 | file is @file{gdb-@value{GDBVN}/gdb/gdb.info}, and it refers to | |
18994 | subordinate files matching @samp{gdb.info*} in the same directory. If | |
18995 | necessary, you can print out these files, or read them with any editor; | |
18996 | but they are easier to read using the @code{info} subsystem in @sc{gnu} | |
18997 | Emacs or the standalone @code{info} program, available as part of the | |
18998 | @sc{gnu} Texinfo distribution. | |
c4555f82 | 18999 | |
8e04817f AC |
19000 | If you want to format these Info files yourself, you need one of the |
19001 | Info formatting programs, such as @code{texinfo-format-buffer} or | |
19002 | @code{makeinfo}. | |
c4555f82 | 19003 | |
8e04817f AC |
19004 | If you have @code{makeinfo} installed, and are in the top level |
19005 | @value{GDBN} source directory (@file{gdb-@value{GDBVN}}, in the case of | |
19006 | version @value{GDBVN}), you can make the Info file by typing: | |
c4555f82 | 19007 | |
474c8240 | 19008 | @smallexample |
8e04817f AC |
19009 | cd gdb |
19010 | make gdb.info | |
474c8240 | 19011 | @end smallexample |
c4555f82 | 19012 | |
8e04817f AC |
19013 | If you want to typeset and print copies of this manual, you need @TeX{}, |
19014 | a program to print its @sc{dvi} output files, and @file{texinfo.tex}, the | |
19015 | Texinfo definitions file. | |
c4555f82 | 19016 | |
8e04817f AC |
19017 | @TeX{} is a typesetting program; it does not print files directly, but |
19018 | produces output files called @sc{dvi} files. To print a typeset | |
19019 | document, you need a program to print @sc{dvi} files. If your system | |
19020 | has @TeX{} installed, chances are it has such a program. The precise | |
19021 | command to use depends on your system; @kbd{lpr -d} is common; another | |
19022 | (for PostScript devices) is @kbd{dvips}. The @sc{dvi} print command may | |
19023 | require a file name without any extension or a @samp{.dvi} extension. | |
c4555f82 | 19024 | |
8e04817f AC |
19025 | @TeX{} also requires a macro definitions file called |
19026 | @file{texinfo.tex}. This file tells @TeX{} how to typeset a document | |
19027 | written in Texinfo format. On its own, @TeX{} cannot either read or | |
19028 | typeset a Texinfo file. @file{texinfo.tex} is distributed with GDB | |
19029 | and is located in the @file{gdb-@var{version-number}/texinfo} | |
19030 | directory. | |
c4555f82 | 19031 | |
8e04817f AC |
19032 | If you have @TeX{} and a @sc{dvi} printer program installed, you can |
19033 | typeset and print this manual. First switch to the the @file{gdb} | |
19034 | subdirectory of the main source directory (for example, to | |
19035 | @file{gdb-@value{GDBVN}/gdb}) and type: | |
c4555f82 | 19036 | |
474c8240 | 19037 | @smallexample |
8e04817f | 19038 | make gdb.dvi |
474c8240 | 19039 | @end smallexample |
c4555f82 | 19040 | |
8e04817f | 19041 | Then give @file{gdb.dvi} to your @sc{dvi} printing program. |
c4555f82 | 19042 | |
8e04817f AC |
19043 | @node Installing GDB |
19044 | @appendix Installing @value{GDBN} | |
19045 | @cindex configuring @value{GDBN} | |
19046 | @cindex installation | |
94e91d6d | 19047 | @cindex configuring @value{GDBN}, and source tree subdirectories |
c4555f82 | 19048 | |
8e04817f AC |
19049 | @value{GDBN} comes with a @code{configure} script that automates the process |
19050 | of preparing @value{GDBN} for installation; you can then use @code{make} to | |
19051 | build the @code{gdb} program. | |
19052 | @iftex | |
19053 | @c irrelevant in info file; it's as current as the code it lives with. | |
19054 | @footnote{If you have a more recent version of @value{GDBN} than @value{GDBVN}, | |
19055 | look at the @file{README} file in the sources; we may have improved the | |
19056 | installation procedures since publishing this manual.} | |
19057 | @end iftex | |
c4555f82 | 19058 | |
8e04817f AC |
19059 | The @value{GDBN} distribution includes all the source code you need for |
19060 | @value{GDBN} in a single directory, whose name is usually composed by | |
19061 | appending the version number to @samp{gdb}. | |
c4555f82 | 19062 | |
8e04817f AC |
19063 | For example, the @value{GDBN} version @value{GDBVN} distribution is in the |
19064 | @file{gdb-@value{GDBVN}} directory. That directory contains: | |
c4555f82 | 19065 | |
8e04817f AC |
19066 | @table @code |
19067 | @item gdb-@value{GDBVN}/configure @r{(and supporting files)} | |
19068 | script for configuring @value{GDBN} and all its supporting libraries | |
c4555f82 | 19069 | |
8e04817f AC |
19070 | @item gdb-@value{GDBVN}/gdb |
19071 | the source specific to @value{GDBN} itself | |
c4555f82 | 19072 | |
8e04817f AC |
19073 | @item gdb-@value{GDBVN}/bfd |
19074 | source for the Binary File Descriptor library | |
c906108c | 19075 | |
8e04817f AC |
19076 | @item gdb-@value{GDBVN}/include |
19077 | @sc{gnu} include files | |
c906108c | 19078 | |
8e04817f AC |
19079 | @item gdb-@value{GDBVN}/libiberty |
19080 | source for the @samp{-liberty} free software library | |
c906108c | 19081 | |
8e04817f AC |
19082 | @item gdb-@value{GDBVN}/opcodes |
19083 | source for the library of opcode tables and disassemblers | |
c906108c | 19084 | |
8e04817f AC |
19085 | @item gdb-@value{GDBVN}/readline |
19086 | source for the @sc{gnu} command-line interface | |
c906108c | 19087 | |
8e04817f AC |
19088 | @item gdb-@value{GDBVN}/glob |
19089 | source for the @sc{gnu} filename pattern-matching subroutine | |
c906108c | 19090 | |
8e04817f AC |
19091 | @item gdb-@value{GDBVN}/mmalloc |
19092 | source for the @sc{gnu} memory-mapped malloc package | |
19093 | @end table | |
c906108c | 19094 | |
8e04817f AC |
19095 | The simplest way to configure and build @value{GDBN} is to run @code{configure} |
19096 | from the @file{gdb-@var{version-number}} source directory, which in | |
19097 | this example is the @file{gdb-@value{GDBVN}} directory. | |
c906108c | 19098 | |
8e04817f AC |
19099 | First switch to the @file{gdb-@var{version-number}} source directory |
19100 | if you are not already in it; then run @code{configure}. Pass the | |
19101 | identifier for the platform on which @value{GDBN} will run as an | |
19102 | argument. | |
c906108c | 19103 | |
8e04817f | 19104 | For example: |
c906108c | 19105 | |
474c8240 | 19106 | @smallexample |
8e04817f AC |
19107 | cd gdb-@value{GDBVN} |
19108 | ./configure @var{host} | |
19109 | make | |
474c8240 | 19110 | @end smallexample |
c906108c | 19111 | |
8e04817f AC |
19112 | @noindent |
19113 | where @var{host} is an identifier such as @samp{sun4} or | |
19114 | @samp{decstation}, that identifies the platform where @value{GDBN} will run. | |
19115 | (You can often leave off @var{host}; @code{configure} tries to guess the | |
19116 | correct value by examining your system.) | |
c906108c | 19117 | |
8e04817f AC |
19118 | Running @samp{configure @var{host}} and then running @code{make} builds the |
19119 | @file{bfd}, @file{readline}, @file{mmalloc}, and @file{libiberty} | |
19120 | libraries, then @code{gdb} itself. The configured source files, and the | |
19121 | binaries, are left in the corresponding source directories. | |
c906108c | 19122 | |
8e04817f AC |
19123 | @need 750 |
19124 | @code{configure} is a Bourne-shell (@code{/bin/sh}) script; if your | |
19125 | system does not recognize this automatically when you run a different | |
19126 | shell, you may need to run @code{sh} on it explicitly: | |
c906108c | 19127 | |
474c8240 | 19128 | @smallexample |
8e04817f | 19129 | sh configure @var{host} |
474c8240 | 19130 | @end smallexample |
c906108c | 19131 | |
8e04817f AC |
19132 | If you run @code{configure} from a directory that contains source |
19133 | directories for multiple libraries or programs, such as the | |
19134 | @file{gdb-@value{GDBVN}} source directory for version @value{GDBVN}, @code{configure} | |
19135 | creates configuration files for every directory level underneath (unless | |
19136 | you tell it not to, with the @samp{--norecursion} option). | |
19137 | ||
94e91d6d MC |
19138 | You should run the @code{configure} script from the top directory in the |
19139 | source tree, the @file{gdb-@var{version-number}} directory. If you run | |
19140 | @code{configure} from one of the subdirectories, you will configure only | |
19141 | that subdirectory. That is usually not what you want. In particular, | |
19142 | if you run the first @code{configure} from the @file{gdb} subdirectory | |
19143 | of the @file{gdb-@var{version-number}} directory, you will omit the | |
19144 | configuration of @file{bfd}, @file{readline}, and other sibling | |
19145 | directories of the @file{gdb} subdirectory. This leads to build errors | |
19146 | about missing include files such as @file{bfd/bfd.h}. | |
c906108c | 19147 | |
8e04817f AC |
19148 | You can install @code{@value{GDBP}} anywhere; it has no hardwired paths. |
19149 | However, you should make sure that the shell on your path (named by | |
19150 | the @samp{SHELL} environment variable) is publicly readable. Remember | |
19151 | that @value{GDBN} uses the shell to start your program---some systems refuse to | |
19152 | let @value{GDBN} debug child processes whose programs are not readable. | |
c906108c | 19153 | |
8e04817f AC |
19154 | @menu |
19155 | * Separate Objdir:: Compiling @value{GDBN} in another directory | |
19156 | * Config Names:: Specifying names for hosts and targets | |
19157 | * Configure Options:: Summary of options for configure | |
19158 | @end menu | |
c906108c | 19159 | |
8e04817f AC |
19160 | @node Separate Objdir |
19161 | @section Compiling @value{GDBN} in another directory | |
c906108c | 19162 | |
8e04817f AC |
19163 | If you want to run @value{GDBN} versions for several host or target machines, |
19164 | you need a different @code{gdb} compiled for each combination of | |
19165 | host and target. @code{configure} is designed to make this easy by | |
19166 | allowing you to generate each configuration in a separate subdirectory, | |
19167 | rather than in the source directory. If your @code{make} program | |
19168 | handles the @samp{VPATH} feature (@sc{gnu} @code{make} does), running | |
19169 | @code{make} in each of these directories builds the @code{gdb} | |
19170 | program specified there. | |
c906108c | 19171 | |
8e04817f AC |
19172 | To build @code{gdb} in a separate directory, run @code{configure} |
19173 | with the @samp{--srcdir} option to specify where to find the source. | |
19174 | (You also need to specify a path to find @code{configure} | |
19175 | itself from your working directory. If the path to @code{configure} | |
19176 | would be the same as the argument to @samp{--srcdir}, you can leave out | |
19177 | the @samp{--srcdir} option; it is assumed.) | |
c906108c | 19178 | |
8e04817f AC |
19179 | For example, with version @value{GDBVN}, you can build @value{GDBN} in a |
19180 | separate directory for a Sun 4 like this: | |
c906108c | 19181 | |
474c8240 | 19182 | @smallexample |
8e04817f AC |
19183 | @group |
19184 | cd gdb-@value{GDBVN} | |
19185 | mkdir ../gdb-sun4 | |
19186 | cd ../gdb-sun4 | |
19187 | ../gdb-@value{GDBVN}/configure sun4 | |
19188 | make | |
19189 | @end group | |
474c8240 | 19190 | @end smallexample |
c906108c | 19191 | |
8e04817f AC |
19192 | When @code{configure} builds a configuration using a remote source |
19193 | directory, it creates a tree for the binaries with the same structure | |
19194 | (and using the same names) as the tree under the source directory. In | |
19195 | the example, you'd find the Sun 4 library @file{libiberty.a} in the | |
19196 | directory @file{gdb-sun4/libiberty}, and @value{GDBN} itself in | |
19197 | @file{gdb-sun4/gdb}. | |
c906108c | 19198 | |
94e91d6d MC |
19199 | Make sure that your path to the @file{configure} script has just one |
19200 | instance of @file{gdb} in it. If your path to @file{configure} looks | |
19201 | like @file{../gdb-@value{GDBVN}/gdb/configure}, you are configuring only | |
19202 | one subdirectory of @value{GDBN}, not the whole package. This leads to | |
19203 | build errors about missing include files such as @file{bfd/bfd.h}. | |
19204 | ||
8e04817f AC |
19205 | One popular reason to build several @value{GDBN} configurations in separate |
19206 | directories is to configure @value{GDBN} for cross-compiling (where | |
19207 | @value{GDBN} runs on one machine---the @dfn{host}---while debugging | |
19208 | programs that run on another machine---the @dfn{target}). | |
19209 | You specify a cross-debugging target by | |
19210 | giving the @samp{--target=@var{target}} option to @code{configure}. | |
c906108c | 19211 | |
8e04817f AC |
19212 | When you run @code{make} to build a program or library, you must run |
19213 | it in a configured directory---whatever directory you were in when you | |
19214 | called @code{configure} (or one of its subdirectories). | |
c906108c | 19215 | |
8e04817f AC |
19216 | The @code{Makefile} that @code{configure} generates in each source |
19217 | directory also runs recursively. If you type @code{make} in a source | |
19218 | directory such as @file{gdb-@value{GDBVN}} (or in a separate configured | |
19219 | directory configured with @samp{--srcdir=@var{dirname}/gdb-@value{GDBVN}}), you | |
19220 | will build all the required libraries, and then build GDB. | |
c906108c | 19221 | |
8e04817f AC |
19222 | When you have multiple hosts or targets configured in separate |
19223 | directories, you can run @code{make} on them in parallel (for example, | |
19224 | if they are NFS-mounted on each of the hosts); they will not interfere | |
19225 | with each other. | |
c906108c | 19226 | |
8e04817f AC |
19227 | @node Config Names |
19228 | @section Specifying names for hosts and targets | |
c906108c | 19229 | |
8e04817f AC |
19230 | The specifications used for hosts and targets in the @code{configure} |
19231 | script are based on a three-part naming scheme, but some short predefined | |
19232 | aliases are also supported. The full naming scheme encodes three pieces | |
19233 | of information in the following pattern: | |
c906108c | 19234 | |
474c8240 | 19235 | @smallexample |
8e04817f | 19236 | @var{architecture}-@var{vendor}-@var{os} |
474c8240 | 19237 | @end smallexample |
c906108c | 19238 | |
8e04817f AC |
19239 | For example, you can use the alias @code{sun4} as a @var{host} argument, |
19240 | or as the value for @var{target} in a @code{--target=@var{target}} | |
19241 | option. The equivalent full name is @samp{sparc-sun-sunos4}. | |
c906108c | 19242 | |
8e04817f AC |
19243 | The @code{configure} script accompanying @value{GDBN} does not provide |
19244 | any query facility to list all supported host and target names or | |
19245 | aliases. @code{configure} calls the Bourne shell script | |
19246 | @code{config.sub} to map abbreviations to full names; you can read the | |
19247 | script, if you wish, or you can use it to test your guesses on | |
19248 | abbreviations---for example: | |
c906108c | 19249 | |
8e04817f AC |
19250 | @smallexample |
19251 | % sh config.sub i386-linux | |
19252 | i386-pc-linux-gnu | |
19253 | % sh config.sub alpha-linux | |
19254 | alpha-unknown-linux-gnu | |
19255 | % sh config.sub hp9k700 | |
19256 | hppa1.1-hp-hpux | |
19257 | % sh config.sub sun4 | |
19258 | sparc-sun-sunos4.1.1 | |
19259 | % sh config.sub sun3 | |
19260 | m68k-sun-sunos4.1.1 | |
19261 | % sh config.sub i986v | |
19262 | Invalid configuration `i986v': machine `i986v' not recognized | |
19263 | @end smallexample | |
c906108c | 19264 | |
8e04817f AC |
19265 | @noindent |
19266 | @code{config.sub} is also distributed in the @value{GDBN} source | |
19267 | directory (@file{gdb-@value{GDBVN}}, for version @value{GDBVN}). | |
d700128c | 19268 | |
8e04817f AC |
19269 | @node Configure Options |
19270 | @section @code{configure} options | |
c906108c | 19271 | |
8e04817f AC |
19272 | Here is a summary of the @code{configure} options and arguments that |
19273 | are most often useful for building @value{GDBN}. @code{configure} also has | |
19274 | several other options not listed here. @inforef{What Configure | |
19275 | Does,,configure.info}, for a full explanation of @code{configure}. | |
c906108c | 19276 | |
474c8240 | 19277 | @smallexample |
8e04817f AC |
19278 | configure @r{[}--help@r{]} |
19279 | @r{[}--prefix=@var{dir}@r{]} | |
19280 | @r{[}--exec-prefix=@var{dir}@r{]} | |
19281 | @r{[}--srcdir=@var{dirname}@r{]} | |
19282 | @r{[}--norecursion@r{]} @r{[}--rm@r{]} | |
19283 | @r{[}--target=@var{target}@r{]} | |
19284 | @var{host} | |
474c8240 | 19285 | @end smallexample |
c906108c | 19286 | |
8e04817f AC |
19287 | @noindent |
19288 | You may introduce options with a single @samp{-} rather than | |
19289 | @samp{--} if you prefer; but you may abbreviate option names if you use | |
19290 | @samp{--}. | |
c906108c | 19291 | |
8e04817f AC |
19292 | @table @code |
19293 | @item --help | |
19294 | Display a quick summary of how to invoke @code{configure}. | |
c906108c | 19295 | |
8e04817f AC |
19296 | @item --prefix=@var{dir} |
19297 | Configure the source to install programs and files under directory | |
19298 | @file{@var{dir}}. | |
c906108c | 19299 | |
8e04817f AC |
19300 | @item --exec-prefix=@var{dir} |
19301 | Configure the source to install programs under directory | |
19302 | @file{@var{dir}}. | |
c906108c | 19303 | |
8e04817f AC |
19304 | @c avoid splitting the warning from the explanation: |
19305 | @need 2000 | |
19306 | @item --srcdir=@var{dirname} | |
19307 | @strong{Warning: using this option requires @sc{gnu} @code{make}, or another | |
19308 | @code{make} that implements the @code{VPATH} feature.}@* | |
19309 | Use this option to make configurations in directories separate from the | |
19310 | @value{GDBN} source directories. Among other things, you can use this to | |
19311 | build (or maintain) several configurations simultaneously, in separate | |
19312 | directories. @code{configure} writes configuration specific files in | |
19313 | the current directory, but arranges for them to use the source in the | |
19314 | directory @var{dirname}. @code{configure} creates directories under | |
19315 | the working directory in parallel to the source directories below | |
19316 | @var{dirname}. | |
c906108c | 19317 | |
8e04817f AC |
19318 | @item --norecursion |
19319 | Configure only the directory level where @code{configure} is executed; do not | |
19320 | propagate configuration to subdirectories. | |
c906108c | 19321 | |
8e04817f AC |
19322 | @item --target=@var{target} |
19323 | Configure @value{GDBN} for cross-debugging programs running on the specified | |
19324 | @var{target}. Without this option, @value{GDBN} is configured to debug | |
19325 | programs that run on the same machine (@var{host}) as @value{GDBN} itself. | |
c906108c | 19326 | |
8e04817f | 19327 | There is no convenient way to generate a list of all available targets. |
c906108c | 19328 | |
8e04817f AC |
19329 | @item @var{host} @dots{} |
19330 | Configure @value{GDBN} to run on the specified @var{host}. | |
c906108c | 19331 | |
8e04817f AC |
19332 | There is no convenient way to generate a list of all available hosts. |
19333 | @end table | |
c906108c | 19334 | |
8e04817f AC |
19335 | There are many other options available as well, but they are generally |
19336 | needed for special purposes only. | |
c906108c | 19337 | |
8e04817f AC |
19338 | @node Maintenance Commands |
19339 | @appendix Maintenance Commands | |
19340 | @cindex maintenance commands | |
19341 | @cindex internal commands | |
c906108c | 19342 | |
8e04817f AC |
19343 | In addition to commands intended for @value{GDBN} users, @value{GDBN} |
19344 | includes a number of commands intended for @value{GDBN} developers. | |
19345 | These commands are provided here for reference. | |
c906108c | 19346 | |
8e04817f AC |
19347 | @table @code |
19348 | @kindex maint info breakpoints | |
19349 | @item @anchor{maint info breakpoints}maint info breakpoints | |
19350 | Using the same format as @samp{info breakpoints}, display both the | |
19351 | breakpoints you've set explicitly, and those @value{GDBN} is using for | |
19352 | internal purposes. Internal breakpoints are shown with negative | |
19353 | breakpoint numbers. The type column identifies what kind of breakpoint | |
19354 | is shown: | |
c906108c | 19355 | |
8e04817f AC |
19356 | @table @code |
19357 | @item breakpoint | |
19358 | Normal, explicitly set breakpoint. | |
c906108c | 19359 | |
8e04817f AC |
19360 | @item watchpoint |
19361 | Normal, explicitly set watchpoint. | |
c906108c | 19362 | |
8e04817f AC |
19363 | @item longjmp |
19364 | Internal breakpoint, used to handle correctly stepping through | |
19365 | @code{longjmp} calls. | |
c906108c | 19366 | |
8e04817f AC |
19367 | @item longjmp resume |
19368 | Internal breakpoint at the target of a @code{longjmp}. | |
c906108c | 19369 | |
8e04817f AC |
19370 | @item until |
19371 | Temporary internal breakpoint used by the @value{GDBN} @code{until} command. | |
c906108c | 19372 | |
8e04817f AC |
19373 | @item finish |
19374 | Temporary internal breakpoint used by the @value{GDBN} @code{finish} command. | |
c906108c | 19375 | |
8e04817f AC |
19376 | @item shlib events |
19377 | Shared library events. | |
c906108c | 19378 | |
8e04817f | 19379 | @end table |
c906108c | 19380 | |
8d30a00d AC |
19381 | @kindex maint internal-error |
19382 | @kindex maint internal-warning | |
19383 | @item maint internal-error | |
19384 | @itemx maint internal-warning | |
19385 | Cause @value{GDBN} to call the internal function @code{internal_error} | |
19386 | or @code{internal_warning} and hence behave as though an internal error | |
19387 | or internal warning has been detected. In addition to reporting the | |
19388 | internal problem, these functions give the user the opportunity to | |
19389 | either quit @value{GDBN} or create a core file of the current | |
19390 | @value{GDBN} session. | |
19391 | ||
19392 | @smallexample | |
19393 | (gdb) @kbd{maint internal-error testing, 1, 2} | |
19394 | @dots{}/maint.c:121: internal-error: testing, 1, 2 | |
19395 | A problem internal to GDB has been detected. Further | |
19396 | debugging may prove unreliable. | |
19397 | Quit this debugging session? (y or n) @kbd{n} | |
19398 | Create a core file? (y or n) @kbd{n} | |
b383017d | 19399 | (gdb) |
8d30a00d AC |
19400 | @end smallexample |
19401 | ||
19402 | Takes an optional parameter that is used as the text of the error or | |
19403 | warning message. | |
19404 | ||
00905d52 AC |
19405 | @kindex maint print dummy-frames |
19406 | @item maint print dummy-frames | |
19407 | ||
19408 | Prints the contents of @value{GDBN}'s internal dummy-frame stack. | |
19409 | ||
19410 | @smallexample | |
19411 | (gdb) @kbd{b add} | |
19412 | @dots{} | |
19413 | (gdb) @kbd{print add(2,3)} | |
19414 | Breakpoint 2, add (a=2, b=3) at @dots{} | |
19415 | 58 return (a + b); | |
19416 | The program being debugged stopped while in a function called from GDB. | |
19417 | @dots{} | |
19418 | (gdb) @kbd{maint print dummy-frames} | |
19419 | 0x1a57c80: pc=0x01014068 fp=0x0200bddc sp=0x0200bdd6 | |
19420 | top=0x0200bdd4 id=@{stack=0x200bddc,code=0x101405c@} | |
19421 | call_lo=0x01014000 call_hi=0x01014001 | |
b383017d | 19422 | (gdb) |
00905d52 AC |
19423 | @end smallexample |
19424 | ||
19425 | Takes an optional file parameter. | |
19426 | ||
0680b120 AC |
19427 | @kindex maint print registers |
19428 | @kindex maint print raw-registers | |
19429 | @kindex maint print cooked-registers | |
617073a9 | 19430 | @kindex maint print register-groups |
0680b120 AC |
19431 | @item maint print registers |
19432 | @itemx maint print raw-registers | |
19433 | @itemx maint print cooked-registers | |
617073a9 | 19434 | @itemx maint print register-groups |
0680b120 AC |
19435 | Print @value{GDBN}'s internal register data structures. |
19436 | ||
617073a9 AC |
19437 | The command @code{maint print raw-registers} includes the contents of |
19438 | the raw register cache; the command @code{maint print cooked-registers} | |
19439 | includes the (cooked) value of all registers; and the command | |
19440 | @code{maint print register-groups} includes the groups that each | |
19441 | register is a member of. @xref{Registers,, Registers, gdbint, | |
19442 | @value{GDBN} Internals}. | |
0680b120 AC |
19443 | |
19444 | Takes an optional file parameter. | |
19445 | ||
617073a9 AC |
19446 | @kindex maint print reggroups |
19447 | @item maint print reggroups | |
19448 | Print @value{GDBN}'s internal register group data structures. | |
19449 | ||
19450 | Takes an optional file parameter. | |
19451 | ||
19452 | @smallexample | |
19453 | (gdb) @kbd{maint print reggroups} | |
b383017d RM |
19454 | Group Type |
19455 | general user | |
19456 | float user | |
19457 | all user | |
19458 | vector user | |
19459 | system user | |
19460 | save internal | |
19461 | restore internal | |
617073a9 AC |
19462 | @end smallexample |
19463 | ||
e7ba9c65 DJ |
19464 | @kindex maint set profile |
19465 | @kindex maint show profile | |
19466 | @cindex profiling GDB | |
19467 | @item maint set profile | |
19468 | @itemx maint show profile | |
19469 | Control profiling of @value{GDBN}. | |
19470 | ||
19471 | Profiling will be disabled until you use the @samp{maint set profile} | |
19472 | command to enable it. When you enable profiling, the system will begin | |
19473 | collecting timing and execution count data; when you disable profiling or | |
19474 | exit @value{GDBN}, the results will be written to a log file. Remember that | |
19475 | if you use profiling, @value{GDBN} will overwrite the profiling log file | |
19476 | (often called @file{gmon.out}). If you have a record of important profiling | |
19477 | data in a @file{gmon.out} file, be sure to move it to a safe location. | |
19478 | ||
19479 | Configuring with @samp{--enable-profiling} arranges for @value{GDBN} to be | |
b383017d | 19480 | compiled with the @samp{-pg} compiler option. |
e7ba9c65 | 19481 | |
8e04817f | 19482 | @end table |
c906108c | 19483 | |
c906108c | 19484 | |
e0ce93ac | 19485 | @node Remote Protocol |
8e04817f | 19486 | @appendix @value{GDBN} Remote Serial Protocol |
c906108c | 19487 | |
ee2d5c50 AC |
19488 | @menu |
19489 | * Overview:: | |
19490 | * Packets:: | |
19491 | * Stop Reply Packets:: | |
19492 | * General Query Packets:: | |
19493 | * Register Packet Format:: | |
19494 | * Examples:: | |
0ce1b118 | 19495 | * File-I/O remote protocol extension:: |
ee2d5c50 AC |
19496 | @end menu |
19497 | ||
19498 | @node Overview | |
19499 | @section Overview | |
19500 | ||
8e04817f AC |
19501 | There may be occasions when you need to know something about the |
19502 | protocol---for example, if there is only one serial port to your target | |
19503 | machine, you might want your program to do something special if it | |
19504 | recognizes a packet meant for @value{GDBN}. | |
c906108c | 19505 | |
d2c6833e | 19506 | In the examples below, @samp{->} and @samp{<-} are used to indicate |
8e04817f | 19507 | transmitted and received data respectfully. |
c906108c | 19508 | |
8e04817f AC |
19509 | @cindex protocol, @value{GDBN} remote serial |
19510 | @cindex serial protocol, @value{GDBN} remote | |
19511 | @cindex remote serial protocol | |
19512 | All @value{GDBN} commands and responses (other than acknowledgments) are | |
19513 | sent as a @var{packet}. A @var{packet} is introduced with the character | |
19514 | @samp{$}, the actual @var{packet-data}, and the terminating character | |
19515 | @samp{#} followed by a two-digit @var{checksum}: | |
c906108c | 19516 | |
474c8240 | 19517 | @smallexample |
8e04817f | 19518 | @code{$}@var{packet-data}@code{#}@var{checksum} |
474c8240 | 19519 | @end smallexample |
8e04817f | 19520 | @noindent |
c906108c | 19521 | |
8e04817f AC |
19522 | @cindex checksum, for @value{GDBN} remote |
19523 | @noindent | |
19524 | The two-digit @var{checksum} is computed as the modulo 256 sum of all | |
19525 | characters between the leading @samp{$} and the trailing @samp{#} (an | |
19526 | eight bit unsigned checksum). | |
c906108c | 19527 | |
8e04817f AC |
19528 | Implementors should note that prior to @value{GDBN} 5.0 the protocol |
19529 | specification also included an optional two-digit @var{sequence-id}: | |
c906108c | 19530 | |
474c8240 | 19531 | @smallexample |
8e04817f | 19532 | @code{$}@var{sequence-id}@code{:}@var{packet-data}@code{#}@var{checksum} |
474c8240 | 19533 | @end smallexample |
c906108c | 19534 | |
8e04817f AC |
19535 | @cindex sequence-id, for @value{GDBN} remote |
19536 | @noindent | |
19537 | That @var{sequence-id} was appended to the acknowledgment. @value{GDBN} | |
19538 | has never output @var{sequence-id}s. Stubs that handle packets added | |
19539 | since @value{GDBN} 5.0 must not accept @var{sequence-id}. | |
c906108c | 19540 | |
8e04817f AC |
19541 | @cindex acknowledgment, for @value{GDBN} remote |
19542 | When either the host or the target machine receives a packet, the first | |
19543 | response expected is an acknowledgment: either @samp{+} (to indicate | |
19544 | the package was received correctly) or @samp{-} (to request | |
19545 | retransmission): | |
c906108c | 19546 | |
474c8240 | 19547 | @smallexample |
d2c6833e AC |
19548 | -> @code{$}@var{packet-data}@code{#}@var{checksum} |
19549 | <- @code{+} | |
474c8240 | 19550 | @end smallexample |
8e04817f | 19551 | @noindent |
53a5351d | 19552 | |
8e04817f AC |
19553 | The host (@value{GDBN}) sends @var{command}s, and the target (the |
19554 | debugging stub incorporated in your program) sends a @var{response}. In | |
19555 | the case of step and continue @var{command}s, the response is only sent | |
19556 | when the operation has completed (the target has again stopped). | |
c906108c | 19557 | |
8e04817f AC |
19558 | @var{packet-data} consists of a sequence of characters with the |
19559 | exception of @samp{#} and @samp{$} (see @samp{X} packet for additional | |
19560 | exceptions). | |
c906108c | 19561 | |
8e04817f | 19562 | Fields within the packet should be separated using @samp{,} @samp{;} or |
ee2d5c50 | 19563 | @cindex remote protocol, field separator |
8e04817f | 19564 | @samp{:}. Except where otherwise noted all numbers are represented in |
ee2d5c50 | 19565 | @sc{hex} with leading zeros suppressed. |
c906108c | 19566 | |
8e04817f AC |
19567 | Implementors should note that prior to @value{GDBN} 5.0, the character |
19568 | @samp{:} could not appear as the third character in a packet (as it | |
19569 | would potentially conflict with the @var{sequence-id}). | |
c906108c | 19570 | |
8e04817f AC |
19571 | Response @var{data} can be run-length encoded to save space. A @samp{*} |
19572 | means that the next character is an @sc{ascii} encoding giving a repeat count | |
19573 | which stands for that many repetitions of the character preceding the | |
19574 | @samp{*}. The encoding is @code{n+29}, yielding a printable character | |
19575 | where @code{n >=3} (which is where rle starts to win). The printable | |
19576 | characters @samp{$}, @samp{#}, @samp{+} and @samp{-} or with a numeric | |
19577 | value greater than 126 should not be used. | |
c906108c | 19578 | |
8e04817f | 19579 | So: |
474c8240 | 19580 | @smallexample |
8e04817f | 19581 | "@code{0* }" |
474c8240 | 19582 | @end smallexample |
8e04817f AC |
19583 | @noindent |
19584 | means the same as "0000". | |
c906108c | 19585 | |
8e04817f AC |
19586 | The error response returned for some packets includes a two character |
19587 | error number. That number is not well defined. | |
c906108c | 19588 | |
8e04817f AC |
19589 | For any @var{command} not supported by the stub, an empty response |
19590 | (@samp{$#00}) should be returned. That way it is possible to extend the | |
19591 | protocol. A newer @value{GDBN} can tell if a packet is supported based | |
19592 | on that response. | |
c906108c | 19593 | |
b383017d RM |
19594 | A stub is required to support the @samp{g}, @samp{G}, @samp{m}, @samp{M}, |
19595 | @samp{c}, and @samp{s} @var{command}s. All other @var{command}s are | |
8e04817f | 19596 | optional. |
c906108c | 19597 | |
ee2d5c50 AC |
19598 | @node Packets |
19599 | @section Packets | |
19600 | ||
19601 | The following table provides a complete list of all currently defined | |
19602 | @var{command}s and their corresponding response @var{data}. | |
19603 | ||
19604 | @table @r | |
19605 | ||
19606 | @item @code{!} --- extended mode | |
19607 | @cindex @code{!} packet | |
19608 | ||
8e04817f AC |
19609 | Enable extended mode. In extended mode, the remote server is made |
19610 | persistent. The @samp{R} packet is used to restart the program being | |
19611 | debugged. | |
ee2d5c50 AC |
19612 | |
19613 | Reply: | |
19614 | @table @samp | |
19615 | @item OK | |
8e04817f | 19616 | The remote target both supports and has enabled extended mode. |
ee2d5c50 | 19617 | @end table |
c906108c | 19618 | |
ee2d5c50 AC |
19619 | @item @code{?} --- last signal |
19620 | @cindex @code{?} packet | |
c906108c | 19621 | |
ee2d5c50 AC |
19622 | Indicate the reason the target halted. The reply is the same as for |
19623 | step and continue. | |
c906108c | 19624 | |
ee2d5c50 AC |
19625 | Reply: |
19626 | @xref{Stop Reply Packets}, for the reply specifications. | |
19627 | ||
19628 | @item @code{a} --- reserved | |
19629 | ||
19630 | Reserved for future use. | |
19631 | ||
19632 | @item @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,@dots{}} --- set program arguments @strong{(reserved)} | |
19633 | @cindex @code{A} packet | |
c906108c | 19634 | |
8e04817f AC |
19635 | Initialized @samp{argv[]} array passed into program. @var{arglen} |
19636 | specifies the number of bytes in the hex encoded byte stream @var{arg}. | |
ee2d5c50 AC |
19637 | See @code{gdbserver} for more details. |
19638 | ||
19639 | Reply: | |
19640 | @table @samp | |
19641 | @item OK | |
19642 | @item E@var{NN} | |
19643 | @end table | |
19644 | ||
19645 | @item @code{b}@var{baud} --- set baud @strong{(deprecated)} | |
19646 | @cindex @code{b} packet | |
19647 | ||
19648 | Change the serial line speed to @var{baud}. | |
19649 | ||
19650 | JTC: @emph{When does the transport layer state change? When it's | |
19651 | received, or after the ACK is transmitted. In either case, there are | |
19652 | problems if the command or the acknowledgment packet is dropped.} | |
19653 | ||
19654 | Stan: @emph{If people really wanted to add something like this, and get | |
19655 | it working for the first time, they ought to modify ser-unix.c to send | |
19656 | some kind of out-of-band message to a specially-setup stub and have the | |
19657 | switch happen "in between" packets, so that from remote protocol's point | |
19658 | of view, nothing actually happened.} | |
19659 | ||
19660 | @item @code{B}@var{addr},@var{mode} --- set breakpoint @strong{(deprecated)} | |
19661 | @cindex @code{B} packet | |
19662 | ||
8e04817f | 19663 | Set (@var{mode} is @samp{S}) or clear (@var{mode} is @samp{C}) a |
2f870471 AC |
19664 | breakpoint at @var{addr}. |
19665 | ||
19666 | This packet has been replaced by the @samp{Z} and @samp{z} packets | |
19667 | (@pxref{insert breakpoint or watchpoint packet}). | |
c906108c | 19668 | |
ee2d5c50 AC |
19669 | @item @code{c}@var{addr} --- continue |
19670 | @cindex @code{c} packet | |
19671 | ||
19672 | @var{addr} is address to resume. If @var{addr} is omitted, resume at | |
8e04817f | 19673 | current address. |
c906108c | 19674 | |
ee2d5c50 AC |
19675 | Reply: |
19676 | @xref{Stop Reply Packets}, for the reply specifications. | |
19677 | ||
19678 | @item @code{C}@var{sig}@code{;}@var{addr} --- continue with signal | |
19679 | @cindex @code{C} packet | |
19680 | ||
8e04817f AC |
19681 | Continue with signal @var{sig} (hex signal number). If |
19682 | @code{;}@var{addr} is omitted, resume at same address. | |
c906108c | 19683 | |
ee2d5c50 AC |
19684 | Reply: |
19685 | @xref{Stop Reply Packets}, for the reply specifications. | |
c906108c | 19686 | |
ee2d5c50 AC |
19687 | @item @code{d} --- toggle debug @strong{(deprecated)} |
19688 | @cindex @code{d} packet | |
19689 | ||
19690 | Toggle debug flag. | |
19691 | ||
19692 | @item @code{D} --- detach | |
19693 | @cindex @code{D} packet | |
19694 | ||
19695 | Detach @value{GDBN} from the remote system. Sent to the remote target | |
07f31aa6 | 19696 | before @value{GDBN} disconnects via the @code{detach} command. |
ee2d5c50 AC |
19697 | |
19698 | Reply: | |
19699 | @table @samp | |
19700 | @item @emph{no response} | |
8e04817f | 19701 | @value{GDBN} does not check for any response after sending this packet. |
ee2d5c50 | 19702 | @end table |
c906108c | 19703 | |
ee2d5c50 | 19704 | @item @code{e} --- reserved |
c906108c | 19705 | |
ee2d5c50 | 19706 | Reserved for future use. |
c906108c | 19707 | |
ee2d5c50 | 19708 | @item @code{E} --- reserved |
c906108c | 19709 | |
ee2d5c50 | 19710 | Reserved for future use. |
c906108c | 19711 | |
ee2d5c50 AC |
19712 | @item @code{f} --- reserved |
19713 | ||
19714 | Reserved for future use. | |
19715 | ||
0ce1b118 CV |
19716 | @item @code{F}@var{RC}@code{,}@var{EE}@code{,}@var{CF}@code{;}@var{XX} --- Reply to target's F packet. |
19717 | @cindex @code{F} packet | |
ee2d5c50 | 19718 | |
0ce1b118 CV |
19719 | This packet is send by @value{GDBN} as reply to a @code{F} request packet |
19720 | sent by the target. This is part of the File-I/O protocol extension. | |
19721 | @xref{File-I/O remote protocol extension}, for the specification. | |
ee2d5c50 AC |
19722 | |
19723 | @item @code{g} --- read registers | |
19724 | @anchor{read registers packet} | |
19725 | @cindex @code{g} packet | |
19726 | ||
19727 | Read general registers. | |
19728 | ||
19729 | Reply: | |
19730 | @table @samp | |
19731 | @item @var{XX@dots{}} | |
8e04817f AC |
19732 | Each byte of register data is described by two hex digits. The bytes |
19733 | with the register are transmitted in target byte order. The size of | |
19734 | each register and their position within the @samp{g} @var{packet} are | |
12c266ea AC |
19735 | determined by the @value{GDBN} internal macros |
19736 | @var{DEPRECATED_REGISTER_RAW_SIZE} and @var{REGISTER_NAME} macros. The | |
19737 | specification of several standard @code{g} packets is specified below. | |
ee2d5c50 AC |
19738 | @item E@var{NN} |
19739 | for an error. | |
19740 | @end table | |
c906108c | 19741 | |
ee2d5c50 AC |
19742 | @item @code{G}@var{XX@dots{}} --- write regs |
19743 | @cindex @code{G} packet | |
c906108c | 19744 | |
ee2d5c50 AC |
19745 | @xref{read registers packet}, for a description of the @var{XX@dots{}} |
19746 | data. | |
19747 | ||
19748 | Reply: | |
19749 | @table @samp | |
19750 | @item OK | |
19751 | for success | |
19752 | @item E@var{NN} | |
19753 | for an error | |
19754 | @end table | |
19755 | ||
19756 | @item @code{h} --- reserved | |
19757 | ||
19758 | Reserved for future use. | |
19759 | ||
b383017d | 19760 | @item @code{H}@var{c}@var{t@dots{}} --- set thread |
ee2d5c50 | 19761 | @cindex @code{H} packet |
c906108c | 19762 | |
8e04817f | 19763 | Set thread for subsequent operations (@samp{m}, @samp{M}, @samp{g}, |
ee2d5c50 AC |
19764 | @samp{G}, et.al.). @var{c} depends on the operation to be performed: it |
19765 | should be @samp{c} for step and continue operations, @samp{g} for other | |
19766 | operations. The thread designator @var{t@dots{}} may be -1, meaning all | |
19767 | the threads, a thread number, or zero which means pick any thread. | |
19768 | ||
19769 | Reply: | |
19770 | @table @samp | |
19771 | @item OK | |
19772 | for success | |
19773 | @item E@var{NN} | |
19774 | for an error | |
19775 | @end table | |
c906108c | 19776 | |
8e04817f AC |
19777 | @c FIXME: JTC: |
19778 | @c 'H': How restrictive (or permissive) is the thread model. If a | |
19779 | @c thread is selected and stopped, are other threads allowed | |
19780 | @c to continue to execute? As I mentioned above, I think the | |
19781 | @c semantics of each command when a thread is selected must be | |
19782 | @c described. For example: | |
19783 | @c | |
19784 | @c 'g': If the stub supports threads and a specific thread is | |
19785 | @c selected, returns the register block from that thread; | |
19786 | @c otherwise returns current registers. | |
19787 | @c | |
19788 | @c 'G' If the stub supports threads and a specific thread is | |
19789 | @c selected, sets the registers of the register block of | |
19790 | @c that thread; otherwise sets current registers. | |
c906108c | 19791 | |
ee2d5c50 AC |
19792 | @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)} |
19793 | @anchor{cycle step packet} | |
19794 | @cindex @code{i} packet | |
19795 | ||
8e04817f AC |
19796 | Step the remote target by a single clock cycle. If @code{,}@var{nnn} is |
19797 | present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle | |
19798 | step starting at that address. | |
c906108c | 19799 | |
ee2d5c50 AC |
19800 | @item @code{I} --- signal then cycle step @strong{(reserved)} |
19801 | @cindex @code{I} packet | |
19802 | ||
19803 | @xref{step with signal packet}. @xref{cycle step packet}. | |
19804 | ||
19805 | @item @code{j} --- reserved | |
19806 | ||
19807 | Reserved for future use. | |
19808 | ||
19809 | @item @code{J} --- reserved | |
c906108c | 19810 | |
ee2d5c50 | 19811 | Reserved for future use. |
c906108c | 19812 | |
ee2d5c50 AC |
19813 | @item @code{k} --- kill request |
19814 | @cindex @code{k} packet | |
c906108c | 19815 | |
ac282366 | 19816 | FIXME: @emph{There is no description of how to operate when a specific |
ee2d5c50 AC |
19817 | thread context has been selected (i.e.@: does 'k' kill only that |
19818 | thread?)}. | |
c906108c | 19819 | |
ee2d5c50 | 19820 | @item @code{K} --- reserved |
c906108c | 19821 | |
ee2d5c50 AC |
19822 | Reserved for future use. |
19823 | ||
19824 | @item @code{l} --- reserved | |
19825 | ||
19826 | Reserved for future use. | |
19827 | ||
19828 | @item @code{L} --- reserved | |
19829 | ||
19830 | Reserved for future use. | |
19831 | ||
19832 | @item @code{m}@var{addr}@code{,}@var{length} --- read memory | |
19833 | @cindex @code{m} packet | |
c906108c | 19834 | |
8e04817f | 19835 | Read @var{length} bytes of memory starting at address @var{addr}. |
ee2d5c50 | 19836 | Neither @value{GDBN} nor the stub assume that sized memory transfers are |
2e834e49 | 19837 | assumed using word aligned accesses. FIXME: @emph{A word aligned memory |
8e04817f | 19838 | transfer mechanism is needed.} |
c906108c | 19839 | |
ee2d5c50 AC |
19840 | Reply: |
19841 | @table @samp | |
19842 | @item @var{XX@dots{}} | |
19843 | @var{XX@dots{}} is mem contents. Can be fewer bytes than requested if able | |
19844 | to read only part of the data. Neither @value{GDBN} nor the stub assume | |
2e834e49 | 19845 | that sized memory transfers are assumed using word aligned |
ee2d5c50 AC |
19846 | accesses. FIXME: @emph{A word aligned memory transfer mechanism is |
19847 | needed.} | |
19848 | @item E@var{NN} | |
19849 | @var{NN} is errno | |
19850 | @end table | |
19851 | ||
19852 | @item @code{M}@var{addr},@var{length}@code{:}@var{XX@dots{}} --- write mem | |
19853 | @cindex @code{M} packet | |
19854 | ||
8e04817f | 19855 | Write @var{length} bytes of memory starting at address @var{addr}. |
ee2d5c50 AC |
19856 | @var{XX@dots{}} is the data. |
19857 | ||
19858 | Reply: | |
19859 | @table @samp | |
19860 | @item OK | |
19861 | for success | |
19862 | @item E@var{NN} | |
8e04817f AC |
19863 | for an error (this includes the case where only part of the data was |
19864 | written). | |
ee2d5c50 | 19865 | @end table |
c906108c | 19866 | |
ee2d5c50 | 19867 | @item @code{n} --- reserved |
c906108c | 19868 | |
ee2d5c50 | 19869 | Reserved for future use. |
c906108c | 19870 | |
ee2d5c50 | 19871 | @item @code{N} --- reserved |
c906108c | 19872 | |
ee2d5c50 | 19873 | Reserved for future use. |
c906108c | 19874 | |
ee2d5c50 AC |
19875 | @item @code{o} --- reserved |
19876 | ||
19877 | Reserved for future use. | |
19878 | ||
19879 | @item @code{O} --- reserved | |
19880 | ||
19881 | Reserved for future use. | |
c906108c | 19882 | |
ee2d5c50 AC |
19883 | @item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)} |
19884 | @cindex @code{p} packet | |
19885 | ||
19886 | @xref{write register packet}. | |
19887 | ||
19888 | Reply: | |
19889 | @table @samp | |
19890 | @item @var{r@dots{}.} | |
19891 | The hex encoded value of the register in target byte order. | |
19892 | @end table | |
19893 | ||
19894 | @item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register | |
19895 | @anchor{write register packet} | |
19896 | @cindex @code{P} packet | |
19897 | ||
19898 | Write register @var{n@dots{}} with value @var{r@dots{}}, which contains two hex | |
8e04817f | 19899 | digits for each byte in the register (target byte order). |
c906108c | 19900 | |
ee2d5c50 AC |
19901 | Reply: |
19902 | @table @samp | |
19903 | @item OK | |
19904 | for success | |
19905 | @item E@var{NN} | |
19906 | for an error | |
19907 | @end table | |
19908 | ||
19909 | @item @code{q}@var{query} --- general query | |
19910 | @anchor{general query packet} | |
19911 | @cindex @code{q} packet | |
19912 | ||
19913 | Request info about @var{query}. In general @value{GDBN} queries have a | |
19914 | leading upper case letter. Custom vendor queries should use a company | |
19915 | prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may optionally | |
19916 | be followed by a @samp{,} or @samp{;} separated list. Stubs must ensure | |
19917 | that they match the full @var{query} name. | |
19918 | ||
19919 | Reply: | |
19920 | @table @samp | |
19921 | @item @var{XX@dots{}} | |
19922 | Hex encoded data from query. The reply can not be empty. | |
19923 | @item E@var{NN} | |
19924 | error reply | |
8e04817f | 19925 | @item |
ee2d5c50 AC |
19926 | Indicating an unrecognized @var{query}. |
19927 | @end table | |
19928 | ||
19929 | @item @code{Q}@var{var}@code{=}@var{val} --- general set | |
19930 | @cindex @code{Q} packet | |
19931 | ||
19932 | Set value of @var{var} to @var{val}. | |
19933 | ||
19934 | @xref{general query packet}, for a discussion of naming conventions. | |
c906108c | 19935 | |
ee2d5c50 AC |
19936 | @item @code{r} --- reset @strong{(deprecated)} |
19937 | @cindex @code{r} packet | |
c906108c | 19938 | |
8e04817f | 19939 | Reset the entire system. |
c906108c | 19940 | |
ee2d5c50 AC |
19941 | @item @code{R}@var{XX} --- remote restart |
19942 | @cindex @code{R} packet | |
19943 | ||
8e04817f AC |
19944 | Restart the program being debugged. @var{XX}, while needed, is ignored. |
19945 | This packet is only available in extended mode. | |
ee2d5c50 AC |
19946 | |
19947 | Reply: | |
19948 | @table @samp | |
19949 | @item @emph{no reply} | |
8e04817f | 19950 | The @samp{R} packet has no reply. |
ee2d5c50 AC |
19951 | @end table |
19952 | ||
19953 | @item @code{s}@var{addr} --- step | |
19954 | @cindex @code{s} packet | |
c906108c | 19955 | |
8e04817f AC |
19956 | @var{addr} is address to resume. If @var{addr} is omitted, resume at |
19957 | same address. | |
c906108c | 19958 | |
ee2d5c50 AC |
19959 | Reply: |
19960 | @xref{Stop Reply Packets}, for the reply specifications. | |
19961 | ||
19962 | @item @code{S}@var{sig}@code{;}@var{addr} --- step with signal | |
19963 | @anchor{step with signal packet} | |
19964 | @cindex @code{S} packet | |
19965 | ||
8e04817f | 19966 | Like @samp{C} but step not continue. |
c906108c | 19967 | |
ee2d5c50 AC |
19968 | Reply: |
19969 | @xref{Stop Reply Packets}, for the reply specifications. | |
19970 | ||
b383017d | 19971 | @item @code{t}@var{addr}@code{:}@var{PP}@code{,}@var{MM} --- search |
ee2d5c50 AC |
19972 | @cindex @code{t} packet |
19973 | ||
8e04817f | 19974 | Search backwards starting at address @var{addr} for a match with pattern |
ee2d5c50 AC |
19975 | @var{PP} and mask @var{MM}. @var{PP} and @var{MM} are 4 bytes. |
19976 | @var{addr} must be at least 3 digits. | |
c906108c | 19977 | |
ee2d5c50 AC |
19978 | @item @code{T}@var{XX} --- thread alive |
19979 | @cindex @code{T} packet | |
c906108c | 19980 | |
ee2d5c50 | 19981 | Find out if the thread XX is alive. |
c906108c | 19982 | |
ee2d5c50 AC |
19983 | Reply: |
19984 | @table @samp | |
19985 | @item OK | |
19986 | thread is still alive | |
19987 | @item E@var{NN} | |
19988 | thread is dead | |
19989 | @end table | |
19990 | ||
19991 | @item @code{u} --- reserved | |
19992 | ||
19993 | Reserved for future use. | |
19994 | ||
19995 | @item @code{U} --- reserved | |
19996 | ||
19997 | Reserved for future use. | |
19998 | ||
86d30acc | 19999 | @item @code{v} --- verbose packet prefix |
ee2d5c50 | 20000 | |
86d30acc DJ |
20001 | Packets starting with @code{v} are identified by a multi-letter name, |
20002 | up to the first @code{;} or @code{?} (or the end of the packet). | |
20003 | ||
20004 | @item @code{vCont}[;@var{action}[@code{:}@var{tid}]]... --- extended resume | |
20005 | @cindex @code{vCont} packet | |
20006 | ||
20007 | Resume the inferior. Different actions may be specified for each thread. | |
20008 | If an action is specified with no @var{tid}, then it is applied to any | |
20009 | threads that don't have a specific action specified; if no default action is | |
20010 | specified then other threads should remain stopped. Specifying multiple | |
20011 | default actions is an error; specifying no actions is also an error. | |
20012 | Thread IDs are specified in hexadecimal. Currently supported actions are: | |
20013 | ||
20014 | @table @code | |
20015 | @item c | |
20016 | Continue. | |
20017 | @item C@var{sig} | |
20018 | Continue with signal @var{sig}. @var{sig} should be two hex digits. | |
20019 | @item s | |
20020 | Step. | |
20021 | @item S@var{sig} | |
20022 | Step with signal @var{sig}. @var{sig} should be two hex digits. | |
20023 | @end table | |
20024 | ||
20025 | The optional @var{addr} argument normally associated with these packets is | |
20026 | not supported in @code{vCont}. | |
20027 | ||
20028 | Reply: | |
20029 | @xref{Stop Reply Packets}, for the reply specifications. | |
20030 | ||
20031 | @item @code{vCont?} --- extended resume query | |
20032 | @cindex @code{vCont?} packet | |
20033 | ||
20034 | Query support for the @code{vCont} packet. | |
20035 | ||
20036 | Reply: | |
20037 | @table @samp | |
20038 | @item @code{vCont}[;@var{action}]... | |
20039 | The @code{vCont} packet is supported. Each @var{action} is a supported | |
20040 | command in the @code{vCont} packet. | |
20041 | @item | |
20042 | The @code{vCont} packet is not supported. | |
20043 | @end table | |
ee2d5c50 AC |
20044 | |
20045 | @item @code{V} --- reserved | |
c906108c | 20046 | |
ee2d5c50 | 20047 | Reserved for future use. |
c906108c | 20048 | |
ee2d5c50 | 20049 | @item @code{w} --- reserved |
c906108c | 20050 | |
ee2d5c50 | 20051 | Reserved for future use. |
c906108c | 20052 | |
ee2d5c50 | 20053 | @item @code{W} --- reserved |
c906108c | 20054 | |
ee2d5c50 | 20055 | Reserved for future use. |
c906108c | 20056 | |
ee2d5c50 AC |
20057 | @item @code{x} --- reserved |
20058 | ||
20059 | Reserved for future use. | |
20060 | ||
20061 | @item @code{X}@var{addr}@code{,}@var{length}@var{:}@var{XX@dots{}} --- write mem (binary) | |
20062 | @cindex @code{X} packet | |
20063 | ||
20064 | @var{addr} is address, @var{length} is number of bytes, @var{XX@dots{}} | |
20065 | is binary data. The characters @code{$}, @code{#}, and @code{0x7d} are | |
8e04817f | 20066 | escaped using @code{0x7d}. |
c906108c | 20067 | |
ee2d5c50 AC |
20068 | Reply: |
20069 | @table @samp | |
20070 | @item OK | |
20071 | for success | |
20072 | @item E@var{NN} | |
20073 | for an error | |
20074 | @end table | |
20075 | ||
20076 | @item @code{y} --- reserved | |
c906108c | 20077 | |
ee2d5c50 | 20078 | Reserved for future use. |
c906108c | 20079 | |
ee2d5c50 AC |
20080 | @item @code{Y} reserved |
20081 | ||
20082 | Reserved for future use. | |
20083 | ||
2f870471 AC |
20084 | @item @code{z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- remove breakpoint or watchpoint @strong{(draft)} |
20085 | @itemx @code{Z}@var{type}@code{,}@var{addr}@code{,}@var{length} --- insert breakpoint or watchpoint @strong{(draft)} | |
20086 | @anchor{insert breakpoint or watchpoint packet} | |
ee2d5c50 | 20087 | @cindex @code{z} packet |
2f870471 | 20088 | @cindex @code{Z} packets |
ee2d5c50 | 20089 | |
2f870471 AC |
20090 | Insert (@code{Z}) or remove (@code{z}) a @var{type} breakpoint or |
20091 | watchpoint starting at address @var{address} and covering the next | |
20092 | @var{length} bytes. | |
ee2d5c50 | 20093 | |
2f870471 AC |
20094 | Each breakpoint and watchpoint packet @var{type} is documented |
20095 | separately. | |
20096 | ||
512217c7 AC |
20097 | @emph{Implementation notes: A remote target shall return an empty string |
20098 | for an unrecognized breakpoint or watchpoint packet @var{type}. A | |
20099 | remote target shall support either both or neither of a given | |
2f870471 AC |
20100 | @code{Z}@var{type}@dots{} and @code{z}@var{type}@dots{} packet pair. To |
20101 | avoid potential problems with duplicate packets, the operations should | |
20102 | be implemented in an idempotent way.} | |
20103 | ||
20104 | @item @code{z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- remove memory breakpoint @strong{(draft)} | |
20105 | @item @code{Z}@code{0}@code{,}@var{addr}@code{,}@var{length} --- insert memory breakpoint @strong{(draft)} | |
20106 | @cindex @code{z0} packet | |
20107 | @cindex @code{Z0} packet | |
20108 | ||
20109 | Insert (@code{Z0}) or remove (@code{z0}) a memory breakpoint at address | |
20110 | @code{addr} of size @code{length}. | |
20111 | ||
20112 | A memory breakpoint is implemented by replacing the instruction at | |
20113 | @var{addr} with a software breakpoint or trap instruction. The | |
20114 | @code{length} is used by targets that indicates the size of the | |
20115 | breakpoint (in bytes) that should be inserted (e.g., the @sc{arm} and | |
20116 | @sc{mips} can insert either a 2 or 4 byte breakpoint). | |
c906108c | 20117 | |
2f870471 AC |
20118 | @emph{Implementation note: It is possible for a target to copy or move |
20119 | code that contains memory breakpoints (e.g., when implementing | |
20120 | overlays). The behavior of this packet, in the presence of such a | |
20121 | target, is not defined.} | |
c906108c | 20122 | |
ee2d5c50 AC |
20123 | Reply: |
20124 | @table @samp | |
2f870471 AC |
20125 | @item OK |
20126 | success | |
20127 | @item | |
20128 | not supported | |
ee2d5c50 AC |
20129 | @item E@var{NN} |
20130 | for an error | |
2f870471 AC |
20131 | @end table |
20132 | ||
20133 | @item @code{z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- remove hardware breakpoint @strong{(draft)} | |
20134 | @item @code{Z}@code{1}@code{,}@var{addr}@code{,}@var{length} --- insert hardware breakpoint @strong{(draft)} | |
20135 | @cindex @code{z1} packet | |
20136 | @cindex @code{Z1} packet | |
20137 | ||
20138 | Insert (@code{Z1}) or remove (@code{z1}) a hardware breakpoint at | |
20139 | address @code{addr} of size @code{length}. | |
20140 | ||
20141 | A hardware breakpoint is implemented using a mechanism that is not | |
20142 | dependant on being able to modify the target's memory. | |
20143 | ||
20144 | @emph{Implementation note: A hardware breakpoint is not affected by code | |
20145 | movement.} | |
20146 | ||
20147 | Reply: | |
20148 | @table @samp | |
ee2d5c50 | 20149 | @item OK |
2f870471 AC |
20150 | success |
20151 | @item | |
20152 | not supported | |
20153 | @item E@var{NN} | |
20154 | for an error | |
20155 | @end table | |
20156 | ||
20157 | @item @code{z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- remove write watchpoint @strong{(draft)} | |
20158 | @item @code{Z}@code{2}@code{,}@var{addr}@code{,}@var{length} --- insert write watchpoint @strong{(draft)} | |
20159 | @cindex @code{z2} packet | |
20160 | @cindex @code{Z2} packet | |
20161 | ||
20162 | Insert (@code{Z2}) or remove (@code{z2}) a write watchpoint. | |
20163 | ||
20164 | Reply: | |
20165 | @table @samp | |
20166 | @item OK | |
20167 | success | |
20168 | @item | |
20169 | not supported | |
20170 | @item E@var{NN} | |
20171 | for an error | |
20172 | @end table | |
20173 | ||
20174 | @item @code{z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- remove read watchpoint @strong{(draft)} | |
20175 | @item @code{Z}@code{3}@code{,}@var{addr}@code{,}@var{length} --- insert read watchpoint @strong{(draft)} | |
20176 | @cindex @code{z3} packet | |
20177 | @cindex @code{Z3} packet | |
20178 | ||
2e834e49 | 20179 | Insert (@code{Z3}) or remove (@code{z3}) a read watchpoint. |
2f870471 AC |
20180 | |
20181 | Reply: | |
20182 | @table @samp | |
20183 | @item OK | |
20184 | success | |
20185 | @item | |
20186 | not supported | |
20187 | @item E@var{NN} | |
20188 | for an error | |
20189 | @end table | |
20190 | ||
2e834e49 HPN |
20191 | @item @code{z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- remove access watchpoint @strong{(draft)} |
20192 | @item @code{Z}@code{4}@code{,}@var{addr}@code{,}@var{length} --- insert access watchpoint @strong{(draft)} | |
2f870471 AC |
20193 | @cindex @code{z4} packet |
20194 | @cindex @code{Z4} packet | |
20195 | ||
20196 | Insert (@code{Z4}) or remove (@code{z4}) an access watchpoint. | |
20197 | ||
20198 | Reply: | |
20199 | @table @samp | |
20200 | @item OK | |
20201 | success | |
20202 | @item | |
20203 | not supported | |
20204 | @item E@var{NN} | |
20205 | for an error | |
ee2d5c50 AC |
20206 | @end table |
20207 | ||
20208 | @end table | |
c906108c | 20209 | |
ee2d5c50 AC |
20210 | @node Stop Reply Packets |
20211 | @section Stop Reply Packets | |
20212 | @cindex stop reply packets | |
c906108c | 20213 | |
8e04817f AC |
20214 | The @samp{C}, @samp{c}, @samp{S}, @samp{s} and @samp{?} packets can |
20215 | receive any of the below as a reply. In the case of the @samp{C}, | |
20216 | @samp{c}, @samp{S} and @samp{s} packets, that reply is only returned | |
20217 | when the target halts. In the below the exact meaning of @samp{signal | |
20218 | number} is poorly defined. In general one of the UNIX signal numbering | |
20219 | conventions is used. | |
c906108c | 20220 | |
ee2d5c50 | 20221 | @table @samp |
c906108c | 20222 | |
ee2d5c50 AC |
20223 | @item S@var{AA} |
20224 | @var{AA} is the signal number | |
c906108c | 20225 | |
8e04817f | 20226 | @item @code{T}@var{AA}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;}@var{n...}@code{:}@var{r...}@code{;} |
ee2d5c50 AC |
20227 | @cindex @code{T} packet reply |
20228 | ||
8e04817f AC |
20229 | @var{AA} = two hex digit signal number; @var{n...} = register number |
20230 | (hex), @var{r...} = target byte ordered register contents, size defined | |
12c266ea AC |
20231 | by @code{DEPRECATED_REGISTER_RAW_SIZE}; @var{n...} = @samp{thread}, |
20232 | @var{r...} = thread process ID, this is a hex integer; @var{n...} = | |
20233 | (@samp{watch} | @samp{rwatch} | @samp{awatch}, @var{r...} = data | |
20234 | address, this is a hex integer; @var{n...} = other string not starting | |
20235 | with valid hex digit. @value{GDBN} should ignore this @var{n...}, | |
20236 | @var{r...} pair and go on to the next. This way we can extend the | |
20237 | protocol. | |
c906108c | 20238 | |
ee2d5c50 AC |
20239 | @item W@var{AA} |
20240 | ||
8e04817f | 20241 | The process exited, and @var{AA} is the exit status. This is only |
ee2d5c50 AC |
20242 | applicable to certain targets. |
20243 | ||
20244 | @item X@var{AA} | |
c906108c | 20245 | |
8e04817f | 20246 | The process terminated with signal @var{AA}. |
c906108c | 20247 | |
ee2d5c50 | 20248 | @item O@var{XX@dots{}} |
c906108c | 20249 | |
ee2d5c50 AC |
20250 | @var{XX@dots{}} is hex encoding of @sc{ascii} data. This can happen at |
20251 | any time while the program is running and the debugger should continue | |
20252 | to wait for @samp{W}, @samp{T}, etc. | |
20253 | ||
0ce1b118 CV |
20254 | @item F@var{call-id}@code{,}@var{parameter@dots{}} |
20255 | ||
20256 | @var{call-id} is the identifier which says which host system call should | |
20257 | be called. This is just the name of the function. Translation into the | |
20258 | correct system call is only applicable as it's defined in @value{GDBN}. | |
20259 | @xref{File-I/O remote protocol extension}, for a list of implemented | |
20260 | system calls. | |
20261 | ||
20262 | @var{parameter@dots{}} is a list of parameters as defined for this very | |
20263 | system call. | |
20264 | ||
20265 | The target replies with this packet when it expects @value{GDBN} to call | |
20266 | a host system call on behalf of the target. @value{GDBN} replies with | |
20267 | an appropriate @code{F} packet and keeps up waiting for the next reply | |
20268 | packet from the target. The latest @samp{C}, @samp{c}, @samp{S} or | |
20269 | @samp{s} action is expected to be continued. | |
20270 | @xref{File-I/O remote protocol extension}, for more details. | |
20271 | ||
ee2d5c50 AC |
20272 | @end table |
20273 | ||
20274 | @node General Query Packets | |
20275 | @section General Query Packets | |
c906108c | 20276 | |
8e04817f | 20277 | The following set and query packets have already been defined. |
c906108c | 20278 | |
ee2d5c50 | 20279 | @table @r |
c906108c | 20280 | |
ee2d5c50 AC |
20281 | @item @code{q}@code{C} --- current thread |
20282 | ||
20283 | Return the current thread id. | |
20284 | ||
20285 | Reply: | |
20286 | @table @samp | |
20287 | @item @code{QC}@var{pid} | |
8e04817f | 20288 | Where @var{pid} is a HEX encoded 16 bit process id. |
ee2d5c50 AC |
20289 | @item * |
20290 | Any other reply implies the old pid. | |
20291 | @end table | |
20292 | ||
20293 | @item @code{q}@code{fThreadInfo} -- all thread ids | |
20294 | ||
20295 | @code{q}@code{sThreadInfo} | |
c906108c | 20296 | |
8e04817f AC |
20297 | Obtain a list of active thread ids from the target (OS). Since there |
20298 | may be too many active threads to fit into one reply packet, this query | |
20299 | works iteratively: it may require more than one query/reply sequence to | |
20300 | obtain the entire list of threads. The first query of the sequence will | |
20301 | be the @code{qf}@code{ThreadInfo} query; subsequent queries in the | |
20302 | sequence will be the @code{qs}@code{ThreadInfo} query. | |
ee2d5c50 AC |
20303 | |
20304 | NOTE: replaces the @code{qL} query (see below). | |
20305 | ||
20306 | Reply: | |
20307 | @table @samp | |
20308 | @item @code{m}@var{id} | |
20309 | A single thread id | |
20310 | @item @code{m}@var{id},@var{id}@dots{} | |
20311 | a comma-separated list of thread ids | |
20312 | @item @code{l} | |
20313 | (lower case 'el') denotes end of list. | |
20314 | @end table | |
20315 | ||
20316 | In response to each query, the target will reply with a list of one or | |
20317 | more thread ids, in big-endian hex, separated by commas. @value{GDBN} | |
20318 | will respond to each reply with a request for more thread ids (using the | |
8e04817f AC |
20319 | @code{qs} form of the query), until the target responds with @code{l} |
20320 | (lower-case el, for @code{'last'}). | |
c906108c | 20321 | |
ee2d5c50 AC |
20322 | @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info |
20323 | ||
20324 | Where @var{id} is a thread-id in big-endian hex. Obtain a printable | |
20325 | string description of a thread's attributes from the target OS. This | |
20326 | string may contain anything that the target OS thinks is interesting for | |
20327 | @value{GDBN} to tell the user about the thread. The string is displayed | |
20328 | in @value{GDBN}'s @samp{info threads} display. Some examples of | |
20329 | possible thread extra info strings are ``Runnable'', or ``Blocked on | |
20330 | Mutex''. | |
20331 | ||
20332 | Reply: | |
20333 | @table @samp | |
20334 | @item @var{XX@dots{}} | |
20335 | Where @var{XX@dots{}} is a hex encoding of @sc{ascii} data, comprising | |
20336 | the printable string containing the extra information about the thread's | |
8e04817f | 20337 | attributes. |
ee2d5c50 AC |
20338 | @end table |
20339 | ||
20340 | @item @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} --- query @var{LIST} or @var{threadLIST} @strong{(deprecated)} | |
c906108c | 20341 | |
8e04817f AC |
20342 | Obtain thread information from RTOS. Where: @var{startflag} (one hex |
20343 | digit) is one to indicate the first query and zero to indicate a | |
20344 | subsequent query; @var{threadcount} (two hex digits) is the maximum | |
20345 | number of threads the response packet can contain; and @var{nextthread} | |
20346 | (eight hex digits), for subsequent queries (@var{startflag} is zero), is | |
20347 | returned in the response as @var{argthread}. | |
ee2d5c50 AC |
20348 | |
20349 | NOTE: this query is replaced by the @code{q}@code{fThreadInfo} query | |
20350 | (see above). | |
20351 | ||
20352 | Reply: | |
20353 | @table @samp | |
20354 | @item @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread@dots{}} | |
8e04817f AC |
20355 | Where: @var{count} (two hex digits) is the number of threads being |
20356 | returned; @var{done} (one hex digit) is zero to indicate more threads | |
20357 | and one indicates no further threads; @var{argthreadid} (eight hex | |
ee2d5c50 AC |
20358 | digits) is @var{nextthread} from the request packet; @var{thread@dots{}} |
20359 | is a sequence of thread IDs from the target. @var{threadid} (eight hex | |
8e04817f | 20360 | digits). See @code{remote.c:parse_threadlist_response()}. |
ee2d5c50 | 20361 | @end table |
c906108c | 20362 | |
ee2d5c50 AC |
20363 | @item @code{q}@code{CRC:}@var{addr}@code{,}@var{length} --- compute CRC of memory block |
20364 | ||
20365 | Reply: | |
20366 | @table @samp | |
20367 | @item @code{E}@var{NN} | |
20368 | An error (such as memory fault) | |
20369 | @item @code{C}@var{CRC32} | |
20370 | A 32 bit cyclic redundancy check of the specified memory region. | |
20371 | @end table | |
20372 | ||
20373 | @item @code{q}@code{Offsets} --- query sect offs | |
c906108c | 20374 | |
8e04817f AC |
20375 | Get section offsets that the target used when re-locating the downloaded |
20376 | image. @emph{Note: while a @code{Bss} offset is included in the | |
20377 | response, @value{GDBN} ignores this and instead applies the @code{Data} | |
20378 | offset to the @code{Bss} section.} | |
c906108c | 20379 | |
ee2d5c50 AC |
20380 | Reply: |
20381 | @table @samp | |
20382 | @item @code{Text=}@var{xxx}@code{;Data=}@var{yyy}@code{;Bss=}@var{zzz} | |
20383 | @end table | |
20384 | ||
20385 | @item @code{q}@code{P}@var{mode}@var{threadid} --- thread info request | |
20386 | ||
8e04817f AC |
20387 | Returns information on @var{threadid}. Where: @var{mode} is a hex |
20388 | encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID. | |
ee2d5c50 AC |
20389 | |
20390 | Reply: | |
20391 | @table @samp | |
20392 | @item * | |
20393 | @end table | |
20394 | ||
8e04817f | 20395 | See @code{remote.c:remote_unpack_thread_info_response()}. |
c906108c | 20396 | |
ee2d5c50 AC |
20397 | @item @code{q}@code{Rcmd,}@var{command} --- remote command |
20398 | ||
20399 | @var{command} (hex encoded) is passed to the local interpreter for | |
8e04817f AC |
20400 | execution. Invalid commands should be reported using the output string. |
20401 | Before the final result packet, the target may also respond with a | |
ee2d5c50 AC |
20402 | number of intermediate @code{O}@var{output} console output packets. |
20403 | @emph{Implementors should note that providing access to a stubs's | |
20404 | interpreter may have security implications}. | |
20405 | ||
20406 | Reply: | |
20407 | @table @samp | |
20408 | @item OK | |
8e04817f | 20409 | A command response with no output. |
ee2d5c50 | 20410 | @item @var{OUTPUT} |
8e04817f | 20411 | A command response with the hex encoded output string @var{OUTPUT}. |
ee2d5c50 | 20412 | @item @code{E}@var{NN} |
8e04817f | 20413 | Indicate a badly formed request. |
ee2d5c50 | 20414 | @item @samp{} |
8e04817f | 20415 | When @samp{q}@samp{Rcmd} is not recognized. |
ee2d5c50 AC |
20416 | @end table |
20417 | ||
20418 | @item @code{qSymbol::} --- symbol lookup | |
c906108c | 20419 | |
8e04817f AC |
20420 | Notify the target that @value{GDBN} is prepared to serve symbol lookup |
20421 | requests. Accept requests from the target for the values of symbols. | |
ee2d5c50 AC |
20422 | |
20423 | Reply: | |
20424 | @table @samp | |
20425 | @item @code{OK} | |
8e04817f | 20426 | The target does not need to look up any (more) symbols. |
ee2d5c50 AC |
20427 | @item @code{qSymbol:}@var{sym_name} |
20428 | The target requests the value of symbol @var{sym_name} (hex encoded). | |
20429 | @value{GDBN} may provide the value by using the | |
20430 | @code{qSymbol:}@var{sym_value}:@var{sym_name} message, described below. | |
20431 | @end table | |
20432 | ||
20433 | @item @code{qSymbol:}@var{sym_value}:@var{sym_name} --- symbol value | |
20434 | ||
20435 | Set the value of @var{sym_name} to @var{sym_value}. | |
20436 | ||
20437 | @var{sym_name} (hex encoded) is the name of a symbol whose value the | |
20438 | target has previously requested. | |
20439 | ||
20440 | @var{sym_value} (hex) is the value for symbol @var{sym_name}. If | |
20441 | @value{GDBN} cannot supply a value for @var{sym_name}, then this field | |
20442 | will be empty. | |
20443 | ||
20444 | Reply: | |
20445 | @table @samp | |
20446 | @item @code{OK} | |
8e04817f | 20447 | The target does not need to look up any (more) symbols. |
ee2d5c50 AC |
20448 | @item @code{qSymbol:}@var{sym_name} |
20449 | The target requests the value of a new symbol @var{sym_name} (hex | |
20450 | encoded). @value{GDBN} will continue to supply the values of symbols | |
20451 | (if available), until the target ceases to request them. | |
20452 | @end table | |
eb12ee30 | 20453 | |
649e03f6 RM |
20454 | @item @code{qPart}:@var{object}:@code{read}:@var{annex}:@var{offset},@var{length} --- read special data |
20455 | ||
20456 | Read uninterpreted bytes from the target's special data area | |
20457 | identified by the keyword @code{object}. | |
20458 | Request @var{length} bytes starting at @var{offset} bytes into the data. | |
20459 | The content and encoding of @var{annex} is specific to the object; | |
20460 | it can supply additional details about what data to access. | |
20461 | ||
20462 | Here are the specific requests of this form defined so far. | |
20463 | All @samp{@code{qPart}:@var{object}:@code{read}:@dots{}} | |
20464 | requests use the same reply formats, listed below. | |
20465 | ||
20466 | @table @asis | |
20467 | @item @code{qPart}:@code{auxv}:@code{read}::@var{offset},@var{length} | |
20468 | Access the target's @dfn{auxiliary vector}. @xref{Auxiliary Vector}. | |
20469 | Note @var{annex} must be empty. | |
20470 | @end table | |
20471 | ||
20472 | Reply: | |
20473 | @table @asis | |
20474 | @item @code{OK} | |
20475 | The @var{offset} in the request is at the end of the data. | |
20476 | There is no more data to be read. | |
20477 | ||
20478 | @item @var{XX@dots{}} | |
20479 | Hex encoded data bytes read. | |
20480 | This may be fewer bytes than the @var{length} in the request. | |
20481 | ||
20482 | @item @code{E00} | |
20483 | The request was malformed, or @var{annex} was invalid. | |
20484 | ||
20485 | @item @code{E}@var{nn} | |
20486 | The offset was invalid, or there was an error encountered reading the data. | |
20487 | @var{nn} is a hex-encoded @code{errno} value. | |
20488 | ||
20489 | @item @code{""} (empty) | |
20490 | An empty reply indicates the @var{object} or @var{annex} string was not | |
20491 | recognized by the stub. | |
20492 | @end table | |
20493 | ||
20494 | @item @code{qPart}:@var{object}:@code{write}:@var{annex}:@var{offset}:@var{data@dots{}} | |
20495 | ||
20496 | Write uninterpreted bytes into the target's special data area | |
20497 | identified by the keyword @code{object}, | |
20498 | starting at @var{offset} bytes into the data. | |
20499 | @var{data@dots{}} is the hex-encoded data to be written. | |
20500 | The content and encoding of @var{annex} is specific to the object; | |
20501 | it can supply additional details about what data to access. | |
20502 | ||
20503 | No requests of this form are presently in use. This specification | |
20504 | serves as a placeholder to document the common format that new | |
20505 | specific request specifications ought to use. | |
20506 | ||
20507 | Reply: | |
20508 | @table @asis | |
20509 | @item @var{nn} | |
20510 | @var{nn} (hex encoded) is the number of bytes written. | |
20511 | This may be fewer bytes than supplied in the request. | |
20512 | ||
20513 | @item @code{E00} | |
20514 | The request was malformed, or @var{annex} was invalid. | |
20515 | ||
20516 | @item @code{E}@var{nn} | |
20517 | The offset was invalid, or there was an error encountered writing the data. | |
20518 | @var{nn} is a hex-encoded @code{errno} value. | |
20519 | ||
20520 | @item @code{""} (empty) | |
20521 | An empty reply indicates the @var{object} or @var{annex} string was not | |
20522 | recognized by the stub, or that the object does not support writing. | |
20523 | @end table | |
20524 | ||
20525 | @item @code{qPart}:@var{object}:@var{operation}:@dots{} | |
20526 | Requests of this form may be added in the future. When a stub does | |
20527 | not recognize the @var{object} keyword, or its support for | |
20528 | @var{object} does not recognize the @var{operation} keyword, | |
20529 | the stub must respond with an empty packet. | |
ee2d5c50 AC |
20530 | @end table |
20531 | ||
20532 | @node Register Packet Format | |
20533 | @section Register Packet Format | |
eb12ee30 | 20534 | |
8e04817f | 20535 | The following @samp{g}/@samp{G} packets have previously been defined. |
ee2d5c50 AC |
20536 | In the below, some thirty-two bit registers are transferred as |
20537 | sixty-four bits. Those registers should be zero/sign extended (which?) | |
20538 | to fill the space allocated. Register bytes are transfered in target | |
20539 | byte order. The two nibbles within a register byte are transfered | |
20540 | most-significant - least-significant. | |
eb12ee30 | 20541 | |
ee2d5c50 | 20542 | @table @r |
eb12ee30 | 20543 | |
8e04817f | 20544 | @item MIPS32 |
ee2d5c50 | 20545 | |
8e04817f AC |
20546 | All registers are transfered as thirty-two bit quantities in the order: |
20547 | 32 general-purpose; sr; lo; hi; bad; cause; pc; 32 floating-point | |
20548 | registers; fsr; fir; fp. | |
eb12ee30 | 20549 | |
8e04817f | 20550 | @item MIPS64 |
ee2d5c50 | 20551 | |
8e04817f AC |
20552 | All registers are transfered as sixty-four bit quantities (including |
20553 | thirty-two bit registers such as @code{sr}). The ordering is the same | |
20554 | as @code{MIPS32}. | |
eb12ee30 | 20555 | |
ee2d5c50 AC |
20556 | @end table |
20557 | ||
20558 | @node Examples | |
20559 | @section Examples | |
eb12ee30 | 20560 | |
8e04817f AC |
20561 | Example sequence of a target being re-started. Notice how the restart |
20562 | does not get any direct output: | |
eb12ee30 | 20563 | |
474c8240 | 20564 | @smallexample |
d2c6833e AC |
20565 | -> @code{R00} |
20566 | <- @code{+} | |
8e04817f | 20567 | @emph{target restarts} |
d2c6833e | 20568 | -> @code{?} |
8e04817f | 20569 | <- @code{+} |
d2c6833e AC |
20570 | <- @code{T001:1234123412341234} |
20571 | -> @code{+} | |
474c8240 | 20572 | @end smallexample |
eb12ee30 | 20573 | |
8e04817f | 20574 | Example sequence of a target being stepped by a single instruction: |
eb12ee30 | 20575 | |
474c8240 | 20576 | @smallexample |
d2c6833e | 20577 | -> @code{G1445@dots{}} |
8e04817f | 20578 | <- @code{+} |
d2c6833e AC |
20579 | -> @code{s} |
20580 | <- @code{+} | |
20581 | @emph{time passes} | |
20582 | <- @code{T001:1234123412341234} | |
8e04817f | 20583 | -> @code{+} |
d2c6833e | 20584 | -> @code{g} |
8e04817f | 20585 | <- @code{+} |
d2c6833e AC |
20586 | <- @code{1455@dots{}} |
20587 | -> @code{+} | |
474c8240 | 20588 | @end smallexample |
eb12ee30 | 20589 | |
0ce1b118 CV |
20590 | @node File-I/O remote protocol extension |
20591 | @section File-I/O remote protocol extension | |
20592 | @cindex File-I/O remote protocol extension | |
20593 | ||
20594 | @menu | |
20595 | * File-I/O Overview:: | |
20596 | * Protocol basics:: | |
1d8b2f28 JB |
20597 | * The F request packet:: |
20598 | * The F reply packet:: | |
0ce1b118 CV |
20599 | * Memory transfer:: |
20600 | * The Ctrl-C message:: | |
20601 | * Console I/O:: | |
20602 | * The isatty call:: | |
20603 | * The system call:: | |
20604 | * List of supported calls:: | |
20605 | * Protocol specific representation of datatypes:: | |
20606 | * Constants:: | |
20607 | * File-I/O Examples:: | |
20608 | @end menu | |
20609 | ||
20610 | @node File-I/O Overview | |
20611 | @subsection File-I/O Overview | |
20612 | @cindex file-i/o overview | |
20613 | ||
20614 | The File I/O remote protocol extension (short: File-I/O) allows the | |
20615 | target to use the hosts file system and console I/O when calling various | |
20616 | system calls. System calls on the target system are translated into a | |
20617 | remote protocol packet to the host system which then performs the needed | |
20618 | actions and returns with an adequate response packet to the target system. | |
20619 | This simulates file system operations even on targets that lack file systems. | |
20620 | ||
20621 | The protocol is defined host- and target-system independent. It uses | |
20622 | it's own independent representation of datatypes and values. Both, | |
20623 | @value{GDBN} and the target's @value{GDBN} stub are responsible for | |
20624 | translating the system dependent values into the unified protocol values | |
20625 | when data is transmitted. | |
20626 | ||
20627 | The communication is synchronous. A system call is possible only | |
20628 | when GDB is waiting for the @samp{C}, @samp{c}, @samp{S} or @samp{s} | |
20629 | packets. While @value{GDBN} handles the request for a system call, | |
20630 | the target is stopped to allow deterministic access to the target's | |
20631 | memory. Therefore File-I/O is not interuptible by target signals. It | |
20632 | is possible to interrupt File-I/O by a user interrupt (Ctrl-C), though. | |
20633 | ||
20634 | The target's request to perform a host system call does not finish | |
20635 | the latest @samp{C}, @samp{c}, @samp{S} or @samp{s} action. That means, | |
20636 | after finishing the system call, the target returns to continuing the | |
20637 | previous activity (continue, step). No additional continue or step | |
20638 | request from @value{GDBN} is required. | |
20639 | ||
20640 | @smallexample | |
20641 | (gdb) continue | |
20642 | <- target requests 'system call X' | |
20643 | target is stopped, @value{GDBN} executes system call | |
20644 | -> GDB returns result | |
20645 | ... target continues, GDB returns to wait for the target | |
20646 | <- target hits breakpoint and sends a Txx packet | |
20647 | @end smallexample | |
20648 | ||
20649 | The protocol is only used for files on the host file system and | |
20650 | for I/O on the console. Character or block special devices, pipes, | |
20651 | named pipes or sockets or any other communication method on the host | |
20652 | system are not supported by this protocol. | |
20653 | ||
20654 | @node Protocol basics | |
20655 | @subsection Protocol basics | |
20656 | @cindex protocol basics, file-i/o | |
20657 | ||
20658 | The File-I/O protocol uses the @code{F} packet, as request as well | |
20659 | as as reply packet. Since a File-I/O system call can only occur when | |
b383017d | 20660 | @value{GDBN} is waiting for the continuing or stepping target, the |
0ce1b118 CV |
20661 | File-I/O request is a reply that @value{GDBN} has to expect as a result |
20662 | of a former @samp{C}, @samp{c}, @samp{S} or @samp{s} packet. | |
20663 | This @code{F} packet contains all information needed to allow @value{GDBN} | |
20664 | to call the appropriate host system call: | |
20665 | ||
20666 | @itemize @bullet | |
b383017d | 20667 | @item |
0ce1b118 CV |
20668 | A unique identifier for the requested system call. |
20669 | ||
20670 | @item | |
20671 | All parameters to the system call. Pointers are given as addresses | |
20672 | in the target memory address space. Pointers to strings are given as | |
b383017d | 20673 | pointer/length pair. Numerical values are given as they are. |
0ce1b118 CV |
20674 | Numerical control values are given in a protocol specific representation. |
20675 | ||
20676 | @end itemize | |
20677 | ||
20678 | At that point @value{GDBN} has to perform the following actions. | |
20679 | ||
20680 | @itemize @bullet | |
b383017d | 20681 | @item |
0ce1b118 CV |
20682 | If parameter pointer values are given, which point to data needed as input |
20683 | to a system call, @value{GDBN} requests this data from the target with a | |
20684 | standard @code{m} packet request. This additional communication has to be | |
20685 | expected by the target implementation and is handled as any other @code{m} | |
20686 | packet. | |
20687 | ||
20688 | @item | |
20689 | @value{GDBN} translates all value from protocol representation to host | |
20690 | representation as needed. Datatypes are coerced into the host types. | |
20691 | ||
20692 | @item | |
20693 | @value{GDBN} calls the system call | |
20694 | ||
20695 | @item | |
20696 | It then coerces datatypes back to protocol representation. | |
20697 | ||
20698 | @item | |
20699 | If pointer parameters in the request packet point to buffer space in which | |
20700 | a system call is expected to copy data to, the data is transmitted to the | |
20701 | target using a @code{M} or @code{X} packet. This packet has to be expected | |
20702 | by the target implementation and is handled as any other @code{M} or @code{X} | |
20703 | packet. | |
20704 | ||
20705 | @end itemize | |
20706 | ||
20707 | Eventually @value{GDBN} replies with another @code{F} packet which contains all | |
20708 | necessary information for the target to continue. This at least contains | |
20709 | ||
20710 | @itemize @bullet | |
20711 | @item | |
20712 | Return value. | |
20713 | ||
20714 | @item | |
20715 | @code{errno}, if has been changed by the system call. | |
20716 | ||
20717 | @item | |
20718 | ``Ctrl-C'' flag. | |
20719 | ||
20720 | @end itemize | |
20721 | ||
20722 | After having done the needed type and value coercion, the target continues | |
20723 | the latest continue or step action. | |
20724 | ||
1d8b2f28 | 20725 | @node The F request packet |
0ce1b118 CV |
20726 | @subsection The @code{F} request packet |
20727 | @cindex file-i/o request packet | |
20728 | @cindex @code{F} request packet | |
20729 | ||
20730 | The @code{F} request packet has the following format: | |
20731 | ||
20732 | @table @samp | |
20733 | ||
20734 | @smallexample | |
20735 | @code{F}@var{call-id}@code{,}@var{parameter@dots{}} | |
20736 | @end smallexample | |
20737 | ||
20738 | @var{call-id} is the identifier to indicate the host system call to be called. | |
20739 | This is just the name of the function. | |
20740 | ||
20741 | @var{parameter@dots{}} are the parameters to the system call. | |
20742 | ||
b383017d | 20743 | @end table |
0ce1b118 CV |
20744 | |
20745 | Parameters are hexadecimal integer values, either the real values in case | |
20746 | of scalar datatypes, as pointers to target buffer space in case of compound | |
20747 | datatypes and unspecified memory areas or as pointer/length pairs in case | |
20748 | of string parameters. These are appended to the call-id, each separated | |
20749 | from its predecessor by a comma. All values are transmitted in ASCII | |
20750 | string representation, pointer/length pairs separated by a slash. | |
20751 | ||
1d8b2f28 | 20752 | @node The F reply packet |
0ce1b118 CV |
20753 | @subsection The @code{F} reply packet |
20754 | @cindex file-i/o reply packet | |
20755 | @cindex @code{F} reply packet | |
20756 | ||
20757 | The @code{F} reply packet has the following format: | |
20758 | ||
20759 | @table @samp | |
20760 | ||
20761 | @smallexample | |
20762 | @code{F}@var{retcode}@code{,}@var{errno}@code{,}@var{Ctrl-C flag}@code{;}@var{call specific attachment} | |
20763 | @end smallexample | |
20764 | ||
20765 | @var{retcode} is the return code of the system call as hexadecimal value. | |
20766 | ||
20767 | @var{errno} is the errno set by the call, in protocol specific representation. | |
20768 | This parameter can be omitted if the call was successful. | |
20769 | ||
20770 | @var{Ctrl-C flag} is only send if the user requested a break. In this | |
20771 | case, @var{errno} must be send as well, even if the call was successful. | |
20772 | The @var{Ctrl-C flag} itself consists of the character 'C': | |
20773 | ||
20774 | @smallexample | |
20775 | F0,0,C | |
20776 | @end smallexample | |
20777 | ||
20778 | @noindent | |
20779 | or, if the call was interupted before the host call has been performed: | |
20780 | ||
20781 | @smallexample | |
20782 | F-1,4,C | |
20783 | @end smallexample | |
20784 | ||
20785 | @noindent | |
20786 | assuming 4 is the protocol specific representation of @code{EINTR}. | |
20787 | ||
20788 | @end table | |
20789 | ||
20790 | @node Memory transfer | |
20791 | @subsection Memory transfer | |
20792 | @cindex memory transfer, in file-i/o protocol | |
20793 | ||
20794 | Structured data which is transferred using a memory read or write as e.g.@: | |
20795 | a @code{struct stat} is expected to be in a protocol specific format with | |
20796 | all scalar multibyte datatypes being big endian. This should be done by | |
20797 | the target before the @code{F} packet is sent resp.@: by @value{GDBN} before | |
20798 | it transfers memory to the target. Transferred pointers to structured | |
20799 | data should point to the already coerced data at any time. | |
20800 | ||
20801 | @node The Ctrl-C message | |
20802 | @subsection The Ctrl-C message | |
20803 | @cindex ctrl-c message, in file-i/o protocol | |
20804 | ||
20805 | A special case is, if the @var{Ctrl-C flag} is set in the @value{GDBN} | |
20806 | reply packet. In this case the target should behave, as if it had | |
20807 | gotten a break message. The meaning for the target is ``system call | |
20808 | interupted by @code{SIGINT}''. Consequentially, the target should actually stop | |
20809 | (as with a break message) and return to @value{GDBN} with a @code{T02} | |
b383017d | 20810 | packet. In this case, it's important for the target to know, in which |
0ce1b118 CV |
20811 | state the system call was interrupted. Since this action is by design |
20812 | not an atomic operation, we have to differ between two cases: | |
20813 | ||
20814 | @itemize @bullet | |
20815 | @item | |
20816 | The system call hasn't been performed on the host yet. | |
20817 | ||
20818 | @item | |
20819 | The system call on the host has been finished. | |
20820 | ||
20821 | @end itemize | |
20822 | ||
20823 | These two states can be distinguished by the target by the value of the | |
20824 | returned @code{errno}. If it's the protocol representation of @code{EINTR}, the system | |
20825 | call hasn't been performed. This is equivalent to the @code{EINTR} handling | |
20826 | on POSIX systems. In any other case, the target may presume that the | |
20827 | system call has been finished --- successful or not --- and should behave | |
20828 | as if the break message arrived right after the system call. | |
20829 | ||
20830 | @value{GDBN} must behave reliable. If the system call has not been called | |
20831 | yet, @value{GDBN} may send the @code{F} reply immediately, setting @code{EINTR} as | |
20832 | @code{errno} in the packet. If the system call on the host has been finished | |
20833 | before the user requests a break, the full action must be finshed by | |
20834 | @value{GDBN}. This requires sending @code{M} or @code{X} packets as they fit. | |
20835 | The @code{F} packet may only be send when either nothing has happened | |
20836 | or the full action has been completed. | |
20837 | ||
20838 | @node Console I/O | |
20839 | @subsection Console I/O | |
20840 | @cindex console i/o as part of file-i/o | |
20841 | ||
20842 | By default and if not explicitely closed by the target system, the file | |
20843 | descriptors 0, 1 and 2 are connected to the @value{GDBN} console. Output | |
20844 | on the @value{GDBN} console is handled as any other file output operation | |
20845 | (@code{write(1, @dots{})} or @code{write(2, @dots{})}). Console input is handled | |
20846 | by @value{GDBN} so that after the target read request from file descriptor | |
20847 | 0 all following typing is buffered until either one of the following | |
20848 | conditions is met: | |
20849 | ||
20850 | @itemize @bullet | |
20851 | @item | |
20852 | The user presses @kbd{Ctrl-C}. The behaviour is as explained above, the | |
20853 | @code{read} | |
20854 | system call is treated as finished. | |
20855 | ||
20856 | @item | |
20857 | The user presses @kbd{Enter}. This is treated as end of input with a trailing | |
20858 | line feed. | |
20859 | ||
20860 | @item | |
20861 | The user presses @kbd{Ctrl-D}. This is treated as end of input. No trailing | |
20862 | character, especially no Ctrl-D is appended to the input. | |
20863 | ||
20864 | @end itemize | |
20865 | ||
20866 | If the user has typed more characters as fit in the buffer given to | |
20867 | the read call, the trailing characters are buffered in @value{GDBN} until | |
20868 | either another @code{read(0, @dots{})} is requested by the target or debugging | |
20869 | is stopped on users request. | |
20870 | ||
20871 | @node The isatty call | |
20872 | @subsection The isatty(3) call | |
20873 | @cindex isatty call, file-i/o protocol | |
20874 | ||
20875 | A special case in this protocol is the library call @code{isatty} which | |
20876 | is implemented as it's own call inside of this protocol. It returns | |
20877 | 1 to the target if the file descriptor given as parameter is attached | |
20878 | to the @value{GDBN} console, 0 otherwise. Implementing through system calls | |
20879 | would require implementing @code{ioctl} and would be more complex than | |
20880 | needed. | |
20881 | ||
20882 | @node The system call | |
20883 | @subsection The system(3) call | |
20884 | @cindex system call, file-i/o protocol | |
20885 | ||
20886 | The other special case in this protocol is the @code{system} call which | |
20887 | is implemented as it's own call, too. @value{GDBN} is taking over the full | |
20888 | task of calling the necessary host calls to perform the @code{system} | |
20889 | call. The return value of @code{system} is simplified before it's returned | |
20890 | to the target. Basically, the only signal transmitted back is @code{EINTR} | |
20891 | in case the user pressed @kbd{Ctrl-C}. Otherwise the return value consists | |
20892 | entirely of the exit status of the called command. | |
20893 | ||
20894 | Due to security concerns, the @code{system} call is refused to be called | |
b383017d | 20895 | by @value{GDBN} by default. The user has to allow this call explicitly by |
0ce1b118 CV |
20896 | entering |
20897 | ||
20898 | @table @samp | |
20899 | @kindex set remote system-call-allowed 1 | |
20900 | @item @code{set remote system-call-allowed 1} | |
20901 | @end table | |
20902 | ||
20903 | Disabling the @code{system} call is done by | |
20904 | ||
20905 | @table @samp | |
20906 | @kindex set remote system-call-allowed 0 | |
20907 | @item @code{set remote system-call-allowed 0} | |
20908 | @end table | |
20909 | ||
20910 | The current setting is shown by typing | |
20911 | ||
20912 | @table @samp | |
20913 | @kindex show remote system-call-allowed | |
20914 | @item @code{show remote system-call-allowed} | |
20915 | @end table | |
20916 | ||
20917 | @node List of supported calls | |
20918 | @subsection List of supported calls | |
20919 | @cindex list of supported file-i/o calls | |
20920 | ||
20921 | @menu | |
20922 | * open:: | |
20923 | * close:: | |
20924 | * read:: | |
20925 | * write:: | |
20926 | * lseek:: | |
20927 | * rename:: | |
20928 | * unlink:: | |
20929 | * stat/fstat:: | |
20930 | * gettimeofday:: | |
20931 | * isatty:: | |
20932 | * system:: | |
20933 | @end menu | |
20934 | ||
20935 | @node open | |
20936 | @unnumberedsubsubsec open | |
20937 | @cindex open, file-i/o system call | |
20938 | ||
20939 | @smallexample | |
20940 | @exdent Synopsis: | |
20941 | int open(const char *pathname, int flags); | |
20942 | int open(const char *pathname, int flags, mode_t mode); | |
20943 | ||
b383017d | 20944 | @exdent Request: |
0ce1b118 CV |
20945 | Fopen,pathptr/len,flags,mode |
20946 | @end smallexample | |
20947 | ||
20948 | @noindent | |
20949 | @code{flags} is the bitwise or of the following values: | |
20950 | ||
20951 | @table @code | |
b383017d | 20952 | @item O_CREAT |
0ce1b118 CV |
20953 | If the file does not exist it will be created. The host |
20954 | rules apply as far as file ownership and time stamps | |
20955 | are concerned. | |
20956 | ||
b383017d | 20957 | @item O_EXCL |
0ce1b118 CV |
20958 | When used with O_CREAT, if the file already exists it is |
20959 | an error and open() fails. | |
20960 | ||
b383017d | 20961 | @item O_TRUNC |
0ce1b118 CV |
20962 | If the file already exists and the open mode allows |
20963 | writing (O_RDWR or O_WRONLY is given) it will be | |
20964 | truncated to length 0. | |
20965 | ||
b383017d | 20966 | @item O_APPEND |
0ce1b118 CV |
20967 | The file is opened in append mode. |
20968 | ||
b383017d | 20969 | @item O_RDONLY |
0ce1b118 CV |
20970 | The file is opened for reading only. |
20971 | ||
b383017d | 20972 | @item O_WRONLY |
0ce1b118 CV |
20973 | The file is opened for writing only. |
20974 | ||
b383017d | 20975 | @item O_RDWR |
0ce1b118 CV |
20976 | The file is opened for reading and writing. |
20977 | ||
20978 | @noindent | |
20979 | Each other bit is silently ignored. | |
20980 | ||
20981 | @end table | |
20982 | ||
20983 | @noindent | |
20984 | @code{mode} is the bitwise or of the following values: | |
20985 | ||
20986 | @table @code | |
b383017d | 20987 | @item S_IRUSR |
0ce1b118 CV |
20988 | User has read permission. |
20989 | ||
b383017d | 20990 | @item S_IWUSR |
0ce1b118 CV |
20991 | User has write permission. |
20992 | ||
b383017d | 20993 | @item S_IRGRP |
0ce1b118 CV |
20994 | Group has read permission. |
20995 | ||
b383017d | 20996 | @item S_IWGRP |
0ce1b118 CV |
20997 | Group has write permission. |
20998 | ||
b383017d | 20999 | @item S_IROTH |
0ce1b118 CV |
21000 | Others have read permission. |
21001 | ||
b383017d | 21002 | @item S_IWOTH |
0ce1b118 CV |
21003 | Others have write permission. |
21004 | ||
21005 | @noindent | |
21006 | Each other bit is silently ignored. | |
21007 | ||
21008 | @end table | |
21009 | ||
21010 | @smallexample | |
21011 | @exdent Return value: | |
21012 | open returns the new file descriptor or -1 if an error | |
21013 | occured. | |
21014 | ||
21015 | @exdent Errors: | |
21016 | @end smallexample | |
21017 | ||
21018 | @table @code | |
b383017d | 21019 | @item EEXIST |
0ce1b118 CV |
21020 | pathname already exists and O_CREAT and O_EXCL were used. |
21021 | ||
b383017d | 21022 | @item EISDIR |
0ce1b118 CV |
21023 | pathname refers to a directory. |
21024 | ||
b383017d | 21025 | @item EACCES |
0ce1b118 CV |
21026 | The requested access is not allowed. |
21027 | ||
21028 | @item ENAMETOOLONG | |
21029 | pathname was too long. | |
21030 | ||
b383017d | 21031 | @item ENOENT |
0ce1b118 CV |
21032 | A directory component in pathname does not exist. |
21033 | ||
b383017d | 21034 | @item ENODEV |
0ce1b118 CV |
21035 | pathname refers to a device, pipe, named pipe or socket. |
21036 | ||
b383017d | 21037 | @item EROFS |
0ce1b118 CV |
21038 | pathname refers to a file on a read-only filesystem and |
21039 | write access was requested. | |
21040 | ||
b383017d | 21041 | @item EFAULT |
0ce1b118 CV |
21042 | pathname is an invalid pointer value. |
21043 | ||
b383017d | 21044 | @item ENOSPC |
0ce1b118 CV |
21045 | No space on device to create the file. |
21046 | ||
b383017d | 21047 | @item EMFILE |
0ce1b118 CV |
21048 | The process already has the maximum number of files open. |
21049 | ||
b383017d | 21050 | @item ENFILE |
0ce1b118 CV |
21051 | The limit on the total number of files open on the system |
21052 | has been reached. | |
21053 | ||
b383017d | 21054 | @item EINTR |
0ce1b118 CV |
21055 | The call was interrupted by the user. |
21056 | @end table | |
21057 | ||
21058 | @node close | |
21059 | @unnumberedsubsubsec close | |
21060 | @cindex close, file-i/o system call | |
21061 | ||
21062 | @smallexample | |
b383017d | 21063 | @exdent Synopsis: |
0ce1b118 CV |
21064 | int close(int fd); |
21065 | ||
b383017d | 21066 | @exdent Request: |
0ce1b118 CV |
21067 | Fclose,fd |
21068 | ||
21069 | @exdent Return value: | |
21070 | close returns zero on success, or -1 if an error occurred. | |
21071 | ||
21072 | @exdent Errors: | |
21073 | @end smallexample | |
21074 | ||
21075 | @table @code | |
b383017d | 21076 | @item EBADF |
0ce1b118 CV |
21077 | fd isn't a valid open file descriptor. |
21078 | ||
b383017d | 21079 | @item EINTR |
0ce1b118 CV |
21080 | The call was interrupted by the user. |
21081 | @end table | |
21082 | ||
21083 | @node read | |
21084 | @unnumberedsubsubsec read | |
21085 | @cindex read, file-i/o system call | |
21086 | ||
21087 | @smallexample | |
b383017d | 21088 | @exdent Synopsis: |
0ce1b118 CV |
21089 | int read(int fd, void *buf, unsigned int count); |
21090 | ||
b383017d | 21091 | @exdent Request: |
0ce1b118 CV |
21092 | Fread,fd,bufptr,count |
21093 | ||
21094 | @exdent Return value: | |
21095 | On success, the number of bytes read is returned. | |
21096 | Zero indicates end of file. If count is zero, read | |
b383017d | 21097 | returns zero as well. On error, -1 is returned. |
0ce1b118 CV |
21098 | |
21099 | @exdent Errors: | |
21100 | @end smallexample | |
21101 | ||
21102 | @table @code | |
b383017d | 21103 | @item EBADF |
0ce1b118 CV |
21104 | fd is not a valid file descriptor or is not open for |
21105 | reading. | |
21106 | ||
b383017d | 21107 | @item EFAULT |
0ce1b118 CV |
21108 | buf is an invalid pointer value. |
21109 | ||
b383017d | 21110 | @item EINTR |
0ce1b118 CV |
21111 | The call was interrupted by the user. |
21112 | @end table | |
21113 | ||
21114 | @node write | |
21115 | @unnumberedsubsubsec write | |
21116 | @cindex write, file-i/o system call | |
21117 | ||
21118 | @smallexample | |
b383017d | 21119 | @exdent Synopsis: |
0ce1b118 CV |
21120 | int write(int fd, const void *buf, unsigned int count); |
21121 | ||
b383017d | 21122 | @exdent Request: |
0ce1b118 CV |
21123 | Fwrite,fd,bufptr,count |
21124 | ||
21125 | @exdent Return value: | |
21126 | On success, the number of bytes written are returned. | |
21127 | Zero indicates nothing was written. On error, -1 | |
21128 | is returned. | |
21129 | ||
21130 | @exdent Errors: | |
21131 | @end smallexample | |
21132 | ||
21133 | @table @code | |
b383017d | 21134 | @item EBADF |
0ce1b118 CV |
21135 | fd is not a valid file descriptor or is not open for |
21136 | writing. | |
21137 | ||
b383017d | 21138 | @item EFAULT |
0ce1b118 CV |
21139 | buf is an invalid pointer value. |
21140 | ||
b383017d | 21141 | @item EFBIG |
0ce1b118 CV |
21142 | An attempt was made to write a file that exceeds the |
21143 | host specific maximum file size allowed. | |
21144 | ||
b383017d | 21145 | @item ENOSPC |
0ce1b118 CV |
21146 | No space on device to write the data. |
21147 | ||
b383017d | 21148 | @item EINTR |
0ce1b118 CV |
21149 | The call was interrupted by the user. |
21150 | @end table | |
21151 | ||
21152 | @node lseek | |
21153 | @unnumberedsubsubsec lseek | |
21154 | @cindex lseek, file-i/o system call | |
21155 | ||
21156 | @smallexample | |
b383017d | 21157 | @exdent Synopsis: |
0ce1b118 CV |
21158 | long lseek (int fd, long offset, int flag); |
21159 | ||
b383017d | 21160 | @exdent Request: |
0ce1b118 CV |
21161 | Flseek,fd,offset,flag |
21162 | @end smallexample | |
21163 | ||
21164 | @code{flag} is one of: | |
21165 | ||
21166 | @table @code | |
b383017d | 21167 | @item SEEK_SET |
0ce1b118 CV |
21168 | The offset is set to offset bytes. |
21169 | ||
b383017d | 21170 | @item SEEK_CUR |
0ce1b118 CV |
21171 | The offset is set to its current location plus offset |
21172 | bytes. | |
21173 | ||
b383017d | 21174 | @item SEEK_END |
0ce1b118 CV |
21175 | The offset is set to the size of the file plus offset |
21176 | bytes. | |
21177 | @end table | |
21178 | ||
21179 | @smallexample | |
21180 | @exdent Return value: | |
21181 | On success, the resulting unsigned offset in bytes from | |
21182 | the beginning of the file is returned. Otherwise, a | |
21183 | value of -1 is returned. | |
21184 | ||
21185 | @exdent Errors: | |
21186 | @end smallexample | |
21187 | ||
21188 | @table @code | |
b383017d | 21189 | @item EBADF |
0ce1b118 CV |
21190 | fd is not a valid open file descriptor. |
21191 | ||
b383017d | 21192 | @item ESPIPE |
0ce1b118 CV |
21193 | fd is associated with the @value{GDBN} console. |
21194 | ||
b383017d | 21195 | @item EINVAL |
0ce1b118 CV |
21196 | flag is not a proper value. |
21197 | ||
b383017d | 21198 | @item EINTR |
0ce1b118 CV |
21199 | The call was interrupted by the user. |
21200 | @end table | |
21201 | ||
21202 | @node rename | |
21203 | @unnumberedsubsubsec rename | |
21204 | @cindex rename, file-i/o system call | |
21205 | ||
21206 | @smallexample | |
b383017d | 21207 | @exdent Synopsis: |
0ce1b118 CV |
21208 | int rename(const char *oldpath, const char *newpath); |
21209 | ||
b383017d | 21210 | @exdent Request: |
0ce1b118 CV |
21211 | Frename,oldpathptr/len,newpathptr/len |
21212 | ||
21213 | @exdent Return value: | |
21214 | On success, zero is returned. On error, -1 is returned. | |
21215 | ||
21216 | @exdent Errors: | |
21217 | @end smallexample | |
21218 | ||
21219 | @table @code | |
b383017d | 21220 | @item EISDIR |
0ce1b118 CV |
21221 | newpath is an existing directory, but oldpath is not a |
21222 | directory. | |
21223 | ||
b383017d | 21224 | @item EEXIST |
0ce1b118 CV |
21225 | newpath is a non-empty directory. |
21226 | ||
b383017d | 21227 | @item EBUSY |
0ce1b118 CV |
21228 | oldpath or newpath is a directory that is in use by some |
21229 | process. | |
21230 | ||
b383017d | 21231 | @item EINVAL |
0ce1b118 CV |
21232 | An attempt was made to make a directory a subdirectory |
21233 | of itself. | |
21234 | ||
b383017d | 21235 | @item ENOTDIR |
0ce1b118 CV |
21236 | A component used as a directory in oldpath or new |
21237 | path is not a directory. Or oldpath is a directory | |
21238 | and newpath exists but is not a directory. | |
21239 | ||
b383017d | 21240 | @item EFAULT |
0ce1b118 CV |
21241 | oldpathptr or newpathptr are invalid pointer values. |
21242 | ||
b383017d | 21243 | @item EACCES |
0ce1b118 CV |
21244 | No access to the file or the path of the file. |
21245 | ||
21246 | @item ENAMETOOLONG | |
b383017d | 21247 | |
0ce1b118 CV |
21248 | oldpath or newpath was too long. |
21249 | ||
b383017d | 21250 | @item ENOENT |
0ce1b118 CV |
21251 | A directory component in oldpath or newpath does not exist. |
21252 | ||
b383017d | 21253 | @item EROFS |
0ce1b118 CV |
21254 | The file is on a read-only filesystem. |
21255 | ||
b383017d | 21256 | @item ENOSPC |
0ce1b118 CV |
21257 | The device containing the file has no room for the new |
21258 | directory entry. | |
21259 | ||
b383017d | 21260 | @item EINTR |
0ce1b118 CV |
21261 | The call was interrupted by the user. |
21262 | @end table | |
21263 | ||
21264 | @node unlink | |
21265 | @unnumberedsubsubsec unlink | |
21266 | @cindex unlink, file-i/o system call | |
21267 | ||
21268 | @smallexample | |
b383017d | 21269 | @exdent Synopsis: |
0ce1b118 CV |
21270 | int unlink(const char *pathname); |
21271 | ||
b383017d | 21272 | @exdent Request: |
0ce1b118 CV |
21273 | Funlink,pathnameptr/len |
21274 | ||
21275 | @exdent Return value: | |
21276 | On success, zero is returned. On error, -1 is returned. | |
21277 | ||
21278 | @exdent Errors: | |
21279 | @end smallexample | |
21280 | ||
21281 | @table @code | |
b383017d | 21282 | @item EACCES |
0ce1b118 CV |
21283 | No access to the file or the path of the file. |
21284 | ||
b383017d | 21285 | @item EPERM |
0ce1b118 CV |
21286 | The system does not allow unlinking of directories. |
21287 | ||
b383017d | 21288 | @item EBUSY |
0ce1b118 CV |
21289 | The file pathname cannot be unlinked because it's |
21290 | being used by another process. | |
21291 | ||
b383017d | 21292 | @item EFAULT |
0ce1b118 CV |
21293 | pathnameptr is an invalid pointer value. |
21294 | ||
21295 | @item ENAMETOOLONG | |
21296 | pathname was too long. | |
21297 | ||
b383017d | 21298 | @item ENOENT |
0ce1b118 CV |
21299 | A directory component in pathname does not exist. |
21300 | ||
b383017d | 21301 | @item ENOTDIR |
0ce1b118 CV |
21302 | A component of the path is not a directory. |
21303 | ||
b383017d | 21304 | @item EROFS |
0ce1b118 CV |
21305 | The file is on a read-only filesystem. |
21306 | ||
b383017d | 21307 | @item EINTR |
0ce1b118 CV |
21308 | The call was interrupted by the user. |
21309 | @end table | |
21310 | ||
21311 | @node stat/fstat | |
21312 | @unnumberedsubsubsec stat/fstat | |
21313 | @cindex fstat, file-i/o system call | |
21314 | @cindex stat, file-i/o system call | |
21315 | ||
21316 | @smallexample | |
b383017d | 21317 | @exdent Synopsis: |
0ce1b118 CV |
21318 | int stat(const char *pathname, struct stat *buf); |
21319 | int fstat(int fd, struct stat *buf); | |
21320 | ||
b383017d | 21321 | @exdent Request: |
0ce1b118 CV |
21322 | Fstat,pathnameptr/len,bufptr |
21323 | Ffstat,fd,bufptr | |
21324 | ||
21325 | @exdent Return value: | |
21326 | On success, zero is returned. On error, -1 is returned. | |
21327 | ||
21328 | @exdent Errors: | |
21329 | @end smallexample | |
21330 | ||
21331 | @table @code | |
b383017d | 21332 | @item EBADF |
0ce1b118 CV |
21333 | fd is not a valid open file. |
21334 | ||
b383017d | 21335 | @item ENOENT |
0ce1b118 CV |
21336 | A directory component in pathname does not exist or the |
21337 | path is an empty string. | |
21338 | ||
b383017d | 21339 | @item ENOTDIR |
0ce1b118 CV |
21340 | A component of the path is not a directory. |
21341 | ||
b383017d | 21342 | @item EFAULT |
0ce1b118 CV |
21343 | pathnameptr is an invalid pointer value. |
21344 | ||
b383017d | 21345 | @item EACCES |
0ce1b118 CV |
21346 | No access to the file or the path of the file. |
21347 | ||
21348 | @item ENAMETOOLONG | |
21349 | pathname was too long. | |
21350 | ||
b383017d | 21351 | @item EINTR |
0ce1b118 CV |
21352 | The call was interrupted by the user. |
21353 | @end table | |
21354 | ||
21355 | @node gettimeofday | |
21356 | @unnumberedsubsubsec gettimeofday | |
21357 | @cindex gettimeofday, file-i/o system call | |
21358 | ||
21359 | @smallexample | |
b383017d | 21360 | @exdent Synopsis: |
0ce1b118 CV |
21361 | int gettimeofday(struct timeval *tv, void *tz); |
21362 | ||
b383017d | 21363 | @exdent Request: |
0ce1b118 CV |
21364 | Fgettimeofday,tvptr,tzptr |
21365 | ||
21366 | @exdent Return value: | |
21367 | On success, 0 is returned, -1 otherwise. | |
21368 | ||
21369 | @exdent Errors: | |
21370 | @end smallexample | |
21371 | ||
21372 | @table @code | |
b383017d | 21373 | @item EINVAL |
0ce1b118 CV |
21374 | tz is a non-NULL pointer. |
21375 | ||
b383017d | 21376 | @item EFAULT |
0ce1b118 CV |
21377 | tvptr and/or tzptr is an invalid pointer value. |
21378 | @end table | |
21379 | ||
21380 | @node isatty | |
21381 | @unnumberedsubsubsec isatty | |
21382 | @cindex isatty, file-i/o system call | |
21383 | ||
21384 | @smallexample | |
b383017d | 21385 | @exdent Synopsis: |
0ce1b118 CV |
21386 | int isatty(int fd); |
21387 | ||
b383017d | 21388 | @exdent Request: |
0ce1b118 CV |
21389 | Fisatty,fd |
21390 | ||
21391 | @exdent Return value: | |
21392 | Returns 1 if fd refers to the @value{GDBN} console, 0 otherwise. | |
21393 | ||
21394 | @exdent Errors: | |
21395 | @end smallexample | |
21396 | ||
21397 | @table @code | |
b383017d | 21398 | @item EINTR |
0ce1b118 CV |
21399 | The call was interrupted by the user. |
21400 | @end table | |
21401 | ||
21402 | @node system | |
21403 | @unnumberedsubsubsec system | |
21404 | @cindex system, file-i/o system call | |
21405 | ||
21406 | @smallexample | |
b383017d | 21407 | @exdent Synopsis: |
0ce1b118 CV |
21408 | int system(const char *command); |
21409 | ||
b383017d | 21410 | @exdent Request: |
0ce1b118 CV |
21411 | Fsystem,commandptr/len |
21412 | ||
21413 | @exdent Return value: | |
21414 | The value returned is -1 on error and the return status | |
21415 | of the command otherwise. Only the exit status of the | |
21416 | command is returned, which is extracted from the hosts | |
21417 | system return value by calling WEXITSTATUS(retval). | |
21418 | In case /bin/sh could not be executed, 127 is returned. | |
21419 | ||
21420 | @exdent Errors: | |
21421 | @end smallexample | |
21422 | ||
21423 | @table @code | |
b383017d | 21424 | @item EINTR |
0ce1b118 CV |
21425 | The call was interrupted by the user. |
21426 | @end table | |
21427 | ||
21428 | @node Protocol specific representation of datatypes | |
21429 | @subsection Protocol specific representation of datatypes | |
21430 | @cindex protocol specific representation of datatypes, in file-i/o protocol | |
21431 | ||
21432 | @menu | |
21433 | * Integral datatypes:: | |
21434 | * Pointer values:: | |
21435 | * struct stat:: | |
21436 | * struct timeval:: | |
21437 | @end menu | |
21438 | ||
21439 | @node Integral datatypes | |
21440 | @unnumberedsubsubsec Integral datatypes | |
21441 | @cindex integral datatypes, in file-i/o protocol | |
21442 | ||
21443 | The integral datatypes used in the system calls are | |
21444 | ||
21445 | @smallexample | |
21446 | int@r{,} unsigned int@r{,} long@r{,} unsigned long@r{,} mode_t @r{and} time_t | |
21447 | @end smallexample | |
21448 | ||
21449 | @code{Int}, @code{unsigned int}, @code{mode_t} and @code{time_t} are | |
21450 | implemented as 32 bit values in this protocol. | |
21451 | ||
b383017d RM |
21452 | @code{Long} and @code{unsigned long} are implemented as 64 bit types. |
21453 | ||
0ce1b118 CV |
21454 | @xref{Limits}, for corresponding MIN and MAX values (similar to those |
21455 | in @file{limits.h}) to allow range checking on host and target. | |
21456 | ||
21457 | @code{time_t} datatypes are defined as seconds since the Epoch. | |
21458 | ||
21459 | All integral datatypes transferred as part of a memory read or write of a | |
21460 | structured datatype e.g.@: a @code{struct stat} have to be given in big endian | |
21461 | byte order. | |
21462 | ||
21463 | @node Pointer values | |
21464 | @unnumberedsubsubsec Pointer values | |
21465 | @cindex pointer values, in file-i/o protocol | |
21466 | ||
21467 | Pointers to target data are transmitted as they are. An exception | |
21468 | is made for pointers to buffers for which the length isn't | |
21469 | transmitted as part of the function call, namely strings. Strings | |
21470 | are transmitted as a pointer/length pair, both as hex values, e.g.@: | |
21471 | ||
21472 | @smallexample | |
21473 | @code{1aaf/12} | |
21474 | @end smallexample | |
21475 | ||
21476 | @noindent | |
21477 | which is a pointer to data of length 18 bytes at position 0x1aaf. | |
21478 | The length is defined as the full string length in bytes, including | |
21479 | the trailing null byte. Example: | |
21480 | ||
21481 | @smallexample | |
21482 | ``hello, world'' at address 0x123456 | |
21483 | @end smallexample | |
21484 | ||
21485 | @noindent | |
21486 | is transmitted as | |
21487 | ||
21488 | @smallexample | |
21489 | @code{123456/d} | |
21490 | @end smallexample | |
21491 | ||
21492 | @node struct stat | |
21493 | @unnumberedsubsubsec struct stat | |
21494 | @cindex struct stat, in file-i/o protocol | |
21495 | ||
21496 | The buffer of type struct stat used by the target and @value{GDBN} is defined | |
21497 | as follows: | |
21498 | ||
21499 | @smallexample | |
21500 | struct stat @{ | |
21501 | unsigned int st_dev; /* device */ | |
21502 | unsigned int st_ino; /* inode */ | |
21503 | mode_t st_mode; /* protection */ | |
21504 | unsigned int st_nlink; /* number of hard links */ | |
21505 | unsigned int st_uid; /* user ID of owner */ | |
21506 | unsigned int st_gid; /* group ID of owner */ | |
21507 | unsigned int st_rdev; /* device type (if inode device) */ | |
21508 | unsigned long st_size; /* total size, in bytes */ | |
21509 | unsigned long st_blksize; /* blocksize for filesystem I/O */ | |
21510 | unsigned long st_blocks; /* number of blocks allocated */ | |
21511 | time_t st_atime; /* time of last access */ | |
21512 | time_t st_mtime; /* time of last modification */ | |
21513 | time_t st_ctime; /* time of last change */ | |
21514 | @}; | |
21515 | @end smallexample | |
21516 | ||
21517 | The integral datatypes are conforming to the definitions given in the | |
21518 | approriate section (see @ref{Integral datatypes}, for details) so this | |
21519 | structure is of size 64 bytes. | |
21520 | ||
21521 | The values of several fields have a restricted meaning and/or | |
21522 | range of values. | |
21523 | ||
21524 | @smallexample | |
21525 | st_dev: 0 file | |
21526 | 1 console | |
21527 | ||
21528 | st_ino: No valid meaning for the target. Transmitted unchanged. | |
21529 | ||
21530 | st_mode: Valid mode bits are described in Appendix C. Any other | |
21531 | bits have currently no meaning for the target. | |
21532 | ||
21533 | st_uid: No valid meaning for the target. Transmitted unchanged. | |
21534 | ||
21535 | st_gid: No valid meaning for the target. Transmitted unchanged. | |
21536 | ||
21537 | st_rdev: No valid meaning for the target. Transmitted unchanged. | |
21538 | ||
21539 | st_atime, st_mtime, st_ctime: | |
21540 | These values have a host and file system dependent | |
21541 | accuracy. Especially on Windows hosts the file systems | |
21542 | don't support exact timing values. | |
21543 | @end smallexample | |
21544 | ||
21545 | The target gets a struct stat of the above representation and is | |
21546 | responsible to coerce it to the target representation before | |
21547 | continuing. | |
21548 | ||
21549 | Note that due to size differences between the host and target | |
21550 | representation of stat members, these members could eventually | |
21551 | get truncated on the target. | |
21552 | ||
21553 | @node struct timeval | |
21554 | @unnumberedsubsubsec struct timeval | |
21555 | @cindex struct timeval, in file-i/o protocol | |
21556 | ||
21557 | The buffer of type struct timeval used by the target and @value{GDBN} | |
21558 | is defined as follows: | |
21559 | ||
21560 | @smallexample | |
b383017d | 21561 | struct timeval @{ |
0ce1b118 CV |
21562 | time_t tv_sec; /* second */ |
21563 | long tv_usec; /* microsecond */ | |
21564 | @}; | |
21565 | @end smallexample | |
21566 | ||
21567 | The integral datatypes are conforming to the definitions given in the | |
21568 | approriate section (see @ref{Integral datatypes}, for details) so this | |
21569 | structure is of size 8 bytes. | |
21570 | ||
21571 | @node Constants | |
21572 | @subsection Constants | |
21573 | @cindex constants, in file-i/o protocol | |
21574 | ||
21575 | The following values are used for the constants inside of the | |
21576 | protocol. @value{GDBN} and target are resposible to translate these | |
21577 | values before and after the call as needed. | |
21578 | ||
21579 | @menu | |
21580 | * Open flags:: | |
21581 | * mode_t values:: | |
21582 | * Errno values:: | |
21583 | * Lseek flags:: | |
21584 | * Limits:: | |
21585 | @end menu | |
21586 | ||
21587 | @node Open flags | |
21588 | @unnumberedsubsubsec Open flags | |
21589 | @cindex open flags, in file-i/o protocol | |
21590 | ||
21591 | All values are given in hexadecimal representation. | |
21592 | ||
21593 | @smallexample | |
21594 | O_RDONLY 0x0 | |
21595 | O_WRONLY 0x1 | |
21596 | O_RDWR 0x2 | |
21597 | O_APPEND 0x8 | |
21598 | O_CREAT 0x200 | |
21599 | O_TRUNC 0x400 | |
21600 | O_EXCL 0x800 | |
21601 | @end smallexample | |
21602 | ||
21603 | @node mode_t values | |
21604 | @unnumberedsubsubsec mode_t values | |
21605 | @cindex mode_t values, in file-i/o protocol | |
21606 | ||
21607 | All values are given in octal representation. | |
21608 | ||
21609 | @smallexample | |
21610 | S_IFREG 0100000 | |
21611 | S_IFDIR 040000 | |
21612 | S_IRUSR 0400 | |
21613 | S_IWUSR 0200 | |
21614 | S_IXUSR 0100 | |
21615 | S_IRGRP 040 | |
21616 | S_IWGRP 020 | |
21617 | S_IXGRP 010 | |
21618 | S_IROTH 04 | |
21619 | S_IWOTH 02 | |
21620 | S_IXOTH 01 | |
21621 | @end smallexample | |
21622 | ||
21623 | @node Errno values | |
21624 | @unnumberedsubsubsec Errno values | |
21625 | @cindex errno values, in file-i/o protocol | |
21626 | ||
21627 | All values are given in decimal representation. | |
21628 | ||
21629 | @smallexample | |
21630 | EPERM 1 | |
21631 | ENOENT 2 | |
21632 | EINTR 4 | |
21633 | EBADF 9 | |
21634 | EACCES 13 | |
21635 | EFAULT 14 | |
21636 | EBUSY 16 | |
21637 | EEXIST 17 | |
21638 | ENODEV 19 | |
21639 | ENOTDIR 20 | |
21640 | EISDIR 21 | |
21641 | EINVAL 22 | |
21642 | ENFILE 23 | |
21643 | EMFILE 24 | |
21644 | EFBIG 27 | |
21645 | ENOSPC 28 | |
21646 | ESPIPE 29 | |
21647 | EROFS 30 | |
21648 | ENAMETOOLONG 91 | |
21649 | EUNKNOWN 9999 | |
21650 | @end smallexample | |
21651 | ||
21652 | EUNKNOWN is used as a fallback error value if a host system returns | |
21653 | any error value not in the list of supported error numbers. | |
21654 | ||
21655 | @node Lseek flags | |
21656 | @unnumberedsubsubsec Lseek flags | |
21657 | @cindex lseek flags, in file-i/o protocol | |
21658 | ||
21659 | @smallexample | |
21660 | SEEK_SET 0 | |
21661 | SEEK_CUR 1 | |
21662 | SEEK_END 2 | |
21663 | @end smallexample | |
21664 | ||
21665 | @node Limits | |
21666 | @unnumberedsubsubsec Limits | |
21667 | @cindex limits, in file-i/o protocol | |
21668 | ||
21669 | All values are given in decimal representation. | |
21670 | ||
21671 | @smallexample | |
21672 | INT_MIN -2147483648 | |
21673 | INT_MAX 2147483647 | |
21674 | UINT_MAX 4294967295 | |
21675 | LONG_MIN -9223372036854775808 | |
21676 | LONG_MAX 9223372036854775807 | |
21677 | ULONG_MAX 18446744073709551615 | |
21678 | @end smallexample | |
21679 | ||
21680 | @node File-I/O Examples | |
21681 | @subsection File-I/O Examples | |
21682 | @cindex file-i/o examples | |
21683 | ||
21684 | Example sequence of a write call, file descriptor 3, buffer is at target | |
21685 | address 0x1234, 6 bytes should be written: | |
21686 | ||
21687 | @smallexample | |
21688 | <- @code{Fwrite,3,1234,6} | |
21689 | @emph{request memory read from target} | |
21690 | -> @code{m1234,6} | |
21691 | <- XXXXXX | |
21692 | @emph{return "6 bytes written"} | |
21693 | -> @code{F6} | |
21694 | @end smallexample | |
21695 | ||
21696 | Example sequence of a read call, file descriptor 3, buffer is at target | |
21697 | address 0x1234, 6 bytes should be read: | |
21698 | ||
21699 | @smallexample | |
21700 | <- @code{Fread,3,1234,6} | |
21701 | @emph{request memory write to target} | |
21702 | -> @code{X1234,6:XXXXXX} | |
21703 | @emph{return "6 bytes read"} | |
21704 | -> @code{F6} | |
21705 | @end smallexample | |
21706 | ||
21707 | Example sequence of a read call, call fails on the host due to invalid | |
21708 | file descriptor (EBADF): | |
21709 | ||
21710 | @smallexample | |
21711 | <- @code{Fread,3,1234,6} | |
21712 | -> @code{F-1,9} | |
21713 | @end smallexample | |
21714 | ||
21715 | Example sequence of a read call, user presses Ctrl-C before syscall on | |
21716 | host is called: | |
21717 | ||
21718 | @smallexample | |
21719 | <- @code{Fread,3,1234,6} | |
21720 | -> @code{F-1,4,C} | |
21721 | <- @code{T02} | |
21722 | @end smallexample | |
21723 | ||
21724 | Example sequence of a read call, user presses Ctrl-C after syscall on | |
21725 | host is called: | |
21726 | ||
21727 | @smallexample | |
21728 | <- @code{Fread,3,1234,6} | |
21729 | -> @code{X1234,6:XXXXXX} | |
21730 | <- @code{T02} | |
21731 | @end smallexample | |
21732 | ||
f418dd93 DJ |
21733 | @include agentexpr.texi |
21734 | ||
aab4e0ec | 21735 | @include gpl.texi |
eb12ee30 | 21736 | |
2154891a | 21737 | @raisesections |
6826cf00 | 21738 | @include fdl.texi |
2154891a | 21739 | @lowersections |
6826cf00 | 21740 | |
6d2ebf8b | 21741 | @node Index |
c906108c SS |
21742 | @unnumbered Index |
21743 | ||
21744 | @printindex cp | |
21745 | ||
21746 | @tex | |
21747 | % I think something like @colophon should be in texinfo. In the | |
21748 | % meantime: | |
21749 | \long\def\colophon{\hbox to0pt{}\vfill | |
21750 | \centerline{The body of this manual is set in} | |
21751 | \centerline{\fontname\tenrm,} | |
21752 | \centerline{with headings in {\bf\fontname\tenbf}} | |
21753 | \centerline{and examples in {\tt\fontname\tentt}.} | |
21754 | \centerline{{\it\fontname\tenit\/},} | |
21755 | \centerline{{\bf\fontname\tenbf}, and} | |
21756 | \centerline{{\sl\fontname\tensl\/}} | |
21757 | \centerline{are used for emphasis.}\vfill} | |
21758 | \page\colophon | |
21759 | % Blame: [email protected], 1991. | |
21760 | @end tex | |
21761 | ||
c906108c | 21762 | @bye |