tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: config(5) break down
On Tue, Mar 16, 2010 at 06:22:14AM +0100, Wojciech A. Koszek wrote:
> You mean that you have a solution for:
>
> struct mystruct {
> #ifdef DEBUG_MYSTRUCT
> int line;
> char *file;
> char *func;
> void *another_pointer;
> #endif
> ...
> };
After a fashion. Check how our LOCKDEBUG works. :-/
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index