Lines Matching defs:hook
3037 for (auto hook : m_stop_hooks) {
3038 if (hook.second->IsActive()) {
3092 // We detect somebody restarted in the stop-hook loop, and broke out of
3100 // We only consult the auto-continue for a stop hook if it matched the
3128 // If this hook is set to auto-continue that should override the
3141 // target willy nilly in a stop hook. If the hook did so, give a
3142 // gentle suggestion here and bag out if the hook processing.
3143 output_sp->Printf("\nAborting stop hooks, hook %" PRIu64
3166 // If one of the commands in the stop hook already restarted the target,
3172 // We only compute should_stop against the hook results if a hook got to run