Re: [Qemu-devel] target ARM PC increment

2012-07-03 Thread Peter Maydell
On 3 July 2012 01:53, David Munday wrote: > I'm developing with QEMU to run arm binaries. Right now I can't tell if the > Thumb32 vmul.f64 instruction encoded(ee25 7b07) is executing or not. I would > like to see where QEMU increments the PC so as to see if this instruction is > getting skipped or

[Qemu-devel] target ARM PC increment

2012-07-02 Thread David Munday
Hello, I'm developing with QEMU to run arm binaries. Right now I can't tell if the Thumb32 vmul.f64 instruction encoded(ee25 7b07) is executing or not. I would like to see where QEMU increments the PC so as to see if this instruction is getting skipped or to trace it's behavior. I've looked extens