Home
last modified time | relevance | path

Searched refs:PTRACE_SEIZE (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dptrace.h147 #ifndef PTRACE_SEIZE
148 # define PTRACE_SEIZE 0x4206 macro
Dstrace.c370 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1376 if (ptrace(PTRACE_SEIZE, pid, 0, 0) == 0) { in test_ptrace_seize()
DNEWS217 * Implemented tracing using PTRACE_SEIZE API (when available).
/external/kernel-headers/original/uapi/linux/
Dptrace.h52 #define PTRACE_SEIZE 0x4206 macro
/external/strace/xlat/
Dptrace_cmds.h95 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)
96 XLAT(PTRACE_SEIZE),
Dptrace_cmds.in29 PTRACE_SEIZE