VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Core_Exception

Provided By
Simics Core
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj,
integer_t exception_number);
Index
exception_number
Description
Triggered when an exception/trap is taken by a processor. This happens after exception specific side effects have taken place, such as register updates, but before any control transfer.

The exact meaning of the exception number depends on the simulated processor architecture, the function SIM_get_exception_name gives its symbolic name. SIM_get_exception_number translates from symbolic name to exception number.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next