cvs commit: src/sys/ddb db_output.c

Nate Lawson njl at FreeBSD.org
Tue Jan 27 22:51:19 PST 2004


njl         2004/01/27 22:51:18 PST

  FreeBSD src repository

  Modified files:
    sys/ddb              db_output.c 
  Log:
  If not in the debugger or if the user requests it with the
  debug.ddb_use_printf sysctl, output kernel debugger data to both the
  console and kernel message buffer via printf.  This fixes the case where
  backtrace() went directly to the console and should help debugging greatly.
  Thanks to Ian Dowse for the work, minor edits or any bugs are by myself.
  
  Submitted by:   iedowse
  
  Revision  Changes    Path
  1.30      +27 -1     src/sys/ddb/db_output.c


More information about the cvs-all mailing list