Home
last modified time | relevance | path

Searched refs:m_stop_exception (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp32 m_suspend_count(0), m_stop_exception(), in MachThread()
363 m_stop_exception.Clear(); in ThreadWillResume()
438 if (m_stop_exception.IsValid()) { in NotifyException()
443 if (m_stop_exception.IsBreakpoint()) in NotifyException()
444 m_stop_exception = exc; in NotifyException()
446 m_stop_exception = exc; in NotifyException()
DMachThread.h90 const MachException::Data &GetStopException() { return m_stop_exception; } in GetStopException()
148 MachException::Data m_stop_exception; // The best exception that describes why variable
/external/llvm-project/lldb/tools/debugserver/source/
DChangeLog809 m_stop_exception.