Home
last modified time | relevance | path

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

/external/strace/
Dptrace.h153 #ifndef PTRACE_SEIZE
154 # define PTRACE_SEIZE 0x4206 macro
Dprocess.c191 case PTRACE_SEIZE: in SYS_FUNC()
Dstrace.c384 r = ptrace(PTRACE_SEIZE, pid, 0L, (unsigned long) ptrace_setoptions); in ptrace_attach_or_seize()
1538 if (ptrace(PTRACE_SEIZE, pid, 0, 0) == 0) { in test_ptrace_seize()
DNEWS472 * Implemented tracing using PTRACE_SEIZE API (when available).
DChangeLog14953 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:
[all …]
/external/kernel-headers/original/uapi/linux/
Dptrace.h52 #define PTRACE_SEIZE 0x4206 macro
/external/strace/xlat/
Dptrace_cmds.in29 PTRACE_SEIZE
Dptrace_cmds.h95 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE)
96 XLAT(PTRACE_SEIZE),
/external/strace/tests-mx32/
Doptions-syntax.test173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests/
Doptions-syntax.test173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
/external/strace/tests-m32/
Doptions-syntax.test173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
Dptrace.c420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()