Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp487 uint64_t exc_sub_sub_code) { in GetStopInfoForHardwareBP() argument
497 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
513 bp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in GetStopInfoForHardwareBP()
524 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException() argument
581 exc_sub_code, exc_sub_sub_code)) in CreateStopReasonWithMachException()
612 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
655 wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code); in CreateStopReasonWithMachException()
H A DStopInfoMachException.h45 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code,