[PATCH 0/2] [aarch64] Use opcodes to decode instructions in GDB

Yao Qi qiyaoltc@gmail.com
Thu Oct 1 16:35:00 GMT 2015


This patch series is the first try to use opcodes to decode
instructions in GDB aarch64 backend.  GDB should use existing macros
and functions to decode and encode instructions, not only in aarch64
backend, but also in other arch backends.

Patch #1 is a cleanup that removing unused argument in disas_aarch64_insn,
and patch #2 is the major part of this series.  See more details in it.

*** BLURB HERE ***

Yao Qi (2):
  [aarch64] Remove argument pc from disas_aarch64_insn
  [aarch64] Use opcodes to decode instructions in GDB

 gdb/aarch64-tdep.c    | 29 ++++++++++++++++++-----------
 opcodes/aarch64-dis.c |  9 ++++-----
 opcodes/aarch64-dis.h |  5 +++++
 3 files changed, 27 insertions(+), 16 deletions(-)

-- 
1.9.1



More information about the Gdb-patches mailing list