forked from qt-creator/qt-creator
Android: Rename some gdbServer* to debugServer*
There's LLDB coming into play, and debugServer is what we use on BareMetal and RemoteLinux, too. Change-Id: I77f8545ebbe6685708215ac579789f7d4990b7be Task-number: QTCREATORBUG-23260 Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
@@ -226,11 +226,11 @@ void AndroidRunner::remoteErrorOutput(const QString &output)
|
||||
m_outputParser.processOutput(output);
|
||||
}
|
||||
|
||||
void AndroidRunner::handleRemoteProcessStarted(Utils::Port gdbServerPort,
|
||||
void AndroidRunner::handleRemoteProcessStarted(Utils::Port debugServerPort,
|
||||
const QUrl &qmlServer, qint64 pid)
|
||||
{
|
||||
m_pid = ProcessHandle(pid);
|
||||
m_gdbServerPort = gdbServerPort;
|
||||
m_debugServerPort = debugServerPort;
|
||||
m_qmlServer = qmlServer;
|
||||
reportStarted();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user