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


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  b5bee914261ea82683b7da4245790465b9373131 (commit)
      from  595330b7cedfac2b073e9ffc6a815221b7121f0c (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=b5bee914261ea82683b7da4245790465b9373131

commit b5bee914261ea82683b7da4245790465b9373131
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Mar 26 17:44:14 2014 +0800

    Return zero in can_single_step_to_signal_handler for nios2-*-* target
    
    nios2 uses software single step, so GDB is unable to single step to
    the signal handler.  In order to reflect this, teach
    can_single_step_to_signal_handler to return zero for nios2 target.
    
    gdb/testsuite:
    
    2014-03-27  Yao Qi  <yao@codesourcery.com>
    
    	* lib/gdb.exp (can_single_step_to_signal_handler): Return zero
    	if target is nios2-*-*.

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

Summary of changes:
 gdb/testsuite/ChangeLog   |    5 +++++
 gdb/testsuite/lib/gdb.exp |    3 ++-
 2 files changed, 7 insertions(+), 1 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]