Home
last modified time | relevance | path

Searched defs:vote (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadList.cpp400 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop() local
424 void ThreadList::SetShouldReportStop(Vote vote) { in SetShouldReportStop()
H A DThreadPlanStepRange.cpp71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop() local
H A DThread.cpp479 void Thread::SetShouldReportStop(Vote vote) { in SetShouldReportStop()