This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] [1/2] Add new 'z' format for print command
- From: Tom Tromey <tromey at redhat dot com>
- To: "Andrew Burgess" <aburgess at broadcom dot com>
- Cc: "gdb-patches\ at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Wed, 10 Jul 2013 11:30:24 -0600
- Subject: Re: [PATCH] [1/2] Add new 'z' format for print command
- References: <51DAF728 dot 4040309 at broadcom dot com>
>>>>> "Andrew" == Andrew Burgess <aburgess@broadcom.com> writes:
Andrew> Pedro pointed out that I could do better, so, this patch
Andrew> introduces a new 'z' format within the core value printing
Andrew> code that displays scalars using zero padded hexadecimal.
Andrew> I've mentioned this in the docs and added a test for the
Andrew> new format.
Andrew> In patch [2/2] I'll change the MI code to make use of this
Andrew> new 'z' formatter.
Andrew> OK to apply?
It looks good to me. However, it needs a doc review, and also, I think,
a NEWS entry.
Plus, I think we should wait a little bit in case anyone has an issue
with the choice of 'z'.
thanks,
Tom