Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Columns in the variables view

Hi,
 
Currently the list of columns for the Variables and Registers views is provided by the platform. To fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=186981 we need to contribute a column presentation factory, so we can define our own list of columns. Default (Java) columns are: "Name", "Value", "Declared Type" and "Actual Type". The gdb/mi implementation displays the same type as declared and as actual. Does it make sense to keep it as it is now?
Personally, I would prefer to have only three columns: "Name", "Value" and "Type". 
 
Thanks,
Mikhail Khodjaiants
ARM Limited

--

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.


Back to the top