summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
AgeCommit message (Expand)Author
2025-09-04[lldb] Reland: Add Pythonic API to SBStructuredData extension (#156771)Dave Lee
2025-09-03Revert "[lldb] Add Pythonic API to SBStructuredData extension (#155061)" (#15...Dave Lee
2025-09-03[lldb] Revert custom __str__ in SBStructuredDataExtensions.i (#156721)Dave Lee
2025-09-02[lldb] Add Pythonic API to SBStructuredData extension (#155061)Dave Lee
2025-08-21[lldb/API] Add setters to SBStructuredData (#154445)Med Ismail Bennani
2024-08-07[lldb/API] Fix SBStructuredData support any JSON type (#101929)Med Ismail Bennani
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-02-17[lldb] StructuredData should not truncate uint64_t valuesAlex Langford
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-02-14[lldb] Replace asserts on .Success() with assertSuccess()Dave Lee
2021-02-08[lldb/tests] Removed add_test_categories decorator for python API tests, NFCTatyana Krasnukha
2020-09-30Fix crash in SBStructuredData::GetDescription() when there's no StructuredDat...Jim Ingham
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht