Subject: Re: diagnostic routines
To: None <tech-kern@netbsd.org>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: tech-kern
Date: 11/24/2004 15:50:03
On Wed, Nov 24, 2004 at 10:11:28AM -0500, Allen Briggs wrote:
> And then corresponding functions in libkern to actually dump the
> memory or mbuf (or whatever) that would be pulled in only if
> DEBUG is defined.

	sounds good, but how about using a different ifdef, like DEBUG_HELPERS,
with is turned on automatically for "options DEBUG", but could also
be used with the more specific debug options.  DEBUG turns on all sort
of things that you might not want if you're debugging an isolated part of
the kernel.

eric