[Lldb-commits] [lldb] Add AddressRange to SB API (PR #92014)

Miro Bucko via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 12:29:54 PDT 2024


================
@@ -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


More information about the lldb-commits mailing list