Searched refs:PTRACE_SEIZE (Results 1 – 14 of 14) sorted by relevance
/external/strace/ |
D | ptrace.h | 153 #ifndef PTRACE_SEIZE 154 # define PTRACE_SEIZE 0x4206 macro
|
D | process.c | 191 case PTRACE_SEIZE: in SYS_FUNC()
|
D | strace.c | 384 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()
|
D | NEWS | 472 * Implemented tracing using PTRACE_SEIZE API (when available).
|
D | ChangeLog | 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: [all …]
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 52 #define PTRACE_SEIZE 0x4206 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 29 PTRACE_SEIZE
|
D | ptrace_cmds.h | 95 #if defined(PTRACE_SEIZE) || (defined(HAVE_DECL_PTRACE_SEIZE) && HAVE_DECL_PTRACE_SEIZE) 96 XLAT(PTRACE_SEIZE),
|
/external/strace/tests-mx32/ |
D | options-syntax.test | 173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests/ |
D | options-syntax.test | 173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|
/external/strace/tests-m32/ |
D | options-syntax.test | 173 for cmd in PTRACE_SEIZE PTRACE_ATTACH; do
|
D | ptrace.c | 420 do_ptrace(PTRACE_SEIZE, pid, bad_request, PTRACE_O_TRACESYSGOOD); in main()
|