Date: Sat, 10 Jul 2004 21:02: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/dev/dcons dcons.c Message-ID: <200407102102.i6AL2HhI040011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-07-10 21:02:17 UTC FreeBSD src repository Modified files: sys/dev/dcons dcons.c Log: Update for the KDB framework: o Use kdb_alt_break() to handle the alternate break sequence instead of handcoding it here. o Remove GDB kluges to make this driver work with the pre-KDB remote GDB code. o Call kdb_enter() instead of Debugger(). Note that with this commit the dcons(4) driver cannot be used for remote debugging anymore. This driver has to use the new GDB debug port interface instead. Such has not been done yet. Revision Changes Path 1.13 +4 -49 src/sys/dev/dcons/dcons.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407102102.i6AL2HhI040011>