Re: [Qemu-discuss] inspect an instruction inside the translation block

2014-11-10 Thread Ronen Meir
nd to implement our hooks. Is it possible? Thanks Ronen -Original Message- From: Peter Maydell [mailto:peter.mayd...@linaro.org] Sent: Sunday, November 09, 2014 6:41 PM To: Ronen Meir Cc: qemu-discuss@nongnu.org Subject: Re: [Qemu-discuss] inspect an instruction inside the translation block

Re: [Qemu-discuss] inspect an instruction inside the translation block

2014-11-09 Thread Peter Maydell
On 9 November 2014 15:37, Ronen Meir wrote: > I'm using Qemu with ARM as target OS. > > As far as I understand QEMU executes full translation blocks (TB). I would > like to isolate and debug a specific instruction within a translation block. That depends on what you mean by "debug". The simples

[Qemu-discuss] inspect an instruction inside the translation block

2014-11-09 Thread Ronen Meir
Hello all, I'm using Qemu with ARM as target OS. As far as I understand QEMU executes full translation blocks (TB). I would like to isolate and debug a specific instruction within a translation block. Any idea? Regards Ronen