Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait until...
authorOleksiy Vyalov <ovyalov@google.com>
Thu, 19 Feb 2015 17:58:04 +0000 (17:58 +0000)
committerOleksiy Vyalov <ovyalov@google.com>
Thu, 19 Feb 2015 17:58:04 +0000 (17:58 +0000)
commit8bc34f4d96a4b6cf736dad96bc83156b3014bb53
treea2118ed2b376f676818ab883fbc68ff115d8282f
parentf08a3ccf50791e4f3d05341754633ed7fc6371aa
 Prevent LLGS from crashing when exiting - make NativeProcessLinux to wait until ThreadStateCoordinator is fully stopped before entering ~NativeProcessLinux.

http://reviews.llvm.org/D7692

llvm-svn: 229875
lldb/include/lldb/Host/common/NativeProcessProtocol.h
lldb/source/Host/common/NativeProcessProtocol.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp