[Lldb-commits] [lldb] [LLDB] Make the thread list for SBSaveCoreOptions iterable (PR #122541)

Jacob Lalonde via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 10 16:18:43 PST 2025


Jlalond wrote:

@clayborg and I chatted offline. The need for indexable access wasn't as important as exposing an enumeration of threads. So we instead return a copy of the thread list in an SBThreadCollection.

https://github.com/llvm/llvm-project/pull/122541


More information about the lldb-commits mailing list