summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer
Commit message (Expand)AuthorAgeFilesLines
* Shorten sanitizer plugin namesPavel Labath2017-06-263-407/+0
* Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntim...Kuba Mracek2017-06-161-7/+0
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* 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-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-278/+260
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-112-41/+18
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-112-41/+11
* [asan] Remove unused include (NFC)Vedant Kumar2016-08-051-1/+0
* [asan] Remove unused #include (NFC)Vedant Kumar2016-08-011-1/+0
* In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka2016-07-061-0/+1
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-2/+2
* Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka2016-04-071-5/+13
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-291-1/+6
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-1/+1
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* The ASAN report fetching code had two latent bugs:Jim Ingham2016-01-151-2/+9
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-17/+23
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-312-25/+46
* Improve check for ASAN callbacksTamas Berghammer2015-08-121-8/+5
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-2/+2
* Fixed an issue with expressions that define types in the expression. We must ...Greg Clayton2015-05-211-19/+27
* Since the asan report function doesn't gather bp or sp, Jim Ingham2015-05-201-0/+4
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* Change AddressSanitzierRuntime to print its info message viaJason Molenda2014-12-091-14/+28
* LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...Kuba Brecka2014-10-104-0/+405
OpenPOWER on IntegriCloud