Searched refs:PT_SETFPREGS (Results 1 – 19 of 19) sorted by relevance
| /trueos/contrib/gdb/gdb/ |
| HD | amd64bsd-nat.c | 103 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | mipsnbsd-nat.c | 97 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | mipsfbsd-nat.c | 104 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | armnbsd-nat.c | 339 ret = ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_fp_register() 360 ret = ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_fp_regs()
|
| HD | ppcnbsd-nat.c | 117 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | alphabsd-nat.c | 147 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | ia64-fbsd-nat.c | 104 if (ptrace (PT_SETFPREGS, PIDGET(inferior_ptid), in store_inferior_registers()
|
| HD | ppcfbsd-nat.c | 133 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | sparc-nat.c | 81 #define PTRACE_SETFPREGS PT_SETFPREGS
|
| HD | i386bsd-nat.c | 275 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| /trueos/gnu/usr.bin/gdb/gdbserver/ |
| HD | fbsd-i386-low.c | 121 { PT_GETFPREGS, PT_SETFPREGS, sizeof (struct fpreg),
|
| HD | fbsd-amd64-low.c | 151 PT_SETFPREGS,
|
| /trueos/gnu/usr.bin/gdb/arch/arm/ |
| HD | armfbsd-nat.c | 423 ret = ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_fp_register() 446 ret = ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_fp_regs()
|
| /trueos/sys/sys/ |
| HD | ptrace.h | 71 #define PT_SETFPREGS 36 /* set floating-point registers */ macro
|
| /trueos/sys/kern/ |
| HD | sys_process.c | 561 case PT_SETFPREGS: in sys_ptrace() 1073 case PT_SETFPREGS:
|
| /trueos/sys/i386/linux/ |
| HD | linux_ptrace.c | 329 error = kern_ptrace(td, PT_SETFPREGS, pid, in linux_ptrace()
|
| /trueos/gnu/usr.bin/gdb/libgdb/ |
| HD | fbsd-threads.c | 971 if (ptrace (PT_SETFPREGS, lwp, (caddr_t) &fpregs, 0) == -1) in fbsd_lwp_store_registers()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessMonitor.cpp | 539 if (PTRACE(PT_SETFPREGS, m_tid, (caddr_t)m_buf, 0) < 0) in Execute()
|
| /trueos/contrib/gdb/ |
| HD | FREEBSD-diffs | 119 + if (ptrace (PT_SETFPREGS, PIDGET(inferior_ptid),
|