Searched refs:PT_EXITKILL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | ptrace.h | 40 #define PT_EXITKILL (PTRACE_O_EXITKILL << PT_OPT_FLAG_SHIFT) macro |
/Linux-v4.19/kernel/ | ||
D | ptrace.c | 565 if (unlikely(p->ptrace & PT_EXITKILL)) in exit_ptrace() |