Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlain Magloire2003-11-06 20:56:36 +0000
committerAlain Magloire2003-11-06 20:56:36 +0000
commit87f0c0d4a45d36646472cc772f727672dce13c96 (patch)
treeeed8dde09c2a31d86d516e11a80669c2a1fbb9b3 /debug
parenta81bc230d8aee001e28a412ea7135d7c7d0109b9 (diff)
downloadorg.eclipse.cdt-87f0c0d4a45d36646472cc772f727672dce13c96.tar.gz
org.eclipse.cdt-87f0c0d4a45d36646472cc772f727672dce13c96.tar.xz
org.eclipse.cdt-87f0c0d4a45d36646472cc772f727672dce13c96.zip
updated
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
index 0b9bf8c4071..08ba339971e 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.mi.core/ChangeLog
@@ -1,3 +1,21 @@
+2003-11-06 Alain Magloire
+
+ * src/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java:
+ Small fix for the defferred breakpoint support.
+
+2003-11-06 Alain Magloire
+
+ Patch from Ashish Karkare:
+ A CDT 1.2 patch that enables setting of
+ serial line speed in the launch configuration when debugging remote targets.
+
+ * src/org/eclipse/cdt/debug/mi/core/IGDBServerMILaunchConfigurationConstants.java
+ New attribute definition DEV_SPEED.
+
+ * src/org/eclipse/cdt/debug/mi/core/GDBServerDebugger.java
+ Extracts serial speed value and passes it to createCSession().
+
+
2003-10-29 Alain Magloire
Deal with PR 45533

Back to the top