debugger: don't dead-lock when switching sessions while debugging

This commit is contained in:
hjk
2009-04-01 16:49:45 +02:00
parent 18061710e7
commit c1e0a788ff
6 changed files with 21 additions and 6 deletions

View File

@@ -398,6 +398,10 @@ void GdbEngine::handleResponse(const QByteArray &buff)
// Archer has "{id="28902"}"
} else if (asyncClass == "thread-created") {
//"{id="1",group-id="28902"}"
} else if (asyncClass == "thread-group-exited") {
// Archer has "{id="28902"}"
} else if (asyncClass == "thread-exited") {
//"{id="1",group-id="28902"}"
#ifdef Q_OS_MAC
} else if (asyncClass == "shlibs-updated") {
// MAC announces updated libs