================
@@ -52,6 +53,8 @@ class LLDB_API SBBlock {
 
   lldb::SBAddress GetRangeEndAddress(uint32_t idx);
 
+  lldb::SBAddressRange GetRangeAtIndex(uint32_t idx);
+
----------------
mbucko wrote:

Currently Block doesn't have GetRanges() function but it does have 
GetRangeAtIndex().
Would you like me to add GetRanges() to Block and then expose both, GetRanges() 
and GetRangeAtIndex(), to SBBlock

https://github.com/llvm/llvm-project/pull/92014
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to