|
From: adnan i. <adn...@se...> - 2010-08-25 10:31:14
|
Dear all, We are porting Valgrind to mips. We have been able to do following activities. Changing Config/make stuff, updating coregrind,include and VEX for mips (almost all instructions). We are using Octeon/Debian boards for testing our work. Currently we are facing following problem. Valgrind fails to read debug info from tool-arch-os, client or ld.so. It turns out that the failure occurs in memory mapping. The same memory mapping function works fine when requesting an ANONYMOUS map while fails when requesting a File descriptor based mapping. Can any body help, what might be the reason? Regards Adnan |