Friends, if you run into this issue, the best way (short of discovering the 
magic incantation to trigger the list file output for the *1* file you're 
interested in), is to sprinkle the code with prints.  (printfs, or printks, 
depending on domain), and then run the resultant .o file through a 
disassembler.  This is the method I've been forced to resort to, and it's 
not terrible.  

In my case, I sprinkled "printk()" before each line in the file, and use 
the resultant calls in the .o as stepping stones to guide me to the 
function that's being inlined, and is causing the problem.  

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-kernel/bcf07409-24ba-4b57-8820-6e48fa400b51%40googlegroups.com.

Reply via email to