Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
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()
217 int resource_type = EXC_RESOURCE_DECODE_RESOURCE_TYPE(m_exc_code); in GetDescription()
228 (int)EXC_RESOURCE_CPUMONITOR_DECODE_PERCENTAGE(m_exc_code)); in GetDescription()
[all …]
DStopInfoMachException.h25 m_exc_code(exc_code), m_exc_subcode(exc_subcode) {} in StopInfoMachException()
45 uint64_t m_exc_code; variable