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] [1/2] Add new 'z' format for print command


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


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