forked from qt-creator/qt-creator
debugger: ignore new cmd-param-changed notification
Might be useful in the future. Not now. Change-Id: I7255df2d56b477aaf30ebf4b9823f12e8713931c Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -643,6 +643,9 @@ void GdbEngine::handleResponse(const QByteArray &buff)
|
||||
if (!handler->isOneShot(id))
|
||||
handler->removeAlienBreakpoint(id);
|
||||
}
|
||||
} else if (asyncClass == "cmd-param-changed") {
|
||||
// New since 2012-08-09
|
||||
// "{param="debug remote",value="1"}"
|
||||
} else {
|
||||
qDebug() << "IGNORED ASYNC OUTPUT"
|
||||
<< asyncClass << result.toString();
|
||||
|
Reference in New Issue
Block a user