Home
last modified time | relevance | path

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

/freebsd/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/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.cpp56 SetIsControllingPlan(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp37 SetIsControllingPlan(true); in ConstructorSetup()
H A DThread.cpp1944 new_plan_sp->SetIsControllingPlan(true); in StepIn()
1977 new_plan_sp->SetIsControllingPlan(true); in StepOver()
2001 new_plan_sp->SetIsControllingPlan(true); in StepOut()
H A DStopInfo.cpp837 step_over_wp_sp->SetIsControllingPlan(true); in ShouldStopSynchronous()
H A DProcess.cpp4816 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()
4979 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp280 new_plan_sp->SetIsControllingPlan(true); in GetThreadPlanToCallFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp574 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
1041 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp509 new_plan->SetIsControllingPlan(true); in ResumeNewPlan()