Home
last modified time | relevance | path

Searched defs:exc_code (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.h33 uint32_t exc_data_count, uint64_t exc_code, in StopInfoMachException()
H A DStopInfoMachException.cpp600 uint64_t exc_code, uint64_t exc_sub_code, uint64_t exc_sub_sub_code, in CreateStopReasonWithMachException()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp150 const uint32_t exc_code = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local