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

<bp-manager.time>.run-until

Synopsis

<bp-manager.time>.run-until [object] seconds [-absolute] [timeout] [timeout-rt]

Description

Run the simulation until the processor has executed seconds number of seconds. If -absolute is specified, the simulation will run until the processor reaches the specified time 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.time>.break <bp-manager.time>.trace