Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp491 uint64_t exc_sub_sub_code) { in GetStopInfoForHardwareBP() argument
501 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
517 bp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
600 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
657 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
688 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
731 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
H A DStopInfoMachException.h58 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,