Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadList.h141 void SetShouldReportStop(Vote vote);
H A DThread.h1168 void SetShouldReportStop(Vote vote);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp425 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in ThreadList
432 thread_sp->SetShouldReportStop(vote); in SetShouldReportStop()
H A DStopInfo.cpp513 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
H A DThread.cpp468 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in Thread
H A DProcess.cpp2718 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()