mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
updated
This commit is contained in:
parent
6b25a8c1c8
commit
fae625a39c
1 changed files with 11 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue