| /src/external/gpl3/gdb.old/dist/gdb/config/sparc/ |
| nm-sol2.h | 23 #define GDB_GREGSET_T prgregset_t
|
| /src/external/gpl3/gdb/dist/gdb/config/sparc/ |
| nm-sol2.h | 23 #define GDB_GREGSET_T prgregset_t
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| sparc-linux-nat.c | 44 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 56 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sparc-sol2-nat.c | 70 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 82 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sparc64-linux-nat.c | 67 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 79 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| or1k-linux-nat.c | 49 supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, 79 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 88 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| i386-sol2-nat.c | 102 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 115 prgregset_t *gregs, int regnum)
|
| proc-service.c | 148 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 162 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset)
|
| riscv-linux-nat.c | 55 supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, 84 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 139 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sol-thread.c | 180 prgregset_t regset); 182 const prgregset_t regset); 479 prgregset_t gregset; 533 prgregset_t gregset; 847 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 863 const prgregset_t gregset)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| sparc-linux-nat.c | 44 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 56 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sparc-sol2-nat.c | 70 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 82 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sparc64-linux-nat.c | 67 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 79 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| or1k-linux-nat.c | 49 supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, 79 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 88 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| i386-sol2-nat.c | 102 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 115 prgregset_t *gregs, int regnum)
|
| proc-service.c | 148 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 162 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset)
|
| riscv-linux-nat.c | 55 supply_gregset_regnum (struct regcache *regcache, const prgregset_t *gregs, 84 supply_gregset (struct regcache *regcache, const prgregset_t *gregs) 139 fill_gregset (const struct regcache *regcache, prgregset_t *gregs, int regnum)
|
| sol-thread.c | 180 prgregset_t regset); 182 const prgregset_t regset); 479 prgregset_t gregset; 533 prgregset_t gregset; 847 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 863 const prgregset_t gregset)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_proc_service.h | 95 typedef elf_gregset_t prgregset_t; typedef 120 lwpid_t, prgregset_t); 122 lwpid_t, const prgregset_t);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_proc_service.h | 95 typedef elf_gregset_t prgregset_t; typedef 120 lwpid_t, prgregset_t); 122 lwpid_t, const prgregset_t);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| proc-service.cc | 103 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) 128 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
|
| configure | 10406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for prgregset_t in sys/procfs.h" >&5 10407 $as_echo_n "checking for prgregset_t in sys/procfs.h... " >&6; } 10419 prgregset_t avar
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| proc-service.cc | 103 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) 128 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| glibc_thread_db.h | 386 prgregset_t __gregs); 400 prgregset_t __gregs);
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| glibc_thread_db.h | 386 prgregset_t __gregs); 400 prgregset_t __gregs);
|