Re: Qemu Userspace Emulator with library + method

2021-12-14 Thread Alex Bennée
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,

Qemu Userspace Emulator with library + method

2021-12-13 Thread Marcus Engene
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