Type Definition lldb_sys::SBBreakpointHitCallback[][src]

type SBBreakpointHitCallback = unsafe extern "C" fn(baton: *mut c_void, process: SBProcessRef, thread: SBThreadRef, location: SBBreakpointLocationRef);