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: [RFC] Why does ui_out_field_core_addr pad with leading zeroes?


> Date: Thu, 18 Mar 2010 15:51:05 -0400
> From: Daniel Jacobowitz <dan@codesourcery.com>
>
> I may be alone, and at risk of bikeshedding, but I think this looks
> weird:
> 
> Num         Address
> 1            0x4414
> 2      0x1231230000
> 
> I'm more a fan of:
> 
> Num  Address
> 1               0x4414
> 2         0x1231230000
> 
> [They both look a bit weird to me though.  My ideal UI for this stuff
> resizes based on contents...]

Yup; I actually think the way this is currently printed isn't so bad
after all.


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