stopi Command

The stopi command sets a machine-level breakpoint.

Syntax

The stopi command has the following general syntax:

stopi event-specification [ modifier ]

When the specified event occurs, the process is stopped.

The following specific syntaxes are valid:

stopi at address Stop execution at location address.
stopi in function Stop execution when function is called.

where:

address is any expression resulting in or usable as an address.

function is the name of a function.

For a list and the syntax of all events see Event Specification and Event Specification Modifiers.

For a general discussion of event management commands see Events.