mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 15:05:36 +02:00
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.
This commit is contained in:
parent
708ecdac29
commit
2f92c9d12b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue