<div dir="ltr">It looks like I just overlooked -s.  <div><br></div><div>So armed with that knowledge, is there any objection to adding, say, -x, which is more or less "continue disassembling at the last address"?<br><br><div class="gmail_quote">On Wed Jan 21 2015 at 2:19:38 PM <<a href="mailto:jingham@apple.com">jingham@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Yeah, the help says:<br>
<br>
       -a <address-expression> ( --address <address-expression> )<br>
            Disassemble function containing this address.<br>
<br>
so it is doing what is expected.  You don't need to specify -c or -e, it will dump some default number of instructions.  Having it do something reasonable when there is no function containing that address is not totally unreasonable, except then -a and -s overlap in function, which is a little odd.<br>
<br>
Jim<br>
<br>
<br>
> On Jan 21, 2015, at 2:10 PM, Ed Maste <<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>> wrote:<br>
><br>
> On 21 January 2015 at 16:57, Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>> wrote:<br>
>><br>
>> Is there any way to work around this restriction?  It seems like it<br>
>> shouldn't matter what the bounds of the function are, or if there's even a<br>
>> function at this address at all.  As long as there's code.<br>
><br>
> You should be able to use a combination of -s start address / -e end<br>
> address / -c instruction count.<br>
><br>
> Perhaps we could disassemble a small number of instructions starting<br>
> from the provided address if -a is given an address outside of a<br>
> function.<br>
> ______________________________<u></u>_________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/lldb-dev</a><br>
<br>
</blockquote></div></div></div>