Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h455 virtual bool OkayToDiscard();
654 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
H A DThreadPlanBase.h40 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp138 bool ThreadPlan::OkayToDiscard() { in OkayToDiscard() function in ThreadPlan
H A DThread.cpp833 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
875 !current_plan->OkayToDiscard()) { in ShouldStop()
1313 discard = m_plan_stack[master_plan_idx]->OkayToDiscard(); in DiscardThreadPlans()
H A DProcess.cpp4729 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()