diff options
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index db8f4f7..90f4007 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -393,12 +393,12 @@ extern const struct regset i386_gregset; /* Floating-point register set. */ extern const struct regset i386_fpregset; -/* Return the appropriate register set for the core section identified - by SECT_NAME and SECT_SIZE. */ -extern const struct regset * - i386_regset_from_core_section (struct gdbarch *gdbarch, - const char *sect_name, size_t sect_size); - +/* Default iterator over core file register note sections. */ +extern void + i386_iterate_over_regset_sections (struct gdbarch *gdbarch, + iterate_over_regset_sections_cb *cb, + void *cb_data, + const struct regcache *regcache); extern struct displaced_step_closure *i386_displaced_step_copy_insn (struct gdbarch *gdbarch, CORE_ADDR from, CORE_ADDR to, |