Update string expected from "help info proc" on gdb.base/info-proc.exp
[deliverable/binutils-gdb.git] / gdb / gdbserver / regcache.h
index b4c4c20ebd368f56f14af758301ff7d55fd16dae..a3d8922bb109e17cc6c53b53627729b508c4e8ad 100644 (file)
@@ -131,4 +131,11 @@ void collect_register_as_string (struct regcache *regcache, int n, char *buf);
 void collect_register_by_name (struct regcache *regcache,
                               const char *name, void *buf);
 
+/* Read a raw register as an unsigned integer.  Convenience wrapper
+   around regcache_raw_get_unsigned that takes a register name instead
+   of a register number.  */
+
+ULONGEST regcache_raw_get_unsigned_by_name (struct regcache *regcache,
+                                           const char *name);
+
 #endif /* REGCACHE_H */
This page took 0.0247 seconds and 4 git commands to generate.