On Tue, Oct 16, 2012 at 9:07 PM, Richard Henderson <r...@twiddle.net> wrote: > On 2012-10-16 20:49, Emmanuel Blot wrote: >> Is there any way to force QEmu to disable the TB cache so that the >> translation occurs each time a target instruction is loaded, or a >> clever way to print out the address of each executed target instruction ? > > "-d exec" prints the entry point of each TB as it is executed. You can > refer to the previously disassembled insns by reference.
If I remember correctly, that only works if block chaining is disabled. Laurent