[Lldb-commits] [lldb] r265906 - Add a ThreadSanitizer testcase that tests multiple reported issues.

2016-04-10 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Sun Apr 10 14:29:40 2016 New Revision: 265906 URL: http://llvm.org/viewvc/llvm-project?rev=265906&view=rev Log: Add a ThreadSanitizer testcase that tests multiple reported issues. Added: lldb/trunk/packages/Python/lldbsuite/test/functionalities/tsan/multiple/ l

[Lldb-commits] [lldb] r265905 - Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin.

2016-04-10 Thread Kuba Brecka via lldb-commits
Author: kuba.brecka Date: Sun Apr 10 13:57:38 2016 New Revision: 265905 URL: http://llvm.org/viewvc/llvm-project?rev=265905&view=rev Log: Provide more information in ThreadSanitizer's JSON data. Move remaining TSan logic from SBThread to InstrumentationRuntime plugin. Modified: lldb/trunk/