summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands
AgeCommit message (Expand)Author
2025-11-17[LLDB] Fix test compilation errors under asan (NFC) (#168408)Adrian Prantl
2025-11-13[LLDB] Use skipIf instead of expectedFailAdrian Prantl
2025-11-07Fix a crash when a stop hook deletes itself in its callback. (#160416)jimingham
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-30[lldb][AArch64][test] Require SVE for some Linux testsDavid Spickett
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: only XFAIL earlier DWARF ve...Michael Buch
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: XFAIL on older Clang versionsMichael Buch
2025-10-27[lldb][test] TestFrameVarDILGlobalVariableLookup: skip for older DWARF versionsMichael Buch
2025-10-23[lldb] Added a warning in case of instruction decode failure (#164413)Timur Golubovich
2025-10-16[lldb][test] Skip `array` test due to ASTImport lambda issue (#163735)A. Jiang
2025-10-11[lldb][test] Fix language note tests on Windows (#162995)Michael Buch
2025-10-10[lldb][Expression] Emit a 'Note' diagnostic that indicates the language used ...Michael Buch
2025-10-10[lldb][mcp] Get the running MCP server connection information (#162752)Alexandre Perez
2025-10-09[libc++] Use std::__{scope,exception}_guard throughout the code base (#161322)Nikolas Klauser
2025-09-24[lldb][test] Unify test infrastructure for checking CPU features (#153914)Julian Lettner
2025-09-16[LLDB] Add boolean literals to DIL. (#157992)cmtice
2025-09-16[lldb][test] import-std-module: skip vector testsMichael Buch
2025-09-11[lldb] Test global variable support of dwim-print (NFC) (#157908)Dave Lee
2025-09-10Make flag-only options work in the ParsedCommand mode of adding commands (#15...jimingham
2025-09-09 [lldb][test] Re-enable import-std-module tests on Linux (#157649)Michael Buch
2025-09-09Reland"[lldb] Add count for errors of DWO files in statistics and combine DWO...Ziyi Wang
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-09-03Revert "[lldb] Add count for errors of DWO files in statistics and combine DW...David Peixotto
2025-09-03[lldb] Add count for errors of DWO files in statistics and combine DWO file c...Ziyi Wang
2025-08-27Reapply "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155610)Ilia Kuklin
2025-08-27Revert "[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL" (#155605)Ilia Kuklin
2025-08-27[LLDB] Add `ScalarLiteralNode` and literal parsing in DIL (#152308)Ilia Kuklin
2025-08-26[LLDB] Re-land 'Update DIL handling of array subscripting' (#154269)cmtice
2025-08-22[lldb] More windows fixes TestSettings.py (#154983)Dave Lee
2025-08-21[lldb] Fix TestSettings.py (#154849)Dave Lee
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-08-15Revert "[LLDB] Update DIL handling of array subscripting. (#151605)"Shubham Sandeep Rastogi
2025-08-15[LLDB] Update DIL handling of array subscripting. (#151605)cmtice
2025-08-13[lldb] Account for registers being host endian when casting values (#150011)David Spickett
2025-08-13[lldb] Convert registers values into target endian for expressions (#148836)David Spickett
2025-08-06Revert "[lldb][test] Re-enable TestQueueFromStdModule.py"Michael Buch
2025-08-06[lldb][test] Re-enable TestQueueFromStdModule.pyMichael Buch
2025-08-06[lldb][test] Skip TestQueueFromStdModule.py pre-Clang-17Michael Buch
2025-07-31[lldb] Add stop_description Python property to SBThread (#151568)Dave Lee
2025-07-30[lldb] deactivate some tests on older SDKs (#147768)Charles Zablit
2025-07-28[lldb][AArch64][Linux] Show MTE store only setting in mte_ctrl (#145033)David Spickett
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett
2025-07-15[lldb] Fix plugin test to not rely on enabled targets (#148956)David Peixotto
2025-07-15[LLDB] Disable DIL QualifiedId test on Windows. (#148940)cmtice
2025-07-15[lldb] Add completions for plugin list/enable/disable (#147775)David Peixotto
2025-07-15[LLDB] Switch to using DIL as default implementation for 'frame var'. (#147887)cmtice
2025-07-10[LLDB] Check comp_unit before accessing it in DIL (#147955)Ilia Kuklin
2025-07-07Defer loading all DWOs by default when dumping separate_debug-info (#146166)qxy11
2025-07-07[lldb][test] Adjust import-std-module shared_ptr/weak_ptr testsMichael Buch