forked from qt-creator/qt-creator
debugger: compile fix after d48136f312
Change-Id: Ibd7c9cafd4b16278e1db19155b285dd0ad2436cc Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1023,7 +1023,7 @@ void GdbEngine::handleResultRecord(GdbResponse *response)
|
||||
QTC_CHECK(state() == InferiorRunOk);
|
||||
notifyInferiorSpontaneousStop();
|
||||
notifyEngineIll();
|
||||
} else if (msg == _("Remote connection closed")) {
|
||||
} else if (msg.startsWith("Remote connection closed")) {
|
||||
// Can happen when the target exits (gdbserver)
|
||||
notifyInferiorExited();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user