Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp22 SetIsMasterPlan(false); in ThreadPlanCallOnFunctionExit()
H A DThreadPlanCallUserExpression.cpp45 SetIsMasterPlan(true); in ThreadPlanCallUserExpression()
H A DThreadPlanBase.cpp46 SetIsMasterPlan(true); in ThreadPlanBase()
H A DThreadPlanPython.cpp35 SetIsMasterPlan(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp37 SetIsMasterPlan(true); in ConstructorSetup()
H A DThread.cpp2138 new_plan_sp->SetIsMasterPlan(true); in StepIn()
2171 new_plan_sp->SetIsMasterPlan(true); in StepOver()
2195 new_plan_sp->SetIsMasterPlan(true); in StepOut()
H A DStopInfo.cpp739 new_plan_sp->SetIsMasterPlan(true); in PerformAction()
H A DProcess.cpp4739 m_thread_plan_sp->SetIsMasterPlan(m_is_master); in Clean()
4885 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h449 bool SetIsMasterPlan(bool value) { in SetIsMasterPlan() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DFunctionCaller.cpp260 new_plan_sp->SetIsMasterPlan(true); in GetThreadPlanToCallFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp753 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
1282 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThread.cpp620 new_plan->SetIsMasterPlan(true); in ResumeNewPlan()