aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang
AgeCommit message (Expand)AuthorFilesLines
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht12-27/+31
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere18-67/+67
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere3-20/+38
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht6-13/+18
2024-01-19Skip TestThreadLocal.py on darwin temporarily for linker issueJason Molenda1-0/+1
2024-01-18[lldb] Remove redundant severity substring within a diagnostic message. (#76111)Pete Lawrence1-1/+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 Rupprecht5-8/+13
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-09-28[LLDB] Skip TestTlsGlobals.py for Linux Arm/AArch64Muhammad Omair Javaid1-0/+1
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan811-4/+1
2023-09-14Clean up test case (#66400)Adrian Prantl3-22/+5
2023-09-11[lldb][Tests] Reformat API tests with blackDavid Spickett2-80/+162
2023-08-24[lldb] Fix grammar in error message emitted by IRExecutionUnitJonas Devlieghere4-10/+10
2023-08-17[lldb] Add basic support to Rust enums in TypeSystemClangVladimir Makaev4-0/+3525
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere2-8/+3
2023-08-02[lldb] Print hint if object description is requested but not implementedAugusto Noronha3-0/+75
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-22[lldb] Adjust for changes in objc runtimeAlex Langford1-2/+0
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
2023-06-08[lldb] Unconditionally increment depth when printing childrenAugusto Noronha3-0/+49