Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-11-02 03:32:44 +0000
committerDavid Inglis2004-11-02 03:32:44 +0000
commit46d6b8f8c17b34203a0805d6cf59241667019569 (patch)
treee09ef85ef4da09bddb9a7349641d6d297e7695fa /launch/org.eclipse.cdt.launch/ChangeLog
parentb39a005df06483bf727cfbfbcef0a5c9d59f1bab (diff)
downloadorg.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.tar.gz
org.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.tar.xz
org.eclipse.cdt-46d6b8f8c17b34203a0805d6cf59241667019569.zip
see change log
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index b8fcc69524b..1dfc721d276 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,17 @@
+2004-11-1 David Inglis
+ Use status handlers to prompt for launch input (process id and core file).
+
+ * plugin.xml
+ * src/org/eclipse/cdt/launch/internal/CoreFileLaunchDelegate.java
+ * src/org/eclipse/cdt/launch/internal/LocalAttachLaunchDelegate.java
+ * src/org/eclipse/cdt/launch/internal/ui/CoreFilePrompter.java
+ * src/org/eclipse/cdt/launch/internal/ui/ProcessPrompter.java
+
+2004-11-01 David Inglis
+ getEnvironmentAsProperty was not using new getEnviroment().
+
+ * src/org/eclipse/cdt/launch/AbstractCLaunchDelegate.java
+
2004-10-22 David Inglis
Added variables support to arguments, environment and working directory.

Back to the top