Searched refs:SIGTRAP (Results 1 – 4 of 4) sorted by relevance
66 ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in ptrace_report_syscall()147 ptrace_notify(SIGTRAP); in tracehook_signal_handler()
152 ptrace_notify((event << 8) | SIGTRAP); in ptrace_event()156 send_sig(SIGTRAP, current, 0); in ptrace_event()346 info.si_signo = SIGTRAP; in user_single_step_report()
427 rt_sigmask(SIGTRAP) | rt_sigmask(SIGABRT) | \440 rt_sigmask(SIGTRAP) | rt_sigmask(SIGCHLD) | \
15 #define SIGTRAP 5 macro