1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
This commit is contained in:
Alain Magloire 2002-10-17 14:29:21 +00:00
parent 1d30495e26
commit aa7b0c68a0

View file

@ -1,3 +1,11 @@
2002-10-16 Alain Magloire
In the memory manager a string should be allowed to
create a block since an expression can be use.
* src/.../debug.core.cdi/ICDIMemoryManager.java (createMemoryBlock):
New method that takes a string as the first argument.
2002-10-15 Mikhail Khodjaiants
* CDebugModel.java: Implementing the memory view support.
* ICMemoryManager: Implementing the memory view support.