diff options
Diffstat (limited to 'gdb/alphabsd-tdep.h')
-rw-r--r-- | gdb/alphabsd-tdep.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/alphabsd-tdep.h b/gdb/alphabsd-tdep.h index def7b04..a724ff7 100644 --- a/gdb/alphabsd-tdep.h +++ b/gdb/alphabsd-tdep.h @@ -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 */ |