Bug 186256 - Need to implement View Model for Variables view.
Summary: Need to implement View Model for Variables view.
Status: RESOLVED DUPLICATE of bug 159695
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 6.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Marc Khouzam CLA
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-05-09 17:07 EDT by Fran Litterio CLA
Modified: 2009-06-03 15:19 EDT (History)
0 users

See Also:


Attachments
Patch providing initial implementation of DSF view model components for Variables view (+committed, +logged) (41.12 KB, patch)
2007-05-09 17:13 EDT, Fran Litterio CLA
cdtdoug: iplog+
Details | Diff
Added type names support. (+committed, +logged) (10.72 KB, patch)
2007-05-11 13:33 EDT, Fran Litterio CLA
pawel.1.piech: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fran Litterio CLA 2007-05-09 17:07:43 EDT
Build ID: I20070323-1616

Steps To Reproduce:
Stop in any function: no variables are displayed.

More information:
Comment 1 Fran Litterio CLA 2007-05-09 17:13:27 EDT
Created attachment 66568 [details]
Patch providing initial implementation of DSF view model components for Variables view (+committed, +logged)

This patch provides an initial implementation of classes VariableLocalsLayoutNode and VariableSubExpressionsLayoutNode to make the Variables view functional.
Comment 2 Randy Rohrbach CLA 2007-05-09 17:25:40 EDT
Applied Frans patch. Randy Rohrbach
Comment 3 Randy Rohrbach CLA 2007-05-09 17:33:51 EDT
Tested and see it is working and therefore completed.
Comment 4 Fran Litterio CLA 2007-05-11 12:21:38 EDT
Reopening this bug.  There is more work to be done.
Comment 5 Fran Litterio CLA 2007-05-11 13:33:44 EDT
Created attachment 66914 [details]
Added type names support. (+committed, +logged)

This patch adds type names support to the Variables view.  It also removes the unneeded method getNaturalValue() from interface IExpressions.IExpressionDMData.  It also condenses several "$NON-NLS-X$" comments into a single @SuppressWarnings annotation.
Comment 6 Pawel Piech CLA 2007-05-25 16:09:01 EDT
Changed component to MI, to help with bug searches.
Comment 7 Pawel Piech CLA 2007-05-25 19:06:33 EDT
Comment on attachment 66914 [details]
Added type names support. (+committed, +logged)

I applied this patch a week before coding camp.  But I didn't commit the suppress warnings changes.  We want to use the //NON-NLS comments for use with wizards.
Comment 8 Pawel Piech CLA 2007-06-19 14:36:08 EDT
This bug was used for the original variables view model contribution.  For the rest of the work, let's use the original enhancement bug 159695.

*** This bug has been marked as a duplicate of bug 159695 ***