Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlain Magloire2002-11-01 16:44:45 +0000
committerAlain Magloire2002-11-01 16:44:45 +0000
commit103447277eec95e8b8c005c954994c7c7041b5cf (patch)
tree9853b0334e4947e620d7fc01d173bb33355af867 /debug
parent9ecebfa28758dfa4e96b841ffe63b31db270a91e (diff)
downloadorg.eclipse.cdt-103447277eec95e8b8c005c954994c7c7041b5cf.tar.gz
org.eclipse.cdt-103447277eec95e8b8c005c954994c7c7041b5cf.tar.xz
org.eclipse.cdt-103447277eec95e8b8c005c954994c7c7041b5cf.zip
updated.
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index 177a8225766..ce9c6df0697 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,3 +1,18 @@
+2002-11-1 Alain Magloire
+
+ The change in MISession(), will catch things like starting gdb-5.0
+ with argument "-i mi1", that level of mi is not supported.
+
+ * src/.../mi/core/cdi/MemoryBlock.java (refresh): When doing the refresh
+ check if other blocks wehre affected and update them.
+ * src/.../mi/core/cdi/MemoryManager.java (update): Return the array of
+ affected addresses.
+ * src/.../mi/core/MIPlugin.java (createCSession): Do not throw an
+ error when trying "set new-console", it does not work on Linux.
+ * src/.../mi/core/MISession.java (MISession): Check if the process
+ terminated early, maybe because of wron arguments etc .. and throw
+ the exception.
+
2002-11-1 David Inglis
* src/.../mi/core/MIPlugin.java
throw MIExceptions in createSession (not rethorwn IOExceptions)

Back to the top