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. 46e2bafa7a77fb852862a89bca861ba39d9cdb8e


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  46e2bafa7a77fb852862a89bca861ba39d9cdb8e (commit)
      from  ddb223fe95bc5ab8a74b21b7390021ea8865ccb5 (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=46e2bafa7a77fb852862a89bca861ba39d9cdb8e

commit 46e2bafa7a77fb852862a89bca861ba39d9cdb8e
Author: Yao Qi <yao@codesourcery.com>
Date:   Mon Mar 31 14:20:05 2014 +0800

    Allow ';' as a directory separator
    
    Hi,
    I find two fails in source-dir.exp on mingw32 host.
    
    (gdb) directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c^M
    Warning: /nOtExStInG/a: No such file or directory.^M
    Warning: /nOtExStInG/b: No such file or directory.^M
    Warning: /nOtExStInG/c: No such file or directory.^M
    Source directories searched: /nOtExStInG/a;/nOtExStInG/b;/nOtExStInG/c;$cdir;$cwd^M
    (gdb) FAIL: gdb.base/source-dir.exp: directory /nOtExStInG/a /nOtExStInG/b /nOtExStInG/c
    directory /nOtExStInG/b /nOtExStInG/d /nOtExStInG/c^M
    Warning: /nOtExStInG/b: No such file or directory.^M
    Warning: /nOtExStInG/d: No such file or directory.^M
    Warning: /nOtExStInG/c: No such file or directory.^M
    Source directories searched: /nOtExStInG/b;/nOtExStInG/d;/nOtExStInG/c;/nOtExStInG/a;$cdir;$cwd^M
    (gdb) FAIL: gdb.base/source-dir.exp: directory /nOtExStInG/b /nOtExStInG/d /nOtExStInG/c
    
    The regular expression expects ':' and ';' is path separator on Windows.
    This patch is to allow ';' as a path separator in regular expression.
    
    This patch is similar to Dan's patch to fix a similar problem here
    
     Re: directory separators on minGW hosts
     https://sourceware.org/ml/gdb-patches/2006-02/msg00359.html
    
    It is obvious.  Pushed it in.
    
    gdb/testsuite:
    
    2014-03-31  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.base/source-dir.exp: Allow ';' as a directory separator.

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

Summary of changes:
 gdb/testsuite/ChangeLog               |    4 ++++
 gdb/testsuite/gdb.base/source-dir.exp |    4 ++--
 2 files changed, 6 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]