Searched refs:PTRACE_SETREGS (Results 1 – 12 of 12) sorted by relevance
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | ptrace.h | 22 #undef PTRACE_SETREGS
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 62 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 51 #define PTRACE_SETREGS 13 macro
|
/external/strace/xlat/ |
D | ptrace_cmds.in | 15 PTRACE_SETREGS
|
D | ptrace_cmds.h | 46 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS) 47 XLAT(PTRACE_SETREGS),
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 16 #define PTRACE_SETREGS 13 macro
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)®s) == -1) in _UPT_access_reg()
|
/external/strace/ |
D | syscall.c | 46 # undef PTRACE_SETREGS 47 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
|
D | README-linux-ptrace | 346 ptrace(PTRACE_SETREGS/SETFPREGS, pid, 0, &struct);
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 112 case PTRACE_SETREGS: in PtraceDisplayBytes() 643 if (PTRACE(PTRACE_SETREGS, m_tid, NULL, m_buf, m_buf_size) < 0) in Execute()
|
/external/valgrind/coregrind/ |
D | vgdb-invoker-ptrace.c | 705 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 314 int ptrace_setregs = PTRACE_SETREGS;
|