Author: kuba.brecka
Date: Sun May 22 07:24:38 2016
New Revision: 270358
URL: http://llvm.org/viewvc/llvm-project?rev=270358&view=rev
Log:
Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where
unique_lock's release() was called causing the mutex to stay locked.
Modified:
Author: kuba.brecka
Date: Sun May 22 09:05:28 2016
New Revision: 270359
URL: http://llvm.org/viewvc/llvm-project?rev=270359&view=rev
Log:
Revert r270358 ("Fix an incorrectly used locking in HistoryThread and
HistoryUnwind").
Modified:
lldb/trunk/source/Plugins/Process/Utility/HistoryThread.
Author: kuba.brecka
Date: Sun May 22 09:19:11 2016
New Revision: 270363
URL: http://llvm.org/viewvc/llvm-project?rev=270363&view=rev
Log:
A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.
Modified:
lldb/trunk/source/Plugins/Process/Utility/HistoryThread.cpp
lld
Author: kuba.brecka
Date: Sun May 22 09:32:45 2016
New Revision: 270364
URL: http://llvm.org/viewvc/llvm-project?rev=270364&view=rev
Log:
Reword ThreadSanitizer message for invalid mutex reports.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/functionalities/tsan/multiple/TestTsanMulti
Author: kuba.brecka
Date: Sun May 22 09:56:33 2016
New Revision: 270365
URL: http://llvm.org/viewvc/llvm-project?rev=270365&view=rev
Log:
Reword ThreadSanitizer messages to use a lowercase 't' in thread names when in
the middle of a sentence.
Modified:
lldb/trunk/source/Plugins/Instrumenta
Author: compnerd
Date: Sun May 22 15:16:53 2016
New Revision: 270377
URL: http://llvm.org/viewvc/llvm-project?rev=270377&view=rev
Log:
SymbolFile: remove an unused variable
Address a -Wunused-but-set-variable warning from gcc. NFC.
Modified:
lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFA
jaydeep added a comment.
Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp:53
@@ -22,2 +52,3 @@
+
NativeRegisterContextLinux::NativeRegisterContextLinux(NativeThreadProtocol
&native_thread,
uint32_t