Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dptrace.h79 #define PTRACE_EVENT_STOP 128 macro
/external/strace/
Ddefs.h244 #undef PTRACE_EVENT_STOP
245 #define PTRACE_EVENT_STOP 128 macro
Dstrace.c871 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()
2125 else if (event == PTRACE_EVENT_STOP) in trace()
2312 if (event == PTRACE_EVENT_STOP) { in trace()