Home
last modified time | relevance | path

Searched refs:IsControllingPlan (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h396 bool IsControllingPlan() { return m_is_controlling_plan; } in IsControllingPlan() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp156 return IsControllingPlan() ? m_okay_to_discard : true; in OkayToDiscard()
H A DThreadPlanStack.cpp225 if (m_plans[controlling_plan_idx]->IsControllingPlan()) { in DiscardConsultingControllingPlans()
H A DThread.cpp849 (plan_ptr->IsControllingPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
896 if (should_stop && current_plan->IsControllingPlan() && in ShouldStop()
H A DProcess.cpp4805 m_is_controlling = m_thread_plan_sp->IsControllingPlan(); in RestorePlanState()