Subject: Re: Accessing ddb on NetBSD/vax?
To: Brian Chase <vaxzilla@jarai.org>
From: None <ragge@ludd.luth.se>
List: port-vax
Date: 11/30/2002 19:33:21
> What is the key combination for dropping into the kernel debugger on
> NetBSD/vax from a serial console and also from a graphics console (like
> on the VAXstation 3100)? Looking through the source, I see "<ESC> - D"
> mentioned, but this doesn't seem to do anything.
>
Correct; "<ESC> - D" only works on the MTPR console. Some way to detect
it should be added to the DZ driver also.
The workaround is to break, get to the >>> monitor and do:
>>>D/I 14 F
>>>C
which will call ddb in the same way.
-- Ragge