summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/MemoryHistory
AgeCommit message (Expand)Author
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-03-10[lldb][InstrumentationRuntime] Make 'data' struct anonymous in order to avoid...Michael Buch
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-03-16[lldb] Migrate runtime instrumentation plugins to ReportWarningJonas Devlieghere
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-03-18[lldb/MemoryHistoryAsan] Fix address resolution for recorded backtracesFred Riss
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-06-19[Process] Remove unused field from HistoryThreadAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-05Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
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