summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shorten sanitizer plugin namesPavel Labath2017-06-261-323/+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
* 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-061-218/+215
* [InstrumentationRuntime] Refactor the API (Part 2/N) (NFCI)Vedant Kumar2016-08-111-36/+10
* [InstrumentationRuntime] Refactor the API (Part 1/N) (NFCI)Vedant Kumar2016-08-111-26/+10
* [asan] Remove unused include (NFC)Vedant Kumar2016-08-051-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
* The ASAN report fetching code had two latent bugs:Jim Ingham2016-01-151-2/+9
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-311-23/+38
* 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-101-0/+300
OpenPOWER on IntegriCloud