From e3b2ddf78d5d930fe9907859271cd4fe0add2848 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Mon, 21 Oct 2002 20:38:32 +0000 Subject: [PATCH] update. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index fb37a130778..1d33c3447da 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,9 @@ +2002-10-21 Alain Magloire + + * src/.../core/cdi/EventManager.java (update): Only + fire the event for MemoryChangedEvent if the block was + not frozen. + 2002-10-20 Alain Magloire Eclipse provides plugins a way to trace by having an .options file, @@ -13,8 +19,8 @@ * .options: Set debug to true. * src/.../core/MIPlugin.java (debugLog): Break the log line in small chuncks of 100. - * src/.../MISession.java (postCommand): Print the gdb/mi command. - * src/.../RxThread.java (run): Print gdb/mi responses. + * src/.../core/MISession.java (postCommand): Print the gdb/mi command. + * src/.../core/RxThread.java (run): Print gdb/mi responses. 2002-10-20 Alain Magloire