aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/InstrumentationRuntime
AgeCommit message (Expand)AuthorFilesLines
43 hoursRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman1-14/+2
45 hours[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov1-2/+14
2026-01-27[lldb][NFC] Mark Symbol pointers as const where easily possible (#177472)Alex Langford1-1/+1
2026-01-08[LLDB] Improve the logging output from InstrumentationRuntimeBoundsSafety plu...Dan Liew1-4/+30
2025-12-12[lldb][InstrumentationRuntime] Run sanitizer utility expressions as C (#172019)Michael Buch3-3/+3
2025-12-01[BoundsSafety][LLDB] Implement instrumentation plugin for -fbounds-safety sof...Dan Liew4-0/+556
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew1-1/+4
2025-08-20[lldb] Fix source line annotations for libsanitizers traces (#154247)Julian Lettner5-14/+27
2025-07-28[lldb][NFC] Use IterationAction for ModuleList::ForEach callbacks (#150930)Michael Buch1-2/+2
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+2
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-2/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath2-4/+4
2025-03-25[lldb][Instrumentation] GetPreferredAsanModule should be no-op on non-Darwin ...Michael Buch1-0/+4
2025-03-25[lldb][docs][NFC] Fix some doxygen comments (#132910)Michael Buch2-9/+5
2025-03-10Revert "[lldb][asan] Add temporary logging to ReportRetriever"Michael Buch1-10/+0
2025-03-07[lldb][asan] Add temporary logging to ReportRetrieverMichael Buch1-0/+10
2025-03-06[lldb][Expression] Allow specifying a preferred ModuleList for lookup during ...Michael Buch4-0/+70
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere2-4/+2
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-5/+6
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-6/+3
2025-01-06[lldb] Use `Address` to setup breakpoint (#94794)Julian Lettner2-21/+6
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl3-9/+9
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere6-3/+6
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava3-13/+15
2024-03-11[LLDB] ASanLibsanitizers Use `sanitizers_address_on_report` breakpoint (#84583)Usama Hameed2-2/+10
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-1/+3
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer1-3/+1
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl1-1/+3
2024-01-08[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsInteger (#7...Alex Langford1-2/+3
2023-10-25[lldb] Refactor InstrumentationRuntimeAsan and add a new plugin (#69388)Usama Hameed10-237/+497
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford3-3/+3
2023-07-30[lldb] Remove workaround in InstrumentationRuntimeASanJonas Devlieghere1-5/+1
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee1-2/+2
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani3-56/+56
2023-04-27Make the TSan report capture data structure anonymous.Jim Ingham1-1/+1
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham4-4/+8
2023-03-10[lldb][InstrumentationRuntime] Make 'data' struct anonymous in order to avoid...Michael Buch2-10/+8
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid2-7/+9
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song2-9/+7
2022-10-03Change the Sanitizer report breakpoint callbacks to asynchronous.Jim Ingham4-8/+12
2022-08-16[LLDB][NFC] Fix memory leak in IntstumentationRuntimeTSan.cppSlava Gurevich1-48/+50
2022-03-16[lldb] Migrate runtime instrumentation plugins to ReportWarningJonas Devlieghere3-9/+15
2022-02-05[lldb] Use mangled symbol name to look for __asan::AsanDie()Jonas Devlieghere1-1/+1
2021-12-26Remove redundant string initialization (NFC)Kazu Hirata2-6/+6
2021-10-29[lldb] Remove ConstString from SymbolVendor, Trace, TraceExporter, UnwindAsse...Pavel Labath8-33/+10
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath4-8/+8
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath4-8/+0
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-1/+1
2021-04-22lldb/Instrumentation: NFC-ish use GetFrameCodeAddressForSymbolication()Fred Riss2-12/+13