Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h391 bool SetIsMasterPlan(bool value) { in SetIsMasterPlan() function
498 thread_plan_sp->SetIsMasterPlan(false); in PushPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp21 SetIsMasterPlan(false); in ThreadPlanCallOnFunctionExit()
H A DThreadPlanCallUserExpression.cpp42 SetIsMasterPlan(true); in ThreadPlanCallUserExpression()
H A DThreadPlanBase.cpp43 SetIsMasterPlan(true); in ThreadPlanBase()
H A DThreadPlanPython.cpp34 SetIsMasterPlan(true); in ThreadPlanPython()
H A DThreadPlanCallFunction.cpp36 SetIsMasterPlan(true); in ConstructorSetup()
H A DThread.cpp1918 new_plan_sp->SetIsMasterPlan(true); in StepIn()
1951 new_plan_sp->SetIsMasterPlan(true); in StepOver()
1975 new_plan_sp->SetIsMasterPlan(true); in StepOut()
H A DStopInfo.cpp767 new_plan_sp->SetIsMasterPlan(true); in PerformAction()
H A DProcess.cpp4519 m_thread_plan_sp->SetIsMasterPlan(m_is_master); in Clean()
4683 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp257 new_plan_sp->SetIsMasterPlan(true); in GetThreadPlanToCallFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp540 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
1034 new_plan_sp->SetIsMasterPlan(true); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp519 new_plan->SetIsMasterPlan(true); in ResumeNewPlan()