Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Jun 1997 14:38:25 +0600 (ESD)
From:      "Serge A. Babkin" <babkin@hq.icb.chel.su>
To:        igor@blik.samara.su (Igor)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: debugging kernel's code
Message-ID:  <199706210838.OAA01256@hq.icb.chel.su>
In-Reply-To: <AAsKKgpa33@blik.samara.su> from "Igor" at Jun 19, 97 07:41:58 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> what are the methods of debugging kernel's code ?

There exists the DDB kernel debugger. I use it primarily for analysing
the panics. There exisgs KGDB (Kernel GDB) too but I never tried to use
it. And of course the classic method of adding printf()s is all
the time with us!

-SB



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706210838.OAA01256>