1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
This commit is contained in:
Alain Magloire 2002-10-13 01:59:14 +00:00
parent 3a91e2903c
commit e6df60f6a3

View file

@ -1,3 +1,25 @@
2002-10-12 Alain Magloire
The memory block is implemented with
-data-read-memory (MIDataReadMemory)
Since the ICDIMemoryBlock only have
byte[] getBytes()
We will always issue:
-data-read-memory address x 1 1 length
The CDI upper layer will deal with any conversions
The problem now is how to send changedEvent when
an element of the memory changed.
* cdi/MemoryBlock.java (getLength): Implemented
(getBytes): Implemented
(getStartAddress): Implemented
* cdi/MemoryManager.java: Implemented.
* command/MIDataReadMemory (getMIDataReadMemoryInfo):
New helper method.
2002-10-12 Alain Magloire
* cdi/Location (getInstructions): Methods removed