include/elf/
[deliverable/binutils-gdb.git] / gdb / regset.h
index 2d11b8570bbf0e3f87b65d325295c632507b318e..6a9d72ae09cf8fe56013ac6d45c40f974f0f47c4 100644 (file)
@@ -1,6 +1,6 @@
 /* Manage register sets.
 
-   Copyright (C) 2003, 2004, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2007, 2008, 2009 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;
+};
+
 /* Data structure describing a register set.  */
 
 typedef void (supply_regset_ftype) (const struct regset *, struct regcache *,
This page took 0.024724 seconds and 4 git commands to generate.