| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | ppcfbsd-tdep.c | 61 regcache_raw_supply (current_regcache, i, regs + in ppcfbsd_supply_reg() 66 regcache_raw_supply (current_regcache, tdep->ppc_lr_regnum, in ppcfbsd_supply_reg() 70 regcache_raw_supply (current_regcache, tdep->ppc_cr_regnum, in ppcfbsd_supply_reg() 74 regcache_raw_supply (current_regcache, tdep->ppc_xer_regnum, in ppcfbsd_supply_reg() 78 regcache_raw_supply (current_regcache, tdep->ppc_ctr_regnum, in ppcfbsd_supply_reg() 82 regcache_raw_supply (current_regcache, PC_REGNUM, in ppcfbsd_supply_reg() 151 regcache_raw_supply (current_regcache, i, fpregs + in ppcfbsd_supply_fpreg() 156 regcache_raw_supply (current_regcache, tdep->ppc_fpscr_regnum, in ppcfbsd_supply_fpreg()
|
| HD | sparc64-tdep.c | 1164 regcache_raw_supply (regcache, SPARC32_PSR_REGNUM, buf); in sparc64_supply_gregset() 1168 regcache_raw_supply (regcache, SPARC32_PC_REGNUM, in sparc64_supply_gregset() 1172 regcache_raw_supply (regcache, SPARC32_NPC_REGNUM, in sparc64_supply_gregset() 1178 regcache_raw_supply (regcache, SPARC32_Y_REGNUM, regs + offset); in sparc64_supply_gregset() 1184 regcache_raw_supply (regcache, SPARC64_STATE_REGNUM, in sparc64_supply_gregset() 1188 regcache_raw_supply (regcache, SPARC64_PC_REGNUM, in sparc64_supply_gregset() 1192 regcache_raw_supply (regcache, SPARC64_NPC_REGNUM, in sparc64_supply_gregset() 1202 regcache_raw_supply (regcache, SPARC64_Y_REGNUM, buf); in sparc64_supply_gregset() 1207 regcache_raw_supply (regcache, SPARC64_FPRS_REGNUM, in sparc64_supply_gregset() 1212 regcache_raw_supply (regcache, SPARC_G0_REGNUM, NULL); in sparc64_supply_gregset() [all …]
|
| HD | i387-tdep.c | 403 regcache_raw_supply (regcache, i, NULL); in i387_supply_fsave() 418 regcache_raw_supply (regcache, i, val); in i387_supply_fsave() 421 regcache_raw_supply (regcache, i, FSAVE_ADDR (regs, i)); in i387_supply_fsave() 551 regcache_raw_supply (regcache, i, NULL); in i387_supply_fxsave() 596 regcache_raw_supply (regcache, i, val); in i387_supply_fxsave() 599 regcache_raw_supply (regcache, i, FXSAVE_ADDR (regs, i)); in i387_supply_fxsave() 605 regcache_raw_supply (regcache, I387_MXCSR_REGNUM, NULL); in i387_supply_fxsave() 607 regcache_raw_supply (regcache, I387_MXCSR_REGNUM, in i387_supply_fxsave()
|
| HD | sparc-tdep.c | 1215 regcache_raw_supply (regcache, i, buf); in sparc_supply_rwindow() 1249 regcache_raw_supply (regcache, i, buf); in sparc_supply_rwindow() 1320 regcache_raw_supply (regcache, SPARC32_PSR_REGNUM, in sparc32_supply_gregset() 1324 regcache_raw_supply (regcache, SPARC32_PC_REGNUM, in sparc32_supply_gregset() 1328 regcache_raw_supply (regcache, SPARC32_NPC_REGNUM, in sparc32_supply_gregset() 1332 regcache_raw_supply (regcache, SPARC32_Y_REGNUM, in sparc32_supply_gregset() 1336 regcache_raw_supply (regcache, SPARC_G0_REGNUM, NULL); in sparc32_supply_gregset() 1345 regcache_raw_supply (regcache, i, regs + offset); in sparc32_supply_gregset() 1368 regcache_raw_supply (regcache, i, regs + offset); in sparc32_supply_gregset() 1440 regcache_raw_supply (regcache, SPARC_F0_REGNUM + i, regs + (i * 4)); in sparc32_supply_fpregset() [all …]
|
| HD | ia64-fbsd-tdep.c | 143 regcache_raw_supply (regcache, regno, &bsp); in ia64_fbsd_regcache_supply() 148 regcache_raw_supply (regcache, regno, NULL); in ia64_fbsd_regcache_supply() 150 regcache_raw_supply (regcache, regno, (char *)regs + ofs); in ia64_fbsd_regcache_supply()
|
| HD | s390-nat.c | 71 regcache_raw_supply (current_regcache, i, in supply_gregset() 97 regcache_raw_supply (current_regcache, i, in supply_fpregset()
|
| HD | amd64-nat.c | 113 regcache_raw_supply (regcache, i, regs + offset); in amd64_supply_native_gregset()
|
| HD | regcache.h | 101 extern void regcache_raw_supply (struct regcache *regcache,
|
| HD | sparc-nat.c | 161 regcache_raw_supply (regcache, SPARC_G0_REGNUM, NULL); in fetch_inferior_registers()
|
| HD | amd64-tdep.c | 1165 regcache_raw_supply (regcache, I387_FISEG_REGNUM, regs + 12); in amd64_supply_fxsave() 1167 regcache_raw_supply (regcache, I387_FOSEG_REGNUM, regs + 20); in amd64_supply_fxsave()
|
| HD | regcache.c | 1232 regcache_raw_supply (current_regcache, regnum, val); in supply_register() 1258 regcache_raw_supply (struct regcache *regcache, int regnum, const void *buf) in regcache_raw_supply() function
|
| HD | remote.c | 3351 regcache_raw_supply (current_regcache, r->regnum, NULL); in remote_fetch_registers() 3357 regcache_raw_supply (current_regcache, r->regnum, NULL); in remote_fetch_registers() 3361 regcache_raw_supply (current_regcache, r->regnum, in remote_fetch_registers()
|
| HD | i386-tdep.c | 1583 regcache_raw_supply (regcache, i, regs + tdep->gregset_reg_offset[i]); in i386_supply_gregset()
|
| HD | s390-tdep.c | 443 regcache_raw_supply (regcache, i, (const char *)regs + offset[i]); in s390_supply_regset()
|
| /freebsd-11-stable/gnu/usr.bin/gdb/arch/arm/ |
| HD | armfbsd-nat.c | 130 regcache_raw_supply(current_regcache, i, in fill_fpregset() 133 regcache_raw_supply(current_regcache, ARM_FPS_REGNUM, in fill_fpregset()
|
| /freebsd-11-stable/contrib/gdb/ |
| HD | FREEBSD-diffs | 292 + regcache_raw_supply (regcache, regno, &bsp); 297 + regcache_raw_supply (regcache, regno, NULL); 299 + regcache_raw_supply (regcache, regno, (char *)regs + ofs);
|