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. d0b5971ae7b8709c28a7a1638413426d8749d976


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  d0b5971ae7b8709c28a7a1638413426d8749d976 (commit)
      from  4b4589ada7e88f2f36d264a173d95ed5994b3acb (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=d0b5971ae7b8709c28a7a1638413426d8749d976

commit d0b5971ae7b8709c28a7a1638413426d8749d976
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Mon Nov 18 04:37:05 2013 -0800

    sparc: support single-stepping over longjmp calls.
    
    2013-11-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc-tdep.c (sparc_is_annulled_branch_insn): New function.
    	* sparc-tdep.h: And its prototype.
    
    	* sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): New
    	function.
    	(sparc64_linux_init_abi): Register the get_longjmp_target hook.

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

Summary of changes:
 gdb/ChangeLog            |    9 ++++++++
 gdb/sparc-tdep.c         |   31 ++++++++++++++++++++++++++++++
 gdb/sparc-tdep.h         |    2 +
 gdb/sparc64-linux-tdep.c |   47 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 89 insertions(+), 0 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]