1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 08:46:02 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Pawel Piech
792bdef0f8 Added initial implementation of Process IO support (bug# 160040).
Refactored service for sending/receiving MI commands to debugger.
2006-12-12 07:02:45 +00:00
Pawel Piech
b191075ec4 Ported to new flexible hierarchy APIs (bug 164341). 2006-11-30 22:47:43 +00:00
Ted Williams
f26cd35629 All plugins will start with version 0.9.0. Europa will include the release of 0.9.0.
Created a plugin.xml for org.eclipse.dd.dsf.ui.
2006-11-14 22:22:41 +00:00
Ted Williams
30a3f6f919 added plugin.xml 2006-11-14 19:37:51 +00:00
Pawel Piech
91d2328263 Finished refactoring view model adapter, cleaned up warnings, added column support (bugs 159161, 159679, 161981). 2006-11-10 00:18:15 +00:00
Pawel Piech
56e3520f7a Temporarily moved ThreadsLayoutNode to org.eclipse.dd.dsf.mi, to get rid of dependency from org.eclipse.dd.dsf.debug.ui on org.eclipse.dd.dsf.mi.core. 2006-11-08 03:04:30 +00:00
Pawel Piech
94841c4ee3 - Ported to new debugger command APIs (bug# 163623). This makes DSF build with 3.3 M3, but breaks compatibility with 3.2.
- Warnings cleanup.
2006-11-08 03:00:20 +00:00
Pawel Piech
cd357e26e8 Fixed an NPE related to refactoring. 2006-11-04 00:08:01 +00:00
Pawel Piech
9ff6415403 - Refactored view model implementation so that more of the common code is integrated into base classes (bug# 161981).
- Split org.eclipse.dd.dsf so that packages depending on org.eclipse.debug.core are in a separate plugin (bug# 161948).
- Refactored Data Model and View Model interfaces and classes to use a consistent naming scheme.
2006-11-01 21:53:48 +00:00