On 01/12/2016 08:42 AM, Sean Condon wrote:
> Is Valgrind supported on ARM Cortex-M3?

No.  ARM Cortex-M3 supports only the ARMv7-M instruction set,
which has ONLY Thumb instructions (generally 16 bits each).
Valgrind requires full ARMv7 including ARM instructions (32 bits each);
the Thumb mode of full ARMv7 is supported, but only as an addition
to the ARM mode.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to