aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands
AgeCommit message (Expand)AuthorFilesLines
21 hoursReapply "[lldb] Add FP conversion instructions to IR interpreter" (#179022)Igor Kudrin1-0/+109
4 daysRevert "[lldb] Add FP conversion instructions to IR interpreter (#175292)"Igor Kudrin1-102/+0
4 days[lldb] Add FP conversion instructions to IR interpreter (#175292)Igor Kudrin1-0/+102
5 days[lldb][test] Add tests for formatting of command option descriptions (#178235)David Spickett1-0/+56
6 days[lldb] Make "help format" test more strict (#178216)David Spickett1-2/+28
11 days[lldb] Fix padding for settings in `apropos` output (#177295)Jonas Devlieghere2-2/+36
12 days[LLDB] Add a setting to simulate variables with missing locations (#177279)Adrian Prantl1-0/+18
2026-01-16[lldb] Change bitfield range character from '-' to ':' in DIL (#173410)Ilia Kuklin2-18/+23
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] Disable flaky TestDetachResumes.py on Windows/AArch64Muhammad Omair Javaid1-1/+0
2026-01-08[lldb] Fix null pointer dereference in parsed command completion (#174868)Alexandre Perez1-0/+7
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
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-18[lldb] Use AST nodes as Subscript and BitExtraction arguments in DIL (#169363)Ilia Kuklin4-42/+54
2025-11-28[lldb] Fix duplicate test class name causing lldb-dotest conflict (#169861)Ebuka Ezike1-1/+1
2025-11-24[LLDB] Add unary plus and minus to DIL (#155617)Ilia Kuklin6-0/+115
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl1-1/+1
2025-11-13[LLDB] Use skipIf instead of expectedFailAdrian Prantl1-1/+1
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham2-0/+58
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 Prantl1-1/+1
2025-10-30[lldb][AArch64][test] Require SVE for some Linux testsDavid Spickett1-0/+7
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: only XFAIL earlier DWARF ve...Michael Buch1-1/+4
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: XFAIL on older Clang versionsMichael Buch1-0/+5
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: skip for older DWARF versionsMichael Buch1-0/+1
2025-10-23[lldb] Added a warning in case of instruction decode failure (#164413)Timur Golubovich2-0/+15
2025-10-16[lldb][test] Skip `array` test due to ASTImport lambda issue (#163735)A. Jiang1-0/+3
2025-10-11[lldb][test] Fix language note tests on Windows (#162995)Michael Buch1-5/+3
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch1-3/+17
2025-10-10[lldb][mcp] Get the running MCP server connection information (#162752)Alexandre Perez1-0/+13
2025-10-09[libc++] Use std::__{scope,exception}_guard throughout the code base (#161322)Nikolas Klauser5-0/+15
2025-09-24[lldb][test] Unify test infrastructure for checking CPU features (#153914)Julian Lettner1-19/+1
2025-09-16[LLDB] Add boolean literals to DIL. (#157992)cmtice1-0/+4
2025-09-16[lldb][test] import-std-module: skip vector testsMichael Buch2-1/+6
2025-09-11[lldb] Test global variable support of dwim-print (NFC) (#157908)Dave Lee2-1/+12
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham2-4/+26
2025-09-09 [lldb][test] Re-enable import-std-module tests on Linux (#157649)Michael Buch15-16/+1
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang3-0/+115
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere2-4/+4
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto3-130/+0
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang3-0/+130
2025-08-27Reapply "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155610)Ilia Kuklin5-8/+98
2025-08-27Revert "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155605)Ilia Kuklin5-102/+8
2025-08-27[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)Ilia Kuklin5-8/+102
2025-08-26[LLDB] Re-land 'Update DIL handling of array subscripting' (#154269)cmtice3-7/+56
2025-08-22[lldb] More windows fixes TestSettings.py (#154983)Dave Lee1-4/+8