summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve wording and capitalization of TSan thread names.Kuba Brecka2016-05-011-7/+7
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-281-2/+44
* Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka2016-04-221-17/+47
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-101-19/+260
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-301-1/+1
* Fix warning in ThreadSanitizerRuntimePavel Labath2016-03-301-1/+1
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-231-0/+538
OpenPOWER on IntegriCloud