llvm-project/lldb/source/Plugins/Platform
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
..
Android Bump up adb timeout more 2016-05-16 11:41:36 +00:00
FreeBSD Fix all of the unannotated switch cases to annotate the fall through or do the right thing and break. 2016-02-26 01:20:20 +00:00
Kalimba Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
Linux Support Linux on SystemZ as platform 2016-04-14 14:28:34 +00:00
MacOSX remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
NetBSD Refactor GetSoftwareBreakpointTrapOpcode 2016-02-22 17:29:56 +00:00
POSIX This change introduces a "ExpressionExecutionThread" to the ThreadList. 2016-03-12 02:45:34 +00:00
Windows Change over the broadcaster/listener process to hold shared or weak pointers 2016-03-07 21:50:25 +00:00
gdb-server [LLDB]{MIPS] Fix TestPlatformProcessConnect.py 2016-03-22 08:08:02 +00:00
CMakeLists.txt Add initial CMake glue for the NetBSD platform 2015-10-24 00:27:04 +00:00