|
GDB (xrefs)
|
This is the complete list of members for regcache, including all inherited members.
| arch() const | regcache | |
| aspace() const | regcache | inline |
| assert_regnum(int regnum) const | regcache | private |
| collect_regset(const struct regset *regset, int regnum, void *buf, size_t size) const | regcache | |
| cooked_read(int regnum, gdb_byte *buf) | regcache | |
| cooked_read(int regnum, T *val) | regcache | |
| cooked_read_part(int regnum, int offset, int len, gdb_byte *buf) | regcache | |
| cooked_read_value(int regnum) | regcache | |
| cooked_write(int regnum, const gdb_byte *buf) | regcache | |
| cooked_write(int regnum, T val) | regcache | |
| cooked_write_part(int regnum, int offset, int len, const gdb_byte *buf) | regcache | |
| current_regcache | regcache | protectedstatic |
| debug_print_register(const char *func, int regno) | regcache | |
| DISABLE_COPY_AND_ASSIGN(regcache) | regcache | |
| dump(ui_file *file, enum regcache_dump_what what_to_dump) | regcache | |
| get_register_status(int regnum) const | regcache | |
| get_thread_arch_aspace_regcache(ptid_t ptid, struct gdbarch *gdbarch, struct address_space *aspace) | regcache | friend |
| invalidate(int regnum) | regcache | |
| m_aspace | regcache | private |
| m_descr | regcache | private |
| m_ptid | regcache | private |
| m_readonly_p | regcache | private |
| m_register_status | regcache | private |
| m_registers | regcache | private |
| num_raw_registers() const | regcache | protected |
| ptid() const | regcache | inline |
| raw_collect(int regnum, void *buf) const | regcache | |
| raw_collect_integer(int regnum, gdb_byte *addr, int addr_len, bool is_signed) const | regcache | |
| raw_read(int regnum, gdb_byte *buf) | regcache | |
| raw_read(int regnum, T *val) | regcache | |
| raw_read_part(int regnum, int offset, int len, gdb_byte *buf) | regcache | |
| raw_set_cached_value(int regnum, const gdb_byte *buf) | regcache | |
| raw_supply(int regnum, const void *buf) | regcache | |
| raw_supply_integer(int regnum, const gdb_byte *addr, int addr_len, bool is_signed) | regcache | |
| raw_supply_zeroed(int regnum) | regcache | |
| raw_update(int regnum) | regcache | |
| raw_write(int regnum, const gdb_byte *buf) | regcache | |
| raw_write(int regnum, T val) | regcache | |
| raw_write_part(int regnum, int offset, int len, const gdb_byte *buf) | regcache | |
| readonly | regcache | static |
| regcache(gdbarch *gdbarch) | regcache | inline |
| regcache(readonly_t, const regcache &src) | regcache | |
| regcache(gdbarch *gdbarch, const address_space *aspace_, bool readonly_p_) | regcache | protected |
| regcache_cpy(struct regcache *dst, struct regcache *src) | regcache | friend |
| regcache_thread_ptid_changed(ptid_t old_ptid, ptid_t new_ptid) | regcache | static |
| register_buffer(int regnum) const | regcache | private |
| registers_changed_ptid(ptid_t ptid) | regcache | friend |
| restore(struct regcache *src) | regcache | private |
| save(regcache_cooked_read_ftype *cooked_read, void *src) | regcache | |
| set_ptid(const ptid_t ptid) | regcache | inline |
| supply_regset(const struct regset *regset, int regnum, const void *buf, size_t size) | regcache | |
| transfer_regset(const struct regset *regset, struct regcache *out_regcache, int regnum, const void *in_buf, void *out_buf, size_t size) const | regcache | private |
| xfer_part(int regnum, int offset, int len, void *in, const void *out, bool is_raw) | regcache | private |
| ~regcache() | regcache | inline |
1.8.14