X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gdb%2Falphabsd-tdep.h;h=959ba1f45c143a0f438b5bf0d406803d8ee137b5;hb=0e1862bb401f47716446aef143b2bf7a4563f541;hp=fd1d323db4b069b48e6887fe208c170c57f4ddca;hpb=0b30217134add051e159a192066a1e568ebd837f;p=binutils-gdb.git diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index fd1d323db4b..959ba1f45c1 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -1,6 +1,6 @@ /* Common target dependent code for Alpha BSD's. - Copyright (C) 2002, 2006-2012 Free Software Foundation, Inc. + Copyright (C) 2002-2015 Free Software Foundation, Inc. This file is part of GDB. @@ -31,10 +31,10 @@ void alphabsd_fill_fpreg (const struct regcache *, 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); +/* Iterate over supported core file register note sections. */ +void alphanbsd_iterate_over_regset_sections (struct gdbarch *gdbarch, + iterate_over_regset_sections_cb *cb, + void *cb_data, + const struct regcache *regcache); #endif /* alphabsd-tdep.h */