Debugging with GDB (September 2007)
270 Debugging with GDB
21.3.3 gdb/mi out-of-band records
Out-of-band records are used to notify the gdb/mi client of additional changes that
have occurred. Those changes can either be a consequence of gdb/mi (e.g., a breakpoint
modified) or a result of target activity (e.g., target stoppe d).
The following is a preliminary list of possible out-of-band records.
"*" "stop"
21.4 gdb/mi command description format
The remaining sections describe blocks of commands. Each block of commands is laid
out in a fashion similar to this section.
Note the line breaks shown in the examples are here only for readability. They donot
appear in the real output. Also note that the commands with a non-available example
(N.A.) are not yet implemented.
Motivation
The motivation for this collection of commands.
Introduction
A brief introduction to this collection of commands as a whole.
Commands
For each command in the block, the following is described:
Synopsis
-command args ...
GDB command
The corresponding GDB CLI command.
Result
Out-of-band
Notes