03.09.2015 19:35, Peter Maydell пишет:
On 3 September 2015 at 15:31, Sergey Smolov <smo...@ispras.ru> wrote:
Do you think it is possible to implement another QEMU logger which will
make a record for every executed block,
Yes (this would just need to disable the TB linking optimisation,
which we've discussed providing a debug toggle for in another
thread).
Ok, I've implemented a mapping between disassembled forms of
instructions and executed TBs.
Now my logger does "loop unrolling" successfully.
Thank you very much for your help!
Sergey Smolov