Debugger: Suppress GDB's memory-changed notification

Change-Id: I266b1cef33e53250da79fac0473c3d45eb740ddb
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-06-06 17:58:59 +02:00
parent 26483b6fa9
commit cbcd0bee3f

View File

@@ -637,6 +637,9 @@ void GdbEngine::handleResponse(const QByteArray &buff)
} else if (asyncClass == "cmd-param-changed") {
// New since 2012-08-09
// "{param="debug remote",value="1"}"
} else if (asyncClass == "memory-changed") {
// New since 2013
// "{thread-group="i1",addr="0x0918a7a8",len="0x10"}"
} else {
qDebug() << "IGNORED ASYNC OUTPUT"
<< asyncClass << result.toString();