Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-03-06 15:52:43 +0000
committerAlain Magloire2003-03-06 15:52:43 +0000
commit22f7ddad86afcb981c94119219a1b3683e815138 (patch)
tree42b1888e94b5d2cb4b7ea1b8b86081e8baddcabe
parent95ad183b62eb8565ff3f762dffb9b160807fc911 (diff)
downloadorg.eclipse.cdt-22f7ddad86afcb981c94119219a1b3683e815138.tar.gz
org.eclipse.cdt-22f7ddad86afcb981c94119219a1b3683e815138.tar.xz
org.eclipse.cdt-22f7ddad86afcb981c94119219a1b3683e815138.zip
updated.
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index 0e4899c0f76..6cf1b338c88 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-06 Alain Magloire
+
+ GDB on certain platform is very susceptible to register probing
+ and on some platform it will simply crash, we will try to accomodate.
+
+ * src/org/eclipse/cdt/debug/mi/core/cdi/CTarget.java: New method
+ setCurrentThread with a boolean to not call the data-list-register
+ * src/org/eclipse/cdt/debug/mi/core/cdi/CThread.java:
+ * src/org/eclipse/cdt/debug/mi/core/cdi/StackFrame.java
+
2003-01-02 Alain Magloire
Bug when using recursive:

Back to the top