Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2004-04-21 23:10:49 +0000
committerMikhail Khodjaiants2004-04-21 23:10:49 +0000
commit07dc15fa9c8142c374cf7ec3372c01c52962d614 (patch)
tree1a111a02f18b6f5968641c44132f79b4b2f73ca5 /debug/org.eclipse.cdt.debug.ui/ChangeLog
parentd2db6b3af9c73e298177a32052a554116d3d6266 (diff)
downloadorg.eclipse.cdt-07dc15fa9c8142c374cf7ec3372c01c52962d614.tar.gz
org.eclipse.cdt-07dc15fa9c8142c374cf7ec3372c01c52962d614.tar.xz
org.eclipse.cdt-07dc15fa9c8142c374cf7ec3372c01c52962d614.zip
Implementing the Disassembly view. New annotation model is added to show breakpoint markers.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/ChangeLog')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog
index 1539c3998d3..45ff532bdd9 100644
--- a/debug/org.eclipse.cdt.debug.ui/ChangeLog
+++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-15 Mikhail Khodjaiants
+ Implementing the Disassembly view.
+ New annotation model is added to show breakpoint markers.
+ * DisassemblyDocumentProvider.java
+ * DisassemblyEditorInput.java
+ * DisassemblyInstructionPointerAnnotation.java
+ * DisassemblyMarkerAnnotationModel.java: new
+ * DisassemblyView.java
+
2004-04-19 Mikhail Khodjaiants
Fix for bug 58711: Breakpoint race condition.
To avoid race condition all breakpoint marker updates (like increment/decrement the install count,

Back to the top