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

Frederic Riss via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 23 11:40:48 PDT 2019


friss added a comment.

There were no objections to the patch, and it fixes a real crash seen in the field so I'm going to check it in.

There seems to be consensus that properties should be per-debugger, so I'll work on this when I get some spare cycles. Note that making that change won't prevent won't completely prevent concurrent accesses, so we might still want to investigate making all the properties thread-safe.


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

https://reviews.llvm.org/D60468





More information about the lldb-commits mailing list