lemo added a comment.

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

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


That was my original thought: for minidumps we don't really have "load 
addresses", the memory map is recorded in the minidump and that's what we use 
(see PlaceholderModule::CreateImageSection)


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D51176



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

Reply via email to