Re: debugging kernel modules
From: Brian Kuschak <hidden>
Date: 2002-08-06 02:43:22
Thanks Dan, I think that's it. With a little bit of scripting I should be able to make it work nicely.
--- "Daniel L. Taylor" <Dan.Taylor@atlp.com> wrote:apropos modules -> lsmod; man lsmod -> ksyms; man ksyms -> "ksyms -m" Does this help? Brian Kuschak wrote:quoted
Wolfgang has a nice tutorial on this: http://www.denx.de/doc/TQM8xxL/debugging.html But here's the question - is there any way to dumpthequoted
module load addresses, after the fact? 'insmod-m'quoted
works well if you always remember to use it toloadquoted
the module. FreeBSD has 'kldstat' which dumpsmodulequoted
address information at any time. Is thereanythingquoted
similar to kldstat for linux? If not, anycomments onquoted
how hard it would be to write one? -Brian-- Dan.Taylor@atlp.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/