Searched refs:should_stop_here (Results 1 – 2 of 2) sorted by relevance
43 bool should_stop_here = true; in InvokeShouldStopHereCallback() local45 should_stop_here = m_callbacks.should_stop_here_callback( in InvokeShouldStopHereCallback()53 should_stop_here, current_addr); in InvokeShouldStopHereCallback()57 return should_stop_here; in InvokeShouldStopHereCallback()63 bool should_stop_here = true; in DefaultShouldStopHereCallback() local78 should_stop_here = false; in DefaultShouldStopHereCallback()91 should_stop_here = false; in DefaultShouldStopHereCallback()94 return should_stop_here; in DefaultShouldStopHereCallback()
396 bool should_stop_here = true; in DefaultShouldStopHereCallback() local404 if (!should_stop_here) in DefaultShouldStopHereCallback()405 return should_stop_here; in DefaultShouldStopHereCallback()407 if (should_stop_here && current_plan->GetKind() == eKindStepInRange && in DefaultShouldStopHereCallback()418 should_stop_here = true; in DefaultShouldStopHereCallback()425 should_stop_here = false; in DefaultShouldStopHereCallback()427 should_stop_here = false; in DefaultShouldStopHereCallback()429 if (log && !should_stop_here) in DefaultShouldStopHereCallback()437 if (should_stop_here) { in DefaultShouldStopHereCallback()442 should_stop_here = !step_in_range_plan->FrameMatchesAvoidCriteria(); in DefaultShouldStopHereCallback()[all …]