summaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)Author
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[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva
2025-11-14[lldb] Add a test for capturing stdout/stderr from Python commands (#168138)Jonas Devlieghere
2025-11-13[LLDB] Use skipIf instead of expectedFailAdrian Prantl
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani
2025-11-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan81
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
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 TestLocationsAfterRebuild test (#167402)GeorgeHuyubo
2025-11-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch
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-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix
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[LLDB] Run working STL data formatter tests with PDB (#166812)nerix
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani
2025-11-04[lldb] Skip tests on older versions of clangAdrian Prantl
2025-11-04[LLDB] Run API tests with PDB too (#149305)nerix
2025-11-04[lldb-dap] Addressing orphaned processes in tests. (#166205)John Harrison
2025-11-04[lldb] When starting in a hidden frame, don't skip over hidden frames when na...Michael Buch
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl
2025-10-31[lldb-dap] Correctly trigger 'entry' stop reasons. (#165901)John Harrison
2025-10-31Revert "Reland "[lldb-dap] Improving consistency of tests by removing… (#16...Aiden Grossman
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix
2025-10-31🍒 [lldb] Fix TestRealDefinition on older DWARF versions (#165729)Michael Buch
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre
2025-10-30Reland "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett
2025-10-30[lldb][AArch64][test] Require SVE for some Linux testsDavid Spickett
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch
2025-10-30[lldb-dap][test] skip io_redirection in debug builds (#165593)Ebuka Ezike
2025-10-30Revert "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett
2025-10-29[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)John Harrison
2025-10-29[lldb-dap] Report any errors during attach request (#165270)Ebuka Ezike
2025-10-29[LLDB] Skip TestMultipleSlides.py on Windows (#165604)nerix
2025-10-28[lldb] The test added for PR#164905 doesn't run on Windows host. (#165417)Dmitry Vasilyev
2025-10-28[lldb][test] Avoid Windows import error in TestDriverWithClosedSTDIO.pyDavid Spickett
2025-10-27[LLDB] Remove signature from python copy when injecting ASAN runtimeAdrian Prantl
2025-10-27The test added for PR#164905 doesn't run on Windows. (#165318)jimingham
2025-10-27[LLDB] Fix condition in testAdrian Prantl