aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API
AgeCommit message (Expand)AuthorFilesLines
2026-01-12[lldb][test] Remove unused imports in TestFrameVarDILLocalVars.py (#175541)David Spickett1-4/+0
2026-01-12[lldb] Fix TestFrameVarDILCast.py build on Windows AArch64Muhammad Omair Javaid1-0/+1
2026-01-12[LLDB] Fix MS STL `variant` with non-trivial types (#171489)Nerixyz2-0/+26
2026-01-12[lldb] Disable flaky TestDetachResumes.py on Windows/AArch64Muhammad Omair Javaid1-1/+0
2026-01-10[lldb-dap] Add clipboard context support (#170644)Sergei Druzhkov2-5/+122
2026-01-09Revert "[LLDB] Swig python extensions tests for SBTargetExtention" (#175251)Jonas Devlieghere3-148/+0
2026-01-09[lldb] Fix TestMultithreaded.py when libc++ symbols are present (#174664)Alex Langford2-3/+7
2026-01-09[LLDB] Swig python extensions tests for SBTargetExtention (#173473)Hamza Hassanain3-0/+148
2026-01-09[lldb] fix a problem in the ValueObject::GetExpressionPath method (#171521)Matej Košík3-0/+59
2026-01-09[lldb] Honor the process plugin name in the attach/launch info (#175195)Jonas Devlieghere1-0/+2
2026-01-09[lldb-dap] add timeout to spawn_and_wait test utility (#174461)Charles Zablit1-1/+5
2026-01-08[lldb] skip the python interactive I/O test on windows (#175055)Ebuka Ezike1-1/+1
2026-01-08[lldb] Repair lldb-dotest's framework path (#174658)Alex Langford1-4/+0
2026-01-08[lldb] Fix typed commands not shown on the screen (#174216)Ebuka Ezike2-1/+109
2026-01-08[NFC][lldb] fix docstring indentation (#175042)Charles Zablit1-4/+4
2026-01-08[lldb] Add std::*_ordering summary providers (#174195)Sergei Druzhkov3-0/+70
2026-01-08[lldb] Fix null pointer dereference in parsed command completion (#174868)Alexandre Perez1-0/+7
2026-01-08[LLDB] Run MSVC STL deque tests with PDB (#172360)Nerixyz1-0/+2
2026-01-07[LLDB] Tentative fix for lldb-arm-ubuntu buildbot. (#174893)cmtice1-7/+14
2026-01-07[LLDB] Fix buildbot breakage (#174886)cmtice1-1/+0
2026-01-07[LLDB] Add type casting to DIL, part 2 or 3 (#170332)cmtice4-0/+278
2026-01-07[lldb] Add zlib to version -v output (#174753)David Spickett1-0/+1
2026-01-07[LLDB] Add MSVC STL span formatter (#173053)Nerixyz1-5/+24
2026-01-06[lldb] Add libstdcpp string view summary provider (#171854)Sergei Druzhkov2-1/+5
2026-01-06[lldb-dap] Add skipIfWindowsWithoutConPTY decorator for clearer test requirem...Ebuka Ezike1-8/+8
2026-01-06[lldb][Format] Unwrap references to C-strings when printing C-string summarie...Michael Buch1-2/+4
2026-01-05[lldb][test] Add tests for printing references to C-stringsMichael Buch2-0/+17
2026-01-05[lldb][test] Rewrite TestStringPrinter.py in a non-inline API test style (#17...Michael Buch3-64/+109
2026-01-02[lldb-dap][NFC] change the dap log file extension (#173994)Ebuka Ezike2-2/+2
2025-12-23[lldb-dap] refactor monitor thread in tests (#172879)Charles Zablit1-13/+26
2025-12-22[lldb-dap] Adjusting the initialize/launch flow to better match the spec. (#1...John Harrison8-24/+35
2025-12-22[lldb][windows] skip TestPlatformProcessLaunchGDBServer.test_launch_with_unus...Charles Zablit1-0/+1
2025-12-21[LLDB] Improve error handling in TypeSystemClang::GetChildCompilerTypeAtIndex...Adrian Prantl1-1/+1
2025-12-20[lldb-dap] Migrate restart request to structured types (#172488)Sergei Druzhkov2-2/+2
2025-12-19[lldb][test] Avoid out-of-bounds reads in TestConflictingSymbol.py (#172792)Igor Kudrin3-7/+9
2025-12-19[LLDB] Run MSVC STL unordered tests with PDB (#172731)nerix1-6/+38
2025-12-19[lldb-dap] Do not show warnings on Completions request. (#172917)Ebuka Ezike1-0/+11
2025-12-18[lldb/test] Fix failure caused by leading zero in TestScriptedFrameProvider.pyMed Ismail Bennani1-5/+5
2025-12-18[lldb-dap][windows] deactivate TestDAP_attach.test_by_name_waitFor on Windows...Charles Zablit1-0/+1
2025-12-18[lldb-dap] Do not show memory address on types with no summary (#172670)Ebuka Ezike2-15/+7
2025-12-18[lldb][windows] refactor the version check in @skipIfWindows (#172838)Charles Zablit1-8/+8
2025-12-18[lldb] Fix frame-format string missing space when module is invalid (#172767)Med Ismail Bennani2-0/+152
2025-12-18[LLDB] Run MSVC STL vector tests with PDB (#172726)nerix1-4/+16
2025-12-18[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)Ilia Kuklin4-42/+54
2025-12-18[lldb][windows] add Windows Virtual Console support (#168729)Charles Zablit1-8/+8
2025-12-17Revert "Make result variables obey their dynamic values in subsequent express...Dave Lee3-231/+0
2025-12-17[lldb] Fix TestIvarProtocols to use +new instead of +alloc (NFC) (#172740)Dave Lee1-1/+1
2025-12-16[LLDB] Run MSVC STL atomic tests with PDB (#172349)nerix1-0/+2
2025-12-15[lldb][test] Xfail 3 backtrace related tests on Windows on Arm (#172300)David Spickett2-0/+3
2025-12-14[NFCI][lldb][test][asm] Enable AT&T syntax explicitly (#166770)Raul Tambre8-5/+12