Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h95 #ifdef PTRACE_EVENT_STOP
97 # if PTRACE_EVENT_STOP == 7
98 # undef PTRACE_EVENT_STOP
101 #ifndef PTRACE_EVENT_STOP
102 # define PTRACE_EVENT_STOP 128 macro
Dstrace.c964 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()
2025 else if (event == PTRACE_EVENT_STOP) in print_debug_info()
2414 case PTRACE_EVENT_STOP: in next_event()
DChangeLog39531 Handle broken PTRACE_EVENT_STOP values.
39535 * ptrace.h [PTRACE_EVENT_STOP]: Redefine if PTRACE_EVENT_STOP is 7.
45011 Show PTRACE_EVENT_STOP correctly in debug output.
49310 - PTRACE_EVENT_STOP will be generated if tracee is group-stopped.
49326 (trace): If PTRACE_EVENT_STOP is seen, restart using PTRACE_LISTEN in order
/external/strace/xlat/
Dptrace_events.h38 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_S…
39 XLAT(PTRACE_EVENT_STOP),
Dptrace_events.in8 PTRACE_EVENT_STOP
/external/kernel-headers/original/uapi/linux/
Dptrace.h123 #define PTRACE_EVENT_STOP 128 macro
/external/honggfuzz/
Dsubproc.c77 #if defined(PTRACE_EVENT_STOP) in subproc_StatusToStr()
109 case PTRACE_EVENT_STOP: in subproc_StatusToStr()