| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| D | NativeRegisterContextOpenBSD.cpp | 70 #ifdef PT_SETREGS in DoWriteGPR() 71 return NativeProcessOpenBSD::PtraceWrapper(PT_SETREGS, GetProcessPid(), buf, in DoWriteGPR()
|
| /openbsd/src/sys/arch/m88k/include/ |
| D | ptrace.h | 54 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/mips64/include/ |
| D | ptrace.h | 43 #define PT_SETREGS (PT_FIRSTMACH+1) macro
|
| /openbsd/src/sys/arch/riscv64/include/ |
| D | ptrace.h | 23 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/hppa/include/ |
| D | ptrace.h | 25 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/sh/include/ |
| D | ptrace.h | 40 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/arm/include/ |
| D | ptrace.h | 42 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/powerpc64/include/ |
| D | ptrace.h | 40 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/powerpc/include/ |
| D | ptrace.h | 41 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/sparc64/include/ |
| D | ptrace.h | 48 #define PT_SETREGS (PT_FIRSTMACH + 1) macro
|
| /openbsd/src/sys/arch/alpha/include/ |
| D | ptrace.h | 41 #define PT_SETREGS (PT_FIRSTMACH + 1) macro
|
| /openbsd/src/sys/arch/arm64/include/ |
| D | ptrace.h | 20 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/i386/include/ |
| D | ptrace.h | 39 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/sys/arch/amd64/include/ |
| D | ptrace.h | 39 #define PT_SETREGS (PT_FIRSTMACH + 2) macro
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | shnbsd-nat.c | 72 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in shnbsd_store_inferior_registers()
|
| D | mipsnbsd-nat.c | 80 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| D | m88kbsd-nat.c | 93 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in m88kbsd_store_inferior_registers()
|
| D | amd64bsd-nat.c | 100 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) in amd64bsd_store_inferior_registers()
|
| D | vaxbsd-nat.c | 93 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in vaxbsd_store_inferior_registers()
|
| D | armnbsd-nat.c | 282 ret = ptrace (PT_SETREGS, PIDGET (inferior_ptid), in store_register() 329 ret = ptrace (PT_SETREGS, PIDGET (inferior_ptid), in store_regs()
|
| D | mips64obsd-nat.c | 120 if (ptrace (PT_SETREGS, pid, (PTRACE_TYPE_ARG3) ®s, 0) == -1) in mips64obsd_store_inferior_registers()
|
| D | alphabsd-nat.c | 130 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in alphabsd_store_inferior_registers()
|
| D | ppcnbsd-nat.c | 121 if (ptrace (PT_SETREGS, PIDGET (inferior_ptid), in ppcnbsd_store_inferior_registers()
|
| /openbsd/src/regress/sys/ptrace/ |
| D | ptrace.c | 96 ptrace(PT_SETREGS, pid, (caddr_t)®s, 0); in main()
|
| /openbsd/src/sys/sys/ |
| D | ptrace.h | 98 #if !defined(PT_GETREGS) || !defined(PT_SETREGS)
|