<bp-manager.exc>.wait-for <bp-manager.hap>.run-until
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<bp-manager.hap>.break

Synopsis

<bp-manager.hap>.break ("name"|-all) [object] [index] [-s] [-once]

Description

Enables breaking simulation on haps. When this is enabled, every time the specified hap is triggered a message is printed and simulation is stopped.

The optional argument object limits the considered hap occurrences to a specific object, and index can be used for indexed haps.

The name parameter specifies the hap. If the -all flag is specified, all haps will be used.

When a hap triggers, the frontend object is changed to the object that triggered the hap, unless -s is specified.

The -once flag causes the breakpoint to automatically be removed after it has triggered.

Provided By

bp-manager
<bp-manager.exc>.wait-for <bp-manager.hap>.run-until