Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Show Variable Location in View

A single location column that supports both register and memory based variables seems better than an additional column. Furthermore, I don't see much of a point to added complexity to optionally supporting an address-only version of the column. Is there any C/C++ environment, embedded or otherwise, that never puts variables in registers?

John

At 01:53 PM 10/30/2009, ken.ryall@xxxxxxxxx wrote:
Content-Language: en-US
Content-Type: multipart/alternative;
        boundary="_000_C710AE851A7E5kenryallnokiacom_"

In the EDC debugger we would like to have a column in the Variables View that shows the location of the variable. DSF comes close to supporting this now but the "Address" column is only helpful if the variable is located in memory.

We can go create a new column just for EDC or we could do something for DSF with a new interface that would turn this into a "Location" column that would handle register based variables as well.

Thanks for your feedback,

- Ken
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top