Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h398 bool SetIsControllingPlan(bool value) { in SetIsControllingPlan() function
505 thread_plan_sp->SetIsControllingPlan(false); in PushPlan()
/openbsd-src/gnu/llvm/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.cpp1938 new_plan_sp->SetIsControllingPlan(true); in StepIn()
1971 new_plan_sp->SetIsControllingPlan(true); in StepOver()
1995 new_plan_sp->SetIsControllingPlan(true); in StepOut()
H A DProcess.cpp4567 m_thread_plan_sp->SetIsControllingPlan(m_is_controlling); in Clean()
4731 thread_plan_sp->SetIsControllingPlan(true); in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DFunctionCaller.cpp283 new_plan_sp->SetIsControllingPlan(true); in GetThreadPlanToCallFunction()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp576 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
1078 new_plan_sp->SetIsControllingPlan(true); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp511 new_plan->SetIsControllingPlan(true); in ResumeNewPlan()