Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] DSF/GDB: How to provide a custom content for a platform view?

Hi,

I am trying to implement a custom content for the Registers view for DSF/GDB. As far as I understand, I need to register an adapter factory for my ILaunch class. The best way to do it is to extend GdbAdapterFactory, but the package that includes it is not exported as well as the commands package. The only other option is to write my own implementation or copy the existing one (with all legal consequences) for all these classes into my plug-ins.
Is this correct or maybe I am missing something?
And what is the criteria of exporting internal packages?

Thanks,
Mikhail


Back to the top