forked from qt-creator/qt-creator
debugger: don't consider archer's "library-loaded" as a reason for a
warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user