forked from qt-creator/qt-creator
Valgrind: Fix includes
Change-Id: I30248edc9f536cd3865799dd0b56c1360e72aa2f Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -6,8 +6,6 @@
|
|||||||
#include "callgrindparsedata.h"
|
#include "callgrindparsedata.h"
|
||||||
#include "callgrindfunctioncall.h"
|
#include "callgrindfunctioncall.h"
|
||||||
|
|
||||||
#include <QList>
|
|
||||||
#include <QString>
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
namespace Valgrind::Callgrind {
|
namespace Valgrind::Callgrind {
|
||||||
|
|||||||
@@ -5,13 +5,11 @@
|
|||||||
|
|
||||||
#include "callgrindfunction.h"
|
#include "callgrindfunction.h"
|
||||||
#include "callgrindfunctioncall.h"
|
#include "callgrindfunctioncall.h"
|
||||||
#include "callgrindparsedata.h"
|
|
||||||
#include "callgrindfunctioncycle.h"
|
#include "callgrindfunctioncycle.h"
|
||||||
|
#include "callgrindparsedata.h"
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
namespace Valgrind::Callgrind::Internal {
|
namespace Valgrind::Callgrind::Internal {
|
||||||
|
|
||||||
CycleDetection::CycleDetection(ParseData *data)
|
CycleDetection::CycleDetection(ParseData *data)
|
||||||
|
|||||||
@@ -11,11 +11,7 @@
|
|||||||
#include <utils/algorithm.h>
|
#include <utils/algorithm.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QChar>
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QList>
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
#include <QTextDocument>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace Callgrind {
|
namespace Callgrind {
|
||||||
|
|||||||
@@ -2,20 +2,16 @@
|
|||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
|
|
||||||
#include "callgrindfunction.h"
|
#include "callgrindfunction.h"
|
||||||
#include "callgrindfunction_p.h"
|
|
||||||
|
|
||||||
#include "callgrindcostitem.h"
|
#include "callgrindcostitem.h"
|
||||||
|
#include "callgrindfunction_p.h"
|
||||||
#include "callgrindfunctioncall.h"
|
#include "callgrindfunctioncall.h"
|
||||||
#include "callgrindparsedata.h"
|
#include "callgrindparsedata.h"
|
||||||
#include "../valgrindtr.h"
|
#include "../valgrindtr.h"
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QString>
|
|
||||||
#include <QStringList>
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QCoreApplication>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace Callgrind {
|
namespace Callgrind {
|
||||||
|
|||||||
@@ -2,14 +2,11 @@
|
|||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
|
|
||||||
#include "callgrindfunctioncycle.h"
|
#include "callgrindfunctioncycle.h"
|
||||||
#include "callgrindfunction_p.h"
|
|
||||||
|
|
||||||
|
#include "callgrindfunction_p.h"
|
||||||
#include "callgrindfunctioncall.h"
|
#include "callgrindfunctioncall.h"
|
||||||
#include "callgrindparsedata.h"
|
#include "callgrindparsedata.h"
|
||||||
|
|
||||||
#include <QStringList>
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace Callgrind {
|
namespace Callgrind {
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QCoreApplication>
|
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
#include "callgrindparser.h"
|
#include "callgrindparser.h"
|
||||||
|
|
||||||
#include "callgrindparsedata.h"
|
|
||||||
#include "callgrindfunctioncall.h"
|
|
||||||
#include "callgrindcostitem.h"
|
#include "callgrindcostitem.h"
|
||||||
#include "callgrindfunction.h"
|
#include "callgrindfunction.h"
|
||||||
|
#include "callgrindfunctioncall.h"
|
||||||
|
#include "callgrindparsedata.h"
|
||||||
|
|
||||||
#include <utils/filepath.h>
|
#include <utils/filepath.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
@@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QHash>
|
#include <QHash>
|
||||||
#include <QList>
|
|
||||||
#include <QStringList>
|
#include <QStringList>
|
||||||
|
|
||||||
// #define DEBUG_PARSER
|
// #define DEBUG_PARSER
|
||||||
|
|||||||
@@ -10,8 +10,6 @@
|
|||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace Callgrind {
|
namespace Callgrind {
|
||||||
|
|
||||||
|
|||||||
@@ -3,9 +3,8 @@
|
|||||||
|
|
||||||
#include "callgrindcostdelegate.h"
|
#include "callgrindcostdelegate.h"
|
||||||
|
|
||||||
#include "callgrindhelper.h"
|
|
||||||
|
|
||||||
#include "callgrind/callgrindabstractmodel.h"
|
#include "callgrind/callgrindabstractmodel.h"
|
||||||
|
#include "callgrindhelper.h"
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
|
|||||||
@@ -3,17 +3,11 @@
|
|||||||
|
|
||||||
#include "callgrindcostview.h"
|
#include "callgrindcostview.h"
|
||||||
|
|
||||||
|
#include "callgrind/callgrinddatamodel.h"
|
||||||
|
#include "callgrind/callgrindcallmodel.h"
|
||||||
#include "callgrindnamedelegate.h"
|
#include "callgrindnamedelegate.h"
|
||||||
|
|
||||||
#include <valgrind/callgrind/callgrindabstractmodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrinddatamodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrindfunction.h>
|
|
||||||
#include <valgrind/callgrind/callgrindcallmodel.h>
|
|
||||||
|
|
||||||
#include <QAbstractProxyModel>
|
#include <QAbstractProxyModel>
|
||||||
#include <QContextMenuEvent>
|
|
||||||
#include <QMenu>
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
using namespace Valgrind::Callgrind;
|
using namespace Valgrind::Callgrind;
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
|
|
||||||
#include "callgrindengine.h"
|
#include "callgrindengine.h"
|
||||||
|
|
||||||
#include "valgrindsettings.h"
|
#include "callgrind/callgrindparser.h"
|
||||||
|
#include "valgrindtr.h"
|
||||||
#include <valgrind/callgrind/callgrindparser.h>
|
|
||||||
#include <valgrind/valgrindrunner.h>
|
|
||||||
#include <valgrind/valgrindtr.h>
|
|
||||||
|
|
||||||
#include <debugger/analyzer/analyzermanager.h>
|
#include <debugger/analyzer/analyzermanager.h>
|
||||||
|
|
||||||
@@ -17,8 +14,6 @@
|
|||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/temporaryfile.h>
|
#include <utils/temporaryfile.h>
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
|
|
||||||
#define CALLGRIND_CONTROL_DEBUG 0
|
#define CALLGRIND_CONTROL_DEBUG 0
|
||||||
|
|
||||||
using namespace ProjectExplorer;
|
using namespace ProjectExplorer;
|
||||||
|
|||||||
@@ -3,18 +3,15 @@
|
|||||||
|
|
||||||
#include "callgrindtextmark.h"
|
#include "callgrindtextmark.h"
|
||||||
|
|
||||||
#include "callgrindhelper.h"
|
|
||||||
|
|
||||||
#include "callgrind/callgrinddatamodel.h"
|
#include "callgrind/callgrinddatamodel.h"
|
||||||
#include "callgrind/callgrindfunction.h"
|
#include "callgrind/callgrindfunction.h"
|
||||||
|
#include "callgrindhelper.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QLayout>
|
#include <QLayout>
|
||||||
#include <QPainter>
|
|
||||||
|
|
||||||
using namespace Utils;
|
using namespace Utils;
|
||||||
using namespace Valgrind::Internal;
|
using namespace Valgrind::Internal;
|
||||||
|
|||||||
@@ -3,30 +3,22 @@
|
|||||||
|
|
||||||
#include "callgrindtool.h"
|
#include "callgrindtool.h"
|
||||||
|
|
||||||
|
#include "callgrind/callgrindcallmodel.h"
|
||||||
|
#include "callgrind/callgrinddatamodel.h"
|
||||||
|
#include "callgrind/callgrindfunction.h"
|
||||||
|
#include "callgrind/callgrindfunctioncall.h"
|
||||||
|
#include "callgrind/callgrindparsedata.h"
|
||||||
|
#include "callgrind/callgrindparser.h"
|
||||||
|
#include "callgrind/callgrindproxymodel.h"
|
||||||
|
#include "callgrind/callgrindstackbrowser.h"
|
||||||
#include "callgrindcostdelegate.h"
|
#include "callgrindcostdelegate.h"
|
||||||
#include "callgrindcostview.h"
|
#include "callgrindcostview.h"
|
||||||
#include "callgrindengine.h"
|
#include "callgrindengine.h"
|
||||||
#include "callgrindtextmark.h"
|
#include "callgrindtextmark.h"
|
||||||
#include "callgrindvisualisation.h"
|
#include "callgrindvisualisation.h"
|
||||||
|
#include "valgrindsettings.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
|
||||||
#include <valgrind/callgrind/callgrindcallmodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrindcostitem.h>
|
|
||||||
#include <valgrind/callgrind/callgrinddatamodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrindfunction.h>
|
|
||||||
#include <valgrind/callgrind/callgrindfunctioncall.h>
|
|
||||||
#include <valgrind/callgrind/callgrindparsedata.h>
|
|
||||||
#include <valgrind/callgrind/callgrindparser.h>
|
|
||||||
#include <valgrind/callgrind/callgrindproxymodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrindstackbrowser.h>
|
|
||||||
#include <valgrind/valgrindsettings.h>
|
|
||||||
|
|
||||||
#include <debugger/debuggerconstants.h>
|
|
||||||
#include <debugger/analyzer/analyzerconstants.h>
|
|
||||||
#include <debugger/analyzer/analyzermanager.h>
|
|
||||||
#include <debugger/analyzer/analyzerutils.h>
|
|
||||||
#include <debugger/analyzer/startremotedialog.h>
|
|
||||||
|
|
||||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||||
#include <coreplugin/actionmanager/actionmanager.h>
|
#include <coreplugin/actionmanager/actionmanager.h>
|
||||||
#include <coreplugin/actionmanager/command.h>
|
#include <coreplugin/actionmanager/command.h>
|
||||||
@@ -39,10 +31,10 @@
|
|||||||
|
|
||||||
#include <cppeditor/cppeditorconstants.h>
|
#include <cppeditor/cppeditorconstants.h>
|
||||||
|
|
||||||
#include <extensionsystem/pluginmanager.h>
|
#include <debugger/debuggerconstants.h>
|
||||||
|
#include <debugger/analyzer/analyzermanager.h>
|
||||||
#include <texteditor/texteditor.h>
|
#include <debugger/analyzer/analyzerutils.h>
|
||||||
#include <texteditor/textdocument.h>
|
#include <debugger/analyzer/startremotedialog.h>
|
||||||
|
|
||||||
#include <projectexplorer/project.h>
|
#include <projectexplorer/project.h>
|
||||||
#include <projectexplorer/projectexplorer.h>
|
#include <projectexplorer/projectexplorer.h>
|
||||||
@@ -51,23 +43,22 @@
|
|||||||
#include <projectexplorer/projecttree.h>
|
#include <projectexplorer/projecttree.h>
|
||||||
#include <projectexplorer/taskhub.h>
|
#include <projectexplorer/taskhub.h>
|
||||||
|
|
||||||
#include <utils/fancymainwindow.h>
|
#include <texteditor/texteditor.h>
|
||||||
|
#include <texteditor/textdocument.h>
|
||||||
|
|
||||||
#include <utils/process.h>
|
#include <utils/process.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/styledbar.h>
|
|
||||||
#include <utils/utilsicons.h>
|
#include <utils/utilsicons.h>
|
||||||
|
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
#include <QActionGroup>
|
#include <QActionGroup>
|
||||||
#include <QComboBox>
|
#include <QComboBox>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QFileDialog>
|
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QMenu>
|
#include <QMenu>
|
||||||
#include <QSortFilterProxyModel>
|
#include <QSortFilterProxyModel>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QToolBar>
|
|
||||||
#include <QToolButton>
|
#include <QToolButton>
|
||||||
|
|
||||||
using namespace Debugger;
|
using namespace Debugger;
|
||||||
|
|||||||
@@ -3,22 +3,18 @@
|
|||||||
|
|
||||||
#include "callgrindvisualisation.h"
|
#include "callgrindvisualisation.h"
|
||||||
|
|
||||||
|
#include "callgrind/callgrinddatamodel.h"
|
||||||
|
#include "callgrind/callgrindfunction.h"
|
||||||
|
#include "callgrind/callgrindproxymodel.h"
|
||||||
#include "callgrindhelper.h"
|
#include "callgrindhelper.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
|
||||||
#include <valgrind/callgrind/callgrindabstractmodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrinddatamodel.h>
|
|
||||||
#include <valgrind/callgrind/callgrindfunction.h>
|
|
||||||
#include <valgrind/callgrind/callgrindproxymodel.h>
|
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QAbstractItemModel>
|
#include <QAbstractItemModel>
|
||||||
#include <QDebug>
|
|
||||||
#include <QGraphicsRectItem>
|
#include <QGraphicsRectItem>
|
||||||
#include <QGraphicsScene>
|
#include <QGraphicsScene>
|
||||||
#include <QGraphicsSimpleTextItem>
|
#include <QGraphicsSimpleTextItem>
|
||||||
#include <QList>
|
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include <QPair>
|
#include <QPair>
|
||||||
#include <QStaticText>
|
#include <QStaticText>
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include "valgrindsettings.h"
|
#include "valgrindsettings.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
|
||||||
#include "xmlprotocol/error.h"
|
#include "xmlprotocol/error.h"
|
||||||
#include "xmlprotocol/errorlistmodel.h"
|
#include "xmlprotocol/errorlistmodel.h"
|
||||||
#include "xmlprotocol/frame.h"
|
#include "xmlprotocol/frame.h"
|
||||||
|
|||||||
@@ -16,6 +16,14 @@
|
|||||||
#include "xmlprotocol/parser.h"
|
#include "xmlprotocol/parser.h"
|
||||||
#include "xmlprotocol/stack.h"
|
#include "xmlprotocol/stack.h"
|
||||||
|
|
||||||
|
#include <coreplugin/actionmanager/actioncontainer.h>
|
||||||
|
#include <coreplugin/actionmanager/actionmanager.h>
|
||||||
|
#include <coreplugin/actionmanager/command.h>
|
||||||
|
#include <coreplugin/editormanager/editormanager.h>
|
||||||
|
#include <coreplugin/helpmanager.h>
|
||||||
|
#include <coreplugin/icore.h>
|
||||||
|
#include <coreplugin/modemanager.h>
|
||||||
|
|
||||||
#include <debugger/debuggerkitaspect.h>
|
#include <debugger/debuggerkitaspect.h>
|
||||||
#include <debugger/debuggerruncontrol.h>
|
#include <debugger/debuggerruncontrol.h>
|
||||||
#include <debugger/analyzer/analyzerconstants.h>
|
#include <debugger/analyzer/analyzerconstants.h>
|
||||||
@@ -35,19 +43,7 @@
|
|||||||
#include <projectexplorer/taskhub.h>
|
#include <projectexplorer/taskhub.h>
|
||||||
#include <projectexplorer/toolchain.h>
|
#include <projectexplorer/toolchain.h>
|
||||||
|
|
||||||
#include <extensionsystem/iplugin.h>
|
|
||||||
#include <extensionsystem/pluginmanager.h>
|
|
||||||
|
|
||||||
#include <coreplugin/actionmanager/actioncontainer.h>
|
|
||||||
#include <coreplugin/actionmanager/actionmanager.h>
|
|
||||||
#include <coreplugin/actionmanager/command.h>
|
|
||||||
#include <coreplugin/editormanager/editormanager.h>
|
|
||||||
#include <coreplugin/helpmanager.h>
|
|
||||||
#include <coreplugin/icore.h>
|
|
||||||
#include <coreplugin/modemanager.h>
|
|
||||||
|
|
||||||
#include <utils/checkablemessagebox.h>
|
#include <utils/checkablemessagebox.h>
|
||||||
#include <utils/fancymainwindow.h>
|
|
||||||
#include <utils/pathchooser.h>
|
#include <utils/pathchooser.h>
|
||||||
#include <utils/process.h>
|
#include <utils/process.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
@@ -55,22 +51,20 @@
|
|||||||
#include <utils/utilsicons.h>
|
#include <utils/utilsicons.h>
|
||||||
|
|
||||||
#include <QAction>
|
#include <QAction>
|
||||||
|
#include <QCheckBox>
|
||||||
|
#include <QComboBox>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QFileDialog>
|
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
#include <QInputDialog>
|
#include <QInputDialog>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include <QMenu>
|
|
||||||
#include <QToolButton>
|
|
||||||
#include <QSortFilterProxyModel>
|
|
||||||
|
|
||||||
#include <QCheckBox>
|
|
||||||
#include <QComboBox>
|
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
|
#include <QMenu>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QSpinBox>
|
#include <QSpinBox>
|
||||||
#include <QStandardPaths>
|
#include <QStandardPaths>
|
||||||
|
#include <QToolButton>
|
||||||
|
#include <QSortFilterProxyModel>
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
@@ -1161,7 +1155,6 @@ MemcheckToolRunner::MemcheckToolRunner(RunControl *runControl)
|
|||||||
this, &MemcheckToolRunner::startDebugger);
|
this, &MemcheckToolRunner::startDebugger);
|
||||||
connect(&m_runner, &ValgrindRunner::logMessageReceived,
|
connect(&m_runner, &ValgrindRunner::logMessageReceived,
|
||||||
this, &MemcheckToolRunner::appendLog);
|
this, &MemcheckToolRunner::appendLog);
|
||||||
// m_runner.disableXml();
|
|
||||||
} else {
|
} else {
|
||||||
connect(&m_runner, &ValgrindRunner::internalError,
|
connect(&m_runner, &ValgrindRunner::internalError,
|
||||||
this, &MemcheckToolRunner::internalParserError);
|
this, &MemcheckToolRunner::internalParserError);
|
||||||
@@ -1177,7 +1170,6 @@ MemcheckToolRunner::MemcheckToolRunner(RunControl *runControl)
|
|||||||
dd->setupRunner(this);
|
dd->setupRunner(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const char heobProfileC[] = "Heob/Profile";
|
const char heobProfileC[] = "Heob/Profile";
|
||||||
const char heobProfileNameC[] = "Name";
|
const char heobProfileNameC[] = "Name";
|
||||||
const char heobXmlC[] = "Xml";
|
const char heobXmlC[] = "Xml";
|
||||||
|
|||||||
@@ -6,23 +6,19 @@
|
|||||||
#include "valgrindsettings.h"
|
#include "valgrindsettings.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
|
||||||
#include <debugger/analyzer/analyzermanager.h>
|
|
||||||
|
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
#include <coreplugin/ioutputpane.h>
|
#include <coreplugin/ioutputpane.h>
|
||||||
#include <coreplugin/progressmanager/progressmanager.h>
|
|
||||||
#include <coreplugin/progressmanager/futureprogress.h>
|
#include <coreplugin/progressmanager/futureprogress.h>
|
||||||
|
#include <coreplugin/progressmanager/progressmanager.h>
|
||||||
|
|
||||||
#include <extensionsystem/pluginmanager.h>
|
#include <extensionsystem/pluginmanager.h>
|
||||||
|
|
||||||
#include <projectexplorer/devicesupport/idevice.h>
|
#include <projectexplorer/devicesupport/idevice.h>
|
||||||
#include <projectexplorer/kitaspects.h>
|
#include <projectexplorer/kitaspects.h>
|
||||||
#include <projectexplorer/projectexplorericons.h>
|
#include <projectexplorer/projectexplorericons.h>
|
||||||
#include <projectexplorer/runconfiguration.h>
|
|
||||||
#include <projectexplorer/runconfigurationaspects.h>
|
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
|
|
||||||
using namespace Debugger;
|
|
||||||
using namespace Core;
|
using namespace Core;
|
||||||
using namespace Utils;
|
using namespace Utils;
|
||||||
using namespace ProjectExplorer;
|
using namespace ProjectExplorer;
|
||||||
|
|||||||
@@ -3,10 +3,10 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "valgrindrunner.h"
|
||||||
#include "valgrindsettings.h"
|
#include "valgrindsettings.h"
|
||||||
|
|
||||||
#include <projectexplorer/runcontrol.h>
|
#include <projectexplorer/runcontrol.h>
|
||||||
#include <valgrind/valgrindrunner.h>
|
|
||||||
|
|
||||||
#include <QFutureInterface>
|
#include <QFutureInterface>
|
||||||
|
|
||||||
|
|||||||
@@ -5,26 +5,21 @@
|
|||||||
|
|
||||||
#include "callgrindcostdelegate.h"
|
#include "callgrindcostdelegate.h"
|
||||||
#include "valgrindtr.h"
|
#include "valgrindtr.h"
|
||||||
|
#include "xmlprotocol/error.h"
|
||||||
#include <coreplugin/icore.h>
|
|
||||||
|
|
||||||
#include <coreplugin/dialogs/ioptionspage.h>
|
#include <coreplugin/dialogs/ioptionspage.h>
|
||||||
|
|
||||||
#include <debugger/analyzer/analyzericons.h>
|
#include <debugger/analyzer/analyzericons.h>
|
||||||
#include <debugger/debuggertr.h>
|
#include <debugger/debuggertr.h>
|
||||||
|
|
||||||
#include <utils/algorithm.h>
|
#include <utils/algorithm.h>
|
||||||
#include <utils/layoutbuilder.h>
|
#include <utils/layoutbuilder.h>
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
#include <utils/treemodel.h>
|
|
||||||
#include <utils/utilsicons.h>
|
#include <utils/utilsicons.h>
|
||||||
|
|
||||||
#include <valgrind/xmlprotocol/error.h>
|
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
#include <QListView>
|
#include <QListView>
|
||||||
#include <QMetaEnum>
|
#include <QMetaEnum>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QSettings>
|
|
||||||
#include <QStandardItemModel>
|
#include <QStandardItemModel>
|
||||||
|
|
||||||
using namespace Utils;
|
using namespace Utils;
|
||||||
|
|||||||
@@ -3,24 +3,19 @@
|
|||||||
|
|
||||||
#include "valgrindtestrunnertest.h"
|
#include "valgrindtestrunnertest.h"
|
||||||
|
|
||||||
|
#include "valgrindrunner.h"
|
||||||
#include "xmlprotocol/frame.h"
|
#include "xmlprotocol/frame.h"
|
||||||
#include "xmlprotocol/stack.h"
|
#include "xmlprotocol/stack.h"
|
||||||
#include "valgrindrunner.h"
|
|
||||||
|
|
||||||
#include <projectexplorer/devicesupport/devicemanager.h>
|
|
||||||
#include <projectexplorer/projectexplorer.h>
|
|
||||||
|
|
||||||
#include <utils/algorithm.h>
|
#include <utils/algorithm.h>
|
||||||
#include <utils/processinterface.h>
|
#include <utils/processinterface.h>
|
||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <QTest>
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QSignalSpy>
|
#include <QTest>
|
||||||
|
|
||||||
#define HEADER_LENGTH 3
|
#define HEADER_LENGTH 3
|
||||||
|
|
||||||
using namespace ProjectExplorer;
|
|
||||||
using namespace Valgrind::XmlProtocol;
|
using namespace Valgrind::XmlProtocol;
|
||||||
using namespace Utils;
|
using namespace Utils;
|
||||||
|
|
||||||
|
|||||||
@@ -8,14 +8,12 @@
|
|||||||
#include "../valgrindtr.h"
|
#include "../valgrindtr.h"
|
||||||
|
|
||||||
#include <debugger/analyzer/diagnosticlocation.h>
|
#include <debugger/analyzer/diagnosticlocation.h>
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QCoreApplication>
|
|
||||||
#include <QDir>
|
#include <QDir>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
|
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace XmlProtocol {
|
namespace XmlProtocol {
|
||||||
|
|
||||||
|
|||||||
@@ -9,9 +9,6 @@
|
|||||||
|
|
||||||
#include <utils/qtcassert.h>
|
#include <utils/qtcassert.h>
|
||||||
|
|
||||||
#include <QDir>
|
|
||||||
#include <QList>
|
|
||||||
|
|
||||||
namespace Valgrind {
|
namespace Valgrind {
|
||||||
namespace XmlProtocol {
|
namespace XmlProtocol {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user