: 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
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
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
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,
_