aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/regcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/regcache.h')
-rw-r--r--gdb/gdbserver/regcache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbserver/regcache.h b/gdb/gdbserver/regcache.h
index c9c54bd..641f928 100644
--- a/gdb/gdbserver/regcache.h
+++ b/gdb/gdbserver/regcache.h
@@ -55,7 +55,10 @@ int register_size (int n);
int find_regno (const char *name);
+/* The following two variables are set by auto-generated
+ code in the init_registers_... routines. */
extern const char **gdbserver_expedite_regs;
+extern const char *gdbserver_xmltarget;
void supply_register (int n, const void *buf);