VIRTUTECH CONFIDENTIAL    Previous - Up - Next

Core_Simulation_Stopped

Provided By
Simics Core
Callback Type
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, integer_t exception,
char *error_string);
Index
exception
Description
Called when the simulation stops. exception will always be SimExc_No_Exception, and error_string will always be NULL. After this hap, simulation will not advance (triggering Core_Continuation) until SIM_continue() is called again.

VIRTUTECH CONFIDENTIAL    Previous - Up - Next