Subject: Re: console_debugger()
To: None <fredette@theory.lcs.mit.edu, tech-kern@netbsd.org>
From: None <eeh@netbsd.org>
List: tech-kern
Date: 03/21/2002 17:03:52
| Hi. Any objections to the following patch? On the sun2, where
| Debugger() is always defined, this lets me break into the ROM
| monitor on a non-DDB kernel. Thanks -
Could you come up with a more generalized method (and get rid of
cpu_Debugger(), BTW, which is obsolete) that does not depend on
#if defined(sun3) || defined(sun2) inside systm.h? I'd like to
add this feature to sparc64 at least, and the current method is
not at all scalable.
Eduardo