Home
last modified time | relevance | path

Searched refs:SetIsControllingPlan (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlan.h396 bool SetIsControllingPlan(bool value) { in SetIsControllingPlan() function
503 thread_plan_sp->SetIsControllingPlan(false); in PushPlan()
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp21 SetIsControllingPlan(false); in ThreadPlanCallOnFunctionExit()
H A DThreadPlanCallUserExpression.cpp42 SetIsControllingPlan(true); in ThreadPlanCallUserExpression()
H A DThreadPlanBase.cpp44 SetIsControllingPlan(true); in ThreadPlanBase()
H A DThreadPlanPython.cpp35 SetIsControllingPlan(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp37 SetIsControllingPlan(true); in ConstructorSetup()
H A DThread.cpp1911 new_plan_sp->SetIsControllingPlan(true); in StepIn()
1944 new_plan_sp->SetIsControllingPlan(true); in StepOver()
1968 new_plan_sp->SetIsControllingPlan(true); in StepOut()
H A DStopInfo.cpp783 new_plan_sp->SetIsControllingPlan(true); in PerformAction()
H A DProcess.cpp4546 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()
4710 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
/llvm-project-15.0.7/lldb/source/Expression/
H A DFunctionCaller.cpp257 new_plan_sp->SetIsControllingPlan(true); in GetThreadPlanToCallFunction()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp576 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
1078 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp511 new_plan->SetIsControllingPlan(true); in ResumeNewPlan()