Home
last modified time | relevance | path

Searched refs:exc_sub_code (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp299 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument
321 (lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
337 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
359 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
371 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
384 if (!exc_sub_code) { in CreateStopReasonWithMachException()
394 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
419 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
448 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
462 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
[all …]
H A DStopInfoMachException.h40 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,