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 23:03 Wed 06 Apr, matthew green wrote:
> 
> > On Wed, Apr 06, 2011 at 02:07:18AM +0300, 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.
> > 
> > I like the idea. Note that some archs already have a 
> > 
> >    mach proc <address of lwp>
> > 
> > command (defaulting to curlwp, and the man page needs an update, it talks
> > about procs).
> > 
> > Maybe this can be integrated in the MI variant with an option?
> > Should the "mach" variants go away later?
> 
> since it works on lwps...can we call the MI version "show lwp <lwpaddr>"?

And i386/amd64 would benefit from implementing 'mach pcb' as well.


Home | Main Index | Thread Index | Old Index