On Sun, May 03, 2009 at 04:52:55PM +0000, Antti Kantee wrote:

> Module Name:  src
> Committed By: pooka
> Date:         Sun May  3 16:52:55 UTC 2009
> 
> Modified Files:
>       src/sys/kern: vfs_subr.c
>       src/sys/sys: buf.h vnode.h
>       src/sys/uvm: uvm_ddb.h uvm_map.c
> 
> Log Message:
> Include some debug print routines if DEBUGPRINT is defined.  This
> way they can be included without having to include DDB.
> (arguably all print routines should be behind #ifdef DEBUGPRINT
> and options DDB should define that macro, but I'll tackle that later)

Can you give me an example of how you're using this stuff?
I've been moving these into ddb so they also work with crash(8).

Reply via email to