| author | Scott Tepavich | 2012-08-27 13:45:50 (EDT) |
|---|---|---|
| committer | Scott Tepavich | 2012-08-27 13:45:50 (EDT) |
| commit | a3ea713f7fc398cfd483b8e589fb4e233b08ab16 (patch) (side-by-side diff) | |
| tree | 074ecaf7708e5b588e6d49d11be65d2a604d55ec | |
| parent | e2a7df7a61d32866815206c84005385d58f9d076 (diff) | |
| download | org.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.zip org.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.tar.gz org.eclipse.tcf-a3ea713f7fc398cfd483b8e589fb4e233b08ab16.tar.bz2 | |
Bug [388128] Fix to enable hardware breakpoint support for addressrefs/changes/41/7441/1
breakpoints.
Change-Id: I9370ed31ee46625ce265eb7d0e9cc30563bc87e1
| -rw-r--r-- | plugins/org.eclipse.tcf.cdt.ui/plugin.xml | 2 |
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 7652726..d6908eb 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" |

