Skip to main content
summaryrefslogtreecommitdiffstats
blob: 272eed3aa1bf8667c10b4b6184c67d2a4070fcea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
   <extension
         point="org.eclipse.debug.core.launchConfigurationTypes">
      <launchConfigurationType
            sourceLocatorId="com.windriver.debug.tcf.SourceLocator"
            name="DSF over TCF"
            sourcePathComputerId="com.windriver.debug.tcf.SourcePathComputer"
            delegate="com.windriver.tcf.dsf.core.launch.TCFDSFLaunchDelegate"
            modes="debug"
            id="com.windriver.tcf.dsf.LaunchConfigurationType">
      </launchConfigurationType>
   </extension>
</plugin>

Back to the top