diff options
Diffstat (limited to 'gdb/alphabsd-tdep.h')
-rw-r--r-- | gdb/alphabsd-tdep.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index e434895..9d74945 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -27,5 +27,14 @@ void alphabsd_fill_reg (char *, int); void alphabsd_supply_fpreg (char *, int); void alphabsd_fill_fpreg (char *, int); + + +/* Functions exported from alphanbsd-tdep.c. */ + +/* Return the appropriate register set for the core section identified + by SECT_NAME and SECT_SIZE. */ +extern const struct regset * + alphanbsd_regset_from_core_section (struct gdbarch *gdbarch, + const char *sect_name, size_t len); #endif /* alphabsd-tdep.h */ |