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, Apr 06, 2011 at 11:03:47PM +1000, matthew green wrote:
> since it works on lwps...can we call the MI version "show lwp <lwpaddr>"?

Ok for the address based variants:

  show lwp
   (shows curlwp)

  show lwp 0xffce....
   (shows lwp at that address)

but with a pid/lid it gets "strange":
  show lwp /p 0t25 
     (show pid 15 first lwp?)


Martin


Home | Main Index | Thread Index | Old Index