forked from qt-creator/qt-creator
BareMetal: Avoid use of otherwise unneeded requestRemoteSetup() signal
Note that this changes the startup timing in the StartupOnNetwork case slightly, as the application launch is now triggered in parallel with the gdb launch. Change-Id: Iaa0b60b8c478eb47abb6e93fbd3b326e0acdd13b Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -870,7 +870,7 @@ void DebuggerEngine::notifyEngineRequestRemoteSetup()
|
||||
<< "remoteSetupState" << d->remoteSetupState());
|
||||
|
||||
d->setRemoteSetupState(RemoteSetupRequested);
|
||||
runTool()->doRemoteSetup();
|
||||
QTC_CHECK(false);
|
||||
}
|
||||
|
||||
void DebuggerEngine::notifyEngineRemoteServerRunning(const QString &, int /*pid*/)
|
||||
|
||||
Reference in New Issue
Block a user