| /src/external/gpl3/gdb/dist/gdb/ |
| mips-linux-tdep.h | 57 void mips_fill_gregset (const struct regcache *, mips_elf_gregset_t *, int);
|
| mips-linux-tdep.c | 173 mips_fill_gregset (const struct regcache *regcache, function 185 mips_fill_gregset (regcache, gregsetp, regi); 186 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->lo); 187 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->hi); 188 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->pc); 189 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->badvaddr); 190 mips_fill_gregset (regcache, gregsetp, MIPS_PS_REGNUM); 191 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->cause); 192 mips_fill_gregset (regcache, gregsetp, MIPS_RESTART_REGNUM); 235 mips_fill_gregset (regcache, (mips_elf_gregset_t *)gregs, regnum) [all...] |
| mips-linux-nat.c | 218 mips_fill_gregset (regcache, (mips_elf_gregset_t *) gregsetp, regno);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| mips-linux-tdep.h | 57 void mips_fill_gregset (const struct regcache *, mips_elf_gregset_t *, int);
|
| mips-linux-tdep.c | 172 mips_fill_gregset (const struct regcache *regcache, function 184 mips_fill_gregset (regcache, gregsetp, regi); 185 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->lo); 186 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->hi); 187 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->pc); 188 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->badvaddr); 189 mips_fill_gregset (regcache, gregsetp, MIPS_PS_REGNUM); 190 mips_fill_gregset (regcache, gregsetp, mips_regnum (gdbarch)->cause); 191 mips_fill_gregset (regcache, gregsetp, MIPS_RESTART_REGNUM); 234 mips_fill_gregset (regcache, (mips_elf_gregset_t *)gregs, regnum) [all...] |
| mips-linux-nat.c | 218 mips_fill_gregset (regcache, (mips_elf_gregset_t *) gregsetp, regno);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-mips-low.cc | 798 mips_fill_gregset (struct regcache *regcache, void *buf) function 949 mips_fill_gregset, mips_store_gregset },
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-mips-low.cc | 799 mips_fill_gregset (struct regcache *regcache, void *buf) function 950 mips_fill_gregset, mips_store_gregset },
|