Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java')
-rw-r--r--jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java
index 3431f86d1a5..7623b7d41b9 100644
--- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java
+++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/src/org/eclipse/cdt/debug/gdbjtag/core/jtagdevice/IGDBJtagDevice.java
@@ -81,6 +81,7 @@ public interface IGDBJtagDevice {
* implementing this method (implementation should throw
* UnsupportedOperationException)
*/
+ @Deprecated
public void doRemote(String ip, int port, Collection<String> commands);
/**
@@ -158,6 +159,7 @@ public interface IGDBJtagDevice {
* implementing this method (implementation should throw
* UnsupportedOperationException)
*/
+ @Deprecated
public String getDefaultIpAddress();
/**
@@ -168,5 +170,6 @@ public interface IGDBJtagDevice {
* implementing this method (implementation should throw
* UnsupportedOperationException)
*/
+ @Deprecated
public String getDefaultPortNumber();
}

Back to the top