aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-13[lldb] Support case-insensitive regex matches (#95350)Jonas Devlieghere1-1/+6
2024-06-12[lldb] Fix linker flags in lldb testsFelipe de Azevedo Piovezan1-1/+1
2024-06-12[lldb][test] Disable PIE for some API tests (#93808)Vladislav Dzhidzhoev1-0/+3
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath7-50/+77
2024-04-19[lldb] Provide a better error message for missing symbols (#89433)Adrian Prantl1-1/+1
2024-04-19Revert "[lldb] Provide a better error message for missing symbols (#89433)"Adrian Prantl1-1/+1
2024-04-19[lldb] Provide a better error message for missing symbols (#89433)Adrian Prantl1-1/+1
2024-03-04[lldb][test] Add test for chained PCH debugging (#83582)Michael Buch5-0/+118
2024-02-29[lldb][ClangASTImporter] Import record layouts from origin if available (#83295)Michael Buch4-0/+95
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht3-10/+13
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere5-30/+30
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere2-20/+37
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht3-7/+12
2024-01-19Skip TestThreadLocal.py on darwin temporarily for linker issueJason Molenda1-0/+1
2023-12-19[lldb] Add issue link for TestUniqueTypes4.py Windows skipDavid Spickett1-2/+2
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton1-1/+2
2023-12-13[lldb] Fix buildbots after PR 74786 (#75272)Greg Clayton1-1/+1
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton2-14/+11
2023-12-07[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL tests for DWARFv5Michael Buch1-1/+7
2023-12-06[lldb] Un-xfail test after commit revertFelipe de Azevedo Piovezan1-4/+0
2023-12-06[clang][DebugInfo] Revert "emit definitions for constant-initialized static d...Michael Buch1-13/+7
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht2-5/+7
2023-11-28[lldb][test] TestConstStaticIntegralMember: relax assertion on number of glob...Michael Buch1-1/+1
2023-11-28[LLDB] Respect the DW_AT_alignment attribute. (#73307)Haojian Wu2-0/+7
2023-11-14[lldb][test] TestConstStaticIntegralMember.py: fix on older clang versionsMichael Buch1-1/+6
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch2-0/+73
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-3/+4
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg2-78/+3
2023-11-07[lldb][test] Remove xfail for integral member test on WindowsDavid Spickett1-1/+1
2023-11-07[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL on Linux (#71486)Michael Buch1-1/+1
2023-11-07Reland "[lldb][test] Add FindGlobalVariables tests for C++ inline static data...Michael Buch1-0/+33
2023-11-07Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch2-0/+41
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch1-3/+4
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch1-4/+3
2023-11-06Revert "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch2-41/+0
2023-11-06Revert "[lldb][test] Add FindGlobalVariables tests for C++ inline static data...Michael Buch1-33/+0
2023-11-06[lldb][DWARFASTParserClang] Fetch constant value from variable defintion if a...Michael Buch2-0/+41
2023-11-06[lldb][test] Add FindGlobalVariables tests for C++ inline static data members...Michael Buch1-0/+33
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch1-3/+4
2023-10-13[lldb] Fix `po` alias by printing fix-its to the console. (#68755)Pete Lawrence3-0/+52
2023-10-10Revert "[lldb] Fix `po` alias by printing fix-its to the console. (#68452)"Adrian Prantl6-64/+0
2023-10-10[lldb] Fix `po` alias by printing fix-its to the console. (#68452)Pete Lawrence6-0/+64
2023-10-06[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (#68408)Michael Buch1-3/+19
2023-10-06[lldb][DWARFASTParserClang] Check DW_AT_declaration to determine static data ...Michael Buch3-0/+71
2023-08-24[lldb] Fix grammar in error message emitted by IRExecutionUnitJonas Devlieghere4-10/+10
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere1-2/+1
2023-07-10[lldb] Disable TestNamespaceLookup in DWARF 5 + dSYM settingFelipe de Azevedo Piovezan1-1/+5
2023-07-03[lldb] Skip apple accelerator table test in DWARF 5 modeFelipe de Azevedo Piovezan1-0/+1
2023-06-16[lldb] Fix Python test formatting (NFC)Jonas Devlieghere2-23/+32
2023-06-13[lldb] Never print children if the max depth has been reachedAugusto Noronha2-2/+2