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

<bp-manager.step>.run-until

Synopsis

<bp-manager.step>.run-until [object] 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.

If object is provided, then the breakpoint functionality is added on that object.

Provided By

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