|
Lines 14-32
Link Here
|
| 14 |
--> |
14 |
--> |
| 15 |
<?eclipse version="3.0"?> |
15 |
<?eclipse version="3.0"?> |
| 16 |
<plugin> |
16 |
<plugin> |
| 17 |
<extension |
|
|
| 18 |
point="org.eclipse.debug.core.launchConfigurationTypes"> |
| 19 |
<launchConfigurationType |
| 20 |
public="true" |
| 21 |
name="%launchConfigurationType.name" |
| 22 |
id="org.eclipse.rse.remotecdt.RemoteApplicationLaunch" |
| 23 |
> |
| 24 |
</launchConfigurationType> |
| 25 |
</extension> |
| 26 |
<extension point="org.eclipse.debug.core.launchDelegates"> |
17 |
<extension point="org.eclipse.debug.core.launchDelegates"> |
| 27 |
<launchDelegate |
18 |
<launchDelegate |
| 28 |
id="org.eclipse.rse.remotecdt.launch" |
19 |
id="org.eclipse.rse.remotecdt.launch" |
| 29 |
type="org.eclipse.rse.remotecdt.RemoteApplicationLaunch" |
20 |
type="org.eclipse.cdt.launch.remoteApplicationLaunchType" |
| 30 |
modes="run,debug" |
21 |
modes="run,debug" |
| 31 |
delegate="org.eclipse.cdt.launch.remote.launching.RemoteRunLaunchDelegate" |
22 |
delegate="org.eclipse.cdt.launch.remote.launching.RemoteRunLaunchDelegate" |
| 32 |
name="%cdiLaunchDelegate.name" |
23 |
name="%cdiLaunchDelegate.name" |
|
Lines 36-42
Link Here
|
| 36 |
</launchDelegate> |
27 |
</launchDelegate> |
| 37 |
<launchDelegate |
28 |
<launchDelegate |
| 38 |
id="org.eclipse.rse.remotecdt.dsf.debug" |
29 |
id="org.eclipse.rse.remotecdt.dsf.debug" |
| 39 |
type="org.eclipse.rse.remotecdt.RemoteApplicationLaunch" |
30 |
type="org.eclipse.cdt.launch.remoteApplicationLaunchType" |
| 40 |
modes="debug" |
31 |
modes="debug" |
| 41 |
delegate="org.eclipse.cdt.launch.remote.launching.RemoteGdbLaunchDelegate" |
32 |
delegate="org.eclipse.cdt.launch.remote.launching.RemoteGdbLaunchDelegate" |
| 42 |
name="%dsfLaunchDelegate.name" |
33 |
name="%dsfLaunchDelegate.name" |
|
Lines 46-108
Link Here
|
| 46 |
</launchDelegate> |
37 |
</launchDelegate> |
| 47 |
</extension> |
38 |
</extension> |
| 48 |
|
39 |
|
| 49 |
|
|
|
| 50 |
<extension |
| 51 |
point="org.eclipse.debug.ui.launchConfigurationTypeImages"> |
| 52 |
<launchConfigurationTypeImage |
| 53 |
icon="icons/full/obj16/c_app.gif" |
| 54 |
configTypeID="org.eclipse.rse.remotecdt.RemoteApplicationLaunch" |
| 55 |
id="org.eclipse.cdt.launch.localRunLaunchImagefff"> |
| 56 |
</launchConfigurationTypeImage> |
| 57 |
</extension> |
| 58 |
<extension |
| 59 |
point="org.eclipse.debug.ui.launchConfigurationTabGroups"> |
| 60 |
<launchConfigurationTabGroup |
| 61 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteLaunchConfigurationTabGroup" |
| 62 |
helpContextId="org.eclipse.rse.remotecdt.launchgroup" |
| 63 |
id="org.eclipse.rse.remotecdt.RemoteLaunchTabGroup" |
| 64 |
type="org.eclipse.rse.remotecdt.RemoteApplicationLaunch"> |
| 65 |
<launchMode |
| 66 |
mode="run"> |
| 67 |
</launchMode> |
| 68 |
</launchConfigurationTabGroup> |
| 69 |
<launchConfigurationTabGroup |
| 70 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteLaunchConfigurationTabGroup" |
| 71 |
helpContextId="org.eclipse.rse.remotecdt.launchgroup" |
| 72 |
id="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
| 73 |
type="org.eclipse.rse.remotecdt.RemoteApplicationLaunch"> |
| 74 |
<launchMode |
| 75 |
mode="debug"> |
| 76 |
</launchMode> |
| 77 |
</launchConfigurationTabGroup> |
| 78 |
</extension> |
| 79 |
|
| 80 |
<extension |
40 |
<extension |
| 81 |
point="org.eclipse.debug.ui.launchConfigurationTabs"> |
41 |
point="org.eclipse.debug.ui.launchConfigurationTabs"> |
| 82 |
<tab |
42 |
<tab |
| 83 |
id="org.eclipse.rse.remotecdt.launch.RemoteCMainTab" |
43 |
id="org.eclipse.rse.remotecdt.launch.RemoteCMainTab" |
| 84 |
group="org.eclipse.rse.remotecdt.RemoteLaunchTabGroup" |
44 |
group="org.eclipse.cdt.launch.remoteApplicationRunLaunchTabGroup" |
| 85 |
name="Main" |
45 |
name="Main" |
| 86 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCMainTab"> |
46 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCMainTab"> |
| 87 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
47 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
| 88 |
</tab> |
48 |
</tab> |
| 89 |
<tab |
49 |
<tab |
| 90 |
id="org.eclipse.rse.remotecdt.debug.RemoteCMainTab" |
50 |
id="org.eclipse.rse.remotecdt.debug.RemoteCMainTab" |
| 91 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
51 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 92 |
name="Main" |
52 |
name="Main" |
| 93 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCMainTab"> |
53 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCMainTab"> |
| 94 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
54 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
| 95 |
</tab> |
55 |
</tab> |
| 96 |
<tab |
56 |
<tab |
| 97 |
id="org.eclipse.rse.remotecdt.dsf.gdb.mainTab" |
57 |
id="org.eclipse.rse.remotecdt.dsf.gdb.mainTab" |
| 98 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
58 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 99 |
name="Main" |
59 |
name="Main" |
| 100 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDSFMainTab"> |
60 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDSFMainTab"> |
| 101 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
61 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
| 102 |
</tab> |
62 |
</tab> |
| 103 |
<tab |
63 |
<tab |
| 104 |
id="org.eclipse.rse.remotecdt.launch.CAgrumentsTab" |
64 |
id="org.eclipse.rse.remotecdt.launch.CAgrumentsTab" |
| 105 |
group="org.eclipse.rse.remotecdt.RemoteLaunchTabGroup" |
65 |
group="org.eclipse.cdt.launch.remoteApplicationRunLaunchTabGroup" |
| 106 |
name="Arguments" |
66 |
name="Arguments" |
| 107 |
class="org.eclipse.cdt.launch.ui.CArgumentsTab"> |
67 |
class="org.eclipse.cdt.launch.ui.CArgumentsTab"> |
| 108 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
68 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
|
Lines 110-123
Link Here
|
| 110 |
</tab> |
70 |
</tab> |
| 111 |
<tab |
71 |
<tab |
| 112 |
id="org.eclipse.rse.remotecdt.debug.CArgumentsTab" |
72 |
id="org.eclipse.rse.remotecdt.debug.CArgumentsTab" |
| 113 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
73 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 114 |
name="Arguments" |
74 |
name="Arguments" |
| 115 |
class="org.eclipse.cdt.launch.ui.CArgumentsTab"> |
75 |
class="org.eclipse.cdt.launch.ui.CArgumentsTab"> |
| 116 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
76 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
| 117 |
<placement after="org.eclipse.rse.remotecdt.launch.RemoteCMainTab"/> |
77 |
<placement after="org.eclipse.rse.remotecdt.launch.RemoteCMainTab"/> |
| 118 |
</tab> |
78 |
</tab> |
| 119 |
<tab id="org.eclipse.rse.remotecdt.dsf.debug.CArgumentsTab" |
79 |
<tab id="org.eclipse.rse.remotecdt.dsf.debug.CArgumentsTab" |
| 120 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
80 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 121 |
name="Arguments" |
81 |
name="Arguments" |
| 122 |
class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CArgumentsTab"> |
82 |
class="org.eclipse.cdt.dsf.gdb.internal.ui.launching.CArgumentsTab"> |
| 123 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
83 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
|
Lines 125-138
Link Here
|
| 125 |
</tab> |
85 |
</tab> |
| 126 |
<tab |
86 |
<tab |
| 127 |
id="org.eclipse.rse.remotecdt.launch.RemoteCDebuggerTab" |
87 |
id="org.eclipse.rse.remotecdt.launch.RemoteCDebuggerTab" |
| 128 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
88 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 129 |
name="Debugger" |
89 |
name="Debugger" |
| 130 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDebuggerTab"> |
90 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDebuggerTab"> |
| 131 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
91 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
| 132 |
<placement after="org.eclipse.cdt.cdi.launch.argumentsTab"/> |
92 |
<placement after="org.eclipse.cdt.cdi.launch.argumentsTab"/> |
| 133 |
</tab> |
93 |
</tab> |
| 134 |
<tab id="org.eclipse.rse.remotecdt.dsf.debug.RemoteCDSFDebuggerTab" |
94 |
<tab id="org.eclipse.rse.remotecdt.dsf.debug.RemoteCDSFDebuggerTab" |
| 135 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
95 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 136 |
name="Debugger" |
96 |
name="Debugger" |
| 137 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDSFDebuggerTab"> |
97 |
class="org.eclipse.cdt.launch.remote.tabs.RemoteCDSFDebuggerTab"> |
| 138 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
98 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
|
Lines 140-146
Link Here
|
| 140 |
</tab> |
100 |
</tab> |
| 141 |
<tab |
101 |
<tab |
| 142 |
id="org.eclipse.rse.remotecdt.launch.SourceLookupTab" |
102 |
id="org.eclipse.rse.remotecdt.launch.SourceLookupTab" |
| 143 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
103 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 144 |
name="Source" |
104 |
name="Source" |
| 145 |
class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab"> |
105 |
class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab"> |
| 146 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
106 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
|
Lines 148-154
Link Here
|
| 148 |
</tab> |
108 |
</tab> |
| 149 |
<tab |
109 |
<tab |
| 150 |
id="org.eclipse.rse.remotecdt.debug.dsf.SourceLookupTab" |
110 |
id="org.eclipse.rse.remotecdt.debug.dsf.SourceLookupTab" |
| 151 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
111 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 152 |
name="Source" |
112 |
name="Source" |
| 153 |
class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab"> |
113 |
class="org.eclipse.debug.ui.sourcelookup.SourceLookupTab"> |
| 154 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
114 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
|
Lines 156-162
Link Here
|
| 156 |
</tab> |
116 |
</tab> |
| 157 |
<tab |
117 |
<tab |
| 158 |
id="org.eclipse.rse.remotecdt.launch.CommonTab" |
118 |
id="org.eclipse.rse.remotecdt.launch.CommonTab" |
| 159 |
group="org.eclipse.rse.remotecdt.RemoteLaunchTabGroup" |
119 |
group="org.eclipse.cdt.launch.remoteApplicationRunLaunchTabGroup" |
| 160 |
name="Common" |
120 |
name="Common" |
| 161 |
class="org.eclipse.debug.ui.CommonTab"> |
121 |
class="org.eclipse.debug.ui.CommonTab"> |
| 162 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
122 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
|
Lines 164-170
Link Here
|
| 164 |
</tab> |
124 |
</tab> |
| 165 |
<tab |
125 |
<tab |
| 166 |
id="org.eclipse.rse.remotecdt.debug.CommonTab" |
126 |
id="org.eclipse.rse.remotecdt.debug.CommonTab" |
| 167 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
127 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 168 |
name="Common" |
128 |
name="Common" |
| 169 |
class="org.eclipse.debug.ui.CommonTab"> |
129 |
class="org.eclipse.debug.ui.CommonTab"> |
| 170 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
130 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.launch"/> |
|
Lines 172-178
Link Here
|
| 172 |
</tab> |
132 |
</tab> |
| 173 |
<tab |
133 |
<tab |
| 174 |
id="org.eclipse.rse.remotecdt.debug.dsf.CommonTab" |
134 |
id="org.eclipse.rse.remotecdt.debug.dsf.CommonTab" |
| 175 |
group="org.eclipse.rse.remotecdt.RemoteDebugTabGroup" |
135 |
group="org.eclipse.cdt.launch.remoteApplicationLaunchTabGroup" |
| 176 |
name="Common" |
136 |
name="Common" |
| 177 |
class="org.eclipse.debug.ui.CommonTab"> |
137 |
class="org.eclipse.debug.ui.CommonTab"> |
| 178 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |
138 |
<associatedDelegate delegate="org.eclipse.rse.remotecdt.dsf.debug"/> |