diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 3f115d2e558..b3365fb8e0a 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,12 @@ +2002-11-25 Alain Magloire + + * src/.../mi/core/cdi/Watchpoint.java: + Check if it was access point also. + * src/.../mi/core/output/MIBreakInsertInfo.java (parse): + Check for "wpt" variable. + * src/.../mi/core/output/MIBreakpoint.java (IsWriteWatchpoint): + implemented. + 2002-11-20 Mikhail Khodjaiants Fix for bug 26595. * src/.../mi/core/cdi/MemoryManager.java (compareBlocks):