<cycle>.wait-for-time – deprecated <cycle_event_instrumentation>.bp-run-until-cycle-event
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<cycle_event_instrumentation>.bp-break-cycle-event

Synopsis

<cycle_event_instrumentation>.bp-break-cycle-event [event-object] ["event-class"] ["description"] [-once]

Description

Adds an event breakpoint on a clock object. The object needs to implement the cycle_event_instrumentation interface for this to work.

To narrow down the events to match you can give the properties event-class to match the name of the event class, and/or event-object to match the object in the event, and/or description to match the description of the event. If a property is not given it will match any value. The -once flag causes the breakpoint to automatically be removed after it has triggered.

Provided By

bp-manager
<cycle>.wait-for-time – deprecated <cycle_event_instrumentation>.bp-run-until-cycle-event