forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.2'
Change-Id: Ib3073a0a3d80c99cf97b9839480dbf9583fa10de
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user