Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp689 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume() local
690 if (plan_ptr) { in ShouldResume()
693 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldResume()
817 ThreadPlan *plan_ptr = current_plan; in ShouldStop() local
818 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldStop()
842 (plan_ptr->IsControllingPlan() && !plan_ptr->OkayToDiscard()); in ShouldStop()
919 while (!plan_ptr->IsBasePlan()) { in ShouldStop()
920 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
921 ThreadPlan *examined_plan = plan_ptr; in ShouldStop()
1003 if (plan_ptr->IsBasePlan()) in ShouldReportStop()
[all …]