| /src/external/gpl3/gdb/dist/gdb/ |
| sentinel-frame.c | 21 #include "regcache.h" 28 struct regcache *regcache; member in struct:frame_unwind_cache 32 sentinel_frame_cache (struct regcache *regcache) 37 cache->regcache = regcache; 55 value = cache->regcache->cooked_read_value (regnum); 78 return cache->regcache->arch ();
|
| bfin-linux-tdep.c | 24 #include "regcache.h" 133 struct regcache *regcache = get_thread_regcache (thread); local 143 regcache->cooked_read (BFIN_P0_REGNUM, buf);
|
| gcore-elf.c | 21 #include "regcache.h" 34 (struct gdbarch *gdbarch, const struct regcache *regcache, 37 : gdbarch (gdbarch), regcache (regcache), obfd (obfd), 50 const struct regcache *regcache; member in struct:gcore_elf_collect_regset_section_cb_data 84 regset->collect_regset (regset, data->regcache, -1, buf.data (), 104 /* Records the register state of thread PTID out of REGCACHE into the note 111 (const struct regcache *regcache, ptid_t ptid, bfd *obfd 130 regcache *regcache local [all...] |
| i386-fbsd-nat.c | 21 #include "regcache.h" 38 void fetch_registers (struct regcache *, int) override; 39 void store_registers (struct regcache *, int) override; 54 i386_fbsd_nat_target::fetch_registers (struct regcache *regcache, int regnum) 56 struct gdbarch *gdbarch = regcache->arch (); 57 pid_t pid = get_ptrace_pid (regcache->ptid ()); 59 if (fetch_register_set<struct reg> (regcache, regnum, PT_GETREGS, 74 regcache->raw_supply (I386_FSBASE_REGNUM, &base); 87 regcache->raw_supply (I386_GSBASE_REGNUM, &base) 235 regcache *regcache = get_thread_regcache (inferior_thread ()); local [all...] |
| proc-service.c | 26 #include "regcache.h" 131 /* Get a regcache for LWPID using its inferior's "main" architecture, 136 static struct regcache * 150 struct regcache *regcache = get_ps_regcache (ph, lwpid); 152 target_fetch_registers (regcache, -1); 153 fill_gregset (regcache, (gdb_gregset_t *) gregset, -1); 164 struct regcache *regcache = get_ps_regcache (ph, lwpid); 166 supply_gregset (regcache, (const gdb_gregset_t *) gregset) 148 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 162 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 177 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 192 struct regcache *regcache = get_ps_regcache (ph, lwpid); local [all...] |
| amd64-fbsd-tdep.c | 187 regcache, collect the register values from mc_fpstate and 238 struct regcache *regcache, int regnum, 241 amd64_supply_xsave (regcache, regnum, xstateregs); 248 const struct regcache *regcache, 251 amd64_collect_xsave (regcache, regnum, xstateregs, 1); 267 const struct regcache *regcache) 290 regcache *regcach local [all...] |
| arc-linux-nat.c | 23 #include "regcache.h" 64 void fetch_registers (struct regcache *, int) override; 65 void store_registers (struct regcache *, int) override; 76 into REGCACHE. */ 79 fetch_gregs (struct regcache *regcache, int regnum) 81 const int tid = get_ptrace_pid (regcache->ptid ()); 91 arc_linux_supply_gregset (NULL, regcache, regnum, ®s, 0); 96 into REGCACHE. */ 99 fetch_v2_regs (struct regcache *regcache, int regnum 276 struct regcache *regcache = get_thread_regcache (this, lwp->ptid); local [all...] |
| displaced-stepping.c | 28 #include "regcache.h" 54 regcache *regcache = get_thread_regcache (thread); local 55 gdbarch *arch = regcache->arch (); 106 buffer->original_pc = regcache_read_pc (regcache); 130 buffer->addr, regcache); 162 regcache_write_pc (regcache, buffer->addr); 267 regcache *rc = get_thread_regcache (thread); 306 regcache *regcache = get_thread_regcache (buffer.current_thread) local [all...] |
| riscv-fbsd-tdep.c | 74 const struct regcache *regcache) 169 regcache *regcache local 172 target_fetch_registers (regcache, RISCV_TP_REGNUM); 175 if (regcache->cooked_read (RISCV_TP_REGNUM, &tp) != REG_VALID)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| regcache.h | 22 #include "gdbsupport/common-regcache.h" 31 struct regcache : public reg_buffer_common struct in inherits:reg_buffer_common 33 /* The regcache's target description. */ 50 /* See gdbsupport/common-regcache.h. */ 53 /* See gdbsupport/common-regcache.h. */ 56 /* See gdbsupport/common-regcache.h. */ 59 /* See gdbsupport/common-regcache.h. */ 62 /* See gdbsupport/common-regcache.h. */ 65 /* Copy the contents of SRC into this regcache. */ 66 void copy_from (regcache *src) [all...] |
| proc-service.cc | 107 struct regcache *regcache; local 115 regcache = get_thread_regcache (current_thread); 116 gregset_info ()->fill_function (regcache, gregset);
|
| gdbthread.h | 26 struct regcache; 43 struct regcache *regcache () function in struct:thread_info 46 void set_regcache (struct regcache *regcache) 47 { m_regcache = regcache; } 97 struct regcache *m_regcache = nullptr;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| sentinel-frame.c | 21 #include "regcache.h" 28 struct regcache *regcache; member in struct:frame_unwind_cache 32 sentinel_frame_cache (struct regcache *regcache) 37 cache->regcache = regcache; 55 value = cache->regcache->cooked_read_value (regnum); 78 return cache->regcache->arch ();
|
| bfin-linux-tdep.c | 24 #include "regcache.h" 133 struct regcache *regcache = get_thread_regcache (thread); local 143 regcache->cooked_read (BFIN_P0_REGNUM, buf);
|
| gcore-elf.c | 21 #include "regcache.h" 34 (struct gdbarch *gdbarch, const struct regcache *regcache, 37 : gdbarch (gdbarch), regcache (regcache), obfd (obfd), 50 const struct regcache *regcache; member in struct:gcore_elf_collect_regset_section_cb_data 84 regset->collect_regset (regset, data->regcache, -1, buf.data (), 104 /* Records the register state of thread PTID out of REGCACHE into the note 111 (const struct regcache *regcache, ptid_t ptid, bfd *obfd 130 regcache *regcache local [all...] |
| i386-fbsd-nat.c | 21 #include "regcache.h" 38 void fetch_registers (struct regcache *, int) override; 39 void store_registers (struct regcache *, int) override; 54 i386_fbsd_nat_target::fetch_registers (struct regcache *regcache, int regnum) 56 struct gdbarch *gdbarch = regcache->arch (); 57 pid_t pid = get_ptrace_pid (regcache->ptid ()); 59 if (fetch_register_set<struct reg> (regcache, regnum, PT_GETREGS, 74 regcache->raw_supply (I386_FSBASE_REGNUM, &base); 87 regcache->raw_supply (I386_GSBASE_REGNUM, &base) 235 regcache *regcache = get_thread_regcache (inferior_thread ()); local [all...] |
| proc-service.c | 26 #include "regcache.h" 130 /* Get a regcache for LWPID using its inferior's "main" architecture, 135 static struct regcache * 149 struct regcache *regcache = get_ps_regcache (ph, lwpid); 151 target_fetch_registers (regcache, -1); 152 fill_gregset (regcache, (gdb_gregset_t *) gregset, -1); 163 struct regcache *regcache = get_ps_regcache (ph, lwpid); 165 supply_gregset (regcache, (const gdb_gregset_t *) gregset) 147 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 161 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 176 struct regcache *regcache = get_ps_regcache (ph, lwpid); local 191 struct regcache *regcache = get_ps_regcache (ph, lwpid); local [all...] |
| amd64-fbsd-tdep.c | 187 regcache, collect the register values from mc_fpstate and 238 struct regcache *regcache, int regnum, 241 amd64_supply_xsave (regcache, regnum, xstateregs); 248 const struct regcache *regcache, 251 amd64_collect_xsave (regcache, regnum, xstateregs, 1); 267 const struct regcache *regcache) 290 regcache *regcach local [all...] |
| arc-linux-nat.c | 23 #include "regcache.h" 64 void fetch_registers (struct regcache *, int) override; 65 void store_registers (struct regcache *, int) override; 76 into REGCACHE. */ 79 fetch_gregs (struct regcache *regcache, int regnum) 81 const int tid = get_ptrace_pid (regcache->ptid ()); 91 arc_linux_supply_gregset (NULL, regcache, regnum, ®s, 0); 96 into REGCACHE. */ 99 fetch_v2_regs (struct regcache *regcache, int regnum 276 struct regcache *regcache = get_thread_regcache (this, lwp->ptid); local [all...] |
| displaced-stepping.c | 28 #include "regcache.h" 54 regcache *regcache = get_thread_regcache (thread); local 55 gdbarch *arch = regcache->arch (); 106 buffer->original_pc = regcache_read_pc (regcache); 130 buffer->addr, regcache); 162 regcache_write_pc (regcache, buffer->addr); 267 regcache *rc = get_thread_regcache (thread); 306 regcache *regcache = get_thread_regcache (buffer.current_thread) local [all...] |
| riscv-fbsd-tdep.c | 74 const struct regcache *regcache) 169 regcache *regcache local 172 target_fetch_registers (regcache, RISCV_TP_REGNUM); 175 if (regcache->cooked_read (RISCV_TP_REGNUM, &tp) != REG_VALID)
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| regcache.h | 22 #include "gdbsupport/common-regcache.h" 31 struct regcache : public reg_buffer_common struct in inherits:reg_buffer_common 33 /* The regcache's target description. */ 49 /* See gdbsupport/common-regcache.h. */ 52 /* See gdbsupport/common-regcache.h. */ 55 /* See gdbsupport/common-regcache.h. */ 58 /* See gdbsupport/common-regcache.h. */ 62 struct regcache *init_register_cache (struct regcache *regcache, [all...] |
| proc-service.cc | 107 struct regcache *regcache; local 115 regcache = get_thread_regcache (current_thread, 1); 116 gregset_info ()->fill_function (regcache, gregset);
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| arm-get-next-pcs.h | 54 reg_buffer_common *regcache; member in struct:arm_get_next_pcs 63 reg_buffer_common *regcache);
|
| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| arm-get-next-pcs.h | 54 reg_buffer_common *regcache; member in struct:arm_get_next_pcs 63 reg_buffer_common *regcache);
|