forked from qt-creator/qt-creator
Debugger: Move warning of insufficent python version
It was in exactly the wrong branch. Change-Id: I0679c18dc9c049bb89c2cba47cb0762ad81e3024 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -1830,9 +1830,9 @@ void GdbEngine::handleShowVersion(const GdbResponse &response)
|
||||
|
||||
if (m_gdbVersion > 70100) {
|
||||
// Quick check whether we have python.
|
||||
showMessage(_("NOTE: CHECK FOR PYTHON SUPPRESSED, VERSION TOO LOW"));
|
||||
postCommand("python print 43", ConsoleCommand, CB(handleHasPython));
|
||||
} else {
|
||||
showMessage(_("NOTE: CHECK FOR PYTHON SUPPRESSED, VERSION TOO LOW"));
|
||||
pythonDumpersFailed();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user