debugger: handle error when remote server does not respond

This commit is contained in:
hjk
2009-05-07 09:35:11 +02:00
parent c1dc4394b0
commit f87df9e72e
6 changed files with 137 additions and 73 deletions

View File

@@ -218,7 +218,8 @@ private:
void handleQuerySources(const GdbResultRecord &response, const QVariant &);
void handleTargetCore(const GdbResultRecord &, const QVariant &);
void handleExit(const GdbResultRecord &, const QVariant &);
void handleTargetAsync(const GdbResultRecord &, const QVariant &);
void handleSetTargetAsync(const GdbResultRecord &, const QVariant &);
void handleTargetRemote(const GdbResultRecord &, const QVariant &);
void debugMessage(const QString &msg);
OutputCollector m_outputCollector;