diff --git a/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd b/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd old mode 100644 new mode 100755 index 7c5b6bac2b1..0445e389d70 --- a/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/BreakpointAction.exsd @@ -1,106 +1,70 @@ - - - - - - - - - Extension to provide additional actions to execute when a breakpoint is hit. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [Enter the first release in which this extension point appears.] - - - - - - - - - [Enter extension point usage example here.] - - - - - - - - - [Enter API information here.] - - - - - - - - - [Enter information about supplied implementation of this extension point.] - - - - - - - - - Copyright (c) 2007 Nokia and others. -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 -which accompanies this distribution, and is available at -http://www.eclipse.org/legal/epl-v10.html - - - - + + + + + + + + + Extension to provide additional actions to execute when a breakpoint is hit. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Copyright (c) 2007 Nokia and others. +All rights reserved. This program and the accompanying materials +are made available under the terms of the Eclipse Public License v1.0 +which accompanies this distribution, and is available at +http://www.eclipse.org/legal/epl-v10.html + + + diff --git a/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd b/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd old mode 100644 new mode 100755 index 294b1dbc8e0..bc14e414a06 --- a/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/BreakpointExtension.exsd @@ -1,6 +1,6 @@ - + @@ -9,8 +9,12 @@ This extension point defines a mechanism for defining a debug model specific extension to C breakpoints. - + + + + + @@ -38,27 +42,32 @@ - - specifies a unique identifier for this breakpoint extension type. + Specifies a unique identifier for this breakpoint extension type. + + + - specifies the fully qualified identifier (id) of the corresponding marker definition for breakpoints that this extension applies to + Specifies the fully qualified identifier (id) of the corresponding marker definition for breakpoints that this extension applies to. + + + - specifies the fully qualified name of the Java class that implements <code>ICBreakpointExtension</code>. + Specifies the fully qualified name of the Java class that implements <code>ICBreakpointExtension</code>. @@ -68,14 +77,35 @@ - specifies the fully qualified identifer (id) of the debug model that this extension applies to + Specifies the fully qualified identifer (id) of the debug model that this extension applies to. + + + - - + + + + + + Copyright (c) 2007 Wind River Systems and others.<br> +All rights reserved. This program and the accompanying materials +are made available under the terms of the Eclipse Public License v1.0 +which accompanies this distribution, and is available at +<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> + + + + + + + + Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.cdt.debug.core.model.ICBreakpointExtension</b>, and which supplies a constructor with a single argument of type <b>org.eclipse.cdt.debug.core.model.ICBreakpoint</b>. + + @@ -100,28 +130,4 @@ In the example above, the specified type of breakpoint extension is implemented This extension is going to apply to breakpoints with markers extending "com.example.ExampleBreakpointMarker", and to debug model with ID of "com.example.debug". - - - - - - - Value of the attribute <b>class</b> must be a fully qualified name of a Java class that implements the interface <b>org.eclipse.cdt.debug.core.model.ICBreakpointExtension</b>, and which supplies a constructor with a single argument of type <b>org.eclipse.cdt.debug.core.model.ICBreakpoint</b>. - - - - - - - - - - Copyright (c) 2007 Wind River Systems and others.<br> -All rights reserved. This program and the accompanying materials -are made available under the terms of the Eclipse Public License v1.0 -which accompanies this distribution, and is available at -<a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a> - - - diff --git a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd old mode 100644 new mode 100755 index cdeb3f46ec4..ae0813c94a7 --- a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd @@ -1,16 +1,20 @@ - + - [Enter description of this extension point] + - + + + + + @@ -18,27 +22,26 @@ - a fully qualified identifier of the target extension point + A fully qualified identifier of the target extension point - an optional identifier of the extension instance + An optional identifier of the extension instance - an optional name of the extension instance + An optional name of the extension instance - @@ -47,21 +50,39 @@ - specifies the debugger's name + Specifies the debugger's name - + - specifies the comma separated list of debugging modes (run,core,attach). + Specifies the comma separated list of debugging modes (attach,core,run). + + + + + + + + + + + + + + + + + + - specifies a fully qualified name of a Java class that implements &lt;code&gt;ICDIDebugger2&lt;/code&gt; + Specifies a fully qualified name of a Java class that implements <code>ICDIDebugger2</code> @@ -73,6 +94,9 @@ specifies a unique identifier for this debugger. + + + @@ -98,7 +122,6 @@ - @@ -110,34 +133,6 @@ - - - - - - - [Enter extension point usage example here.] - - - - - - - - - [Enter API information here.] - - - - - - - - - [Enter information about supplied implementation of this extension point.] - - - @@ -150,5 +145,4 @@ which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html - diff --git a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd old mode 100644 new mode 100755 index b3c24df4cb7..e19e149b64d --- a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesImporter.exsd @@ -6,10 +6,9 @@ - This extension points allows you to extened the executables manager in CDT by providing your own executables importer. + This extension point allows you to extend the executables manager in CDT by providing your own executables importer. - @@ -46,7 +45,6 @@ - @@ -61,7 +59,6 @@ - @@ -70,7 +67,6 @@ CDT 7.0 - @@ -82,5 +78,4 @@ </extension> - diff --git a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd old mode 100644 new mode 100755 index f0769b52a11..5e2cde3b3c6 --- a/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/ExecutablesProvider.exsd @@ -2,19 +2,18 @@ - + - + - This extension points allows you to extened the executables manager in CDT by providing your own executables provider for certain types of projects. + This extension point allows you to extend the executables manager in CDT by providing your own executables provider for certain types of projects. - - + - + @@ -39,14 +38,13 @@ - + - + - @@ -54,27 +52,25 @@ - + - + - - + - + CDT 7.0 - - + - + <extension point="org.eclipse.cdt.debug.core.ExecutablesProvider"> @@ -82,5 +78,4 @@ </extension> - diff --git a/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd old mode 100644 new mode 100755 index 59d43a47af9..3a1ca03e05b --- a/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/SourceFilesProvider.exsd @@ -2,19 +2,18 @@ - + - + - This extension points allows you to extened the executables manager in CDT by providing your own source files provider for certain types of executables. + This extension point allows you to extend the executables manager in CDT by providing your own source files provider for certain types of executables. - - + - + @@ -39,14 +38,13 @@ - + - + - @@ -54,27 +52,25 @@ - + - + - - + - + CDT 7.0 - - + - + <extension point="org.eclipse.cdt.debug.core.SourceFilesProvider"> @@ -82,5 +78,4 @@ </extension> - diff --git a/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd b/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd old mode 100644 new mode 100755 index fad60fb6746..f56cb6841e9 --- a/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/SourceRemappingProvider.exsd @@ -6,10 +6,9 @@ - This extension points allows you to extened the executables manager in CDT by providing your own source remapping provider. + This extension point allows you to extend the executables manager in CDT by providing your own source remapping provider. - @@ -46,7 +45,6 @@ - @@ -61,7 +59,6 @@ - @@ -70,7 +67,6 @@ CDT 7.0 - @@ -82,8 +78,4 @@ </extension> - - - - diff --git a/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd b/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd old mode 100644 new mode 100755 index d10dfe303d1..49f8360b432 --- a/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/SupportedSourceContainerTypes.exsd @@ -6,10 +6,9 @@ - The extension point provides a mechanism for contributing source container types to the preference page "C/C++, Debug,Common Source Lookup Path". + This extension point provides a mechanism for contributing source container types to the preference page "C/C++ / Debug / Common Source Lookup Path". - @@ -46,7 +45,6 @@ - @@ -61,8 +59,6 @@ - - @@ -78,7 +74,6 @@ </pre> - @@ -87,8 +82,6 @@ Value of the attribute id must be a contribution to the extension point "org.eclipse.debug.core.sourceContainerTypes". - - @@ -101,5 +94,4 @@ which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html -