iOS: Adapt to new setter-based DebuggerRunTool interface

Change-Id: I96f113b831dcbd3735f743c8f12042e9b17903a4
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
hjk
2017-08-24 17:38:06 +02:00
parent 69f3ddb213
commit 0a5abdae59
7 changed files with 47 additions and 24 deletions

View File

@@ -130,7 +130,7 @@ void AndroidDebugSupport::start()
+ "/app_process");
setSkipExecutableValidation(true);
setUseExtendedRemote(true);
setGdbServerChannel(":" + m_runner->gdbServerPort().toString());
setRemoteChannel(":" + m_runner->gdbServerPort().toString());
setSysRoot(AndroidConfigurations::currentConfig().ndkLocation().appendPath("platforms")
.appendPath(QString("android-%1").arg(AndroidManager::minimumSDK(target)))
.appendPath(toNdkArch(AndroidManager::targetArch(target))).toString());