Add rpc-port-util tool 41/235241/19
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 3 Jun 2020 04:18:16 +0000 (13:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 10 Jun 2020 04:04:40 +0000 (13:04 +0900)
commitb6ffdcd731598fc10e0bf4371cff0a2db84d3746
tree48b911a0176439bb3e943beb706ad831d8aa9d97
parent25ff486feb0a909631a1f4dfdcdb4b9f294c61a7
Add rpc-port-util tool

Usage:
 $ rpc-port-util -n <port_name>

e.g. $ rpc-port-util -n Message

Change-Id: I19ffecef1648a3e1ba61891de606a75796b1d5be
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
26 files changed:
CMakeLists.txt
conf/rpc-port.conf.in [new file with mode: 0644]
packaging/rpc-port.manifest
packaging/rpc-port.spec
src/debug-port-internal.cc [new file with mode: 0644]
src/debug-port-internal.hh [new file with mode: 0644]
src/log-private.hh [new file with mode: 0644]
src/port-internal.cc
src/port-internal.h
src/proxy-internal.cc
src/proxy-internal.h
src/rpc-port.cc
src/shared-queue-internal.hh [new file with mode: 0644]
src/stub-internal.cc
src/stub-internal.h
utils/CMakeLists.txt [new file with mode: 0644]
utils/src/debug-port.cc [new file with mode: 0644]
utils/src/debug-port.hh [new file with mode: 0644]
utils/src/log-private.hh [new file with mode: 0644]
utils/src/logger.cc [new file with mode: 0644]
utils/src/logger.hh [new file with mode: 0644]
utils/src/main.cc [new file with mode: 0644]
utils/src/message.cc [new file with mode: 0644]
utils/src/message.hh [new file with mode: 0644]
utils/src/options.cc [new file with mode: 0644]
utils/src/options.hh [new file with mode: 0644]