Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Tepavich2012-08-27 17:45:50 +0000
committerScott Tepavich2012-08-27 17:45:50 +0000
commita3ea713f7fc398cfd483b8e589fb4e233b08ab16 (patch)
tree074ecaf7708e5b588e6d49d11be65d2a604d55ec /plugins/org.eclipse.tcf.cdt.ui/plugin.xml
parente2a7df7a61d32866815206c84005385d58f9d076 (diff)
downloadorg.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.tar.gz
org.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.tar.xz
org.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.zip
Bug [388128] Fix to enable hardware breakpoint support for address
Diffstat (limited to 'plugins/org.eclipse.tcf.cdt.ui/plugin.xml')
-rw-r--r--plugins/org.eclipse.tcf.cdt.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
index 765272651..d6908ebee 100644
--- a/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
+++ b/plugins/org.eclipse.tcf.cdt.ui/plugin.xml
@@ -482,7 +482,7 @@
<extension
point="org.eclipse.cdt.debug.ui.breakpointContribution">
<breakpointEditors
- debugModelId="org.eclipse.tcf.debug" markerType="org.eclipse.cdt.debug.core.cLineBreakpointMarker">>
+ debugModelId="org.eclipse.tcf.debug" markerType="org.eclipse.cdt.debug.core.commonCLineBreakpointMarker">>
<attribute
fieldEditorFactory="org.eclipse.tcf.internal.cdt.ui.breakpoints.HardwareFieldEditorFactory"
label="Hardware"

Back to the top