Debugger: Move DebugInfoTask handling to plugin

This does not involve the engine (currently).

Task-number: QTCREATORBUG-19994
Change-Id: I07a628580bf99c988eb0df165d649d5cc0869c0d
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
hjk
2018-03-07 15:31:08 +01:00
parent 144bba95e9
commit 37ef24114c
4 changed files with 47 additions and 68 deletions

View File

@@ -381,11 +381,6 @@ private: ////////// General Interface //////////
QHash<int, QString> m_scheduledTestResponses;
QSet<int> m_testCases;
// Debug information
friend class DebugInfoTaskHandler;
void requestDebugInformation(const DebugInfoTask &task);
DebugInfoTaskHandler *m_debugInfoTaskHandler;
bool m_systemDumpersLoaded = false;
static QString msgGdbStopFailed(const QString &why);