[Lldb-commits] [lldb] r270358 - Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where unique_lock's release() was called causing the mutex to stay locked.

2016-05-22 Thread Kuba Brecka via lldb-commits
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:

[Lldb-commits] [lldb] r270359 - Revert r270358 ("Fix an incorrectly used locking in HistoryThread and HistoryUnwind").

2016-05-22 Thread Kuba Brecka via lldb-commits
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.

[Lldb-commits] [lldb] r270363 - A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.

2016-05-22 Thread Kuba Brecka via lldb-commits
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

[Lldb-commits] [lldb] r270364 - Reword ThreadSanitizer message for invalid mutex reports.

2016-05-22 Thread Kuba Brecka via lldb-commits
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

[Lldb-commits] [lldb] r270365 - Reword ThreadSanitizer messages to use a lowercase 't' in thread names when in the middle of a sentence.

2016-05-22 Thread Kuba Brecka via lldb-commits
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

[Lldb-commits] [lldb] r270377 - SymbolFile: remove an unused variable

2016-05-22 Thread Saleem Abdulrasool via lldb-commits
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

Re: [Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

2016-05-22 Thread Jaydeep Patil via lldb-commits
jaydeep added a comment. Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp:53 @@ -22,2 +52,3 @@ + NativeRegisterContextLinux::NativeRegisterContextLinux(NativeThreadProtocol &native_thread, uint32_t