Date: Sat, 10 Jul 2004 22:47:06 +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 machdep.c Message-ID: <200407102247.i6AMl6WS044886@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407102247.i6AMl6WS044886>