Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-08-25 18:26:34 +0000
committerMikhail Khodjaiants2005-08-25 18:26:34 +0000
commit485f7b6bf00673bd4ffd16b85b00707c8acec19a (patch)
tree861bc426ef147cd4261337b2525cbca126dd4c0f /debug/org.eclipse.cdt.debug.core/ChangeLog
parentb6b18c2e07612cdd44e30aef293a426cf5947f8f (diff)
downloadorg.eclipse.cdt-485f7b6bf00673bd4ffd16b85b00707c8acec19a.tar.gz
org.eclipse.cdt-485f7b6bf00673bd4ffd16b85b00707c8acec19a.tar.xz
org.eclipse.cdt-485f7b6bf00673bd4ffd16b85b00707c8acec19a.zip
Bug 108028: Duplicate watchpointes.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.core/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog
index 68753510242..db6addac643 100644
--- a/debug/org.eclipse.cdt.debug.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.core/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-25 Mikhail Khodjaiants
+ Bug 108028: Duplicate watchpointes.
+ * CBreakpointManager.java
+
2005-08-23 Mikhail Khodjaiants
Bug 107787: Casting variable to array causes NPE.
* CIndexedValue.java

Back to the top