forked from qt-creator/qt-creator
Debugger: Use ProcessHandle in notifyInferiorPid()
Change-Id: Idcb6819b64964b6aa0e72d182cc628feba37ba55 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user