Searched refs:PT_SETFPREGS (Results 1 – 24 of 24) sorted by relevance
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | amd64bsd-nat.c | 103 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 | mipsnbsd-nat.c | 97 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 | alphabsd-nat.c | 147 if (ptrace (PT_SETFPREGS, PIDGET (inferior_ptid), in store_inferior_registers()
|
| HD | ppcnbsd-nat.c | 117 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()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/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,
|
| /freebsd-11-stable/sys/sys/ |
| HD | ptrace.h | 77 #define PT_SETFPREGS 36 /* set floating-point registers */ macro
|
| /freebsd-11-stable/contrib/netbsd-tests/kernel/ |
| HD | t_ptrace_wait.h | 189 && defined(PT_SETFPREGS)
|
| HD | t_ptrace_wait.c | 4370 ATF_REQUIRE(ptrace(PT_SETFPREGS, child, &r, 0) != -1); in ATF_TC_BODY()
|
| /freebsd-11-stable/sys/i386/linux/ |
| HD | linux_ptrace.c | 322 error = kern_ptrace(td, PT_SETFPREGS, pid, in linux_ptrace()
|
| /freebsd-11-stable/sys/kern/ |
| HD | sys_process.c | 612 case PT_SETFPREGS: in sys_ptrace() 1299 case PT_SETFPREGS:
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_netbsd.cpp | 321 #if defined(PT_SETFPREGS) && defined(PT_GETFPREGS) 322 int ptrace_pt_setfpregs = PT_SETFPREGS; 350 #if defined(PT_SETFPREGS)
|
| HD | sanitizer_platform_limits_posix.cpp | 347 (defined(PT_GETFPREGS) && defined(PT_SETFPREGS))
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| HD | NativeRegisterContextNetBSD_x86_64.cpp | 249 return DoRegisterSet(PT_SETFPREGS, &m_fpr_x86_64); in WriteRegisterSet()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| HD | ProcessMonitor.cpp | 482 if (PTRACE(PT_SETFPREGS, m_tid, (caddr_t)m_buf, 0) < 0) in Execute()
|
| /freebsd-11-stable/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()
|
| /freebsd-11-stable/contrib/gdb/ |
| HD | FREEBSD-diffs | 119 + if (ptrace (PT_SETFPREGS, PIDGET(inferior_ptid),
|