debugger: add QXmlAttributes manual test

This commit is contained in:
hjk
2011-03-29 14:57:15 +02:00
parent 7f34b5008b
commit f130cd16a8
5 changed files with 147 additions and 4 deletions

View File

@@ -2458,9 +2458,9 @@ void GdbEngine::handleBreakListMultiple(const GdbResponse &response)
QTC_ASSERT(response.resultClass == GdbResultDone, /**/)
const BreakpointId id = response.cookie.toInt();
BreakHandler *handler = breakHandler();
BreakpointResponse br = handler->response(id);
br.addresses.append(0);
handler->setResponse(id, br);
const QString str = QString::fromLocal8Bit(
response.data.findChild("consolestreamoutput").data());
extractDataFromInfoBreak(str, id);
}
void GdbEngine::handleBreakDisable(const GdbResponse &response)