summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime
AgeCommit message (Expand)Author
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-07-13Upstreaming a patch from Github: When evaluation user expressions, ignore Ins...Kuba Mracek
2017-07-08Update message that Main Thread Checker produces.Kuba Mracek
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-06-26Shorten sanitizer plugin namesPavel Labath
2017-06-16Fix the CMake files for the new InstrumentationRuntime plugins.Kuba Mracek
2017-06-16Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek
2017-05-12Rename Error -> Status.Zachary Turner
2017-04-22ThreadSanitizer plugin: match for loop variable with expected typeEd Maste
2017-04-16ThreadSanitizer plugin: Support Swift access races and fix how external races...Kuba Mracek
2017-02-16[lldb] Add support for "external" reports in ThreadSanitizer LLDB pluginKuba Mracek
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [1/4] Update a batch of pluginsChris Bieneman
2017-01-10Stop limiting the number of TSan backtrace size to 8Kuba Mracek
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-12-02Support more report types in AddressSanitizerRuntime.cpp, re-word existing ones.Kuba Mracek
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-21Make lldb::Regex use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11[InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar
2016-08-11[InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar
2016-08-05[asan] Remove unused include (NFC)Vedant Kumar
2016-08-01[asan] Remove unused #include (NFC)Vedant Kumar
2016-08-01[lldb][tsan] Perform one map lookup instead of two (NFC)Vedant Kumar
2016-08-01[lldb][tsan] Avoid a string copy (NFC)Vedant Kumar
2016-07-06In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka
2016-06-01[tsan] Prefer mangled name looking up variable declaration for racy addressDevin Coughlin
2016-05-24Reword the "Happened at" TSan-reported thread to contain a thread id.Kuba Brecka
2016-05-24Improve wording in TSan reports involving global variables. Don't repeat hex...Kuba Brecka
2016-05-22Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...Kuba Brecka
2016-05-22Reword ThreadSanitizer message for invalid mutex reports.Kuba Brecka
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-01Improve wording and capitalization of TSan thread names.Kuba Brecka
2016-04-28Provide location information (file name, line number) in TSan reports about g...Kuba Brecka
2016-04-22Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka
2016-04-10Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka
2016-04-07Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka
2016-03-30Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka
2016-03-30Fix warning in ThreadSanitizerRuntimePavel Labath
2016-03-29Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham
2016-03-23Add ThreadSanitizer debugging support.Kuba Brecka
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList.Jim Ingham
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2016-01-15The ASAN report fetching code had two latent bugs:Jim Ingham
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-31Stop objects from keeping a strong reference to the process when they should ...Greg Clayton
2015-08-12Improve check for ASAN callbacksTamas Berghammer