Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2004 22:39:17 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/amd64/amd64 machdep.c support.S trap.c
Message-ID:  <200407102239.i6AMdHas044543@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2004-07-10 22:39:17 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      machdep.c support.S trap.c 
  Log:
  Update for the KDB framework:
  o  Make debugging support conditional upon KDB instead of DDB.
  o  Remove implementation of Debugger().
  o  Don't make setjump() and longjump() conditional upon DDB.
  o  s/ddb_on_nmi/kdb_on_nmi/g
  o  Call kdb_reenter() when kdb_active is non-zero. Call kdb_trap()
     otherwise.
  
  Revision  Changes    Path
  1.613     +13 -19    src/sys/amd64/amd64/machdep.c
  1.113     +0 -2      src/sys/amd64/amd64/support.S
  1.277     +20 -24    src/sys/amd64/amd64/trap.c



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