From owner-freebsd-hackers Fri Oct 6 8: 7:38 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.alacritech.com (smtp.alacritech.com [209.10.208.82]) by hub.freebsd.org (Postfix) with ESMTP id 9807237B503 for ; Fri, 6 Oct 2000 08:07:36 -0700 (PDT) Received: from [10.1.10.18] by smtp.alacritech.com (NTMail 4.30.0012/NY3553.00.2884f51f) with ESMTP id ckriaaaa for ; Fri, 6 Oct 2000 08:05:50 -0700 From: "Christopher Harrer" To: Subject: Remote Kernel Debugging Date: Fri, 6 Oct 2000 11:05:57 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <20001006093947.A53426@virtual-voodoo.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, Not sure if this is the right list or not. I tried posting this on FreeBSD-Questions and did not get a response. If this is not the right list, please let me know. Is there anyway to specify the speed for remote Kernel debugging using gdb? For example, I compile my kernel with gdb symbols (-g) and I reboot my target system. When the boot loader starts up, I enter "boot kernel -d" and get to the "db>" prompt. At this point I'd like to enter "gdb -b 115200", but when I do I get a message "Symbol not found" and gdb does not start. Any ideas? I'm suspecting the serial port speed default to 19.2 or worse yet 9600. Thanks in advance! Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message