ptrace_notify
ptrace_notify((event << 8) | SIGTRAP, message);
signr = ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0),
extern int ptrace_notify(int exit_code, unsigned long message);
ptrace_notify(SIGTRAP, 0);