Home
last modified time | relevance | path

Searched refs:PT_GETFPREGS (Results 1 – 25 of 68) sorted by relevance

123

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dppc-obsd-nat.c49 #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()
Driscv-fbsd-nat.c51 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()
Damd64-bsd-nat.c78 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()
Dmips-fbsd-nat.c82 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()
Driscv-netbsd-nat.c85 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()
Dalpha-bsd-nat.c75 if (ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in fetch_registers()
113 if (ptrace (PT_GETFPREGS, regcache->ptid ().pid (), in store_registers()
Daarch64-netbsd-nat.c84 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()
Dppc-fbsd-nat.c141 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()
Dmips-netbsd-nat.c75 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()
Dm68k-bsd-nat.c137 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()
Dppc-netbsd-nat.c108 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()
Di386-bsd-nat.c174 if (gdb_ptrace (PT_GETFPREGS, ptid, in i386bsd_fetch_inferior_registers()
227 if (gdb_ptrace (PT_GETFPREGS, ptid, in i386bsd_store_inferior_registers()
Darm-netbsd-nat.c153 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()
Dhppa-netbsd-nat.c187 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()
Damd64-fbsd-nat.c158 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()
Di386-fbsd-nat.c123 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()
Daarch64-fbsd-nat.c88 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()
Dhppa-obsd-nat.c214 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/
Dptrace.h221 #if defined(PT_GETFPREGS) || defined(PT_SETFPREGS)
299 #ifdef PT_GETFPREGS
361 # if defined(PT_SETFPREGS) || defined(PT_GETFPREGS)
/netbsd/src/sys/kern/
Dcore_elf32.c489 #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/
Dptrace.h39 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/m68k/include/
Dptrace.h41 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/mips/include/
Dptrace.h46 #define PT_GETFPREGS (PT_FIRSTMACH + 3) macro
/netbsd/src/sys/arch/sparc/include/
Dptrace.h48 #define PT_GETFPREGS (PT_FIRSTMACH + 2) macro
/netbsd/src/sys/arch/alpha/include/
Dptrace.h39 #define PT_GETFPREGS (PT_FIRSTMACH + 2) macro

123