[Lldb-commits] [PATCH] D17970: Implement ObjectFilePECOFF::GetEntryPointAddress.

Stephane Sezer via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 17 12:04:05 PDT 2016


sas added a comment.

FWIW, I didn't cache this value because in the current form it is just returning some data that is already cached by `ParseHeader()`. If I split it in section/offset address, it might be required.


http://reviews.llvm.org/D17970





More information about the lldb-commits mailing list