================
@@ -52,6 +53,8 @@ class LLDB_API SBBlock {
lldb::SBAddress GetRangeEndAddress(uint32_t idx);
+ lldb::SBAddressRange GetRangeAtIndex(uint32_t idx);
+
----------------
clayborg wrote:Use `SBAddressRangeList` here: ``` SBAddressRangeList GetRanges(); ``` https://github.com/llvm/llvm-project/pull/92014 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
