[Lldb-commits] [lldb] [lldb] Remove raw access to PluginInstances vector (PR #132884)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 27 09:52:46 PDT 2025
JDevlieghere wrote:
Alright, let's go with the copy. Unless you think the `enabled` property might change while we're iterating over the plugins, we should be able to store it in the PluginInstance. AFAIK, the instance itself is never stored away.
https://github.com/llvm/llvm-project/pull/132884
More information about the lldb-commits
mailing list