On Tue, Feb 8, 2011 at 1:10 AM, Wan Mohd Fairuz Wan Ismail <[email protected]> wrote: > Since Valgrind use synthetic CPU, can it analyze a cross compiled programs? > eg: an ARM compiled programs tested with Valgrind installed on a x86 > machine.
In theory it could, because the intermediate code representation represents the full side-effects of every instruction. But in practice it doesn't, and making it do so would be a lot of work. I bet syscalls would make life difficult too. Nick ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
