Searched refs:eVoteYes (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/llvm-project/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 | 405 case eVoteYes: in ShouldReportStop() 406 result = eVoteYes; in ShouldReportStop() 453 case eVoteYes: in ShouldReportRun() 455 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 | 483 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop() 1999 eVoteYes, eVoteNoOpinion, frame_idx, error)); in StepOut()
|
| H A D | StopInfo.cpp | 516 thread_sp->SetShouldReportStop(eVoteYes); in PerformAction()
|
| H A D | Process.cpp | 3651 case eVoteYes: in ShouldBroadcastEvent() 3702 case eVoteYes: in ShouldBroadcastEvent()
|
| /src/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-enumerations.h | 61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator 281 case lldb_private::eVoteYes:
|
| /src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThreadPlan.cpp | 315 false, &sc, first_insn, false, eVoteYes, eVoteNoOpinion, in QueueThreadPlanForStepOut()
|
| H A D | SBThread.cpp | 651 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOut() 695 abort_other_plans, nullptr, false, stop_other_threads, eVoteYes, in StepOutOfFrame()
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 555 abort_other_plans, nullptr, false, bool_stop_other_threads, eVoteYes, in DoExecute()
|