X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=gdb%2Falphabsd-tdep.h;h=9d74945990428d1c550eac3d81841b61079b8234;hb=b0ca85736544b15d99386b9da5d39586a4c5eb97;hp=e4348950345350eb1d9be26d03ebfe24369aa704;hpb=3b03cc436125ee5a53661fa21416f0d63ab042db;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index e434895034..9d74945990 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 */