Fix DebugPort Implementation 80/262280/2
authorHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Aug 2021 01:43:14 +0000 (10:43 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Aug 2021 02:43:32 +0000 (11:43 +0900)
commita3ad231fac16efbfe4603e063cc2e50ece245f42
tree6fd8622d4d19737817e8d86fc9a8c8d96b18a39c
parenteb20db768fa2046c70ddf61b76781b7a1c0a19f7
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