/external/llvm-project/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 188 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()
|
D | ThreadPlanStepThrough.cpp | 163 if (IsPlanComplete()) in ShouldStop() 183 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop() 233 if (!IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlanCallOnFunctionExit.cpp | 63 if (m_step_out_threadplan_sp && m_step_out_threadplan_sp->IsPlanComplete()) { in ShouldStop()
|
D | ThreadPlanCallUserExpression.cpp | 71 if (IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlanStepInRange.cpp | 137 if (IsPlanComplete()) in ShouldStop() 141 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
|
D | ThreadPlanPython.cpp | 142 mischief_managed = IsPlanComplete(); in MischiefManaged()
|
D | ThreadPlanStepOut.cpp | 337 if (IsPlanComplete()) in ShouldStop() 418 if (IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlanStepRange.cpp | 70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop() 447 if (!IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlanStepInstruction.cpp | 245 if (IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlanStepUntil.cpp | 317 if (IsPlanComplete()) { in MischiefManaged()
|
D | ThreadPlan.cpp | 60 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
|
D | Thread.cpp | 937 if (examined_plan->IsPlanComplete()) { in ShouldStop()
|
/external/llvm-project/lldb/examples/python/ |
D | scripted_step.py | 142 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/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 118 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/ |
D | Steps.py | 12 if not self.child_thread_plan.IsPlanComplete(): 68 if not self.child_thread_plan.IsPlanComplete():
|
/external/llvm-project/lldb/source/API/ |
D | SBThreadPlan.cpp | 172 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/ |
D | wrap_step_over.py | 20 if self.sub_plan.IsPlanComplete():
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThreadPlan.i | 90 IsPlanComplete();
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThreadPlan.h | 74 bool IsPlanComplete();
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 424 bool IsPlanComplete();
|