1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd

140 lines
4.6 KiB
Text
Raw Normal View History

2002-09-18 13:35:55 +00:00
<?xml version='1.0' encoding='UTF-8'?>
<!-- Schema file written by PDE -->
<schema targetNamespace="org.eclipse.cdt.debug.core">
<annotation>
<appInfo>
<meta.schema plugin="org.eclipse.cdt.debug.core" id="CDebugger" name="CDebugger"/>
</appInfo>
<documentation>
[Enter description of this extension point]
</documentation>
</annotation>
2002-09-18 13:35:55 +00:00
<element name="extension">
<complexType>
<sequence>
<element ref="debugger" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
a fully qualified identifier of the target extension point
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
an optional identifier of the extension instance
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
an optional name of the extension instance
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<element name="debugger">
<complexType>
<attribute name="name" type="string" use="required">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
specifies the debugger&apos;s name
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
<attribute name="modes" type="string">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
specifies the comma separated list of debugging modes (run,core,attach).
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
specifies a fully qualified name of a Java class that implements &amp;lt;code&amp;gt;ICDIDebugger2&amp;lt;/code&amp;gt;
2002-09-18 13:35:55 +00:00
</documentation>
<appInfo>
2006-02-06 17:10:32 +00:00
<meta.attribute kind="java" basedOn="org.eclipse.cdt.debug.mi.core.command.CommandFactory"/>
2002-09-18 13:35:55 +00:00
</appInfo>
</annotation>
</attribute>
<attribute name="id" type="string" use="required">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
specifies a unique identifier for this debugger.
</documentation>
</annotation>
</attribute>
<attribute name="platform" type="string">
<annotation>
<documentation>
2006-02-06 17:10:32 +00:00
specifies a comma separated list of supported platforms.
</documentation>
</annotation>
</attribute>
<attribute name="cpu" type="string">
<annotation>
<documentation>
2006-04-18 20:43:41 +00:00
specifies a comma separated list of supported architectures.
</documentation>
</annotation>
</attribute>
<attribute name="coreFileFilter" type="string">
<annotation>
<documentation>
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</attribute>
</complexType>
</element>
<annotation>
<appInfo>
<meta.section type="examples"/>
</appInfo>
<documentation>
[Enter extension point usage example here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="apiInfo"/>
</appInfo>
<documentation>
[Enter API information here.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="implementation"/>
</appInfo>
<documentation>
[Enter information about supplied implementation of this extension point.]
</documentation>
</annotation>
<annotation>
<appInfo>
<meta.section type="copyright"/>
</appInfo>
<documentation>
2006-02-06 17:10:32 +00:00
Copyright (c) 2004, 2005 QNX Software Systems 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
2002-09-18 13:35:55 +00:00
</documentation>
</annotation>
</schema>