Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DStopInfoMachException.h23 uint64_t exc_subcode) in StopInfoMachException() argument
25 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp151 const uint32_t exc_subcode = exc_reply_packet.GetU32(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
164 *this, exc_type, 2, exc_code, exc_subcode, 0, pc_already_adjusted, in SetStopInfoFrom_KDP_EXCEPTION()