Valgrind: Support vgdb

Change-Id: Id9f653a81d329494017653b8fc7ec9960e20dbcd
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2015-02-06 15:31:08 +02:00
committed by hjk
parent 4db12d433d
commit b4efd0d8c6
14 changed files with 176 additions and 20 deletions

View File

@@ -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;
};