Debugger: Use ProcessHandle in notifyInferiorPid()

Change-Id: Idcb6819b64964b6aa0e72d182cc628feba37ba55
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2017-03-01 09:35:28 +01:00
parent c168ba9f11
commit 329db5f4cc
9 changed files with 30 additions and 20 deletions

View File

@@ -490,7 +490,7 @@ void LldbEngine::handleResponse(const QString &response)
else if (name == "output")
handleOutputNotification(item);
else if (name == "pid")
notifyInferiorPid(item.toLongLong());
notifyInferiorPid(item.toProcessHandle());
}
}