cvs commit: src/sys/i386/i386 trap.c src/sys/i386/include frame.h

Marcel Moolenaar marcel at FreeBSD.org
Sat Jul 10 15:11:15 PDT 2004


marcel      2004-07-10 22:11:14 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        trap.c 
    sys/i386/include     frame.h 
  Log:
  Update for the KDB framework:
  o  s/ddb_on_nmi/kdb_on_nmi/g
  o  Rename sysctl machdep.ddb_on_nmi to machdep.kdb_on_nmi
  o  Make debugging support conditional upon KDB instead of DDB.
  o  Call kdb_reenter() when kdb_active is non-zero.
  o  Call kdb_trap() to enter the debugger when not already active.
  o  Update comments accordingly.
  o  Remove misplaced prototype of kdb_trap().
  
  Revision  Changes    Path
  1.266     +21 -24    src/sys/i386/i386/trap.c
  1.25      +1 -2      src/sys/i386/include/frame.h


More information about the cvs-src mailing list