summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/regcache.h')
-rw-r--r--gdb/gdbserver/regcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h
index 930bd9cbfe6..be4b328f813 100644
--- a/gdb/gdbserver/regcache.h
+++ b/gdb/gdbserver/regcache.h
@@ -61,6 +61,8 @@ extern const char **gdbserver_expedite_regs;
void supply_register (int n, const void *buf);
+void supply_register_as_string (int n, const char *buf);
+
void supply_register_by_name (const char *name, const void *buf);
void collect_register (int n, void *buf);