Lines Matching refs:GetCurrentPlan
396 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()
596 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
622 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
638 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
689 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
723 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
837 } 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()