Type Alias simics_api_sys::bindings::breakpoint_interface_t

source ·
pub type breakpoint_interface_t = breakpoint_interface;

Aliased Type§

struct breakpoint_interface_t {
    pub insert_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize, _: access_t, _: u64, _: u64)>,
    pub remove_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: usize)>,
    pub get_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: usize) -> breakpoint_info_t>,
}

Fields§

§insert_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: usize, _: access_t, _: u64, _: u64)>§remove_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: usize)>§get_breakpoint: Option<unsafe extern "C" fn(_: *mut conf_object, _: usize) -> breakpoint_info_t>