Valgrind XML parsing error
Unsolved
Mobile and Embedded
-
Hi,
I'm trying to debug a QT 4.8 app in my embedded system (ARM, QT4.8). I'm able to run correctly QT apps, and Valgrind (valgrind-3.10.1) in my system. When I try to do remote debugging, it seems to work correctly until QTCreator (3.1.2), throws the following error:Error occurred parsing Valgrind output: Expected '#' or '[a-zA-Z]', but got ')'.
If I try to import the XML file generated by Valgrind in my system, I get the same error.
I can partially debug with valgrind and QTCreator in my PC but, obviously, I'm not able to simulate all the periferals (I2C, SPI) from my system in my PC, so I can fully debug my app.I have valgrind-3.10.0.SVN in my PC.
Can someone help me with this problem?
Thanks in advance.