Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-06-15 17:58:08 +0000
committerMikhail Khodjaiants2005-06-15 17:58:08 +0000
commit0467fe740a2765d2f06fd54fae74de6e1e137521 (patch)
treef99c0b9ae4f28987145a4ac27910f7a0e83d4fcd /launch/org.eclipse.cdt.launch/ChangeLog
parentd0824d23fdea280c513e0a5fc6a65e38240bd731 (diff)
downloadorg.eclipse.cdt-0467fe740a2765d2f06fd54fae74de6e1e137521.tar.gz
org.eclipse.cdt-0467fe740a2765d2f06fd54fae74de6e1e137521.tar.xz
org.eclipse.cdt-0467fe740a2765d2f06fd54fae74de6e1e137521.zip
Bug 87556: Post-mortem debug fails silently if core file is inaccessible. Applied patch from Joanne Woo (Monta Vista).
Diffstat (limited to 'launch/org.eclipse.cdt.launch/ChangeLog')
-rw-r--r--launch/org.eclipse.cdt.launch/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/launch/org.eclipse.cdt.launch/ChangeLog b/launch/org.eclipse.cdt.launch/ChangeLog
index e90556cb197..cc92a806292 100644
--- a/launch/org.eclipse.cdt.launch/ChangeLog
+++ b/launch/org.eclipse.cdt.launch/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-15 Mikhail Khodjaiants
+ Bug 87556: Post-mortem debug fails silently if core file is inaccessible.
+ Applied patch from Joanne Woo (Monta Vista).
+ * CoreFilePrompter.java
+ * CoreFileLaunchDelegate.java
+ * LaunchMessages.properties
+
2005-05-18 David Inglis
Fixed bug 39581 & part of 46746

Back to the top