summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)Author
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere
2025-11-18[lldb/aarch64] Add STR/LDR instructions for FP registers to Emulator (#168187)Igor Kudrin
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew
2025-11-18[lldb][nfc] Fix incorrect union usage in UnwindAssemblyInstEmulation (#168341)Felipe de Azevedo Piovezan
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere
2025-11-17[lldb][nfc] Avoid duplicate calls to GetInstructionCondition in UnwindAssembl...Felipe de Azevedo Piovezan
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-14[lldb][nfc] Simplify instruction iteration in UnwindAssemblyInstEmulation (#1...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Initialize m_initial_sp in ctor for UnwindAssemblyInstEmulation (...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Reduce scope of loop variable in UnwindAssemblyInstEmulation (#16...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Add helper function for logging in UnwindAssemblyInstruction (#16...Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Reduce indentation in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan
2025-11-14[lldb][nfc] Fix comment in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva
2025-11-12[lldb] Split up shared cache objc metadata extractor body (#167761)Alex Langford
2025-11-12[lldb][ClangExpressionParser] Clean up ownership of members in ClangDiagnosti...Michael Buch
2025-11-12[lldb] Adapt shared cache ObjC class metadata extraction for long term growth...Alex Langford
2025-11-12[lldb][ClangModulesDeclVendor] Fix use-after-free of diagnostics stream (#167...Michael Buch
2025-11-12[lldb][ObjC][NFC] Rewrite IsPossibleObjCMethodName in terms of llvm::StringRe...Michael Buch
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-11Add a workaround for people that use *args instead of listing (#166883)jimingham
2025-11-11[lldb] Fix reading duplicate objc class metdata from shared cache (#167405)Alex Langford
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith
2025-11-11[lldb][RISCV] Fix float load and stores in RISC-V emulator (#167490)Georgiy Samoylov
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch
2025-11-07[lldb][ClangModulesDeclVendor] Revamp error handling when loading Clang modul...Michael Buch
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-06[lldb] Add function to tell if a section is a GOT section (#165936)Augusto Noronha
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-11-06[lldb] Make it so not finding and SDK doesn't look like an error (#166676)Jonas Devlieghere
2025-11-06[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docsMichael Buch
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-11-05[lldb] Mark single-argument SourceLanguage constructors explicit (#166527)Michael Buch
2025-11-04[Clang][LLDB] Refactor trap reason demangling out of LLDB and into Clang (#16...Dan Liew
2025-11-04[lldb][Runtime] Move VerboseTrapFrameRecognizer into CPPLanguageRuntime (#166...Michael Buch
2025-11-03[RISCV] Adding `vlenb` register as callee register (#165796)barsolo2000
2025-11-03[lldb] Fix unaligned writes in ObjectFileELF (#165759)Alex Langford