forked from qt-creator/qt-creator
Valgrind: Support vgdb
Change-Id: Id9f653a81d329494017653b8fc7ec9960e20dbcd Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -40,6 +40,7 @@ namespace Internal {
|
||||
|
||||
class ValgrindGlobalSettings;
|
||||
class MemcheckTool;
|
||||
class MemcheckWithGdbTool;
|
||||
class CallgrindTool;
|
||||
|
||||
class ValgrindPlugin : public ExtensionSystem::IPlugin
|
||||
@@ -58,6 +59,7 @@ public:
|
||||
|
||||
private:
|
||||
MemcheckTool *m_memcheckTool;
|
||||
MemcheckWithGdbTool *m_memcheckWithGdbTool;
|
||||
CallgrindTool *m_callgrindTool;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user