forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/6.0'
Conflicts: src/libs/utils/theme/theme_mac.mm src/plugins/android/androiddeployqtstep.cpp src/plugins/debugger/lldb/lldbengine.cpp Change-Id: I5f2c62e0bce6c91a53a554b3278dbe23ff7dde36
This commit is contained in:
@@ -4011,7 +4011,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