Home
last modified time | relevance | path

Searched refs:OkayToDiscard (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h404 virtual bool OkayToDiscard();
588 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
H A DThreadPlanBase.h37 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp155 bool ThreadPlan::OkayToDiscard() { in OkayToDiscard() function in ThreadPlan
H A DThreadPlanStack.cpp226 discard = m_plans[controlling_plan_idx]->OkayToDiscard(); in DiscardConsultingControllingPlans()
H A DThread.cpp842 (plan_ptr->IsControllingPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
890 !current_plan->OkayToDiscard()) { in ShouldStop()
H A DProcess.cpp4608 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()