<exception>.list-exceptions <exception>.wait-for-exception – deprecated
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<exception>.trace-exception – deprecated

Synopsis

<exception>.trace-exception (number|"name"|-all|-list)
<exception>.untrace-exception (number|"name"|-all|-list)
trace-exception (number|"name"|-all|-list)
untrace-exception (number|"name"|-all|-list)

Description

Enables and disables tracing of exceptions. When this is enabled, every time the specified exception occurs during simulation a message is printed.

The name or the number parameter can be used to specify which exception should be traced. The available exceptions depend on the simulated target.

Instead of an exception, the -all flag may be given. This will enable or disable tracing of all exceptions.

Using the -list argument will print out the exceptions currently being traced.

The non-namespace variant of this command traces exceptions on all processors of the same class in the same group as the currently inspected processor. The namespace variant affects only the selected processor.

Provided By

Simics Core

See Also

bp.exception.trace, bp.exception.break, log-setup
<exception>.list-exceptions <exception>.wait-for-exception – deprecated