Home
last modified time | relevance | path

Searched refs:eVoteYes (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanBase.cpp31 : ThreadPlan(ThreadPlan::eKindBase, "base plan", thread, eVoteYes, in ThreadPlanBase()
66 return eVoteYes; in ShouldReportStop()
74 m_report_stop_vote = eVoteYes; in ShouldStop()
75 m_report_run_vote = eVoteYes; in ShouldStop()
110 m_report_stop_vote = eVoteYes; in ShouldStop()
111 m_report_run_vote = eVoteYes; in ShouldStop()
160 m_report_stop_vote = eVoteYes; in ShouldStop()
HDThreadList.cpp405 case eVoteYes: in ShouldReportStop()
406 result = eVoteYes; in ShouldReportStop()
453 case eVoteYes: in ShouldReportRun()
455 result = eVoteYes; in ShouldReportRun()
HDThreadPlanCallFunction.cpp246 return eVoteYes; in ShouldReportStop()
HDThreadPlanStepRange.cpp71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
HDThread.cpp483 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
1999 eVoteYes, eVoteNoOpinion, frame_idx, error)); in StepOut()
HDStopInfo.cpp516 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
HDProcess.cpp3651 case eVoteYes: in ShouldBroadcastEvent()
3702 case eVoteYes: in ShouldBroadcastEvent()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-enumerations.h61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
281 case lldb_private::eVoteYes:
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBThreadPlan.cpp315 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
HDSBThread.cpp651 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
695 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp555 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()