/external/strace/ |
D | ptrace.h | 154 #ifndef PTRACE_SEIZE 155 # define PTRACE_SEIZE 0x4206 macro
|
D | process.c | 200 case PTRACE_SEIZE: in SYS_FUNC()
|
D | strace.c | 352 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()
|
D | NEWS | 784 * Implemented tracing using PTRACE_SEIZE API (when available).
|
D | ChangeLog | 13168 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/ |
D | ptrace_cmds.in | 29 PTRACE_SEIZE
|
D | ptrace_cmds.h | 101 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE) 102 XLAT(PTRACE_SEIZE),
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 53 #define PTRACE_SEIZE 0x4206 macro
|
/external/musl/include/sys/ |
D | ptrace.h | 36 #define PTRACE_SEIZE 0x4206 macro
|
/external/strace/tests/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests-m32/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests-mx32/ |
D | options-syntax.test | 138 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 441 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 108 PTRACE_SEIZE, 388 Request::PTRACE_SEIZE, in seize()
|
/external/linux-kselftest/tools/testing/selftests/cgroup/ |
D | test_freezer.c | 607 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/ |
D | mod.rs | 148 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 568 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 872 pub const PTRACE_SEIZE: ::c_uint = 0x4206; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1366 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2785 pub const PTRACE_SEIZE: ::c_int = 0x4206; constant
|