History log of /llvm-project/lldb/test/API/python_api/address_range/TestAddressRange.py (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a083e50f 21-Jun-2024 Miro Bucko <mbucko@meta.com>

[lldb] Fix SBAddressRange validation checks. (#95997)


Revision tags: llvmorg-18.1.8, llvmorg-18.1.7
# 493eefc9 30-May-2024 Miro Bucko <mbucko@meta.com>

[lldb][test] Fix failing test TestAddressRange.py (#93871)

Test llvm-project/lldb/test/API/python_api/address_range/TestAddressRange.py is failing on Windows due adding a carriage return character a

[lldb][test] Fix failing test TestAddressRange.py (#93871)

Test llvm-project/lldb/test/API/python_api/address_range/TestAddressRange.py is failing on Windows due adding a carriage return character at the end of line. Original PR is #93836.

show more ...


# 48175a5d 30-May-2024 Miro Bucko <mbucko@meta.com>

[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)

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

[lldb] Add SBAddressRange and SBAddressRangeList to SB API (#93836)

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.

show more ...


# 971f1aaa 29-May-2024 David Spickett <david.spickett@linaro.org>

[lldb][Test][Windows] Fix flaky address range API tests

The new tests added in #92014 have been flaky on Linaro's
Windows on Arm bot. They appear to be hitting a deadlock trying
to clean up the test

[lldb][Test][Windows] Fix flaky address range API tests

The new tests added in #92014 have been flaky on Linaro's
Windows on Arm bot. They appear to be hitting a deadlock trying
to clean up the test process.

This only happens in async mode and I don't see why this test
case needs async mode, so the simple workaround is to stick to
sync mode.

show more ...


# 42944e46 28-May-2024 Miro Bucko <mbucko@meta.com>

Add SBAddressRange and SBAddressRangeList to SB API (#92014)

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.