[Lldb-commits] [PATCH] D19603: Fix entry point lookup for ObjectFilePECOFF.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 27 13:11:39 PDT 2016
zturner added a comment.
image base is the address that the process should be loaded to in memory. But this is only a hint anyway, and a process might end up being loaded at a different address. So now that I think about it, this is wrong no matter what because even if you did want a virtual address, you would have to figure out the actual load address at runtime since it might not load at the desired address.
http://reviews.llvm.org/D19603
More information about the lldb-commits
mailing list