aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression
AgeCommit message (Expand)AuthorFilesLines
32 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
12 days[LLDB] Add a setting to simulate variables with missing locations (#177279)Adrian Prantl1-0/+18
2025-11-03[lldb] Skip tests on older versions of clangAdrian Prantl1-1/+1
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-09[libc++] Use std::__{scope,exception}_guard throughout the code base (#161322)Nikolas Klauser5-0/+15
2025-09-16[lldb][test] import-std-module: skip vector testsMichael Buch2-1/+6
2025-09-09 [lldb][test] Re-enable import-std-module tests on Linux (#157649)Michael Buch15-16/+1
2025-08-13[lldb] Account for registers being host endian when casting values (#150011)David Spickett1-6/+48
2025-08-13[lldb] Convert registers values into target endian for expressions (#148836)David Spickett1-0/+86
2025-08-06Revert "[lldb][test] Re-enable TestQueueFromStdModule.py"Michael Buch1-0/+5
2025-08-06[lldb][test] Re-enable TestQueueFromStdModule.pyMichael Buch1-5/+0
2025-08-06[lldb][test] Skip TestQueueFromStdModule.py pre-Clang-17Michael Buch1-0/+4
2025-07-30[lldb] deactivate some tests on older SDKs (#147768)Charles Zablit19-1/+20
2025-07-07[lldb][test] Adjust import-std-module shared_ptr/weak_ptr testsMichael Buch4-9/+9
2025-07-03[lldb][test] XFAIL TestIRInterpreter.py on Windows againDavid Spickett1-2/+4
2025-07-03[lldb][test] Disable TestIRInterpreter.py on x86_64 WindowsDavid Spickett1-0/+2
2025-07-03[lldb][test] Enable TestExpressionInSyscall.py on WindowsDavid Spickett1-7/+6
2025-07-03[lldb][test] Correct TestIRInterpreterDavid Spickett1-1/+1
2025-07-03[lldb][test] Enable TestIRInterpreter on WindowsDavid Spickett1-2/+8
2025-07-03[LLDB] Mark TestCallStdStringFunction as XPASS on Windows (#146835)nerix1-1/+0
2025-05-30[lldb][test] Skip import-std-module tests on Linux for nowMichael Buch15-0/+15
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda3-5/+5
2025-04-29[lldb] Provide an unconditional @skip annotation for API tests (#137712)Jonas Devlieghere1-1/+1
2025-04-23[lldb] returning command completions up to a maximum (#135565)Ely Ronnen1-0/+31
2025-04-18Disable test on older compilers. (#136322)Shubham Sandeep Rastogi1-1/+1
2025-04-18[lldb] Fix TestExprDiagnostics test (#136269)Timm Baeder1-3/+3
2025-04-08[lldb][test] Explain why TestExprFromNonZeroFrame is disabled on WindowsDavid Spickett1-1/+1
2025-04-04[lldb] Skip Expression NonZeroFrame test on WindowsDavid Spickett1-0/+2
2025-04-03[lldb][test] TestExprFromNonZeroFrame.py: fix windows buildMichael Buch2-5/+2
2025-04-03[lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if ...Michael Buch3-0/+39
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima2-2/+2
2025-01-23Revert "[lldb][test] Remove compiler version check and use regex" (#124101)Michael Buch2-23/+45
2025-01-17[lldb][test] Remove compiler version check and use regex (#123393)Wanyi2-45/+23
2025-01-16[lldb] Improve user expression diagnostics (#123242)Jonas Devlieghere2-3/+2
2025-01-13[lldb][test] Fix some 'import-std-module' tests (#122358)Vladislav Dzhidzhoev6-3/+15
2024-12-23[lldb] Fix bad method call in `TestExprDiagnostics.py` (#120901)Carlo Cabrera1-1/+1
2024-12-20[lldb] Expose structured errors in SBError (#120784)Adrian Prantl1-28/+47
2024-11-21[lldb] Fix a regression in SBValue::GetObjectDescription() (#117242)Adrian Prantl1-0/+4
2024-11-21[lldb] Refactor UserExpression::Evaluate to only have one error channel. (#11...Adrian Prantl1-1/+1
2024-11-21[lldb] Fix a regression in Status::GetErrorType() (#117095)Adrian Prantl1-0/+12
2024-10-18Revert "Renormalize line endings whitespace only after dccebddb3b80"Luke Drummond1-4/+4
2024-10-17Renormalize line endings whitespace only after dccebddb3b80Luke Drummond1-4/+4
2024-10-16[lldb][test] Skip Test*FromStdModule tests on Linux for now (#112530)Dmitry Vasilyev3-0/+3
2024-10-16[lldb] Support tests with nested make invocations on Windows 2/2 (#112360)Stefan Gränitz2-3/+3
2024-10-14[lldb] Expose structured command diagnostics via the SBAPI. (#112109)Adrian Prantl1-45/+36
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl1-5/+5