This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/4] GDBserver linux-arm-low.c cleanup


This patch series is to clean up gdbserver/linux-arm-low.c, as a
preparation for the aarch64 multi-arch debugging gdbserver patches.

All of them are tested on panda board (vfpv3) and qemu system mode
(vfpv2).

*** BLURB HERE ***

Yao Qi (4):
  Move ARM register numbers enum to arch/arm.h
  Don't use arm_regmap and arm_num_regs in arm_fill_gregset and
    arm_store_gregset
  Use regcache->tdesc instead of arm_hwcap
  Remove global variable arm_hwcap

 gdb/Makefile.in               |  2 +-
 gdb/arch/arm.h                | 61 +++++++++++++++++++++++++++++++++++++++++++
 gdb/arm-tdep.h                | 39 +--------------------------
 gdb/gdbserver/linux-arm-low.c | 56 ++++++++++++++++++++-------------------
 4 files changed, 92 insertions(+), 66 deletions(-)
 create mode 100644 gdb/arch/arm.h

-- 
1.9.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]