Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tcf-dev] Support for multiple address spaces?

Hello all,

Investigating support for multiple address spaces in an Eclipse and TCF based debug solution we have, I came across this old discussion ( https://www.eclipse.org/lists/tcf-dev/msg00846.html ).

It looks to me like the Memory view, combined with CDT, already has support for multiple address spaces, but you have to provide the right adapters for it to kick in (and do some additional work) and I think the TCF plugins currently do not do that?

Details from when this feature was added are available here ( https://bugs.eclipse.org/bugs/show_bug.cgi?id=114528#c25 ). This is old, so many things are out of date, but it looks to me like the DSF/GDB plugins do make use of it (GdbMemoryBlockRetrieval implementing IMemorySpaceAwareMemoryBlockRetrieval, etc).

Has anyone looked into this lately?

Regards

Mattias Bertilsson


Back to the top