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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dppc-linux.h92 #ifndef PTRACE_GETEVRREGS
93 #define PTRACE_GETEVRREGS 20 macro
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dppc-linux.h92 #ifndef PTRACE_GETEVRREGS
93 #define PTRACE_GETEVRREGS 20 macro
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-ppc-low.cc845 { PTRACE_GETEVRREGS, PTRACE_SETEVRREGS, 0, 0, EXTENDED_REGS,
966 case PTRACE_GETEVRREGS:
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-linux-nat.c229 separate pair of calls, PTRACE_GETEVRREGS / PTRACE_SETEVRREGS, that
239 This is the structure filled in by PTRACE_GETEVRREGS and written to
261 /* Non-zero if our kernel may support the PTRACE_GETEVRREGS and
763 don't support PTRACE_GETEVRREGS, then just fill EVRREGSET with
766 All the logic to deal with whether or not the PTRACE_GETEVRREGS and
774 if (ptrace (PTRACE_GETEVRREGS, tid, 0, evrregset) >= 0)
778 /* EIO means that the PTRACE_GETEVRREGS request isn't supported;
1391 All the logic to deal with whether or not the PTRACE_GETEVRREGS and
1951 if (ptrace (PTRACE_GETEVRREGS, tid, 0, &evrregset) >= 0)
1954 /* EIO means that the PTRACE_GETEVRREGS reques
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-ppc-low.cc845 { PTRACE_GETEVRREGS, PTRACE_SETEVRREGS, 0, 0, EXTENDED_REGS,
966 case PTRACE_GETEVRREGS:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-linux-nat.c235 separate pair of calls, PTRACE_GETEVRREGS / PTRACE_SETEVRREGS, that
245 This is the structure filled in by PTRACE_GETEVRREGS and written to
267 /* Non-zero if our kernel may support the PTRACE_GETEVRREGS and
769 don't support PTRACE_GETEVRREGS, then just fill EVRREGSET with
772 All the logic to deal with whether or not the PTRACE_GETEVRREGS and
780 if (ptrace (PTRACE_GETEVRREGS, tid, 0, evrregset) >= 0)
784 /* EIO means that the PTRACE_GETEVRREGS request isn't supported;
1396 All the logic to deal with whether or not the PTRACE_GETEVRREGS and
1954 if (ptrace (PTRACE_GETEVRREGS, tid, 0, &evrregset) >= 0)
1957 /* EIO means that the PTRACE_GETEVRREGS reques
[all...]

Completed in 134 milliseconds