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

<bp-manager.log>.break

Synopsis

<bp-manager.log>.break [object] [-regexp] [-re] ["substr"] ["substring"] [type] [-recursive] [-once]

Description

Enables breaking simulation on logs. When enabled the simulation will stop every time it hits a certain log. If no argument is given, breaking on all logs is enabled.

The object argument specifies the object to enable breaking on logs for.

The type argument specifies the log-type to enable breaking for.

The substr argument can be used to only break on logs which contain this string. Together with the -regexp flag the string is interpreted as a regular expression, as defined by the re module in Python. The -once flag causes the breakpoint to automatically be removed after it has triggered.

If -recursive is used, not only the object, but the objects hierarchically below the object will be considered when adding the breakpoint.

Provided By

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