SIGTRAP 1501 arch/x86/kernel/ptrace.c info.si_signo = SIGTRAP; SIGTRAP 1508 arch/x86/kernel/ptrace.c force_sig_info(SIGTRAP, &info, tsk); SIGTRAP 1588 arch/x86/kernel/ptrace.c tracehook_consider_fatal_signal(current, SIGTRAP, SIG_DFL)) SIGTRAP 512 arch/x86/kernel/traps.c if (notify_die(DIE_INT3, "int3", regs, error_code, 3, SIGTRAP) SIGTRAP 516 arch/x86/kernel/traps.c if (notify_die(DIE_TRAP, "int3", regs, error_code, 3, SIGTRAP) SIGTRAP 522 arch/x86/kernel/traps.c do_trap(3, SIGTRAP, "int3", regs, error_code, NULL); SIGTRAP 588 arch/x86/kernel/traps.c SIGTRAP) == NOTIFY_STOP) SIGTRAP 563 arch/x86/kernel/vm86_32.c force_sig(SIGTRAP, current); SIGTRAP 153 include/linux/ptrace.h ptrace_notify((event << 8) | SIGTRAP); SIGTRAP 346 include/linux/signal.h rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \ SIGTRAP 79 include/linux/tracehook.h ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); SIGTRAP 199 include/linux/tracehook.h send_sig(SIGTRAP, current, 0); SIGTRAP 384 include/linux/tracehook.h ptrace_notify(SIGTRAP); SIGTRAP 1591 kernel/signal.c BUG_ON((exit_code & (0x7f | ~0xffff)) != SIGTRAP); SIGTRAP 1594 kernel/signal.c info.si_signo = SIGTRAP;