Home
last modified time | relevance | path

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

/freebsd-13.1/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 DThreadPlanStepThrough.cpp167 SetPlanComplete(true); in ShouldStop()
175 SetPlanComplete(); in ShouldStop()
192 SetPlanComplete(false); in ShouldStop()
205 SetPlanComplete(); in ShouldStop()
H A DThreadPlanPython.cpp90 SetPlanComplete(false); in ShouldStop()
109 SetPlanComplete(false); in IsPlanStale()
128 SetPlanComplete(false); in DoPlanExplainsStop()
H A DThreadPlanCallFunction.cpp199 SetPlanComplete(success); in DoTakedown()
252 SetPlanComplete(); in DoPlanExplainsStop()
338 SetPlanComplete(false); in DoPlanExplainsStop()
440 SetPlanComplete(false); in BreakpointsExplainStop()
H A DThreadPlanStepOut.cpp276 SetPlanComplete(); in DoPlanExplainsStop()
314 SetPlanComplete(); in DoPlanExplainsStop()
347 SetPlanComplete(false); in ShouldStop()
376 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepInRange.cpp143 SetPlanComplete(); in ShouldStop()
208 SetPlanComplete(); in ShouldStop()
284 SetPlanComplete(); in ShouldStop()
H A DThreadPlanCallOnFunctionExit.cpp70 SetPlanComplete(); in ShouldStop()
H A DThreadPlanStepUntil.cpp180 SetPlanComplete(); in AnalyzeStop()
222 SetPlanComplete(); in AnalyzeStop()
H A DThreadPlan.cpp65 void ThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in ThreadPlan
H A DThreadPlanStepOverRange.cpp330 SetPlanComplete(m_status.Success()); in ShouldStop()
H A DThreadPlanStepRange.cpp488 SetPlanComplete(); in IsPlanStale()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp120 SetPlanComplete(false); in ShouldStop()
142 SetPlanComplete(); in ShouldStop()
185 SetPlanComplete(); in ShouldStop()
316 SetPlanComplete(true); in DoPlanExplainsStop()
345 SetPlanComplete(true); in ShouldStop()
363 SetPlanComplete(true); in ShouldStop()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp164 void SBThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in SBThreadPlan
165 LLDB_RECORD_METHOD(void, SBThreadPlan, SetPlanComplete, (bool), success); in SetPlanComplete()
169 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
479 LLDB_REGISTER_METHOD(void, SBThreadPlan, SetPlanComplete, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i90 SetPlanComplete (bool success);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h73 void SetPlanComplete(bool success);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h422 void SetPlanComplete(bool success = true);
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56696 (arg1)->SetPlanComplete(arg2); in _wrap_SBThreadPlan_SetPlanComplete()