Lines Matching refs:SIGTRAP
107 case SIGTRAP: return "unhandled trap"; in signame()
313 info->si_signo = SIGTRAP; in user_single_step_siginfo()
1003 _exception(SIGTRAP, regs, TRAP_UNK, 0); in unknown_exception()
1013 5, SIGTRAP) == NOTIFY_STOP) in instruction_breakpoint_exception()
1017 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in instruction_breakpoint_exception()
1025 _exception(SIGTRAP, regs, TRAP_UNK, 0); in RunModeException()
1039 5, SIGTRAP) == NOTIFY_STOP) in single_step_exception()
1044 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in single_step_exception()
1395 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in program_check_exception()
1411 _exception(SIGTRAP, regs, TRAP_BRKPT, regs->nip); in program_check_exception()
1903 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1920 5, SIGTRAP) == NOTIFY_STOP) { in DebugException()
1937 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DebugException()