Lines Matching refs:GetCurrentPlan
397 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()
603 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
629 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
645 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
696 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
730 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
844 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
901 current_plan = GetCurrentPlan(); in ShouldStop()
922 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
936 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
1004 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1049 GetCurrentPlan()->GetName()); in ShouldReportRun()
1051 return GetCurrentPlan()->ShouldReportRun(event_ptr); in ShouldReportRun()
1124 ThreadPlan *Thread::GetCurrentPlan() const { in GetCurrentPlan() function in Thread
1125 return GetPlans().GetCurrentPlan().get(); in GetCurrentPlan()