When 'nochain' and 'in_asm' debug options are enabled, QEMU
does not print records about every executed translation block
 (TB). For loop-containing programs it could be suitable to log
 every executed TB. This patch includes a mapping between TBs and
 disassembled instructions for this task to be implemented.

Sergey Smolov (1):
  log disasm insns when nochain + in_asm enabled

 cpu-exec.c            |   20 ++++++++++++++++++++
 disas.c               |   18 +++++++++++++++++-
 include/disas/disas.h |   14 ++++++++++++++
 qemu-log.c            |    2 +-
 4 files changed, 52 insertions(+), 2 deletions(-)

--
1.7.10.4


Reply via email to