Lines Matching defs:should_stop
748 bool should_stop = true;
755 ", should_stop = 0 (ignore since thread was suspended)",
763 ", should_stop = 0 (ignore since thread was suspended)",
775 ", should_stop = 0 (ignore since no stop reason)",
835 should_stop = false;
850 should_stop = plan_ptr->ShouldStop(event_ptr);
862 if (should_stop)
875 should_stop = false;
890 should_stop = current_plan->ShouldStop(event_ptr);
891 LLDB_LOGF(log, "Base plan says should stop: %i.", should_stop);
900 should_stop = current_plan->ShouldStop(event_ptr);
902 should_stop);
904 if (should_stop)
917 if (should_stop && current_plan->IsControllingPlan() &&
933 should_stop = false;
942 if (should_stop) {
979 should_stop);
981 return should_stop;