VIRTUTECH CONFIDENTIAL Previous - Up - Next
Core_Breakpoint
- Provided By
-
Simics Core
- Callback Type
-
void (*)(lang_void *callback_data,
conf_object_t *trigger_obj, integer_t access_type,
integer_t breakpoint_number, void *reg_ptr,
integer_t size);
- Index
-
breakpoint_number
- Description
-
Called when a breakpoint is triggered. 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 reg_ptr and size parameters are only passed on write watchpoints, in which case they point to the data being stored and indicate its size. This hap is only present for compatibility reasons. Use Core_Breakpoint_Memop in new code.
VIRTUTECH CONFIDENTIAL Previous - Up - Next