mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Updated.
This commit is contained in:
parent
3a91e2903c
commit
e6df60f6a3
1 changed files with 22 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue