Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h112 #ifndef PTRACE_INTERRUPT
113 # define PTRACE_INTERRUPT 0x4207 macro
Dstrace.c352 r = ptrace(PTRACE_INTERRUPT, pid, 0L, 0L); in ptrace_attach_or_seize()
814 error = ptrace(PTRACE_INTERRUPT, tcp->pid, 0, 0); in detach()
/external/kernel-headers/original/uapi/linux/
Dptrace.h53 #define PTRACE_INTERRUPT 0x4207 macro
/external/strace/xlat/
Dptrace_cmds.in30 PTRACE_INTERRUPT
Dptrace_cmds.h91 #if defined(PTRACE_INTERRUPT) || (defined(HAVE_DECL_PTRACE_INTERRUPT) && HAVE_DECL_PTRACE_INTERRUPT)
92 XLAT(PTRACE_INTERRUPT),