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/3] Use aarch64_decode_insn more in GDB


Hi,
This patch series changes GDB aarch64 backend to using aarch64_decode_insn
to decode instructions.  Patch 1 is the preparatory patch, and patch 2
and 3 do the change.

Regression tested on aarch64-linux.

*** BLURB HERE ***

Yao Qi (3):
  Combine aarch64_decode_stp_offset_wb and aarch64_decode_stp_offset
  Use aarch64_decode_insn in aarch64_analyze_prologue
  Use aarch64_decode_insn in aarch64_displaced_step_copy_insn

 gdb/aarch64-tdep.c | 479 ++++++++++-------------------------------------------
 1 file changed, 89 insertions(+), 390 deletions(-)

-- 
1.9.1


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