Debugging with GDB Manual (5900-1473; WDB 6.2; January 2011)

Table Of Contents
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 do not
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
Example
21.5 GDB/MI breakpoint table commands
This section documents GDB/MI commands for manipulating breakpoints.
The -break-after Command
Synopsis
-break-after number count
The breakpoint number number is not in effect until it has been hit count times. To see
how this is reflected in the output of the '-break-list' command, see the description
of the '-break-list' command below.
21.4 GDB/MI command description format 311