Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp215 IsPlanComplete()); in DoTakedown()
236 IsPlanComplete()); in DoTakedown()
267 if (m_takedown_done || IsPlanComplete()) in ShouldReportStop()
386 if (IsPlanComplete()) { in ShouldStop()
421 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepThrough.cpp173 if (IsPlanComplete()) in ShouldStop()
193 if (!m_sub_plan_sp->IsPlanComplete()) in ShouldStop()
243 if (!IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanCallOnFunctionExit.cpp66 if (m_step_out_threadplan_sp && m_step_out_threadplan_sp->IsPlanComplete()) { in ShouldStop()
H A DThreadPlanCallUserExpression.cpp74 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepOut.cpp318 if (IsPlanComplete()) in ShouldStop()
401 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanStepInRange.cpp157 if (IsPlanComplete()) in ShouldStop()
161 if (m_sub_plan_sp && m_sub_plan_sp->IsPlanComplete()) { in ShouldStop()
H A DThreadPlanStepRange.cpp73 const Vote vote = IsPlanComplete() ? eVoteYes : eVoteNo; in ShouldReportStop()
435 if (!IsPlanComplete()) { in MischiefManaged()
H A DThreadPlanPython.cpp156 mischief_managed = IsPlanComplete(); in MischiefManaged()
H A DThreadPlanStepInstruction.cpp247 if (IsPlanComplete()) { in MischiefManaged()
H A DThreadPlan.cpp51 bool ThreadPlan::IsPlanComplete() { in IsPlanComplete() function in ThreadPlan
H A DThreadPlanStepUntil.cpp330 if (IsPlanComplete()) { in MischiefManaged()
H A DThread.cpp920 if (examined_plan->IsPlanComplete()) { in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp121 if (!m_func_sp->IsPlanComplete()) { in ShouldStop()
203 return IsPlanComplete(); in MischiefManaged()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadPlan.cpp116 bool SBThreadPlan::IsPlanComplete() { in IsPlanComplete() function in SBThreadPlan
118 return m_opaque_sp->IsPlanComplete(); in IsPlanComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThreadPlan.h72 bool IsPlanComplete();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h483 bool IsPlanComplete();