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. 90a45c4d5f59bf512cc101802fbfb430f7e9248f


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  90a45c4d5f59bf512cc101802fbfb430f7e9248f (commit)
       via  70017e417c365ee1a27f2894678b06731ebb4d15 (commit)
      from  b6210538cfa62f8dd5793916f26eefa83e00a13e (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=90a45c4d5f59bf512cc101802fbfb430f7e9248f

commit 90a45c4d5f59bf512cc101802fbfb430f7e9248f
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Jun 3 13:20:56 2014 +0800

    Fix a regexp pattern in gdb.base/auto-connect-native-target.exp
    
    When I test gdb head (for 7.8 release) on arm-none-eabi, I find the
    following this failure, which are caused by the improper regexp
    pattern in the test.
    
    (gdb) help target native^M
    Undefined target command: "native".  Try "help target".^M
    (gdb) FAIL: gdb.base/auto-connect-native-target.exp: help target native
    
    The space in front of "$gdb_prompt $" looks redundant, and this patch
    is to remove it from the regexp pattern.
    
    gdb/testsuite:
    
    2014-06-04  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.base/auto-connect-native-target.exp: Remove redundant
    	space from the regexp pattern.

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=70017e417c365ee1a27f2894678b06731ebb4d15

commit 70017e417c365ee1a27f2894678b06731ebb4d15
Author: Yao Qi <yao@codesourcery.com>
Date:   Tue Jun 3 13:17:42 2014 +0800

    Fix regexp pattern in gdb.base/default.exp
    
    I see this failure on arm-none-eabi gdb testing.
    
    target native^M
    Undefined target command: "native".  Try "help target".^M
    (gdb) FAIL: gdb.base/default.exp: target native
    
    This patch is to update the regexp pattern to match "native" instead of
    "child".
    
    gdb/testsuite:
    
    2014-06-04  Yao Qi  <yao@codesourcery.com>
    
    	* gdb.base/default.exp: Replace "child" with "native" in
    	regexp pattern.

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

Summary of changes:
 gdb/testsuite/ChangeLog                            |   10 ++++++++++
 .../gdb.base/auto-connect-native-target.exp        |    2 +-
 gdb/testsuite/gdb.base/default.exp                 |    2 +-
 3 files changed, 12 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]