diff options
author | eutarass | 2011-06-20 18:08:35 +0000 |
---|---|---|
committer | eutarass | 2011-06-20 18:08:35 +0000 |
commit | c2101475b4ae4e435d4ada7c25839f1a8c9df229 (patch) | |
tree | d03317dbb6f294fd74354a6058a1550ef55a84ad /plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml | |
parent | 16ab867ae015b7dfbf0ac6a9c9db87e46fc1ef9b (diff) | |
download | org.eclipse.tcf-c2101475b4ae4e435d4ada7c25839f1a8c9df229.tar.gz org.eclipse.tcf-c2101475b4ae4e435d4ada7c25839f1a8c9df229.tar.xz org.eclipse.tcf-c2101475b4ae4e435d4ada7c25839f1a8c9df229.zip |
TCF Debugger: implemented "View Memory" command in Variables and Expressions views.
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml')
-rw-r--r-- | plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml index 80355b4bc..22188885c 100644 --- a/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml +++ b/plugins/org.eclipse.tm.tcf.cdt.ui/plugin.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<?eclipse version="3.2"?><!--
- Copyright (c) 2010 Wind River Systems, Inc. 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
-
- Contributors:
- Wind River Systems - initial API and implementation
- -->
+<?eclipse version="3.2"?><!-- + Copyright (c) 2010 Wind River Systems, Inc. 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 + + Contributors: + Wind River Systems - initial API and implementation + --> <plugin> @@ -34,7 +34,7 @@ <adapter type="org.eclipse.tm.internal.tcf.debug.ui.model.ISourceNotFoundPresentation"/> </factory> </extension> - + <extension point="org.eclipse.core.expressions.propertyTesters"> <propertyTester @@ -45,7 +45,7 @@ type="org.eclipse.tm.internal.tcf.debug.ui.model.TCFNode"> </propertyTester> </extension> - + <extension point="org.eclipse.debug.ui.debugModelContextBindings"> <modelContextBinding @@ -57,7 +57,7 @@ debugModelId="org.eclipse.tm.tcf.debug"> </modelContextBinding> </extension> - + <extension point="org.eclipse.cdt.debug.core.BreakpointExtension"> <breakpointExtension @@ -142,7 +142,7 @@ sourcePathComputerId="org.eclipse.cdt.debug.core.sourcePathComputer"> </launchDelegate> </extension> - + <extension point="org.eclipse.debug.ui.launchConfigurationTabs"> <!-- Local application launch tabs--> @@ -253,7 +253,7 @@ <placement after="org.eclipse.debug.ui.sourceLookupTab"/> </tab> </extension> - + <extension point="org.eclipse.debug.ui.launchConfigurationTabGroups"> <launchConfigurationTabGroup @@ -346,6 +346,7 @@ menubarPath="additions"/> </objectContribution> </extension> + <extension point="org.eclipse.ui.editors"> <editor @@ -356,5 +357,4 @@ name="%editor.sourceNotFound.name"> </editor> </extension> - </plugin> |