Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp701 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume() local
702 if (plan_ptr) { in ShouldResume()
705 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldResume()
822 ThreadPlan *plan_ptr = current_plan; in ShouldStop() local
823 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { in ShouldStop()
847 (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 …]