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


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  bb99c4726c8926b943e0f525247d2ce0d7ffe6d1 (commit)
      from  459609d6f8f65d4b4440385499b84cc8c1804f65 (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=bb99c4726c8926b943e0f525247d2ce0d7ffe6d1

commit bb99c4726c8926b943e0f525247d2ce0d7ffe6d1
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Oct 10 20:52:25 2014 +0800

    Don't check noargs in remotetimeout.exp
    
    The condition [target_info exists noargs] is checked when
    remotetimeout.exp was added
    https://sourceware.org/ml/gdb-patches/2005-02/msg00052.html
    
    noargs means GDB does not support argument passing for inferior,
    rather than doesn't support argument passing to GDB.  remotetimeout.exp
    passes -l to GDB only, doesn't pass any arguments to the inferior.
    
    This patch is to remove such unnecessary checking, and
    remotetimeout.exp then can be run with native-gdbserver board file.
    
    gdb/testsuite:
    
    2014-10-16  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.base/remotetimeout.exp: Remove noargs checking.

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

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