From owner-freebsd-doc Thu Sep 5 14:25:15 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A364037B400 for ; Thu, 5 Sep 2002 14:25:12 -0700 (PDT) Received: from relay01.cablecom.net (relay01.cablecom.net [62.2.33.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B869B43E42 for ; Thu, 5 Sep 2002 14:25:11 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient80-218-72-96.hispeed.ch [80.218.72.96]) by relay01.cablecom.net (8.12.5/8.12.5/SOL/AWF/MXRELAY/20020820) with ESMTP id g85LP920089052 for ; Thu, 5 Sep 2002 23:25:09 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g85LP9001964 for freebsd-doc@freebsd.org; Thu, 5 Sep 2002 23:25:09 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Thu, 5 Sep 2002 23:25:08 +0200 From: Hanspeter Roth To: freebsd-doc@freebsd.org Subject: remote debugging and remotebaud Message-ID: <20020905232508.A1885@gicco.cablecom.ch> Reply-To: freebsd-doc@freebsd.org Mail-Followup-To: freebsd-doc@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello, I was trying to establish a remote debugging session via a serial line as described in Chapter 17.5 of the Developer's Handbook http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/developers-handbook/x9972.html. I had problems to get it going. Then I found out that `remotebaud' on the remote host was set to -1 or 2^32 instead of 9600. I only found out after I checked the documentation of the NetBSD guys. They mention to set remotebaud. Probably experienced users have put this already in .gdbinit. I would appreciate if this would also be mentioned in the FreeBSD Developers' handbook. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message