Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp168 m_run_to_sp->SetPrivate(true); in ShouldStop()
190 m_run_to_sp->SetPrivate(true); in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp39 SetPrivate(true); in ConstructorSetup()
412 m_subplan_sp->SetPrivate(true); in DidPush()
H A DThreadPlanStepOut.cpp93 m_step_out_to_inline_plan_sp->SetPrivate(true); in ThreadPlanStepOut()
458 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
H A DThreadPlanPython.cpp37 SetPrivate(false); in ThreadPlanPython()
H A DThreadPlanStepOverRange.cpp322 new_plan_sp->SetPrivate(true); in ShouldStop()
H A DThreadPlanStepInRange.cpp311 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
H A DStopInfo.cpp741 new_plan_sp->SetPrivate(true); in PerformAction()
H A DProcess.cpp4738 m_thread_plan_sp->SetPrivate(m_private); in Clean()
4817 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4879 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
H A DThread.cpp636 step_bp_plan_sp->SetPrivate(true); in SetupForResume()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h470 void SetPrivate(bool input) { m_plan_private = input; } in SetPrivate() function