1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

111 commits

Author SHA1 Message Date
Randy Rohrbach
b3130f8c32 Bugzilla 159683
Added flushing the caches when the cell editing changes the values of fields.
2007-07-06 21:47:16 +00:00
Randy Rohrbach
b838894fc8 Bugzilla entry 195703
AbstractVMlayoutNode.java

     Perform a update.done() even if the update has been cancelled.

AbstractVMProvider.java

    Perform a update.done() even if the update has been cancelled.

VMelementsCountUpdate.java

    Change assert to allow for the cancelling of the update

VMHasElementsUpdate.java

    Change assert to allow for the cancelling of the update.

VMViewerUpdate.java

    Create a negative status when an update is cancelled. Otherwise the getData() will be called and used when there is no valid data.

Randy Rohrbach
781-364-2226
2007-07-06 20:36:30 +00:00
Ted Williams
bd8ee802ca 159683 2007-07-06 18:24:41 +00:00
Ted Williams
9a1a5ad41c 159683 update modes 2007-07-06 05:32:54 +00:00
Ted Williams
ac373103f4 159683 2007-07-05 23:51:14 +00:00
Randy Rohrbach
d50ed203b6 Bugzilla 159683
Fixed the cache manager to it was checking the status before dereferencing getdata(0 which migit be null.
2007-07-05 20:40:37 +00:00
Ted Williams
4c03741125 159683 2007-07-04 00:12:38 +00:00
Ted Williams
f96b483d1f 159683 update modes 2007-07-03 23:58:09 +00:00
Ted Williams
0c7d4ed117 159683 update mode 2007-07-03 23:43:26 +00:00
Randy Rohrbach
85c4ae5f24 Bugzilla 195291
Added GroupEvent changed for values as opposed to contents in IRegisters.java and changed the Group and Register layout nodes to properly deal with all of the defined events.
2007-07-03 16:48:52 +00:00
Pawel Piech
6a33c3118c Replaced IRootVMLayoutNode.getRootObject() with IVMProvider.getRootElement() (bug 195182). 2007-07-02 21:27:05 +00:00
Ted Williams
68cf334f92 Update modes. 2007-06-30 03:59:51 +00:00
Ted Williams
26a73ba3b2 Temporary change history colors. Longer term, we should and will use the change color from preferences. 2007-06-30 03:40:30 +00:00
Ted Williams
f5f70da342 First attempt at update policies / modes. 2007-06-30 03:22:49 +00:00
Pawel Piech
4ea1ca7350 Committed patch to enable IMemoryBlockExtension support (from bug 160046). 2007-06-27 23:41:42 +00:00
Randy Rohrbach
453c1f7013 Bugzilla entries
183188 - IRegisters write routines
   186006 - Show mnemonics with values for the bit fields
   193810 - All getXXXXXdmc helper routines need to target a particular service
   193811 - Need to breakout formatted read routines to support multiple services.

Randy
2007-06-21 18:27:17 +00:00
Pawel Piech
599aa1dbb7 Committed patch with initial memory service implementation (bug 160046). 2007-06-18 17:07:19 +00:00
Pawel Piech
c124ed7f92 Clean-up assumptions in AbstractDMVMLayoutNode about the DMC type in VMC held in viewer (bug 192019). 2007-06-11 18:41:59 +00:00
Pawel Piech
a132e82188 Streamlined use of Query object, in preparation for the memory view work (bug 160047). 2007-06-08 23:52:55 +00:00
Randy Rohrbach
fd8daca687 Bugzilla 191784 2007-06-08 21:34:39 +00:00
Pawel Piech
51452d7e2c Moved generic packages out of the org.eclipse.dd.dsf.mi.* plugins and into the org.eclipse.dd.dsf.debug.* plugins as appropriate, in preparation for the memory view work (bug 160047). 2007-06-08 20:37:43 +00:00
Pawel Piech
434c29ab17 Applied patch implementing tracking of selected stack frame (bug 159696). 2007-06-07 23:17:06 +00:00
Pawel Piech
6e3bf13abd Got rid of compiler warning for un-used parameters. 2007-06-07 21:59:06 +00:00
Pawel Piech
bc990e09ba Applied implementation of service from DSF Coding Camp (bug 159696). 2007-06-07 21:20:22 +00:00
Pawel Piech
d791a66323 Got rid of compiler warning for un-used parameters. 2007-06-07 21:18:56 +00:00
Ted Williams
4cade0e00c bumped versions to 1.0.0 on HEAD for all DSF plugins and features 2007-06-07 18:35:58 +00:00
Pawel Piech
3bef5d71e5 Added some javadocs to IExpressionLayoutNode.java (bug 187886). 2007-06-01 04:50:03 +00:00
Pawel Piech
42e68547f8 Added javadocs to ExpressionManagerLayoutNode.java (bug 187886). 2007-06-01 00:12:00 +00:00
Pawel Piech
aaa58b4fdb Fixed update bug in registers view (bug 190366). 2007-05-31 22:31:30 +00:00
Ted Williams
68057fa52d typo 2007-05-31 22:01:16 +00:00
Ted Williams
a3112d1cd2 missing commas 2007-05-31 21:53:38 +00:00
Randy Rohrbach
eb5188e48f This is an udate that contains Fran Literrio's expression/variables view stuff along with my additions to make the expression view interact with the variables layout nodes. I do not have the bugzilla number offhand 2007-05-31 18:52:45 +00:00
Randy Rohrbach
1f71a2fac3 Bugzilla defect 190091. 2007-05-30 23:34:23 +00:00
Ted Williams
30dbfc7ced missing commas 2007-05-30 21:36:14 +00:00
Pawel Piech
a94cbbba9b Added plugin.xml to jar (bug 189975). 2007-05-30 20:43:00 +00:00
Ted Williams
73f7077871 fixes for 189542 2007-05-30 02:06:59 +00:00
Pawel Piech
782c31afe0 Fixed typo in column ID. 2007-05-29 17:55:21 +00:00
Pawel Piech
fa2f115d4e Set default warning level for all DSF projects (bug 187687). 2007-05-18 17:53:09 +00:00
Pawel Piech
1b5793e2e0 Added a check for failed getModelData() retrieval. 2007-05-18 16:03:51 +00:00
Pawel Piech
eb61b458b1 Cleanup ahead of M7: (bugs 185874, 185876, 186267). 2007-05-11 19:07:18 +00:00
Randy Rohrbach
ebaacc4b25 Applied patch from Fran Litterio for Bugzilla 186256.
Initial implementation of the variables view for Open Source.
2007-05-09 21:24:17 +00:00
Randy Rohrbach
f719fd899c Added GROUP and REGISTER icons in the appropriate layout nodes. 2007-05-09 14:15:24 +00:00
Pawel Piech
3f0952d28b Fixed update problem in Debug view and expression view (bug 186041). 2007-05-08 21:46:40 +00:00
Randy Rohrbach
b5503f43ae Completed the functionality on the register view so there is full support for GROUPS/REGISTERS/BITFIELDS
if the underlying service supports it. This included editing as well.

This is based on Pawel's latest update with the Expressions view support.

Randy
2007-05-08 18:02:45 +00:00
Pawel Piech
810d315bbf Added expression view model implementation (bug 185635). 2007-05-05 00:12:37 +00:00
Randy Rohrbach
da03d03830 Commiting patch submitted by Fran Litterio, Bugzilla 179778.
Updated the expression interface and default implementation to support new formatted numbering.
2007-05-02 19:49:34 +00:00
Pawel Piech
995cd3177c Added a protected createVMContext() to allow sub-classes to supply own VMC implementation. 2007-05-02 17:57:15 +00:00
Randy Rohrbach
126c61affe IAddress.java - fixed comment header
IFormattedValues.java - fixed comment header
DsfDebugUIPlugin.java - added getContextBundle
SyncRegisterDataAccess.java - new helper sync register data access class
2007-05-01 19:26:32 +00:00
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
Pawel Piech
2c84b29d1d Checked in patch for bug 183400, and cleaned up TODOs. 2007-04-20 18:11:02 +00:00