summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/value
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-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2024-03-11Make ValueObject::Cast work for casts from smaller to larger structs in the c...jimingham
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
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-08-04[lldb] Bump SWIG minimum version to 4Jonas 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
2023-03-10Don't produce a dynamic value if there was an error creating it.Jim Ingham
2023-01-25[NFC][LLDB] Rename test filePavel Kosov
2023-01-25[LLDB] Fixes summary formatter for libc++ map allowing modification of contai...Pavel Kosov
2023-01-25[LLDB] Fix for libc++ atomic allowing modification of contained valuePavel Kosov
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
2022-06-08[lldb] Add assertState function to the API test suiteJonas Devlieghere
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-09-30[lldb] Remove support for replaying the test suite from a reproducerJonas Devlieghere
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-05-20[lldb/Reproducers] Fix/skip passive replay failures in python_api subdirJonas Devlieghere
2020-02-20[lldb] Remove license headers from all test source filesRaphael Isemann
2020-02-13[lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in th...Raphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht