[PATCH] Update comments about removed function

Christian Biesinger via gdb-patches gdb-patches@sourceware.org
Fri Jan 24 13:01:00 GMT 2020


On Thu, Jan 23, 2020 at 11:35 PM Tom Tromey <tom@tromey.com> wrote:
>
> >>>>> ">" == cbiesinger  <cbiesinger@chromium.org> writes:
>
> >> From: Christian Biesinger <cbiesinger@google.com>
> >> regset_from_core_sections doesn't exist anymore; it has been replaced
> >> by the iterate_over_regset_sections gdbarch method.  Update comments
> >> accordingly to not confuse readers.
>
> >> gdb/ChangeLog:
>
> >> 2020-01-23  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.
>
> Thanks.  I think this one could be considered obvious, but FAOD it is ok.

Thanks, pushed. Will treat similar patches as obvious in the future.

Christian



More information about the Gdb-patches mailing list