Searched refs:handler_found (Results 1 – 1 of 1) sorted by relevance
244 bool handler_found = false; in single_step_handler() local253 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()254 handler_found = true; in single_step_handler()256 if (!handler_found && user_mode(regs)) { in single_step_handler()266 } else if (!handler_found) { in single_step_handler()