[Lldb-commits] [PATCH] D83359: [SymbolFileDWARF] Lock the module when parsing call site info

Vedant Kumar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 7 17:05:57 PDT 2020


vsk planned changes to this revision.
vsk added a comment.

Hm, this doesn't totally fix the race. If the mutex is contested, the Function instance may overwrite its m_call_edges vector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83359





More information about the lldb-commits mailing list