qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 1/3] target-alpha: Emit tcg debug_insn_start.
@ 2009-12-19 23:17 Richard Henderson
  2009-12-19 23:17 ` [Qemu-devel] [PATCH 2/3] linux-user: Add aliases for some Alpha syscalls Richard Henderson
  2009-12-19 23:17 ` [Qemu-devel] [PATCH 3/3] linux-user: Initialize Alpha FPCR register Richard Henderson
  0 siblings, 2 replies; 5+ messages in thread
From: Richard Henderson @ 2009-12-19 23:17 UTC (permalink / raw)
  To: qemu-devel; +Cc: aurelien

Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 target-alpha/translate.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/target-alpha/translate.c b/target-alpha/translate.c
index 45cb697..5e0647b 100644
--- a/target-alpha/translate.c
+++ b/target-alpha/translate.c
@@ -2627,6 +2627,11 @@ static inline void gen_intermediate_code_internal(CPUState *env,
             gen_io_start();
         insn = ldl_code(ctx.pc);
         num_insns++;
+
+	if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP))) {
+            tcg_gen_debug_insn_start(ctx.pc);
+        }
+
         ctx.pc += 4;
         ret = translate_one(ctxp, insn);
         if (ret != 0)
-- 
1.6.5.2

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

end of thread, other threads:[~2009-12-21 21:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-19 23:17 [Qemu-devel] [PATCH 1/3] target-alpha: Emit tcg debug_insn_start Richard Henderson
2009-12-19 23:17 ` [Qemu-devel] [PATCH 2/3] linux-user: Add aliases for some Alpha syscalls Richard Henderson
2009-12-19 23:17 ` [Qemu-devel] [PATCH 3/3] linux-user: Initialize Alpha FPCR register Richard Henderson
2009-12-21 10:33   ` Aurelien Jarno
2009-12-21 21:02     ` Richard Henderson

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).