Debugger: Added a start script (gdbinit) field in attach to core and in remote debugging

Merge-request: 2191
Reviewed-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
Orgad Shaneh
2011-05-03 14:57:05 +02:00
committed by hjk
parent 326ea080c5
commit 2849d3e270
7 changed files with 83 additions and 8 deletions

View File

@@ -80,6 +80,7 @@ public:
QString displayName; // Used in the Snapshots view.
QString startMessage; // First status message shown.
QString coreFile;
QString overrideStartScript; // Used in attach to core and remote debugging
bool isSnapshot; // Set if created internally.
QString processArgs;
Utils::Environment environment;