summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime/ThreadSanitizer/ThreadSanitizerRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shorten sanitizer plugin namesPavel Labath2017-06-261-1066/+0
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-161-5/+0
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* ThreadSanitizer plugin: match for loop variable with expected typeEd Maste2017-04-221-1/+1
* ThreadSanitizer plugin: Support Swift access races and fix how external races...Kuba Mracek2017-04-161-16/+37
* [lldb] Add support for "external" reports in ThreadSanitizer LLDB pluginKuba Mracek2017-02-161-2/+31
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Stop limiting the number of TSan backtrace size to 8Kuba Mracek2017-01-101-1/+2
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-584/+760
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-111-42/+14
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-111-24/+8
* [lldb][tsan] Perform one map lookup instead of two (NFC)Vedant Kumar2016-08-011-2/+3
* [lldb][tsan] Avoid a string copy (NFC)Vedant Kumar2016-08-011-5/+5
* In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka2016-07-061-0/+2
* [tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin2016-06-011-1/+1
* Reword the "Happened at" TSan-reported thread to contain a thread id.Kuba Brecka2016-05-241-2/+5
* Improve wording in TSan reports involving global variables. Don't repeat hex...Kuba Brecka2016-05-241-11/+42
* Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...Kuba Brecka2016-05-221-5/+5
* Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka2016-05-221-1/+1
* 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