This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update comments about removed function


>>>>> ">" == 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.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]