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.h419 bool SetIsControllingPlan(bool value) { in SetIsControllingPlan() function
532 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 DScriptedThreadPlan.cpp53 SetIsControllingPlan(true); in ScriptedThreadPlan()
H A DThreadPlanCallFunction.cpp37 SetIsControllingPlan(true); in ConstructorSetup()
H A DThread.cpp1992 new_plan_sp->SetIsControllingPlan(true); in StepIn()
2025 new_plan_sp->SetIsControllingPlan(true); in StepOver()
2049 new_plan_sp->SetIsControllingPlan(true); in StepOut()
H A DStopInfo.cpp858 step_over_wp_sp->SetIsControllingPlan(true); in ShouldStopSynchronous()
H A DProcess.cpp4849 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()
5012 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp279 new_plan_sp->SetIsControllingPlan(true); in GetThreadPlanToCallFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp580 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
1038 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp517 new_plan->SetIsControllingPlan(true); in ResumeNewPlan()