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

Leonard Mosescu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 23 13:07:19 PDT 2018


lemo added a comment.

In https://reviews.llvm.org/D51176#1211358, @clayborg wrote:

> 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.


I took another look and I don't see anything where the dynamic loader is required in the context of loading minidumps.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51176





More information about the lldb-commits mailing list