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 fix start-time and stop-time in trace-status


On 10/16/2012 03:59 PM, Dmitry Kozlov wrote:
> Hi Tom,
> Pedro already asked to rewrite this patch at gdbserver-side and use hex instead of decimal.
> See http://sourceware.org/ml/gdb-patches/2012-10/msg00193.html
> Could you setup one common opinion about what way is right?

Since the RSP uses hex everywhere, the argument for keeping decimal format because
it's human-readable in the remote log doesn't really hold.  Instead, having different
formats makes reading the logs _worse_ (forcing one to wonder "is this in hex, or
in decimal").  Given that there's no backwards compatibility issue here, I much
prefer fixing gdbserver.

> It would very kind of you if you can look at other 2 related patches.

I'm looking at them now.

-- 
Pedro Alves


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