summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/MemoryHistory
Commit message (Expand)AuthorAgeFilesLines
* 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-192-8/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* [CMake] [2/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* 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-062-175/+158
* 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
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Upstream a change to MemoryHistoryASan from Sean:Jason Molenda2015-11-061-2/+11
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-15/+17
* [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-34/+36
* 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-045-0/+267
OpenPOWER on IntegriCloud