I'm developing a QT based application on ARM, iMX6 device. Using toolchain from Freescale and Eclipse CDT Kepler, I would like to use pretty printer with GDB. I followed the tutorial on http://anadoxin.org/blog/node/98 and the setup seems fine (no error while starting GDB). However when looking at debug view panel, I'm not able to look at any datatype (not only QT but also int, double etc, the whole panel is blank. Furthermore also writing print variable to gdb Eclipse console doesn't generate a valid output).
I think my setup is fine:
- GNU gdb (GDB) 7.6 for ARM device
- Python: Python 2.7.3
- Eclipse: Kepler
- KUbuntu 12.04
Is there anyone that can help me understand what is wrong? Can I send any command to gdb console in order to understand why pretty printer aren't working fine, and even worse, they corrupt the whole gdb debug view variables? Any help will be really appreciated