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

/external/kernel-headers/original/uapi/linux/
H A Dptrace.h79 #define PTRACE_EVENT_STOP 128 macro
/external/strace/
H A Ddefs.h244 #undef PTRACE_EVENT_STOP macro
245 #define PTRACE_EVENT_STOP 128 macro
H A Dstrace.c871 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) {
2120 /* [PTRACE_EVENT_STOP (=128)] would make biggish array */
2125 else if (event == PTRACE_EVENT_STOP)
2312 if (event == PTRACE_EVENT_STOP) {

Completed in 100 milliseconds