llvm-project/lldb/source/Host
Pavel Labath f3898c30e6 [MainLoop] Fix assertion failure
Upon connection termination the waitable handle of an IOObject gets reset to an invalid handle.
This caused a problem since we used the object->GetWaitableHandle as a key to the set of
registered events. The fix is to use something more immutable as a key: we make a copy of the
original waitable handle, instead of holding onto the IOObject.

llvm-svn: 242515
2015-07-17 10:08:38 +00:00
..
android [linux] Use cmake to detect support process_vm_readv (bug #23918) 2015-06-29 09:18:17 +00:00
common Add missing include for android-arm build 2015-07-16 12:35:04 +00:00
freebsd [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
linux [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
macosx [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
posix [MainLoop] Fix assertion failure 2015-07-17 10:08:38 +00:00
windows [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
CMakeLists.txt Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00