debugger: handle critical TRK errors as critical.

This commit is contained in:
hjk
2010-02-11 11:11:28 +01:00
parent 904fc6c36d
commit 931ef372f6

View File

@@ -1124,6 +1124,7 @@ void TrkGdbAdapter::sendTrkAck(trk::byte token)
void TrkGdbAdapter::handleTrkError(const QString &msg)
{
logMessage("## TRK ERROR: " + msg);
emit adapterCrashed("TRK problem encountered:\n" + msg);
}
void TrkGdbAdapter::handleTrkResult(const TrkResult &result)