X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fregcache.h;h=4ced1fcd79b9b6fdce6ba8dd31063f0ff5f00170;hb=d98a0826249cfa81146382408be8fc59b141cb52;hp=c8ceca6e78e583040813865d0ebe24547a74b6ef;hpb=81c4a259cde3366e6e8548c6067711ed15735d27;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/regcache.h b/gdb/regcache.h index c8ceca6e78..4ced1fcd79 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -61,6 +61,8 @@ void regcache_raw_write_part (struct regcache *regcache, int regnum, int regcache_valid_p (const struct regcache *regcache, int regnum); +void regcache_invalidate (struct regcache *regcache, int regnum); + /* Transfer a cooked register [0..NUM_REGS+NUM_PSEUDO_REGS). */ void regcache_cooked_read (struct regcache *regcache, int rawnum, gdb_byte *buf); @@ -157,14 +159,6 @@ extern struct regcache *regcache_dup_no_passthrough (struct regcache *regcache); extern void regcache_cpy (struct regcache *dest, struct regcache *src); extern void regcache_cpy_no_passthrough (struct regcache *dest, struct regcache *src); -/* NOTE: cagney/2002-11-05: This function has been superseeded by - regcache_raw_supply(). */ -extern void deprecated_registers_fetched (void); - -extern int register_cached (int regnum); - -extern void set_register_cached (int regnum, int state); - extern void registers_changed (void);