<div dir="ltr">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.</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Mar 8, 2016 at 4:07 PM Jim Ingham via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">jingham added a subscriber: jingham.<br>
jingham added a comment.<br>
<br>
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.<br>
<br>
Jim<br>
<br>
<br>
<a href="http://reviews.llvm.org/D17970" rel="noreferrer" target="_blank">http://reviews.llvm.org/D17970</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>