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



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

Reply via email to