Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepInstruction.cpp110 SetPlanComplete(); in IsPlanStale()
137 SetPlanComplete(); in ShouldStop()
146 SetPlanComplete(); in ShouldStop()
173 SetPlanComplete(); in ShouldStop()
211 SetPlanComplete(); in ShouldStop()
216 SetPlanComplete(); in ShouldStop()
224 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepThrough.cpp168 SetPlanComplete(true); in ShouldStop()
176 SetPlanComplete(); in ShouldStop()
193 SetPlanComplete(false); in ShouldStop()
206 SetPlanComplete(); in ShouldStop()
H A DThreadPlanPython.cpp86 SetPlanComplete(false); in ShouldStop()
105 SetPlanComplete(false); in IsPlanStale()
124 SetPlanComplete(false); in DoPlanExplainsStop()
H A DThreadPlanCallFunction.cpp206 SetPlanComplete(success); in DoTakedown()
258 SetPlanComplete(); in DoPlanExplainsStop()
344 SetPlanComplete(false); in DoPlanExplainsStop()
446 SetPlanComplete(false); in BreakpointsExplainStop()
H A DThreadPlanStepOut.cpp277 SetPlanComplete(); in DoPlanExplainsStop()
315 SetPlanComplete(); in DoPlanExplainsStop()
348 SetPlanComplete(false); in ShouldStop()
377 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepInRange.cpp144 SetPlanComplete(); in ShouldStop()
209 SetPlanComplete(); in ShouldStop()
285 SetPlanComplete(); in ShouldStop()
H A DThreadPlanCallOnFunctionExit.cpp70 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepUntil.cpp181 SetPlanComplete(); in AnalyzeStop()
223 SetPlanComplete(); in AnalyzeStop()
H A DThreadPlan.cpp66 void ThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in ThreadPlan
H A DThreadPlanStepOverRange.cpp331 SetPlanComplete(m_status.Success()); in ShouldStop()
H A DThreadPlanStepRange.cpp489 SetPlanComplete(); in IsPlanStale()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py117 self.thread_plan.SetPlanComplete(True)
141 self.thread_plan.SetPlanComplete(True)
181 self.thread_plan.SetPlanComplete(True)
199 self.thread_plan.SetPlanComplete(True)
235 self.thread_plan.SetPlanComplete(True)
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp124 SetPlanComplete(false); in ShouldStop()
151 SetPlanComplete(); in ShouldStop()
206 SetPlanComplete(); in ShouldStop()
337 SetPlanComplete(true); in DoPlanExplainsStop()
366 SetPlanComplete(true); in ShouldStop()
384 SetPlanComplete(true); in ShouldStop()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i90 SetPlanComplete (bool success);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp156 void SBThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in SBThreadPlan
161 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBThreadPlan.h73 void SetPlanComplete(bool success);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h429 void SetPlanComplete(bool success = true);
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst468 … | If your plan is done at this point, call SetPlanComplete on your …