reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
752 current_plan->DoTraceLog(); 783 if (!current_plan->PlanExplainsStop(event_ptr)) { 784 if (current_plan->TracerExplainsStop()) { 790 ThreadPlan *plan_ptr = current_plan; 806 current_plan->WillStop(); 808 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); 824 bool over_ride_stop = current_plan->ShouldAutoContinue(event_ptr); 827 current_plan->GetName(), over_ride_stop); 830 if (PlanIsBasePlan(current_plan)) { 831 should_stop = current_plan->ShouldStop(event_ptr); 838 if (PlanIsBasePlan(current_plan)) 841 should_stop = current_plan->ShouldStop(event_ptr); 842 LLDB_LOGF(log, "Plan %s should stop: %d.", current_plan->GetName(), 844 if (current_plan->MischiefManaged()) { 846 current_plan->WillStop(); 851 if (should_stop && current_plan->IsMasterPlan() && 852 !current_plan->OkayToDiscard()) { 858 current_plan = GetCurrentPlan(); 859 if (current_plan == nullptr) {