forked from qt-creator/qt-creator
debugger: merge notifyEngineRemoteSetup* and handleRemoteSetup*
Change-Id: I89abcb0dcceef6767cb3e78f4e85c1cd718e78c1 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -233,8 +233,6 @@ protected: ////////// Gdb Process Management //////////
|
||||
void reportEngineSetupOk(const GdbResponse &response);
|
||||
void handleInferiorShutdown(const GdbResponse &response);
|
||||
void handleGdbExit(const GdbResponse &response);
|
||||
void handleRemoteSetupDone(int gdbServerPort, int qmlPort);
|
||||
void handleRemoteSetupFailed(const QString &message);
|
||||
void handleNamespaceExtraction(const GdbResponse &response);
|
||||
|
||||
void loadInitScript();
|
||||
|
||||
Reference in New Issue
Block a user