Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp490 uint64_t exc_sub_code, in GetStopInfoForHardwareBP() argument
496 target->GetWatchpointList().FindByAddress((lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
512 (lldb::addr_t)exc_sub_code); in GetStopInfoForHardwareBP()
600 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
622 if (exc_sub_code == 5) { in CreateStopReasonWithMachException()
634 return StopInfo::CreateStopReasonWithSignal(thread, exc_sub_code); in CreateStopReasonWithMachException()
647 if (!exc_sub_code) { in CreateStopReasonWithMachException()
657 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
682 (lldb::addr_t)exc_sub_code); in CreateStopReasonWithMachException()
711 if (exc_code == 1 && exc_sub_code == 0) // EXC_ARM_BREAKPOINT in CreateStopReasonWithMachException()
[all …]
H A DStopInfoMachException.h58 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,