llvm-project/lldb/source/Plugins/Process
Pavel Labath a55a953a29 Fix bug in ProcessGDBRemote
Summary:
ProcessGDBRemote::AsyncThread nuked its own thread handle upon exiting. This prevented the main
thread from joining it correctly in StopAsyncThread. I address this by moving the Reset() call to
StopAsyncThread, after the join.

Reviewers: clayborg, zturner

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8218

llvm-svn: 231915
2015-03-11 09:53:42 +00:00
..
FreeBSD Fix FreeBSD build after r231145 2015-03-03 22:44:18 +00:00
Linux Report the actual user register count from NativeRegisterContextLinux_x86_64 2015-03-09 10:48:23 +00:00
MacOSX-Kernel Fix build on OS X after r231202 2015-03-04 12:05:24 +00:00
POSIX Don't #include ClangPersistentVariables.h from Process.h 2015-03-03 21:05:17 +00:00
Utility Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
Windows Further reduce the header footprint of Process.h 2015-03-03 21:51:25 +00:00
elf-core elf-core: correct "no sections" to "no segments." 2015-02-23 15:28:42 +00:00
gdb-remote Fix bug in ProcessGDBRemote 2015-03-11 09:53:42 +00:00
mach-core Don't #include FormatManager.h from Debugger.h 2015-03-03 23:11:11 +00:00
CMakeLists.txt Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00