[Lldb-commits] [PATCH] D66345: [lldb][NFC] Allow for-range iterating over StringList

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 19 07:27:13 PDT 2019


clayborg added a comment.

The other thing to think about is the SB layer must be thread safe. StringList is not thread safe right now, but it probably should be. We might need to keep the internal version of StringList and make sure it is thread safe. That will ensure that our buildbots always run clean.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66345/new/

https://reviews.llvm.org/D66345





More information about the lldb-commits mailing list