Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dscripted_step.py142 if self.step_thread_plan.IsPlanComplete():
178 if not self.step_thread_plan.IsPlanComplete():
235 if self.step_out_thread_plan.IsPlanComplete():
/llvm-project-15.0.7/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 DThreadPlanStepUntil.cpp318 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlan.cpp61 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
H A DThread.cpp932 if (examined_plan->IsPlanComplete()) { in ShouldStop()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/test/API/functionalities/step_scripted/
H A DSteps.py12 if not self.child_thread_plan.IsPlanComplete():
68 if not self.child_thread_plan.IsPlanComplete():
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A Dwrap_step_over.py20 if self.sub_plan.IsPlanComplete():
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThreadPlan.i93 IsPlanComplete();
/llvm-project-15.0.7/lldb/source/API/
H A DSBThreadPlan.cpp164 bool SBThreadPlan::IsPlanComplete() { in IsPlanComplete() function in SBThreadPlan
169 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThreadPlan.h75 bool IsPlanComplete();
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlan.h425 bool IsPlanComplete();