Home
last modified time | relevance | path

Searched refs:SetShouldReportStop (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/Target/
DThreadList.h143 SetShouldReportStop (Vote vote);
DThread.h966 SetShouldReportStop (Vote vote);
/external/lldb/source/Target/
DThreadList.cpp381 ThreadList::SetShouldReportStop (Vote vote) in SetShouldReportStop() function in ThreadList
389 thread_sp->SetShouldReportStop (vote); in SetShouldReportStop()
DThread.cpp464 Thread::SetShouldReportStop (Vote vote) in SetShouldReportStop() function in Thread
DProcess.cpp2995 m_process->GetThreadList().SetShouldReportStop (eVoteNo); in PerformAction()