Searched refs:handler_found (Results 1 – 1 of 1) sorted by relevance
245 bool handler_found = false; in single_step_handler() local254 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()255 handler_found = true; in single_step_handler()257 if (!handler_found && user_mode(regs)) { in single_step_handler()267 } else if (!handler_found) { in single_step_handler()