mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 06:19:46 +08:00
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.
4 lines
101 B
OpenEdge ABL
4 lines
101 B
OpenEdge ABL
%feature("docstring",
|
|
"Represents a list of :py:class:`SBAddressRange`."
|
|
) lldb::SBAddressRangeList;
|