Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp109 SetPlanComplete(); in IsPlanStale()
136 SetPlanComplete(); in ShouldStop()
145 SetPlanComplete(); in ShouldStop()
172 SetPlanComplete(); in ShouldStop()
210 SetPlanComplete(); in ShouldStop()
215 SetPlanComplete(); in ShouldStop()
223 SetPlanComplete(); in ShouldStop()
DThreadPlanStepThrough.cpp168 SetPlanComplete(true); in ShouldStop()
176 SetPlanComplete(); in ShouldStop()
193 SetPlanComplete(false); in ShouldStop()
206 SetPlanComplete(); in ShouldStop()
DThreadPlanPython.cpp90 SetPlanComplete(false); in ShouldStop()
109 SetPlanComplete(false); in IsPlanStale()
128 SetPlanComplete(false); in DoPlanExplainsStop()
DThreadPlanCallFunction.cpp199 SetPlanComplete(success); in DoTakedown()
252 SetPlanComplete(); in DoPlanExplainsStop()
338 SetPlanComplete(false); in DoPlanExplainsStop()
440 SetPlanComplete(false); in BreakpointsExplainStop()
DThreadPlanStepOut.cpp276 SetPlanComplete(); in DoPlanExplainsStop()
314 SetPlanComplete(); in DoPlanExplainsStop()
347 SetPlanComplete(false); in ShouldStop()
376 SetPlanComplete(); in ShouldStop()
DThreadPlanStepInRange.cpp143 SetPlanComplete(); in ShouldStop()
208 SetPlanComplete(); in ShouldStop()
284 SetPlanComplete(); in ShouldStop()
DThreadPlanCallOnFunctionExit.cpp70 SetPlanComplete(); in ShouldStop()
DThreadPlanStepUntil.cpp180 SetPlanComplete(); in AnalyzeStop()
222 SetPlanComplete(); in AnalyzeStop()
DThreadPlan.cpp65 void ThreadPlan::SetPlanComplete(bool success) { in SetPlanComplete() function in ThreadPlan
DThreadPlanStepOverRange.cpp330 SetPlanComplete(m_status.Success()); in ShouldStop()
DThreadPlanStepRange.cpp489 SetPlanComplete(); in IsPlanStale()
/external/llvm-project/lldb/examples/python/
Dscripted_step.py119 self.thread_plan.SetPlanComplete(True)
143 self.thread_plan.SetPlanComplete(True)
183 self.thread_plan.SetPlanComplete(True)
201 self.thread_plan.SetPlanComplete(True)
237 self.thread_plan.SetPlanComplete(True)
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp122 SetPlanComplete(false); in ShouldStop()
144 SetPlanComplete(); in ShouldStop()
187 SetPlanComplete(); in ShouldStop()
332 SetPlanComplete(true); in DoPlanExplainsStop()
361 SetPlanComplete(true); in ShouldStop()
379 SetPlanComplete(true); in ShouldStop()
/external/llvm-project/lldb/test/API/functionalities/step_scripted/
DSteps.py15 self.thread_plan.SetPlanComplete(True)
94 self.thread_plan.SetPlanComplete(True)
/external/llvm-project/lldb/source/API/
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()
/external/llvm-project/lldb/test/API/functionalities/thread_plan/
Dwrap_step_over.py21 self.plan.SetPlanComplete(True)
/external/llvm-project/lldb/bindings/interface/
DSBThreadPlan.i87 SetPlanComplete (bool success);
/external/llvm-project/lldb/include/lldb/API/
DSBThreadPlan.h72 void SetPlanComplete(bool success);
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlan.h426 void SetPlanComplete(bool success = true);
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst453 … | If your plan is done at this point, call SetPlanComplete on your …