Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-11-05 16:21:30 +0000
committerAlain Magloire2002-11-05 16:21:30 +0000
commitfd2f3b90040b039a7fab019d5d69b59f0fb37327 (patch)
tree3498e72ed1927c34b160e378428ca48398ad321b
parenta6bc372a172d558645b054dda2523c624ecfa378 (diff)
downloadorg.eclipse.cdt-fd2f3b90040b039a7fab019d5d69b59f0fb37327.tar.gz
org.eclipse.cdt-fd2f3b90040b039a7fab019d5d69b59f0fb37327.tar.xz
org.eclipse.cdt-fd2f3b90040b039a7fab019d5d69b59f0fb37327.zip
updated.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index ce9c6df0697..e32c361146d 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,4 +1,10 @@
-2002-11-1 Alain Magloire
+2002-11-05 Alain Magloire
+
+ * src/.../mi/core/cdi/Register.java (setValue): Fire a
+ MIRegisterChangedEvent when changing value.
+ Fix PR:25730
+
+2002-11-01 Alain Magloire
The change in MISession(), will catch things like starting gdb-5.0
with argument "-i mi1", that level of mi is not supported.

Back to the top