Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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 DThreadPlanPython.cpp38 SetPlanComplete(false); in ThreadPlanPython()
48 SetPlanComplete(false); in ThreadPlanPython()
89 SetPlanComplete(false); in DidPush()
106 SetPlanComplete(false); in ShouldStop()
124 SetPlanComplete(false); in IsPlanStale()
143 SetPlanComplete(false); in DoPlanExplainsStop()
H A DThreadPlanStepThrough.cpp168 SetPlanComplete(true); in ShouldStop()
176 SetPlanComplete(); in ShouldStop()
193 SetPlanComplete(false); in ShouldStop()
206 SetPlanComplete(); in ShouldStop()
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.cpp334 SetPlanComplete(m_status.Success()); in ShouldStop()
H A DThreadPlanStepRange.cpp490 SetPlanComplete(); in IsPlanStale()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp155 void SBThreadPlan::SetPlanComplete(bool success) {
160 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
156 void SBThreadPlan::SetPlanComplete(bool success) { SetPlanComplete() function in SBThreadPlan
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h77 void SetPlanComplete(bool success);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h429 void SetPlanComplete(bool success = true);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp64719 (arg1)->SetPlanComplete(arg2); in _wrap_SBThreadPlan_SetPlanComplete()