cvs commit: src/sys/kern subr_witness.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 10 14:42:17 PDT 2004


marcel      2004-07-10 21:42:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_witness.c 
  Log:
  Update for the KDB framework:
  o  Make debugging code conditional upon KDB instead of DDB.
  o  s/WITNESS_DDB/WITNESS_KDB/g
  o  s/witness_ddb/witness_kdb/g
  o  Rename the debug.witness_ddb sysctl to debug.witness_kdb.
  o  Call kdb_backtrace() instead of backtrace().
  o  Call kdb_enter() instead Debugger().
  o  Assert kdb_active instead of db_active.
  
  Revision  Changes    Path
  1.176     +22 -21    src/sys/kern/subr_witness.c


More information about the cvs-all mailing list