Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp59 switch (m_exc_code) { in GetDescription()
68 switch (m_exc_code) { in GetDescription()
80 switch (m_exc_code) { in GetDescription()
103 if (m_exc_code == 1) in GetDescription()
109 switch (m_exc_code) { in GetDescription()
133 if (m_exc_code == 1) in GetDescription()
147 switch (m_exc_code) { in GetDescription()
177 switch (m_exc_code) { in GetDescription()
225 switch (m_exc_code) { in GetDescription()
237 switch (m_exc_code) { in GetDescription()
[all …]
H A DStopInfoMachException.h28 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
48 uint64_t m_exc_code; variable