Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DThreadPlanStepThrough.cpp162 if (IsPlanComplete()) in ShouldStop()
182 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop()
232 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.cpp137 if (IsPlanComplete()) in ShouldStop()
141 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
H A DThreadPlanStepOut.cpp337 if (IsPlanComplete()) in ShouldStop()
418 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepRange.cpp70 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
446 if (!IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanPython.cpp142 mischief_managed = IsPlanComplete(); in MischiefManaged()
H A DThreadPlanStepInstruction.cpp246 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepUntil.cpp317 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlan.cpp60 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
H A DThread.cpp933 if (examined_plan->IsPlanComplete()) { in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp116 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 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()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i93 IsPlanComplete();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h75 bool IsPlanComplete();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h420 bool IsPlanComplete();
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56720 result = (bool)(arg1)->IsPlanComplete(); in _wrap_SBThreadPlan_IsPlanComplete()