debugger: work on autotests

Qt creator starts up now, no debugging yet.
This commit is contained in:
hjk
2009-04-07 09:40:56 +02:00
parent 9318459b47
commit a7e677421d
4 changed files with 41 additions and 26 deletions

View File

@@ -398,6 +398,10 @@ void GdbEngine::handleResponse(const QByteArray &buff)
// target-name="/usr/lib/libdrm.so.2",
// host-name="/usr/lib/libdrm.so.2",
// symbols-loaded="0"
} else if (asyncClass == "library-unloaded") {
// Archer has 'id="/usr/lib/libdrm.so.2",
// target-name="/usr/lib/libdrm.so.2",
// host-name="/usr/lib/libdrm.so.2"
} else if (asyncClass == "thread-group-created") {
// Archer has "{id="28902"}"
} else if (asyncClass == "thread-created") {