llvm-project/lldb/source
Pavel Labath 6858988df3 Revert "Logging: Make sure logging machinery is in a consistent state after forking"
The pthread_atfork trick breaks on android, because
pthread_rwlock_unlock detects that it is not the same thread which
locked the lock. This means that the subsequent lock attempt will still
deadlock (only this time it happens deterministically instead of at
random). Reverting to find a better solution.

This reverts commit r316173.

llvm-svn: 316231
2017-10-20 19:44:53 +00:00
..
API Reverting r315966 - it caused a build failure on an ubuntu x android bot. 2017-10-17 03:13:39 +00:00
Breakpoint Wire up the breakpoint name help string. 2017-09-15 00:52:35 +00:00
Commands Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFile results on Windows. 2017-10-10 22:19:46 +00:00
Core Reverting r315966 - it caused a build failure on an ubuntu x android bot. 2017-10-17 03:13:39 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Add support for the DWP debug info format 2017-08-25 13:56:14 +00:00
Host Remove shared_pointer from NativeThreadProtocol 2017-10-17 15:52:16 +00:00
Initialization Revert "Logging: Make sure logging machinery is in a consistent state after forking" 2017-10-20 19:44:53 +00:00
Interpreter Implement interactive command interruption 2017-10-05 23:41:28 +00:00
Plugins Silence some "implicit conversion of string literal" warnings 2017-10-17 21:52:29 +00:00
Symbol Add cases for new type DependentAddressSpace, added in r314649 2017-10-11 22:42:21 +00:00
Target Enable breakpoints and read/write GPRs for ppc64le 2017-10-05 19:44:05 +00:00
Utility Revert "Logging: Make sure logging machinery is in a consistent state after forking" 2017-10-20 19:44:53 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp One more cleanup to lldb version printing 2016-11-14 22:43:08 +00:00