aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)AuthorFilesLines
2022-09-26[lldb][test] 2 - Add gmodules test category explicitly where previously done ...Michael Buch1-2/+2
2022-09-16[clang][ASTImporter] DeclContext::localUncachedLookup: Continue lookup into d...Michael Buch1-2/+0
2022-09-16[lldb][tests][gmodules] Test for expression evaluator crash for types referen...Michael Buch10-0/+139
2022-09-14[lldb][tests] Move C++ gmodules tests into new gmodules/ subdirectoryMichael Buch10-0/+0
2022-08-26[lldb][Test] Add missing breakpoint in TestNamespaceLookup.pyMichael Buch1-0/+7
2022-08-22[lldb] Remove prefer-dynamic-value test overrideDave Lee1-0/+2
2022-08-22[lldb][ClangExpression] Remove storage-class check when creating AsmLabelMichael Buch1-48/+60
2022-08-22[lldb][Test] Replace expect() with expect_expr() in TestNamespaceLookup.pyMichael Buch1-24/+24
2022-08-17[lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for ...Michael Buch1-6/+13
2022-08-17[lldb][ClangExpression] Add asm() label to all FunctionDecls we create from D...Michael Buch3-0/+126
2022-08-16[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere2-1/+45
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett3-9/+0
2022-08-12[lldb] Skip target variable tests on Darwin because of chained fixupsJonas Devlieghere1-1/+1
2022-08-11[lldb] Remove unused "import unittest2" statementsDave Lee6-6/+0
2022-08-10[LLDB] Add multi value test for const static enumDavid Spickett2-4/+9
2022-08-08[LLDB] Remove undefined behavior in TestConstStaticIntegralMember.pyShafik Yaghmour2-4/+0
2022-08-08[lldb] Pass TestExternCSymbols.py on WindowsAlex Langford1-1/+1
2022-08-07[lldb] Hoist TraceOn check out of loop (NFC)Dave Lee1-18/+11
2022-07-21[LLDB][ClangExpression] Fix initialization of static enum alias membersMichael Buch2-0/+19
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky6-0/+254
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova6-251/+0
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky6-0/+251
2022-07-10[lldb] Delete more mydir references (NFC)Dave Lee1-2/+0
2022-07-08Add a little extra test coverage for simple template namesDavid Blaikie1-0/+6
2022-06-30[LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0Muhammad Omair Javaid1-2/+0
2022-06-30[LLDB] Fix TestSTL.py on WindowsMuhammad Omair Javaid1-1/+2
2022-06-29[lldb] Attempt to fix TestStepThroughTrampoline on windowsPavel Labath1-1/+1
2022-06-29[lldb] fix stepping through POSIX trampolinesMichael Daniels5-0/+35
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee89-178/+0
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee1-2/+2
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere2-3/+3
2022-06-07[LLDB] Remove decorator from XPASSes AArch64/WindowsMuhammad Omair Javaid2-2/+2
2022-06-02[lldb, test] Fix typos in the lldb testsVenkata Ramanaiah Nalamothu1-1/+1
2022-05-12[lldb/test] Skip TestCppIncompleteTypeMembers.py for -gmodules on macOSMed Ismail Bennani1-1/+1
2022-05-12[lldb/test] Skip TestCppIncompleteTypeMembers.py on Darwin (NFC)Med Ismail Bennani1-0/+1
2022-05-09[lldb/DWARF] Fix linking direction in CopyUniqueClassMethodTypesPavel Labath6-0/+81
2022-04-27[lldb] Remove sanity check from TestWithLimitDebugInfoPavel Labath1-8/+0
2022-04-27[lldb] Fix TestWithLimitDebugInfo.pyPavel Labath7-9/+33
2022-02-17[LLDB] Adding skipif for arm linux for TestStructuredBinding.pyShafik Yaghmour1-0/+1
2022-02-17[LLDB] Fix TestStructuredBinding.py for libstdc++Shafik Yaghmour1-6/+6
2022-02-17[DEBUGINFO] [LLDB] Add support for generating debug-info for structured bindi...Shafik Yaghmour3-0/+157
2022-02-14[lldb] Enable test for `getelementptr` const args for WindowsAndy Yankovsky1-2/+0
2022-02-14[lldb] Add a positive test for `getelementptr` constant argsAndy Yankovsky2-0/+19
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee3-11/+9
2022-02-09[lldb] Disable failing test on WindowsAndy Yankovsky1-0/+2
2022-02-09[lldb] Constant-resolve operands to `getelementptr`Andy Yankovsky1-0/+28
2022-01-15[lldb] Remove anon struct from frame-var-anon-unions testDave Lee2-9/+0
2022-01-09Revert "[lldb] Set result error state in 'frame variable'"Dave Lee1-6/+3
2022-01-09[lldb] Set result error state in 'frame variable'Dave Lee1-3/+6
2021-12-30[lldb] Remove lldbtest.getBuildFlagsPavel Labath1-1/+1