forked from qt-creator/qt-creator
debugger: handle error when remote server does not respond
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user