Searched refs:PTRACE_SETREGS (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | ptrace_cmds.h | 43 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS) 44 XLAT(PTRACE_SETREGS),
|
D | ptrace_cmds.in | 14 PTRACE_SETREGS
|
/external/ltrace/sysdeps/linux-gnu/sparc/ |
D | ptrace.h | 22 #undef PTRACE_SETREGS
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | ptrace.h | 46 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace-abi.h | 62 #define PTRACE_SETREGS 13 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | ptrace.h | 16 #define PTRACE_SETREGS 13 macro
|
/external/strace/ |
D | util.c | 1255 # undef PTRACE_SETREGS 1256 # define PTRACE_SETREGS PTRACE_SETREGS64 macro 1264 (ptrace(PTRACE_SETREGS, (tcp)->pid, (char *) (state), 0))
|
D | process.c | 73 # undef PTRACE_SETREGS 74 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
|
D | syscall.c | 60 # undef PTRACE_SETREGS 61 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
|
D | README-linux-ptrace | 346 ptrace(PTRACE_SETREGS/SETFPREGS, pid, 0, &struct);
|
/external/libunwind/src/ptrace/ |
D | _UPT_access_reg.c | 319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)®s) == -1) in _UPT_access_reg()
|
/external/chromium_org/sandbox/linux/bpf_dsl/ |
D | bpf_dsl_more_unittest.cc | 2024 #ifndef PTRACE_SETREGS 2025 #define PTRACE_SETREGS 13 macro 2146 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, ®s)); in SANDBOX_TEST() 2154 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, ®s)); in SANDBOX_TEST()
|
/external/valgrind/main/coregrind/ |
D | vgdb-invoker-ptrace.c | 693 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
|
/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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 288 int ptrace_setregs = PTRACE_SETREGS;
|