[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 11:35:26 PDT 2018


clayborg added a comment.

Dynamic loaders will fill out the section load list in the target that saids "__TEXT" from "/tmp/a.out" was loaded at address 0x1000020200. So yes they are needed. If the process minidump is manually setting the section load list itself, then there really is no need for a dynamic loader and this fix might work.


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51176





More information about the lldb-commits mailing list