aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerruncontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerruncontrol.h')
-rw-r--r--src/plugins/debugger/debuggerruncontrol.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerruncontrol.h b/src/plugins/debugger/debuggerruncontrol.h
index adc9de8fef..a971c25807 100644
--- a/src/plugins/debugger/debuggerruncontrol.h
+++ b/src/plugins/debugger/debuggerruncontrol.h
@@ -33,6 +33,8 @@
#include <projectexplorer/runconfiguration.h>
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
+#include <utils/environmentfwd.h>
+
namespace Debugger {
namespace Internal {
@@ -78,7 +80,7 @@ public:
void setRunControlName(const QString &name);
void setStartMessage(const QString &msg);
void addQmlServerInferiorCommandLineArgumentIfNeeded();
-
+ void modifyDebuggerEnvironment(const Utils::EnvironmentItems &item);
void setCrashParameter(const QString &event);
void addExpectedSignal(const QString &signal);
@@ -127,6 +129,7 @@ public:
void setAbi(const ProjectExplorer::Abi &abi);
Internal::TerminalRunner *terminalRunner() const;
+ DebuggerEngineType cppEngineType() const;
private:
bool fixupParameters();