forked from qt-creator/qt-creator
debugger: prepare use of lldb/cdb with python
Change-Id: If1906728047203128210a40c1b01211388f18ff1 Reviewed-on: http://codereview.qt.nokia.com/852 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -4726,9 +4726,11 @@ void GdbEngine::loadPythonDumpers()
|
||||
const QByteArray dumperSourcePath =
|
||||
Core::ICore::instance()->resourcePath().toLocal8Bit() + "/gdbmacros/";
|
||||
|
||||
postCommand("python execfile('" + dumperSourcePath + "bridge.py')",
|
||||
ConsoleCommand|NonCriticalResponse);
|
||||
postCommand("python execfile('" + dumperSourcePath + "dumper.py')",
|
||||
ConsoleCommand|NonCriticalResponse);
|
||||
postCommand("python execfile('" + dumperSourcePath + "gdbmacros.py')",
|
||||
postCommand("python execfile('" + dumperSourcePath + "qttypes.py')",
|
||||
ConsoleCommand|NonCriticalResponse);
|
||||
postCommand("bbsetup",
|
||||
ConsoleCommand, CB(handleHasPython));
|
||||
|
||||
Reference in New Issue
Block a user