Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp188 static_cast<void *>(this), m_tid, m_valid, IsPlanComplete()); in DoTakedown()
208 static_cast<void *>(this), m_tid, m_valid, IsPlanComplete()); in DoTakedown()
238 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
351 if (IsPlanComplete()) { in ShouldStop()
387 if (IsPlanComplete()) { in MischiefManaged()
DThreadPlanStepThrough.cpp163 if (IsPlanComplete()) in ShouldStop()
183 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop()
233 if (!IsPlanComplete()) { in MischiefManaged()
DThreadPlanCallOnFunctionExit.cpp63 if (m_step_out_threadplan_sp && m_step_out_threadplan_sp->IsPlanComplete()) { in ShouldStop()
DThreadPlanCallUserExpression.cpp71 if (IsPlanComplete()) { in MischiefManaged()
DThreadPlanStepInRange.cpp137 if (IsPlanComplete()) in ShouldStop()
141 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
DThreadPlanPython.cpp142 mischief_managed = IsPlanComplete(); in MischiefManaged()
DThreadPlanStepOut.cpp337 if (IsPlanComplete()) in ShouldStop()
418 if (IsPlanComplete()) { in MischiefManaged()
DThreadPlanStepRange.cpp70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
447 if (!IsPlanComplete()) { in MischiefManaged()
DThreadPlanStepInstruction.cpp245 if (IsPlanComplete()) { in MischiefManaged()
DThreadPlanStepUntil.cpp317 if (IsPlanComplete()) { in MischiefManaged()
DThreadPlan.cpp60 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
DThread.cpp937 if (examined_plan->IsPlanComplete()) { in ShouldStop()
/external/llvm-project/lldb/examples/python/
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():
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp118 if (!m_func_sp->IsPlanComplete()) { in ShouldStop()
196 return IsPlanComplete(); in MischiefManaged()
370 if (m_objc_step_through_sp && m_objc_step_through_sp->IsPlanComplete()) { in ShouldStop()
420 if (IsPlanComplete()) in MischiefManaged()
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DSteps.py12 if not self.child_thread_plan.IsPlanComplete():
68 if not self.child_thread_plan.IsPlanComplete():
/external/llvm-project/lldb/source/API/
DSBThreadPlan.cpp172 bool SBThreadPlan::IsPlanComplete() { in IsPlanComplete() function in SBThreadPlan
173 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, IsPlanComplete); in IsPlanComplete()
177 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
480 LLDB_REGISTER_METHOD(bool, SBThreadPlan, IsPlanComplete, ()); in RegisterMethods()
/external/llvm-project/lldb/test/API/functionalities/thread_plan/
Dwrap_step_over.py20 if self.sub_plan.IsPlanComplete():
/external/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i90 IsPlanComplete();
/external/llvm-project/lldb/include/lldb/API/
DSBThreadPlan.h74 bool IsPlanComplete();
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h424 bool IsPlanComplete();