Searched refs:PTRACE_SEIZE (Results 1 – 6 of 6) sorted by relevance
147 #ifndef PTRACE_SEIZE148 # define PTRACE_SEIZE 0x4206 macro
370 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()
217 * Implemented tracing using PTRACE_SEIZE API (when available).
52 #define PTRACE_SEIZE 0x4206 macro
95 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)96 XLAT(PTRACE_SEIZE),
29 PTRACE_SEIZE