Port-vax archive

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

Re: About support for rtVAX300



On Mon, Jan 14, 2013 at 02:36:56PM +0100, Holm Tiffe wrote:
> ..but it looks lik it where be working:
> 
> db> show all procs
> PID    LID S CPU     FLAGS       STRUCT LWP *               NAME WAIT
> 2    >   1 7   0     40000           80e33d20               init
> 1        1 3   0        80           80f47aa0               init wait

yay!

> > > >lock address : 0x000000008020e078 type     :               spin
> > > >initialized  : 0x00000000800e4f74

so:

x/i 0x00000000800e4f74

should tell you what code initialized the lock in question, and maybe

x/x 0x000000008020e078

will tell more about the lock itself.

Martin


Home | Main Index | Thread Index | Old Index