Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlan.h396 bool IsControllingPlan() { return m_is_controlling_plan; } in IsControllingPlan() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlan.cpp156 return IsControllingPlan() ? m_okay_to_discard : true; in OkayToDiscard()
DThreadPlanStack.cpp225 if (m_plans[controlling_plan_idx]->IsControllingPlan()) { in DiscardConsultingControllingPlans()
DThread.cpp865 (plan_ptr->IsControllingPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
912 if (should_stop && current_plan->IsControllingPlan() && in ShouldStop()
DProcess.cpp4556 m_is_controlling = m_thread_plan_sp->IsControllingPlan(); in RestorePlanState()