Home
last modified time | relevance | path

Searched refs:IsPlanComplete (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py140 if self.step_thread_plan.IsPlanComplete():
176 if not self.step_thread_plan.IsPlanComplete():
233 if self.step_out_thread_plan.IsPlanComplete():
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp195 static_cast<void *>(this), m_tid, m_valid, IsPlanComplete()); in DoTakedown()
215 static_cast<void *>(this), m_tid, m_valid, IsPlanComplete()); in DoTakedown()
245 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
357 if (IsPlanComplete()) { in ShouldStop()
393 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepThrough.cpp163 if (IsPlanComplete()) in ShouldStop()
183 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop()
233 if (!IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanCallOnFunctionExit.cpp63 if (m_step_out_threadplan_sp && m_step_out_threadplan_sp->IsPlanComplete()) { in ShouldStop()
H A DThreadPlanCallUserExpression.cpp71 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepInRange.cpp138 if (IsPlanComplete()) in ShouldStop()
142 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
H A DThreadPlanStepRange.cpp71 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
447 if (!IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepOut.cpp338 if (IsPlanComplete()) in ShouldStop()
419 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanPython.cpp138 mischief_managed = IsPlanComplete(); in MischiefManaged()
H A DThreadPlanStepInstruction.cpp246 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlan.cpp61 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
H A DThreadPlanStepUntil.cpp318 if (IsPlanComplete()) { in MischiefManaged()
H A DThread.cpp955 if (examined_plan->IsPlanComplete()) { in ShouldStop()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp120 if (!m_func_sp->IsPlanComplete()) { in ShouldStop()
215 return IsPlanComplete(); in MischiefManaged()
375 if (m_objc_step_through_sp && m_objc_step_through_sp->IsPlanComplete()) { in ShouldStop()
425 if (IsPlanComplete()) in MischiefManaged()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i93 IsPlanComplete();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp164 bool SBThreadPlan::IsPlanComplete() { in IsPlanComplete() function in SBThreadPlan
169 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThreadPlan.h75 bool IsPlanComplete();
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h427 bool IsPlanComplete();