diff options
Diffstat (limited to 'gdb/regset.h')
-rw-r--r-- | gdb/regset.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/regset.h b/gdb/regset.h index 2d11b85..0f894b2 100644 --- a/gdb/regset.h +++ b/gdb/regset.h @@ -23,6 +23,13 @@ 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 *, |