Searched refs:PTRACE_SETREGSET (Results 1 – 10 of 10) sorted by relevance
/external/strace/ |
D | ptrace.h | 144 #ifndef PTRACE_SETREGSET 145 # define PTRACE_SETREGSET 0x4205 macro
|
D | process.c | 85 || tcp->u_arg[0] == PTRACE_SETREGSET) in SYS_FUNC() 111 case PTRACE_SETREGSET: in SYS_FUNC()
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 50 #define PTRACE_SETREGSET 0x4205 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.h | 89 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET) 90 XLAT(PTRACE_SETREGSET),
|
D | ptrace_cmds.in | 27 PTRACE_SETREGSET
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
D | regs.c | 60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer()
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
D | regs.c | 50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 380 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 382 int ptrace_setregset = PTRACE_SETREGSET;
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 687 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
|