Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h154 #ifndef PTRACE_SEIZE
155 # define PTRACE_SEIZE 0x4206 macro
Dprocess.c200 case PTRACE_SEIZE: in SYS_FUNC()
Dstrace.c352 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1507 if (ptrace(PTRACE_SEIZE, pid, 0, 0) == 0) { in test_ptrace_seize()
DNEWS784 * Implemented tracing using PTRACE_SEIZE API (when available).
DChangeLog13168 Fix handling of unexpected tracees when PTRACE_SEIZE is not in use.
29597 ptrace: print data argument of PTRACE_SEIZE et al requests as flags.
29599 PTRACE_SEIZE and PTRACE_OLDSETOPTIONS as PTRACE_O_* flags.
42993 tests: skip detach-stopped.test when PTRACE_SEIZE doesn't work.
42994 detach-stopped.test is known to fail when PTRACE_SEIZE is not available,
42998 test when it says that PTRACE_SEIZE doesn't work.
44848 PTRACE_SEIZE can set ptrace options immediately, use this feature.
45060 * strace.c (detach): If PTRACE_SEIZE API is in use, stop the tracee
47454 Enable usage of PTRACE_SEIZE.
49303 Add experimental code to use PTRACE_SEIZE, disabled by default.
[all …]
/external/strace/xlat/
Dptrace_cmds.in29 PTRACE_SEIZE
Dptrace_cmds.h101 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)
102 XLAT(PTRACE_SEIZE),
/external/kernel-headers/original/uapi/linux/
Dptrace.h53 #define PTRACE_SEIZE 0x4206 macro
/external/musl/include/sys/
Dptrace.h36 #define PTRACE_SEIZE 0x4206 macro
/external/strace/tests/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests-m32/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests-mx32/
Doptions-syntax.test138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/rust/crates/nix/src/sys/ptrace/
Dlinux.rs108 PTRACE_SEIZE,
388 Request::PTRACE_SEIZE, in seize()
/external/linux-kselftest/tools/testing/selftests/cgroup/
Dtest_freezer.c607 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptrace()
727 if (ptrace(PTRACE_SEIZE, pid, NULL, NULL)) in test_cgfreezer_ptraced()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs148 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs568 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs872 pub const PTRACE_SEIZE: ::c_uint = 0x4206; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1366 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2785 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant