break-location – deprecated break-loop
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

break-log – deprecated

Synopsis

break-log [-re] ["substring"] [object] [type] [-list]

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 substring argument can be used to only break on logs which contain this string. Together with the -re flag the string is interpreted as a regular expression, as defined by the re module in Python.

The -list flag will print all enabled break-logs.

Provided By

Simics Core

See Also

bp.log.break, <bp-manager.log>.wait-for, <bp_manager>.delete, log-level, log-type, match-string
break-location – deprecated break-loop