Lines Matching refs:SIGTRAP
236 info->si_signo = SIGTRAP; in user_single_step_siginfo()
772 _exception(SIGTRAP, regs, 0, 0); in unknown_exception()
782 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
786 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
794 _exception(SIGTRAP, regs, 0, 0); in RunModeException()
804 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
809 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1155 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1164 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1631 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1645 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1662 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()