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 v2 0/5] ARM process record support for asimd, vfp etc instructions


This set of patches is an update to a previously posted patch here:
https://www.sourceware.org/ml/gdb-patches/2013-11/msg00749.html

New series splits the previous patch by feature and also makes appropriate
changes required to accomodate recently committed changes in arm process record
code.

This patch series further improves arm process record instruction coverage and
fixes a few more testsuite failures in gdb.record. 

This patch series adds following improvements:

Omair Javaid (5):
  Support for recording arm/thumb mode coprocessor instructions
  Support for recording thumb2 ASIMD struct load/store instructions
  Support for recording VFP data processing instructions
  Support for recording extension register load/store instructions
  Support for recording vector data transfer instructions

 gdb/arm-tdep.c | 784 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 775 insertions(+), 9 deletions(-)

-- 
1.8.3.2


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