Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlain Magloire2003-03-27 16:25:39 +0000
committerAlain Magloire2003-03-27 16:25:39 +0000
commit70725d89a483fca2cd70e958b52285effabe0bf0 (patch)
treede519e6cfde437f908cac96bbd9b22bbe184cad7 /debug
parentedd1a22fb3c7befdc35411d51f9d79f7dce4a650 (diff)
downloadorg.eclipse.cdt-70725d89a483fca2cd70e958b52285effabe0bf0.tar.gz
org.eclipse.cdt-70725d89a483fca2cd70e958b52285effabe0bf0.tar.xz
org.eclipse.cdt-70725d89a483fca2cd70e958b52285effabe0bf0.zip
updated
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.core/ChangeLog5
-rw-r--r--debug/org.eclipse.cdt.debug.ui.tests/Changelog5
2 files changed, 10 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog
index 04e1826620b..63aba6dea42 100644
--- a/debug/org.eclipse.cdt.debug.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.core/ChangeLog
@@ -1,3 +1,8 @@
+2003-03027 Alain Magloire
+
+ Adjust the code refactor in the CoreModel for IBinary
+ * CDebugTarget.java
+
2003-03-18 Mikhail Khodjaiants
Removed the gdb-specific variable parsing.
* ICValue.java
diff --git a/debug/org.eclipse.cdt.debug.ui.tests/Changelog b/debug/org.eclipse.cdt.debug.ui.tests/Changelog
index 4a1ecc368d7..d7d6f796b84 100644
--- a/debug/org.eclipse.cdt.debug.ui.tests/Changelog
+++ b/debug/org.eclipse.cdt.debug.ui.tests/Changelog
@@ -1,3 +1,8 @@
+2003-03-27 Alain Magloire
+
+ Adjust the code because of refactoring.
+ ICFolder and ICResource are removed.
+
2003-01-29 Peter Graves
Fixed warnings when accessing static methods

Back to the top