forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user