|
From: John R. <jr...@bi...> - 2012-06-28 17:59:48
|
The android emulator for ARM apps is an important development environment that valgrind should support. Currently any tool of valgrind for ARM gets an immediate SIGSEGV under the android emulator. The android emulator supports armv7 but without the CPU feature "tls" (hardware support for ThreadLocalStorage.) Patches are attached to this bug: https://bugs.kde.org/show_bug.cgi?id=302709 valgrind for ARM needs extra tls support for android emulator -- |