Home
last modified time | relevance | path

Searched refs:PTRACE_SETREGSET (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dptrace_cmds.h79 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET)
80 XLAT(PTRACE_SETREGSET),
Dptrace_cmds.in26 PTRACE_SETREGSET
/external/kernel-headers/original/uapi/linux/
Dptrace.h50 #define PTRACE_SETREGSET 0x4205 macro
/external/ltrace/sysdeps/linux-gnu/metag/
Dregs.c60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer()
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dregs.c50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp47 #ifndef PTRACE_SETREGSET
48 #define PTRACE_SETREGSET 0x4205 macro
130 case PTRACE_SETREGSET: in PtraceDisplayBytes()
161 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET) in PtraceWrapper()
192 if (req == PTRACE_GETREGSET || req == PTRACE_SETREGSET) in PtraceWrapper()
700 if (PTRACE(PTRACE_SETREGSET, m_tid, (void *)&m_regset, m_buf, m_buf_size) < 0) in Execute()
/external/libunwind/src/ptrace/
D_UPT_access_reg.c386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc302 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
304 int ptrace_setregset = PTRACE_SETREGSET;
/external/valgrind/main/coregrind/
Dvgdb-invoker-ptrace.c675 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
/external/strace/
Dprocess.c2131 || tcp->u_arg[0] == PTRACE_SETREGSET in sys_ptrace()
2172 case PTRACE_SETREGSET: in sys_ptrace()