Marcus Engene writes:
> Hi,
>
> I'd like to do instruction traces with library+function name included.
>
> From what I understand in_asm only shows instructions when they are being
> JIT:ed.
> If I call a function twice I only see the instructions once so it makes sense.
>
> As a workaround,
Hi,
I'd like to do instruction traces with library+function name included.
From what I understand *in_asm* only shows instructions when they are
being JIT:ed.
If I call a function twice I only see the instructions once so it makes
sense.
As a workaround, I tried to do a plugin. I looked at t