[Lldb-commits] [PATCH] D32568: Protect Proces::GetMemoryRegionInfo and ::GetFileLoadAddress with a lock

Scott Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 27 11:35:02 PDT 2017


scott.smith added a comment.

In https://reviews.llvm.org/D32568#739723, @labath wrote:

> All your other changes are client-side, so still think this will not matter, but I'll take a look. :)


Interesting.  Maybe this only matters in the context of unit tests?  I was still getting crashes without this change, but now I'm not (I've since git pull'd and switched to another machine).  I'll keep investigating.


Repository:
  rL LLVM

https://reviews.llvm.org/D32568





More information about the lldb-commits mailing list