* gdbarch.sh: Added new gdbarch struct
[deliverable/binutils-gdb.git] / gdb / regset.h
index 2d11b8570bbf0e3f87b65d325295c632507b318e..0f894b275e62b8864ca236abf7c622d34a739946 100644 (file)
 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.025285 seconds and 4 git commands to generate.