Lines Matching refs:PTRACE_SEIZE
14953 ptrace: print data argument of PTRACE_SEIZE et al requests as flags.
14955 PTRACE_SEIZE and PTRACE_OLDSETOPTIONS as PTRACE_O_* flags.
28349 tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work.
28350 detach-stopped.test is known to fail when PTRACE_SEIZE is not available,
28354 test when it says that PTRACE_SEIZE doesn't work.
30204 PTRACE_SEIZE can set ptrace options immediately, use this feature.
30416 * strace.c (detach): If PTRACE_SEIZE API is in use, stop the tracee
32810 Enable usage of PTRACE_SEIZE.
34659 Add experimental code to use PTRACE_SEIZE, disabled by default.
34663 If USE_SEIZE is enabled and run-time check shows that PTRACE_SEIZE works, then:
34664 - All attaching is done with PTRACE_SEIZE + PTRACE_INTERRUPT.
34671 * defs.h: Add commented-out "define USE_SEIZE 1" and define PTRACE_SEIZE
34674 to expect SIGSTOP on attach (IOW: are we going to use PTRACE_SEIZE).
34676 PTRACE_SEIZE + PTRACE_INTERRUPT to attach to given pid.
34678 (startup_child): Conditionally use alternative attach method using PTRACE_SEIZE.
34680 (test_ptrace_seize): New function to test whether PTRACE_SEIZE works.
34684 * process.c: Decode PTRACE_SEIZE, PTRACE_INTERRUPT, PTRACE_LISTEN.