Lines Matching refs:PTRACE_SEIZE
5606 Fix handling of unexpected tracees when PTRACE_SEIZE is not in use.
22035 ptrace: print data argument of PTRACE_SEIZE et al requests as flags.
22037 PTRACE_SEIZE and PTRACE_OLDSETOPTIONS as PTRACE_O_* flags.
35431 tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work.
35432 detach-stopped.test is known to fail when PTRACE_SEIZE is not available,
35436 test when it says that PTRACE_SEIZE doesn't work.
37286 PTRACE_SEIZE can set ptrace options immediately, use this feature.
37498 * strace.c (detach): If PTRACE_SEIZE API is in use, stop the tracee
39892 Enable usage of PTRACE_SEIZE.
41741 Add experimental code to use PTRACE_SEIZE, disabled by default.
41745 If USE_SEIZE is enabled and run-time check shows that PTRACE_SEIZE works, then:
41746 - All attaching is done with PTRACE_SEIZE + PTRACE_INTERRUPT.
41753 * defs.h: Add commented-out "define USE_SEIZE 1" and define PTRACE_SEIZE
41756 to expect SIGSTOP on attach (IOW: are we going to use PTRACE_SEIZE).
41758 PTRACE_SEIZE + PTRACE_INTERRUPT to attach to given pid.
41760 (startup_child): Conditionally use alternative attach method using PTRACE_SEIZE.
41762 (test_ptrace_seize): New function to test whether PTRACE_SEIZE works.
41766 * process.c: Decode PTRACE_SEIZE, PTRACE_INTERRUPT, PTRACE_LISTEN.