[Lldb-commits] [lldb] [LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (PR #165281)
Charles Zablit via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 27 16:54:22 PDT 2025
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
More information about the lldb-commits
mailing list