|
From: John R. <jr...@Bi...> - 2013-08-07 15:11:58
|
> And a couple of words about cross-platform checking. If I did understand you correct you propose smth like running valgrind under quemu (1) or whole quemu under valgrind (2). I was thinking of running memcheck(valgrind) compiled for x86_64, running on x86_64 under Linux, but checking a target program that was compiled for ARM and designed for Android. If the SDK for Android runs on x86_64 under Linux but emulates ARM for Android, then the memcheck JIT engine can do the same thing but also perform its checks of memory accesses, malloc+free, etc. |