Searched refs:PTRACE_EVENT_STOP (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dptrace.h164 #define PTRACE_EVENT_STOP 128 macro
/linux-master/kernel/
H A Dptrace.c1114 * The actual trap might not be PTRACE_EVENT_STOP trap but
1146 if (likely(si && (si->si_code >> 8) == PTRACE_EVENT_STOP)) {
H A Dsignal.c2302 if (info && info->si_code >> 8 == PTRACE_EVENT_STOP)
2541 * SEIZE/INTERRUPT traps. Both generate PTRACE_EVENT_STOP trap with
2562 ptrace_do_notify(signr, signr | (PTRACE_EVENT_STOP << 8),

Completed in 140 milliseconds