Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp35 m_stop_exception (), in MachThread()
404 m_stop_exception.Clear(); in ThreadWillResume()
500 if (m_stop_exception.IsValid()) in NotifyException()
506 if (m_stop_exception.IsBreakpoint()) in NotifyException()
507 m_stop_exception = exc; in NotifyException()
511 m_stop_exception = exc; in NotifyException()
DMachThread.h82 const MachException::Data& GetStopException() { return m_stop_exception; } in GetStopException()
131 …MachException::Data m_stop_exception; // The best exception that describes why this th… variable
/external/lldb/tools/debugserver/source/
DChangeLog809 m_stop_exception.