summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerstartparameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/debugger/debuggerstartparameters.h')
-rw-r--r--src/plugins/debugger/debuggerstartparameters.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/debugger/debuggerstartparameters.h b/src/plugins/debugger/debuggerstartparameters.h
index 376cfe258d..a97114d36a 100644
--- a/src/plugins/debugger/debuggerstartparameters.h
+++ b/src/plugins/debugger/debuggerstartparameters.h
@@ -85,12 +85,12 @@ public:
QMap<QString, QString> sourcePathMap;
// Used by baremetal plugin
- QByteArray commandsForReset; // commands used for resetting the inferior
+ QString commandsForReset; // commands used for resetting the inferior
bool useContinueInsteadOfRun = false; // if connected to a hw debugger run is not possible but continue is used
- QByteArray commandsAfterConnect; // additional commands to post after connection to debug target
+ QString commandsAfterConnect; // additional commands to post after connection to debug target
// Used by Valgrind
- QVector<QByteArray> expectedSignals;
+ QStringList expectedSignals;
// For QNX debugging
bool useCtrlCStub = false;