Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp246 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOverRange()
286 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepInRange()
322 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepOut()
355 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
386 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
410 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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.cpp4566 m_thread_plan_sp->SetPrivate(m_private); in Clean()
4659 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
4725 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
H A DThread.cpp659 step_bp_plan_sp->SetPrivate(true); in SetupForResume()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp170 m_run_to_sp->SetPrivate(true); in ShouldStop()