forked from qt-creator/qt-creator
Debugger: Cleanup some GdbEngine code paths
Either dead code, or "Adapter" related abstractions that are not used anymore. Change-Id: I1f2418db13d4891d36c10b488c522582eff8afc5 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -120,13 +120,6 @@ private: ////////// General Interface //////////
|
||||
// The engine is still running just fine, but it failed to acquire a debuggee.
|
||||
void notifyInferiorSetupFailedHelper(const QString &msg);
|
||||
|
||||
void notifyAdapterShutdownOk();
|
||||
void notifyAdapterShutdownFailed();
|
||||
|
||||
// Something went wrong with the adapter *after* adapterStarted() was emitted.
|
||||
// Make sure to clean up everything before emitting this signal.
|
||||
void handleAdapterCrashed(const QString &msg);
|
||||
|
||||
void handleGdbFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
||||
void handleGdbError(QProcess::ProcessError error);
|
||||
void readGdbStandardOutput();
|
||||
|
||||
Reference in New Issue
Block a user