|
From: 张昭 <mai...@gm...> - 2011-12-05 12:10:53
|
Hi, all:
I wan't to know does valgrind can support armv6 (eg.arm1176)? Thanks;
zhao
|
|
From: John R. <jr...@bi...> - 2011-12-05 15:19:19
|
> I wan't to know does valgrind can support armv6 (eg.arm1176)? The recently-released Valgrind 3.7.0 supports only armv7 and above. There are patches which provide support for v6 and even for non- threaded programs on v5. Threaded programs have problems on v5 because v5 lacks the better synchronization instructions hardware. https://bugs.kde.org/show_bug.cgi?id=276897#c6 -- |