Initial debugproxy version 84/185684/1
authorIgor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Tue, 17 Jul 2018 11:53:47 +0000 (13:53 +0200)
committerIgor Kotrasinski <i.kotrasinsk@partner.samsung.com>
Wed, 1 Aug 2018 12:47:02 +0000 (14:47 +0200)
commitda15d1d2a3e6da54c674b367a4fa5b6dbce284ea
tree8d6bf848392a9f1487889dc49e581178ad4512eb
parent7bf57381d26c68d4fb1e29437dd87a53e1536c63
Initial debugproxy version

Change-Id: I0f426de44f5856fd082ea9685bdad17bd11a1d52
Signed-off-by: Igor Kotrasinski <i.kotrasinsk@partner.samsung.com>
include/include/config.h
simulatordaemon/debugproxy/CMakeLists.txt
simulatordaemon/debugproxy/inc/AsyncEvent.h [new file with mode: 0644]
simulatordaemon/debugproxy/inc/DebugproxySocket.h [new file with mode: 0644]
simulatordaemon/debugproxy/inc/ProxySession.h [new file with mode: 0644]
simulatordaemon/debugproxy/inc/common.h [new file with mode: 0644]
simulatordaemon/debugproxy/inc/forwarding.h [new file with mode: 0644]
simulatordaemon/debugproxy/src/AsyncEvent.cpp [new file with mode: 0644]
simulatordaemon/debugproxy/src/DebugproxySocket.cpp [new file with mode: 0644]
simulatordaemon/debugproxy/src/ProxySession.cpp [new file with mode: 0644]
simulatordaemon/debugproxy/src/main.cpp