Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp107 m_exc_code, at_address); in DeterminePtrauthFailure()
241 switch (m_exc_code) { in GetDescription()
250 switch (m_exc_code) { in GetDescription()
275 if (m_exc_code == 1) in GetDescription()
281 if (m_exc_code == 1) in GetDescription()
295 switch (m_exc_code) { in GetDescription()
334 if (m_exc_code == 0x10003) { in GetDescription()
346 switch (m_exc_code) { in GetDescription()
358 switch (m_exc_code) { in GetDescription()
445 (int)EXC_RESOURCE_IO_DECODE_LIMIT(m_exc_code)); in GetDescription()
[all …]
H A DStopInfoMachException.h36 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
63 uint64_t m_exc_code; variable