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. 71a79f8c9cf2a66f4e4cb9b5c6cb44f8723724eb


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  71a79f8c9cf2a66f4e4cb9b5c6cb44f8723724eb (commit)
      from  f23fcd46a7ca34bf466de9164780a78d38729ff7 (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=71a79f8c9cf2a66f4e4cb9b5c6cb44f8723724eb

commit 71a79f8c9cf2a66f4e4cb9b5c6cb44f8723724eb
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue May 13 14:40:22 2014 +0800

    Fix mi-file.exp fails on remote host
    
    This patch fixes mi-file.exp fails on remote host.  First, we can't
    assume ${srcdir}/${subdir}/${srcfile} directory exists on remote host,
    so this patch changes it to match ${srcfile} only on remote host.
    Second, regexp pattern ".*/${srcfile}" isn't friendly to Windows path.
    The file name is "basics.c" in my test env and can't match the pattern
    due to "/" in it.  Remove "/" from the pattern.
    
    gdb/testsuite:
    
    2014-05-14  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
    	match absolute path on remote host.
    	(test_file_list_exec_source_files): Remove "/" from the
    	pattern.

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

Summary of changes:
 gdb/testsuite/ChangeLog          |    7 +++++++
 gdb/testsuite/gdb.mi/mi-file.exp |    8 ++++++--
 2 files changed, 13 insertions(+), 2 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]