summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime
AgeCommit message (Expand)Author
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch
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-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-03-25[lldb][Instrumentation] GetPreferredAsanModule should be no-op on non-Darwin ...Michael Buch
2025-03-25[lldb][docs][NFC] Fix some doxygen comments (#132910)Michael Buch
2025-03-10Revert "[lldb][asan] Add temporary logging to ReportRetriever"Michael Buch
2025-03-07[lldb][asan] Add temporary logging to ReportRetrieverMichael Buch
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2025-01-06[lldb] Use `Address` to setup breakpoint (#94794)Julian Lettner
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
2024-03-11[LLDB] ASanLibsanitizers Use `sanitizers_address_on_report` breakpoint (#84583)Usama Hameed
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-01-08[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsInteger (#7...Alex Langford
2023-10-25[lldb] Refactor InstrumentationRuntimeAsan and add a new plugin (#69388)Usama Hameed
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-07-30[lldb] Remove workaround in InstrumentationRuntimeASanJonas Devlieghere
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-04-27Make the TSan report capture data structure anonymous.Jim Ingham
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-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham
2022-08-16[LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cppSlava Gurevich
2022-03-16[lldb] Migrate runtime instrumentation plugins to ReportWarningJonas Devlieghere
2022-02-05[lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-22lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication()Fred Riss
2020-12-16[lldb][NFC] Apply performance-faster-string-find (`str.find("X")` -> `str.fin...Jordan Rupprecht
2020-09-04Revert "[lldb] avoid assert in threadsanitizer tests on linux"Raphael Isemann
2020-09-03[lldb] avoid assert in threadsanitizer tests on linuxLuboš Luňák
2020-08-31[lldb] Don't crash when LLDB can't extract the tsan reportRaphael Isemann
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere