]> git.proxmox.com Git - qemu.git/commit
target-arm: Add AArch64 gdbstub support
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:11 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commit96c04212ba80d4f9630a5e82681285eeb41af9cc
tree3d036c356a532971ac0becebdc28029e917129ac
parent14ade10f840deec02d32530e5a64bd5ec275adbd
target-arm: Add AArch64 gdbstub support

We want to be able to debug AArch64 guests. So let's add the respective gdb
stub functions and xml descriptions that allow us to do so.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-12-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-6-git-send-email-john.rigby@linaro.org
[PMM: dropped unused fp regs XML for now; moved 64 bit only functions
 to new gdbstub64.c; these are hooked up in AArch64CPU, not via
 ifdefs in ARMCPU]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
gdb-xml/aarch64-core.xml [new file with mode: 0644]
target-arm/Makefile.objs
target-arm/cpu-qom.h
target-arm/cpu64.c
target-arm/gdbstub64.c [new file with mode: 0644]