Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanBase.cpp37 ThreadPlan(ThreadPlan::eKindBase, "base plan", thread, eVoteYes, eVoteNoOpinion) in ThreadPlanBase()
89 return eVoteYes; in ShouldReportStop()
100 m_stop_vote = eVoteYes; in ShouldStop()
101 m_run_vote = eVoteYes; in ShouldStop()
136 m_stop_vote = eVoteYes; in ShouldStop()
137 m_run_vote = eVoteYes; in ShouldStop()
180 m_stop_vote = eVoteYes; in ShouldStop()
DThreadList.cpp354 case eVoteYes: in ShouldReportStop()
355 result = eVoteYes; in ShouldReportStop()
416 case eVoteYes: in ShouldReportRun()
418 result = eVoteYes; in ShouldReportRun()
DThreadPlanStepRange.cpp95 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
DThreadPlanCallFunction.cpp359 return eVoteYes; in ShouldReportStop()
DThread.cpp470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
DProcess.cpp3668 case eVoteYes: in ShouldBroadcastEvent()
3721 case eVoteYes: in ShouldBroadcastEvent()
/external/lldb/include/lldb/
Dlldb-private-enumerations.h46 eVoteYes = 1 enumerator
/external/lldb/source/
Dlldb.cpp341 case eVoteYes: return "yes"; in GetVoteAsCString()
/external/lldb/source/API/
DSBThread.cpp669 eVoteYes, in StepOut()
704 eVoteYes, in StepOutOfFrame()
/external/lldb/source/Commands/
DCommandObjectThread.cpp517 eVoteYes, in DoExecute()