Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h397 virtual bool OkayToDiscard();
581 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
H A DThreadPlanBase.h37 bool OkayToDiscard() override { return false; } in OkayToDiscard() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp154 bool ThreadPlan::OkayToDiscard() { in OkayToDiscard() function in ThreadPlan
H A DThreadPlanStack.cpp221 discard = m_plans[master_plan_idx]->OkayToDiscard(); in DiscardConsultingMasterPlans()
H A DThread.cpp848 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
891 !current_plan->OkayToDiscard()) { in ShouldStop()
H A DProcess.cpp4509 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()