Home
last modified time | relevance | path

Searched refs:PlanIsBasePlan (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp851 if (PlanIsBasePlan(current_plan)) { in ShouldStop()
860 if (PlanIsBasePlan(current_plan)) in ShouldStop()
907 while (!PlanIsBasePlan(plan_ptr)) { in ShouldStop()
989 if (PlanIsBasePlan(plan_ptr)) in ShouldReportStop()
1341 bool Thread::PlanIsBasePlan(ThreadPlan *plan_ptr) { in PlanIsBasePlan() function in Thread
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1362 bool PlanIsBasePlan(ThreadPlan *plan_ptr);