Fix DebugPort Implementation 37/280137/1
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Aug 2021 01:43:14 +0000 (10:43 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 24 Aug 2022 08:32:54 +0000 (08:32 +0000)
commit4322d7b144cc3b106dc64ef321d06fd81cc7c6a6
treed19a2dfb9b614ff75628d9a82cad67372ccb5975
parent70f623fa193891cec7c20f86974755e9f34aac81
Fix DebugPort Implementation

If the instance is managed as a global variable, the process tries to
access to the destroyed DebugPort instance while calling the exit handlers.

Change-Id: Ia7cfa9d241266921221ecf28ce8b4b22dc4b95d6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/debug-port-internal.cc
src/debug-port-internal.hh
src/proxy-internal.cc
src/rpc-port.cc
src/stub-internal.cc