Lines Matching defs:should_stop
732 bool should_stop = true;
739 ", should_stop = 0 (ignore since thread was suspended)",
747 ", should_stop = 0 (ignore since thread was suspended)",
759 ", should_stop = 0 (ignore since no stop reason)",
820 should_stop = false;
829 should_stop = plan_ptr->ShouldStop(event_ptr);
841 if (should_stop)
854 should_stop = false;
869 should_stop = current_plan->ShouldStop(event_ptr);
870 LLDB_LOGF(log, "Base plan says should stop: %i.", should_stop);
879 should_stop = current_plan->ShouldStop(event_ptr);
881 should_stop);
883 if (should_stop)
896 if (should_stop && current_plan->IsControllingPlan() &&
912 should_stop = false;
921 if (should_stop) {
958 should_stop);
960 return should_stop;