if in-list
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

ignore – deprecated

Synopsis

ignore id num

Description

Set the ignore count for a breakpoint with the given id. This means that the next num times the breakpoint is reached it will not trigger (hap handlers will not be called). To break next time, set num to 0.

Provided By

Simics Core

See Also

bp.ignore-count, <bp_manager>.enabled, <bp_manager>.list
if in-list