diff options
author | Eugene Tarassov | 2015-06-12 20:52:07 +0000 |
---|---|---|
committer | Eugene Tarassov | 2015-06-12 20:52:07 +0000 |
commit | f0b6acd79de62721ff71e1062e720c6c8a41cec1 (patch) | |
tree | 3cb9f43fd49d5e414ab753f0a8eb12fadedc4d6f /plugins/org.eclipse.tcf.debug | |
parent | 3fc488099d5327c099cdbf860e79aaa588ee9af8 (diff) | |
download | org.eclipse.tcf-f0b6acd79de62721ff71e1062e720c6c8a41cec1.tar.gz org.eclipse.tcf-f0b6acd79de62721ff71e1062e720c6c8a41cec1.tar.xz org.eclipse.tcf-f0b6acd79de62721ff71e1062e720c6c8a41cec1.zip |
Bug 469842 - Breakpoint : disable relocation
Diffstat (limited to 'plugins/org.eclipse.tcf.debug')
-rw-r--r-- | plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/model/TCFBreakpointsModel.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/model/TCFBreakpointsModel.java b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/model/TCFBreakpointsModel.java index e2847f51f..87ad33661 100644 --- a/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/model/TCFBreakpointsModel.java +++ b/plugins/org.eclipse.tcf.debug/src/org/eclipse/tcf/internal/debug/model/TCFBreakpointsModel.java @@ -79,6 +79,7 @@ public class TCFBreakpointsModel { ATTR_EXE_PATHS = ITCFConstants.ID_TCF_DEBUG_MODEL + '.' + IBreakpoints.PROP_EXECUTABLE_PATHS, ATTR_STOP_GROUP = ITCFConstants.ID_TCF_DEBUG_MODEL + '.' + IBreakpoints.PROP_STOP_GROUP, ATTR_CONTEXT_QUERY = ITCFConstants.ID_TCF_DEBUG_MODEL + '.' + IBreakpoints.PROP_CONTEXT_QUERY, + ATTR_LINE_OFFSET = ITCFConstants.ID_TCF_DEBUG_MODEL + '.' + IBreakpoints.PROP_LINE_OFFSET, ATTR_EVENT_TYPE = "org.eclipse.cdt.debug.core.eventbreakpoint_event_id", ATTR_EVENT_ARGS = "org.eclipse.cdt.debug.core.eventbreakpoint_event_arg", ATTR_TYPE = "org.eclipse.cdt.debug.core.breakpointType", |