[Qt-creator] Remote debugging Qt Embedded on ARM with gdb 6.8 & gdbserver

Markus Franke markus.franke at informatik.tu-chemnitz.de
Mon Mar 16 13:07:14 CET 2009


Zitat von Markus Franke <markus.franke at informatik.tu-chemnitz.de>:
> I have a working combination of gdb/gdbserver (6.8) for my ARM target
> board. However debugging with QtCreator still doesn't work. Once I
> start debugging the gdb connects to the gdbserver on the target
> properly but then gdbserver on the target crashes immediately saying
> "Killing inferior". If I do my debugging from a terminal and connect
> manually to the target everything works fine. I think it might have
> something to do with the commands QtCreator hands over to gdb once
> debugging is started. Is there a way to see the plain gdb output from
> within Qt Creator?

I figured out that the commands which are sent to GDB during start up  
of the debugging are not appropriate for my target. The commands are  
specified in "QT_CREATOR_SRC>/plugins/debugger/gdbengine.cpp". Is  
there a way to fully customize these commands for my needs or do I  
have to recompile Qt Creator from source in order to achieve this?

Best regards,
Markus




More information about the Qt-creator-old mailing list