gdb/
[deliverable/binutils-gdb.git] / gdb / regcache.h
index 3708c86d640c90d40cd19dfcb053530e5dea6ebe..7f7dc105968001a03c19e9aac7e2dc5607a9818c 100644 (file)
@@ -104,6 +104,12 @@ enum register_status regcache_cooked_read (struct regcache *regcache,
 void regcache_cooked_write (struct regcache *regcache, int rawnum,
                            const gdb_byte *buf);
 
+/* Read register REGNUM from REGCACHE and return a new value.  This
+   will call mark_value_bytes_unavailable as appropriate.  */
+
+struct value *regcache_cooked_read_value (struct regcache *regcache,
+                                         int regnum);
+
 /* Read a register as a signed/unsigned quantity.  */
 extern enum register_status
   regcache_cooked_read_signed (struct regcache *regcache,
This page took 0.023558 seconds and 4 git commands to generate.