Type Alias simics_api_sys::breakpoint_query_interface_t

source ·
pub type breakpoint_query_interface_t = breakpoint_query_interface;

Aliased Type§

struct breakpoint_query_interface_t {
    pub get_breakpoints: Option<unsafe extern "C" fn(_: *mut conf_object, _: access_t, _: u64, _: u64) -> breakpoint_set_t>,
    pub free_breakpoint_set: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut breakpoint_set_t)>,
}

Fields§

§get_breakpoints: Option<unsafe extern "C" fn(_: *mut conf_object, _: access_t, _: u64, _: u64) -> breakpoint_set_t>§free_breakpoint_set: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut breakpoint_set_t)>