try unbreak-io
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

unbreak – deprecated

Synopsis

unbreak (id|-all) 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. The -all flag removes all breakpoints of the specified access type within the specified address range. Default access type is execute.

Use list-breakpoints to list the IDs of breakpoints.

Provided By

Simics Core

See Also

bp.memory.unbreak, <breakpoint>.bp-break-memory, <bp_manager>.delete
try unbreak-io