forked from qt-creator/qt-creator
Debugger: Fix setting of Qt version fallback, again
Change-Id: I6b6cd448884800cb6d08dbdce15cb99f4ea8ba2b Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -4007,7 +4007,10 @@ void GdbEngine::setupEngine()
|
||||
if (!commands.isEmpty())
|
||||
runCommand({commands});
|
||||
|
||||
runCommand({"setFallbackQtVersion(0x" + QString::number(rp.fallbackQtVersion, 16) + ")"});
|
||||
DebuggerCommand cmd1("setFallbackQtVersion");
|
||||
cmd1.arg("version", rp.fallbackQtVersion);
|
||||
runCommand(cmd1);
|
||||
|
||||
runCommand({"loadDumpers", CB(handlePythonSetup)});
|
||||
|
||||
// Reload peripheral register description.
|
||||
|
||||
Reference in New Issue
Block a user