amccarth added a comment.

My knowledge of PECOFF is even more limited, but it's my understanding that the 
ImageBase is the _preferred_ address for the module.  That doesn't guarantee 
that's the actual address it would be loaded at.  Not just because of ASLR but 
also because there may be conflicts with modules that have already been loaded. 
 Is GetBaseAddress supposed to return the actual base address or the preferred 
one?


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56537/new/

https://reviews.llvm.org/D56537



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

Reply via email to