beautypg.com

5 gdb/mi breakpoint table commands – HP gnu source-level debugger 5992-4701 User Manual

Page 312

background image

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.

GDB command

The corresponding GDB command is 'ignore'.

312

The GDB/MI Interface