From: Arnd Bergmann <[EMAIL PROTECTED]>
Subject: Re: [HELP] How to get address of module
Date: Mon, 8 Aug 2005 15:30:53 +0200

> You can do all that with module_address_lookup() using the KALLSYMS
> infrastructure.

Thank you.

What I wanted is: given the segfault address, I would like to 

1) get which module it is in
2) in that module, within which function it segfaulted

module_address_lookup would do!

HK.
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to