Home
last modified time | relevance | path

Searched refs:PTRACE_EVENT_STOP (Results 1 – 19 of 19) 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.h88 #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()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1103 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_mipsle.go1373 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_s390x.go1374 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_arm.go1372 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_ppc64le.go1375 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_mips64.go1373 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_ppc64.go1375 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_amd64.go1375 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_mips64le.go1373 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_386.go1374 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_mips.go1373 PTRACE_EVENT_STOP = 0x80 const
Dzerrors_linux_arm64.go1375 PTRACE_EVENT_STOP = 0x80 const