[Lldb-commits] [PATCH] D70845: [lldb][NFC] Remove ThreadSafeSTLVector and ThreadSafeSTLMap and their use in ValueObjectSynthetic

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 29 05:07:09 PST 2019


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

I'm yet to see a non-trivial algorithm, which can be made thread-safe by employing "thread safe" containers. +1 for deleting these and sorting the ValueObjectSynthetic issues later.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D70845





More information about the lldb-commits mailing list