qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] debugging qemu arm


From: Peter Maydell
Subject: Re: [Qemu-devel] debugging qemu arm
Date: Sat, 31 Jan 2015 16:43:03 +0000

On 31 January 2015 at 12:25, Attila Csosz <address@hidden> wrote:
> 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?

QEMU works in two phases:
 (1) we translate ARM code into x86 instructions
 (2) we run the instructions created in phase 1

So when we're executing an ARM instruction we're in phase 2;
this code was generated at runtime and isn't part of QEMU's
source code at all.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]