Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-21 Thread William Zeng
You need to check whether it contains gdb optimazation flag in the compiler argument, such as -O3. If yes, replace it with -O0 and then try again. BR William Zeng ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/lis

Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-20 Thread Richard Kimmel
I seem to recall that the gdb interface in qtcreator needs relatively recent version of python because of some particular feature used. Look in the debugger log. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listi

Re: [Interest] GDB debugging not working in QtCreator 2.8.1/Qt 5.1.1/GDB 7.5/TI SDK 6.0

2013-09-20 Thread André Pönitz
On Fri, Sep 20, 2013 at 12:52:32PM +, Rogers Nate wrote: > I built Qt 5.1.1 using the tool chain included in the TI SDK 6.0, which > includes GDB 7.5. When trying to debug from within QtCreator 2.8.1 the Locals > and Expressions window doesn’t display any of my c++ variables, it does > howeve