Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp63 switch (m_exc_code) { in GetDescription()
72 switch (m_exc_code) { in GetDescription()
92 if (m_exc_code == 1) in GetDescription()
98 if (m_exc_code == 1) in GetDescription()
112 switch (m_exc_code) { in GetDescription()
151 if (m_exc_code == 0x10003) { in GetDescription()
163 switch (m_exc_code) { in GetDescription()
175 switch (m_exc_code) { in GetDescription()
245 (int)EXC_RESOURCE_HWM_DECODE_LIMIT(m_exc_code)); in GetDescription()
254 (int)EXC_RESOURCE_IO_DECODE_LIMIT(m_exc_code)); in GetDescription()
[all …]
H A DStopInfoMachException.h25 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
45 uint64_t m_exc_code; variable