Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThread.cpp690 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume() local
691 if (plan_ptr) { in ShouldResume()
694 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldResume()
810 ThreadPlan *plan_ptr = current_plan; in ShouldStop() local
811 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldStop()
833 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
907 while (!PlanIsBasePlan(plan_ptr)) { in ShouldStop()
908 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
989 if (PlanIsBasePlan(plan_ptr)) in ShouldReportStop()
992 plan_ptr = GetPreviousPlan(plan_ptr); in ShouldReportStop()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h1362 bool PlanIsBasePlan(ThreadPlan *plan_ptr);