qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Question about debugging binary translator (TCG beckend) in


From: Lyu Mitnick
Subject: [Qemu-devel] Question about debugging binary translator (TCG beckend) in system mode
Date: Sun, 24 Jul 2011 01:00:25 +0800

Hello all,

I have written my own TCG code generator (translate TCG to i386). It works well in user mode (pass every benchmark). However, there 

is something error in system mode:

Host - x86-64, Configuration -  --target-list=i386-softmmu --enable-debug --disable-kvm

------------------------------------------------------------------------------------
                                |  minix2.04   | small-ffs (NetBSD)
------------------------------------------------------------------------------------
single step                |  correct       |  correct
------------------------------------------------------------------------------------
non-single step          |  correct       |  init panic(restart)
------------------------------------------------------------------------------------

(I have comment tb_add_jump of cpu-exec:cpu_exec to disable block chaining)

I dump the exec but there is so much logs to debug. I am wondering to know how TCG codegen developer debug during development ??

thanks a lot

Mitnick

reply via email to

[Prev in Thread] Current Thread [Next in Thread]