aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)AuthorFilesLines
2023-06-08[lldb] Unconditionally increment depth when printing childrenAugusto Noronha3-0/+49
2023-06-01Restrict the test from 22667e3220de5ead353a2148265d841644b63824Jim Ingham1-1/+40
2023-06-01Fix regex & startsWith name lookup in SBTarget::FindGlobalVariablesJim Ingham2-13/+78
2023-05-30[LLDB] Update AArch64/Windows XFAIl decorators on TestNamespace.pyMuhammad Omair Javaid1-1/+1
2023-05-29[LLDB] Add XFAIL on AArch64/Windows to TestNamespace.pyMuhammad Omair Javaid1-0/+1
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg3-1/+3
2023-05-29[LLDB] Remove XFAIL on Windows decorator XPASSesMuhammad Omair Javaid3-3/+0
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere109-1637/+2371
2023-05-16[lldb][DWARFASTParserClang] Don't create unnamed bitfields to account for vta...Michael Buch2-0/+20
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid5-3/+3
2023-05-02[lldb][test] TestCPP20Standard.py: make it a libc++ testMichael Buch2-0/+2
2023-04-24[lldb][test] TestCPP20Standard.py: skip on older compilersMichael Buch1-0/+1
2023-04-24[lldb][tests] TestPreferredName.py: add missing importMichael Buch1-2/+1
2023-04-24[lldb][tests] TestPreferredName.py: Fix for older compilersMichael Buch1-0/+2
2023-04-21TestSTL was marked as skipped unconditionally in 2018, undoJason Molenda1-1/+0
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch2-1/+37
2023-04-14[lldb] Allow evaluating expressions in C++20 modeMichael Buch3-0/+27
2023-04-07[lldb][test] Add tests for clang::PreferredNameAttr formattingMichael Buch3-0/+71
2023-03-07Revert "[lldb] Ignore libcxx std::ranges global variables in frame var"Michael Buch3-40/+0
2023-03-03[lldb] Ignore libcxx std::ranges global variables in frame varMichael Buch3-0/+40
2023-02-13Revert "Reland "[lldb][DWARFASTParserClang] Attach linkage name to ctors/dtor...Michael Buch4-60/+0
2023-02-13Revert "[lldb][Test][NFC] TestExternalCtorDtorLookup: add more instantiations...Michael Buch4-12/+4
2023-02-13[lldb][Test][NFC] TestExternalCtorDtorLookup: add more instantiations to test...Michael Buch4-4/+12
2023-02-12Reland "[lldb][DWARFASTParserClang] Attach linkage name to ctors/dtors if mis...Michael Buch4-0/+60
2023-02-10Revert "[lldb][DWARFASTParserClang] Attach linkage name to ctors/dtors if mis...Michael Buch4-57/+0
2023-02-10Revert "[lldb][Test] TestExternalCtorDtorLookup.py: skip on Windows and dwo"Michael Buch1-4/+2
2023-02-10[lldb][Test] TestExternalCtorDtorLookup.py: skip on Windows and dwoMichael Buch1-2/+4
2023-02-10[lldb][DWARFASTParserClang] Attach linkage name to ctors/dtors if missingMichael Buch4-0/+57
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee2-8/+8
2023-01-24[lldb] Don't create Clang AST nodes in GetDIEClassTemplateParamsArthur Eubanks3-0/+39
2023-01-02[LLDB] Enable TestSignedTypes.py for AArch64/WindowsMuhammad Omair Javaid1-1/+1
2022-12-20[lldb] Prevent false positives with simple template names in SymbolFileDWARF:...Arthur Eubanks3-0/+57
2022-12-08[lldb] Fix simple template names interaction with debug info declarationsArthur Eubanks5-0/+49
2022-11-21[lldb] Disable looking at pointee types to find synthetic value for non-ObjCArthur Eubanks4-0/+40
2022-11-15[lldb] Fix simple template names and template params with scope qualifiersArthur Eubanks2-0/+7
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee1-4/+4
2022-11-10Apparently I moved the wrong one to "2", then Jason moved the rightJim Ingham1-0/+0
2022-11-10[lldb][test] TestConstStaticIntegralMember.py: fix for clang-{9,11,13}Michael Buch2-2/+2
2022-11-09Rename unique-types2/TestUniqueTypes.py to TestUniqueTypes2.pyJason Molenda1-1/+1
2022-11-08Move the second instance of TestUniqueTypes.py to a unique fileJim Ingham1-0/+0
2022-11-01[lldb] Don't crash when printing static enum members with bool as underlying ...Arthur Eubanks2-0/+8
2022-10-28[lldb] Support simplified template namesArthur Eubanks4-1/+92
2022-10-27[lldb][test] Remove explicit mydir definitions (NFC)Dave Lee1-2/+0
2022-10-17[lldb] Print newline between found typesArthur Eubanks3-0/+31
2022-10-11[LLDB] Fix crash when printing a struct with a static wchar_t memberArthur Eubanks2-0/+6
2022-10-10[LLDB] Complete set of char tests for static integral membersDavid Spickett2-1/+7
2022-10-07[LLDB] Fix crash when printing a struct with a static signed char memberDavid Spickett2-10/+4
2022-10-07[LLDB] Fix printing a static bool struct member when using "image lookup -t"David Spickett2-0/+10
2022-09-27Rename a duplicate test, also give the test class a useful name.Jim Ingham2-2/+2
2022-09-27[lldb][TypeSystemClang] Honor DW_AT_rvalue_reference when creating C++ Functi...Michael Buch3-0/+61