diff options
author | Alain Magloire | 2003-12-02 20:20:38 +0000 |
---|---|---|
committer | Alain Magloire | 2003-12-02 20:20:38 +0000 |
commit | 0d2757556534ebb02c9c880057e973278af82479 (patch) | |
tree | f5d12a6bb3cb4904f1c0ead195b978efced9d523 | |
parent | e8a67966ac242ee8c06f905dae333a685feab750 (diff) | |
download | org.eclipse.cdt-0d2757556534ebb02c9c880057e973278af82479.tar.gz org.eclipse.cdt-0d2757556534ebb02c9c880057e973278af82479.tar.xz org.eclipse.cdt-0d2757556534ebb02c9c880057e973278af82479.zip |
updated
-rw-r--r-- | debug/org.eclipse.cdt.debug.mi.core/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog index 09e2b0254fd..fac4cb0febb 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-21 Mikhail Khodjaiants Proces a suspended event even if there is no threads. |