1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00
This commit is contained in:
Alain Magloire 2002-10-20 23:21:38 +00:00
parent 6b25a8c1c8
commit fae625a39c

View file

@ -1,3 +1,12 @@
2002-10-20 Alain Magloire
* src/.../cdi/model/CTarget.java (getMemoryBlock): Remove
we use the MemoryManager instead.
(evaluateExpressionToValue): Remove not used.
* src/.../cdi/model/SourceManager.java (getFile): Remove not use.
(setFile): Remove not use.
(reset): Remove not use.
2002-10-19 Alain Magloire
The UI needs to be told when the memory changes
@ -9,7 +18,7 @@
the event for ICDIMemoryBlock that are not frozen(setFrozen()) since this
is a potentially very time consuming operation.
* src/.../cdi/even/ICDIMemoryChangedEvent.java: New Class.
* src/.../cdi/event/ICDIMemoryChangedEvent.java: New Class.
2002-10-17 Mikhail Khodjaiants
Implementing the memory view support:
@ -113,4 +122,4 @@
2002-10-10 Alain Magloire
* ICDISourceManager.java: Changing the getInstructions()
method to take long instead of String.
method to take long instead of String.