[Qemu-devel] [PATCH v4 0/4] Add a dynamic XML-description of the cp-registers to GDB

Abdallah Bouassida posted 4 patches 7 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1520850690-23245-1-git-send-email-abdallah.bouassida@lauterbach.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test s390x passed
gdbstub.c            | 10 ++++++++
include/qom/cpu.h    |  5 +++-
target/arm/cpu.c     |  1 +
target/arm/cpu.h     | 20 ++++++++++++++-
target/arm/gdbstub.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
target/arm/helper.c  | 72 +++++++++++++++++++++++++++++++++++++++++++---------
6 files changed, 165 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH v4 0/4] Add a dynamic XML-description of the cp-registers to GDB
Posted by Abdallah Bouassida 7 years, 7 months ago
The previous version:
http://patchwork.ozlabs.org/project/qemu-devel/list/?series=30973

Abdallah Bouassida (4):
  target/arm: Add "ARM_CP_NO_GDB" as a new bit field for ARMCPRegInfo
    type
  target/arm: Add "_S" suffix to the secure version of a sysreg
  target/arm: Add the XML dynamic generation
  target/arm: Add arm_gdb_set_sysreg() callback

 gdbstub.c            | 10 ++++++++
 include/qom/cpu.h    |  5 +++-
 target/arm/cpu.c     |  1 +
 target/arm/cpu.h     | 20 ++++++++++++++-
 target/arm/gdbstub.c | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++
 target/arm/helper.c  | 72 +++++++++++++++++++++++++++++++++++++++++++---------
 6 files changed, 165 insertions(+), 14 deletions(-)

-- 
2.7.4