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. 31b4ab9e37d4592c3faa883008d0fc06f8cfa6fc


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  31b4ab9e37d4592c3faa883008d0fc06f8cfa6fc (commit)
       via  4392c53486b779e2ed309a42f9ce030fa04014d9 (commit)
      from  8f8c3854e0ea5c632e12d3d9193f0eb6a690c2a0 (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=31b4ab9e37d4592c3faa883008d0fc06f8cfa6fc

commit 31b4ab9e37d4592c3faa883008d0fc06f8cfa6fc
Author: Yao Qi <yao@codesourcery.com>
Date:   Wed Nov 13 21:01:47 2013 +0800

    Remove unnecessary '\'.
    
    Hi,
    In proc mi_child_regexp, \(,thread-id=\"\[0-9\]+\") is appended to
    children_exp, while the first '\' is not necessary.  This patch
    is to remove it.  With this patch applied, Emacs can find the right
    left paren.
    
    gdb/testsuite:
    
    2013-11-19  Yao Qi  <yao@codesourcery.com>
    
    	* lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.

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

commit 4392c53486b779e2ed309a42f9ce030fa04014d9
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Nov 8 21:33:26 2013 +0800

    Fix format issues in lib/mi-support.exp
    
    There are some format issues in lib/mi-support.exp, such as using
    spaces instead of tab and trailing spaces.  This patch is to fix them.
    
    gdb/testsuite:
    
    2013-11-19  Yao Qi  <yao@codesourcery.com>
    
    	* lib/mi-support.exp: Fix format.

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

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