[Qt-creator] Valgrind plugin for QtCreator

Coda Highland coda at bobandgeorge.com
Tue May 25 01:59:40 CEST 2010


LLVM support is just a matter of picking the right mkspec for qmake --
linux-llvm or macx-llvm, as appropriate. (I'm not familiar enough with
LLVM to know if you'd have to build Qt with LLVM and then point
Creator at that Qt installation, or if you can use LLVM to build apps
that link against gcc-compiled Qt by setting the mkspec explicitly.)
Creator doesn't need to get into the act here. I don't know about
debugging LLVM binaries in Creator, though; if gdb works for that,
Creator should be able to handle it (more or less).

Built-in Valgrind support, currently no.

/s/ Adam

On Mon, May 24, 2010 at 5:50 PM, Pedro Santos <nonspam2048 at yahoo.de> wrote:
> Is there a Valgrind plugin for QtCreator or support for LLVM
> http://en.wikipedia.org/wiki/Low_Level_Virtual_Machine
>
> I couldn't find any.
>
> Greetings
> Pedro
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>



More information about the Qt-creator-old mailing list