+2020-01-24 Christian Biesinger <cbiesinger@google.com>
+
+ * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
+ Update comment.
+ * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
+ Likewise.
+ * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
+ * gdbcore.h (deprecated_add_core_fns): Update comment to point to
+ the correct replacement (iterate_over_regset_sections).
+ * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
+ Update comment.
+
2020-01-24 Graham Markall <graham.markall@embecosm.com>
PR gdb/23718
regcache_supply_regset, regcache_collect_regset
};
-/* Implement the "regset_from_core_section" gdbarch method. */
+/* Implement the "iterate_over_regset_sections" gdbarch method. */
static void
aarch64_fbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
size - SVE_HEADER_SIZE);
}
-/* Implement the "regset_from_core_section" gdbarch method. */
+/* Implement the "iterate_over_regset_sections" gdbarch method. */
static void
aarch64_linux_iterate_over_regset_sections (struct gdbarch *gdbarch,
regcache_supply_regset, regcache_collect_regset
};
-/* Implement the "regset_from_core_section" gdbarch method. */
+/* Implement the "iterate_over_regset_sections" gdbarch method. */
static void
arm_fbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,
std::string m_storage;
};
-/* NOTE: cagney/2004-04-05: Replaced by "regset.h" and
- regset_from_core_section(). */
+/* Replaced by the "iterate_over_regset_sections" gdbarch method. */
extern void deprecated_add_core_fns (struct core_fns *cf);
extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
extern int default_check_format (bfd * abfd);
regcache_supply_regset, regcache_collect_regset
};
-/* Implement the "regset_from_core_section" gdbarch method. */
+/* Implement the "iterate_over_regset_sections" gdbarch method. */
static void
riscv_fbsd_iterate_over_regset_sections (struct gdbarch *gdbarch,