|
From: Julian S. <js...@ac...> - 2014-06-01 17:20:26
|
On 05/23/2014 09:15 AM, Schuele, Tobias wrote: > Hi, we would like to employ Valgrind for dynamic instrumentation of ARM binaries on Linux. > Since the search function at Gmane seems not to work, I wonder if somebody can give > me information about the current status of ARM support. According to the website, it is > "medium" resp. "fairly complete" for 3.7.X. Is there still anything missing in 3.9.0 and > if so, what? Thank you very much in advance! I assume you are referring to 32-bit ARM. If so, there is almost complete instruction set coverage for the ARMv7 instruction set, including SIMD (NEON) and the media-V6 instructions. I routinely run large ARM/Thumb applications on it. J |