Searched refs:PTRACE_SETEVRREGS (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dppc-linux.h94 #define PTRACE_SETEVRREGS 21 macro
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dppc-linux.h94 #define PTRACE_SETEVRREGS 21 macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-ppc-low.cc845 { PTRACE_GETEVRREGS, PTRACE_SETEVRREGS, 0, 0, EXTENDED_REGS,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-linux-nat.c229 separate pair of calls, PTRACE_GETEVRREGS / PTRACE_SETEVRREGS, that
240 the inferior's registers by PTRACE_SETEVRREGS. */
262 PTRACE_SETEVRREGS requests, for reading and writing the SPE
767 PTRACE_SETEVRREGS requests are supported is isolated here, and in
1388 values in EVRREGSET. If we don't support PTRACE_SETEVRREGS, do
1392 PTRACE_SETEVRREGS requests are supported is isolated here, and in
1399 if (ptrace (PTRACE_SETEVRREGS, tid, 0, evrregset) >= 0)
1403 /* EIO means that the PTRACE_SETEVRREGS request isn't
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-ppc-low.cc845 { PTRACE_GETEVRREGS, PTRACE_SETEVRREGS, 0, 0, EXTENDED_REGS,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-linux-nat.c235 separate pair of calls, PTRACE_GETEVRREGS / PTRACE_SETEVRREGS, that
246 the inferior's registers by PTRACE_SETEVRREGS. */
268 PTRACE_SETEVRREGS requests, for reading and writing the SPE
773 PTRACE_SETEVRREGS requests are supported is isolated here, and in
1393 values in EVRREGSET. If we don't support PTRACE_SETEVRREGS, do
1397 PTRACE_SETEVRREGS requests are supported is isolated here, and in
1404 if (ptrace (PTRACE_SETEVRREGS, tid, 0, evrregset) >= 0)
1408 /* EIO means that the PTRACE_SETEVRREGS request isn't

Completed in 122 milliseconds