Res: Res: [Qemu-devel] full dynamic instruction trace for MIPS target

2010-04-07 Thread Boris Cámara
: Res: [Qemu-devel] full dynamic instruction trace for MIPS target On Tue, 6 Apr 2010, Boris Cámara wrote: >The aproach you are using on >http://www.csl.cornell.edu/~vince/projects/qemu-trace/ to get the PC dump >is similar to mine but as you dont disable the TB caches It is not a full

Re: Res: [Qemu-devel] full dynamic instruction trace for MIPS target

2010-04-06 Thread Vince Weaver
On Tue, 6 Apr 2010, Boris Cámara wrote: >The aproach you are using on >http://www.csl.cornell.edu/~vince/projects/qemu-trace/ to get the PC dump >is similar to mine but as you dont disable the TB caches It is not a full >execution trace. I can assure you that it does in fact work. > You only

Res: [Qemu-devel] full dynamic instruction trace for MIPS target

2010-04-06 Thread Boris Cámara
Hi Vince, The aproach you are using on http://www.csl.cornell.edu/~vince/projects/qemu-trace/ to get the PC dump is similar to mine but as you dont disable the TB caches It is not a full execution trace. You only dump the PC when they are compiled and inserted on the TB cache. When qemu needs

Res: [Qemu-devel] full dynamic instruction trace for MIPS target

2010-04-05 Thread Boris Cámara
I need the PC and the executated instruction to extract a complete trace of the execution in a file. I found since the translation block is cached the "-d in_asm" option with not output a complete execution trace. Only when the TB is cached is logged. What does -singlestep means? thanks, _