[Lldb-commits] [PATCH] D60468: Lock accesses to OptionValueFileSpecList objects
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 9 09:27:16 PDT 2019
clayborg added a comment.
Almost seems like we can build the mutex into the base class OptionValue as we need general threaded protection for every setting. They any function that gets or sets the value should be able to protect itself using the base mutex
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60468/new/
https://reviews.llvm.org/D60468
More information about the lldb-commits
mailing list