forked from qt-creator/qt-creator
Valgrind: Rename valgrindrunner.{cpp,h} -> valgrindprocess.{cpp.h}
Change-Id: I17f8e55ee97567b98f2260d1a79413bd26d02314 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -27,7 +27,7 @@ add_qtc_plugin(Valgrind
|
||||
valgrind.qrc
|
||||
valgrindengine.cpp valgrindengine.h
|
||||
valgrindplugin.cpp
|
||||
valgrindrunner.cpp valgrindrunner.h
|
||||
valgrindprocess.cpp valgrindprocess.h
|
||||
valgrindsettings.cpp valgrindsettings.h
|
||||
valgrindtr.h
|
||||
xmlprotocol/announcethread.cpp xmlprotocol/announcethread.h
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "memcheckerrorview.h"
|
||||
#include "valgrindengine.h"
|
||||
#include "valgrindrunner.h"
|
||||
#include "valgrindprocess.h"
|
||||
#include "valgrindsettings.h"
|
||||
#include "valgrindtr.h"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ QtcPlugin {
|
||||
"valgrind.qrc",
|
||||
"valgrindengine.cpp", "valgrindengine.h",
|
||||
"valgrindplugin.cpp",
|
||||
"valgrindrunner.cpp", "valgrindrunner.h",
|
||||
"valgrindprocess.cpp", "valgrindprocess.h",
|
||||
"valgrindsettings.cpp", "valgrindsettings.h",
|
||||
"valgrindtr.h",
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "valgrindrunner.h"
|
||||
#include "valgrindprocess.h"
|
||||
#include "valgrindsettings.h"
|
||||
|
||||
#include <projectexplorer/runcontrol.h>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "valgrindmemcheckparsertest.h"
|
||||
|
||||
#include "valgrindrunner.h"
|
||||
#include "valgrindprocess.h"
|
||||
#include "xmlprotocol/error.h"
|
||||
#include "xmlprotocol/frame.h"
|
||||
#include "xmlprotocol/parser.h"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "valgrindrunner.h"
|
||||
#include "valgrindprocess.h"
|
||||
|
||||
#include "valgrindtr.h"
|
||||
#include "xmlprotocol/parser.h"
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "valgrindtestrunnertest.h"
|
||||
|
||||
#include "valgrindrunner.h"
|
||||
#include "valgrindprocess.h"
|
||||
#include "xmlprotocol/frame.h"
|
||||
#include "xmlprotocol/stack.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <valgrind/xmlprotocol/error.h>
|
||||
#include <valgrind/xmlprotocol/errorlistmodel.h>
|
||||
#include <valgrind/xmlprotocol/stackmodel.h>
|
||||
#include <valgrind/valgrindrunner.h>
|
||||
#include <valgrind/valgrindprocess.h>
|
||||
|
||||
class ModelDemo : public QObject
|
||||
{
|
||||
|
||||
@@ -14,7 +14,7 @@ function(extend_valgrind_test targetName)
|
||||
callgrind/callgrindparser.h callgrind/callgrindparser.cpp
|
||||
callgrind/callgrindproxymodel.h callgrind/callgrindproxymodel.cpp
|
||||
callgrind/callgrindstackbrowser.h callgrind/callgrindstackbrowser.cpp
|
||||
valgrindrunner.h valgrindrunner.cpp
|
||||
valgrindprocess.h valgrindprocess.cpp
|
||||
xmlprotocol/announcethread.h xmlprotocol/announcethread.cpp
|
||||
xmlprotocol/error.h xmlprotocol/error.cpp
|
||||
xmlprotocol/errorlistmodel.h xmlprotocol/errorlistmodel.cpp
|
||||
|
||||
@@ -26,7 +26,7 @@ QtcAutotest {
|
||||
name: "Other files from plugin"
|
||||
prefix: product.pluginDir + "/"
|
||||
files: [
|
||||
"valgrindrunner.h", "valgrindrunner.cpp",
|
||||
"valgrindprocess.h", "valgrindprocess.cpp",
|
||||
]
|
||||
}
|
||||
cpp.includePaths: base.concat([project.ide_source_tree + "/src/plugins"])
|
||||
|
||||
Reference in New Issue
Block a user