1 |
1181 |
sfurman |
This is gdb.info, produced by makeinfo version 4.1 from ./gdb.texinfo.
|
2 |
|
|
|
3 |
|
|
INFO-DIR-SECTION Programming & development tools.
|
4 |
|
|
START-INFO-DIR-ENTRY
|
5 |
|
|
* Gdb: (gdb). The GNU debugger.
|
6 |
|
|
END-INFO-DIR-ENTRY
|
7 |
|
|
|
8 |
|
|
This file documents the GNU debugger GDB.
|
9 |
|
|
|
10 |
|
|
This is the Ninth Edition, December 2001, of `Debugging with GDB:
|
11 |
|
|
the GNU Source-Level Debugger' for GDB Version 5.3.
|
12 |
|
|
|
13 |
|
|
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996,
|
14 |
|
|
1998,
|
15 |
|
|
1999, 2000, 2001, 2002 Free Software Foundation, Inc.
|
16 |
|
|
|
17 |
|
|
Permission is granted to copy, distribute and/or modify this document
|
18 |
|
|
under the terms of the GNU Free Documentation License, Version 1.1 or
|
19 |
|
|
any later version published by the Free Software Foundation; with the
|
20 |
|
|
Invariant Sections being "Free Software" and "Free Software Needs Free
|
21 |
|
|
Documentation", with the Front-Cover Texts being "A GNU Manual," and
|
22 |
|
|
with the Back-Cover Texts as in (a) below.
|
23 |
|
|
|
24 |
|
|
(a) The Free Software Foundation's Back-Cover Text is: "You have
|
25 |
|
|
freedom to copy and modify this GNU Manual, like GNU software. Copies
|
26 |
|
|
published by the Free Software Foundation raise funds for GNU
|
27 |
|
|
development."
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
File: gdb.info, Node: Index, Prev: GNU Free Documentation License, Up: Top
|
31 |
|
|
|
32 |
|
|
Index
|
33 |
|
|
*****
|
34 |
|
|
|
35 |
|
|
* Menu:
|
36 |
|
|
|
37 |
|
|
* ! packet: Packets.
|
38 |
|
|
* "No symbol "foo" in current context": Variables.
|
39 |
|
|
* # (a comment): Command Syntax.
|
40 |
|
|
* # in Modula-2: GDB/M2.
|
41 |
|
|
* $: Value History.
|
42 |
|
|
* $$: Value History.
|
43 |
|
|
* $_ and info breakpoints: Set Breaks.
|
44 |
|
|
* $_ and info line: Machine Code.
|
45 |
|
|
* $_, $__, and value history: Memory.
|
46 |
|
|
* $_, convenience variable: Convenience Vars.
|
47 |
|
|
* $__, convenience variable: Convenience Vars.
|
48 |
|
|
* $_exitcode, convenience variable: Convenience Vars.
|
49 |
|
|
* $bpnum, convenience variable: Set Breaks.
|
50 |
|
|
* $cdir, convenience variable: Source Path.
|
51 |
|
|
* $cwdr, convenience variable: Source Path.
|
52 |
|
|
* $tpnum: Create and Delete Tracepoints.
|
53 |
|
|
* $trace_file: Tracepoint Variables.
|
54 |
|
|
* $trace_frame: Tracepoint Variables.
|
55 |
|
|
* $trace_func: Tracepoint Variables.
|
56 |
|
|
* $trace_line: Tracepoint Variables.
|
57 |
|
|
* $tracepoint: Tracepoint Variables.
|
58 |
|
|
* --annotate: Mode Options.
|
59 |
|
|
* --args: Mode Options.
|
60 |
|
|
* --async: Mode Options.
|
61 |
|
|
* --batch: Mode Options.
|
62 |
|
|
* --baud: Mode Options.
|
63 |
|
|
* --cd: Mode Options.
|
64 |
|
|
* --command: File Options.
|
65 |
|
|
* --core: File Options.
|
66 |
|
|
* --directory: File Options.
|
67 |
|
|
* --epoch: Mode Options.
|
68 |
|
|
* --exec: File Options.
|
69 |
|
|
* --fullname: Mode Options.
|
70 |
|
|
* --interpreter: Mode Options.
|
71 |
|
|
* --mapped: File Options.
|
72 |
|
|
* --noasync: Mode Options.
|
73 |
|
|
* --nowindows: Mode Options.
|
74 |
|
|
* --nx: Mode Options.
|
75 |
|
|
* --pid: File Options.
|
76 |
|
|
* --quiet: Mode Options.
|
77 |
|
|
* --readnow: File Options.
|
78 |
|
|
* --se: File Options.
|
79 |
|
|
* --silent: Mode Options.
|
80 |
|
|
* --statistics: Mode Options.
|
81 |
|
|
* --symbols: File Options.
|
82 |
|
|
* --tty: Mode Options.
|
83 |
|
|
* --tui: Mode Options.
|
84 |
|
|
* --version: Mode Options.
|
85 |
|
|
* --windows: Mode Options.
|
86 |
|
|
* --write: Mode Options.
|
87 |
|
|
* -b: Mode Options.
|
88 |
|
|
* -break-after: GDB/MI Breakpoint Table Commands.
|
89 |
|
|
* -break-condition: GDB/MI Breakpoint Table Commands.
|
90 |
|
|
* -break-delete: GDB/MI Breakpoint Table Commands.
|
91 |
|
|
* -break-disable: GDB/MI Breakpoint Table Commands.
|
92 |
|
|
* -break-enable: GDB/MI Breakpoint Table Commands.
|
93 |
|
|
* -break-info: GDB/MI Breakpoint Table Commands.
|
94 |
|
|
* -break-insert: GDB/MI Breakpoint Table Commands.
|
95 |
|
|
* -break-list: GDB/MI Breakpoint Table Commands.
|
96 |
|
|
* -break-watch: GDB/MI Breakpoint Table Commands.
|
97 |
|
|
* -c: File Options.
|
98 |
|
|
* -d: File Options.
|
99 |
|
|
* -data-disassemble: GDB/MI Data Manipulation.
|
100 |
|
|
* -data-evaluate-expression: GDB/MI Data Manipulation.
|
101 |
|
|
* -data-list-changed-registers: GDB/MI Data Manipulation.
|
102 |
|
|
* -data-list-register-names: GDB/MI Data Manipulation.
|
103 |
|
|
* -data-list-register-values: GDB/MI Data Manipulation.
|
104 |
|
|
* -data-read-memory: GDB/MI Data Manipulation.
|
105 |
|
|
* -display-delete: GDB/MI Data Manipulation.
|
106 |
|
|
* -display-disable: GDB/MI Data Manipulation.
|
107 |
|
|
* -display-enable: GDB/MI Data Manipulation.
|
108 |
|
|
* -display-insert: GDB/MI Data Manipulation.
|
109 |
|
|
* -display-list: GDB/MI Data Manipulation.
|
110 |
|
|
* -e: File Options.
|
111 |
|
|
* -environment-cd: GDB/MI Data Manipulation.
|
112 |
|
|
* -environment-directory: GDB/MI Data Manipulation.
|
113 |
|
|
* -environment-path: GDB/MI Data Manipulation.
|
114 |
|
|
* -environment-pwd: GDB/MI Data Manipulation.
|
115 |
|
|
* -exec-abort: GDB/MI Program Control.
|
116 |
|
|
* -exec-arguments: GDB/MI Program Control.
|
117 |
|
|
* -exec-continue: GDB/MI Program Control.
|
118 |
|
|
* -exec-finish: GDB/MI Program Control.
|
119 |
|
|
* -exec-interrupt: GDB/MI Program Control.
|
120 |
|
|
* -exec-next: GDB/MI Program Control.
|
121 |
|
|
* -exec-next-instruction: GDB/MI Program Control.
|
122 |
|
|
* -exec-return: GDB/MI Program Control.
|
123 |
|
|
* -exec-run: GDB/MI Program Control.
|
124 |
|
|
* -exec-show-arguments: GDB/MI Program Control.
|
125 |
|
|
* -exec-step: GDB/MI Program Control.
|
126 |
|
|
* -exec-step-instruction: GDB/MI Program Control.
|
127 |
|
|
* -exec-until: GDB/MI Program Control.
|
128 |
|
|
* -f: Mode Options.
|
129 |
|
|
* -file-exec-and-symbols: GDB/MI Program Control.
|
130 |
|
|
* -file-exec-file: GDB/MI Program Control.
|
131 |
|
|
* -file-list-exec-sections: GDB/MI Program Control.
|
132 |
|
|
* -file-list-exec-source-files: GDB/MI Program Control.
|
133 |
|
|
* -file-list-shared-libraries: GDB/MI Program Control.
|
134 |
|
|
* -file-list-symbol-files: GDB/MI Program Control.
|
135 |
|
|
* -file-symbol-file: GDB/MI Program Control.
|
136 |
|
|
* -gdb-exit: GDB/MI Miscellaneous Commands.
|
137 |
|
|
* -gdb-set: GDB/MI Miscellaneous Commands.
|
138 |
|
|
* -gdb-show: GDB/MI Miscellaneous Commands.
|
139 |
|
|
* -gdb-version: GDB/MI Miscellaneous Commands.
|
140 |
|
|
* -m: File Options.
|
141 |
|
|
* -n: Mode Options.
|
142 |
|
|
* -nw: Mode Options.
|
143 |
|
|
* -p: File Options.
|
144 |
|
|
* -q: Mode Options.
|
145 |
|
|
* -r: File Options.
|
146 |
|
|
* -s: File Options.
|
147 |
|
|
* -stack-info-depth: GDB/MI Stack Manipulation.
|
148 |
|
|
* -stack-info-frame: GDB/MI Stack Manipulation.
|
149 |
|
|
* -stack-list-arguments: GDB/MI Stack Manipulation.
|
150 |
|
|
* -stack-list-frames: GDB/MI Stack Manipulation.
|
151 |
|
|
* -stack-list-locals: GDB/MI Stack Manipulation.
|
152 |
|
|
* -stack-select-frame: GDB/MI Stack Manipulation.
|
153 |
|
|
* -symbol-info-address: GDB/MI Symbol Query.
|
154 |
|
|
* -symbol-info-file: GDB/MI Symbol Query.
|
155 |
|
|
* -symbol-info-function: GDB/MI Symbol Query.
|
156 |
|
|
* -symbol-info-line: GDB/MI Symbol Query.
|
157 |
|
|
* -symbol-info-symbol: GDB/MI Symbol Query.
|
158 |
|
|
* -symbol-list-functions: GDB/MI Symbol Query.
|
159 |
|
|
* -symbol-list-types: GDB/MI Symbol Query.
|
160 |
|
|
* -symbol-list-variables: GDB/MI Symbol Query.
|
161 |
|
|
* -symbol-locate: GDB/MI Symbol Query.
|
162 |
|
|
* -symbol-type: GDB/MI Symbol Query.
|
163 |
|
|
* -t: Mode Options.
|
164 |
|
|
* -target-attach: GDB/MI Target Manipulation.
|
165 |
|
|
* -target-compare-sections: GDB/MI Target Manipulation.
|
166 |
|
|
* -target-detach: GDB/MI Target Manipulation.
|
167 |
|
|
* -target-download: GDB/MI Target Manipulation.
|
168 |
|
|
* -target-exec-status: GDB/MI Target Manipulation.
|
169 |
|
|
* -target-list-available-targets: GDB/MI Target Manipulation.
|
170 |
|
|
* -target-list-current-targets: GDB/MI Target Manipulation.
|
171 |
|
|
* -target-list-parameters: GDB/MI Target Manipulation.
|
172 |
|
|
* -target-select: GDB/MI Target Manipulation.
|
173 |
|
|
* -thread-info: GDB/MI Thread Commands.
|
174 |
|
|
* -thread-list-all-threads: GDB/MI Thread Commands.
|
175 |
|
|
* -thread-list-ids: GDB/MI Thread Commands.
|
176 |
|
|
* -thread-select: GDB/MI Thread Commands.
|
177 |
|
|
* -var-assign: GDB/MI Variable Objects.
|
178 |
|
|
* -var-create: GDB/MI Variable Objects.
|
179 |
|
|
* -var-delete: GDB/MI Variable Objects.
|
180 |
|
|
* -var-evaluate-expression: GDB/MI Variable Objects.
|
181 |
|
|
* -var-info-expression: GDB/MI Variable Objects.
|
182 |
|
|
* -var-info-num-children: GDB/MI Variable Objects.
|
183 |
|
|
* -var-info-type: GDB/MI Variable Objects.
|
184 |
|
|
* -var-list-children: GDB/MI Variable Objects.
|
185 |
|
|
* -var-set-format: GDB/MI Variable Objects.
|
186 |
|
|
* -var-show-attributes: GDB/MI Variable Objects.
|
187 |
|
|
* -var-show-format: GDB/MI Variable Objects.
|
188 |
|
|
* -var-update: GDB/MI Variable Objects.
|
189 |
|
|
* -w: Mode Options.
|
190 |
|
|
* -x: File Options.
|
191 |
|
|
* ., Modula-2 scope operator: M2 Scope.
|
192 |
|
|
* .esgdbinit: Command Files.
|
193 |
|
|
* .gdbinit: Command Files.
|
194 |
|
|
* .o files, reading symbols from: Files.
|
195 |
|
|
* .os68gdbinit: Command Files.
|
196 |
|
|
* .vxgdbinit: Command Files.
|
197 |
|
|
* /proc: SVR4 Process Information.
|
198 |
|
|
* ? packet: Packets.
|
199 |
|
|
* @, referencing memory as an array: Arrays.
|
200 |
|
|
* ^done: GDB/MI Result Records.
|
201 |
|
|
* ^error: GDB/MI Result Records.
|
202 |
|
|
* ^running: GDB/MI Result Records.
|
203 |
|
|
* A packet: Packets.
|
204 |
|
|
* a.out and C++: C plus plus expressions.
|
205 |
|
|
* abbreviation: Command Syntax.
|
206 |
|
|
* abort (C-g): Miscellaneous Commands.
|
207 |
|
|
* accept-line (Newline, Return): Commands For History.
|
208 |
|
|
* acknowledgment, for GDB remote: Overview.
|
209 |
|
|
* actions: Tracepoint Actions.
|
210 |
|
|
* active targets: Active Targets.
|
211 |
|
|
* add-shared-symbol-file: Files.
|
212 |
|
|
* add-symbol-file: Files.
|
213 |
|
|
* address of a symbol: Symbols.
|
214 |
|
|
* Alpha stack: MIPS.
|
215 |
|
|
* AMD 29K register stack: A29K.
|
216 |
|
|
* annotations: Annotations Overview.
|
217 |
|
|
* annotations for breakpoints: Breakpoint Info.
|
218 |
|
|
* annotations for display: Displays.
|
219 |
|
|
* annotations for errors, warnings and interrupts: Errors.
|
220 |
|
|
* annotations for frames: Frame Annotations.
|
221 |
|
|
* annotations for invalidation messages: Invalidation.
|
222 |
|
|
* annotations for prompts: Prompting.
|
223 |
|
|
* annotations for running programs: Annotations for Running.
|
224 |
|
|
* annotations for source display: Source Annotations.
|
225 |
|
|
* annotations for values: Value Annotations.
|
226 |
|
|
* append: Dump/Restore Files.
|
227 |
|
|
* append binary: Dump/Restore Files.
|
228 |
|
|
* append data to a file: Dump/Restore Files.
|
229 |
|
|
* apropos: Help.
|
230 |
|
|
* arg-begin: Value Annotations.
|
231 |
|
|
* arg-end: Value Annotations.
|
232 |
|
|
* arg-name-end: Value Annotations.
|
233 |
|
|
* arg-value: Value Annotations.
|
234 |
|
|
* arguments (to your program): Arguments.
|
235 |
|
|
* array-section-end: Value Annotations.
|
236 |
|
|
* artificial array: Arrays.
|
237 |
|
|
* assembly instructions: Machine Code.
|
238 |
|
|
* assignment: Assignment.
|
239 |
|
|
* async output in GDB/MI: GDB/MI Output Syntax.
|
240 |
|
|
* AT&T disassembly flavor: Machine Code.
|
241 |
|
|
* attach: Attach.
|
242 |
|
|
* automatic display: Auto Display.
|
243 |
|
|
* automatic overlay debugging: Automatic Overlay Debugging.
|
244 |
|
|
* automatic thread selection: Threads.
|
245 |
|
|
* awatch: Set Watchpoints.
|
246 |
|
|
* b (break): Set Breaks.
|
247 |
|
|
* B packet: Packets.
|
248 |
|
|
* b packet: Packets.
|
249 |
|
|
* backtrace: Backtrace.
|
250 |
|
|
* backtraces: Backtrace.
|
251 |
|
|
* backward-char (C-b): Commands For Moving.
|
252 |
|
|
* backward-delete-char (Rubout): Commands For Text.
|
253 |
|
|
* backward-kill-line (C-x Rubout): Commands For Killing.
|
254 |
|
|
* backward-kill-word (M-DEL): Commands For Killing.
|
255 |
|
|
* backward-word (M-b): Commands For Moving.
|
256 |
|
|
* beginning-of-history (M-<): Commands For History.
|
257 |
|
|
* beginning-of-line (C-a): Commands For Moving.
|
258 |
|
|
* bell-style: Readline Init File Syntax.
|
259 |
|
|
* break: Set Breaks.
|
260 |
|
|
* break ... thread THREADNO: Thread Stops.
|
261 |
|
|
* break in overloaded functions: Debugging C plus plus.
|
262 |
|
|
* breakpoint: Annotations for Running.
|
263 |
|
|
* breakpoint commands: Break Commands.
|
264 |
|
|
* breakpoint commands for GDB/MI: GDB/MI Breakpoint Table Commands.
|
265 |
|
|
* breakpoint conditions: Conditions.
|
266 |
|
|
* breakpoint numbers: Breakpoints.
|
267 |
|
|
* breakpoint on events: Breakpoints.
|
268 |
|
|
* breakpoint on memory address: Breakpoints.
|
269 |
|
|
* breakpoint on variable modification: Breakpoints.
|
270 |
|
|
* breakpoint ranges: Breakpoints.
|
271 |
|
|
* breakpoint subroutine, remote: Stub Contents.
|
272 |
|
|
* breakpoints: Breakpoints.
|
273 |
|
|
* breakpoints and threads: Thread Stops.
|
274 |
|
|
* breakpoints in overlays: Overlay Commands.
|
275 |
|
|
* breakpoints-headers: Breakpoint Info.
|
276 |
|
|
* breakpoints-invalid: Invalidation.
|
277 |
|
|
* breakpoints-table: Breakpoint Info.
|
278 |
|
|
* breakpoints-table-end: Breakpoint Info.
|
279 |
|
|
* bt (backtrace): Backtrace.
|
280 |
|
|
* bug criteria: Bug Criteria.
|
281 |
|
|
* bug reports: Bug Reporting.
|
282 |
|
|
* bugs in GDB: GDB Bugs.
|
283 |
|
|
* c (continue): Continuing and Stepping.
|
284 |
|
|
* c (SingleKey TUI key): TUI Single Key Mode.
|
285 |
|
|
* C and C++: C.
|
286 |
|
|
* C and C++ checks: C Checks.
|
287 |
|
|
* C and C++ constants: C Constants.
|
288 |
|
|
* C and C++ defaults: C Defaults.
|
289 |
|
|
* C and C++ operators: C Operators.
|
290 |
|
|
* C packet: Packets.
|
291 |
|
|
* c packet: Packets.
|
292 |
|
|
* C++: C.
|
293 |
|
|
* C++ and object formats: C plus plus expressions.
|
294 |
|
|
* C++ exception handling: Debugging C plus plus.
|
295 |
|
|
* C++ scope resolution: Variables.
|
296 |
|
|
* C++ support, not in COFF: C plus plus expressions.
|
297 |
|
|
* C++ symbol decoding style: Print Settings.
|
298 |
|
|
* C++ symbol display: Debugging C plus plus.
|
299 |
|
|
* C-L: TUI Keys.
|
300 |
|
|
* C-o (operate-and-get-next): Command Syntax.
|
301 |
|
|
* C-x 1: TUI Keys.
|
302 |
|
|
* C-x 2: TUI Keys.
|
303 |
|
|
* C-x A: TUI Keys.
|
304 |
|
|
* C-x a: TUI Keys.
|
305 |
|
|
* C-x C-a: TUI Keys.
|
306 |
|
|
* C-x s: TUI Keys.
|
307 |
|
|
* call: Calling.
|
308 |
|
|
* call overloaded functions: C plus plus expressions.
|
309 |
|
|
* call stack: Stack.
|
310 |
|
|
* call-last-kbd-macro (C-x e): Keyboard Macros.
|
311 |
|
|
* calling functions: Calling.
|
312 |
|
|
* calling make: Shell Commands.
|
313 |
|
|
* capitalize-word (M-c): Commands For Text.
|
314 |
|
|
* casts, to view memory: Expressions.
|
315 |
|
|
* catch: Set Catchpoints.
|
316 |
|
|
* catch catch: Set Catchpoints.
|
317 |
|
|
* catch exceptions, list active handlers: Frame Info.
|
318 |
|
|
* catch exec: Set Catchpoints.
|
319 |
|
|
* catch fork: Set Catchpoints.
|
320 |
|
|
* catch load: Set Catchpoints.
|
321 |
|
|
* catch throw: Set Catchpoints.
|
322 |
|
|
* catch unload: Set Catchpoints.
|
323 |
|
|
* catch vfork: Set Catchpoints.
|
324 |
|
|
* catchpoints: Breakpoints.
|
325 |
|
|
* catchpoints, setting: Set Catchpoints.
|
326 |
|
|
* cd: Working Directory.
|
327 |
|
|
* cdir: Source Path.
|
328 |
|
|
* character-search (C-]): Miscellaneous Commands.
|
329 |
|
|
* character-search-backward (M-C-]): Miscellaneous Commands.
|
330 |
|
|
* checks, range: Type Checking.
|
331 |
|
|
* checks, type: Checks.
|
332 |
|
|
* checksum, for GDB remote: Overview.
|
333 |
|
|
* choosing target byte order: Byte Order.
|
334 |
|
|
* clear: Delete Breaks.
|
335 |
|
|
* clear-screen (C-l): Commands For Moving.
|
336 |
|
|
* clearing breakpoints, watchpoints, catchpoints: Delete Breaks.
|
337 |
|
|
* COFF versus C++: C plus plus expressions.
|
338 |
|
|
* collect (tracepoints): Tracepoint Actions.
|
339 |
|
|
* collected data discarded: Starting and Stopping Trace Experiment.
|
340 |
|
|
* colon, doubled as scope operator: M2 Scope.
|
341 |
|
|
* colon-colon, context for variables/functions: Variables.
|
342 |
|
|
* colon-colon, in Modula-2: M2 Scope.
|
343 |
|
|
* command editing: Readline Bare Essentials.
|
344 |
|
|
* command files: Command Files.
|
345 |
|
|
* command hooks: Hooks.
|
346 |
|
|
* command line editing: Editing.
|
347 |
|
|
* commands <1>: Prompting.
|
348 |
|
|
* commands: Break Commands.
|
349 |
|
|
* commands for C++: Debugging C plus plus.
|
350 |
|
|
* commands to STDBUG (ST2000): ST2000.
|
351 |
|
|
* comment: Command Syntax.
|
352 |
|
|
* comment-begin: Readline Init File Syntax.
|
353 |
|
|
* compatibility, GDB/MI and CLI: GDB/MI Compatibility with CLI.
|
354 |
|
|
* compilation directory: Source Path.
|
355 |
|
|
* compiling, on Sparclet: Sparclet.
|
356 |
|
|
* complete: Help.
|
357 |
|
|
* complete (TAB): Commands For Completion.
|
358 |
|
|
* completion: Completion.
|
359 |
|
|
* completion of quoted strings: Completion.
|
360 |
|
|
* completion-query-items: Readline Init File Syntax.
|
361 |
|
|
* condition: Conditions.
|
362 |
|
|
* conditional breakpoints: Conditions.
|
363 |
|
|
* configuring GDB: Installing GDB.
|
364 |
|
|
* confirmation: Messages/Warnings.
|
365 |
|
|
* connect (to STDBUG): ST2000.
|
366 |
|
|
* console output in GDB/MI: GDB/MI Output Syntax.
|
367 |
|
|
* continue: Continuing and Stepping.
|
368 |
|
|
* continuing: Continuing and Stepping.
|
369 |
|
|
* continuing threads: Thread Stops.
|
370 |
|
|
* control C, and remote debugging: Bootstrapping.
|
371 |
|
|
* controlling terminal: Input/Output.
|
372 |
|
|
* convenience variables: Convenience Vars.
|
373 |
|
|
* convenience variables for tracepoints: Tracepoint Variables.
|
374 |
|
|
* convert-meta: Readline Init File Syntax.
|
375 |
|
|
* copy-backward-word (): Commands For Killing.
|
376 |
|
|
* copy-forward-word (): Commands For Killing.
|
377 |
|
|
* copy-region-as-kill (): Commands For Killing.
|
378 |
|
|
* core: Files.
|
379 |
|
|
* core dump file: Files.
|
380 |
|
|
* core-file: Files.
|
381 |
|
|
* crash of debugger: Bug Criteria.
|
382 |
|
|
* current directory: Source Path.
|
383 |
|
|
* current stack frame: Frames.
|
384 |
|
|
* current thread: Threads.
|
385 |
|
|
* cwd: Source Path.
|
386 |
|
|
* Cygwin-specific commands: Cygwin Native.
|
387 |
|
|
* d (delete): Delete Breaks.
|
388 |
|
|
* d (SingleKey TUI key): TUI Single Key Mode.
|
389 |
|
|
* D packet: Packets.
|
390 |
|
|
* d packet: Packets.
|
391 |
|
|
* data manipulation, in GDB/MI: GDB/MI Data Manipulation.
|
392 |
|
|
* debugger crash: Bug Criteria.
|
393 |
|
|
* debugging optimized code: Compilation.
|
394 |
|
|
* debugging stub, example: remote stub.
|
395 |
|
|
* debugging target: Targets.
|
396 |
|
|
* define: Define.
|
397 |
|
|
* defining macros interactively: Macros.
|
398 |
|
|
* definition, showing a macro's: Macros.
|
399 |
|
|
* delete: Delete Breaks.
|
400 |
|
|
* delete breakpoints: Delete Breaks.
|
401 |
|
|
* delete display: Auto Display.
|
402 |
|
|
* delete mem: Memory Region Attributes.
|
403 |
|
|
* delete tracepoint: Create and Delete Tracepoints.
|
404 |
|
|
* delete-char (C-d): Commands For Text.
|
405 |
|
|
* delete-char-or-list (): Commands For Completion.
|
406 |
|
|
* delete-horizontal-space (): Commands For Killing.
|
407 |
|
|
* deleting breakpoints, watchpoints, catchpoints: Delete Breaks.
|
408 |
|
|
* demangling: Print Settings.
|
409 |
|
|
* descriptor tables display: DJGPP Native.
|
410 |
|
|
* detach: Attach.
|
411 |
|
|
* device: Hitachi Boards.
|
412 |
|
|
* digit-argument (M-0, M-1, ... M--): Numeric Arguments.
|
413 |
|
|
* dir: Source Path.
|
414 |
|
|
* direct memory access (DMA) on MS-DOS: DJGPP Native.
|
415 |
|
|
* directories for source files: Source Path.
|
416 |
|
|
* directory: Source Path.
|
417 |
|
|
* directory, compilation: Source Path.
|
418 |
|
|
* directory, current: Source Path.
|
419 |
|
|
* dis (disable): Disabling.
|
420 |
|
|
* disable: Disabling.
|
421 |
|
|
* disable breakpoints: Disabling.
|
422 |
|
|
* disable display: Auto Display.
|
423 |
|
|
* disable mem: Memory Region Attributes.
|
424 |
|
|
* disable tracepoint: Enable and Disable Tracepoints.
|
425 |
|
|
* disable-completion: Readline Init File Syntax.
|
426 |
|
|
* disassemble: Machine Code.
|
427 |
|
|
* display: Auto Display.
|
428 |
|
|
* display of expressions: Auto Display.
|
429 |
|
|
* display-begin: Displays.
|
430 |
|
|
* display-end: Displays.
|
431 |
|
|
* display-expression: Displays.
|
432 |
|
|
* display-expression-end: Displays.
|
433 |
|
|
* display-format: Displays.
|
434 |
|
|
* display-number-end: Displays.
|
435 |
|
|
* display-value: Displays.
|
436 |
|
|
* DJGPP debugging: DJGPP Native.
|
437 |
|
|
* dll-symbols: Cygwin Native.
|
438 |
|
|
* do (down): Selection.
|
439 |
|
|
* do-uppercase-version (M-a, M-b, M-X, ...): Miscellaneous Commands.
|
440 |
|
|
* document: Define.
|
441 |
|
|
* documentation: Formatting Documentation.
|
442 |
|
|
* Down: TUI Keys.
|
443 |
|
|
* down: Selection.
|
444 |
|
|
* down-silently: Selection.
|
445 |
|
|
* downcase-word (M-l): Commands For Text.
|
446 |
|
|
* download to H8/300 or H8/500: H8/300.
|
447 |
|
|
* download to Hitachi SH: H8/300.
|
448 |
|
|
* download to Nindy-960: i960.
|
449 |
|
|
* download to Sparclet: Sparclet Download.
|
450 |
|
|
* download to VxWorks: VxWorks Download.
|
451 |
|
|
* dump: Dump/Restore Files.
|
452 |
|
|
* dump all data collected at tracepoint: tdump.
|
453 |
|
|
* dump binary: Dump/Restore Files.
|
454 |
|
|
* dump data to a file: Dump/Restore Files.
|
455 |
|
|
* dump ihex: Dump/Restore Files.
|
456 |
|
|
* dump srec: Dump/Restore Files.
|
457 |
|
|
* dump tekhex: Dump/Restore Files.
|
458 |
|
|
* dump-functions (): Miscellaneous Commands.
|
459 |
|
|
* dump-macros (): Miscellaneous Commands.
|
460 |
|
|
* dump-variables (): Miscellaneous Commands.
|
461 |
|
|
* dump/restore files: Dump/Restore Files.
|
462 |
|
|
* dynamic linking: Files.
|
463 |
|
|
* echo: Output.
|
464 |
|
|
* ECOFF and C++: C plus plus expressions.
|
465 |
|
|
* editing: Editing.
|
466 |
|
|
* editing command lines: Readline Bare Essentials.
|
467 |
|
|
* editing-mode: Readline Init File Syntax.
|
468 |
|
|
* ELF/DWARF and C++: C plus plus expressions.
|
469 |
|
|
* ELF/stabs and C++: C plus plus expressions.
|
470 |
|
|
* else: Define.
|
471 |
|
|
* elt: Value Annotations.
|
472 |
|
|
* elt-rep: Value Annotations.
|
473 |
|
|
* elt-rep-end: Value Annotations.
|
474 |
|
|
* Emacs: Emacs.
|
475 |
|
|
* enable: Disabling.
|
476 |
|
|
* enable breakpoints: Disabling.
|
477 |
|
|
* enable display: Auto Display.
|
478 |
|
|
* enable mem: Memory Region Attributes.
|
479 |
|
|
* enable tracepoint: Enable and Disable Tracepoints.
|
480 |
|
|
* enable-keypad: Readline Init File Syntax.
|
481 |
|
|
* end: Break Commands.
|
482 |
|
|
* end-kbd-macro (C-x )): Keyboard Macros.
|
483 |
|
|
* end-of-history (M->): Commands For History.
|
484 |
|
|
* end-of-line (C-e): Commands For Moving.
|
485 |
|
|
* entering numbers: Numbers.
|
486 |
|
|
* environment (of your program): Environment.
|
487 |
|
|
* error: Errors.
|
488 |
|
|
* error on valid input: Bug Criteria.
|
489 |
|
|
* error-begin: Errors.
|
490 |
|
|
* event designators: Event Designators.
|
491 |
|
|
* event handling: Set Catchpoints.
|
492 |
|
|
* examining data: Data.
|
493 |
|
|
* examining memory: Memory.
|
494 |
|
|
* exception handlers: Set Catchpoints.
|
495 |
|
|
* exception handlers, how to list: Frame Info.
|
496 |
|
|
* exceptionHandler: Bootstrapping.
|
497 |
|
|
* exchange-point-and-mark (C-x C-x): Miscellaneous Commands.
|
498 |
|
|
* exec-file: Files.
|
499 |
|
|
* executable file: Files.
|
500 |
|
|
* exited: Annotations for Running.
|
501 |
|
|
* exiting GDB: Quitting GDB.
|
502 |
|
|
* expand-tilde: Readline Init File Syntax.
|
503 |
|
|
* expanding preprocessor macros: Macros.
|
504 |
|
|
* expressions: Expressions.
|
505 |
|
|
* expressions in C or C++: C.
|
506 |
|
|
* expressions in C++: C plus plus expressions.
|
507 |
|
|
* expressions in Modula-2: Modula-2.
|
508 |
|
|
* f (frame): Selection.
|
509 |
|
|
* f (SingleKey TUI key): TUI Single Key Mode.
|
510 |
|
|
* fatal signal: Bug Criteria.
|
511 |
|
|
* fatal signals: Signals.
|
512 |
|
|
* fg (resume foreground execution): Continuing and Stepping.
|
513 |
|
|
* field: Breakpoint Info.
|
514 |
|
|
* field-begin: Value Annotations.
|
515 |
|
|
* field-end: Value Annotations.
|
516 |
|
|
* field-name-end: Value Annotations.
|
517 |
|
|
* field-value: Value Annotations.
|
518 |
|
|
* file: Files.
|
519 |
|
|
* find trace snapshot: tfind.
|
520 |
|
|
* finish: Continuing and Stepping.
|
521 |
|
|
* flinching: Messages/Warnings.
|
522 |
|
|
* floating point: Floating Point Hardware.
|
523 |
|
|
* floating point registers: Registers.
|
524 |
|
|
* floating point, MIPS remote: MIPS Embedded.
|
525 |
|
|
* flush_i_cache: Bootstrapping.
|
526 |
|
|
* focus: TUI Commands.
|
527 |
|
|
* focus of debugging: Threads.
|
528 |
|
|
* foo: Symbol Errors.
|
529 |
|
|
* fork, debugging programs which call: Processes.
|
530 |
|
|
* format options: Print Settings.
|
531 |
|
|
* formatted output: Output Formats.
|
532 |
|
|
* Fortran: Summary.
|
533 |
|
|
* forward-backward-delete-char (): Commands For Text.
|
534 |
|
|
* forward-char (C-f): Commands For Moving.
|
535 |
|
|
* forward-search: Search.
|
536 |
|
|
* forward-search-history (C-s): Commands For History.
|
537 |
|
|
* forward-word (M-f): Commands For Moving.
|
538 |
|
|
* frame number: Frames.
|
539 |
|
|
* frame pointer: Frames.
|
540 |
|
|
* frame, command: Frames.
|
541 |
|
|
* frame, definition: Frames.
|
542 |
|
|
* frame, selecting: Selection.
|
543 |
|
|
* frame-address: Frame Annotations.
|
544 |
|
|
* frame-address-end: Frame Annotations.
|
545 |
|
|
* frame-args: Frame Annotations.
|
546 |
|
|
* frame-begin: Frame Annotations.
|
547 |
|
|
* frame-end: Frame Annotations.
|
548 |
|
|
* frame-function-name: Frame Annotations.
|
549 |
|
|
* frame-source-begin: Frame Annotations.
|
550 |
|
|
* frame-source-end: Frame Annotations.
|
551 |
|
|
* frame-source-file: Frame Annotations.
|
552 |
|
|
* frame-source-file-end: Frame Annotations.
|
553 |
|
|
* frame-source-line: Frame Annotations.
|
554 |
|
|
* frame-where: Frame Annotations.
|
555 |
|
|
* frameless execution: Frames.
|
556 |
|
|
* frames-invalid: Invalidation.
|
557 |
|
|
* free memory information (MS-DOS): DJGPP Native.
|
558 |
|
|
* Fujitsu: remote stub.
|
559 |
|
|
* function-call: Frame Annotations.
|
560 |
|
|
* functions without line info, and stepping: Continuing and Stepping.
|
561 |
|
|
* G packet: Packets.
|
562 |
|
|
* g packet: Packets.
|
563 |
|
|
* g++, GNU C++ compiler: C.
|
564 |
|
|
* garbled pointers: DJGPP Native.
|
565 |
|
|
* GDB bugs, reporting: Bug Reporting.
|
566 |
|
|
* GDB reference card: Formatting Documentation.
|
567 |
|
|
* gdb.ini: Command Files.
|
568 |
|
|
* GDB/MI, breakpoint commands: GDB/MI Breakpoint Table Commands.
|
569 |
|
|
* GDB/MI, compatibility with CLI: GDB/MI Compatibility with CLI.
|
570 |
|
|
* GDB/MI, data manipulation: GDB/MI Data Manipulation.
|
571 |
|
|
* GDB/MI, input syntax: GDB/MI Input Syntax.
|
572 |
|
|
* GDB/MI, its purpose: GDB/MI.
|
573 |
|
|
* GDB/MI, out-of-band records: GDB/MI Out-of-band Records.
|
574 |
|
|
* GDB/MI, output syntax: GDB/MI Output Syntax.
|
575 |
|
|
* GDB/MI, result records: GDB/MI Result Records.
|
576 |
|
|
* GDB/MI, simple examples: GDB/MI Simple Examples.
|
577 |
|
|
* GDB/MI, stream records: GDB/MI Stream Records.
|
578 |
|
|
* GDBHISTFILE: History.
|
579 |
|
|
* gdbserve.nlm: NetWare.
|
580 |
|
|
* gdbserver: Server.
|
581 |
|
|
* GDT: DJGPP Native.
|
582 |
|
|
* getDebugChar: Bootstrapping.
|
583 |
|
|
* GNU C++: C.
|
584 |
|
|
* GNU Emacs: Emacs.
|
585 |
|
|
* h (help): Help.
|
586 |
|
|
* H packet: Packets.
|
587 |
|
|
* H8/300 or H8/500 download: H8/300.
|
588 |
|
|
* handle: Signals.
|
589 |
|
|
* handle_exception: Stub Contents.
|
590 |
|
|
* handling signals: Signals.
|
591 |
|
|
* hardware watchpoints: Set Watchpoints.
|
592 |
|
|
* hbreak: Set Breaks.
|
593 |
|
|
* help: Help.
|
594 |
|
|
* help target: Target Commands.
|
595 |
|
|
* help user-defined: Define.
|
596 |
|
|
* heuristic-fence-post (Alpha, MIPS): MIPS.
|
597 |
|
|
* history events: Event Designators.
|
598 |
|
|
* history expansion <1>: History Interaction.
|
599 |
|
|
* history expansion: History.
|
600 |
|
|
* history file: History.
|
601 |
|
|
* history number: Value History.
|
602 |
|
|
* history save: History.
|
603 |
|
|
* history size: History.
|
604 |
|
|
* history substitution: History.
|
605 |
|
|
* history-search-backward (): Commands For History.
|
606 |
|
|
* history-search-forward (): Commands For History.
|
607 |
|
|
* Hitachi: remote stub.
|
608 |
|
|
* Hitachi SH download: H8/300.
|
609 |
|
|
* hook: Hooks.
|
610 |
|
|
* hook-: Hooks.
|
611 |
|
|
* hookpost: Hooks.
|
612 |
|
|
* hookpost-: Hooks.
|
613 |
|
|
* hooks, for commands: Hooks.
|
614 |
|
|
* hooks, post-command: Hooks.
|
615 |
|
|
* hooks, pre-command: Hooks.
|
616 |
|
|
* horizontal-scroll-mode: Readline Init File Syntax.
|
617 |
|
|
* i (info): Help.
|
618 |
|
|
* I packet: Packets.
|
619 |
|
|
* i packet: Packets.
|
620 |
|
|
* i/o: Input/Output.
|
621 |
|
|
* i386: remote stub.
|
622 |
|
|
* i386-stub.c: remote stub.
|
623 |
|
|
* i960: i960.
|
624 |
|
|
* IDT: DJGPP Native.
|
625 |
|
|
* if: Define.
|
626 |
|
|
* ignore: Conditions.
|
627 |
|
|
* ignore count (of breakpoint): Conditions.
|
628 |
|
|
* INCLUDE_RDB: VxWorks.
|
629 |
|
|
* info: Help.
|
630 |
|
|
* info address: Symbols.
|
631 |
|
|
* info all-registers: Registers.
|
632 |
|
|
* info args: Frame Info.
|
633 |
|
|
* info breakpoints: Set Breaks.
|
634 |
|
|
* info catch: Frame Info.
|
635 |
|
|
* info display: Auto Display.
|
636 |
|
|
* info dll: Cygwin Native.
|
637 |
|
|
* info dos: DJGPP Native.
|
638 |
|
|
* info extensions: Show.
|
639 |
|
|
* info f (info frame): Frame Info.
|
640 |
|
|
* info files: Files.
|
641 |
|
|
* info float: Floating Point Hardware.
|
642 |
|
|
* info frame: Frame Info.
|
643 |
|
|
* info frame, show the source language: Show.
|
644 |
|
|
* info functions: Symbols.
|
645 |
|
|
* info line: Machine Code.
|
646 |
|
|
* info locals: Frame Info.
|
647 |
|
|
* info macro: Macros.
|
648 |
|
|
* info mem: Memory Region Attributes.
|
649 |
|
|
* info proc: SVR4 Process Information.
|
650 |
|
|
* info proc mappings: SVR4 Process Information.
|
651 |
|
|
* info program: Stopping.
|
652 |
|
|
* info registers: Registers.
|
653 |
|
|
* info s (info stack): Backtrace.
|
654 |
|
|
* info scope: Symbols.
|
655 |
|
|
* info set: Help.
|
656 |
|
|
* info share: Files.
|
657 |
|
|
* info sharedlibrary: Files.
|
658 |
|
|
* info signals: Signals.
|
659 |
|
|
* info source: Symbols.
|
660 |
|
|
* info source, show the source language: Show.
|
661 |
|
|
* info sources: Symbols.
|
662 |
|
|
* info stack: Backtrace.
|
663 |
|
|
* info symbol: Symbols.
|
664 |
|
|
* info target: Files.
|
665 |
|
|
* info terminal: Input/Output.
|
666 |
|
|
* info threads: Threads.
|
667 |
|
|
* info tracepoints: Listing Tracepoints.
|
668 |
|
|
* info types: Symbols.
|
669 |
|
|
* info variables: Symbols.
|
670 |
|
|
* info vector: Vector Unit.
|
671 |
|
|
* info w32: Cygwin Native.
|
672 |
|
|
* info watchpoints: Set Watchpoints.
|
673 |
|
|
* info win: TUI Commands.
|
674 |
|
|
* information about tracepoints: Listing Tracepoints.
|
675 |
|
|
* inheritance: Debugging C plus plus.
|
676 |
|
|
* init file: Command Files.
|
677 |
|
|
* init file name: Command Files.
|
678 |
|
|
* initial frame: Frames.
|
679 |
|
|
* initialization file, readline: Readline Init File.
|
680 |
|
|
* innermost frame: Frames.
|
681 |
|
|
* input syntax for GDB/MI: GDB/MI Input Syntax.
|
682 |
|
|
* input-meta: Readline Init File Syntax.
|
683 |
|
|
* insert-comment (M-#): Miscellaneous Commands.
|
684 |
|
|
* insert-completions (M-*): Commands For Completion.
|
685 |
|
|
* inspect: Data.
|
686 |
|
|
* installation: Installing GDB.
|
687 |
|
|
* instructions, assembly: Machine Code.
|
688 |
|
|
* Intel: remote stub.
|
689 |
|
|
* Intel disassembly flavor: Machine Code.
|
690 |
|
|
* interaction, readline: Readline Interaction.
|
691 |
|
|
* internal commands: Maintenance Commands.
|
692 |
|
|
* internal GDB breakpoints: Set Breaks.
|
693 |
|
|
* interrupt: Quitting GDB.
|
694 |
|
|
* interrupting remote programs: Debug Session.
|
695 |
|
|
* interrupting remote targets: Bootstrapping.
|
696 |
|
|
* invalid input: Bug Criteria.
|
697 |
|
|
* isearch-terminators: Readline Init File Syntax.
|
698 |
|
|
* jump: Jumping.
|
699 |
|
|
* k packet: Packets.
|
700 |
|
|
* kernel object: KOD.
|
701 |
|
|
* kernel object display: KOD.
|
702 |
|
|
* keymap: Readline Init File Syntax.
|
703 |
|
|
* kill: Kill Process.
|
704 |
|
|
* kill ring: Readline Killing Commands.
|
705 |
|
|
* kill-line (C-k): Commands For Killing.
|
706 |
|
|
* kill-region (): Commands For Killing.
|
707 |
|
|
* kill-whole-line (): Commands For Killing.
|
708 |
|
|
* kill-word (M-d): Commands For Killing.
|
709 |
|
|
* killing text: Readline Killing Commands.
|
710 |
|
|
* KOD: KOD.
|
711 |
|
|
* l (list): List.
|
712 |
|
|
* languages: Languages.
|
713 |
|
|
* last tracepoint number: Create and Delete Tracepoints.
|
714 |
|
|
* latest breakpoint: Set Breaks.
|
715 |
|
|
* layout asm: TUI Commands.
|
716 |
|
|
* layout next: TUI Commands.
|
717 |
|
|
* layout prev: TUI Commands.
|
718 |
|
|
* layout regs: TUI Commands.
|
719 |
|
|
* layout split: TUI Commands.
|
720 |
|
|
* layout src: TUI Commands.
|
721 |
|
|
* LDT: DJGPP Native.
|
722 |
|
|
* leaving GDB: Quitting GDB.
|
723 |
|
|
* Left: TUI Keys.
|
724 |
|
|
* linespec: List.
|
725 |
|
|
* list: List.
|
726 |
|
|
* list output in GDB/MI: GDB/MI Output Syntax.
|
727 |
|
|
* listing machine instructions: Machine Code.
|
728 |
|
|
* listing mapped overlays: Overlay Commands.
|
729 |
|
|
* load address, overlay's: How Overlays Work.
|
730 |
|
|
* load FILENAME: Target Commands.
|
731 |
|
|
* local variables: Symbols.
|
732 |
|
|
* locate address: Output Formats.
|
733 |
|
|
* log output in GDB/MI: GDB/MI Output Syntax.
|
734 |
|
|
* M packet: Packets.
|
735 |
|
|
* m packet: Packets.
|
736 |
|
|
* m680x0: remote stub.
|
737 |
|
|
* m68k-stub.c: remote stub.
|
738 |
|
|
* machine instructions: Machine Code.
|
739 |
|
|
* macro define: Macros.
|
740 |
|
|
* macro definition, showing: Macros.
|
741 |
|
|
* macro expand: Macros.
|
742 |
|
|
* macro expand-once: Macros.
|
743 |
|
|
* macro expansion, showing the results of preprocessor: Macros.
|
744 |
|
|
* macro undef: Macros.
|
745 |
|
|
* macros, example of debugging with: Macros.
|
746 |
|
|
* macros, user-defined: Macros.
|
747 |
|
|
* maint info breakpoints: Maintenance Commands.
|
748 |
|
|
* maint info sections: Files.
|
749 |
|
|
* maint print cooked-registers: Maintenance Commands.
|
750 |
|
|
* maint print psymbols: Symbols.
|
751 |
|
|
* maint print raw-registers: Maintenance Commands.
|
752 |
|
|
* maint print registers: Maintenance Commands.
|
753 |
|
|
* maint print symbols: Symbols.
|
754 |
|
|
* maintenance commands: Maintenance Commands.
|
755 |
|
|
* make: Shell Commands.
|
756 |
|
|
* manual overlay debugging: Overlay Commands.
|
757 |
|
|
* map an overlay: Overlay Commands.
|
758 |
|
|
* mapped: Files.
|
759 |
|
|
* mapped address: How Overlays Work.
|
760 |
|
|
* mapped overlays: How Overlays Work.
|
761 |
|
|
* mark-modified-lines: Readline Init File Syntax.
|
762 |
|
|
* mem: Memory Region Attributes.
|
763 |
|
|
* member functions: C plus plus expressions.
|
764 |
|
|
* memory models, H8/500: H8/500.
|
765 |
|
|
* memory region attributes: Memory Region Attributes.
|
766 |
|
|
* memory tracing: Breakpoints.
|
767 |
|
|
* memory, viewing as typed object: Expressions.
|
768 |
|
|
* memory-mapped symbol file: Files.
|
769 |
|
|
* memset: Bootstrapping.
|
770 |
|
|
* menu-complete (): Commands For Completion.
|
771 |
|
|
* meta-flag: Readline Init File Syntax.
|
772 |
|
|
* MIPS boards: MIPS Embedded.
|
773 |
|
|
* MIPS remote floating point: MIPS Embedded.
|
774 |
|
|
* MIPS remotedebug protocol: MIPS Embedded.
|
775 |
|
|
* MIPS stack: MIPS.
|
776 |
|
|
* Modula-2: Summary.
|
777 |
|
|
* Modula-2 built-ins: Built-In Func/Proc.
|
778 |
|
|
* Modula-2 checks: M2 Checks.
|
779 |
|
|
* Modula-2 constants: Built-In Func/Proc.
|
780 |
|
|
* Modula-2 defaults: M2 Defaults.
|
781 |
|
|
* Modula-2 operators: M2 Operators.
|
782 |
|
|
* Modula-2, deviations from: Deviations.
|
783 |
|
|
* Modula-2, GDB support: Modula-2.
|
784 |
|
|
* Motorola 680x0: remote stub.
|
785 |
|
|
* MS Windows debugging: Cygwin Native.
|
786 |
|
|
* MS-DOS system info: DJGPP Native.
|
787 |
|
|
* MS-DOS-specific commands: DJGPP Native.
|
788 |
|
|
* multiple processes: Processes.
|
789 |
|
|
* multiple targets: Active Targets.
|
790 |
|
|
* multiple threads: Threads.
|
791 |
|
|
* n (next): Continuing and Stepping.
|
792 |
|
|
* n (SingleKey TUI key): TUI Single Key Mode.
|
793 |
|
|
* names of symbols: Symbols.
|
794 |
|
|
* namespace in C++: C plus plus expressions.
|
795 |
|
|
* native Cygwin debugging: Cygwin Native.
|
796 |
|
|
* native DJGPP debugging: DJGPP Native.
|
797 |
|
|
* negative breakpoint numbers: Set Breaks.
|
798 |
|
|
* New SYSTAG message: Threads.
|
799 |
|
|
* New SYSTAG message, on HP-UX: Threads.
|
800 |
|
|
* next: Continuing and Stepping.
|
801 |
|
|
* next-history (C-n): Commands For History.
|
802 |
|
|
* nexti: Continuing and Stepping.
|
803 |
|
|
* ni (nexti): Continuing and Stepping.
|
804 |
|
|
* Nindy: i960.
|
805 |
|
|
* non-incremental-forward-search-history (M-n): Commands For History.
|
806 |
|
|
* non-incremental-reverse-search-history (M-p): Commands For History.
|
807 |
|
|
* notation, readline: Readline Bare Essentials.
|
808 |
|
|
* notational conventions, for GDB/MI: GDB/MI.
|
809 |
|
|
* notify output in GDB/MI: GDB/MI Output Syntax.
|
810 |
|
|
* number representation: Numbers.
|
811 |
|
|
* numbers for breakpoints: Breakpoints.
|
812 |
|
|
* object files, relocatable, reading symbols from: Files.
|
813 |
|
|
* object formats and C++: C plus plus expressions.
|
814 |
|
|
* online documentation: Help.
|
815 |
|
|
* optimized code, debugging: Compilation.
|
816 |
|
|
* out-of-band records in GDB/MI: GDB/MI Out-of-band Records.
|
817 |
|
|
* outermost frame: Frames.
|
818 |
|
|
* output: Output.
|
819 |
|
|
* output formats: Output Formats.
|
820 |
|
|
* output syntax of GDB/MI: GDB/MI Output Syntax.
|
821 |
|
|
* output-meta: Readline Init File Syntax.
|
822 |
|
|
* overlay area: How Overlays Work.
|
823 |
|
|
* overlay auto: Overlay Commands.
|
824 |
|
|
* overlay example program: Overlay Sample Program.
|
825 |
|
|
* overlay load-target: Overlay Commands.
|
826 |
|
|
* overlay manual: Overlay Commands.
|
827 |
|
|
* overlay map-overlay: Overlay Commands.
|
828 |
|
|
* overlay off: Overlay Commands.
|
829 |
|
|
* overlay unmap-overlay: Overlay Commands.
|
830 |
|
|
* overlays: Overlays.
|
831 |
|
|
* overlays, setting breakpoints in: Overlay Commands.
|
832 |
|
|
* overload-choice: Prompting.
|
833 |
|
|
* overloaded functions, calling: C plus plus expressions.
|
834 |
|
|
* overloaded functions, overload resolution: Debugging C plus plus.
|
835 |
|
|
* overloading: Breakpoint Menus.
|
836 |
|
|
* overloading in C++: Debugging C plus plus.
|
837 |
|
|
* P packet: Packets.
|
838 |
|
|
* p packet: Packets.
|
839 |
|
|
* packets, reporting on stdout: Debugging Output.
|
840 |
|
|
* page tables display (MS-DOS): DJGPP Native.
|
841 |
|
|
* partial symbol dump: Symbols.
|
842 |
|
|
* Pascal: Summary.
|
843 |
|
|
* passcount: Tracepoint Passcounts.
|
844 |
|
|
* patching binaries: Patching.
|
845 |
|
|
* path: Environment.
|
846 |
|
|
* pauses in output: Screen Size.
|
847 |
|
|
* PgDn: TUI Keys.
|
848 |
|
|
* PgUp: TUI Keys.
|
849 |
|
|
* physical address from linear address: DJGPP Native.
|
850 |
|
|
* pipes: Starting.
|
851 |
|
|
* pointer, finding referent: Print Settings.
|
852 |
|
|
* possible-completions (M-?): Commands For Completion.
|
853 |
|
|
* post-commands: Prompting.
|
854 |
|
|
* post-overload-choice: Prompting.
|
855 |
|
|
* post-prompt: Prompting.
|
856 |
|
|
* post-prompt-for-continue: Prompting.
|
857 |
|
|
* post-query: Prompting.
|
858 |
|
|
* pre-commands: Prompting.
|
859 |
|
|
* pre-overload-choice: Prompting.
|
860 |
|
|
* pre-prompt: Prompting.
|
861 |
|
|
* pre-prompt-for-continue: Prompting.
|
862 |
|
|
* pre-query: Prompting.
|
863 |
|
|
* prefix-meta (ESC): Miscellaneous Commands.
|
864 |
|
|
* preprocessor macro expansion, showing the results of: Macros.
|
865 |
|
|
* previous-history (C-p): Commands For History.
|
866 |
|
|
* print: Data.
|
867 |
|
|
* print settings: Print Settings.
|
868 |
|
|
* printf: Output.
|
869 |
|
|
* printing data: Data.
|
870 |
|
|
* process image: SVR4 Process Information.
|
871 |
|
|
* processes, multiple: Processes.
|
872 |
|
|
* prompt <1>: Prompting.
|
873 |
|
|
* prompt: Prompt.
|
874 |
|
|
* prompt-for-continue: Prompting.
|
875 |
|
|
* protocol, GDB remote serial: Overview.
|
876 |
|
|
* ptype: Symbols.
|
877 |
|
|
* putDebugChar: Bootstrapping.
|
878 |
|
|
* pwd: Working Directory.
|
879 |
|
|
* q (quit): Quitting GDB.
|
880 |
|
|
* q (SingleKey TUI key): TUI Single Key Mode.
|
881 |
|
|
* Q packet: Packets.
|
882 |
|
|
* q packet: Packets.
|
883 |
|
|
* query: Prompting.
|
884 |
|
|
* quit: Errors.
|
885 |
|
|
* quit [EXPRESSION]: Quitting GDB.
|
886 |
|
|
* quoted-insert (C-q, C-v): Commands For Text.
|
887 |
|
|
* quotes in commands: Completion.
|
888 |
|
|
* quoting names: Symbols.
|
889 |
|
|
* r (run): Starting.
|
890 |
|
|
* r (SingleKey TUI key): TUI Single Key Mode.
|
891 |
|
|
* R packet: Packets.
|
892 |
|
|
* r packet: Packets.
|
893 |
|
|
* raise exceptions: Set Catchpoints.
|
894 |
|
|
* range checking: Type Checking.
|
895 |
|
|
* ranges of breakpoints: Breakpoints.
|
896 |
|
|
* rbreak: Set Breaks.
|
897 |
|
|
* re-read-init-file (C-x C-r): Miscellaneous Commands.
|
898 |
|
|
* reading symbols from relocatable object files: Files.
|
899 |
|
|
* reading symbols immediately: Files.
|
900 |
|
|
* readline: Editing.
|
901 |
|
|
* readnow: Files.
|
902 |
|
|
* recent tracepoint number: Create and Delete Tracepoints.
|
903 |
|
|
* record: Breakpoint Info.
|
904 |
|
|
* redirection: Input/Output.
|
905 |
|
|
* redraw-current-line (): Commands For Moving.
|
906 |
|
|
* reference card: Formatting Documentation.
|
907 |
|
|
* reference declarations: C plus plus expressions.
|
908 |
|
|
* refresh: TUI Commands.
|
909 |
|
|
* register stack, AMD29K: A29K.
|
910 |
|
|
* registers: Registers.
|
911 |
|
|
* regular expression: Set Breaks.
|
912 |
|
|
* reloading symbols: Symbols.
|
913 |
|
|
* reloading the overlay table: Overlay Commands.
|
914 |
|
|
* relocatable object files, reading symbols from: Files.
|
915 |
|
|
* remote connection without stubs: Server.
|
916 |
|
|
* remote debugging: Remote.
|
917 |
|
|
* remote programs, interrupting: Debug Session.
|
918 |
|
|
* remote protocol, field separator: Overview.
|
919 |
|
|
* remote serial debugging summary: Debug Session.
|
920 |
|
|
* remote serial debugging, overview: remote stub.
|
921 |
|
|
* remote serial protocol: Overview.
|
922 |
|
|
* remote serial stub: Stub Contents.
|
923 |
|
|
* remote serial stub list: remote stub.
|
924 |
|
|
* remote serial stub, initialization: Stub Contents.
|
925 |
|
|
* remote serial stub, main routine: Stub Contents.
|
926 |
|
|
* remote stub, example: remote stub.
|
927 |
|
|
* remote stub, support routines: Bootstrapping.
|
928 |
|
|
* remotedebug, MIPS protocol: MIPS Embedded.
|
929 |
|
|
* remotetimeout: Sparclet.
|
930 |
|
|
* remove actions from a tracepoint: Tracepoint Actions.
|
931 |
|
|
* repeating command sequences: Command Syntax.
|
932 |
|
|
* repeating commands: Command Syntax.
|
933 |
|
|
* reporting bugs in GDB: GDB Bugs.
|
934 |
|
|
* reset: Nindy Reset.
|
935 |
|
|
* response time, MIPS debugging: MIPS.
|
936 |
|
|
* restore: Dump/Restore Files.
|
937 |
|
|
* restore data from a file: Dump/Restore Files.
|
938 |
|
|
* result records in GDB/MI: GDB/MI Result Records.
|
939 |
|
|
* resuming execution: Continuing and Stepping.
|
940 |
|
|
* RET (repeat last command): Command Syntax.
|
941 |
|
|
* retransmit-timeout, MIPS protocol: MIPS Embedded.
|
942 |
|
|
* return: Returning.
|
943 |
|
|
* returning from a function: Returning.
|
944 |
|
|
* reverse-search: Search.
|
945 |
|
|
* reverse-search-history (C-r): Commands For History.
|
946 |
|
|
* revert-line (M-r): Miscellaneous Commands.
|
947 |
|
|
* Right: TUI Keys.
|
948 |
|
|
* run: Starting.
|
949 |
|
|
* running: Starting.
|
950 |
|
|
* running and debugging Sparclet programs: Sparclet Execution.
|
951 |
|
|
* running VxWorks tasks: VxWorks Attach.
|
952 |
|
|
* running, on Sparclet: Sparclet.
|
953 |
|
|
* rwatch: Set Watchpoints.
|
954 |
|
|
* s (SingleKey TUI key): TUI Single Key Mode.
|
955 |
|
|
* s (step): Continuing and Stepping.
|
956 |
|
|
* S packet: Packets.
|
957 |
|
|
* s packet: Packets.
|
958 |
|
|
* save tracepoints for future sessions: save-tracepoints.
|
959 |
|
|
* save-tracepoints: save-tracepoints.
|
960 |
|
|
* saving symbol table: Files.
|
961 |
|
|
* scope: M2 Scope.
|
962 |
|
|
* search: Search.
|
963 |
|
|
* searching: Search.
|
964 |
|
|
* section: Files.
|
965 |
|
|
* segment descriptor tables: DJGPP Native.
|
966 |
|
|
* select trace snapshot: tfind.
|
967 |
|
|
* select-frame: Frames.
|
968 |
|
|
* selected frame: Stack.
|
969 |
|
|
* selecting frame silently: Frames.
|
970 |
|
|
* self-insert (a, b, A, 1, !, ...): Commands For Text.
|
971 |
|
|
* sequence-id, for GDB remote: Overview.
|
972 |
|
|
* serial connections, debugging: Debugging Output.
|
973 |
|
|
* serial device, Hitachi micros: Hitachi Boards.
|
974 |
|
|
* serial line speed, Hitachi micros: Hitachi Boards.
|
975 |
|
|
* serial line, target remote: Debug Session.
|
976 |
|
|
* serial protocol, GDB remote: Overview.
|
977 |
|
|
* server prefix for annotations: Server Prefix.
|
978 |
|
|
* set: Help.
|
979 |
|
|
* set args: Arguments.
|
980 |
|
|
* set auto-solib-add: Files.
|
981 |
|
|
* set auto-solib-limit: Files.
|
982 |
|
|
* set check range: Range Checking.
|
983 |
|
|
* set check type: Type Checking.
|
984 |
|
|
* set check, range: Range Checking.
|
985 |
|
|
* set check, type: Type Checking.
|
986 |
|
|
* set complaints: Messages/Warnings.
|
987 |
|
|
* set confirm: Messages/Warnings.
|
988 |
|
|
* set debug arch: Debugging Output.
|
989 |
|
|
* set debug event: Debugging Output.
|
990 |
|
|
* set debug expression: Debugging Output.
|
991 |
|
|
* set debug overload: Debugging Output.
|
992 |
|
|
* set debug remote: Debugging Output.
|
993 |
|
|
* set debug serial: Debugging Output.
|
994 |
|
|
* set debug target: Debugging Output.
|
995 |
|
|
* set debug varobj: Debugging Output.
|
996 |
|
|
* set debugevents: Cygwin Native.
|
997 |
|
|
* set debugexceptions: Cygwin Native.
|
998 |
|
|
* set debugexec: Cygwin Native.
|
999 |
|
|
* set debugmemory: Cygwin Native.
|
1000 |
|
|
* set demangle-style: Print Settings.
|
1001 |
|
|
* set disassembly-flavor: Machine Code.
|
1002 |
|
|
* set editing: Editing.
|
1003 |
|
|
* set endian auto: Byte Order.
|
1004 |
|
|
* set endian big: Byte Order.
|
1005 |
|
|
* set endian little: Byte Order.
|
1006 |
|
|
* set environment: Environment.
|
1007 |
|
|
* set extension-language: Show.
|
1008 |
|
|
* set follow-fork-mode: Processes.
|
1009 |
|
|
* set gnutarget: Target Commands.
|
1010 |
|
|
* set height: Screen Size.
|
1011 |
|
|
* set history expansion: History.
|
1012 |
|
|
* set history filename: History.
|
1013 |
|
|
* set history save: History.
|
1014 |
|
|
* set history size: History.
|
1015 |
|
|
* set input-radix: Numbers.
|
1016 |
|
|
* set language: Manually.
|
1017 |
|
|
* set listsize: List.
|
1018 |
|
|
* set machine: Hitachi Special.
|
1019 |
|
|
* set max-user-call-depth: Define.
|
1020 |
|
|
* set memory MOD: H8/500.
|
1021 |
|
|
* set mipsfpu: MIPS Embedded.
|
1022 |
|
|
* set new-console: Cygwin Native.
|
1023 |
|
|
* set new-group: Cygwin Native.
|
1024 |
|
|
* set opaque-type-resolution: Symbols.
|
1025 |
|
|
* set output-radix: Numbers.
|
1026 |
|
|
* set overload-resolution: Debugging C plus plus.
|
1027 |
|
|
* set print address: Print Settings.
|
1028 |
|
|
* set print array: Print Settings.
|
1029 |
|
|
* set print asm-demangle: Print Settings.
|
1030 |
|
|
* set print demangle: Print Settings.
|
1031 |
|
|
* set print elements: Print Settings.
|
1032 |
|
|
* set print max-symbolic-offset: Print Settings.
|
1033 |
|
|
* set print null-stop: Print Settings.
|
1034 |
|
|
* set print object: Print Settings.
|
1035 |
|
|
* set print pretty: Print Settings.
|
1036 |
|
|
* set print sevenbit-strings: Print Settings.
|
1037 |
|
|
* set print static-members: Print Settings.
|
1038 |
|
|
* set print symbol-filename: Print Settings.
|
1039 |
|
|
* set print union: Print Settings.
|
1040 |
|
|
* set print vtbl: Print Settings.
|
1041 |
|
|
* set processor ARGS: MIPS Embedded.
|
1042 |
|
|
* set prompt: Prompt.
|
1043 |
|
|
* set remotedebug, MIPS protocol: MIPS Embedded.
|
1044 |
|
|
* set retransmit-timeout: MIPS Embedded.
|
1045 |
|
|
* set rstack_high_address: A29K.
|
1046 |
|
|
* set shell: Cygwin Native.
|
1047 |
|
|
* set step-mode: Continuing and Stepping.
|
1048 |
|
|
* set symbol-reloading: Symbols.
|
1049 |
|
|
* set timeout: MIPS Embedded.
|
1050 |
|
|
* set tracepoint: Create and Delete Tracepoints.
|
1051 |
|
|
* set trust-readonly-sections: Files.
|
1052 |
|
|
* set tui active-border-mode: TUI Configuration.
|
1053 |
|
|
* set tui border-kind: TUI Configuration.
|
1054 |
|
|
* set tui border-mode: TUI Configuration.
|
1055 |
|
|
* set variable: Assignment.
|
1056 |
|
|
* set verbose: Messages/Warnings.
|
1057 |
|
|
* set width: Screen Size.
|
1058 |
|
|
* set write: Patching.
|
1059 |
|
|
* set-mark (C-@): Miscellaneous Commands.
|
1060 |
|
|
* set_debug_traps: Stub Contents.
|
1061 |
|
|
* setting variables: Assignment.
|
1062 |
|
|
* setting watchpoints: Set Watchpoints.
|
1063 |
|
|
* SH: remote stub.
|
1064 |
|
|
* sh-stub.c: remote stub.
|
1065 |
|
|
* share: Files.
|
1066 |
|
|
* shared libraries: Files.
|
1067 |
|
|
* sharedlibrary: Files.
|
1068 |
|
|
* shell: Shell Commands.
|
1069 |
|
|
* shell escape: Shell Commands.
|
1070 |
|
|
* show: Help.
|
1071 |
|
|
* show args: Arguments.
|
1072 |
|
|
* show auto-solib-add: Files.
|
1073 |
|
|
* show auto-solib-limit: Files.
|
1074 |
|
|
* show check range: Range Checking.
|
1075 |
|
|
* show check type: Type Checking.
|
1076 |
|
|
* show complaints: Messages/Warnings.
|
1077 |
|
|
* show confirm: Messages/Warnings.
|
1078 |
|
|
* show convenience: Convenience Vars.
|
1079 |
|
|
* show copying: Help.
|
1080 |
|
|
* show debug arch: Debugging Output.
|
1081 |
|
|
* show debug event: Debugging Output.
|
1082 |
|
|
* show debug expression: Debugging Output.
|
1083 |
|
|
* show debug overload: Debugging Output.
|
1084 |
|
|
* show debug remote: Debugging Output.
|
1085 |
|
|
* show debug serial: Debugging Output.
|
1086 |
|
|
* show debug target: Debugging Output.
|
1087 |
|
|
* show debug varobj: Debugging Output.
|
1088 |
|
|
* show demangle-style: Print Settings.
|
1089 |
|
|
* show directories: Source Path.
|
1090 |
|
|
* show editing: Editing.
|
1091 |
|
|
* show environment: Environment.
|
1092 |
|
|
* show gnutarget: Target Commands.
|
1093 |
|
|
* show height: Screen Size.
|
1094 |
|
|
* show history: History.
|
1095 |
|
|
* show input-radix: Numbers.
|
1096 |
|
|
* show language: Show.
|
1097 |
|
|
* show listsize: List.
|
1098 |
|
|
* show machine: Hitachi Special.
|
1099 |
|
|
* show max-user-call-depth: Define.
|
1100 |
|
|
* show mipsfpu: MIPS Embedded.
|
1101 |
|
|
* show new-console: Cygwin Native.
|
1102 |
|
|
* show new-group: Cygwin Native.
|
1103 |
|
|
* show opaque-type-resolution: Symbols.
|
1104 |
|
|
* show output-radix: Numbers.
|
1105 |
|
|
* show paths: Environment.
|
1106 |
|
|
* show print address: Print Settings.
|
1107 |
|
|
* show print array: Print Settings.
|
1108 |
|
|
* show print asm-demangle: Print Settings.
|
1109 |
|
|
* show print demangle: Print Settings.
|
1110 |
|
|
* show print elements: Print Settings.
|
1111 |
|
|
* show print max-symbolic-offset: Print Settings.
|
1112 |
|
|
* show print object: Print Settings.
|
1113 |
|
|
* show print pretty: Print Settings.
|
1114 |
|
|
* show print sevenbit-strings: Print Settings.
|
1115 |
|
|
* show print static-members: Print Settings.
|
1116 |
|
|
* show print symbol-filename: Print Settings.
|
1117 |
|
|
* show print union: Print Settings.
|
1118 |
|
|
* show print vtbl: Print Settings.
|
1119 |
|
|
* show processor: MIPS Embedded.
|
1120 |
|
|
* show prompt: Prompt.
|
1121 |
|
|
* show remotedebug, MIPS protocol: MIPS Embedded.
|
1122 |
|
|
* show retransmit-timeout: MIPS Embedded.
|
1123 |
|
|
* show rstack_high_address: A29K.
|
1124 |
|
|
* show shell: Cygwin Native.
|
1125 |
|
|
* show symbol-reloading: Symbols.
|
1126 |
|
|
* show timeout: MIPS Embedded.
|
1127 |
|
|
* show user: Define.
|
1128 |
|
|
* show values: Value History.
|
1129 |
|
|
* show verbose: Messages/Warnings.
|
1130 |
|
|
* show version: Help.
|
1131 |
|
|
* show warranty: Help.
|
1132 |
|
|
* show width: Screen Size.
|
1133 |
|
|
* show write: Patching.
|
1134 |
|
|
* show-all-if-ambiguous: Readline Init File Syntax.
|
1135 |
|
|
* shows: History.
|
1136 |
|
|
* si (stepi): Continuing and Stepping.
|
1137 |
|
|
* signal <1>: Annotations for Running.
|
1138 |
|
|
* signal: Signaling.
|
1139 |
|
|
* signal-handler-caller: Frame Annotations.
|
1140 |
|
|
* signal-name: Annotations for Running.
|
1141 |
|
|
* signal-name-end: Annotations for Running.
|
1142 |
|
|
* signal-string: Annotations for Running.
|
1143 |
|
|
* signal-string-end: Annotations for Running.
|
1144 |
|
|
* signalled: Annotations for Running.
|
1145 |
|
|
* signals: Signals.
|
1146 |
|
|
* silent: Break Commands.
|
1147 |
|
|
* sim: Z8000.
|
1148 |
|
|
* simulator, Z8000: Z8000.
|
1149 |
|
|
* size of screen: Screen Size.
|
1150 |
|
|
* software watchpoints: Set Watchpoints.
|
1151 |
|
|
* source <1>: Source Annotations.
|
1152 |
|
|
* source: Command Files.
|
1153 |
|
|
* source path: Source Path.
|
1154 |
|
|
* Sparc: remote stub.
|
1155 |
|
|
* sparc-stub.c: remote stub.
|
1156 |
|
|
* sparcl-stub.c: remote stub.
|
1157 |
|
|
* Sparclet: Sparclet.
|
1158 |
|
|
* SparcLite: remote stub.
|
1159 |
|
|
* speed: Hitachi Boards.
|
1160 |
|
|
* ST2000 auxiliary commands: ST2000.
|
1161 |
|
|
* st2000 CMD: ST2000.
|
1162 |
|
|
* stack frame: Frames.
|
1163 |
|
|
* stack on Alpha: MIPS.
|
1164 |
|
|
* stack on MIPS: MIPS.
|
1165 |
|
|
* stack traces: Backtrace.
|
1166 |
|
|
* stacking targets: Active Targets.
|
1167 |
|
|
* start a new trace experiment: Starting and Stopping Trace Experiment.
|
1168 |
|
|
* start-kbd-macro (C-x (): Keyboard Macros.
|
1169 |
|
|
* starting <1>: Annotations for Running.
|
1170 |
|
|
* starting: Starting.
|
1171 |
|
|
* status of trace data collection: Starting and Stopping Trace Experiment.
|
1172 |
|
|
* status output in GDB/MI: GDB/MI Output Syntax.
|
1173 |
|
|
* STDBUG commands (ST2000): ST2000.
|
1174 |
|
|
* step: Continuing and Stepping.
|
1175 |
|
|
* stepi: Continuing and Stepping.
|
1176 |
|
|
* stepping: Continuing and Stepping.
|
1177 |
|
|
* stepping into functions with no line info: Continuing and Stepping.
|
1178 |
|
|
* stop a running trace experiment: Starting and Stopping Trace Experiment.
|
1179 |
|
|
* stop reply packets: Stop Reply Packets.
|
1180 |
|
|
* stop, a pseudo-command: Hooks.
|
1181 |
|
|
* stopped threads: Thread Stops.
|
1182 |
|
|
* stopping: Annotations for Running.
|
1183 |
|
|
* stream records in GDB/MI: GDB/MI Stream Records.
|
1184 |
|
|
* stub example, remote debugging: remote stub.
|
1185 |
|
|
* stupid questions: Messages/Warnings.
|
1186 |
|
|
* switching threads: Threads.
|
1187 |
|
|
* switching threads automatically: Threads.
|
1188 |
|
|
* symbol decoding style, C++: Print Settings.
|
1189 |
|
|
* symbol dump: Symbols.
|
1190 |
|
|
* symbol from address: Symbols.
|
1191 |
|
|
* symbol names: Symbols.
|
1192 |
|
|
* symbol overloading: Breakpoint Menus.
|
1193 |
|
|
* symbol table: Files.
|
1194 |
|
|
* symbol-file: Files.
|
1195 |
|
|
* symbols, reading from relocatable object files: Files.
|
1196 |
|
|
* symbols, reading immediately: Files.
|
1197 |
|
|
* sysinfo: DJGPP Native.
|
1198 |
|
|
* T packet: Packets.
|
1199 |
|
|
* t packet: Packets.
|
1200 |
|
|
* T packet reply: Stop Reply Packets.
|
1201 |
|
|
* target: Targets.
|
1202 |
|
|
* target abug: M68K.
|
1203 |
|
|
* target array: MIPS Embedded.
|
1204 |
|
|
* target byte order: Byte Order.
|
1205 |
|
|
* target core: Target Commands.
|
1206 |
|
|
* target cpu32bug: M68K.
|
1207 |
|
|
* target dbug: M68K.
|
1208 |
|
|
* target ddb PORT: MIPS Embedded.
|
1209 |
|
|
* target dink32: PowerPC.
|
1210 |
|
|
* target e7000, with H8/300: H8/300.
|
1211 |
|
|
* target e7000, with Hitachi ICE: Hitachi ICE.
|
1212 |
|
|
* target e7000, with Hitachi SH: SH.
|
1213 |
|
|
* target es1800: M68K.
|
1214 |
|
|
* target est: M68K.
|
1215 |
|
|
* target exec: Target Commands.
|
1216 |
|
|
* target hms, and serial protocol: Hitachi Boards.
|
1217 |
|
|
* target hms, with H8/300: H8/300.
|
1218 |
|
|
* target hms, with Hitachi SH: SH.
|
1219 |
|
|
* target lsi PORT: MIPS Embedded.
|
1220 |
|
|
* target m32r: M32R/D.
|
1221 |
|
|
* target mips PORT: MIPS Embedded.
|
1222 |
|
|
* target mon960: i960.
|
1223 |
|
|
* target nindy: i960.
|
1224 |
|
|
* target nrom: Target Commands.
|
1225 |
|
|
* target op50n: PA.
|
1226 |
|
|
* target output in GDB/MI: GDB/MI Output Syntax.
|
1227 |
|
|
* target pmon PORT: MIPS Embedded.
|
1228 |
|
|
* target ppcbug: PowerPC.
|
1229 |
|
|
* target ppcbug1: PowerPC.
|
1230 |
|
|
* target r3900: MIPS Embedded.
|
1231 |
|
|
* target rdi: ARM.
|
1232 |
|
|
* target rdp: ARM.
|
1233 |
|
|
* target remote: Target Commands.
|
1234 |
|
|
* target rom68k: M68K.
|
1235 |
|
|
* target rombug: M68K.
|
1236 |
|
|
* target sds: PowerPC.
|
1237 |
|
|
* target sh3, with H8/300: H8/300.
|
1238 |
|
|
* target sh3, with SH: SH.
|
1239 |
|
|
* target sh3e, with H8/300: H8/300.
|
1240 |
|
|
* target sh3e, with SH: SH.
|
1241 |
|
|
* target sim: Target Commands.
|
1242 |
|
|
* target sim, with Z8000: Z8000.
|
1243 |
|
|
* target sparclite: Sparclite.
|
1244 |
|
|
* target vxworks: VxWorks.
|
1245 |
|
|
* target w89k: PA.
|
1246 |
|
|
* tbreak: Set Breaks.
|
1247 |
|
|
* TCP port, target remote: Debug Session.
|
1248 |
|
|
* tdump: tdump.
|
1249 |
|
|
* terminal: Input/Output.
|
1250 |
|
|
* tfind: tfind.
|
1251 |
|
|
* thbreak: Set Breaks.
|
1252 |
|
|
* this, inside C++ member functions: C plus plus expressions.
|
1253 |
|
|
* thread apply: Threads.
|
1254 |
|
|
* thread breakpoints: Thread Stops.
|
1255 |
|
|
* thread identifier (GDB): Threads.
|
1256 |
|
|
* thread identifier (system): Threads.
|
1257 |
|
|
* thread identifier (system), on HP-UX: Threads.
|
1258 |
|
|
* thread number: Threads.
|
1259 |
|
|
* thread THREADNO: Threads.
|
1260 |
|
|
* threads and watchpoints: Set Watchpoints.
|
1261 |
|
|
* threads of execution: Threads.
|
1262 |
|
|
* threads, automatic switching: Threads.
|
1263 |
|
|
* threads, continuing: Thread Stops.
|
1264 |
|
|
* threads, stopped: Thread Stops.
|
1265 |
|
|
* timeout, MIPS protocol: MIPS Embedded.
|
1266 |
|
|
* trace: Create and Delete Tracepoints.
|
1267 |
|
|
* trace experiment, status of: Starting and Stopping Trace Experiment.
|
1268 |
|
|
* tracebacks: Backtrace.
|
1269 |
|
|
* tracepoint actions: Tracepoint Actions.
|
1270 |
|
|
* tracepoint data, display: tdump.
|
1271 |
|
|
* tracepoint deletion: Create and Delete Tracepoints.
|
1272 |
|
|
* tracepoint number: Create and Delete Tracepoints.
|
1273 |
|
|
* tracepoint pass count: Tracepoint Passcounts.
|
1274 |
|
|
* tracepoint variables: Tracepoint Variables.
|
1275 |
|
|
* tracepoints: Tracepoints.
|
1276 |
|
|
* transpose-chars (C-t): Commands For Text.
|
1277 |
|
|
* transpose-words (M-t): Commands For Text.
|
1278 |
|
|
* tstart: Starting and Stopping Trace Experiment.
|
1279 |
|
|
* tstatus: Starting and Stopping Trace Experiment.
|
1280 |
|
|
* tstop: Starting and Stopping Trace Experiment.
|
1281 |
|
|
* tty: Input/Output.
|
1282 |
|
|
* TUI: TUI.
|
1283 |
|
|
* TUI commands: TUI Commands.
|
1284 |
|
|
* TUI configuration variables: TUI Configuration.
|
1285 |
|
|
* TUI key bindings: TUI Keys.
|
1286 |
|
|
* TUI single key mode: TUI Single Key Mode.
|
1287 |
|
|
* type casting memory: Expressions.
|
1288 |
|
|
* type checking: Checks.
|
1289 |
|
|
* type conversions in C++: C plus plus expressions.
|
1290 |
|
|
* u (SingleKey TUI key): TUI Single Key Mode.
|
1291 |
|
|
* u (until): Continuing and Stepping.
|
1292 |
|
|
* UDP port, target remote: Debug Session.
|
1293 |
|
|
* undisplay: Auto Display.
|
1294 |
|
|
* undo (C-_, C-x C-u): Miscellaneous Commands.
|
1295 |
|
|
* universal-argument (): Numeric Arguments.
|
1296 |
|
|
* unix-line-discard (C-u): Commands For Killing.
|
1297 |
|
|
* unix-word-rubout (C-w): Commands For Killing.
|
1298 |
|
|
* unknown address, locating: Output Formats.
|
1299 |
|
|
* unmap an overlay: Overlay Commands.
|
1300 |
|
|
* unmapped overlays: How Overlays Work.
|
1301 |
|
|
* unset environment: Environment.
|
1302 |
|
|
* until: Continuing and Stepping.
|
1303 |
|
|
* Up: TUI Keys.
|
1304 |
|
|
* up: Selection.
|
1305 |
|
|
* up-silently: Selection.
|
1306 |
|
|
* upcase-word (M-u): Commands For Text.
|
1307 |
|
|
* update: TUI Commands.
|
1308 |
|
|
* user-defined command: Define.
|
1309 |
|
|
* user-defined macros: Macros.
|
1310 |
|
|
* v (SingleKey TUI key): TUI Single Key Mode.
|
1311 |
|
|
* value history: Value History.
|
1312 |
|
|
* value-begin: Value Annotations.
|
1313 |
|
|
* value-end: Value Annotations.
|
1314 |
|
|
* value-history-begin: Value Annotations.
|
1315 |
|
|
* value-history-end: Value Annotations.
|
1316 |
|
|
* value-history-value: Value Annotations.
|
1317 |
|
|
* variable name conflict: Variables.
|
1318 |
|
|
* variable objects in GDB/MI: GDB/MI Variable Objects.
|
1319 |
|
|
* variable values, wrong: Variables.
|
1320 |
|
|
* variables, setting: Assignment.
|
1321 |
|
|
* vector unit: Vector Unit.
|
1322 |
|
|
* version number: Help.
|
1323 |
|
|
* visible-stats: Readline Init File Syntax.
|
1324 |
|
|
* VxWorks: VxWorks.
|
1325 |
|
|
* vxworks-timeout: VxWorks.
|
1326 |
|
|
* w (SingleKey TUI key): TUI Single Key Mode.
|
1327 |
|
|
* watch: Set Watchpoints.
|
1328 |
|
|
* watchpoint: Annotations for Running.
|
1329 |
|
|
* watchpoints: Breakpoints.
|
1330 |
|
|
* watchpoints and threads: Set Watchpoints.
|
1331 |
|
|
* whatis: Symbols.
|
1332 |
|
|
* where: Backtrace.
|
1333 |
|
|
* while: Define.
|
1334 |
|
|
* while-stepping (tracepoints): Tracepoint Actions.
|
1335 |
|
|
* wild pointer, interpreting: Print Settings.
|
1336 |
|
|
* winheight: TUI Commands.
|
1337 |
|
|
* word completion: Completion.
|
1338 |
|
|
* working directory: Source Path.
|
1339 |
|
|
* working directory (of your program): Working Directory.
|
1340 |
|
|
* working language: Languages.
|
1341 |
|
|
* writing into corefiles: Patching.
|
1342 |
|
|
* writing into executables: Patching.
|
1343 |
|
|
* wrong values: Variables.
|
1344 |
|
|
* x (examine memory): Memory.
|
1345 |
|
|
* X packet: Packets.
|
1346 |
|
|
* x(examine), and info line: Machine Code.
|
1347 |
|
|
* XCOFF and C++: C plus plus expressions.
|
1348 |
|
|
* yank (C-y): Commands For Killing.
|
1349 |
|
|
* yank-last-arg (M-., M-_): Commands For History.
|
1350 |
|
|
* yank-nth-arg (M-C-y): Commands For History.
|
1351 |
|
|
* yank-pop (M-y): Commands For Killing.
|
1352 |
|
|
* yanking text: Readline Killing Commands.
|
1353 |
|
|
* Z packet: Packets.
|
1354 |
|
|
* z packet: Packets.
|
1355 |
|
|
* Z8000: Z8000.
|
1356 |
|
|
* Zilog Z8000 simulator: Z8000.
|
1357 |
|
|
* {TYPE}: Expressions.
|
1358 |
|
|
|
1359 |
|
|
|