diff options
Diffstat (limited to 'gdb/regcache.h')
-rw-r--r-- | gdb/regcache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/regcache.h b/gdb/regcache.h index f848205..b8ac182 100644 --- a/gdb/regcache.h +++ b/gdb/regcache.h @@ -94,6 +94,10 @@ void regcache_cooked_write_part (struct regcache *regcache, int regnum, extern void supply_register (int regnum, const void *val); extern void regcache_collect (int regnum, void *buf); +extern void regcache_raw_supply (struct regcache *regcache, + int regnum, const void *buf); +extern void regcache_raw_collect (const struct regcache *regcache, + int regnum, void *buf); /* The register's ``offset''. |