From owner-freebsd-hackers Wed Jun 6 9:12:43 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from nimitz.mcnett (24-130-188-11.san.rr.com [24.130.188.11]) by hub.freebsd.org (Postfix) with ESMTP id 8A3AD37B406 for ; Wed, 6 Jun 2001 09:12:41 -0700 (PDT) (envelope-from mmcnett@cs.ucsd.edu) Received: from cs.ucsd.edu (localhost [127.0.0.1]) by nimitz.mcnett (8.11.1/8.11.1) with ESMTP id f56GGfA00882 for ; Wed, 6 Jun 2001 09:16:41 -0700 (PDT) (envelope-from mmcnett@cs.ucsd.edu) Message-ID: <3B1E5768.8AB37017@cs.ucsd.edu> Date: Wed, 06 Jun 2001 09:16:40 -0700 From: Marvin McNett X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: On-Line Kernel Debugging Using Remote GDB References: <3B1E4EA5.528E5D59@it.uc3m.es> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure if you're already doing this but, on the machine being debugged, you must switch to gdb mode by typing 'gdb' at the DDB prompt. Then, after running gdb -k on your debugging box, go back to the machine being debugged and type 's'. If you're already doing this, then it looks like you've got a communication problem. Let me know and I'll send you more information about my setup. -Marvin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message