Searched refs:PTRACE_SETREGSET (Results 1 – 10 of 10) sorted by relevance
/external/strace/xlat/ |
D | ptrace_cmds.h | 79 #if defined(PTRACE_SETREGSET) || (defined(HAVE_DECL_PTRACE_SETREGSET) && HAVE_DECL_PTRACE_SETREGSET) 80 XLAT(PTRACE_SETREGSET),
|
D | ptrace_cmds.in | 26 PTRACE_SETREGSET
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 50 #define PTRACE_SETREGSET 0x4205 macro
|
/external/ltrace/sysdeps/linux-gnu/metag/ |
D | regs.c | 60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov); in set_instruction_pointer()
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
D | regs.c | 50 return ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, &iovec) < 0 in aarch64_write_gregs()
|
/external/lldb/source/Plugins/Process/Linux/ |
D | ProcessMonitor.cpp | 47 #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.c | 386 if (ptrace(PTRACE_SETREGSET, pid, (void*)NT_PRSTATUS, (void*)&io) == -1) in _UPT_access_reg()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 302 #if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET) 304 int ptrace_setregset = PTRACE_SETREGSET;
|
/external/valgrind/main/coregrind/ |
D | vgdb-invoker-ptrace.c | 675 res = ptrace (PTRACE_SETREGSET, pid, NT_PRSTATUS, &iovec); in setregs()
|
/external/strace/ |
D | process.c | 2131 || tcp->u_arg[0] == PTRACE_SETREGSET in sys_ptrace() 2172 case PTRACE_SETREGSET: in sys_ptrace()
|