llvm-project/lldb/source/Plugins/LanguageRuntime
Saleem Abdulrasool 16ff860469 remove use of Mutex in favour of std::{,recursive_}mutex
This is a pretty straightforward first pass over removing a number of uses of
Mutex in favor of std::mutex or std::recursive_mutex. The problem is that there
are interfaces which take Mutex::Locker & to lock internal locks. This patch
cleans up most of the easy cases. The only non-trivial change is in
CommandObjectTarget.cpp where a Mutex::Locker was split into two.

llvm-svn: 269877
2016-05-18 01:59:10 +00:00
..
CPlusPlus Revert r268591 2016-05-05 21:10:28 +00:00
Go Revert r268591 2016-05-05 21:10:28 +00:00
Java Revert r268591 2016-05-05 21:10:28 +00:00
ObjC remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
RenderScript Revert r268591 2016-05-05 21:10:28 +00:00
CMakeLists.txt Add a set of new plugins to handle Java debugging 2016-02-26 14:21:23 +00:00