Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h88 #ifdef PTRACE_EVENT_STOP
90 # if PTRACE_EVENT_STOP == 7
91 # undef PTRACE_EVENT_STOP
94 #ifndef PTRACE_EVENT_STOP
95 # define PTRACE_EVENT_STOP 128 macro
Dstrace.c890 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()
1877 else if (event == PTRACE_EVENT_STOP) in print_debug_info()
2196 if (event == PTRACE_EVENT_STOP) { in trace()
/external/strace/xlat/
Dptrace_events.h32 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_S…
33 XLAT(PTRACE_EVENT_STOP),
Dptrace_events.in8 PTRACE_EVENT_STOP
/external/kernel-headers/original/uapi/linux/
Dptrace.h81 #define PTRACE_EVENT_STOP 128 macro