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()
343 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepSingleInstruction()
377 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForRunToAddress()
408 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
432 plan.GetSP()->SetPrivate(true); in QueueThreadPlanForStepScripted()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h440 void SetPrivate(bool input) { m_plan_private = input; } in SetPrivate() function
531 thread_plan_sp->SetPrivate(true); in PushPlan()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp39 SetPrivate(true); in ConstructorSetup()
395 m_subplan_sp->SetPrivate(true); in DidPush()
H A DThreadPlanStepOut.cpp130 m_step_out_to_inline_plan_sp->SetPrivate(true); in SetupReturnAddress()
521 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
H A DScriptedThreadPlan.cpp55 SetPrivate(false); in ScriptedThreadPlan()
H A DThreadPlanStepOverRange.cpp342 new_plan_sp->SetPrivate(true); in ShouldStop()
H A DThreadPlanStepInRange.cpp290 m_sub_plan_sp->SetPrivate(true); in ShouldStop()
H A DProcess.cpp4848 m_thread_plan_sp->SetPrivate(m_private); in Clean()
4941 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()
5006 thread_plan_sp->SetPrivate(false); in RunThreadPlan()
H A DThread.cpp669 step_bp_plan_sp->SetPrivate(true); in SetupToStepOverBreakpointIfNeeded()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp170 m_run_to_sp->SetPrivate(true); in ShouldStop()