Hi, i finally solved!! In a few words basically the GDB executable i was using missed the python scripting support (I was using the linaro toolchain for armv7 arm-linux-gnueabihf-).
Solution: 1) I installed the python-subprocess package on my imx6 board 2)Through Yocto i built the cross-gdb-canadian package that has python support 3) i than edited my kit and everything started to work fine. Il 27/dic/2013 12:05 "Filippo Cucchetto" <[email protected]> ha scritto: > Hi, > does QtCreator support the automatic load of symbols of an executable and > update of the local variables and expressions (in the Locals&Expression) > view during remote debugging? > Cause right now it doesn't work but maybe it's due to a wrong > configuration on my pc: my project is a simple c++ Hello World cross > compiled through CMake (and not qmake) with Debug symbols. > > -- > Filippo Cucchetto >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
