Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] List of Plan items

Alain,

Regarding item 1. One thing I find lacking in the design of CDI is that ICDIObject does not extend IAdaptable. That requires us to rely on instanceof for runtime interface binding, which works, but is not as robust. Thoughts? Maybe something you'd be up for introducing? I'm not sure if there would be any difficulties in doing this, but I figured this level of change is best left to the seasoned experts.

John

At 12:03 PM 10/12/2006, Alain Magloire wrote:
Bonjour,
        Folks, it seems that I will finally get some free cycles to work on
the CDT-debug stuff in a couple of weeks.  I was discussing with Mikhail of
some possible plan items for the next release:

- Update the CDI interface
- Better support for the GDB/MI latest version and new features
- GDB macro support (Detail pane), there is an enhancement PR about this

If you folks have some other things that you consider high priority or some
things that are currently being worked please bounce a PR on the list, so we
can compute a list of what we can achieve.
_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev



Back to the top