1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-14 21:23:14 +00:00
parent 9ff211edfc
commit 6f44ed3297

View file

@ -1,3 +1,9 @@
2003-01-14 Alain Magloire
* src/org/eclipse/cdt/debug/core/cdi/ICDIVariableManager.java: New file.
* src/org/eclipse/cdt/debug/core/cdi/ICDIVariableObject.java: New file.
* src/org/eclipse/cdt/debug/core/cdi/ICDIArgumentObject.java: New file.
2003-01-13 Mikhail Khodjaiants
Added the 'IRunToAddress' interface to support the 'Run To Line' action in disassembly.
* ICDebugTarget.java: extends IRunToAddress