summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-191-2/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-051-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Use Timeout<> in EvaluateExpressionOptions classPavel Labath2016-12-061-2/+2
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-141/+135
* In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka2016-07-061-0/+2
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-1/+1
* Add thread numbers into ASan thread names.Kuba Brecka2016-05-011-5/+8
* Simplify the ASan expression (follow-up for the previous commit, r265651).Kuba Brecka2016-04-071-2/+2
* Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka2016-04-071-35/+57
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-1/+1
* Upstream a change to MemoryHistoryASan from Sean:Jason Molenda2015-11-061-2/+11
* Stop objects from keeping a strong reference to the process when they should ...Greg Clayton2015-08-311-33/+35
* Improve check for ASAN callbacksTamas Berghammer2015-08-121-20/+9
* [asan] Display ASan history threads in reverse chronological orderKuba Brecka2015-07-221-1/+1
* Add ASan history threads into process_sp->GetExtendedThreadList, so they don'...Kuba Brecka2014-09-231-37/+35
* ASan malloc/free history threadsKuba Brecka2014-09-041-0/+185
OpenPOWER on IntegriCloud