Searched refs:eVoteYes (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | ThreadPlanBase.cpp | 31 : 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 D | ThreadList.cpp | 406 case eVoteYes: in ShouldReportStop() 407 result = eVoteYes; in ShouldReportStop() 454 case eVoteYes: in ShouldReportRun() 456 result = eVoteYes; in ShouldReportRun()
|
H A D | ThreadPlanCallFunction.cpp | 246 return eVoteYes; in ShouldReportStop()
|
H A D | ThreadPlanStepRange.cpp | 71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
|
H A D | Thread.cpp | 472 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop() 1993 eVoteYes, eVoteNoOpinion, frame_idx, error)); in StepOut()
|
H A D | StopInfo.cpp | 513 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
|
H A D | Process.cpp | 3425 case eVoteYes: in ShouldBroadcastEvent() 3476 case eVoteYes: in ShouldBroadcastEvent()
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-private-enumerations.h | 59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator 263 case lldb_private::eVoteYes:
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 316 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
H A D | SBThread.cpp | 653 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 D | CommandObjectThread.cpp | 558 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()
|