public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] GDBserver linux-arm-low.c cleanup
@ 2015-07-28 10:00 Yao Qi
  2015-07-28 10:00 ` [PATCH 3/4] Use regcache->tdesc instead of arm_hwcap Yao Qi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yao Qi @ 2015-07-28 10:00 UTC (permalink / raw)
  To: gdb-patches

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-30 14:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-28 10:00 [PATCH 0/4] GDBserver linux-arm-low.c cleanup Yao Qi
2015-07-28 10:00 ` [PATCH 3/4] Use regcache->tdesc instead of arm_hwcap Yao Qi
2015-07-28 10:00 ` [PATCH 2/4] Don't use arm_regmap and arm_num_regs in arm_fill_gregset and arm_store_gregset Yao Qi
2015-07-28 10:00 ` [PATCH 4/4] Remove global variable arm_hwcap Yao Qi
2015-07-28 10:00 ` [RFC 1/4] Move ARM register numbers enum to arch/arm.h Yao Qi
2015-07-30 14:08 ` [PATCH 0/4] GDBserver linux-arm-low.c cleanup Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).