29 #define REG_UNAVAILABLE 0
51 #ifndef IN_PROCESS_AGENT
59 unsigned char *regbuf);
115 const char *
name,
const void *buf);
124 const char *
name,
void *buf);
const struct target_desc * tdesc
void registers_to_string(struct regcache *regcache, char *buf)
void regcache_invalidate_thread(struct thread_info *)
void supply_regblock(struct regcache *regcache, const void *buf)
struct reg * find_register_by_number(const struct target_desc *tdesc, int n)
unsigned char * registers
unsigned char * register_status
void free_register_cache(struct regcache *regcache)
void collect_register(struct regcache *regcache, int n, void *buf)
void regcache_write_pc(struct regcache *regcache, CORE_ADDR pc)
int register_size(const struct target_desc *tdesc, int n)
void collect_register_as_string(struct regcache *regcache, int n, char *buf)
int find_regno(const struct target_desc *tdesc, const char *name)
void supply_register_zeroed(struct regcache *regcache, int n)
struct regcache * get_thread_regcache(struct thread_info *thread, int fetch)
void regcache_invalidate(void)
void regcache_cpy(struct regcache *dst, struct regcache *src)
void regcache_release(void)
void registers_from_string(struct regcache *regcache, char *buf)
struct regcache * new_register_cache(const struct target_desc *tdesc)
void collect_register_by_name(struct regcache *regcache, const char *name, void *buf)
void supply_register(struct regcache *regcache, int n, const void *buf)
void supply_register_by_name(struct regcache *regcache, const char *name, const void *buf)
struct regcache * init_register_cache(struct regcache *regcache, const struct target_desc *tdesc, unsigned char *regbuf)
int register_cache_size(const struct target_desc *tdesc)