Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp106 m_exc_code, at_address); in DeterminePtrauthFailure()
240 switch (m_exc_code) { in GetDescription()
249 switch (m_exc_code) { in GetDescription()
274 if (m_exc_code == 1) in GetDescription()
280 if (m_exc_code == 1) in GetDescription()
294 switch (m_exc_code) { in GetDescription()
333 if (m_exc_code == 0x10003) { in GetDescription()
345 switch (m_exc_code) { in GetDescription()
357 switch (m_exc_code) { in GetDescription()
441 (int)EXC_RESOURCE_IO_DECODE_LIMIT(m_exc_code)); in GetDescription()
[all …]
H A DStopInfoMachException.h30 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
50 uint64_t m_exc_code; variable