gdb/
[deliverable/binutils-gdb.git] / gdb / regset.h
index d893d7cf47a7d05787bb8271784752c70c47d610..9a21ced768e8864a495724f821fca067c31e74ba 100644 (file)
@@ -1,6 +1,7 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009, 2010
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
 struct gdbarch;
 struct regcache;
 
+/* Data structure for the supported register notes in a core file.  */
+struct core_regset_section
+{
+  const char *sect_name;
+  int size;
+  const char *human_name;
+};
+
 /* Data structure describing a register set.  */
 
 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
This page took 0.03481 seconds and 4 git commands to generate.