hanchenye-llvm-project/lldb/source/Host/windows
Hafiz Abid Qadeer 01db53848e Added a missing call to 'Reset'.
HostThreadWindows::Join() did not call the Reset as is done by
the HostThreadPosix::Join(). As a result, future call to 
IsJoinable() can fail.

Committed as obvious.
 

llvm-svn: 220651
2014-10-26 21:38:43 +00:00
..
getopt
Condition.cpp
ConnectionGenericFileWindows.cpp Fix code where goto jumped over local variable initialization. 2014-10-23 10:36:53 +00:00
EditLineWin.cpp
FileSystem.cpp Move FileSystem functions out of Host and into their own classes. 2014-08-15 22:04:21 +00:00
Host.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00
HostInfoWindows.cpp Remove LLDB_DEFAULT_SHELL #define, and determine this at runtime. 2014-10-20 17:46:43 +00:00
HostProcessWindows.cpp Make ProcessWindows just use Host::LaunchProcess. 2014-10-24 17:51:56 +00:00
HostThreadWindows.cpp Added a missing call to 'Reset'. 2014-10-26 21:38:43 +00:00
Makefile
Mutex.cpp
PipeWindows.cpp Fix deadlock in Python one-line execution. 2014-10-08 20:38:41 +00:00
ProcessLauncherWindows.cpp Create a process launcher abstraction. 2014-10-14 21:55:08 +00:00
ProcessRunLock.cpp
ThisThread.cpp Create a HostThread abstraction. 2014-09-09 20:54:56 +00:00
Windows.cpp [Windows] Delegate str[n]casecmp to the appropriate MSVCRT func. 2014-07-29 19:08:55 +00:00