summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/address_range/Makefile
AgeCommit message (Collapse)Author
2024-05-30[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)Miro Bucko
This adds new SB API calls and classes to allow a user of the SB API to obtain an address range from SBFunction and SBBlock. This is a second attempt to land the reverted PR #92014.
2024-05-30Revert "Add SBAddressRange and SBAddressRangeList to SB API (#92014)"Michael Buch
This reverts commit 42944e4600827738fae868f0df831fb2678be8b4.
2024-05-28Add SBAddressRange and SBAddressRangeList to SB API (#92014)Miro Bucko
This adds new SB API calls and classes to allow a user of the SB API to obtain an address ranges from SBFunction and SBBlock.