On Friday 05 March 2010 11:00:28 ext gmenant....@orange-ftgroup.com wrote:

> I've set the GDB sysroot and debug is now working but there is an issue
>  evaluating Qt objects. For example I don't see QString values in the debug
>  window.

This indicates a problem with the Qt debugging helpers.

> You can see below the interesting parts of my GDB debug log (commented) .
>  The sysroot is set to /home/gdrz9888/dev/BSP/eeebook_oe/tmp/rootfs/
> 
> {...}
> 
> >&"source /home/gdrz9888/dev/gdbstartupfile\n"

I assume this is your server start script?

> >&"set environment LD_PRELOAD
> > /home/gdrz9888/qtsdk-2010.01/qt/qtc-debugging-helper/libgdbmacros.so\n"

Is this the correct object, i.e. the one for the target (arm) platform? Are 
you deploying it to the target platform?

> >&"set architecture i386\n"

Again, this should be "arm". The value comes from the initial dialog. You can 
edit the combo box values to suit your needs.


Christian
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to