================
@@ -73,6 +73,12 @@ class DWARFDebugArangeSet {
return desc_iterator_range(ArangeDescriptors.begin(),
ArangeDescriptors.end());
}
+
+ size_t getDescriptorsSize() const { return ArangeDescriptors.size(); }
+
+ const Descriptor &getDescriptiorRef(uint32_t I) const {
----------------
JDevlieghere wrote:
Should we add an `assert(I < ArangeDescriptors.size())`?
https://github.com/llvm/llvm-project/pull/110058
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits