debugger: don't remove corefiles that we did not create.

This commit is contained in:
hjk
2010-09-07 14:19:44 +02:00
parent a364b93577
commit 98e37b3b15
4 changed files with 8 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ public:
QString executable;
QString displayName;
QString coreFile;
bool isSnapshot; // set if created internally
QStringList processArgs;
QStringList environment;
QString workingDirectory;