Home
last modified time | relevance | path

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

/external/strace/xlat/
Dptrace_cmds.h43 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS)
44 XLAT(PTRACE_SETREGS),
Dptrace_cmds.in14 PTRACE_SETREGS
/external/ltrace/sysdeps/linux-gnu/sparc/
Dptrace.h22 #undef PTRACE_SETREGS
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h46 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-arm/asm/
Dptrace.h16 #define PTRACE_SETREGS 13 macro
/external/strace/
Dutil.c1255 # undef PTRACE_SETREGS
1256 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1264 (ptrace(PTRACE_SETREGS, (tcp)->pid, (char *) (state), 0))
Dprocess.c73 # undef PTRACE_SETREGS
74 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
Dsyscall.c60 # undef PTRACE_SETREGS
61 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
DREADME-linux-ptrace346 ptrace(PTRACE_SETREGS/SETFPREGS, pid, 0, &struct);
/external/libunwind/src/ptrace/
D_UPT_access_reg.c319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/chromium_org/sandbox/linux/bpf_dsl/
Dbpf_dsl_more_unittest.cc2024 #ifndef PTRACE_SETREGS
2025 #define PTRACE_SETREGS 13 macro
2146 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs)); in SANDBOX_TEST()
2154 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs)); in SANDBOX_TEST()
/external/valgrind/main/coregrind/
Dvgdb-invoker-ptrace.c693 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp112 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/
Dsanitizer_platform_limits_posix.cc288 int ptrace_setregs = PTRACE_SETREGS;