summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/type
AgeCommit message (Expand)Author
2025-07-17[lldb][test] Adjust TestTypeList.py on Windows with exceptionsDavid Spickett
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima
2024-05-09[lldb] Make SBType::GetDirectNestedType (mostly) work with typedefs (#91189)Pavel Labath
2024-05-06[lldb] Add SBType::GetByteAlign (#90960)Pavel Labath
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath
2024-04-25[lldb] Add SB API to access static constexpr member values (#89730)Pavel Labath
2024-04-23[lldb/test] Rename a functionPavel Labath
2024-04-19[lldb] Make SBType::FindDirectNestedType work with expression ASTs (#89183)Pavel Labath
2024-02-21Bump the minimum LLVM version for TestTypeList.pyShubham Sandeep Rastogi
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-16Re-land "[lldb] Fix `FindDirectNestedType` not working with class templates (...Vlad Serebrennikov
2024-02-16Revert "[lldb] Fix `FindDirectNestedType` not working with class templates (#...Shubham Sandeep Rastogi
2024-02-16[lldb] Fix `FindDirectNestedType` not working with class templates (#81666)Vlad Serebrennikov
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from testsDavid Spickett
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-06-09[lldb] Use assertState in more tests (NFC)Dave Lee
2022-03-09[lldb] Add SBType::IsAggregateTypeDave Lee
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2021-01-06[lldb] Skip scoped enum checks with Dwarf <4Jonas Devlieghere
2020-12-22[lldb] Add SBType::GetEnumerationIntegerType methodAndy Yankovsky
2020-12-22[lldb] Add SBType::IsScopedEnumerationType methodAndy Yankovsky
2020-11-03Return actual type from SBType::GetArrayElementTypeAndy Yankovsky
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht