Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h144 void SetShouldReportStop(Vote vote);
H A DThread.h1232 void SetShouldReportStop(Vote vote);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp398 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in ThreadList
405 thread_sp->SetShouldReportStop(vote); in SetShouldReportStop()
H A DStopInfo.cpp491 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
H A DThread.cpp503 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in Thread
H A DProcess.cpp2935 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()