1 <?xml version="1.0" encoding="UTF-8"?> |
1 <?xml version="1.0" encoding="UTF-8"?> |
2 <?eclipse version="3.0"?> |
2 <?eclipse version="3.0"?> |
3 <plugin> |
3 <plugin> |
4 |
4 |
5 <extension |
5 <extension |
6 point="org.eclipse.debug.core.launchConfigurationTypes"> |
6 point="org.eclipse.debug.core.launchDelegates"> |
7 |
7 |
8 <launchConfigurationType |
8 <launchDelegate |
9 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
9 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
10 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer" |
10 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer" |
|
11 delegateDescription="Launch a classic Carbide Emulator debug session." |
11 name="Symbian OS Emulation" |
12 name="Symbian OS Emulation" |
12 delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate" |
13 delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate" |
13 modes="run,debug" |
14 modes="run,debug" |
14 public="true" |
15 type="com.nokia.cdt.debug.launch.emulationLaunch" |
15 id="com.nokia.cdt.debug.launch.emulationLaunch"> |
16 id="com.nokia.cdt.debug.launch.emulationLaunchDelegate"> |
16 </launchConfigurationType> |
17 </launchDelegate> |
17 |
18 |
18 <launchConfigurationType |
19 <launchDelegate |
19 name="Symbian OS Application TRK" |
20 name="Symbian OS Application TRK" |
|
21 delegateDescription="Launch a classic Symbian OS Application TRK debug session." |
20 delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
22 delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
21 modes="run,debug" |
23 modes="run,debug" |
22 public="true" |
24 type="com.nokia.cdt.debug.launch.appTRKLaunch" |
23 id="com.nokia.cdt.debug.launch.appTRKLaunch" |
25 id="com.nokia.cdt.debug.launch.appTRKLaunchDelegate" |
24 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
26 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
25 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
27 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
26 </launchConfigurationType> |
28 </launchDelegate> |
27 |
29 |
28 <launchConfigurationType |
30 <launchDelegate |
29 name="Symbian OS System TRK" |
31 name="Symbian OS System TRK" |
|
32 delegateDescription="Launch a classic Symbian OS System TRK debug session." |
30 delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
33 delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate" |
31 modes="run,debug" |
34 modes="run,debug" |
32 public="true" |
35 type="com.nokia.cdt.debug.launch.systemTRKLaunch" |
33 id="com.nokia.cdt.debug.launch.systemTRKLaunch" |
36 id="com.nokia.cdt.debug.launch.systemTRKLaunchDelegate" |
34 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
37 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
35 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
38 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
36 </launchConfigurationType> |
39 </launchDelegate> |
37 |
40 |
38 <launchConfigurationType |
41 <launchDelegate |
39 name="Symbian OS Attach to Process" |
42 name="Symbian OS Attach to Process" |
40 delegate="com.nokia.cdt.internal.debug.launch.AttachLaunchDelegate" |
43 delegate="com.nokia.cdt.internal.debug.launch.AttachLaunchDelegate" |
|
44 delegateDescription="Launch a classic Symbian OS Attach to Process debug session." |
41 modes="debug" |
45 modes="debug" |
42 public="true" |
46 type="com.nokia.cdt.debug.launch.attachLaunch" |
43 id="com.nokia.cdt.debug.launch.attachLaunch" |
47 id="com.nokia.cdt.debug.launch.attachLaunchDelegate" |
44 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
48 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
45 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
49 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
46 </launchConfigurationType> |
50 </launchDelegate> |
47 |
51 |
48 <launchConfigurationType |
52 <launchDelegate |
49 name="Symbian OS Trace32" |
53 name="Symbian OS Trace32" |
50 delegate="com.nokia.cdt.internal.debug.launch.Trace32LaunchDelegate" |
54 delegate="com.nokia.cdt.internal.debug.launch.Trace32LaunchDelegate" |
|
55 delegateDescription="Launch a classic Symbian OS Trace32 debug session." |
51 modes="debug" |
56 modes="debug" |
52 public="true" |
57 type="com.nokia.cdt.debug.launch.t32Launch" |
53 id="com.nokia.cdt.debug.launch.t32Launch" |
58 id="com.nokia.cdt.debug.launch.t32LaunchDelegate" |
54 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
59 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
55 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
60 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
56 </launchConfigurationType> |
61 </launchDelegate> |
57 |
62 |
58 <launchConfigurationType |
63 <launchDelegate |
59 name="Symbian OS Sophia" |
64 name="Symbian OS Sophia" |
60 delegate="com.nokia.cdt.internal.debug.launch.SophiaSTILaunchDelegate" |
65 delegate="com.nokia.cdt.internal.debug.launch.SophiaSTILaunchDelegate" |
|
66 delegateDescription="Launch a classic Symbian OS Trace32 debug session." |
61 modes="debug" |
67 modes="debug" |
62 public="true" |
68 type="com.nokia.cdt.debug.launch.stiLaunch" |
63 id="com.nokia.cdt.debug.launch.stiLaunch" |
69 id="com.nokia.cdt.debug.launch.stiLaunchDelegate" |
64 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
70 sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator" |
65 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
71 sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"> |
66 </launchConfigurationType> |
72 </launchDelegate> |
67 |
73 |
68 </extension> |
74 </extension> |
|
75 |
|
76 <extension |
|
77 point="org.eclipse.debug.core.launchConfigurationTypes"> |
|
78 |
|
79 <launchConfigurationType |
|
80 name="Symbian OS Emulation" |
|
81 public="true" |
|
82 id="com.nokia.cdt.debug.launch.emulationLaunch"> |
|
83 </launchConfigurationType> |
|
84 |
|
85 <launchConfigurationType |
|
86 name="Symbian OS Application TRK" |
|
87 public="true" |
|
88 id="com.nokia.cdt.debug.launch.appTRKLaunch"> |
|
89 </launchConfigurationType> |
|
90 |
|
91 <launchConfigurationType |
|
92 name="Symbian OS System TRK" |
|
93 public="true" |
|
94 id="com.nokia.cdt.debug.launch.systemTRKLaunch"> |
|
95 </launchConfigurationType> |
|
96 |
|
97 <launchConfigurationType |
|
98 name="Symbian OS Attach to Process" |
|
99 public="true" |
|
100 id="com.nokia.cdt.debug.launch.attachLaunch"> |
|
101 </launchConfigurationType> |
|
102 |
|
103 <launchConfigurationType |
|
104 name="Symbian OS Trace32" |
|
105 public="true" |
|
106 id="com.nokia.cdt.debug.launch.t32Launch"> |
|
107 </launchConfigurationType> |
|
108 |
|
109 <launchConfigurationType |
|
110 name="Symbian OS Sophia" |
|
111 public="true" |
|
112 id="com.nokia.cdt.debug.launch.stiLaunch"> |
|
113 </launchConfigurationType> |
|
114 |
|
115 </extension> |
|
116 |
69 <extension |
117 <extension |
70 point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
118 point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
71 <launchConfigurationTypeImage |
119 <launchConfigurationTypeImage |
72 icon="icons/launch_config_file_16x16.png" |
120 icon="icons/launch_config_file_16x16.png" |
73 configTypeID="com.nokia.cdt.debug.launch.emulationLaunch" |
121 configTypeID="com.nokia.cdt.debug.launch.emulationLaunch" |