X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Falphabsd-tdep.h;h=19257350d93134fe4895b06a56b320d11a8f2df6;hb=d7cd93a718c0ddd67e027e42db819d6f152c3500;hp=06a46e368423f9d83c8cf6a47037e621539de8e6;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index 06a46e3684..19257350d9 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-2013 Free Software Foundation, Inc. + Copyright (C) 2002-2016 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 */