Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h53 #ifdef PTRACE_EVENT_STOP
55 # if PTRACE_EVENT_STOP == 7
56 # undef PTRACE_EVENT_STOP
59 #ifndef PTRACE_EVENT_STOP
60 # define PTRACE_EVENT_STOP 128 macro
Dstrace.c868 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()
1861 else if (event == PTRACE_EVENT_STOP) in print_debug_info()
2181 if (event == PTRACE_EVENT_STOP) { in trace()
/external/strace/xlat/
Dptrace_events.h25 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_S…
26 XLAT(PTRACE_EVENT_STOP),
Dptrace_events.in8 PTRACE_EVENT_STOP
/external/kernel-headers/original/uapi/linux/
Dptrace.h79 #define PTRACE_EVENT_STOP 128 macro