<step>.bp-break-step <step>.bp-trace-step
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<step>.bp-run-until-step

Synopsis

<step>.bp-run-until-step step [-absolute] [timeout] [timeout-rt]

Description

Run the simulation until the processor has executed step number of steps. If -absolute is specified, the simulation will instead run until the processor reaches the specified step in the simulation.

If no processor is specified, the currently selected frontend processor is used. If timeout is a positive number, the command will run for at most that many seconds of virtual time.

If timeout-rt is a positive number, the command will run for at most that many seconds of real time.

A time-out will be signaled by throwing a CLI exception, which can be captured using try/except in order to take specific action, or to let it pass unhandled.

Provided By

bp-manager
<step>.bp-break-step <step>.bp-trace-step