Lines Matching defs:should_stop_here
361 bool should_stop_here = true;
367 should_stop_here = ThreadPlanShouldStopHere::DefaultShouldStopHereCallback(
369 if (!should_stop_here)
372 if (should_stop_here && current_plan->GetKind() == eKindStepInRange &&
383 should_stop_here = true;
390 should_stop_here = false;
392 should_stop_here = false;
394 if (log && !should_stop_here)
403 if (should_stop_here) {
408 should_stop_here = !step_in_range_plan->FrameMatchesAvoidCriteria();
412 return should_stop_here;