Searched refs:ptrace_notify (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dptrace.h56 extern int ptrace_notify(int exit_code, unsigned long message);
151 ptrace_notify((event << 8) | SIGTRAP, message);
415 signr = ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0),
/linux-master/kernel/
H A Dsignal.c2398 int ptrace_notify(int exit_code, unsigned long message) function
2951 ptrace_notify(SIGTRAP, 0);

Completed in 117 milliseconds