diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 46e664ce6cf..2ba6f4440ff 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,10 @@ +2002-11-19 Alain Magloire + + * src/.../mi/core/cdi/MemoryManager.java (compareBlocks): + The startAddress() may have change for example if we were + watching "char *p;" and the address move "p++". Take this + into account now. + 2002-11-18 Alain Magloire * src/.../mi/core/cdi/StackFrame.java (getCurrentStackFrame):