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

<bp-manager.notify>.trace

Synopsis

<bp-manager.notify>.trace [object|-global] "name"

Description

Enables tracing of notifiers. When this is enabled, every time the specified notifier is triggered a message is printed.

The name parameter specifies the notifier. If -global is specified, then the notifier must be global, otherwise the notifier must be registered on object.

If name is the name of a global notifier, then -global is not needed. If name is the name of a non-global notifier and object is not provided, then the breakpoint is added on all objects that have this notifier registered.

For the global notifiers, see the documentation of the global_notifier_type_t enum about which names should be used.

For the predefined non-global notifiers, see the documentation of the notifier_type_t enum about which names should be used.

Provided By

bp-manager
<bp-manager.notify>.run-until <bp-manager.notify>.wait-for