Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2004 22:51:18 -0800 (PST)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ddb db_output.c
Message-ID:  <200401280651.i0S6pI7J052652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401280651.i0S6pI7J052652>