This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/5] AArch64 GDB and GDBSERVER Port V2
>>>>> "Marcus" == Marcus Shawcroft <marcus.shawcroft@arm.com> writes:
Marcus> OK, The instance I noticed was in common:
Marcus> ./common/buffer.c:152: sprintf (str, "%" PRIx64,
Thanks for pointing that out. I wasn't aware of it.
Marcus> .. but I see no reason not to switch to CORE_ADDR and
Marcus> core_addr_to_string_nz() for each of these PRIx64. I'll make this
Marcus> change in the next spin of the patches.
Thanks.
Tom