This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 5a578da5e2313dbd1668e607f2f41c0b6e8ce205


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  5a578da5e2313dbd1668e607f2f41c0b6e8ce205 (commit)
       via  f20f80ddffccda9e3b3cddf9d20d2820a168500c (commit)
       via  851f26ae7ba8b2f650c5cea9b42a2bee1ecc22b6 (commit)
       via  1e1b656356c1a0199bb2da9a63f32d37436b3804 (commit)
       via  60cc5e93e5f96268f20abf0b66025443911b23bc (commit)
      from  a50942089dda154e9c1b0a8311aa5e07193712cc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5a578da5e2313dbd1668e607f2f41c0b6e8ce205

commit 5a578da5e2313dbd1668e607f2f41c0b6e8ce205
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Wed Aug 13 18:12:14 2014 +0500

    Implement support for recording vector data transfer instructions
    
    gdb:
    
    2014-08-13  Omair Javaid  <omair.javaid@linaro.org>
    
    	* arm-tdep.c (arm_record_vdata_transfer_insn): Added record handler for
    	vector data transfer instructions.
    	(arm_record_coproc_data_proc): Updated.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f20f80ddffccda9e3b3cddf9d20d2820a168500c

commit f20f80ddffccda9e3b3cddf9d20d2820a168500c
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Wed Sep 10 16:29:04 2014 +0500

    Implement support for recording extension register ld/st insn
    
    gdb:
    
    2014-08-13  Omair Javaid  <omair.javaid@linaro.org>
    
    	* arm-tdep.c (arm_record_asimd_vfp_coproc): Replace stub handler with
    	arm_record_exreg_ld_st_insn.
    	(arm_record_exreg_ld_st_insn): Add record handler for ex-register
    	load/store insns.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=851f26ae7ba8b2f650c5cea9b42a2bee1ecc22b6

commit 851f26ae7ba8b2f650c5cea9b42a2bee1ecc22b6
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Wed Aug 13 18:12:12 2014 +0500

    Implement support for recording VFP data processing instructions
    
    gdb:
    
    2014-08-13  Omair Javaid  <omair.javaid@linaro.org>
    
    	* arm-tdep.c (arm_record_coproc_data_proc): Updated.
    	(arm_record_vfp_data_proc_insn): Added record handler for VFP data
    	processing instructions.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1e1b656356c1a0199bb2da9a63f32d37436b3804

commit 1e1b656356c1a0199bb2da9a63f32d37436b3804
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Wed Sep 10 16:15:49 2014 +0500

    Implement support for recording thumb2 ASIMD struct ld/st insns
    
    gdb:
    
    2014-08-13  Omair Javaid  <omair.javaid@linaro.org>
    
    	* arm-tdep.c (thumb2_record_asimd_struct_ld_st): Add record handler
    	for advance SIMD struct ld/st insn.
    	(thumb2_record_decode_insn_handler): Replace stub handler with
    	thumb2_record_asimd_struct_ld_st.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=60cc5e93e5f96268f20abf0b66025443911b23bc

commit 60cc5e93e5f96268f20abf0b66025443911b23bc
Author: Omair Javaid <omair.javaid@linaro.org>
Date:   Thu Aug 28 14:50:06 2014 +0500

    Implement support for recording arm/thumb mode coprocessor instructions
    
    gdb:
    
    2014-08-13  Omair Javaid  <omair.javaid@linaro.org>
    
    	* arm-tdep.c (arm_record_coproc_data_proc): Add record handler stubs
    	for asimd, vfp and coprocessor insns.
    	(arm_record_asimd_vfp_coproc): Add record handler for asimd, vfp
    	and coprocessor insns.
    	(thumb2_record_coproc_insn): New function.
    	(thumb2_record_decode_insn_handler): Update coprocessor insns record
    	handlers.
    	(decode_insn): Install arm_record_asimd_vfp_coproc as handler for
    	opcode 110 insns.

-----------------------------------------------------------------------

Summary of changes:
 gdb/ChangeLog  |   38 +++
 gdb/arm-tdep.c |  792 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 819 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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