Home
last modified time | relevance | path

Searched refs:SetPrivate (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOut.cpp92 m_step_out_to_inline_plan_sp->SetPrivate(true); in ThreadPlanStepOut()
509 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
HDThreadPlanCallFunction.cpp47 SetPrivate (true); in ConstructorSetup()
488 m_subplan_sp->SetPrivate (true); in DidPush()
HDThreadPlanPython.cpp45 SetPrivate (false); in ThreadPlanPython()
HDThreadPlanStepOverRange.cpp338 new_plan_sp->SetPrivate(true); in ShouldStop()
HDThreadPlanStepInRange.cpp317 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
HDStopInfo.cpp739 new_plan_sp->SetPrivate (true); in PerformAction()
HDProcess.cpp5384 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
5817 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan()
6162 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan()
6179 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan()
6205 thread_plan_sp->SetPrivate (orig_plan_private); in RunThreadPlan()
HDThread.cpp686 step_bp_plan_sp->SetPrivate (true); in SetupForResume()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlan.h430 SetPrivate (bool input) in SetPrivate() function