cvs commit: src/sys/i386/i386 machdep.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jul 10 15:47:06 PDT 2004
marcel 2004-07-10 22:47:06 UTC
FreeBSD src repository
Modified files:
sys/i386/i386 machdep.c
Log:
Update for the KDB framework:
o Make debugging code conditional upon KDB instead of DDB.
o Declare ksym_start and ksym_end as extern and initialize them.
This was previously and bogusly handled by DDB itself.
o Call kdb_enter() instead of Debugger().
o Remove implementation of Debugger().
Revision Changes Path
1.594 +15 -12 src/sys/i386/i386/machdep.c
More information about the cvs-src
mailing list