zturner added a comment.

If you plan to invest in more substantial changes in `ObjectFilePECOFF`, it 
might worth considering a complete re-write in terms of `llvm::object::coff`.  
It has pretty comprehensive support for the PE/COFF spec, so it's just a matter 
of implementing `ObjectFilePECOFF` on top of it.



================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:810
+
+  std::lock_guard<std::recursive_mutex> guard(module_sp->GetMutex());
+
----------------
Does this actually need to be a `recursive_mutex`?


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D53094



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to