<bp-manager.memory>.trace <bp-manager.memory>.wait-for
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<bp-manager.memory>.unbreak

Synopsis

<bp-manager.memory>.unbreak id address length [-r] [-w] [-x]

Description

Removes an address range from a breakpoint, splitting the breakpoint if necessary.

The address range is specified by the address and length arguments.

-r (read), -w (write) and -x (execute) specify the type of breakpoint that should be removed in the given address range. Default is execute.

id is the ID number of the breakpoint to remove.

Provided By

bp-manager

See Also

<bp-manager.memory>.break, <bp_manager>.delete
<bp-manager.memory>.trace <bp-manager.memory>.wait-for