summaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/const_static_integral_member/TestConstStaticIntegralMember.py
AgeCommit message (Expand)Author
2024-11-11[lldb][test] TestConstStaticIntegralMember.py: skip dsym variant for older co...Michael Buch
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: fix XFAIL decoratorsMichael Buch
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: XFAIL on Darwin for older comp...Michael Buch
2024-11-08[lldb][test] TestConstStaticIntegralMember.py: XFAIL DWARFv4 variant on Darwi...Michael Buch
2024-11-07[lldb][test] Disable new dwarf5 integral member tests on WindowsDavid Spickett
2024-11-07[lldb] Index static const members of classes, structs and unions as global va...Ilia Kuklin
2023-12-07[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL tests for DWARFv5Michael Buch
2023-12-06[lldb] Un-xfail test after commit revertFelipe de Azevedo Piovezan
2023-12-06[clang][DebugInfo] Revert "emit definitions for constant-initialized static d...Michael Buch
2023-11-28[lldb][test] TestConstStaticIntegralMember: relax assertion on number of glob...Michael Buch
2023-11-14[lldb][test] TestConstStaticIntegralMember.py: fix on older clang versionsMichael Buch
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch
2023-11-13Reland "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-07Revert "Reland "clang][DebugInfo] Emit global variable definitions for static...Hans Wennborg
2023-11-07[lldb][test] Remove xfail for integral member test on WindowsDavid Spickett
2023-11-07[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL on Linux (#71486)Michael Buch
2023-11-07Reland "[lldb][test] Add FindGlobalVariables tests for C++ inline static data...Michael Buch
2023-11-07Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch
2023-11-07Reland "clang][DebugInfo] Emit global variable definitions for static data me...Michael Buch
2023-11-06Revert "[clang][DebugInfo] Emit global variable definitions for static data m...Michael Buch
2023-11-06Revert "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch
2023-11-06Revert "[lldb][test] Add FindGlobalVariables tests for C++ inline static data...Michael Buch
2023-11-06[lldb][DWARFASTParserClang] Fetch constant value from variable defintion if a...Michael Buch
2023-11-06[lldb][test] Add FindGlobalVariables tests for C++ inline static data members...Michael Buch
2023-11-06[clang][DebugInfo] Emit global variable definitions for static data members w...Michael Buch
2023-08-24[lldb] Fix grammar in error message emitted by IRExecutionUnitJonas Devlieghere
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-11-10[lldb][test] TestConstStaticIntegralMember.py: fix for clang-{9,11,13}Michael Buch
2022-11-01[lldb] Don't crash when printing static enum members with bool as underlying ...Arthur Eubanks
2022-10-11[LLDB] Fix crash when printing a struct with a static wchar_t memberArthur Eubanks
2022-10-10[LLDB] Complete set of char tests for static integral membersDavid Spickett
2022-10-07[LLDB] Fix crash when printing a struct with a static signed char memberDavid Spickett
2022-10-07[LLDB] Fix printing a static bool struct member when using "image lookup -t"David Spickett
2022-08-17[lldb][Tests] Skip static-only tests in TestConstStaticIntegralMember.py for ...Michael Buch
2022-08-10[LLDB] Add multi value test for const static enumDavid Spickett
2022-08-08[LLDB] Remove undefined behavior in TestConstStaticIntegralMember.pyShafik Yaghmour
2022-07-21[LLDB][ClangExpression] Fix initialization of static enum alias membersMichael Buch
2022-07-15Reland "[lldb] Add support for using integral const static data members in th...Andy Yankovsky
2022-07-14Revert "[lldb] Add support for using integral const static data members in th...Stella Stamenova
2022-07-14[lldb] Add support for using integral const static data members in the expres...Andy Yankovsky