aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[lldb/ScriptInterpreter] Fix typo in AbstractMethodCheckerPayload (NFC) (#170...Med Ismail Bennani1-6/+6
2025-12-01[LLDB][NativePDB] Look for PDBs in `target.debug-file-search-paths` (#169719)nerix1-9/+43
2025-11-28[LLDB][PDB] Access object file through module (#169728)nerix2-4/+8
2025-11-27[lldb] Fix CxxMethodName Parser on return type (#169652)Ebuka Ezike1-10/+23
2025-11-26Reland "[clang] Refactor to remove clangDriver dependency from clangFrontend ...Naveen Seth Hanig3-3/+4
2025-11-25[lldb][NFC] use llvm::StringRef in `ExtractContextAndIdentifer` function (#16...Ebuka Ezike3-7/+7
2025-11-25[lldb][NFC] Remove code dupl in favour of a named variable in UnwindAssemblyI...Felipe de Azevedo Piovezan1-5/+5
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Naveen Seth Hanig3-4/+3
2025-11-24Reapply " [clang] Refactor to remove clangDriver dependency from clangFronten...Shilei Tian3-3/+4
2025-11-24Revert " [clang] Refactor to remove clangDriver dependency from clangFrontend...Shilei Tian3-4/+3
2025-11-24[lldb] Add const& to InstructionList parameter (#169342)Felipe de Azevedo Piovezan1-1/+1
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin2-0/+104
2025-11-23 [clang] Refactor to remove clangDriver dependency from clangFrontend and fl...Naveen Seth Hanig3-3/+4
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov2-5/+0
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu1-1/+0
2025-11-21[clang][NFC] Inline Frontend/FrontendDiagnostic.h -> Basic/DiagnosticFrontend...Jordan Rupprecht1-1/+1
2025-11-20[lldb] Eliminate SupportFileSP nullptr derefs (#168624)Jonas Devlieghere1-2/+2
2025-11-18[lldb/aarch64] Add STR/LDR instructions for FP registers to Emulator (#168187)Igor Kudrin1-11/+32
2025-11-18[LLDB] Add log channel for InstrumentationRuntime plugins (#168508)Dan Liew1-1/+4
2025-11-18[lldb][nfc] Fix incorrect union usage in UnwindAssemblyInstEmulation (#168341)Felipe de Azevedo Piovezan1-3/+3
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere1-0/+1
2025-11-17[lldb][nfc] Avoid duplicate calls to GetInstructionCondition in UnwindAssembl...Felipe de Azevedo Piovezan1-2/+4
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva1-2/+5
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton2-10/+26
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang1-3/+3
2025-11-14[lldb][nfc] Simplify instruction iteration in UnwindAssemblyInstEmulation (#1...Felipe de Azevedo Piovezan1-9/+7
2025-11-14[lldb][nfc] Initialize m_initial_sp in ctor for UnwindAssemblyInstEmulation (...Felipe de Azevedo Piovezan2-14/+12
2025-11-14[lldb][nfc] Reduce scope of loop variable in UnwindAssemblyInstEmulation (#16...Felipe de Azevedo Piovezan1-3/+3
2025-11-14[lldb][nfc] Add helper function for logging in UnwindAssemblyInstruction (#16...Felipe de Azevedo Piovezan1-13/+16
2025-11-14[lldb][nfc] Reduce indentation in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan1-106/+113
2025-11-14[lldb][nfc] Fix comment in UnwindAssemblyInstruction (#167914)Felipe de Azevedo Piovezan1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike6-134/+160
2025-11-13Reland [MS][clang] Add support for vector deleting destructors (#165598)Mariya Podchishchaeva1-0/+1
2025-11-12[lldb] Split up shared cache objc metadata extractor body (#167761)Alex Langford1-1/+5
2025-11-12[lldb][ClangExpressionParser] Clean up ownership of members in ClangDiagnosti...Michael Buch1-5/+5
2025-11-12[lldb] Adapt shared cache ObjC class metadata extraction for long term growth...Alex Langford1-108/+160
2025-11-12[lldb][ClangModulesDeclVendor] Fix use-after-free of diagnostics stream (#167...Michael Buch1-4/+4
2025-11-12[lldb][ObjC][NFC] Rewrite IsPossibleObjCMethodName in terms of llvm::StringRe...Michael Buch2-7/+8
2025-11-12[lldb][Language] Pass SymbolNameFitsToLanguage parameter by const-ref (#167684)Michael Buch4-4/+4
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch14-579/+45
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani14-45/+579
2025-11-11Add a workaround for people that use *args instead of listing (#166883)jimingham1-1/+6
2025-11-11[lldb] Fix reading duplicate objc class metdata from shared cache (#167405)Alex Langford1-1/+2
2025-11-11[lldb][Android] Fix platform process list regression (#164333)Chad Smith2-216/+93
2025-11-11[lldb][RISCV] Fix float load and stores in RISC-V emulator (#167490)Georgiy Samoylov1-12/+18
2025-11-10Reland "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig1-2/+2
2025-11-10Revert "[clang] Refactor option-related code from clangDriver into new clangO...Naveen Seth Hanig1-2/+2
2025-11-10[clang] Refactor option-related code from clangDriver into new clangOptions l...Naveen Seth Hanig1-2/+2
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch1-6/+6
2025-11-07[lldb][ClangModulesDeclVendor] Don't stop loading Clang modules if an individ...Michael Buch3-7/+9