Lines Matching refs:SIGTRAP
236 info->si_signo = SIGTRAP; in user_single_step_siginfo()
774 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
784 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
788 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
796 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
806 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
811 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1157 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1166 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1668 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1682 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1699 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()