Update copyright year in most headers.
[deliverable/binutils-gdb.git] / gdb / gdbserver / regcache.h
index c9c54bd726adef2755234111c296e351c25c5990..2f5f82a3f39dc4af39b4edfe06149a39f4843909 100644 (file)
@@ -1,5 +1,6 @@
 /* Register support routines for the remote server for GDB.
-   Copyright (C) 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -43,10 +44,6 @@ void registers_to_string (char *buf);
 
 void registers_from_string (char *buf);
 
-/* Return the size in bytes of a string-encoded register packet.  */
-
-int registers_length (void);
-
 /* Return a pointer to the description of register ``n''.  */
 
 struct reg *find_register_by_number (int n);
@@ -55,7 +52,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);
 
This page took 0.027566 seconds and 4 git commands to generate.