Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp300 uint64_t exc_sub_sub_code) { in GetStopInfoForHardwareBP() argument
310 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
326 bp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
337 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
394 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
425 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
468 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
H A DStopInfoMachException.h40 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,