<godzilla>.status <graphcon>.break-gfx – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<graphcon>.break – deprecated

Synopsis

<graphcon>.break "string" [-once] [-regexp]

Description

Set Simics to break simulation when string is seen on the console. If -once is specified, the breakpoint will be removed when it has hit.

If -regexp is specified, the breakpoint string will be interpreted as a regular expression (regexp). The regexp syntax follows the common Perl style, as interpreted by the Hyperscan library https://hyperscan.io.

Note that the string is a Simics CLI string, and thus \ has to be escaped as \\ when writing the regexp.

Examples:

For more information about regular expression syntax, see https://perldoc.perl.org/re.html.

If -regexp is specified, then -once is ignored.

Provided By

graphcon

See Also

bp.console_string.break, <bp_manager>.delete, <bp_manager>.list
<godzilla>.status <graphcon>.break-gfx – deprecated