Searched refs:eVoteYes (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanBase.cpp | 30 : 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()
|
D | ThreadList.cpp | 378 case eVoteYes: in ShouldReportStop() 379 result = eVoteYes; in ShouldReportStop() 426 case eVoteYes: in ShouldReportRun() 428 result = eVoteYes; in ShouldReportRun()
|
D | ThreadPlanCallFunction.cpp | 239 return eVoteYes; in ShouldReportStop()
|
D | ThreadPlanStepRange.cpp | 70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
|
D | Thread.cpp | 466 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop() 1981 eVoteYes, eVoteNoOpinion, 0, error)); in StepOut()
|
D | StopInfo.cpp | 485 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
|
D | Process.cpp | 3503 case eVoteYes: in ShouldBroadcastEvent() 3554 case eVoteYes: in ShouldBroadcastEvent()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 59 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator 249 case lldb_private::eVoteYes:
|
/external/llvm-project/lldb/source/API/ |
D | SBThreadPlan.cpp | 342 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
D | SBThread.cpp | 652 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/ |
D | CommandObjectThread.cpp | 530 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()
|