Lines Matching refs:GetCurrentPlan
427 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()
690 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
720 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
828 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
881 current_plan = GetCurrentPlan(); in ShouldStop()
903 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
917 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
983 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1027 GetCurrentPlan()->GetName()); in ShouldReportRun()
1029 return GetCurrentPlan()->ShouldReportRun(event_ptr); in ShouldReportRun()
1092 ThreadPlan *Thread::GetCurrentPlan() { in GetCurrentPlan() function in Thread
1171 return GetCurrentPlan(); in GetPreviousPlan()
1280 if (GetCurrentPlan() == up_to_plan_ptr) in DiscardThreadPlansUpToPlan()