VIRTUTECH CONFIDENTIAL Previous - Up - Next
Core_Breakpoint_Memop
- Provided By
-
Simics Core
- Callback Type
-
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj,
integer_t breakpoint_number,
memory_transaction_t *memop);
- Index
-
breakpoint_number
- Description
-
Called when a breakpoint is triggered. breakpoint_number is the breakpoint number (as returned by SIM_breakpoint). If there are multiple breakpoints on an instruction then all installed haps will be run before control is transferred to the frontend (when applicable). The supplied memop can be used to figure out details about the transaction.
VIRTUTECH CONFIDENTIAL Previous - Up - Next