qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] log disasm insns when nochain + in_asm enabled
@ 2015-11-03 12:13 Sergey Smolov
  2015-11-03 12:13 ` Sergey Smolov
  2015-11-09 17:31 ` Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Smolov @ 2015-11-03 12:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sergey Smolov

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-09 17:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03 12:13 [Qemu-devel] [PATCH] log disasm insns when nochain + in_asm enabled Sergey Smolov
2015-11-03 12:13 ` Sergey Smolov
2015-11-09 17:31 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).