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@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@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to