debuggercdi/com.nokia.cdt.debug.launch/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 202 4eeba852ae0b
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
cawthron
parents:
diff changeset
     5
   <extension
cawthron
parents:
diff changeset
     6
         point="org.eclipse.debug.core.launchConfigurationTypes">
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
     <launchConfigurationType
cawthron
parents:
diff changeset
     9
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    10
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"
cawthron
parents:
diff changeset
    11
            name="Symbian OS Application"
cawthron
parents:
diff changeset
    12
            delegate="com.nokia.cdt.internal.debug.launch.ContextLaunchDelegate"
cawthron
parents:
diff changeset
    13
            modes="run,debug"
cawthron
parents:
diff changeset
    14
            public="true"
cawthron
parents:
diff changeset
    15
            id="com.nokia.cdt.debug.launch.contextLaunch">
cawthron
parents:
diff changeset
    16
      </launchConfigurationType>
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
      <launchConfigurationType
cawthron
parents:
diff changeset
    19
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    20
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer"
cawthron
parents:
diff changeset
    21
            name="Symbian OS Emulation"
cawthron
parents:
diff changeset
    22
            delegate="com.nokia.cdt.internal.debug.launch.EmulationLaunchDelegate"
cawthron
parents:
diff changeset
    23
            modes="run,debug"
cawthron
parents:
diff changeset
    24
            public="true"
cawthron
parents:
diff changeset
    25
            id="com.nokia.cdt.debug.launch.emulationLaunch">
cawthron
parents:
diff changeset
    26
      </launchConfigurationType>
cawthron
parents:
diff changeset
    27
cawthron
parents:
diff changeset
    28
      <launchConfigurationType
cawthron
parents:
diff changeset
    29
            name="Symbian OS Application TRK"
cawthron
parents:
diff changeset
    30
            delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate"
cawthron
parents:
diff changeset
    31
            modes="run,debug"
cawthron
parents:
diff changeset
    32
            public="true"
cawthron
parents:
diff changeset
    33
            id="com.nokia.cdt.debug.launch.appTRKLaunch"
cawthron
parents:
diff changeset
    34
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    35
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
cawthron
parents:
diff changeset
    36
      </launchConfigurationType>
cawthron
parents:
diff changeset
    37
 
cawthron
parents:
diff changeset
    38
      <launchConfigurationType
cawthron
parents:
diff changeset
    39
            name="Symbian OS System TRK"
cawthron
parents:
diff changeset
    40
            delegate="com.nokia.cdt.internal.debug.launch.TRKLaunchDelegate"
cawthron
parents:
diff changeset
    41
            modes="run,debug"
cawthron
parents:
diff changeset
    42
            public="true"
cawthron
parents:
diff changeset
    43
            id="com.nokia.cdt.debug.launch.systemTRKLaunch"
cawthron
parents:
diff changeset
    44
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    45
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
cawthron
parents:
diff changeset
    46
      </launchConfigurationType>
cawthron
parents:
diff changeset
    47
 
cawthron
parents:
diff changeset
    48
      <launchConfigurationType
cawthron
parents:
diff changeset
    49
            name="Symbian OS Attach to Process"
cawthron
parents:
diff changeset
    50
            delegate="com.nokia.cdt.internal.debug.launch.AttachLaunchDelegate"
cawthron
parents:
diff changeset
    51
            modes="debug"
cawthron
parents:
diff changeset
    52
            public="true"
cawthron
parents:
diff changeset
    53
            id="com.nokia.cdt.debug.launch.attachLaunch"
cawthron
parents:
diff changeset
    54
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    55
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
cawthron
parents:
diff changeset
    56
      </launchConfigurationType>
cawthron
parents:
diff changeset
    57
    
cawthron
parents:
diff changeset
    58
      <launchConfigurationType
cawthron
parents:
diff changeset
    59
            name="Symbian OS Trace32"
cawthron
parents:
diff changeset
    60
            delegate="com.nokia.cdt.internal.debug.launch.Trace32LaunchDelegate"
cawthron
parents:
diff changeset
    61
            modes="debug"
cawthron
parents:
diff changeset
    62
            public="true"
cawthron
parents:
diff changeset
    63
            id="com.nokia.cdt.debug.launch.t32Launch"
cawthron
parents:
diff changeset
    64
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    65
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
cawthron
parents:
diff changeset
    66
      </launchConfigurationType>
cawthron
parents:
diff changeset
    67
      
cawthron
parents:
diff changeset
    68
      <launchConfigurationType
cawthron
parents:
diff changeset
    69
            name="Symbian OS Sophia"
cawthron
parents:
diff changeset
    70
            delegate="com.nokia.cdt.internal.debug.launch.SophiaSTILaunchDelegate"
cawthron
parents:
diff changeset
    71
            modes="debug"
cawthron
parents:
diff changeset
    72
            public="true"
cawthron
parents:
diff changeset
    73
            id="com.nokia.cdt.debug.launch.stiLaunch"
cawthron
parents:
diff changeset
    74
            sourceLocatorId="org.eclipse.cdt.debug.core.sourceLocator"
cawthron
parents:
diff changeset
    75
            sourcePathComputerId="com.nokia.cdt.debug.cw.symbian.CarbideSourcePathComputer">
cawthron
parents:
diff changeset
    76
      </launchConfigurationType>
cawthron
parents:
diff changeset
    77
  
cawthron
parents:
diff changeset
    78
   </extension>
cawthron
parents:
diff changeset
    79
  <extension
cawthron
parents:
diff changeset
    80
         point="org.eclipse.debug.ui.launchConfigurationTypeImages">
cawthron
parents:
diff changeset
    81
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
    82
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
    83
            configTypeID="com.nokia.cdt.debug.launch.contextLaunch"
cawthron
parents:
diff changeset
    84
            id="com.nokia.cdt.debug.launch.contextLaunchImage">
cawthron
parents:
diff changeset
    85
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
    86
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
    87
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
    88
            configTypeID="com.nokia.cdt.debug.launch.emulationLaunch"
cawthron
parents:
diff changeset
    89
            id="com.nokia.cdt.debug.launch.emulationLaunchImage">
cawthron
parents:
diff changeset
    90
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
    91
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
    92
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
    93
            configTypeID="com.nokia.cdt.debug.launch.appTRKLaunch"
cawthron
parents:
diff changeset
    94
            id="com.nokia.cdt.debug.launch.appTRKLaunchImage">
cawthron
parents:
diff changeset
    95
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
    96
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
    97
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
    98
            configTypeID="com.nokia.cdt.debug.launch.systemTRKLaunch"
cawthron
parents:
diff changeset
    99
            id="com.nokia.cdt.debug.launch.systemTRKLaunchImage">
cawthron
parents:
diff changeset
   100
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
   101
cawthron
parents:
diff changeset
   102
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
   103
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
   104
            configTypeID="com.nokia.cdt.debug.launch.attachLaunch"
cawthron
parents:
diff changeset
   105
            id="com.nokia.cdt.debug.launch.attachLaunchImage">
cawthron
parents:
diff changeset
   106
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
   107
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
   108
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
   109
            configTypeID="com.nokia.cdt.debug.launch.t32Launch"
cawthron
parents:
diff changeset
   110
            id="com.nokia.cdt.debug.launch.t32LaunchImage">
cawthron
parents:
diff changeset
   111
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
   112
      
cawthron
parents:
diff changeset
   113
      <launchConfigurationTypeImage
cawthron
parents:
diff changeset
   114
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
   115
            configTypeID="com.nokia.cdt.debug.launch.stiLaunch"
cawthron
parents:
diff changeset
   116
            id="com.nokia.cdt.debug.launch.stiLaunchImage">
cawthron
parents:
diff changeset
   117
      </launchConfigurationTypeImage>
cawthron
parents:
diff changeset
   118
    </extension>
cawthron
parents:
diff changeset
   119
cawthron
parents:
diff changeset
   120
   <extension
cawthron
parents:
diff changeset
   121
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   122
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   123
            type="com.nokia.cdt.debug.launch.contextLaunch"
cawthron
parents:
diff changeset
   124
            class="com.nokia.cdt.internal.debug.launch.ui.ContextConfigurationTabGroup"
cawthron
parents:
diff changeset
   125
            id="com.nokia.cdt.debug.launch.contextLaunchTabGroup">
cawthron
parents:
diff changeset
   126
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   127
    </extension>
cawthron
parents:
diff changeset
   128
cawthron
parents:
diff changeset
   129
   <extension
cawthron
parents:
diff changeset
   130
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   131
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   132
            type="com.nokia.cdt.debug.launch.emulationLaunch"
cawthron
parents:
diff changeset
   133
            class="com.nokia.cdt.internal.debug.launch.ui.EmulationConfigurationTabGroup"
cawthron
parents:
diff changeset
   134
            id="com.nokia.cdt.debug.launch.emulationLaunchTabGroup">
cawthron
parents:
diff changeset
   135
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   136
    </extension>
cawthron
parents:
diff changeset
   137
 
cawthron
parents:
diff changeset
   138
    <extension
cawthron
parents:
diff changeset
   139
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   140
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   141
            type="com.nokia.cdt.debug.launch.appTRKLaunch"
cawthron
parents:
diff changeset
   142
            class="com.nokia.cdt.internal.debug.launch.ui.AppTRKConfigurationTabGroup"
cawthron
parents:
diff changeset
   143
            id="com.nokia.cdt.debug.launch.appTRKLaunchTabGroup">
cawthron
parents:
diff changeset
   144
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   145
    </extension>
cawthron
parents:
diff changeset
   146
cawthron
parents:
diff changeset
   147
    <extension
cawthron
parents:
diff changeset
   148
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   149
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   150
            type="com.nokia.cdt.debug.launch.systemTRKLaunch"
cawthron
parents:
diff changeset
   151
            class="com.nokia.cdt.internal.debug.launch.ui.SystemTRKConfigurationTabGroup"
cawthron
parents:
diff changeset
   152
            id="com.nokia.cdt.debug.launch.systemTRKLaunchTabGroup">
cawthron
parents:
diff changeset
   153
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   154
    </extension>
cawthron
parents:
diff changeset
   155
    
cawthron
parents:
diff changeset
   156
    <extension
cawthron
parents:
diff changeset
   157
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   158
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   159
            type="com.nokia.cdt.debug.launch.attachLaunch"
cawthron
parents:
diff changeset
   160
            class="com.nokia.cdt.internal.debug.launch.ui.AttachConfigurationTabGroup"
cawthron
parents:
diff changeset
   161
            id="com.nokia.cdt.debug.launch.attachLaunchTabGroup">
cawthron
parents:
diff changeset
   162
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   163
    </extension>
cawthron
parents:
diff changeset
   164
cawthron
parents:
diff changeset
   165
	<extension
cawthron
parents:
diff changeset
   166
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   167
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   168
            type="com.nokia.cdt.debug.launch.t32Launch"
cawthron
parents:
diff changeset
   169
            class="com.nokia.cdt.internal.debug.launch.ui.T32StopModeConfigurationTabGroup"
cawthron
parents:
diff changeset
   170
            id="com.nokia.cdt.debug.launch.t32LaunchTabGroup">
cawthron
parents:
diff changeset
   171
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   172
    </extension>
cawthron
parents:
diff changeset
   173
    
cawthron
parents:
diff changeset
   174
    <extension
cawthron
parents:
diff changeset
   175
         point="org.eclipse.debug.ui.launchConfigurationTabGroups">
cawthron
parents:
diff changeset
   176
      <launchConfigurationTabGroup
cawthron
parents:
diff changeset
   177
            type="com.nokia.cdt.debug.launch.stiLaunch"
cawthron
parents:
diff changeset
   178
            class="com.nokia.cdt.internal.debug.launch.ui.SophiaConfigurationTabGroup"
cawthron
parents:
diff changeset
   179
            id="com.nokia.cdt.debug.launch.SophiaLaunchTabGroup">
cawthron
parents:
diff changeset
   180
      </launchConfigurationTabGroup>
cawthron
parents:
diff changeset
   181
    </extension>
cawthron
parents:
diff changeset
   182
cawthron
parents:
diff changeset
   183
 
cawthron
parents:
diff changeset
   184
    <extension
cawthron
parents:
diff changeset
   185
         point="org.eclipse.debug.ui.launchShortcuts">
cawthron
parents:
diff changeset
   186
      <shortcut
cawthron
parents:
diff changeset
   187
            label="Symbian OS Application"
cawthron
parents:
diff changeset
   188
            icon="icons/launch_config_file_16x16.png"
cawthron
parents:
diff changeset
   189
            modes="run, debug"
cawthron
parents:
diff changeset
   190
            class="com.nokia.cdt.internal.debug.launch.SymbianLaunchShortcut"
cawthron
parents:
diff changeset
   191
            id="com.nokia.cdt.debug.launch.symbianCPPShortcut">
cawthron
parents:
diff changeset
   192
         <contextualLaunch>
cawthron
parents:
diff changeset
   193
           <enablement>
cawthron
parents:
diff changeset
   194
             <with variable="selection">
cawthron
parents:
diff changeset
   195
               <count value="1"/>
cawthron
parents:
diff changeset
   196
               <iterate>
cawthron
parents:
diff changeset
   197
				<and>
cawthron
parents:
diff changeset
   198
                   <or>
cawthron
parents:
diff changeset
   199
                     <instanceof value="org.eclipse.cdt.core.model.IBinary"/>
cawthron
parents:
diff changeset
   200
                     <instanceof value="org.eclipse.cdt.core.model.ICProject"/>
cawthron
parents:
diff changeset
   201
                     <instanceof value="com.nokia.cdt.debug.cw.symbian.ui.executables.Executable"/>
cawthron
parents:
diff changeset
   202
                     <test
cawthron
parents:
diff changeset
   203
                           forcePluginActivation="true"
cawthron
parents:
diff changeset
   204
                           property="org.eclipse.cdt.launch.isExecutable"/>
cawthron
parents:
diff changeset
   205
                     <test
cawthron
parents:
diff changeset
   206
                           forcePluginActivation="true"
cawthron
parents:
diff changeset
   207
                           property="org.eclipse.cdt.launch.isCProject"/>
cawthron
parents:
diff changeset
   208
                     <and>
cawthron
parents:
diff changeset
   209
                       <instanceof value="org.eclipse.ui.IFileEditorInput"/>
cawthron
parents:
diff changeset
   210
                       <adapt type="org.eclipse.core.resources.IResource">
cawthron
parents:
diff changeset
   211
                         <adapt type="org.eclipse.cdt.core.model.ICElement"/>
cawthron
parents:
diff changeset
   212
                       </adapt>
cawthron
parents:
diff changeset
   213
                     </and>
cawthron
parents:
diff changeset
   214
                    <test
cawthron
parents:
diff changeset
   215
                           forcePluginActivation="true"
cawthron
parents:
diff changeset
   216
                           property="com.nokia.cdt.debug.launch.isCarbideProject"/>
cawthron
parents:
diff changeset
   217
                   <test
cawthron
parents:
diff changeset
   218
                           forcePluginActivation="true"
cawthron
parents:
diff changeset
   219
                           property="com.nokia.cdt.debug.launch.isExecutable"/>
cawthron
parents:
diff changeset
   220
                   </or>
cawthron
parents:
diff changeset
   221
 				</and>
cawthron
parents:
diff changeset
   222
               </iterate>
cawthron
parents:
diff changeset
   223
             </with>
cawthron
parents:
diff changeset
   224
           </enablement>
cawthron
parents:
diff changeset
   225
           <contextLabel
cawthron
parents:
diff changeset
   226
         	  mode="run"
cawthron
parents:
diff changeset
   227
         	  label="Run Symbian OS Application"/>
cawthron
parents:
diff changeset
   228
  		   <contextLabel
cawthron
parents:
diff changeset
   229
  		 	  mode="debug"
cawthron
parents:
diff changeset
   230
  		 	  label="Debug Symbian OS Application"/>
cawthron
parents:
diff changeset
   231
  		 </contextualLaunch>
cawthron
parents:
diff changeset
   232
         <description
cawthron
parents:
diff changeset
   233
             mode="run"
cawthron
parents:
diff changeset
   234
             description="Runs a Symbian OS executable on either the emulator or a phone"/>
cawthron
parents:
diff changeset
   235
          <description
cawthron
parents:
diff changeset
   236
             mode="debug"
cawthron
parents:
diff changeset
   237
             description="Debugs a Symbian OS executable on either the emulator or a phone"/>
cawthron
parents:
diff changeset
   238
         <perspective
cawthron
parents:
diff changeset
   239
               id="com.nokia.carbide.cpp.CarbideCppPerspective">
cawthron
parents:
diff changeset
   240
         </perspective>
cawthron
parents:
diff changeset
   241
         <perspective
cawthron
parents:
diff changeset
   242
               id="org.eclipse.debug.ui.DebugPerspective">
cawthron
parents:
diff changeset
   243
         </perspective>
cawthron
parents:
diff changeset
   244
         <configurationType
cawthron
parents:
diff changeset
   245
               id="com.nokia.cdt.debug.launch.contextLaunch">
cawthron
parents:
diff changeset
   246
         </configurationType>
cawthron
parents:
diff changeset
   247
      </shortcut>
cawthron
parents:
diff changeset
   248
     </extension>
cawthron
parents:
diff changeset
   249
   
cawthron
parents:
diff changeset
   250
 <!-- Property testers -->
cawthron
parents:
diff changeset
   251
   <extension point="org.eclipse.core.expressions.propertyTesters">
cawthron
parents:
diff changeset
   252
      <propertyTester
cawthron
parents:
diff changeset
   253
      		namespace="com.nokia.cdt.debug.launch"
cawthron
parents:
diff changeset
   254
            properties="isExecutable, isCarbideProject"
cawthron
parents:
diff changeset
   255
            type="org.eclipse.core.runtime.IAdaptable"
cawthron
parents:
diff changeset
   256
            class="com.nokia.cdt.internal.debug.launch.SymbianProjectPropertyTester"
cawthron
parents:
diff changeset
   257
            id="com.nokia.cdt.debug.launch.SymbianProjectPropertyTester">
cawthron
parents:
diff changeset
   258
      </propertyTester>
cawthron
parents:
diff changeset
   259
   </extension>
cawthron
parents:
diff changeset
   260
 
cawthron
parents:
diff changeset
   261
	<!-- Adapters for contextual launch -->
cawthron
parents:
diff changeset
   262
	<extension point="org.eclipse.core.runtime.adapters">
cawthron
parents:
diff changeset
   263
          <factory 
cawthron
parents:
diff changeset
   264
            class="" 
cawthron
parents:
diff changeset
   265
            adaptableType="org.eclipse.cdt.core.model.ICProject">
cawthron
parents:
diff changeset
   266
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
cawthron
parents:
diff changeset
   267
         </factory>
cawthron
parents:
diff changeset
   268
    </extension>
cawthron
parents:
diff changeset
   269
 
cawthron
parents:
diff changeset
   270
 	<!-- Adapters for contextual launch -->
cawthron
parents:
diff changeset
   271
	<extension point="org.eclipse.core.runtime.adapters">
cawthron
parents:
diff changeset
   272
         <factory 
cawthron
parents:
diff changeset
   273
            class="" 
cawthron
parents:
diff changeset
   274
            adaptableType="com.nokia.cdt.debug.cw.symbian.ui.executables.Executable">
cawthron
parents:
diff changeset
   275
            <adapter type="org.eclipse.debug.ui.actions.ILaunchable"/>
cawthron
parents:
diff changeset
   276
         </factory>
cawthron
parents:
diff changeset
   277
    </extension>
cawthron
parents:
diff changeset
   278
 
cawthron
parents:
diff changeset
   279
   <!-- hack to make the traditional memory rendering the default.  we probaly
cawthron
parents:
diff changeset
   280
   		need to keep it this way until CDT adopts this rendering as the default.
cawthron
parents:
diff changeset
   281
   		see Eclipse bugzilla #146667 for more information. -->
cawthron
parents:
diff changeset
   282
   <extension
cawthron
parents:
diff changeset
   283
         point="org.eclipse.debug.ui.memoryRenderings">
cawthron
parents:
diff changeset
   284
      <renderingBindings
cawthron
parents:
diff changeset
   285
            defaultIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering"
cawthron
parents:
diff changeset
   286
            primaryId="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering"
cawthron
parents:
diff changeset
   287
            renderingIds="org.eclipse.dd.debug.memory.renderings.traditional.TraditionalRendering">
cawthron
parents:
diff changeset
   288
         <enablement>
cawthron
parents:
diff changeset
   289
            <instanceof value="org.eclipse.cdt.debug.internal.core.model.CMemoryBlockExtension"/>
cawthron
parents:
diff changeset
   290
         </enablement>
cawthron
parents:
diff changeset
   291
      </renderingBindings>
cawthron
parents:
diff changeset
   292
   </extension>
cawthron
parents:
diff changeset
   293
   
cawthron
parents:
diff changeset
   294
   <extension
cawthron
parents:
diff changeset
   295
         point="org.eclipse.ui.startup">
cawthron
parents:
diff changeset
   296
   </extension>
cawthron
parents:
diff changeset
   297
cawthron
parents:
diff changeset
   298
   <extension-point id="launchWizardExtension" name="Launch Wizard Page" schema="schema/launchWizardExtension"/>
cawthron
parents:
diff changeset
   299
cawthron
parents:
diff changeset
   300
</plugin>