Message2656

Author aoiko
Recipients
Date 2007-05-05.12:27:01
Content
On Saturday 05 May 2007 09:52, Matthew Dillon wrote:
[...]
>     What I would like is it to print the PID and TID as %6d:%-6d instead,
>     and only print the PID (i.e. just %6d) if the TID is 0.

Why? Is it so that a kdump for a single-threaded process will not show 
redundant data?

If so, I'd prefer a command line flag to toggle display of the lwpid on and 
off (or at least to force display of the lwpid). What you're suggesting would 
unnecessarily complicate parsing of kdump output.

I wish more people would comment on stuff like that (instead of bikesheding). 
About 90% of the source is "simple", but attention to detail makes the 
difference between a system that occasionally gets in your way and one that 
doesn't.

Aggelos
History
Date User Action Args
2007-05-05 12:27:04aoikolinkissue622 messages
2007-05-05 12:27:01aoikocreate