From owner-freebsd-hackers Thu Mar 7 09:45:39 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24807 for hackers-outgoing; Thu, 7 Mar 1996 09:45:39 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA24802 for ; Thu, 7 Mar 1996 09:45:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by rover.village.org (8.6.11/8.6.6) with SMTP id KAA28064; Thu, 7 Mar 1996 10:45:17 -0700 Message-Id: <199603071745.KAA28064@rover.village.org> To: "Jordan K. Hubbard" Subject: Re: using ddb to debug a double-panic? Cc: hackers@FreeBSD.org (Hackers; FreeBSD) In-reply-to: Your message of Thu, 07 Mar 1996 02:57:28 PST Date: Thu, 07 Mar 1996 10:45:17 -0700 From: Warner Losh Sender: owner-hackers@FreeBSD.org Precedence: bulk : I think the real challenge here is to implement gdb-remote. I was at : Cisco a little while back and got asked this - apparently the Cisco : engineers use the gdb-remote features of their routers to debug IOS : over serial lines. I know that Linux/MIPS has this feature. While I've not been able to make it work yet, it does sound rather nice... I think generally Linux has this, but I'm not sure. Warner