Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Implementation of IRegisters service in DSF/GDB

Hi,

I have been looking at the implementation of IRegisters service in DSF/GDB and see the following issues: 1. members of aggregate types (unions and structures) can not be viewed separately and as a result their values can not be modified
2. types of some registers are not displayed correctly
I am trying to understand why such a useful feature of GDB/MI as variable objects isn't used in this case as it is for the variables and expressions. I discussed this with Marc, but didn't get the answer. Maybe someone from WindRiver can shed a light.

Thanks,
Mikhail


Back to the top