rename handleAsyncOutput() => handleStopResponse()

This commit is contained in:
Oswald Buddenhagen
2009-10-09 10:20:42 +02:00
parent e0f4c4bcee
commit 21314b78d9
2 changed files with 3 additions and 3 deletions

View File

@@ -257,7 +257,7 @@ private:
int terminationIndex(const QByteArray &buffer, int &length);
void handleResponse(const QByteArray &buff);
void handleStart(const GdbResponse &response);
void handleAsyncOutput(const GdbMi &data);
void handleStopResponse(const GdbMi &data);
void handleStop1(const GdbResponse &response);
void handleStop2(const GdbResponse &response);
void handleStop2(const GdbMi &data);