gdbtrace: Prevent hang when a lot of commands are sent to GDB
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4 <extension-point id="org.eclipse.linuxtools.tmf.core.tracetype" name="Tmf Trace Type" schema="schema/org.eclipse.linuxtools.tmf.core.tracetype.exsd"/>
5 <extension-point id="org.eclipse.linuxtools.tmf.core.analysis" name="Trace Analysis Module" schema="schema/org.eclipse.linuxtools.tmf.core.analysis.exsd"/>
6
7 <extension
8 point="org.eclipse.core.runtime.preferences">
9 <initializer
10 class="org.eclipse.linuxtools.internal.tmf.core.TmfCorePreferenceInitializer">
11 </initializer>
12 </extension>
13 <extension
14 point="org.eclipse.linuxtools.tmf.core.analysis">
15 <source
16 class="org.eclipse.linuxtools.internal.tmf.core.analysis.TmfAnalysisModuleSourceConfigElement">
17 </source>
18 </extension>
19 <extension
20 point="org.eclipse.linuxtools.tmf.core.tracetype">
21 <category
22 id="org.eclipse.linuxtools.tmf.core.category.ctf"
23 name="%tracetype.category.ctf">
24 </category>
25 <type
26 category="org.eclipse.linuxtools.tmf.core.category.ctf"
27 event_type="org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfEvent"
28 id="org.eclipse.linuxtools.tmf.ui.type.ctf"
29 isDirectory="true"
30 name="%tracetype.type.ctf"
31 trace_type="org.eclipse.linuxtools.tmf.core.ctfadaptor.CtfTmfTrace">
32 </type>
33 <experiment
34 id="org.eclipse.linuxtools.tmf.core.experiment.generic"
35 name="%experimenttype.type.generic"
36 experiment_type="org.eclipse.linuxtools.tmf.core.trace.TmfExperiment">
37 </experiment>
38 </extension>
39 </plugin>
This page took 0.030424 seconds and 5 git commands to generate.