Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/sparc/
Dptrace.h22 #undef PTRACE_SETREGS
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace-abi.h62 #define PTRACE_SETREGS 13 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dptrace.h51 #define PTRACE_SETREGS 13 macro
/external/strace/xlat/
Dptrace_cmds.in15 PTRACE_SETREGS
Dptrace_cmds.h46 #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/
Dptrace.h16 #define PTRACE_SETREGS 13 macro
/external/libunwind/src/ptrace/
D_UPT_access_reg.c319 if (ptrace(PTRACE_SETREGS, pid, 0, (void*)&regs) == -1) in _UPT_access_reg()
/external/strace/
Dsyscall.c46 # undef PTRACE_SETREGS
47 # define PTRACE_SETREGS PTRACE_SETREGS64 macro
DREADME-linux-ptrace346 ptrace(PTRACE_SETREGS/SETFPREGS, pid, 0, &struct);
/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/valgrind/coregrind/
Dvgdb-invoker-ptrace.c705 res = ptrace (PTRACE_SETREGS, pid, NULL, regs); in setregs()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc314 int ptrace_setregs = PTRACE_SETREGS;