cvs commit: src/sys/amd64/amd64 machdep.c support.S trap.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jul 10 15:39:18 PDT 2004
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
More information about the cvs-all
mailing list