From 7c6cf4d75f865ab47d6ac5d32cb3f9846cdf989d Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Sat, 26 Oct 2002 23:40:44 +0000 Subject: [PATCH] update. --- debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 471f6f8acad..33cdf987bc6 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,12 @@ +2002-10-25 Alain Magloire + + * src/.../core/cdi/CThread.java (getStackFrames): Save the + current thread before changing and restore when operation finish. + + * src/.../core/cdi/MemoryBlock.java (refresh): Flush the old + data and get new memory. + (update): New method to compare individual blocks. + 2002-10-25 Alain Magloire Automatically suspend/resume gdb when setting a breakpoint.