author | timkelly |
Thu, 11 Mar 2010 14:50:13 -0600 | |
changeset 1099 | 88ab187cbeb8 |
parent 989 | 680482e5bad7 |
child 1260 | f3b387a17eb7 |
permissions | -rw-r--r-- |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
2 |
<?eclipse version="3.0"?> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
3 |
<plugin> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
4 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
5 |
<extension |
444 | 6 |
point="org.eclipse.debug.core.launchDelegates"> |
7 |
||
8 |
<launchDelegate |
|
9 |
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
|
1099
88ab187cbeb8
Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents:
989
diff
changeset
|
10 |
sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer" |
444 | 11 |
delegateDescription="Launch a classic Carbide Emulator debug session." |
747
11dc6d4e9da5
Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents:
496
diff
changeset
|
12 |
name="Classic Symbian OS Emulation" |
444 | 13 |
delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate" |
14 |
modes="run,debug" |
|
15 |
type="com.nokia.cdt.debug.launch.emulationLaunch" |
|
16 |
id="com.nokia.cdt.debug.launch.emulationLaunchDelegate"> |
|
17 |
</launchDelegate> |
|
18 |
||
19 |
<launchDelegate |
|
496 | 20 |
name="Classic Symbian OS Application TRK" |
444 | 21 |
delegateDescription="Launch a classic Symbian OS Application TRK debug session." |
22 |
delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
|
23 |
modes="run,debug" |
|
24 |
type="com.nokia.cdt.debug.launch.appTRKLaunch" |
|
25 |
id="com.nokia.cdt.debug.launch.appTRKLaunchDelegate" |
|
26 |
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
|
1099
88ab187cbeb8
Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents:
989
diff
changeset
|
27 |
sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"> |
444 | 28 |
</launchDelegate> |
29 |
||
30 |
<launchDelegate |
|
747
11dc6d4e9da5
Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents:
496
diff
changeset
|
31 |
name="Classic Symbian OS System TRK" |
444 | 32 |
delegateDescription="Launch a classic Symbian OS System TRK debug session." |
33 |
delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
|
34 |
modes="run,debug" |
|
35 |
type="com.nokia.cdt.debug.launch.systemTRKLaunch" |
|
36 |
id="com.nokia.cdt.debug.launch.systemTRKLaunchDelegate" |
|
37 |
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
|
1099
88ab187cbeb8
Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents:
989
diff
changeset
|
38 |
sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"> |
444 | 39 |
</launchDelegate> |
40 |
||
41 |
<launchDelegate |
|
747
11dc6d4e9da5
Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents:
496
diff
changeset
|
42 |
name="Classic Symbian OS Attach to Process" |
444 | 43 |
delegate="com.nokia.cdt.internal.debug.launch.AttachLaunchDelegate" |
44 |
delegateDescription="Launch a classic Symbian OS Attach to Process debug session." |
|
45 |
modes="debug" |
|
46 |
type="com.nokia.cdt.debug.launch.attachLaunch" |
|
47 |
id="com.nokia.cdt.debug.launch.attachLaunchDelegate" |
|
48 |
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
|
1099
88ab187cbeb8
Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents:
989
diff
changeset
|
49 |
sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"> |
444 | 50 |
</launchDelegate> |
51 |
||
52 |
<launchDelegate |
|
747
11dc6d4e9da5
Add 'Classic' to all DE-based launch delegate names for which there exist EDC variants
Ed Swartz <ed.swartz@nokia.com>
parents:
496
diff
changeset
|
53 |
name="Classic Symbian OS Trace32" |
444 | 54 |
delegate="com.nokia.cdt.internal.debug.launch.Trace32LaunchDelegate" |
55 |
delegateDescription="Launch a classic Symbian OS Trace32 debug session." |
|
56 |
modes="debug" |
|
57 |
type="com.nokia.cdt.debug.launch.t32Launch" |
|
58 |
id="com.nokia.cdt.debug.launch.t32LaunchDelegate" |
|
59 |
sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
|
1099
88ab187cbeb8
Refactor source mapping to com.nokia.cdt.debug.common plugin
timkelly
parents:
989
diff
changeset
|
60 |
sourcePathComputerId="com.nokia.cdt.debug.common.internal.source.lookup.CarbideSourcePathComputer"> |
444 | 61 |
</launchDelegate> |
62 |
||
63 |
</extension> |
|
64 |
||
65 |
<extension |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
66 |
point="org.eclipse.debug.core.launchConfigurationTypes"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
67 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
68 |
<launchConfigurationType |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
69 |
name="Symbian OS Emulation" |
444 | 70 |
public="true" |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
71 |
id="com.nokia.cdt.debug.launch.emulationLaunch"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
72 |
</launchConfigurationType> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
73 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
74 |
<launchConfigurationType |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
75 |
name="Symbian OS Application TRK" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
76 |
public="true" |
444 | 77 |
id="com.nokia.cdt.debug.launch.appTRKLaunch"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
78 |
</launchConfigurationType> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
79 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
80 |
<launchConfigurationType |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
81 |
name="Symbian OS System TRK" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
82 |
public="true" |
444 | 83 |
id="com.nokia.cdt.debug.launch.systemTRKLaunch"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
84 |
</launchConfigurationType> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
85 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
86 |
<launchConfigurationType |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
87 |
name="Symbian OS Attach to Process" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
88 |
public="true" |
444 | 89 |
id="com.nokia.cdt.debug.launch.attachLaunch"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
90 |
</launchConfigurationType> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
91 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
92 |
<launchConfigurationType |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
93 |
name="Symbian OS Trace32" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
94 |
public="true" |
444 | 95 |
id="com.nokia.cdt.debug.launch.t32Launch"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
96 |
</launchConfigurationType> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
97 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
98 |
</extension> |
444 | 99 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
100 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
101 |
point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
102 |
<launchConfigurationTypeImage |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
103 |
icon="icons/launch_config_file_16x16.png" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
104 |
configTypeID="com.nokia.cdt.debug.launch.emulationLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
105 |
id="com.nokia.cdt.debug.launch.emulationLaunchImage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
106 |
</launchConfigurationTypeImage> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
107 |
<launchConfigurationTypeImage |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
108 |
icon="icons/launch_config_file_16x16.png" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
109 |
configTypeID="com.nokia.cdt.debug.launch.appTRKLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
110 |
id="com.nokia.cdt.debug.launch.appTRKLaunchImage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
111 |
</launchConfigurationTypeImage> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
112 |
<launchConfigurationTypeImage |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
113 |
icon="icons/launch_config_file_16x16.png" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
114 |
configTypeID="com.nokia.cdt.debug.launch.systemTRKLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
115 |
id="com.nokia.cdt.debug.launch.systemTRKLaunchImage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
116 |
</launchConfigurationTypeImage> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
117 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
118 |
<launchConfigurationTypeImage |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
119 |
icon="icons/launch_config_file_16x16.png" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
120 |
configTypeID="com.nokia.cdt.debug.launch.attachLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
121 |
id="com.nokia.cdt.debug.launch.attachLaunchImage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
122 |
</launchConfigurationTypeImage> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
123 |
<launchConfigurationTypeImage |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
124 |
icon="icons/launch_config_file_16x16.png" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
125 |
configTypeID="com.nokia.cdt.debug.launch.t32Launch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
126 |
id="com.nokia.cdt.debug.launch.t32LaunchImage"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
127 |
</launchConfigurationTypeImage> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
128 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
129 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
130 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
131 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
132 |
<launchConfigurationTabGroup |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
133 |
type="com.nokia.cdt.debug.launch.emulationLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
134 |
class="com.nokia.cdt.internal.debug.launch.ui.EmulationConfigurationTabGroup" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
135 |
id="com.nokia.cdt.debug.launch.emulationLaunchTabGroup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
136 |
</launchConfigurationTabGroup> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
137 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
138 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
139 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
140 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
141 |
<launchConfigurationTabGroup |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
142 |
type="com.nokia.cdt.debug.launch.appTRKLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
143 |
class="com.nokia.cdt.internal.debug.launch.ui.AppTRKConfigurationTabGroup" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
144 |
id="com.nokia.cdt.debug.launch.appTRKLaunchTabGroup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
145 |
</launchConfigurationTabGroup> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
146 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
147 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
148 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
149 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
150 |
<launchConfigurationTabGroup |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
151 |
type="com.nokia.cdt.debug.launch.systemTRKLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
152 |
class="com.nokia.cdt.internal.debug.launch.ui.SystemTRKConfigurationTabGroup" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
153 |
id="com.nokia.cdt.debug.launch.systemTRKLaunchTabGroup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
154 |
</launchConfigurationTabGroup> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
155 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
156 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
157 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
158 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
159 |
<launchConfigurationTabGroup |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
160 |
type="com.nokia.cdt.debug.launch.attachLaunch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
161 |
class="com.nokia.cdt.internal.debug.launch.ui.AttachConfigurationTabGroup" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
162 |
id="com.nokia.cdt.debug.launch.attachLaunchTabGroup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
163 |
</launchConfigurationTabGroup> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
164 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
165 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
166 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
167 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
168 |
<launchConfigurationTabGroup |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
169 |
type="com.nokia.cdt.debug.launch.t32Launch" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
170 |
class="com.nokia.cdt.internal.debug.launch.ui.T32StopModeConfigurationTabGroup" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
171 |
id="com.nokia.cdt.debug.launch.t32LaunchTabGroup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
172 |
</launchConfigurationTabGroup> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
173 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
174 |
|
956 | 175 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
176 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
177 |
point="org.eclipse.debug.ui.launchShortcuts"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
178 |
<shortcut |
956 | 179 |
class="com.nokia.cdt.internal.debug.launch.PhoneLaunchShortcut" |
180 |
icon="icons/launch_config_file_16x16.png" |
|
181 |
id="com.nokia.cdt.debug.launch.symbianCPPShortcut.phone" |
|
182 |
label="Symbian OS Phone Launch" |
|
183 |
modes="run, debug"> |
|
184 |
<contextualLaunch> |
|
185 |
<enablement> |
|
186 |
<with |
|
187 |
variable="selection"> |
|
188 |
<count |
|
189 |
value="1"> |
|
190 |
</count> |
|
191 |
<iterate> |
|
192 |
<and> |
|
193 |
<or> |
|
194 |
<instanceof |
|
195 |
value="org.eclipse.cdt.core.model.IBinary"> |
|
196 |
</instanceof> |
|
197 |
<instanceof |
|
198 |
value="org.eclipse.cdt.core.model.ICProject"> |
|
199 |
</instanceof> |
|
200 |
<instanceof |
|
201 |
value="org.eclipse.cdt.debug.core.executables.Executable"> |
|
202 |
</instanceof> |
|
203 |
<test |
|
204 |
forcePluginActivation="true" |
|
205 |
property="org.eclipse.cdt.launch.isExecutable"> |
|
206 |
</test> |
|
207 |
<test |
|
208 |
forcePluginActivation="true" |
|
209 |
property="org.eclipse.cdt.launch.isCProject"> |
|
210 |
</test> |
|
211 |
<and> |
|
212 |
<instanceof |
|
213 |
value="org.eclipse.ui.IFileEditorInput"> |
|
214 |
</instanceof> |
|
215 |
<adapt |
|
216 |
type="org.eclipse.core.resources.IResource"> |
|
217 |
<adapt |
|
218 |
type="org.eclipse.cdt.core.model.ICElement"> |
|
219 |
</adapt> |
|
220 |
</adapt> |
|
221 |
</and> |
|
222 |
<test |
|
223 |
forcePluginActivation="true" |
|
224 |
property="com.nokia.cdt.debug.launch.isCarbideProject"> |
|
225 |
</test> |
|
226 |
<test |
|
227 |
forcePluginActivation="true" |
|
228 |
property="com.nokia.cdt.debug.launch.isExecutable"> |
|
229 |
</test> |
|
230 |
</or> |
|
231 |
<test |
|
232 |
forcePluginActivation="true" |
|
233 |
property="com.nokia.cdt.debug.launch.isNotEmulator"> |
|
234 |
</test> |
|
235 |
</and> |
|
236 |
</iterate> |
|
237 |
</with> |
|
238 |
</enablement> |
|
239 |
<contextLabel |
|
985 | 240 |
label="Run Symbian OS Application on Phone" |
956 | 241 |
mode="run"> |
242 |
</contextLabel> |
|
243 |
<contextLabel |
|
985 | 244 |
label="Debug Symbian OS Application on Phone" |
956 | 245 |
mode="debug"> |
246 |
</contextLabel> |
|
247 |
</contextualLaunch> |
|
248 |
<description |
|
249 |
description="Debugs on a phone using System TRK or Application TRK" |
|
250 |
mode="debug"> |
|
251 |
</description> |
|
252 |
<description |
|
253 |
description="Runs on a phone using System TRK or Application TRK" |
|
254 |
mode="run"> |
|
255 |
</description> |
|
256 |
</shortcut> |
|
257 |
<shortcut |
|
985 | 258 |
class="com.nokia.cdt.internal.debug.launch.BoardLaunchShortcut" |
259 |
icon="icons/launch_config_file_16x16.png" |
|
260 |
id="com.nokia.cdt.debug.launch.symbianCPPShortcut.refboard" |
|
989 | 261 |
label="Symbian OS Reference Board Launch" |
985 | 262 |
modes="run, debug"> |
263 |
<contextualLaunch> |
|
264 |
<enablement> |
|
265 |
<with |
|
266 |
variable="selection"> |
|
267 |
<count |
|
268 |
value="1"> |
|
269 |
</count> |
|
270 |
<iterate> |
|
271 |
<and> |
|
272 |
<or> |
|
273 |
<instanceof |
|
274 |
value="org.eclipse.cdt.core.model.IBinary"> |
|
275 |
</instanceof> |
|
276 |
<instanceof |
|
277 |
value="org.eclipse.cdt.core.model.ICProject"> |
|
278 |
</instanceof> |
|
279 |
<instanceof |
|
280 |
value="org.eclipse.cdt.debug.core.executables.Executable"> |
|
281 |
</instanceof> |
|
282 |
<test |
|
283 |
forcePluginActivation="true" |
|
284 |
property="org.eclipse.cdt.launch.isExecutable"> |
|
285 |
</test> |
|
286 |
<test |
|
287 |
forcePluginActivation="true" |
|
288 |
property="org.eclipse.cdt.launch.isCProject"> |
|
289 |
</test> |
|
290 |
<and> |
|
291 |
<instanceof |
|
292 |
value="org.eclipse.ui.IFileEditorInput"> |
|
293 |
</instanceof> |
|
294 |
<adapt |
|
295 |
type="org.eclipse.core.resources.IResource"> |
|
296 |
<adapt |
|
297 |
type="org.eclipse.cdt.core.model.ICElement"> |
|
298 |
</adapt> |
|
299 |
</adapt> |
|
300 |
</and> |
|
301 |
<test |
|
302 |
forcePluginActivation="true" |
|
303 |
property="com.nokia.cdt.debug.launch.isCarbideProject"> |
|
304 |
</test> |
|
305 |
<test |
|
306 |
forcePluginActivation="true" |
|
307 |
property="com.nokia.cdt.debug.launch.isExecutable"> |
|
308 |
</test> |
|
309 |
</or> |
|
310 |
<test |
|
311 |
forcePluginActivation="true" |
|
312 |
property="com.nokia.cdt.debug.launch.isNotEmulator"> |
|
313 |
</test> |
|
314 |
</and> |
|
315 |
</iterate> |
|
316 |
</with> |
|
317 |
</enablement> |
|
318 |
<contextLabel |
|
319 |
label="Run Symbian OS Application on Reference Board" |
|
320 |
mode="run"> |
|
321 |
</contextLabel> |
|
322 |
<contextLabel |
|
323 |
label="Debug Symbian OS Application on Reference Board" |
|
324 |
mode="debug"> |
|
325 |
</contextLabel> |
|
326 |
</contextualLaunch> |
|
327 |
<description |
|
328 |
description="Runs on a development board or reference hardware using a JTAG connection." |
|
329 |
mode="run"> |
|
330 |
</description> |
|
331 |
<description |
|
332 |
description="Debugs on a development board or reference hardware using a JTAG connection." |
|
333 |
mode="debug"> |
|
334 |
</description> |
|
335 |
</shortcut> |
|
336 |
<shortcut |
|
956 | 337 |
class="com.nokia.cdt.internal.debug.launch.EmulatorLaunchShortcut" |
338 |
icon="icons/launch_config_file_16x16.png" |
|
339 |
id="com.nokia.cdt.debug.launch.symbianCPPShortcut.emulator" |
|
340 |
label="Symbian OS Emulator Launch" |
|
341 |
modes="run, debug"> |
|
342 |
<contextualLaunch> |
|
343 |
<enablement> |
|
344 |
<with |
|
345 |
variable="selection"> |
|
346 |
<count |
|
347 |
value="1"> |
|
348 |
</count> |
|
349 |
<iterate> |
|
350 |
<and> |
|
351 |
<or> |
|
352 |
<instanceof |
|
353 |
value="org.eclipse.cdt.core.model.IBinary"> |
|
354 |
</instanceof> |
|
355 |
<instanceof |
|
356 |
value="org.eclipse.cdt.core.model.ICProject"> |
|
357 |
</instanceof> |
|
358 |
<instanceof |
|
359 |
value="org.eclipse.cdt.debug.core.executables.Executable"> |
|
360 |
</instanceof> |
|
361 |
<test |
|
362 |
forcePluginActivation="true" |
|
363 |
property="org.eclipse.cdt.launch.isExecutable"> |
|
364 |
</test> |
|
365 |
<test |
|
366 |
forcePluginActivation="true" |
|
367 |
property="org.eclipse.cdt.launch.isCProject"> |
|
368 |
</test> |
|
369 |
<and> |
|
370 |
<instanceof |
|
371 |
value="org.eclipse.ui.IFileEditorInput"> |
|
372 |
</instanceof> |
|
373 |
<adapt |
|
374 |
type="org.eclipse.core.resources.IResource"> |
|
375 |
<adapt |
|
376 |
type="org.eclipse.cdt.core.model.ICElement"> |
|
377 |
</adapt> |
|
378 |
</adapt> |
|
379 |
</and> |
|
380 |
<test |
|
381 |
forcePluginActivation="true" |
|
382 |
property="com.nokia.cdt.debug.launch.isCarbideProject"> |
|
383 |
</test> |
|
384 |
<test |
|
385 |
forcePluginActivation="true" |
|
386 |
property="com.nokia.cdt.debug.launch.isExecutable"> |
|
387 |
</test> |
|
388 |
</or> |
|
389 |
<test |
|
390 |
forcePluginActivation="true" |
|
391 |
property="com.nokia.cdt.debug.launch.isEmulator"> |
|
392 |
</test> |
|
393 |
</and> |
|
394 |
</iterate> |
|
395 |
</with> |
|
396 |
</enablement> |
|
397 |
<contextLabel |
|
985 | 398 |
label="Run Symbian OS Application on Emulator" |
956 | 399 |
mode="run"> |
400 |
</contextLabel> |
|
401 |
<contextLabel |
|
985 | 402 |
label="Debug Symbian OS Application on Emulator" |
956 | 403 |
mode="debug"> |
404 |
</contextLabel> |
|
405 |
</contextualLaunch> |
|
406 |
<description |
|
407 |
description="Debugs using a WINSCW emulator" |
|
408 |
mode="debug"> |
|
409 |
</description> |
|
410 |
<description |
|
411 |
description="Runs using a WINSCW emulator" |
|
412 |
mode="run"> |
|
413 |
</description> |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
414 |
</shortcut> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
415 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
416 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
417 |
<!-- Property testers --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
418 |
<extension point="org.eclipse.core.expressions.propertyTesters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
419 |
<propertyTester |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
420 |
namespace="com.nokia.cdt.debug.launch" |
956 | 421 |
properties="isExecutable, isCarbideProject, isEmulator, isNotEmulator" |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
422 |
type="org.eclipse.core.runtime.IAdaptable" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
423 |
class="com.nokia.cdt.internal.debug.launch.SymbianProjectPropertyTester" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
424 |
id="com.nokia.cdt.debug.launch.SymbianProjectPropertyTester"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
425 |
</propertyTester> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
426 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
427 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
428 |
<!-- Adapters for contextual launch --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
429 |
<extension point="org.eclipse.core.runtime.adapters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
430 |
<factory |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
431 |
class="" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
432 |
adaptableType="org.eclipse.cdt.core.model.ICProject"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
433 |
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
434 |
</factory> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
435 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
436 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
437 |
<!-- Adapters for contextual launch --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
438 |
<extension point="org.eclipse.core.runtime.adapters"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
439 |
<factory |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
440 |
class="" |
202
4eeba852ae0b
removed unnecessary context launch stuff and fixed up some warnings.
wpaul
parents:
0
diff
changeset
|
441 |
adaptableType="org.eclipse.cdt.debug.core.executables.Executable"> |
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
442 |
<adapter type="org.eclipse.debug.ui.actions.ILaunchable"/> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
443 |
</factory> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
444 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
445 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
446 |
<!-- hack to make the traditional memory rendering the default. we probaly |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
447 |
need to keep it this way until CDT adopts this rendering as the default. |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
448 |
see Eclipse bugzilla #146667 for more information. --> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
449 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
450 |
point="org.eclipse.debug.ui.memoryRenderings"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
451 |
<renderingBindings |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
452 |
defaultIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
453 |
primaryId="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering" |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
454 |
renderingIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
455 |
<enablement> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
456 |
<instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
457 |
</enablement> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
458 |
</renderingBindings> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
459 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
460 |
|
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
461 |
<extension |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
462 |
point="org.eclipse.ui.startup"> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
463 |
</extension> |
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
464 |
|
212
0e84cf0560e1
added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents:
202
diff
changeset
|
465 |
<extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension.exsd"/> |
0e84cf0560e1
added the new launch wizard UI and updated existing wizards to match. fixed bug where the launch wizard wasn't taking into account if a launch type supported the given mode (run/debug). fixed some problems with the refactor of the t32 and platsim into their own plugins.
wpaul
parents:
202
diff
changeset
|
466 |
<extension-point id="launchCategoryExtension" name="Launch Category" schema="schema/launchCategoryExtension.exsd"/> |
956 | 467 |
|
0
fb279309251b
DP tools release version Revision: 200912
Deepak Modgil <Deepak.Modgil@Nokia.com>
parents:
diff
changeset
|
468 |
</plugin> |