diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 64bb9b28134..46743354431 100644 --- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog +++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog @@ -1,3 +1,12 @@ +2003-12-02 Alain Magloire + + Retry the stack-info-depth when it fails the first time + and decrement the count. GDB can cope up the second try + and probably mark the thread invalid. + Patch base on Ashish Karkare patch: + + * src/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java + 2003-11-26 Mikhail Khodjaiants Cleanup.