Searched refs:handler_found (Results 1 – 1 of 1) sorted by relevance
233 bool handler_found = false; in single_step_handler() local244 handler_found = true; in single_step_handler()246 if (!handler_found && call_step_hook(regs, esr) == DBG_HOOK_HANDLED) in single_step_handler()247 handler_found = true; in single_step_handler()249 if (!handler_found && user_mode(regs)) { in single_step_handler()259 } else if (!handler_found) { in single_step_handler()313 bool handler_found = false; in brk_handler() local318 handler_found = true; in brk_handler()321 if (!handler_found && call_break_hook(regs, esr) == DBG_HOOK_HANDLED) in brk_handler()322 handler_found = true; in brk_handler()[all …]