summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2025-11-11[NFCI][lldb][test] Avoid GNU extension for specifying mangling (#167221)Raul Tambre
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-11[lldb][test] Fix ThreadStepUntilAPI.pyDavid Spickett
2025-11-10[LLDB] Fix lldb failure caused by 95db31e7f6. (#167423)Rahman Lavaee
2025-11-10[lldb] Fix crash in BreakpointSite::BumpHitCounts (#166876)Jonas Devlieghere
2025-11-10[lldb] Fix TestLocationsAfterRebuild test (#167402)GeorgeHuyubo
2025-11-10[LLDB] Fix (more) darwin shell tests under ASANAdrian Prantl
2025-11-10[LLDB] Fix darwin shell tests under ASANAdrian Prantl
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-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev
2025-11-09[NFCI][lldb][test][Recognizer] Fix mismatched C/C++ frontend subtitutions (#1...Raul Tambre
2025-11-08Fix missing include from #166664Walter Lee
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-07[lldb][docs] Use section_iter() to iterate over sections (#167012)Ellis Hoag
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere
2025-11-07Revert "[NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call"...Alex Langford
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix
2025-11-07Reapply "[lldb-dap] Use protocol types for exceptioninfo" (#166161) (#166836)Ebuka Ezike
2025-11-07[libcxxabi][ItaniumDemangle] Separate GtIsGt counter into more states (#166578)Michael Buch
2025-11-07[NFCI][lldb][test] Avoid unnecessary GNU extension for assembly call (#166769)Raul Tambre
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde
2025-11-06[debugserver] Remove unnecessary sleep in MachProcess::AttachForDebug (#166674)Jonas Devlieghere
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/Target] Add SyntheticFrameProvider class (#166664)Med Ismail Bennani
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix
2025-11-06[NFCI][lldb][test] Enable GNU POSIX extensions where necessary (#166768)Raul Tambre
2025-11-06[lldb][docs][NFC] Fix ClangModulesDeclVendor::AddModule parameter docsMichael Buch
2025-11-05[debugserver] Move constants into TaskPortForProcessID (NFC) (#166670)Jonas Devlieghere
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani
2025-11-05[LLDB] Fix typoAdrian Prantl
2025-11-05[lldb-dap] expand tilde in dap executable path (#162635)Ebuka Ezike
2025-11-05[debugserver] Fix debugserver build on < macOS 10.15 (#166599)Jonas Devlieghere
2025-11-05[LLDB][NativePDB] Add non-overlapping fields in root struct (#166243)nerix
2025-11-05[lldb] Support a Stable ABI LLDB_PYTHON_EXT_SUFFIX (#166269)Jonas Devlieghere
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] Skip tests on older versions of clangAdrian Prantl