1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-03 14:25:37 +02:00
This commit is contained in:
Alain Magloire 2003-01-28 03:46:39 +00:00
parent 9a9ecfc1e4
commit 0ed1254616

View file

@ -1,3 +1,17 @@
2003-01-27 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java (getTypeName):
Use MIWhatis to get the type of the register.
(getVariables): Cache the answer.
* src/org/eclipse/cdt/debug/mi/core/cdi/SharedLibraryManager.java (loadSymbols):
Use MISharedLibrary.
* src/org/eclipse/cdt/debug/mi/core/command/CommandFactory.java (createMIWhatis):
New method.
(MIPType): New method.
* src/org/eclipse/cdt/debug/mi/core/command/MISharedLibrary.java:
New file.
2003-01-27 Alain Magloire
* src/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java (getCThreads):