| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A 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()
|
| H A D | ThreadPlanStepThrough.cpp | 162 if (IsPlanComplete()) in ShouldStop() 182 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop() 232 if (!IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlanCallOnFunctionExit.cpp | 63 if (m_step_out_threadplan_sp && m_step_out_threadplan_sp->IsPlanComplete()) { in ShouldStop()
|
| H A D | ThreadPlanCallUserExpression.cpp | 71 if (IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlanStepInRange.cpp | 137 if (IsPlanComplete()) in ShouldStop() 141 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
|
| H A D | ThreadPlanStepOut.cpp | 337 if (IsPlanComplete()) in ShouldStop() 418 if (IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlanStepRange.cpp | 70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop() 446 if (!IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlanPython.cpp | 142 mischief_managed = IsPlanComplete(); in MischiefManaged()
|
| H A D | ThreadPlanStepInstruction.cpp | 246 if (IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlanStepUntil.cpp | 317 if (IsPlanComplete()) { in MischiefManaged()
|
| H A D | ThreadPlan.cpp | 60 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
|
| H A D | Thread.cpp | 933 if (examined_plan->IsPlanComplete()) { in ShouldStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 116 if (!m_func_sp->IsPlanComplete()) { in ShouldStop() 194 return IsPlanComplete(); in MischiefManaged() 354 if (m_objc_step_through_sp && m_objc_step_through_sp->IsPlanComplete()) { in ShouldStop() 404 if (IsPlanComplete()) in MischiefManaged()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThreadPlan.i | 93 IsPlanComplete();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThreadPlan.h | 75 bool IsPlanComplete();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 420 bool IsPlanComplete();
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 56720 result = (bool)(arg1)->IsPlanComplete(); in _wrap_SBThreadPlan_IsPlanComplete()
|