Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDidier Brachet2016-10-07 13:27:32 +0000
committerDidier Brachet2016-10-07 13:27:32 +0000
commitcd48a524dfaf28e5898fa635e4ff599aa9dd19be (patch)
treea087e3692fa2e8e59d064b6f66bed448fa7923c9 /tests
parent3c58fddd4ddfdc8d6c6a8bc100403dd29a13d237 (diff)
downloadorg.eclipse.tcf.agent-cd48a524dfaf28e5898fa635e4ff599aa9dd19be.tar.gz
org.eclipse.tcf.agent-cd48a524dfaf28e5898fa635e4ff599aa9dd19be.tar.xz
org.eclipse.tcf.agent-cd48a524dfaf28e5898fa635e4ff599aa9dd19be.zip
TCF Agent: Added PortForward and PortServer services
Added support for PortForward & PortServer services. PortForward service allows opening a tcp/udp/serial port on the remote peer and remote access the port input/output using a TCF stream. The PortServer service is built on top of PortForward service and allows opening a local TCP/UDP port and redirect it to a serial/udp/tcp port of the remote peer. A PortForward service proxy library is also provided and provides an API to locally create a PortServer.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-dwarf/tcf/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-dwarf/tcf/config.h b/tests/test-dwarf/tcf/config.h
index 3be88462..fab1b4b9 100644
--- a/tests/test-dwarf/tcf/config.h
+++ b/tests/test-dwarf/tcf/config.h
@@ -60,6 +60,8 @@
#define SERVICE_ContextQuery 0
#define SERVICE_Disassembly 0
#define SERVICE_Profiler 0
+#define SERVICE_PortForward 0
+#define SERVICE_PortServer 0
#define ENABLE_ZeroCopy 0
#define ENABLE_Trace 1
@@ -96,5 +98,6 @@
#define ENABLE_ProfilerSST 0
#define ENABLE_ContextIdHashTable 0
#define ENABLE_SignalHandlers 0
+#define ENABLE_PortForwardProxy 0
#endif /* D_config */

Back to the top