summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/MemoryHistory
AgeCommit message (Expand)Author
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-01-31[CMake] [2/4] Update a batch of pluginsChris Bieneman
2016-12-06Use Timeout<> in EvaluateExpressionOptions classPavel Labath
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-06In AddressSanitizer and ThreadSanitizer, let's explicitly set the language of...Kuba Brecka
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool
2016-05-01Add thread numbers into ASan thread names.Kuba Brecka
2016-04-07Simplify the ASan expression (follow-up for the previous commit, r265651).Kuba Brecka
2016-04-07Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka
2016-03-12This change introduces a "ExpressionExecutionThread" to the ThreadList.Jim Ingham
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-11-06Upstream a change to MemoryHistoryASan from Sean:Jason Molenda
2015-10-24Fix 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
2015-07-22[asan] Display ASan history threads in reverse chronological orderKuba Brecka
2014-09-23Add ASan history threads into process_sp->GetExtendedThreadList, so they don'...Kuba Brecka
2014-09-04ASan malloc/free history threadsKuba Brecka