Hi all, I saw that valgrind is now available for ARM/Linux in trunk which is great.
Read on the mozilla developers page that ARMv5 instruction set is supported https://developer.mozilla.org/en/Debugging_Mozilla_with_Valgrind Is there support for ARMv5 or is that a typo? I went and checked out code from trunk and tried building it. In configure file, there is only support for armv7* As I wanted build for ARMv5, I hacked that line to just check for arm* and I could get valgrind to compile. But, when I tried to run it on an ARMv5, I got a SIGILL. Wanted to check if anybody has run it on an ARMv5 successfully. If it is not supported, is there any plans to do it? Thank you very much, -raja. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
