debugger: don't consider archer's "library-loaded" as a reason for a

warning
This commit is contained in:
hjk
2009-04-01 15:44:34 +02:00
parent fbb4288eae
commit e4bd6c55c4

View File

@@ -389,6 +389,11 @@ void GdbEngine::handleResponse(const QByteArray &buff)
handleAsyncOutput(record);
} else if (asyncClass == "running") {
// Archer has 'thread-id="all"' here
} else if (asyncClass == "library-loaded") {
// Archer has 'id="/usr/lib/libdrm.so.2",
// target-name="/usr/lib/libdrm.so.2",
// host-name="/usr/lib/libdrm.so.2",
// symbols-loaded="0"'
#ifdef Q_OS_MAC
} else if (asyncClass == "shlibs-updated") {
// MAC announces updated libs