Lines Matching refs:GetCurrentPlan
382 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()
606 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
634 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
650 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
701 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
731 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
842 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
894 current_plan = GetCurrentPlan(); in ShouldStop()
915 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
929 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
997 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1042 GetCurrentPlan()->GetName()); in ShouldReportRun()
1044 return GetCurrentPlan()->ShouldReportRun(event_ptr); in ShouldReportRun()
1117 ThreadPlan *Thread::GetCurrentPlan() const { in GetCurrentPlan() function in Thread
1118 return GetPlans().GetCurrentPlan().get(); in GetCurrentPlan()