Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallOnFunctionExit.cpp21 SetIsMasterPlan(false); in ThreadPlanCallOnFunctionExit()
HDThreadPlanCallUserExpression.cpp42 SetIsMasterPlan(true); in ThreadPlanCallUserExpression()
HDThreadPlanBase.cpp43 SetIsMasterPlan(true); in ThreadPlanBase()
HDThreadPlanPython.cpp33 SetIsMasterPlan(true); in ThreadPlanPython()
HDThreadPlanCallFunction.cpp36 SetIsMasterPlan(true); in ConstructorSetup()
HDThread.cpp2127 new_plan_sp->SetIsMasterPlan(true); in StepIn()
2160 new_plan_sp->SetIsMasterPlan(true); in StepOver()
2184 new_plan_sp->SetIsMasterPlan(true); in StepOut()
HDStopInfo.cpp730 new_plan_sp->SetIsMasterPlan(true); in PerformAction()
HDProcess.cpp4504 m_thread_plan_sp->SetIsMasterPlan(m_is_master); in Clean()
4650 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h436 bool SetIsMasterPlan(bool value) { in SetIsMasterPlan() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDFunctionCaller.cpp257 new_plan_sp->SetIsMasterPlan(true); in GetThreadPlanToCallFunction()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectThread.cpp726 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
1233 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp572 new_plan->SetIsMasterPlan(true); in ResumeNewPlan()