forked from qt-creator/qt-creator
debugger: don't remove corefiles that we did not create.
This commit is contained in:
@@ -3022,6 +3022,7 @@ void GdbEngine::handleMakeSnapshot(const GdbResponse &response)
|
||||
function = frame.function + _(":") + QString::number(frame.line);
|
||||
}
|
||||
sp.displayName = function + _(": ") + QDateTime::currentDateTime().toString();
|
||||
sp.isSnapshot = true;
|
||||
DebuggerRunControl *rc = DebuggerPlugin::createDebugger(sp);
|
||||
DebuggerPlugin::startDebugger(rc);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user