Merge remote-tracking branch 'origin/4.2'

Change-Id: Ib3073a0a3d80c99cf97b9839480dbf9583fa10de
This commit is contained in:
Eike Ziller
2017-01-23 13:13:05 +01:00
14 changed files with 208 additions and 31 deletions

View File

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