Date: Sat, 10 Jul 2004 22:11:14 +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/i386/i386 trap.c src/sys/i386/include frame.h Message-ID: <200407102211.i6AMBEdX043414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407102211.i6AMBEdX043414>
