Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2007-12-04 21:19:07 +0000
committerJohn Cortell2007-12-04 21:19:07 +0000
commit2f92c9d12b1cb30bd9742afdcf284c12108c1f6f (patch)
tree81b4a6a6b6d12cb744871ddecb9d7def1d5e389e /debug/org.eclipse.cdt.debug.mi.core
parent708ecdac29494f63fd92782dfc0a9999ffbac70a (diff)
downloadorg.eclipse.cdt-2f92c9d12b1cb30bd9742afdcf284c12108c1f6f.tar.gz
org.eclipse.cdt-2f92c9d12b1cb30bd9742afdcf284c12108c1f6f.tar.xz
org.eclipse.cdt-2f92c9d12b1cb30bd9742afdcf284c12108c1f6f.zip
Back out change in 4.0.2 that makes gdb CDI back-end claim it supports memory spaces. Will reintroduce in 5.0 with an additional global pref.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
index 463fd8a9785..365373d8601 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
+++ b/debug/org.eclipse.cdt.debug.mi.core/cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
@@ -96,7 +96,7 @@ import org.eclipse.cdt.debug.mi.core.output.MIThreadSelectInfo;
/**
*/
-public class Target extends SessionObject implements ICDITarget, ICDIBreakpointManagement2, ICDIAddressToSource, ICDIMemorySpaceManagement {
+public class Target extends SessionObject implements ICDITarget, ICDIBreakpointManagement2, ICDIAddressToSource /*, ICDIMemorySpaceManagement - wait till 5.0; see 211923*/ {
public class Lock {

Back to the top