[Lldb-commits] [PATCH] D65025: [Symbol] Improve TypeSystemMap mutex safety

Noel Grandin via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sat Jul 20 04:36:12 PDT 2019


grandinj added a comment.

Maybe make AddMap take a lock_guard parameter as recommended here

  https://stackoverflow.com/questions/28825749/ensuring-that-current-thread-holds-a-lock-on-a-c11-mutex

?


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

https://reviews.llvm.org/D65025





More information about the lldb-commits mailing list