Enable multithreaded debugging on Windows.
authorAdrian McCarthy <amccarth@google.com>
Thu, 14 May 2015 21:07:59 +0000 (21:07 +0000)
committerAdrian McCarthy <amccarth@google.com>
Thu, 14 May 2015 21:07:59 +0000 (21:07 +0000)
commitd26b0c4d31ef4088a8d9db77366d637704917338
treeb6cb5dd4318b70db6ec29a3eafd335ec02d2627e
parentc324b92c3557b0981d38c9ee7920f2c7ab0856c8
Enable multithreaded debugging on Windows.

llvm-svn: 237392
12 files changed:
lldb/source/Plugins/Process/Windows/DebuggerThread.cpp
lldb/source/Plugins/Process/Windows/ExceptionRecord.h
lldb/source/Plugins/Process/Windows/IDebugDelegate.h
lldb/source/Plugins/Process/Windows/LocalDebugDelegate.cpp
lldb/source/Plugins/Process/Windows/LocalDebugDelegate.h
lldb/source/Plugins/Process/Windows/ProcessWindows.cpp
lldb/source/Plugins/Process/Windows/ProcessWindows.h
lldb/source/Target/ThreadList.cpp
lldb/test/functionalities/thread/Makefile
lldb/test/functionalities/thread/TestNumThreads.py
lldb/test/functionalities/thread/main.c [deleted file]
lldb/test/functionalities/thread/main.cpp [new file with mode: 0644]