[Lldb-commits] [PATCH] D60468: Lock accesses to OptionValueFileSpecList objects

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 11:50:56 PDT 2019


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Fine to fix the current issue. We should think about building this into the base class eventually. We can always have multi-threaded access, so we will always need to protect modifying operations.


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

https://reviews.llvm.org/D60468





More information about the lldb-commits mailing list