[Lldb-commits] [PATCH] D17970: Implement ObjectFilePECOFF::GetEntryPointAddress.
Jim Ingham via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 16:07:36 PST 2016
jingham added a subscriber: jingham.
jingham added a comment.
We use the entry point address as the place to stop when we call functions by hand in the target. That's one place which is legit TEXT, but we are pretty sure the code you are calling will never call. So if the entry point address isn't set correctly we probably won't be able to call any functions by hand.
Jim
http://reviews.llvm.org/D17970
More information about the lldb-commits
mailing list