forked from qt-creator/qt-creator
Debugger: use Qt version from kit as fallback for dumper
Fixes: QTCREATORBUG-26456 Change-Id: If2cd664212b3fa07d7abaef7a1173f79716884bb Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -4007,6 +4007,7 @@ void GdbEngine::setupEngine()
|
||||
if (!commands.isEmpty())
|
||||
runCommand({commands});
|
||||
|
||||
runCommand({"setFallbackQtVersion(0x" + QString::number(rp.fallbackQtVersion, 16) + ")"});
|
||||
runCommand({"loadDumpers", CB(handlePythonSetup)});
|
||||
|
||||
// Reload peripheral register description.
|
||||
|
||||
Reference in New Issue
Block a user