John Baldwin 462a7add8e Add a new 'show sleepchain' ddb command similar to 'show lockchain' except
that it operates on lockmgr and sx locks.  This can be useful for tracking
down vnode deadlocks in VFS for example.  Note that this command is a bit
more fragile than 'show lockchain' as we have to poke around at the
wait channel of a thread to see if it points to either a struct lock or
a condition variable inside of a struct sx.  If td_wchan points to
something unmapped, then this command will terminate early due to a fault,
but no harm will be done.
2006-08-15 18:29:01 +00:00
..
2005-05-31 15:18:17 +00:00
2006-03-23 08:47:28 +00:00
2006-07-24 00:33:24 +00:00
2005-03-15 14:57:30 +00:00
2006-05-12 19:40:54 +00:00
2006-03-11 10:24:50 +00:00
2005-05-08 11:30:26 +00:00
2006-04-07 05:16:02 +00:00
2005-01-07 19:31:43 +00:00
2005-12-04 02:12:43 +00:00
2005-10-03 14:06:00 +00:00
2005-12-26 22:09:09 +00:00
2005-12-30 11:45:07 +00:00
2005-09-19 08:07:18 +00:00
2005-04-02 12:33:31 +00:00
2006-05-05 19:32:35 +00:00
2005-12-04 02:12:43 +00:00
2006-08-07 10:33:07 +00:00
2006-03-28 16:20:29 +00:00
2006-03-28 16:20:29 +00:00
2005-11-16 18:18:52 +00:00
2005-07-31 16:08:03 +00:00
2006-03-01 06:48:31 +00:00