Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h398 bool SetIsControllingPlan(bool value) { in SetIsControllingPlan() function
505 thread_plan_sp->SetIsControllingPlan(false); in PushPlan()
/freebsd-14.2/contrib/llvm-project/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.cpp1931 new_plan_sp->SetIsControllingPlan(true); in StepIn()
1964 new_plan_sp->SetIsControllingPlan(true); in StepOver()
1988 new_plan_sp->SetIsControllingPlan(true); in StepOut()
H A DStopInfo.cpp837 step_over_wp_sp->SetIsControllingPlan(true); in ShouldStopSynchronous()
H A DProcess.cpp4618 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()
4782 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp283 new_plan_sp->SetIsControllingPlan(true); in GetThreadPlanToCallFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp580 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
1079 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp509 new_plan->SetIsControllingPlan(true); in ResumeNewPlan()