Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadList.h141 void SetShouldReportStop(Vote vote);
H A DThread.h1167 void SetShouldReportStop(Vote vote);
/llvm-project-15.0.7/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.cpp520 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
H A DThread.cpp457 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop() function in Thread
H A DProcess.cpp2710 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()