summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2025-11-22[lldb] [disassembler] chore: update VariableAnnotator::Annotate to except onl...n2h9
2025-11-21[NFC][lldb] Remove duplicated checks (#169093)Sergei Druzhkov
2025-11-21[lldb] Remove redundant declarations (NFC) (#169003)Kazu Hirata
2025-11-21[NFC][LLDB] Make it possible to detect if the compiler used in tests supports...Dan Liew
2025-11-21Revert "Reland [MS][clang] Add support for vector deleting destructors" (#169...Zequan Wu
2025-11-21[lldb] Remove Base::unique from NonNullSharedPtr (#169130)Keith Smiley
2025-11-21[lldb] Fix EditlineTest closing files multiple times. (#169100)John Harrison
2025-11-21[lldb] Restore the old behavior in lua-typemaps.swig (#169103)Jonas Devlieghere
2025-11-21[lldb] Don't enable the Limited C API with Python 3.13 and SWIG 4.4.0 (#169065)Jonas Devlieghere
2025-11-21[lldb] Add MockMemory class for dwarf expression testing (#168467)David Peixotto
2025-11-21[lldb] Add assert to NonNullSharedPtr move constructor (#168979)Jonas Devlieghere
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-20[lldb] Building the documentation should not depend on libLLDB (#168962)Jonas Devlieghere
2025-11-20[LLDB] Add a child property to compliment the existing parent property (#168619)Jacob Lalonde
2025-11-20[lldb] Fix a test if hardware breakpoints are not supported (#168813)Igor Kudrin
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin
2025-11-19[NFC][lldb] move DiagnosticsRendering to Host (#168696)Charles Zablit
2025-11-19[lldb][windows] add color to the Python.dll not found error (#168718)Charles Zablit
2025-11-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan
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] update lldb-server platform help parsing (attempt 3) (#164904)Chad Smith
2025-11-18[lldb] Support integer registers with more than 64 bits. (#166363)Matej Košík
2025-11-18[lldb][nfc] Fix incorrect union usage in UnwindAssemblyInstEmulation (#168341)Felipe de Azevedo Piovezan
2025-11-18[lldb] Update Lua typemap for #167764 (#168464)Jonas Devlieghere
2025-11-17[lldb] Add helper to create mock objects for dwarf expression tests (#167956)David Peixotto
2025-11-17[lldb-dap] Address a unit test race condition during initialization. (#167981)John Harrison
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl
2025-11-17[lldb][NFC] use llvm::erase_if to remove non matching types (#168279)Ebuka Ezike
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere
2025-11-17[lldb] Ensure FILE* access mode is correctly specified when creating a Native...John Harrison
2025-11-17[lldb][nfc] Avoid duplicate calls to GetInstructionCondition in UnwindAssembl...Felipe de Azevedo Piovezan
2025-11-17[lldb][nfc] Fix comment about UINT32_MAX in UnwindAssemblyInstruction (#168339)Felipe de Azevedo Piovezan
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
2025-11-17[lldb][test] Try to fix dwarf64 test on WindowsDavid Spickett
2025-11-14[lldb] Add the ability to load DWARF64 .debug_str_offsets tables for DWARF32 ...Greg Clayton
2025-11-15[lldb] Enforce Py_LIMITED_API in the SWIG typemaps (#168147)Jonas Devlieghere
2025-11-14[lldb] Drop support for the Buffer Protocol (#168144)Jonas Devlieghere
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-14[lldb] Diagnose unsupported configurations when targeting the Limited C API (...Jonas Devlieghere
2025-11-14[lldb] Add a test for capturing stdout/stderr from Python commands (#168138)Jonas Devlieghere
2025-11-14Re-land [lldb][NFC] Mark ValueObject library with NO_PLUGIN_DEPENDENCIES (#16...Alex Langford
2025-11-14lldb: Link delayimp on Windows (#168093)Fabrice de Gans
2025-11-14Clean up MachTask.mm's handling of m_exception_thread. (#167994)jimingham
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