[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 14:32:10 PDT 2018


lemo marked an inline comment as done.
lemo added a comment.

In https://reviews.llvm.org/D51176#1211433, @jingham wrote:

> The other option would be to move the code that populates the section load list into the mini dump dynamic loader.  That has the benefit of keeping this consistent with the other process plugins, but OTOH is just moving code around...


It's an interesting idea, thanks. I'd like to keep the fix small and simple for now, but it's worth considering if the current minidump loading path will need more flexibility.


https://reviews.llvm.org/D51176





More information about the lldb-commits mailing list