charles-zablit wrote: Thanks for submitting this patch!
This looks good to me, I just wonder if it would make sense to convert this `inherited_handles` vector to an `std::unordered_set`? I think It would make it clearer that we should only have unique handles in this data structure. What do you think? https://github.com/llvm/llvm-project/pull/165281 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
