Searched refs:PTRACE_SETREGS (Results 1 - 13 of 13) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h22 #undef PTRACE_SETREGS macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h46 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/strace/xlat/
H A Dptrace_cmds.h43 #if defined(PTRACE_SETREGS) || (defined(HAVE_DECL_PTRACE_SETREGS) && HAVE_DECL_PTRACE_SETREGS)
44 XLAT(PTRACE_SETREGS),
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h16 #define PTRACE_SETREGS 13 macro
/external/libunwind/src/ptrace/
H A D_UPT_access_reg.c319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)&regs) == -1)
/external/strace/
H A Dutil.c1255 # undef PTRACE_SETREGS macro
1256 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
1264 (ptrace(PTRACE_SETREGS, (tcp)->pid, (char *) (state), 0))
H A Dprocess.c73 # undef PTRACE_SETREGS macro
74 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
H A Dsyscall.c60 # undef PTRACE_SETREGS macro
61 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc2024 #ifndef PTRACE_SETREGS
2025 #define PTRACE_SETREGS 13 macro
2037 // responsible for committing these changes using PTRACE_SETREGS.
2146 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs));
2154 BPF_ASSERT_NE(-1, ptrace(PTRACE_SETREGS, pid, NULL, &regs));
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp112 case PTRACE_SETREGS:
115 verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData());
643 if (PTRACE(PTRACE_SETREGS, m_tid, NULL, m_buf, m_buf_size) < 0)
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c692 DEBUG(1, "setregs PTRACE_SETREGS\n");
693 res = ptrace (PTRACE_SETREGS, pid, NULL, regs);
695 ERROR(errno, "PTRACE_SETREGS %ld\n", res);
724 // If neither PTRACE_SETREGS not PTRACE_POKEUSER have returned,
773 DEBUG(1, "PTRACE_SETREGS restore registers: no pid\n");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc288 int ptrace_setregs = PTRACE_SETREGS;

Completed in 367 milliseconds