Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-03-23 20:18:47 +0000
committerMikhail Khodjaiants2004-03-23 20:18:47 +0000
commit09bd3230f1a9bbe1df90fe55d1c0c462a2a2c9e6 (patch)
tree10c644ebdf175e17ba88605127bde0a77c8a8ec9 /debug/org.eclipse.cdt.debug.core/ChangeLog
parent8022dcf572d4c5da1a53ca3217e9e11288150f9a (diff)
downloadorg.eclipse.cdt-9126ab508dab93f1222c4a20eb217e58b73e8cb3.tar.gz
org.eclipse.cdt-9126ab508dab93f1222c4a20eb217e58b73e8cb3.tar.xz
org.eclipse.cdt-9126ab508dab93f1222c4a20eb217e58b73e8cb3.zip
Fix for bug 48682: IThread.getBreakpoints() stubbed out.CDT_1_1_branch
Diffstat (limited to 'debug/org.eclipse.cdt.debug.core/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.core/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/ChangeLog b/debug/org.eclipse.cdt.debug.core/ChangeLog
index 2f408a9950c..9c2244649b9 100644
--- a/debug/org.eclipse.cdt.debug.core/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.core/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-15 Mikhail Khodjaiants
+ Fix for bug 48682: IThread.getBreakpoints() stubbed out.
+ * CDebugTarget.java
+ * CThread.java
+
2003-04-25 Mikhail Khodjaiants
Fix for bug 36909
* DisassemblyManager.java: check if the address of a stack frame is not 0;

Back to the top