llvm-project/lldb/source
Zachary Turner c8761f4807 Remove a lock acquisition from ProcessWindows::OnExitProcess.
This was causing a race condition where DoDestroy() would acquire
the lock and then initiate a shutdown and then wait for it to
complete.  But part of the shutdown involved acquiring the same
lock from a different thread.  So the main thread would timeout
waiting for the shutdown to complete and return too soon.

The end result of this is that SBProcess::Kill() was broken on
Windows.

llvm-svn: 225297
2015-01-06 20:56:12 +00:00
..
API Provide CreateValueFromData,Expression at the SBTarget level as well as the SBValue level; and also make all the implenentations agree on using the matching ValueObject::Create instead of doing code copypastas 2014-12-17 21:18:43 +00:00
Breakpoint Fix initialization order to match that of the source. 2014-12-17 22:25:37 +00:00
Commands Don't emit the "WARNING: no locations" message when breakpoints are set in 2014-12-19 19:45:31 +00:00
Core Cleanup some redundant code 2014-12-20 01:41:27 +00:00
DataFormatters Fix trivial signed/unsigned comparison warnings 2014-12-29 13:03:19 +00:00
Expression Added support to the expression parser for finding 2014-12-10 19:23:29 +00:00
Host More fixes to ensure if we are asked to launch a x86_64h process on darwin, that darwin-debug knows what to do and how to handle it. 2015-01-06 00:25:18 +00:00
Interpreter Audit uses of ConstString::AsCString() to make sure they weren't assuming 2014-12-19 19:20:44 +00:00
Plugins Remove a lock acquisition from ProcessWindows::OnExitProcess. 2015-01-06 20:56:12 +00:00
Symbol Fix trivial signed/unsigned comparison warnings 2014-12-29 13:03:19 +00:00
Target Audit uses of ConstString::AsCString() to make sure they weren't assuming 2014-12-19 19:20:44 +00:00
Utility Added StringExtractor::DecodeHexU8 && GetHexBytesAvail 2014-12-01 22:19:33 +00:00
CMakeLists.txt [cmake/multilib] Teach LLDB to respect the multlib LLVM_LIBDIR_SUFFIX 2014-12-29 12:42:33 +00:00
Makefile Use PARALLEL_DIRS instead of DIRS in the Makefile 2014-10-14 06:26:33 +00:00
lldb-log.cpp Make sure to #include <atomic> when using std::atomic. 2014-09-19 20:12:32 +00:00
lldb.cpp Add a method to disable the Windows crash / assert dialogs. 2014-12-12 18:10:52 +00:00