Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanBase.cpp30 : ThreadPlan(ThreadPlan::eKindBase, "base plan", thread, eVoteYes, in ThreadPlanBase()
65 return eVoteYes; in ShouldReportStop()
73 m_stop_vote = eVoteYes; in ShouldStop()
74 m_run_vote = eVoteYes; in ShouldStop()
109 m_stop_vote = eVoteYes; in ShouldStop()
110 m_run_vote = eVoteYes; in ShouldStop()
159 m_stop_vote = eVoteYes; in ShouldStop()
DThreadList.cpp378 case eVoteYes: in ShouldReportStop()
379 result = eVoteYes; in ShouldReportStop()
426 case eVoteYes: in ShouldReportRun()
428 result = eVoteYes; in ShouldReportRun()
DThreadPlanCallFunction.cpp239 return eVoteYes; in ShouldReportStop()
DThreadPlanStepRange.cpp70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
DThread.cpp466 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
1981 eVoteYes, eVoteNoOpinion, 0, error)); in StepOut()
DStopInfo.cpp485 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
DProcess.cpp3503 case eVoteYes: in ShouldBroadcastEvent()
3554 case eVoteYes: in ShouldBroadcastEvent()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-enumerations.h59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
249 case lldb_private::eVoteYes:
/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp342 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
DSBThread.cpp652 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut()
699 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp530 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()