[Lldb-commits] [PATCH] D51176: Restrict the set of plugins used for ProcessMinidump

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 23 12:17:21 PDT 2018


clayborg added a comment.

So this might actually work. Take a look around and see what else the dynamic loader is used for and make sure that they won't be needed for anything else. If not, this fix should work, but we should document it.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51176





More information about the lldb-commits mailing list