reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
392 should_stop_here = ThreadPlanShouldStopHere::DefaultShouldStopHereCallback( 394 if (!should_stop_here) 395 return should_stop_here; 397 if (should_stop_here && current_plan->GetKind() == eKindStepInRange && 408 should_stop_here = true; 415 should_stop_here = false; 417 should_stop_here = false; 419 if (log && !should_stop_here) 428 if (should_stop_here) { 433 should_stop_here = !step_in_range_plan->FrameMatchesAvoidCriteria(); 437 return should_stop_here;