Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp92 return thread_sp->GetStopException().GetStopInfo(stop_info); in GetThreadStoppedReason()
108 thread_sp->GetStopException().DumpStopReason(); in DumpThreadStoppedReason()
357 if (m_threads[idx]->GetStopException().IsValid()) { in CurrentThread()
573 if (m_threads[idx]->GetStopException().SoftSignal() == signo) in GetThreadIndexForThreadStoppedWithSignal()
DMachThread.h90 const MachException::Data &GetStopException() { return m_stop_exception; } in GetStopException() function
DMachThread.cpp395 if (GetStopException().IsValid()) in ShouldStop()