Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp107 m_exc_code, at_address); in DeterminePtrauthFailure()
244 switch (m_exc_code) { in GetDescription()
253 switch (m_exc_code) { in GetDescription()
278 if (m_exc_code == 1) in GetDescription()
284 if (m_exc_code == 1) in GetDescription()
298 switch (m_exc_code) { in GetDescription()
337 if (m_exc_code == 0x10003) { in GetDescription()
349 switch (m_exc_code) { in GetDescription()
361 switch (m_exc_code) { in GetDescription()
408 int resource_type = EXC_RESOURCE_DECODE_RESOURCE_TYPE(m_exc_code); in GetDescription()
[all …]
H A DStopInfoMachException.h37 m_exc_code(exc_code), m_exc_subcode(exc_subcode), in StopInfoMachException()
68 uint64_t m_exc_code; variable