Lines Matching refs:GetCurrentPlan
392 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()
617 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
645 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
661 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
712 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
746 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
860 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
917 current_plan = GetCurrentPlan(); in ShouldStop()
938 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
952 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
1020 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1065 GetCurrentPlan()->GetName()); in ShouldReportRun()
1067 return GetCurrentPlan()->ShouldReportRun(event_ptr); in ShouldReportRun()
1140 ThreadPlan *Thread::GetCurrentPlan() const { in GetCurrentPlan() function in Thread
1141 return GetPlans().GetCurrentPlan().get(); in GetCurrentPlan()