llvm-project/lldb/source/Plugins/SymbolFile
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
..
DWARF remove use of Mutex in favour of std::{,recursive_}mutex 2016-05-18 01:59:10 +00:00
PDB Clean up test results on Windows. 2016-05-13 18:26:30 +00:00
Symtab Remove autoconf support from source directories. 2016-01-28 22:05:24 +00:00
CMakeLists.txt Add support for reading line tables from PDB files. 2016-03-02 22:05:52 +00:00