summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix more -Wdocumentation issues (NFC)Jonas Devlieghere2019-11-141-7/+7
* [LLDB] Fix another set of -Wdocumentation warningsJonas Devlieghere2019-11-131-1/+1
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-273-9/+7
* Revert "[TSanRuntime] Upstream thread swift race detector."Davide Italiano2019-08-292-35/+6
* [TSanRuntime] Upstream thread swift race detector.Davide Italiano2019-08-292-6/+35
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-193-12/+4
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-232-2/+2
* Fix file names in file headers. NFCFangrui Song2019-05-133-3/+3
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-053-6/+3
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-113-3/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-7/+6
* Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek2017-07-134-2/+16
* Update message that Main Thread Checker produces.Kuba Mracek2017-07-081-1/+1
* Move StructuredData from Core to UtilityPavel Labath2017-06-274-4/+4
* Shorten sanitizer plugin namesPavel Labath2017-06-2610-15/+15
* Fix the CMake files for the new InstrumentationRuntime plugins.Kuba Mracek2017-06-162-2/+22
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-169-12/+758
* Rename Error -> Status.Zachary Turner2017-05-122-4/+4
* 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-162-17/+39
* [lldb] Add support for "external" reports in ThreadSanitizer LLDB pluginKuba Mracek2017-02-161-2/+31
* Move classes from Core -> Utility.Zachary Turner2017-02-022-4/+4
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-312-2/+21
* Stop limiting the number of TSan backtrace size to 8Kuba Mracek2017-01-101-1/+2
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-062-4/+4
* Support more report types in AddressSanitizerRuntime.cpp, re-word existing ones.Kuba Mracek2016-12-021-26/+41
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-022-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-212-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-937/+1079
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-114-87/+39
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-114-87/+20
* [asan] Remove unused include (NFC)Vedant Kumar2016-08-051-1/+0
* [asan] Remove unused #include (NFC)Vedant Kumar2016-08-011-1/+0
* [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-062-0/+3
* [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-242-12/+43
* 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
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* 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-282-3/+45
* 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-102-19/+275
* Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka2016-04-071-5/+13
OpenPOWER on IntegriCloud