Home
last modified time | relevance | path

Searched refs:SetPlanComplete (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp110 SetPlanComplete(); in IsPlanStale()
136 SetPlanComplete(); in ShouldStop()
145 SetPlanComplete(); in ShouldStop()
172 SetPlanComplete(); in ShouldStop()
211 SetPlanComplete(); in ShouldStop()
217 SetPlanComplete(); in ShouldStop()
225 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepThrough.cpp178 SetPlanComplete(true); in ShouldStop()
186 SetPlanComplete(); in ShouldStop()
203 SetPlanComplete(false); in ShouldStop()
216 SetPlanComplete(); in ShouldStop()
H A DThreadPlanPython.cpp93 SetPlanComplete(false); in ShouldStop()
117 SetPlanComplete(false); in IsPlanStale()
141 SetPlanComplete(false); in DoPlanExplainsStop()
H A DThreadPlanCallFunction.cpp226 SetPlanComplete(success); in DoTakedown()
281 SetPlanComplete(); in DoPlanExplainsStop()
373 SetPlanComplete(false); in DoPlanExplainsStop()
477 SetPlanComplete(false); in BreakpointsExplainStop()
H A DThreadPlanStepOut.cpp257 SetPlanComplete(); in DoPlanExplainsStop()
295 SetPlanComplete(); in DoPlanExplainsStop()
328 SetPlanComplete(false); in ShouldStop()
357 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepInRange.cpp163 SetPlanComplete(); in ShouldStop()
226 SetPlanComplete(); in ShouldStop()
307 SetPlanComplete(); in ShouldStop()
H A DThreadPlanCallOnFunctionExit.cpp73 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepUntil.cpp187 SetPlanComplete(); in AnalyzeStop()
229 SetPlanComplete(); in AnalyzeStop()
H A DThreadPlan.cpp56 void ThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in ThreadPlan
H A DThreadPlanStepOverRange.cpp329 SetPlanComplete(m_status.Success()); in ShouldStop()
H A DThreadPlanStepRange.cpp478 SetPlanComplete(); in IsPlanStale()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp125 SetPlanComplete(false); in ShouldStop()
148 SetPlanComplete(); in ShouldStop()
194 SetPlanComplete(); in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadPlan.cpp111 void SBThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in SBThreadPlan
113 m_opaque_sp->SetPlanComplete(success); in SetPlanComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThreadPlan.h70 void SetPlanComplete(bool success);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h485 void SetPlanComplete(bool success = true);