[Lldb-commits] [PATCH] D17970: Implement ObjectFilePECOFF::GetEntryPointAddress.
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 8 16:19:42 PST 2016
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.
On Tue, Mar 8, 2016 at 4:07 PM Jim Ingham via lldb-commits <
lldb-commits at lists.llvm.org> wrote:
> 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
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160309/90ba0d34/attachment.html>
More information about the lldb-commits
mailing list