[lldb-dev] Disassembling with no function bounds

Ed Maste emaste at freebsd.org
Wed Jan 21 14:10:43 PST 2015


On 21 January 2015 at 16:57, Zachary Turner <zturner at google.com> wrote:
>
> Is there any way to work around this restriction?  It seems like it
> shouldn't matter what the bounds of the function are, or if there's even a
> function at this address at all.  As long as there's code.

You should be able to use a combination of -s start address / -e end
address / -c instruction count.

Perhaps we could disassemble a small number of instructions starting
from the provided address if -a is given an address outside of a
function.



More information about the lldb-dev mailing list