Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadList.h143 void SetShouldReportStop(Vote vote);
HDThread.h1204 void SetShouldReportStop(Vote vote);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadList.cpp424 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in ThreadList
431 thread_sp->SetShouldReportStop(vote); in SetShouldReportStop()
HDStopInfo.cpp516 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
HDThread.cpp479 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in Thread
HDProcess.cpp2907 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()