Re-enable "set target-async on" and make failure non-fatal

This commit is contained in:
ck
2009-10-16 15:05:30 +02:00
parent 3e3422df09
commit 42d3ada0b4
2 changed files with 3 additions and 17 deletions

View File

@@ -64,9 +64,7 @@ private:
Q_SLOT void readUploadStandardError();
Q_SLOT void uploadProcError(QProcess::ProcessError error);
#if 0
void handleSetTargetAsync(const GdbResponse &response);
#endif
void handleFileExecAndSymbols(const GdbResponse &response);
void handleTargetRemote(const GdbResponse &response);
void handleKill(const GdbResponse &response);