Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h143 void SetShouldReportStop(Vote vote);
H A DThread.h1204 void SetShouldReportStop(Vote vote);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp424 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in ThreadList
431 thread_sp->SetShouldReportStop(vote); in SetShouldReportStop()
H A DStopInfo.cpp516 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
H A DThread.cpp479 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in Thread
H A DProcess.cpp2907 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()