Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Renaming "DSF Disassembly"

For viewer to work with CDI there're the following dependencies:
1. /org.eclipse.cdt.dsf.ui - the actual DSF viewer and its dependencies org.eclipse.cdt.dsf,  org.eclipse.cdt.dsf.gdb
2. org.eclipse.cdt.dsf.gdb.ui - for IToggleBreakpointsTargetExtension and IMoveToLineTarget/ IResumeAtLineTarget / IRunToLineTarget adapters
 
Teo

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Warren.Paul@xxxxxxxxx
Sent: Friday, February 19, 2010 6:06 PM
To: cdt-dev@xxxxxxxxxxx
Subject: RE: [cdt-dev] Renaming "DSF Disassembly"


Given the view is still in DSF, why would we move the prefs out of the DSP plugin?

Well, if it's shared between DSF and CDI, then it's really not a DSF feature and I would assume it would be in org.eclipse.cdt.debug.ui.  Is DSF required in CDT 7.0 or can vendors ship without it if they're only using CDI? 

Back to the top