Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp260 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
306 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
348 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
385 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
421 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
448 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h412 void SetPrivate(bool input) { m_plan_private = input; } in SetPrivate() function
497 thread_plan_sp->SetPrivate(true); in PushPlan()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp38 SetPrivate(true); in ConstructorSetup()
378 m_subplan_sp->SetPrivate(true); in DidPush()
H A DThreadPlanStepOut.cpp90 m_step_out_to_inline_plan_sp->SetPrivate(true); in ThreadPlanStepOut()
477 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
H A DThreadPlanPython.cpp36 SetPrivate(false); in ThreadPlanPython()
H A DThreadPlanStepOverRange.cpp323 new_plan_sp->SetPrivate(true); in ShouldStop()
H A DThreadPlanStepInRange.cpp288 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
H A DStopInfo.cpp769 new_plan_sp->SetPrivate(true); in PerformAction()
H A DProcess.cpp4518 m_thread_plan_sp->SetPrivate(m_private); in Clean()
4611 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4677 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
H A DThread.cpp649 step_bp_plan_sp->SetPrivate(true); in SetupForResume()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp161 m_run_to_sp->SetPrivate(true); in ShouldStop()