[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Kernel Debugging



On Wed, May 10, 2000 at 12:45:05AM +0530, mksarav@xxxxxxxxxxxx wrote:
> > rakesh>Any good sites/books explaining as to how to do kernel debugging

Debugging is a neglected area in Linux, because some people (most notably
Linus) have a personal opinion that debuggers encourage bad programming.

However, there are enough documents on the web which explain how to hook
up gdb or SGI's kdb with the kernel.

If your focus is kernel debuggers and you have the time and inclination -
try FreeBSD's DDB too. It's derived from Mach and is a part of the FreeBSD
kernel sources.

	-Arun