HomeSort by relevance Sort by last modified time
    Searched refs:m_stop_exception (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/
MachThread.h 82 const MachException::Data& GetStopException() { return m_stop_exception; }
131 MachException::Data m_stop_exception; // The best exception that describes why this thread is stopped member in class:MachThread
MachThread.cpp 35 m_stop_exception (),
404 m_stop_exception.Clear();
496 // first before possible reassignment of m_stop_exception with exc.
500 if (m_stop_exception.IsValid())
506 if (m_stop_exception.IsBreakpoint())
507 m_stop_exception = exc;
511 m_stop_exception = exc;

Completed in 63 milliseconds