Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp245 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
285 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
321 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
354 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
385 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
409 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h419 void SetPrivate(bool input) { m_plan_private = input; } in SetPrivate() function
504 thread_plan_sp->SetPrivate(true); in PushPlan()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp39 SetPrivate(true); in ConstructorSetup()
384 m_subplan_sp->SetPrivate(true); in DidPush()
H A DThreadPlanStepOut.cpp91 m_step_out_to_inline_plan_sp->SetPrivate(true); in ThreadPlanStepOut()
478 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
H A DThreadPlanPython.cpp37 SetPrivate(false); in ThreadPlanPython()
H A DThreadPlanStepOverRange.cpp324 new_plan_sp->SetPrivate(true); in ShouldStop()
H A DThreadPlanStepInRange.cpp289 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
H A DProcess.cpp4617 m_thread_plan_sp->SetPrivate(m_private); in Clean()
4710 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4776 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
H A DThread.cpp636 step_bp_plan_sp->SetPrivate(true); in SetupForResume()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp170 m_run_to_sp->SetPrivate(true); in ShouldStop()