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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 9 09:55:49 PDT 2019


labath added a comment.

No opinion on the patch, but what is the reason for having settings that are shared between multiple Debugger instances? My expectation was that the debugger objects are completely independent, and I would be surprised if the value of some setting changed from under me because of something that happened in another debug session.


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

https://reviews.llvm.org/D60468





More information about the lldb-commits mailing list