2002-08-13 04:02:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-11-24 18:31:03 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2005-11-15 21:33:43 +00:00
|
|
|
<plugin>
|
2007-03-28 23:29:04 +00:00
|
|
|
<extension-point id="BreakpointActionType" name="%BreakpointAction" schema="schema/BreakpointAction.exsd"/>
|
2008-01-25 22:58:17 +00:00
|
|
|
<extension-point id="BreakpointExtension" name="%BreakpointAction" schema="schema/BreakpointExtension.exsd"/>
|
2009-07-15 15:32:05 +00:00
|
|
|
<extension-point id="supportedSourceContainerTypes" name="%SupportedSourceContainerTypes.name" schema="schema/SupportedSourceContainerTypes.exsd"/>
|
2010-02-01 16:23:38 +00:00
|
|
|
<extension-point id="ExecutablesProvider" name="%executablesProvider.name" schema="schema/ExecutablesProvider.exsd"/>
|
|
|
|
<extension-point id="SourceFilesProvider" name="%sourceFilesProvider.name" schema="schema/SourceFilesProvider.exsd"/>
|
|
|
|
<extension-point id="SourceRemappingProvider" name="%sourceRemappingProvider.name" schema="schema/SourceRemappingProvider.exsd"/>
|
|
|
|
<extension-point id="ExecutablesImporter" name="%executablesImporter.name" schema="schema/ExecutablesImporter.exsd"/>
|
2002-08-13 04:02:57 +00:00
|
|
|
|
2009-02-27 22:38:54 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.launchConfigurationTypes">
|
|
|
|
<launchConfigurationType
|
|
|
|
id="org.eclipse.cdt.launch.applicationLaunchType"
|
|
|
|
name="%ApplicationLaunch.name"
|
|
|
|
public="true">
|
|
|
|
</launchConfigurationType>
|
|
|
|
<launchConfigurationType
|
|
|
|
id="org.eclipse.cdt.launch.attachLaunchType"
|
|
|
|
name="%AttachLaunch.name"
|
|
|
|
public="true">
|
|
|
|
</launchConfigurationType>
|
|
|
|
<launchConfigurationType
|
|
|
|
id="org.eclipse.cdt.launch.postmortemLaunchType"
|
|
|
|
name="%PostMortemLaunch.name"
|
|
|
|
public="true">
|
|
|
|
</launchConfigurationType>
|
2010-07-23 18:06:58 +00:00
|
|
|
<launchConfigurationType
|
|
|
|
id="org.eclipse.cdt.launch.remoteApplicationLaunchType"
|
|
|
|
name="%RemoteApplicationLaunch.name"
|
|
|
|
public="true">
|
|
|
|
</launchConfigurationType>
|
2009-02-27 22:38:54 +00:00
|
|
|
</extension>
|
|
|
|
|
2002-08-21 22:19:12 +00:00
|
|
|
<extension
|
|
|
|
id="cBreakpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.debug.core.breakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
<attribute
|
2002-09-04 15:43:56 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.condition">
|
2002-08-21 22:19:12 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute
|
2002-09-04 15:43:56 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.ignoreCount">
|
2002-08-21 22:19:12 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute
|
2002-09-04 15:43:56 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.threadId">
|
2002-08-21 22:19:12 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute
|
2002-09-04 15:43:56 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.installCount">
|
2002-08-21 22:19:12 +00:00
|
|
|
</attribute>
|
2004-04-12 22:33:55 +00:00
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.sourceHandle">
|
|
|
|
</attribute>
|
2008-04-28 21:56:56 +00:00
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.breakpointType">
|
|
|
|
</attribute>
|
|
|
|
|
2002-08-21 22:19:12 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="commonCLineBreakpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<super
|
|
|
|
type="org.eclipse.debug.core.lineBreakpointMarker">
|
|
|
|
</super>
|
2002-09-03 22:55:20 +00:00
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
2002-08-21 22:19:12 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cLineBreakpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.commonCLineBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
2004-04-27 23:13:23 +00:00
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.function">
|
|
|
|
</attribute>
|
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.address">
|
|
|
|
</attribute>
|
2002-08-21 22:19:12 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cAddressBreakpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.commonCLineBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
2002-09-03 22:55:20 +00:00
|
|
|
value="true">
|
2002-08-21 22:19:12 +00:00
|
|
|
</persistent>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cFunctionBreakpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.commonCLineBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
2009-12-18 18:59:44 +00:00
|
|
|
<extension
|
|
|
|
id="cTracepointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cLineBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.passCount">
|
|
|
|
</attribute>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cLineTracepointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cTracepointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cAddressTracepointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cTracepointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cFunctionTracepointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cTracepointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
2014-04-08 13:40:38 -04:00
|
|
|
<extension
|
|
|
|
id="cDynamicPrintfMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cLineBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.printf_string">
|
|
|
|
</attribute>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cLineDynamicPrintfMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cDynamicPrintfMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cAddressDynamicPrintfMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cDynamicPrintfMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
id="cFunctionDynamicPrintfMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cDynamicPrintfMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
</extension>
|
2002-08-21 22:19:12 +00:00
|
|
|
<extension
|
|
|
|
id="cWatchpointMarker"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
<attribute
|
2002-09-04 15:43:56 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.expression">
|
2002-08-21 22:19:12 +00:00
|
|
|
</attribute>
|
2007-11-05 15:36:46 +00:00
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.memoryspace">
|
|
|
|
</attribute>
|
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.range">
|
|
|
|
</attribute>
|
2002-09-04 20:50:20 +00:00
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.write">
|
|
|
|
</attribute>
|
|
|
|
<attribute
|
|
|
|
name="org.eclipse.cdt.debug.core.read">
|
|
|
|
</attribute>
|
2008-04-25 16:06:06 +00:00
|
|
|
</extension>
|
|
|
|
<extension
|
2008-04-25 21:23:39 +00:00
|
|
|
id="cEventBreakpointMarker"
|
2008-04-25 16:06:06 +00:00
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.cdt.debug.core.cBreakpointMarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="true">
|
|
|
|
</persistent>
|
|
|
|
<attribute
|
2008-04-25 21:23:39 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.eventbreakpoint_event_id">
|
2008-04-25 16:06:06 +00:00
|
|
|
</attribute>
|
|
|
|
<attribute
|
2008-04-25 21:23:39 +00:00
|
|
|
name="org.eclipse.cdt.debug.core.eventbreakpoint_event_arg">
|
2008-04-25 16:06:06 +00:00
|
|
|
</attribute>
|
2002-08-21 22:19:12 +00:00
|
|
|
</extension>
|
2007-01-31 20:16:00 +00:00
|
|
|
<extension
|
|
|
|
id="breakpointproblem"
|
|
|
|
name="%breakpointProblem.name"
|
|
|
|
point="org.eclipse.core.resources.markers">
|
|
|
|
<super
|
|
|
|
type="org.eclipse.core.resources.problemmarker">
|
|
|
|
</super>
|
|
|
|
<super
|
|
|
|
type="org.eclipse.core.resources.textmarker">
|
|
|
|
</super>
|
|
|
|
<persistent
|
|
|
|
value="false">
|
|
|
|
</persistent>
|
|
|
|
<attribute name="externalLocation"/>
|
|
|
|
</extension>
|
2002-08-21 22:19:12 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.breakpoints">
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CLineBreakpoint"
|
2004-12-22 21:44:53 +00:00
|
|
|
name="%cLineBreakpoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cLineBreakpointMarker"
|
2002-08-21 22:19:12 +00:00
|
|
|
id="cLineBreakpoint">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CAddressBreakpoint"
|
2004-12-22 21:44:53 +00:00
|
|
|
name="%cAddressBreakpoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cAddressBreakpointMarker"
|
2002-08-21 22:19:12 +00:00
|
|
|
id="cAddressBreakpoint">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CFunctionBreakpoint"
|
2004-12-22 21:44:53 +00:00
|
|
|
name="%cFunctionBreakpoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cFunctionBreakpointMarker"
|
2002-08-21 22:19:12 +00:00
|
|
|
id="cFunctionBreakpoint">
|
|
|
|
</breakpoint>
|
2002-09-04 20:50:20 +00:00
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CWatchpoint"
|
2004-12-22 21:44:53 +00:00
|
|
|
name="%cWatchpoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cWatchpointMarker"
|
2002-09-04 20:50:20 +00:00
|
|
|
id="cWatchpoint">
|
2009-12-18 18:59:44 +00:00
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CLineTracepoint"
|
|
|
|
name="%cLineTracepoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cLineTracepointMarker"
|
|
|
|
id="cLineTracepoint">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CAddressTracepoint"
|
|
|
|
name="%cAddressTracepoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cAddressTracepointMarker"
|
|
|
|
id="cAddressTracepoint">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CFunctionTracepoint"
|
|
|
|
name="%cFunctionTracepoints.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cFunctionTracepointMarker"
|
|
|
|
id="cFunctionTracepoint">
|
2014-04-08 13:40:38 -04:00
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CLineDynamicPrintf"
|
|
|
|
name="%cLineDynamicPrintf.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cLineDynamicPrintfMarker"
|
|
|
|
id="cLineDynamicPrintf">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CAddressDynamicPrintf"
|
|
|
|
name="%cAddressDynamicPrintf.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cAddressDynamicPrintfMarker"
|
|
|
|
id="cAddressDynamicPrintf">
|
|
|
|
</breakpoint>
|
|
|
|
<breakpoint
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CFunctionDynamicPrintf"
|
|
|
|
name="%cFunctionDynamicPrintf.name"
|
|
|
|
markerType="org.eclipse.cdt.debug.core.cFunctionDynamicPrintfMarker"
|
|
|
|
id="cFunctionDynamicPrintf">
|
2002-09-04 20:50:20 +00:00
|
|
|
</breakpoint>
|
2008-04-25 16:06:06 +00:00
|
|
|
<breakpoint
|
2008-04-25 21:23:39 +00:00
|
|
|
class="org.eclipse.cdt.debug.internal.core.breakpoints.CEventBreakpoint"
|
2010-05-31 20:02:13 +00:00
|
|
|
name="%cEventBreakpoints.name"
|
2008-04-25 21:23:39 +00:00
|
|
|
markerType="org.eclipse.cdt.debug.core.cEventBreakpointMarker"
|
|
|
|
id="cEventBreakpoint">
|
2008-04-25 16:06:06 +00:00
|
|
|
</breakpoint>
|
2002-08-21 22:19:12 +00:00
|
|
|
</extension>
|
2004-12-03 20:34:46 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.runtime.preferences">
|
|
|
|
<initializer class="org.eclipse.cdt.debug.internal.core.CDebugCorePreferenceInitializer"/>
|
|
|
|
</extension>
|
2005-03-22 00:11:28 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.sourcePathComputers">
|
|
|
|
<sourcePathComputer
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.CSourcePathComputerDelegate"
|
|
|
|
id="org.eclipse.cdt.debug.core.sourcePathComputer"/>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.sourceLocators">
|
|
|
|
<sourceLocator
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.CSourceLookupDirector"
|
2010-02-01 16:23:38 +00:00
|
|
|
name="%sourceLocator.name"
|
2005-03-22 00:11:28 +00:00
|
|
|
id="org.eclipse.cdt.debug.core.sourceLocator"/>
|
|
|
|
</extension>
|
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.sourceContainerTypes">
|
2010-12-10 22:39:43 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.CProjectSourceContainerType"
|
|
|
|
description="%containerDescription.project"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.project"
|
|
|
|
name="%containerName.project"/>
|
2005-03-22 00:11:28 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.MappingSourceContainerType"
|
|
|
|
description="%containerDescription.mapping"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.mapping"
|
|
|
|
name="%containerName.mapping"/>
|
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.MapEntrySourceContainerType"
|
|
|
|
description="%containerDescription.mapEntry"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.mapEntry"
|
|
|
|
name="%containerName.mapEntry"/>
|
2005-04-25 23:03:50 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.CDirectorySourceContainerType"
|
|
|
|
description="%containerDescription.directory"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.directory"
|
|
|
|
name="%containerName.directory"/>
|
2010-12-10 22:39:43 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.CompilationDirectorySourceContainerType"
|
|
|
|
description="%containerDescription.compilationDirectory"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.compilationDirectory"
|
|
|
|
name="%containerName.compilationDirectory"/>
|
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.SourceFoldersRelativePathSourceContainerType"
|
|
|
|
description="%containerDescription.sourceFoldersRelativePath"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.sourceFoldersRelativePath"
|
|
|
|
name="%containerName.sourceFoldersRelativePath"/>
|
2006-11-02 18:38:28 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.AbsolutePathSourceContainerType"
|
|
|
|
description="%containerDescription.absolutePath"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.absolutePath"
|
|
|
|
name="%containerName.absolutePath"/>
|
2010-01-13 00:06:26 +00:00
|
|
|
<sourceContainerType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.sourcelookup.ProgramRelativePathSourceContainerType"
|
|
|
|
description="%containerDescription.programRelativePath"
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.programRelativePath"
|
|
|
|
name="%containerName.programRelativePath">
|
|
|
|
</sourceContainerType>
|
2005-03-22 00:11:28 +00:00
|
|
|
</extension>
|
2009-07-15 15:32:05 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.cdt.debug.core.supportedSourceContainerTypes">
|
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.absolutePath"/>
|
2010-01-13 00:06:26 +00:00
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.programRelativePath"/>
|
2009-07-15 15:32:05 +00:00
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.mapping"/>
|
2010-12-10 22:39:43 +00:00
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.compilationDirectory"/>
|
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.project"/>
|
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.cdt.debug.core.containerType.sourceFoldersRelativePath"/>
|
2009-07-15 15:32:05 +00:00
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.debug.core.containerType.folder"/>
|
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.debug.core.containerType.workspace"/>
|
|
|
|
<sourceContainer
|
|
|
|
id="org.eclipse.debug.core.containerType.directory"/>
|
|
|
|
</extension>
|
2010-01-11 20:52:55 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.core.runtime.adapters">
|
|
|
|
<factory
|
|
|
|
adaptableType="org.eclipse.cdt.core.model.IBinary"
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.srcfinder.CSourceFinderFactory">
|
|
|
|
<adapter
|
|
|
|
type="org.eclipse.cdt.core.ISourceFinder">
|
|
|
|
</adapter>
|
|
|
|
</factory>
|
|
|
|
</extension>
|
2015-05-06 13:11:35 +03:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.breakpointImportParticipants">
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cWatchpointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cEventBreakpointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cLineBreakpointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cAddressBreakpointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cFunctionBreakpointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cLineDynamicPrintfMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cAddressDynamicPrintfMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cFunctionDynamicPrintfMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cLineTracepointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cAddressTracepointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
<importParticipant
|
|
|
|
participant="org.eclipse.cdt.debug.internal.core.breakpoints.CBreakpointImportParticipant"
|
|
|
|
type="org.eclipse.cdt.debug.core.cFunctionTracepointMarker">
|
|
|
|
</importParticipant>
|
|
|
|
</extension>
|
2016-09-11 21:30:25 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.debug.core.launchConfigurationTypes">
|
|
|
|
<launchConfigurationType
|
|
|
|
delegate="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLocalRunLaunchDelegate"
|
2016-11-07 11:28:45 -05:00
|
|
|
id="org.eclipse.cdt.debug.core.localCoreBuildLaunchConfigType"
|
2016-09-11 21:30:25 -04:00
|
|
|
modes="run"
|
2016-09-27 23:35:36 -04:00
|
|
|
name="%localApplicationLaunch.name"
|
|
|
|
public="false">
|
2016-09-11 21:30:25 -04:00
|
|
|
</launchConfigurationType>
|
2017-11-13 15:25:52 -05:00
|
|
|
<launchConfigurationType
|
|
|
|
delegate="org.eclipse.cdt.debug.core.launch.CoreBuildGenericLaunchConfigDelegate"
|
|
|
|
id="org.eclipse.cdt.debug.core.genericLaunchConfigType"
|
|
|
|
modes="run"
|
|
|
|
name="Auto Generic Launch"
|
|
|
|
public="false">
|
|
|
|
</launchConfigurationType>
|
2016-09-11 21:30:25 -04:00
|
|
|
</extension>
|
2017-09-06 15:53:40 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.launchbar.core.launchTargetTypes">
|
|
|
|
<launchTargetType
|
|
|
|
id="org.eclipse.cdt.launchTargetType.generic"
|
|
|
|
provider="org.eclipse.cdt.debug.core.launch.GenericTargetTypeProvider">
|
|
|
|
</launchTargetType>
|
|
|
|
</extension>
|
2016-09-11 21:30:25 -04:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.launchbar.core.launchBarContributions">
|
|
|
|
<descriptorType
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLaunchDescriptorType"
|
|
|
|
id="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
|
|
|
priority="20">
|
2018-12-21 21:45:42 +02:00
|
|
|
<enablement>
|
|
|
|
</enablement>
|
2016-09-11 21:30:25 -04:00
|
|
|
</descriptorType>
|
|
|
|
<configProvider
|
|
|
|
class="org.eclipse.cdt.debug.internal.core.launch.CoreBuildLocalLaunchConfigProvider"
|
|
|
|
descriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
|
|
|
priority="10">
|
2018-12-21 21:45:42 +02:00
|
|
|
<enablement>
|
|
|
|
</enablement>
|
2016-09-11 21:30:25 -04:00
|
|
|
</configProvider>
|
2017-09-06 15:53:40 -04:00
|
|
|
<configProvider
|
2017-11-13 15:25:52 -05:00
|
|
|
class="org.eclipse.cdt.debug.core.launch.CoreBuildGenericLaunchConfigProvider"
|
2017-09-06 15:53:40 -04:00
|
|
|
descriptorType="org.eclipse.cdt.debug.core.coreBuildDescriptorType"
|
|
|
|
priority="10">
|
2018-12-21 21:45:42 +02:00
|
|
|
<enablement>
|
|
|
|
</enablement>
|
2017-09-06 15:53:40 -04:00
|
|
|
</configProvider>
|
2016-09-11 21:30:25 -04:00
|
|
|
</extension>
|
2002-08-13 04:02:57 +00:00
|
|
|
</plugin>
|