[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] Getting guest's register values in QEMU
From: |
Peter Maydell |
Subject: |
Re: [Qemu-arm] Getting guest's register values in QEMU |
Date: |
Thu, 13 Sep 2018 19:39:21 +0100 |
On 13 September 2018 at 18:30, Varun Gohil <address@hidden> wrote:
> Hello,
>
> Is there a way to get the register values for ARM ISA when ARM is the guest
> architecture.
Yes:
* connect an arm-aware gdb to QEMU's gdb stub, and use gdb commands
to stop the guest and look at registers and memory
* connect to the QEMU monitor and use monitor commands to stop
the guest and look at registers and memory
thanks
-- PMM