Lines Matching refs:GetCurrentPlan
381 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()
607 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
635 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
651 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
702 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
732 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
843 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
895 current_plan = GetCurrentPlan(); in ShouldStop()
916 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
930 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
998 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1043 GetCurrentPlan()->GetName()); in ShouldReportRun()
1045 return GetCurrentPlan()->ShouldReportRun(event_ptr); in ShouldReportRun()
1118 ThreadPlan *Thread::GetCurrentPlan() const { in GetCurrentPlan() function in Thread
1119 return GetPlans().GetCurrentPlan().get(); in GetCurrentPlan()