Re: [Qemu-devel] debugging qemu arm

2015-01-31 Thread Attila Csosz
Where is the arm-to-tcg translation? Attila On Sat, Jan 31, 2015 at 5:59 PM, Peter Maydell wrote: > On 31 January 2015 at 16:50, Attila Csosz wrote: > > Where is the arm-to-x86 call in QEMU code? Which tool/library call > generates > > this code? > > We generat

Re: [Qemu-devel] debugging qemu arm

2015-01-31 Thread Attila Csosz
Where is the arm-to-x86 call in QEMU code? Which tool/library call generates this code? Attila On Sat, Jan 31, 2015 at 5:43 PM, Peter Maydell wrote: > On 31 January 2015 at 12:25, Attila Csosz wrote: > > I'm trying to debug qemu when it executes a simple arm executable. Where &

[Qemu-devel] debugging qemu arm

2015-01-31 Thread Attila Csosz
Hi, I'm trying to debug qemu when it executes a simple arm executable. Where is in the qemu code when executing a single arm asm instruction? Thanks Attila