Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanBase.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()
H A DThreadList.cpp406 case eVoteYes: in ShouldReportStop()
407 result = eVoteYes; in ShouldReportStop()
454 case eVoteYes: in ShouldReportRun()
456 result = eVoteYes; in ShouldReportRun()
H A DThreadPlanCallFunction.cpp246 return eVoteYes; in ShouldReportStop()
H A DThreadPlanStepRange.cpp71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
H A DThread.cpp472 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
1993 eVoteYes, eVoteNoOpinion, frame_idx, error)); in StepOut()
H A DStopInfo.cpp513 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
H A DProcess.cpp3425 case eVoteYes: in ShouldBroadcastEvent()
3476 case eVoteYes: in ShouldBroadcastEvent()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-private-enumerations.h59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
263 case lldb_private::eVoteYes:
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp316 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
H A DSBThread.cpp653 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
697 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp558 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()