Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-12-05 22:39:22 +0000
committerEugene Tarassov2013-12-05 22:39:22 +0000
commitd3bf2c54b75639324fa4158fbb85ba6c1cece7ba (patch)
treed82fbb2780d1846e6f0c685864731e176fab7c24 /examples/org.eclipse.tcf.examples.filtering/plugin.xml
parent60d05b7fac6c9bf3d197430bdfbd4921a689ef51 (diff)
downloadorg.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.tar.gz
org.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.tar.xz
org.eclipse.tcf-d3bf2c54b75639324fa4158fbb85ba6c1cece7ba.zip
TCF Examples: created an example of debugger extension that filter out running threads in the Debug view
Diffstat (limited to 'examples/org.eclipse.tcf.examples.filtering/plugin.xml')
-rw-r--r--examples/org.eclipse.tcf.examples.filtering/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/org.eclipse.tcf.examples.filtering/plugin.xml b/examples/org.eclipse.tcf.examples.filtering/plugin.xml
new file mode 100644
index 000000000..8c5d78845
--- /dev/null
+++ b/examples/org.eclipse.tcf.examples.filtering/plugin.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.tcf.debug.ui.presentation_provider">
+ <class name="org.eclipse.tcf.examples.filtering.PresentationFilter"/>
+ </extension>
+
+</plugin>

Back to the top