tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: diff: add show proc command to ddb



On Wed, 6 Apr 2011, Vladimir Kirillov wrote:

> Hello, tech-kern@!
> 
> I really wanted a show proc command to avoid looking up process
> information by running ps with all flags and intensive scrolling.
> 
> The show proc output mostly combines the outputs of all switches
> in ps.

Neat!

Since you're doing a lot of DDB rototilling, could you add an option to 
your 'show proc' command that also dumps each lwp's stacktrace?  I find 
that extremly useful for diagnosing deadlocks.  (The version I hacked up 
is not very clean.)

Eduardo


Home | Main Index | Thread Index | Old Index