forked from qt-creator/qt-creator
Valgrind: Suppress messagebox on SIGTRAP for vgdb
Change-Id: I5af3a3a67a9c9903337e0035733a74ad482ba197 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <projectexplorer/devicesupport/idevice.h>
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QVector>
|
||||
|
||||
namespace Debugger {
|
||||
|
||||
@@ -156,6 +157,9 @@ public:
|
||||
bool useContinueInsteadOfRun; // 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
|
||||
|
||||
// Used by Valgrind
|
||||
QVector<QByteArray> expectedSignals;
|
||||
|
||||
QStringList solibSearchPath;
|
||||
DebuggerStartMode startMode;
|
||||
DebuggerCloseMode closeMode;
|
||||
|
||||
Reference in New Issue
Block a user