reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
786 should_stop = false; 793 should_stop = plan_ptr->ShouldStop(event_ptr); 805 if (should_stop) 831 should_stop = current_plan->ShouldStop(event_ptr); 832 LLDB_LOGF(log, "Base plan says should stop: %i.", should_stop); 841 should_stop = current_plan->ShouldStop(event_ptr); 843 should_stop); 845 if (should_stop) 851 if (should_stop && current_plan->IsMasterPlan() && 870 should_stop = false; 879 if (should_stop) { 914 should_stop); 916 return should_stop;