Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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.cpp865 (plan_ptr->IsControllingPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
913 !current_plan->OkayToDiscard()) { in ShouldStop()
H A DProcess.cpp4557 m_okay_to_discard = m_thread_plan_sp->OkayToDiscard(); in RestorePlanState()
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst445 plans are set to be "ControllingPlans", and not "OkayToDiscard".