forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/2.8'
Conflicts: src/plugins/cpptools/cppcompletion_test.cpp src/plugins/cpptools/cpptoolsplugin.h src/plugins/projectexplorer/customtoolchain.cpp src/plugins/vcsbase/command.cpp Change-Id: Ie7b3c9e136c0748b41320227c757471259339b48
This commit is contained in:
@@ -1829,7 +1829,7 @@ void GdbEngine::handleShowVersion(const GdbResponse &response)
|
||||
postCommand("set detach-on-fork off", ConsoleCommand);
|
||||
|
||||
//postCommand("set build-id-verbose 2", ConsoleCommand);
|
||||
postCommand("python print 43", ConsoleCommand, CB(handleHasPython));
|
||||
postCommand("python print(sys.version)", ConsoleCommand, CB(handleHasPython));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user