Remove GDBus dependency from rpc-port library 02/264202/3
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Sep 2021 10:14:36 +0000 (19:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Tue, 14 Sep 2021 10:19:53 +0000 (19:19 +0900)
commitc72a00774425d688a04cd8d0d43b0c693f1426b2
treea6a07a05f3ba773e9b47c0c590f2b45cd017ff6e
parentab6ead108a65959ba85294714e6d13a6c77940e0
Remove GDBus dependency from rpc-port library

The rpc-port was used the GDBusConnection to notify the presence of debug port.
After this patch is applied, the rpc-port library doesn't use the GDBusConnection.
The thread of the debug-port tries to connect to the debug port of the tool
automatically if it's not connected.

Change-Id: Ife29d7960360e9da21819b16993d406750a4d990
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/debug-port-internal.cc
src/debug-port-internal.hh
utils/debug-port.cc
utils/debug-port.hh
utils/main.cc