summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/value/TestValueAPI.py
AgeCommit message (Expand)Author
2025-08-18Decent to Descent (#154040)LauraElanorJones
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2024-12-09[lldb] Add lookup by name to SBValue through new member property (#118814)Dave Lee
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-09-19[lldb] Correct expected output for variable on 32 bit platformsDavid Spickett
2023-09-18[lldb] Fix the TestValueAPI testwalter erquinigo
2023-09-18[LLDB] Add a setting for printing ValueObject hex values without leading zero...Walter Erquinigo
2023-08-04[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham
2023-05-29Revert "[LLDB] Add/Remove xfail for some API tests on Windows"tcwg
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2022-11-11[lldb] Rewrite to assertEqual/assertNotEqual (NFC)Dave Lee
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
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht