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.cpp110 m_exc_code, at_address); in DeterminePtrauthFailure()
247 switch (m_exc_code) { in GetDescription()
256 switch (m_exc_code) { in GetDescription()
281 if (m_exc_code == 1) in GetDescription()
287 if (m_exc_code == 1) in GetDescription()
301 switch (m_exc_code) { in GetDescription()
340 if (m_exc_code == 0x10003) { in GetDescription()
352 switch (m_exc_code) { in GetDescription()
364 switch (m_exc_code) { in GetDescription()
411 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