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:
@@ -188,6 +188,7 @@ void MemcheckWithGdbRunControl::startDebugger()
|
||||
sp.displayName = QString::fromLatin1("VGdb %1").arg(valgrindPid);
|
||||
sp.remoteChannel = QString::fromLatin1("| vgdb --pid=%1").arg(valgrindPid);
|
||||
sp.useContinueInsteadOfRun = true;
|
||||
sp.expectedSignals << "SIGTRAP";
|
||||
|
||||
QString errorMessage;
|
||||
RunControl *gdbRunControl = Debugger::DebuggerRunControlFactory::doCreate(sp, rc, &errorMessage);
|
||||
|
||||
Reference in New Issue
Block a user