Searched refs:eVoteNo (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanBase.cpp | 87 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 D | ThreadList.cpp | 396 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 D | ThreadPlanCallOnFunctionExit.cpp | 35 eVoteNo, // do not say "we're stopping" in DidPush()
|
H A D | ThreadPlanStepOverBreakpoint.cpp | 26 thread, eVoteNo, in ThreadPlanStepOverBreakpoint()
|
H A D | ThreadPlanShouldStopHere.cpp | 139 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, in DefaultStepFromHereCallback()
|
H A D | ThreadPlanStepInstruction.cpp | 201 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
H A D | ThreadPlanStepOverRange.cpp | 180 false, nullptr, true, stop_others, eVoteNo, eVoteNoOpinion, 0, in ShouldStop()
|
H A D | ThreadPlanStepRange.cpp | 71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
|
H A D | Process.cpp | 2907 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 D | lldb-private-enumerations.h | 61 enum Vote { eVoteNo = -1, eVoteNoOpinion = 0, eVoteYes = 1 }; enumerator 275 case lldb_private::eVoteNo:
|