From owner-freebsd-hackers@FreeBSD.ORG Thu Aug 19 14:09:59 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B74A16A4CE for ; Thu, 19 Aug 2004 14:09:59 +0000 (GMT) Received: from www.citello.it (host170-131.pool80117.interbusiness.it [80.117.131.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1592343D39 for ; Thu, 19 Aug 2004 14:09:59 +0000 (GMT) (envelope-from molter@tin.it) Received: from gattaccio.codalunga (ANice-205-1-5-94.w81-53.abo.wanadoo.fr [81.53.76.94]) by www.citello.it (Postfix) with ESMTP id 2F01615ED for ; Thu, 19 Aug 2004 16:09:57 +0200 (CEST) Received: by gattaccio.codalunga (Postfix, from userid 1001) id B35BDC108; Thu, 19 Aug 2004 16:08:16 +0200 (CEST) Date: Thu, 19 Aug 2004 16:08:16 +0200 From: Marco Molteni To: freebsd-hackers@freebsd.org Message-Id: <20040819160816.4ce5883b.molter@tin.it> In-Reply-To: <20040819125326.565cd094.molter@tin.it> References: <20040819125326.565cd094.molter@tin.it> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: kernel debugging, console and GDB_REMOTE_CHAT option X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2004 14:09:59 -0000 Replying to myself: On Thu, 19 Aug 2004 Marco Molteni wrote: > kernel option GDB_REMOTE_CHAT allowed to share the same serial line > for console and remote gdb. > > Looking at the following commit message for src/sys/conf/NOTES, it > says that GDB_REMOTE_CHAT has been removed, but it is not clear to me > how to obain the equivalent of that option. Could somebody explain? [..] I tested and it "just works": sharing of serial line between console and gdb is enabled by default. marco