aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)AuthorFilesLines
2025-12-01[lldb] Fix a bug when disabling the statusline. (#169127)Jonas Devlieghere1-2/+4
2025-11-28[lldb-dap] Add data breakpoints for bytes (#167237)Sergei Druzhkov1-22/+89
2025-11-28[lldb] Fix duplicate test class name causing lldb-dotest conflict (#169861)Ebuka Ezike1-1/+1
2025-11-26[lldb] [scripting bridge] 167388 chore: add api to return arch name for targe...n2h91-0/+18
2025-11-26[lldb-dap] Add multi-session support with shared debugger instances (#163653)Janet Yang2-0/+86
2025-11-25[lldb-dap] Add format support for evaluate request (#169132)Sergei Druzhkov1-1/+10
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin6-0/+115
2025-11-20[lldb] Fix a test if hardware breakpoints are not supported (#168813)Igor Kudrin1-20/+11
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin1-1/+1
2025-11-19[lldb] Skip TestLibcxxInternalsRecognizer on asan + MacOSFelipe de Azevedo Piovezan1-0/+1
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl4-8/+8
2025-11-17[lldb-dap] Migrating 'evaluate' to structured types. (#167720)John Harrison1-43/+151
2025-11-17[LLDB][DWARF] Use the same qualified name computation for Rust (#165840)Kiva4-0/+1257
2025-11-14[lldb] Add a test for capturing stdout/stderr from Python commands (#168138)Jonas Devlieghere1-0/+47
2025-11-13[LLDB] Use skipIf instead of expectedFailAdrian Prantl1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike2-3/+14
2025-11-12[lldb] Remove test that disassembles all of Foundation (#167596)Alex Langford1-46/+0
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch4-573/+0
2025-11-11[libunwind] Fix execution flow imbalance when using C++ Exceptions (#165066)Med Ismail Bennani3-0/+228
2025-11-12Fix lldb-dap non-leaf frame source resolution issue (#165944)jeffreytan813-0/+88
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani4-0/+573
2025-11-11[lldb][test] Fix ThreadStepUntilAPI.pyDavid Spickett1-0/+1
2025-11-10[LLDB] Fix lldb failure caused by 95db31e7f6. (#167423)Rahman Lavaee1-1/+3
2025-11-10[lldb] Fix TestLocationsAfterRebuild test (#167402)GeorgeHuyubo1-4/+21
2025-11-10[lldb] Disable TestLocationsAfterRebuild for remote targets (#167239)Dmitry Vasilyev1-1/+2
2025-11-08[lldb][ClangModulesDeclVendor] Print Clang module loading errors to expressio...Michael Buch5-44/+0
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham2-0/+58
2025-11-07[lldb] Correctly detach (rather than kill) when connecting with gdb-remote (#...Jonas Devlieghere1-0/+67
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix4-69/+122
2025-11-07[LLDB][Editline] empty current line before `el_wgets` (#165830)Kiva1-1/+1
2025-11-06[LLDB] Fix debuginfo ELF files overwriting Unified Section List (#166635)Jacob Lalonde7-0/+475
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix6-0/+12
2025-11-05[lldb] Introduce SBFrameList for lazy frame iteration (#166651)Med Ismail Bennani3-0/+219
2025-11-04[lldb] Skip tests on older versions of clangAdrian Prantl1-1/+1
2025-11-04[LLDB] Run API tests with PDB too (#149305)nerix3-0/+22
2025-11-04[lldb-dap] Addressing orphaned processes in tests. (#166205)John Harrison2-6/+6
2025-11-04[lldb] When starting in a hidden frame, don't skip over hidden frames when na...Michael Buch3-0/+48
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl4-2/+4
2025-10-31[lldb-dap] Correctly trigger 'entry' stop reasons. (#165901)John Harrison2-53/+6
2025-10-31Revert "Reland "[lldb-dap] Improving consistency of tests by removing… (#16...Aiden Grossman6-79/+75
2025-10-31[LLDB][NativePDB] Estimate symbol sizes (#165727)nerix1-4/+3
2025-10-31🍒 [lldb] Fix TestRealDefinition on older DWARF versions (#165729)Michael Buch1-6/+2
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike3-0/+31
2025-10-30[NFCI][lldb][test] Fix mismatched C/C++ substitutions (#165773)Raul Tambre1-4/+4
2025-10-30Reland "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett6-75/+79
2025-10-30[lldb][AArch64][test] Require SVE for some Linux testsDavid Spickett1-0/+7
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch2-1/+3
2025-10-30[lldb-dap][test] skip io_redirection in debug builds (#165593)Ebuka Ezike1-0/+1
2025-10-30Revert "[lldb-dap] Improving consistency of tests by removing concurrency." (...David Spickett6-79/+75
2025-10-29[lldb-dap] Improving consistency of tests by removing concurrency. (#165496)John Harrison6-75/+79