The stopi command sets a machine-level breakpoint.
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:
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.