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: [RFA 2/3] Improve output of "maintenance info sol-threads" command.


On 05/07/2013 01:25 PM, Joel Brobecker wrote:
> This patch does the following:
>   - Puts the startfunc and "Sleep func" info on the same line;
>   - Renames "Sleep func" into "sleepfunc" to be consistent with
>     "startfunc"
>   - Avoids the use of a '-' as a separate before the "sleepfunc"
>     output, because the '-' looks odd and out of place when the
>     "startfunc" field is not printed (ti.ti_startfunc is nul).
>   - Use a '=' instead of ':' and avoids the space between
>     the name of the value and its value, mostly to help group
>     the value with its name.

I'm fine with what I'm imagining it looks like (or whatever, really),
but could you give an example of how things now look after the
patch, for the archives/log?  An output paste is worth a thousand words.  :-)

Thanks!
-- 
Pedro Alves


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