| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ppc-obsd-nat.c | 49 #ifdef PT_GETFPREGS 91 #ifndef PT_GETFPREGS in fetch_registers() 96 #ifdef PT_GETFPREGS in fetch_registers() 102 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 125 #ifndef PT_GETFPREGS in store_registers() 133 #ifdef PT_GETFPREGS in store_registers() 139 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers() 210 #ifdef PT_GETFPREGS in _initialize_ppcobsd_nat()
|
| D | riscv-fbsd-nat.c | 51 fetch_register_set<struct fpreg> (regcache, regnum, PT_GETFPREGS, in fetch_registers() 64 store_register_set<struct fpreg> (regcache, regnum, PT_GETFPREGS, in store_registers()
|
| D | amd64-bsd-nat.c | 78 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in amd64bsd_fetch_inferior_registers() 114 if (gdb_ptrace (PT_GETFPREGS, ptid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in amd64bsd_store_inferior_registers()
|
| D | mips-fbsd-nat.c | 82 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 117 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | riscv-netbsd-nat.c | 85 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | alpha-bsd-nat.c | 75 if (ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in fetch_registers() 113 if (ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in store_registers()
|
| D | aarch64-netbsd-nat.c | 84 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in fetch_registers() 121 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | ppc-fbsd-nat.c | 141 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 169 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | mips-netbsd-nat.c | 75 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in fetch_registers() 110 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | m68k-bsd-nat.c | 137 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in fetch_registers() 170 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | ppc-netbsd-nat.c | 108 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in fetch_registers() 141 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | i386-bsd-nat.c | 174 if (gdb_ptrace (PT_GETFPREGS, ptid, in i386bsd_fetch_inferior_registers() 227 if (gdb_ptrace (PT_GETFPREGS, ptid, in i386bsd_store_inferior_registers()
|
| D | arm-netbsd-nat.c | 153 int ret = ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in fetch_fp_register() 185 ret = ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in fetch_fp_regs() 341 int ret = ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in store_fp_register()
|
| D | hppa-netbsd-nat.c | 187 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in fetch_registers() 220 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, lwp) == -1) in store_registers()
|
| D | amd64-fbsd-nat.c | 158 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 239 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | i386-fbsd-nat.c | 123 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 209 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| D | aarch64-fbsd-nat.c | 88 fetch_register_set<struct fpreg> (regcache, regnum, PT_GETFPREGS, in fetch_registers() 107 store_register_set<struct fpreg> (regcache, regnum, PT_GETFPREGS, in store_registers()
|
| D | hppa-obsd-nat.c | 214 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in fetch_registers() 244 if (ptrace (PT_GETFPREGS, pid, (PTRACE_TYPE_ARG3) &fpregs, 0) == -1) in store_registers()
|
| /netbsd/src/sys/sys/ |
| D | ptrace.h | 221 #if defined(PT_GETFPREGS) || defined(PT_SETFPREGS) 299 #ifdef PT_GETFPREGS 361 # if defined(PT_SETFPREGS) || defined(PT_GETFPREGS)
|
| /netbsd/src/sys/kern/ |
| D | core_elf32.c | 489 #ifdef PT_GETFPREGS 498 #ifdef PT_GETFPREGS in ELFNAMEEND() 525 #ifdef PT_GETFPREGS in ELFNAMEEND() 535 PT_GETFPREGS, in ELFNAMEEND()
|
| /netbsd/src/sys/arch/ia64/include/ |
| D | ptrace.h | 39 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/m68k/include/ |
| D | ptrace.h | 41 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | ptrace.h | 46 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | ptrace.h | 48 #define PT_GETFPREGS (PT_FIRSTMACH + 2) macro
|
| /netbsd/src/sys/arch/alpha/include/ |
| D | ptrace.h | 39 #define PT_GETFPREGS (PT_FIRSTMACH + 2) macro
|