149 int regnum,
const void *buf);
192 int regnum,
const void *buf,
223 void *cooked_read_context);
enum register_status regcache_raw_read(struct regcache *regcache, int rawnum, gdb_byte *buf)
struct address_space * get_regcache_aspace(const struct regcache *)
void regcache_raw_collect(const struct regcache *regcache, int regnum, void *buf)
void regcache_cooked_write(struct regcache *regcache, int rawnum, const gdb_byte *buf)
struct regcache * get_current_regcache(void)
void regcache_cooked_write_unsigned(struct regcache *regcache, int regnum, ULONGEST val)
struct cleanup * make_cleanup_regcache_xfree(struct regcache *regcache)
void regcache_collect_regset(const struct regset *regset, const struct regcache *regcache, int regnum, void *buf, size_t size)
void regcache_cooked_write_signed(struct regcache *regcache, int regnum, LONGEST val)
struct gdbarch * get_regcache_arch(const struct regcache *regcache)
enum register_status regcache_cooked_read_unsigned(struct regcache *regcache, int regnum, ULONGEST *val)
struct regcache * get_thread_regcache(ptid_t ptid)
struct value * regcache_cooked_read_value(struct regcache *regcache, int regnum)
void regcache_save(struct regcache *dst, regcache_cooked_read_ftype *cooked_read, void *cooked_read_context)
void regcache_raw_write_signed(struct regcache *regcache, int regnum, LONGEST val)
enum register_status regcache_cooked_read_signed(struct regcache *regcache, int regnum, LONGEST *val)
struct type * register_type(struct gdbarch *gdbarch, int regnum)
void regcache_write_pc(struct regcache *regcache, CORE_ADDR pc)
struct regcache * get_thread_arch_regcache(ptid_t, struct gdbarch *)
enum register_status regcache_cooked_read_part(struct regcache *regcache, int regnum, int offset, int len, gdb_byte *buf)
enum register_status regcache_raw_read_signed(struct regcache *regcache, int regnum, LONGEST *val)
void regcache_cooked_write_part(struct regcache *regcache, int regnum, int offset, int len, const gdb_byte *buf)
void regcache_raw_supply(struct regcache *regcache, int regnum, const void *buf)
enum register_status regcache_raw_read_part(struct regcache *regcache, int regnum, int offset, int len, gdb_byte *buf)
int register_size(struct gdbarch *gdbarch, int regnum)
void regcache_raw_write(struct regcache *regcache, int rawnum, const gdb_byte *buf)
void regcache_invalidate(struct regcache *regcache, int regnum)
void registers_changed(void)
enum register_status regcache_register_status(const struct regcache *regcache, int regnum)
struct regcache * regcache_xmalloc(struct gdbarch *gdbarch, struct address_space *aspace)
void regcache_raw_write_part(struct regcache *regcache, int regnum, int offset, int len, const gdb_byte *buf)
void registers_changed_ptid(ptid_t)
void regcache_cpy(struct regcache *dest, struct regcache *src)
struct regcache * get_thread_arch_aspace_regcache(ptid_t, struct gdbarch *, struct address_space *)
void regcache_xfree(struct regcache *regcache)
struct regcache * regcache_dup(struct regcache *regcache)
struct address_space * aspace
enum register_status() regcache_cooked_read_ftype(void *src, int regnum, gdb_byte *buf)
void regcache_raw_write_unsigned(struct regcache *regcache, int regnum, ULONGEST val)
unsigned long long ULONGEST
enum register_status regcache_cooked_read(struct regcache *regcache, int rawnum, gdb_byte *buf)
enum register_status regcache_raw_read_unsigned(struct regcache *regcache, int regnum, ULONGEST *val)
void regcache_supply_regset(const struct regset *regset, struct regcache *regcache, int regnum, const void *buf, size_t size)
const ULONGEST const LONGEST len