On Tue, 2 Jan 2001, Zhiui Zhang wrote:

> 
> I have written a KLD and am debugging it. The program often hangs after
> runs for a while (I guess it enters into some dead loop).  Is there a way
> to attach to the process and somehow find out which code it is executing
> (with remote debugging or ddb)?

kld debugging is a bit tricky.  Take a look at the debugging macros and
bits that Greg Lehey put together for vinum for a starting point. You have
to calculate the appropriate offset to get to the KLD code in gdb.

Doug White                    |  FreeBSD: The Power to Serve
[EMAIL PROTECTED]     |  www.FreeBSD.org



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to