Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/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.cpp379 case eVoteYes: in ShouldReportStop()
380 result = eVoteYes; in ShouldReportStop()
441 case eVoteYes: in ShouldReportRun()
443 result = eVoteYes; in ShouldReportRun()
DThreadPlanCallFunction.cpp288 return eVoteYes; in ShouldReportStop()
DThreadPlanStepRange.cpp95 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
DThread.cpp488 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
2174 eVoteYes, in StepOut()
DProcess.cpp3843 case eVoteYes: in ShouldBroadcastEvent()
3897 case eVoteYes: in ShouldBroadcastEvent()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-private-enumerations.h46 eVoteYes = 1 enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/
Dlldb.cpp327 case eVoteYes: return "yes"; in GetVoteAsCString()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBThread.cpp697 eVoteYes, in StepOut()
732 eVoteYes, in StepOutOfFrame()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectThread.cpp565 eVoteYes, in DoExecute()