From owner-cvs-src@FreeBSD.ORG Sun Jul 11 07:11:19 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11ADE16A4CE; Sun, 11 Jul 2004 07:11:19 +0000 (GMT) Received: from tora.nunu.org (YahooBB219003182029.bbtec.net [219.3.182.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58B4C43D2D; Sun, 11 Jul 2004 07:11:18 +0000 (GMT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from tora.nunu.org (unknown [192.168.1.2]) by tora.nunu.org (Postfix) with ESMTP id 0952F4DB44; Sun, 11 Jul 2004 16:11:16 +0900 (JST) Date: Sun, 11 Jul 2004 16:11:16 +0900 Message-ID: <87llhrqaqz.wl@tora.nunu.org> From: Hidetoshi Shimokawa To: Marcel Moolenaar In-Reply-To: <200407102102.i6AL2HhI040011@repoman.freebsd.org> References: <200407102102.i6AL2HhI040011@repoman.freebsd.org> User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 14) (Reasonable Discussion) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/dcons dcons.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2004 07:11:19 -0000 I'd like to re-support remote debugging by dcons(4). Do you have any pointer for "new GDB debug port interface"? /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Sat, 10 Jul 2004 21:02:17 +0000 (UTC), Marcel Moolenaar wrote: > > 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