Home
last modified time | relevance | path

Searched refs:eVoteNo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp87 m_report_stop_vote = eVoteNo; in ShouldStop()
113 m_report_stop_vote = eVoteNo; in ShouldStop()
114 m_report_run_vote = eVoteNo; in ShouldStop()
162 m_report_stop_vote = eVoteNo; in ShouldStop()
172 m_report_stop_vote = eVoteNo; in ShouldStop()
190 m_report_stop_vote = eVoteNo; in DoWillResume()
H A DThreadList.cpp396 result = eVoteNo; in ShouldReportStop()
409 case eVoteNo: in ShouldReportStop()
411 result = eVoteNo; in ShouldReportStop()
457 case eVoteNo: in ShouldReportRun()
462 result = eVoteNo; in ShouldReportRun()
H A DThreadPlanCallOnFunctionExit.cpp35 eVoteNo, // do not say "we're stopping" in DidPush()
H A DThreadPlanStepOverBreakpoint.cpp26 thread, eVoteNo, in ThreadPlanStepOverBreakpoint()
H A DThreadPlanShouldStopHere.cpp139 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
H A DThreadPlanStepInstruction.cpp201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
H A DThreadPlanStepOverRange.cpp180 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
H A DThreadPlanStepRange.cpp71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
H A DProcess.cpp2907 m_process->GetThreadList().SetShouldReportStop(eVoteNo); in PerformAction()
3655 case eVoteNo: in ShouldBroadcastEvent()
3706 case eVoteNo: in ShouldBroadcastEvent()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-enumerations.h61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator
275 case lldb_private::eVoteNo: