Am 30.05.2014 10:08, schrieb enjoy mindful:
> Sorry. I know how to use addr2line. But it is not what I'm looking for.
> 
> For example, with i386 kernel, it is easy to find c017e7a5 belong to
> function get_user.
> 
> x86]$ vi /hack/linux-3.12.6/Documentation/x86/exception-tables.txt
> .............
> 217 or in human readable byte order:
> 218
> 219  >  c01aa7c4 c017c093 c0199fe0 c017c097 c017c099  ................
> 220  >  c01aa7d4 c017c2f6 c0199fe9 c017e7a5 c0199ff5  ................
> 221                                                       ^^^^^^^^^^^^^^^^^
> 222                                this is the interesting part!
> 223  >  c01aa7e4 c0180a08 c019a001 c0180a0a c019a004  ................
> 
> my question is how to find 0xffdc6eb8 belong to which uml kernel function.

Ah ok.
I'd decode it from the source side.
I.e. start in arch/x86/um/fault.c

Thanks,
//richard

------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to