On 17 October 2011 19:29, Anthony Liguori <anth...@codemonkey.ws> wrote: > Likewise, we could add tracing to translate.c to achieve the same affect as > in_asm.
Having the code you're trying to debug be also doing the printing out of the disassembly seems like a recipe for confusing yourself (because you lose the independent crosscheck of what's actually going in). I'd rather have the logging dump plain hex to postprocess with objdump... -- PMM