[Lldb-commits] [PATCH] D17970: Implement ObjectFilePECOFF::GetEntryPointAddress.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 16:19:53 PST 2016
zturner added a subscriber: zturner.
zturner added a comment.
I was hoping there would be something like `image headers` that would just
display various information about the image, but it looks like we don't
have such a command that I can find. Seems like being able to find out the
entry point of a certain module would be useful.
http://reviews.llvm.org/D17970
More information about the lldb-commits
mailing list