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 DScriptedThreadPlan.cpp35 SetPlanComplete(false); in ScriptedThreadPlan()
45 SetPlanComplete(false); in ScriptedThreadPlan()
86 SetPlanComplete(false); in DidPush()
103 SetPlanComplete(false); in ShouldStop()
121 SetPlanComplete(false); in IsPlanStale()
140 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.cpp217 SetPlanComplete(success); in DoTakedown()
269 SetPlanComplete(); in DoPlanExplainsStop()
355 SetPlanComplete(false); in DoPlanExplainsStop()
457 SetPlanComplete(false); in BreakpointsExplainStop()
H A DThreadPlanStepOut.cpp317 SetPlanComplete(); in DoPlanExplainsStop()
355 SetPlanComplete(); in DoPlanExplainsStop()
388 SetPlanComplete(false); in ShouldStop()
420 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepInRange.cpp146 SetPlanComplete(); in ShouldStop()
211 SetPlanComplete(); in ShouldStop()
286 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.cpp349 SetPlanComplete(m_status.Success()); in ShouldStop()
H A DThreadPlanStepRange.cpp557 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) { in SetPlanComplete() function in SBThreadPlan
160 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
/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.h450 void SetPlanComplete(bool success = true);
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65949 (arg1)->SetPlanComplete(arg2); in _wrap_SBThreadPlan_SetPlanComplete()