Date: Mon, 30 Aug 2010 19:30:42 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: freebsd-hackers@freebsd.org, doc@freebsd.org, pebu3op@googlemail.com Subject: Re: Debugging Loadable Modules Using GDB Message-ID: <4C7BDCB2.8090803@icyb.net.ua> In-Reply-To: <20100830161250.GA3135@debmaster-laptop> References: <20100827201140.GA2812@debmaster-laptop> <201008300816.11278.jhb@freebsd.org> <20100830161250.GA3135@debmaster-laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
on 30/08/2010 19:12 Alexander Fiveg said the following: > Yes, the .ko files are loaded automatically. The problem is that they do > not contain debugging info. I have always to load the .kld file in order to > debug a module: хытшзъ > Is there any way to get the all symbols and needed debug info without > loading the .kld file ? As I've already suggested the symbols are in *.symbols files. If you have those then they should be loaded automatically, as John has suggested. If you don't have them, then arrange to have them. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C7BDCB2.8090803>