Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGS (Results 1 – 19 of 19) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ptrace/
Dptrace06.c116 #ifdef PTRACE_SETREGS
118 PTRACE_SETREGS,.data = 0}, {
119 PTRACE_SETREGS,.data = 1}, {
120 PTRACE_SETREGS,.data = 2}, {
121 PTRACE_SETREGS,.data = 3}, {
122 PTRACE_SETREGS,.data = -1}, {
123 PTRACE_SETREGS,.data = -2}, {
124 PTRACE_SETREGS,.data = -3}, {
125 PTRACE_SETREGS,.data = -4},
Dspawn_ptrace_child.h34 if (request == PTRACE_GETREGS || request == PTRACE_SETREGS) { \
115 #ifdef PTRACE_SETREGS
/external/linux-kselftest/tools/testing/selftests/x86/
Dptrace_syscall.c228 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
260 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_ptrace_syscall_restart()
362 if (ptrace(PTRACE_SETREGS, chld, 0, &regs) != 0) in test_restart_under_ptrace()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h68 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h51 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h16 #define PTRACE_SETREGS 13 macro
/external/strace/xlat/
Dptrace_cmds.in15 PTRACE_SETREGS
Dptrace_cmds.h53 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS)
54 XLAT(PTRACE_SETREGS),
/external/strace/
Dsyscall.c51 # undef PTRACE_SETREGS
52 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1140 return ptrace(PTRACE_SETREGS, pid, (void *) &ARCH_REGS_FOR_GETREGS, 0); in ptrace_setregs()
1142 return ptrace(PTRACE_SETREGS, pid, NULL, &ARCH_REGS_FOR_GETREGS); in ptrace_setregs()
Dprocess.c160 case PTRACE_SETREGS: in SYS_FUNC()
DREADME-linux-ptrace346 ptrace(PTRACE_SETREGS/SETFPREGS, pid, 0, &struct);
DChangeLog4898 that lack PTRACE_SETREGSET/PTRACE_SETREGS support.
10443 PTRACE_SETREGS, PTRACE_GETFPREGS, and PTRACE_SETFPREGS requests.
10447 PTRACE_SETREGS, PTRACE_GETFPREGS, or PTRACE_SETFPREGS.
28074 read-modify-writing it with PTRACE_GETREGS and PTRACE_SETREGS.
/external/libunwind/src/ptrace/
D_UPT_access_reg.c319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/elfutils/tests/
Dbacktrace.c271 l = ptrace (PTRACE_SETREGS, pid2, 0, (intptr_t) &user_regs); in prepare_thread()
DChangeLog380 * backtrace.c (prepare_thread): Use PTRACE_GETREGS/PTRACE_SETREGS
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc345 #if (defined(PTRACE_GETREGS) && defined(PTRACE_SETREGS)) || \
348 int ptrace_setregs = PTRACE_SETREGS;
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c705 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
/external/seccomp-tests/linux/
Dseccomp_bpf.c1333 ret = ptrace(PTRACE_SETREGS, tracee, 0, &regs); in change_syscall()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1364 ret = ptrace(PTRACE_SETREGS, tracee, 0, &regs); in change_syscall()