From owner-freebsd-hackers Wed Jan 24 10: 3:32 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from codex.cis.upenn.edu (CODEX.CIS.UPENN.EDU [158.130.6.15]) by hub.freebsd.org (Postfix) with ESMTP id 3C9EE37B401 for ; Wed, 24 Jan 2001 10:03:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by codex.cis.upenn.edu (8.10.1/8.10.1) with ESMTP id f0OI38T07650; Wed, 24 Jan 2001 13:03:08 -0500 (EST) Date: Wed, 24 Jan 2001 13:03:08 -0500 (EST) From: AARON J MARKS To: ycardena@yahoo.com Cc: hackers@freebsd.org, Ronald Minnich Subject: Re: Kernel programming (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you tried remote gdb kernel debugging yet? It's documented in the handbook also. I found it to be very easy to do and *much* better than debugging on the same machine. All you need is a serial cable and a spare FreeBSD machine. I used it to debug a module, but it would work just as well on the kernel itself. -A. On Tue, 23 Jan 2001, Ronald G Minnich wrote: > ---------- Forwarded message ---------- > Date: Tue, 23 Jan 2001 12:20:56 +0100 > From: Alexander Langer > To: Dag-Erling Smorgrav > Cc: Yonny Cardenas B. , questions@FreeBSD.ORG, > hackers@FreeBSD.ORG > Subject: Re: Kernel programming > > Thus spake Dag-Erling Smorgrav (des@ofug.org): > > > > There recently (last week or something) was a thread here or on > > > another mailinglist on how to debug kernel moduls, which is a little > > > bit tricky. > > It's also documented in the handbook. > > Well, actually debugging modules is a little bit more tricky than > debugging kernels with statically linked drivers. > > This is what I meant. > > Alex > -- > cat: /home/alex/.sig: No such file or directory > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message