Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 – 10 of 10) sorted by relevance

/external/strace/
Dptrace.h144 #ifndef PTRACE_SETREGSET
145 # define PTRACE_SETREGSET 0x4205 macro
Dprocess.c85 || tcp->u_arg[0] == PTRACE_SETREGSET) in SYS_FUNC()
111 case PTRACE_SETREGSET: in SYS_FUNC()
/external/kernel-headers/original/uapi/linux/
Dptrace.h50 #define PTRACE_SETREGSET 0x4205 macro
/external/strace/xlat/
Dptrace_cmds.h89 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
90 XLAT(PTRACE_SETREGSET),
Dptrace_cmds.in27 PTRACE_SETREGSET
/external/ltrace/sysdeps/linux-gnu/metag/
Dregs.c60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dregs.c50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc380 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
382 int ptrace_setregset = PTRACE_SETREGSET;
/external/valgrind/coregrind/
Dvgdb-invoker-ptrace.c687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()