1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/plugins
Randy Rohrbach c7ea21be28 IFormattedValues.java
1.) Changed the names somewhat to be a little more distinctive when used in other code.
   2.) Created FormattedValueDMContext class instead of requiring addition interfaces to be done by the users.

IRegisters.java
   1.) Changed to support IFormattedValues
   2.) Removed INumericalValue interface

RegisterLayoutNode.java
   1.) Changed to use IFormattedValues data style.
   2.) Added additional overriden method updateLabelInSessionThread to deal with the additional level of abstraction to get the data.
   3.) Completed the event handling.

MIRegisters.java

   1.) Changed to use the new IRegisters.java formatted data interfaces.
   2.) Add getModelData routines for IRegisterDMContext - this is untested at this point. I will test it shortly.
2007-04-25 16:20:15 +00:00
..
org.eclipse.dd.dsf plugin names 2007-04-05 21:49:59 +00:00
org.eclipse.dd.dsf.debug IFormattedValues.java 2007-04-25 16:20:15 +00:00
org.eclipse.dd.dsf.debug.ui IFormattedValues.java 2007-04-25 16:20:15 +00:00
org.eclipse.dd.dsf.ui Fixed NPE Bugzilla 181315. Reference layoutNode which is known to be stale. 2007-04-06 14:34:51 +00:00