[Qemu-discuss] Tracking state in QEMU (CPU registers, memory, etc)
From:
Morten W. Petersen
Subject:
[Qemu-discuss] Tracking state in QEMU (CPU registers, memory, etc)
Date:
Sat, 4 Jul 2015 09:36:28 +0200
Hi there.
I was wondering if it is possible to see what's going on, on machine code level using QEMU.
For example, would it be possible to call some function or interrupt when running Linux inside QEMU X86 emulation mode and be able to peek through memory, registers etc. and even step through instruction by instruction?