Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] common gdb plugin

+1 from me (who knows nothing about packaging)
 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of John Cortell
Sent: Thursday, April 08, 2010 11:17 AM
To: CDT General developers list.; CDT General developers list.
Subject: Re: [cdt-dev] common gdb plugin

Wanted to send this out before I make the additions to the repository, in case someone has an objection or recommendation. I'll be adding two new plugins:

   org.eclipse.cdt.gdb
   org.eclipse.cdt.gdb.ui

They are meant to house code/extensions/extension-points/whatever that is common between DSF-GDB and DSF-CDI for features and bug-fixes going forward.

As for what feature these new plugins will be part of...that's a tricky one. The fact that it's gdb-centric makes it inappropriate for org.eclipse.cdt.platform-feature. And creating a dedicated feature seems like overkill. So, I'm going to put it in the the DSF-GDB feature. It's not ideal, but I don't know that there is an ideal home for these plugins.

John


Back to the top