Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-09-25 21:36:25 +0000
committereutarass2008-09-25 21:36:25 +0000
commitc6d9344ab3988164cf6008d45fc80f83036a5f51 (patch)
treedfa526ecb45363f3f7cd3df4dcab43ce41ee5a34 /plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
parenta3e68f01b6d211fc5832e695037a562a7a65af2d (diff)
downloadorg.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.tar.gz
org.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.tar.xz
org.eclipse.tcf-c6d9344ab3988164cf6008d45fc80f83036a5f51.zip
New extension point: org.eclipse.tm.tcf.debug.ui.launch.context - for integration with development tools.
New plug-in: org.eclipse.tm.tcf.cdt.ui - contains TCF/CDT integration code. TCF Launch Configuration is improved: now supports: default values from current CDT project, search of executable files in CDT projects, download of executable file to remote target.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
new file mode 100644
index 000000000..3871f04ea
--- /dev/null
+++ b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+ <extension point="org.eclipse.tm.tcf.debug.ui.launch_context">
+ <class name="org.eclipse.tm.internal.tcf.cdt.ui.TCFLaunchContext" />
+ </extension>
+
+</plugin>

Back to the top